@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;line-height:1.5}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#f8fafc;color:#1e293b;font-feature-settings:"rlig" 1,"calt" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.page-container{min-height:100vh;display:flex;flex-direction:column}.page-container>section{flex-shrink:0}.section-bg-gray{background-color:#f8fafc}.section-bg-white{background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.container{padding:0 1.5rem}}@media (min-width: 1024px){.container{padding:0 2rem}}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.text-center{text-align:center}.hidden{display:none}.block{display:block}.min-h-screen{min-height:100vh}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.m-4{margin:1rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.text-white{color:#fff}.text-gray-600{color:#6b7280}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-gray-900{color:#111827}.text-blue-600{color:#2563eb}.text-green-600{color:#059669}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-blue-600{background-color:#2563eb}.bg-green-600{background-color:#059669}.border{border:1px solid #d1d5db}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease-in-out;font-size:1rem;line-height:1.5;box-sizing:border-box}.btn:link,.btn:visited,.btn:hover{text-decoration:none}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover{background-color:#1d4ed8;color:#fff}.btn-primary:focus{outline:none;box-shadow:0 0 0 3px #2563eb80}.btn-secondary{background-color:transparent;color:#2563eb;border:2px solid #2563eb}.btn-secondary:hover{background-color:#2563eb;color:#fff}.btn-secondary:focus{outline:none;box-shadow:0 0 0 3px #2563eb80}.form-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.form-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;min-height:120px;resize:vertical;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.form-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.card{background-color:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.section-padding{padding:4rem 0}@media (min-width: 768px){.section-padding{padding:5rem 0}}@media (min-width: 1024px){.section-padding{padding:6rem 0}}.gradient-text{background:linear-gradient(135deg,#3b82f6,#8b5cf6,#ec4899,#f59e0b,#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-gradient{background:linear-gradient(135deg,#667eea,#764ba2)}@media (min-width: 640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.sm\:text-lg{font-size:1.125rem}.sm\:text-xl{font-size:1.25rem}.sm\:text-2xl{font-size:1.5rem}.sm\:text-3xl{font-size:1.875rem}.sm\:text-4xl{font-size:2.25rem}.sm\:text-5xl{font-size:3rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:block{display:block}.sm\:hidden{display:none}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.md\:flex-row{flex-direction:row}.md\:text-left{text-align:left}.md\:text-lg{font-size:1.125rem}.md\:text-xl{font-size:1.25rem}.md\:text-2xl{font-size:1.5rem}.md\:text-3xl{font-size:1.875rem}.md\:text-4xl{font-size:2.25rem}.md\:text-5xl{font-size:3rem}.md\:text-6xl{font-size:3.75rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:block{display:block}.md\:hidden{display:none}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.lg\:grid-cols-4{grid-template-columns:repeat(4,1fr)}.lg\:text-lg{font-size:1.125rem}.lg\:text-xl{font-size:1.25rem}.lg\:text-2xl{font-size:1.5rem}.lg\:text-3xl{font-size:1.875rem}.lg\:text-4xl{font-size:2.25rem}.lg\:text-5xl{font-size:3rem}.lg\:text-6xl{font-size:3.75rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:block{display:block}.lg\:hidden{display:none}}.section-content-max{max-width:64rem;margin:0 auto}.btn-full-width{width:100%}.cta-button-white{background-color:#fff;color:#2563eb}.cta-button-white:hover{background-color:#f3f4f6}.header{background-color:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;position:sticky;top:0;z-index:1000}.header-container{width:100%;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:4rem}@media (min-width: 640px){.header-container{padding:0 2rem}}@media (min-width: 1024px){.header-container{padding:0 3rem}}@media (min-width: 1280px){.header-container{padding:0 4rem}}.header-logo{font-size:1.5rem;font-weight:700;color:#2563eb;text-decoration:none}.header-nav{display:none}@media (min-width: 768px){.header-nav{display:flex;align-items:center;gap:2rem}}.header-nav-link{color:#374151;text-decoration:none;font-weight:500;transition:color .2s ease-in-out}.header-nav-link:hover,.header-nav-link.active{color:#2563eb}.header-cta{display:none}@media (min-width: 768px){.header-cta{display:block}}.mobile-menu-button{display:block;background:none;border:none;padding:.5rem;color:#374151;cursor:pointer}@media (min-width: 768px){.mobile-menu-button{display:none}}.mobile-menu{position:absolute;top:100%;left:0;right:0;background-color:#fff;border-top:1px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:1000}.mobile-menu-nav{display:flex;flex-direction:column;padding:1rem}.mobile-menu-link{color:#374151;text-decoration:none;font-weight:500;padding:.75rem;border-radius:.5rem;transition:background-color .2s ease-in-out}.mobile-menu-link:hover{background-color:#f3f4f6;color:#2563eb}.mobile-menu-link.active{color:#2563eb;background-color:#eff6ff}.mobile-menu-cta{margin-top:1rem;padding:0 .75rem}.footer{background-color:#1f2937;color:#fff}.footer-container{max-width:1200px;margin:0 auto;padding:2rem 1rem 1.5rem}@media (min-width: 640px){.footer-container{padding:3rem 1.5rem 2rem}}@media (min-width: 1024px){.footer-container{padding:4rem 2rem 2.5rem}}.footer-content{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 640px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (min-width: 768px){.footer-content{gap:3rem}}@media (min-width: 1024px){.footer-content{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}}@media (max-width: 639px){.footer-content,.footer-section:first-child,.footer-links{text-align:center}.footer-contact-info{align-items:center}.footer-section h3{justify-content:center;margin-bottom:.75rem}.footer-section:first-child h3{justify-content:center}}.footer-section{min-height:fit-content}.footer-section h3{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#fff;display:flex;align-items:center}@media (min-width: 640px){.footer-section h3{font-size:1.125rem;margin-bottom:1.25rem}}.footer-section:first-child{margin-bottom:1rem}@media (min-width: 640px){.footer-section:first-child{margin-bottom:0}}.footer-section:first-child h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem}@media (min-width: 640px){.footer-section:first-child h3{font-size:1.5rem;margin-bottom:1.5rem}}.footer-company-description{color:#d1d5db;margin-bottom:1.5rem;line-height:1.625;font-size:.875rem}@media (min-width: 640px){.footer-company-description{font-size:1rem;margin-bottom:2rem}}.footer-contact-info{display:flex;flex-direction:column;gap:.75rem}@media (min-width: 640px){.footer-contact-info{gap:1rem}}.footer-contact-item{display:flex;align-items:center;color:#d1d5db;font-size:.875rem;transition:color .2s ease-in-out}@media (min-width: 640px){.footer-contact-item{font-size:1rem}}.footer-contact-item:hover{color:#fff}.footer-contact-icon{width:1.125rem;height:1.125rem;margin-right:.75rem;color:#2563eb;flex-shrink:0}@media (min-width: 640px){.footer-contact-icon{width:1.25rem;height:1.25rem}}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}@media (min-width: 640px){.footer-links li{margin-bottom:.75rem}}.footer-links a{color:#d1d5db;text-decoration:none;transition:color .2s ease-in-out;font-size:.875rem;display:block;padding:.125rem 0}@media (min-width: 640px){.footer-links a{font-size:1rem}}.footer-links a:hover{color:#fff}.footer-section-icon{width:1rem;height:1rem;margin-right:.5rem;color:#2563eb;flex-shrink:0}@media (min-width: 640px){.footer-section-icon{width:1.25rem;height:1.25rem}}.footer-bottom{border-top:1px solid #374151;margin-top:2rem;padding-top:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem}@media (min-width: 640px){.footer-bottom{margin-top:2.5rem;padding-top:2rem;gap:1.5rem}}@media (min-width: 768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}.footer-bottom-text{color:#d1d5db;font-size:.8rem;text-align:center}@media (min-width: 640px){.footer-bottom-text{font-size:.875rem}}@media (min-width: 768px){.footer-bottom-text{text-align:left}}.footer-social{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (min-width: 640px){.footer-social{gap:1.5rem}}@media (min-width: 768px){.footer-social{justify-content:flex-end}}.footer-social a{color:#d1d5db;transition:color .2s ease-in-out;font-size:.875rem;text-decoration:none;padding:.25rem .5rem;border-radius:.25rem;border:1px solid transparent;transition:all .2s ease-in-out}@media (min-width: 640px){.footer-social a{font-size:1rem;padding:.375rem .75rem}}.footer-social a:hover{color:#fff;border-color:#374151;background-color:#ffffff0d}@media (hover: hover){.footer-contact-item:hover,.footer-links a:hover{transform:translate(2px)}.footer-social a:hover{transform:translateY(-1px)}}@media (min-width: 1440px){.footer-container{padding:5rem 3rem 3rem}.footer-content{gap:4rem}}@media print{.footer{background-color:transparent!important;color:#000!important}.footer-social,.footer-contact-icon,.footer-section-icon{display:none}}.hero{background:linear-gradient(90deg,rgba(59,130,246,.15) 0%,transparent 20%,transparent 80%,rgba(59,130,246,.15) 100%),linear-gradient(135deg,#fffc,#f8fafccc,#fffc),url(/assets/hero-image-CYBIZ7Ik.png);background-size:cover;background-position:center -230%;background-repeat:no-repeat;color:#1e293b;text-align:center;position:relative;overflow:hidden;height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.hero-container{max-width:1200px;margin:0 auto;padding:2rem 1rem;position:relative;z-index:2;width:100%}@media (min-width: 1024px){.hero-container{padding:2rem}}.hero-title{font-size:2.25rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}@media (min-width: 640px){.hero-title{font-size:3rem}}@media (min-width: 768px){.hero-title{font-size:3.75rem}}@media (min-width: 1024px){.hero-title{font-size:4.5rem}}.hero-subtitle{font-size:1.125rem;line-height:1.625;margin-bottom:2rem;color:#64748b;max-width:600px;margin-left:auto;margin-right:auto}@media (min-width: 768px){.hero-subtitle{font-size:1.25rem}}.hero-cta{display:flex;flex-direction:column;gap:1rem;align-items:center}@media (min-width: 640px){.hero-cta{flex-direction:row;justify-content:center;gap:1.5rem}}.hero-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .2s ease-in-out;font-size:1.125rem;min-width:200px}.hero-btn-primary{background-color:#3b82f6;color:#fff}.hero-btn-primary:hover{background-color:#2563eb;transform:translateY(-2px);box-shadow:0 10px 25px #3b82f64d}.hero-btn-secondary{background-color:transparent;color:#3b82f6;border:2px solid #3b82f6}.hero-btn-secondary:hover{background-color:#3b82f6;color:#fff;transform:translateY(-2px)}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.hero-background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(100,116,139,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(100,116,139,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(100,116,139,0.05)"/><circle cx="20" cy="60" r="0.5" fill="rgba(100,116,139,0.05)"/><circle cx="80" cy="40" r="0.5" fill="rgba(100,116,139,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.section{padding:4rem 0}@media (min-width: 1024px){.section{padding:6rem 0}}.section-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.section-container{padding:0 1.5rem}}@media (min-width: 1024px){.section-container{padding:0 2rem}}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:1rem}@media (min-width: 768px){.section-title{font-size:2.25rem}}@media (min-width: 1024px){.section-title{font-size:3rem}}.section-subtitle{font-size:1.125rem;color:#6b7280;line-height:1.625;max-width:600px;margin:0 auto}.cards-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.cards-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.cards-grid{grid-template-columns:repeat(3,1fr)}}.card{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease-in-out;border:1px solid #f3f4f6}.card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#e5e7eb}.card-icon{width:3rem;height:3rem;margin-bottom:1.5rem;color:#2563eb}.card-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.card-description{color:#6b7280;line-height:1.625;margin-bottom:1.5rem}.card-link{color:#2563eb;text-decoration:none;font-weight:500;display:inline-flex;align-items:center;gap:.5rem;transition:color .2s ease-in-out}.card-link:hover{color:#1d4ed8}.card-link svg{width:1rem;height:1rem;transition:transform .2s ease-in-out}.card-link:hover svg{transform:translate(2px)}.feature-card{text-align:center;padding:2.5rem 1.5rem}.feature-card-icon{width:4rem;height:4rem;margin:0 auto 1.5rem;background:linear-gradient(135deg,#2563eb,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.feature-card-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.feature-card-description{color:#6b7280;line-height:1.625}.process-steps{display:grid;grid-template-columns:1fr;gap:2rem;position:relative}@media (min-width: 768px){.process-steps{grid-template-columns:repeat(3,1fr)}}.process-step{text-align:center;position:relative}.process-step-number{width:3rem;height:3rem;background-color:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.125rem;margin:0 auto 1.5rem}.process-step-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.process-step-description{color:#6b7280;line-height:1.625}@media (min-width: 768px){.process-step:not(:last-child):after{content:"";position:absolute;top:1.5rem;left:calc(100% - 1rem);width:2rem;height:2px;background-color:#e5e7eb;z-index:-1}}.process-steps{background-color:#f8fafc;padding:3rem 0;width:100%;display:flex;justify-content:center;align-items:center}@media (min-width: 640px){.process-steps{padding:4rem 0}}@media (min-width: 1024px){.process-steps{padding:6rem 0}}.process-steps-container{max-width:1400px;margin:0 auto;padding:0 1rem;width:100%;display:flex;flex-direction:column;align-items:center}@media (min-width: 640px){.process-steps-container{padding:0 2rem}}@media (min-width: 1024px){.process-steps-container{padding:0 3rem}}@media (min-width: 1280px){.process-steps-container{padding:0 4rem}}.process-header{text-align:center;margin-bottom:2.5rem;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}@media (min-width: 640px){.process-header{margin-bottom:3rem}}@media (min-width: 1024px){.process-header{margin-bottom:4rem}}.process-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:1rem;line-height:1.2}@media (min-width: 640px){.process-title{font-size:2rem}}@media (min-width: 768px){.process-title{font-size:2.5rem}}@media (min-width: 1024px){.process-title{font-size:3rem}}.process-description{font-size:1rem;color:#4b5563;max-width:100%;margin:0 auto;line-height:1.6}@media (min-width: 640px){.process-description{font-size:1.125rem;max-width:42rem}}@media (min-width: 1024px){.process-description{font-size:1.25rem;max-width:48rem}}.timeline-desktop{display:none;width:100%;justify-content:center;align-items:center}@media (min-width: 1024px){.timeline-desktop{display:flex}}.timeline-container{position:relative;width:100%;padding:2rem 0;display:flex;justify-content:center;align-items:center}.timeline-line{position:absolute;top:3rem;left:50%;transform:translate(-50%);width:90%;height:4px;background-color:#e5e7eb;z-index:1}.timeline-line-active{position:absolute;top:3rem;left:50%;transform:translate(-50%);height:4px;background:linear-gradient(to right,#3b82f6,#8b5cf6);width:90%;z-index:2}.timeline-steps{position:relative;display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;z-index:10;width:100%;max-width:1200px;margin:0 auto}@media (min-width: 1280px){.timeline-steps{gap:2rem}}.timeline-step{display:flex;flex-direction:column;align-items:center;text-align:center}.step-icon{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #00000026;margin-bottom:1.5rem;position:relative;z-index:10;transition:transform .3s ease,box-shadow .3s ease}.step-icon:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0003}@media (min-width: 1280px){.step-icon{width:5rem;height:5rem;margin-bottom:2rem}}.step-icon svg{width:2rem;height:2rem;color:#fff}@media (min-width: 1280px){.step-icon svg{width:2.5rem;height:2.5rem}}.step-icon.bg-blue{background-color:#2563eb}.step-icon.bg-purple{background-color:#8b5cf6}.step-icon.bg-green{background-color:#10b981}.step-icon.bg-orange{background-color:#f59e0b}.step-icon.bg-red{background-color:#ef4444}.step-icon.bg-primary{background-color:#3b82f6}.step-content{text-align:center;background-color:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 15px #0000001a;border:1px solid #e5e7eb;min-height:160px;display:flex;flex-direction:column;justify-content:flex-start;width:100%;transition:all .3s ease}.step-content:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026;border-color:#3b82f6}@media (min-width: 1280px){.step-content{padding:2rem;min-height:180px}}.step-title{font-weight:700;color:#1f2937;margin-bottom:.75rem;font-size:.9375rem;line-height:1.3}@media (min-width: 1280px){.step-title{font-size:1.125rem;margin-bottom:1rem}}.step-description{color:#4b5563;font-size:.8125rem;line-height:1.6;flex-grow:1}@media (min-width: 1280px){.step-description{font-size:.9375rem;line-height:1.7}}.timeline-mobile{display:flex;justify-content:center;align-items:center;margin-top:2rem;width:100%}@media (min-width: 1024px){.timeline-mobile{display:none}}.mobile-steps{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:800px;margin:0 auto}@media (min-width: 640px){.mobile-steps{gap:2rem}}.mobile-step{display:flex;align-items:flex-start;gap:1rem}@media (min-width: 640px){.mobile-step{gap:1.5rem}}.mobile-step-icon-container{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.mobile-step-icon{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #00000026;transition:transform .3s ease}.mobile-step-icon:hover{transform:scale(1.1)}@media (min-width: 640px){.mobile-step-icon{width:4rem;height:4rem}}.mobile-step-icon svg{width:1.5rem;height:1.5rem;color:#fff}@media (min-width: 640px){.mobile-step-icon svg{width:2rem;height:2rem}}.mobile-step-line{width:4px;height:3rem;background:linear-gradient(to bottom,#3b82f6,#e5e7eb);margin-top:1rem}@media (min-width: 640px){.mobile-step-line{height:4rem}}.mobile-step-content{flex:1;background-color:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 15px #0000001a;border:1px solid #e5e7eb;transition:all .3s ease}.mobile-step-content:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026;border-color:#3b82f6}@media (min-width: 640px){.mobile-step-content{padding:2rem}}.mobile-step-header{display:flex;align-items:center;margin-bottom:.75rem}.step-number{width:1.5rem;height:1.5rem;background-color:#3b82f6;color:#fff;font-size:.75rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:.75rem;flex-shrink:0}@media (min-width: 640px){.step-number{width:2rem;height:2rem;font-size:.875rem;margin-right:1rem}}.mobile-step-title{font-weight:700;color:#1f2937;font-size:1rem;line-height:1.3}@media (min-width: 640px){.mobile-step-title{font-size:1.125rem}}.mobile-step-description{color:#4b5563;line-height:1.6;font-size:.875rem}@media (min-width: 640px){.mobile-step-description{font-size:1rem;line-height:1.7}}.process-cta{text-align:center;margin-top:3rem;width:100%}@media (min-width: 640px){.process-cta{margin-top:4rem}}@media (min-width: 1024px){.process-cta{margin-top:5rem}}.process-cta-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem;line-height:1.3}@media (min-width: 640px){.process-cta-title{font-size:1.5rem}}@media (min-width: 768px){.process-cta-title{font-size:1.875rem}}.process-cta-description{color:#4b5563;margin-bottom:2rem;max-width:100%;margin-left:auto;margin-right:auto;line-height:1.6;font-size:.875rem}@media (min-width: 640px){.process-cta-description{font-size:1rem;max-width:32rem}}@media (min-width: 768px){.process-cta-description{font-size:1.125rem;max-width:36rem}}.role-cards{padding:4rem 0}.role-cards-container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.role-cards-container{padding:0 1.5rem}}@media (min-width: 1024px){.role-cards-container{padding:0 2rem}}.role-filter{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-bottom:3rem}.filter-button{padding:.5rem 1rem;border:1px solid #d1d5db;background-color:#fff;color:#6b7280;border-radius:.5rem;cursor:pointer;transition:all .2s}.filter-button:hover{background-color:#f3f4f6}.filter-button.active{background-color:#3b82f6;color:#fff;border-color:#3b82f6}.roles-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.roles-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.roles-grid{grid-template-columns:repeat(3,1fr)}}.role-card{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;padding:1.5rem;transition:transform .2s,box-shadow .2s}.role-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}.role-card-header{display:flex;align-items:center;margin-bottom:1rem}.role-icon{width:3rem;height:3rem;background-color:#3b82f6;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-right:1rem}.role-icon svg{width:1.5rem;height:1.5rem;color:#fff}.role-title{font-size:1.25rem;font-weight:600;color:#1f2937}.role-description{color:#6b7280;margin-bottom:1rem;line-height:1.6}.role-skills{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.skill-tag{background-color:#f3f4f6;color:#374151;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem}.role-meta{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e5e7eb}.role-demand{font-size:.875rem;font-weight:500}.role-demand.high{color:#10b981}.role-demand.medium{color:#f59e0b}.role-experience{font-size:.875rem;color:#6b7280}.role-cta{text-align:center;margin-top:3rem;padding:2rem;background-color:#f8fafc;border-radius:1rem}.role-cta-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.role-cta-description{color:#4b5563;margin-bottom:1.5rem;max-width:28rem;margin-left:auto;margin-right:auto}.role-cta-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width: 640px){.role-cta-buttons{flex-direction:row}}.home-page{min-height:100vh}.stats-section{padding:4rem 0;background-color:#fff}.stats-container{max-width:1200px;margin:0 auto;padding:0 1rem}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}@media (min-width: 768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-item{display:flex;flex-direction:column;gap:.5rem}.stat-number{font-size:1.875rem;font-weight:700;color:#3b82f6}@media (min-width: 768px){.stat-number{font-size:2.25rem}}.stat-label{color:#6b7280;font-size:.875rem}@media (min-width: 768px){.stat-label{font-size:1rem}}.benefits-section{padding:3rem 0;background-color:#f9fafb}@media (min-width: 640px){.benefits-section{padding:4rem 0}}@media (min-width: 1024px){.benefits-section{padding:6rem 0}}.benefits-container{max-width:1400px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.benefits-container{padding:0 2rem}}@media (min-width: 1024px){.benefits-container{padding:0 3rem}}.benefits-header{text-align:center;margin-bottom:2.5rem}@media (min-width: 640px){.benefits-header{margin-bottom:3rem}}@media (min-width: 1024px){.benefits-header{margin-bottom:4rem}}.benefits-title{font-size:1.75rem;font-weight:700;color:#111827;margin-bottom:1rem;line-height:1.2}@media (min-width: 640px){.benefits-title{font-size:2rem}}@media (min-width: 768px){.benefits-title{font-size:2.5rem}}@media (min-width: 1024px){.benefits-title{font-size:3rem}}.benefits-description{font-size:1rem;color:#6b7280;max-width:100%;margin:0 auto;line-height:1.6}@media (min-width: 640px){.benefits-description{font-size:1.125rem;max-width:42rem}}@media (min-width: 1024px){.benefits-description{font-size:1.25rem;max-width:48rem}}.benefits-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1200px;margin:0 auto;justify-items:center}@media (min-width: 640px){.benefits-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width: 1024px){.benefits-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:900px}}@media (min-width: 1280px){.benefits-grid{gap:3rem}}.benefit-card{text-align:center;padding:2rem 1.5rem;background-color:#fff;border-radius:1rem;transition:all .3s ease;border:1px solid #e5e7eb;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}@media (min-width: 640px){.benefit-card{padding:2.5rem 2rem}}@media (min-width: 1024px){.benefit-card{padding:3rem 2.5rem}}.benefit-card:hover{box-shadow:0 20px 40px #0000001a;transform:translateY(-4px);border-color:#3b82f6}.benefit-icon{color:#3b82f6;margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center}.benefit-icon svg{width:3rem;height:3rem}@media (min-width: 640px){.benefit-icon svg{width:3.5rem;height:3.5rem}}@media (min-width: 1024px){.benefit-icon svg{width:4rem;height:4rem}}.benefit-title{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:1rem;line-height:1.3;text-align:center}@media (min-width: 640px){.benefit-title{font-size:1.25rem}}@media (min-width: 1024px){.benefit-title{font-size:1.375rem;margin-bottom:1.25rem}}.benefit-description{color:#6b7280;font-size:.875rem;line-height:1.6;flex-grow:1;text-align:center}@media (min-width: 640px){.benefit-description{font-size:.9375rem}}@media (min-width: 1024px){.benefit-description{font-size:1rem;line-height:1.7}}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.faq-card{background-color:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 4px 6px #0000001a}.faq-question{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.75rem}.faq-answer{color:#6b7280}.section-content{max-width:64rem;margin:0 auto}.cta-section{padding:4rem 0;background-color:#2563eb;position:relative;overflow:hidden}@media (min-width: 640px){.cta-section{padding:5rem 0}}@media (min-width: 1024px){.cta-section{padding:6rem 0}}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2563eb,#1d4ed8,#1e40af);z-index:1}.cta-container{max-width:1200px;margin:0 auto;padding:0 1rem;position:relative;z-index:2}@media (min-width: 640px){.cta-container{padding:0 2rem}}@media (min-width: 1024px){.cta-container{padding:0 3rem}}.cta-content{text-align:center;max-width:800px;margin:0 auto}.cta-title{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2}@media (min-width: 640px){.cta-title{font-size:2.25rem}}@media (min-width: 768px){.cta-title{font-size:2.5rem}}@media (min-width: 1024px){.cta-title{font-size:3rem}}.cta-subtitle{font-size:1.125rem;color:#93c5fd;margin-bottom:1.5rem;line-height:1.6}@media (min-width: 640px){.cta-subtitle{font-size:1.25rem;margin-bottom:2rem}}.cta-description{font-size:1rem;color:#bfdbfe;margin-bottom:2rem;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}@media (min-width: 640px){.cta-description{font-size:1.125rem;margin-bottom:2.5rem}}@media (min-width: 1024px){.cta-description{font-size:1.25rem;margin-bottom:3rem}}.cta-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center;margin-top:2rem}@media (min-width: 640px){.cta-buttons{flex-direction:row;gap:1.5rem;flex-wrap:wrap}}.cta-button-primary{background-color:#fff;color:#2563eb;border:2px solid white;transition:all .3s ease;font-weight:600;min-width:200px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.cta-button-primary:hover{background-color:#f8fafc;color:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 25px #0003;text-decoration:none}.cta-button-secondary{background-color:transparent;color:#fff;border:2px solid white;transition:all .3s ease;font-weight:600;min-width:200px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.cta-button-secondary:hover{background-color:#fff;color:#2563eb;transform:translateY(-2px);box-shadow:0 10px 25px #0003;text-decoration:none}.cta-button{background-color:#fff;color:#2563eb;border:2px solid white;transition:all .3s ease}.cta-button:hover{background-color:#f3f4f6;transform:translateY(-2px);box-shadow:0 10px 25px #0003}.cta-button-outline{border:2px solid white;color:#fff;background:transparent;transition:all .3s ease}.cta-button-outline:hover{background-color:#fff;color:#2563eb;transform:translateY(-2px);box-shadow:0 10px 25px #0003}.metrics-section{padding:5rem 0;background-color:#fff;border-top:1px solid #e5e7eb}@media (min-width: 768px){.metrics-section{padding:6rem 0}}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1000px;margin:0 auto}@media (min-width: 768px){.metrics-grid{grid-template-columns:repeat(2,1fr);gap:4rem}}@media (min-width: 1024px){.metrics-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.metric-item{text-align:center;padding:2rem 1rem;transition:transform .3s ease}.metric-item:hover{transform:translateY(-5px)}.metric-value{font-size:2.5rem;font-weight:800;color:#2563eb;margin-bottom:.75rem;line-height:1}@media (min-width: 768px){.metric-value{font-size:3rem}}@media (min-width: 1024px){.metric-value{font-size:3.5rem}}.metric-label{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.75rem;line-height:1.2}@media (min-width: 768px){.metric-label{font-size:1.375rem}}.metric-description{color:#6b7280;font-size:.9375rem;line-height:1.6;max-width:280px;margin:0 auto}@media (min-width: 768px){.metric-description{font-size:1rem}}.vetting-grid{display:grid;grid-template-columns:1fr;gap:3rem;max-width:1200px;margin:0 auto;padding-top:2rem}@media (min-width: 768px){.vetting-grid{grid-template-columns:repeat(2,1fr);gap:3.5rem}}@media (min-width: 1200px){.vetting-grid{grid-template-columns:repeat(3,1fr);gap:3rem}}.vetting-card{background-color:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid #f1f5f9;height:100%;display:flex;flex-direction:column;position:relative;margin-top:1.5rem}.vetting-card:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-4px);border-color:#e2e8f0}.vetting-card-header{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem}.vetting-step-number{position:absolute;top:-1.75rem;left:-1rem;z-index:10}.step-number{width:3.5rem;height:3.5rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.25rem;box-shadow:0 4px 15px #2563eb4d;border:3px solid white}.step-icon{display:none}.step-icon svg{width:2rem;height:2rem}.vetting-step-content{flex:1;min-width:0}.vetting-step-title{font-size:1.375rem;font-weight:700;color:#111827;margin-bottom:.75rem;line-height:1.3;text-align:left}.vetting-step-description{color:#6b7280;margin-bottom:1.25rem;line-height:1.6;font-size:.9375rem;text-align:left}.vetting-details{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem;align-items:flex-start;text-align:left;justify-content:flex-start;flex:1}.vetting-detail-item{display:flex;align-items:center;font-size:.875rem;color:#4b5563;line-height:1.5;padding:.5rem 0;justify-content:flex-start}.detail-bullet{width:.5rem;height:.5rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:50%;margin-right:.75rem;flex-shrink:0}.skills-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto}@media (min-width: 640px){.skills-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (min-width: 1024px){.skills-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.skill-area-card{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:1rem;padding:2rem;border:1px solid #e2e8f0;transition:all .3s ease;height:100%}.skill-area-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a;border-color:#cbd5e1}.skill-area-title{font-size:1.375rem;font-weight:700;color:#111827;margin-bottom:1.5rem;line-height:1.3}.skill-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.skill-item{display:flex;align-items:center;margin-bottom:0;color:#4b5563;font-size:.9375rem;line-height:1.5;padding:.375rem 0}.skill-check{color:#10b981;font-weight:700;margin-right:.75rem;font-size:1rem;flex-shrink:0}.process-benefits-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;max-width:1000px;margin:0 auto}@media (min-width: 768px){.process-benefits-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.process-benefit{text-align:center;padding:2rem 1rem}.process-benefit-icon{margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center}.benefit-icon{width:4rem;height:4rem;color:#2563eb;padding:1rem;background:linear-gradient(135deg,#2563eb1a,#1d4ed81a);border-radius:50%;transition:all .3s ease}.process-benefit:hover .benefit-icon{transform:scale(1.1);color:#1d4ed8}.process-benefit-title{font-size:1.375rem;font-weight:700;color:#111827;margin-bottom:.75rem;line-height:1.3}.process-benefit-description{color:#6b7280;line-height:1.6;font-size:.9375rem}.cta-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}.cta-button-outline{border:2px solid white;color:#fff;background:transparent}.cta-button-outline:hover{background-color:#fff;color:#2563eb}@media (min-width: 640px){.cta-buttons{flex-direction:row}.metric-value{font-size:3rem}}@media (min-width: 768px){.metric-value{font-size:3.5rem}}.role-categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:3rem}.role-category-card{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease}.role-category-card:hover{box-shadow:0 20px 25px #0000001a;transform:translateY(-2px)}.role-category-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem}.role-category-icon{color:#2563eb;flex-shrink:0}.role-category-icon svg{width:3rem;height:3rem}.role-category-info{flex:1}.role-category-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.role-category-description{color:#6b7280;line-height:1.6}.role-category-section{margin-bottom:1.5rem}.role-section-title{font-size:1rem;font-weight:600;color:#374151;margin-bottom:.75rem}.role-list-grid{display:grid;gap:.5rem}.role-list-item{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.role-bullet{width:.25rem;height:.25rem;background-color:#2563eb;border-radius:50%;flex-shrink:0}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.role-category-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.hourly-rate{color:#374151;font-size:.875rem}.rate-label{color:#6b7280}.rate-value{font-weight:600;color:#111827}.hiring-process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.hiring-step{text-align:center}.hiring-step-number{width:4rem;height:4rem;background-color:#2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.25rem;margin:0 auto 1rem}.hiring-step-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.5rem}.hiring-step-description{color:#6b7280}.benefits-grid-simple{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.benefit-item{display:flex;align-items:center;gap:.75rem}.benefit-bullet{width:.5rem;height:.5rem;background-color:#10b981;border-radius:50%;flex-shrink:0}.benefit-text{color:#374151}.pricing-content{max-width:1200px;margin:0 auto;text-align:center}.pricing-visual-container{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:20px;padding:3rem 2rem;margin-top:3rem;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.pricing-visual-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 80%,rgba(59,130,246,.05) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(16,185,129,.05) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(139,92,246,.03) 0%,transparent 50%),radial-gradient(ellipse 600px 300px at center,rgba(156,163,175,.03) 0%,transparent 70%);pointer-events:none}.pricing-infographic{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;max-width:900px;margin:0 auto}@media (max-width: 767px){.pricing-infographic{flex-direction:column;gap:2.5rem}}.pricing-component{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;min-width:200px;transition:transform .3s ease}.pricing-component:hover{transform:translateY(-5px)}.pricing-icon-container{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}.pricing-component:hover .pricing-icon-container{box-shadow:0 15px 40px #00000026;transform:scale(1.05)}.pricing-talent-rate .pricing-icon-container{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.pricing-platform-fee .pricing-icon-container{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.pricing-icon-container svg{width:36px;height:36px}.pricing-plus-container{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:2rem;font-weight:700;margin:0 1rem;box-shadow:0 8px 25px #f59e0b4d;animation:pulse 2s infinite}@media (max-width: 767px){.pricing-plus-container{margin:0;transform:rotate(90deg)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.pricing-component-title{font-size:1.375rem;font-weight:700;color:#111827;margin-bottom:.75rem;line-height:1.3}.pricing-component-description{color:#6b7280;font-size:.9375rem;line-height:1.6;max-width:200px}.pricing-equals-container{display:flex;align-items:center;justify-content:center;margin:0 1rem}.pricing-equals{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;box-shadow:0 6px 20px #8b5cf64d}@media (max-width: 767px){.pricing-equals-container{margin:0}}.pricing-result{background:linear-gradient(135deg,#fff,#f1f5f9);border-radius:15px;padding:2rem;margin-top:3rem;border:2px solid #e2e8f0;position:relative;box-shadow:0 10px 30px #00000014}.pricing-result:before{content:"";position:absolute;top:-10px;left:50%;transform:translate(-50%);width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:15px solid #e2e8f0}.pricing-result:after{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);width:0;height:0;border-left:13px solid transparent;border-right:13px solid transparent;border-bottom:13px solid #ffffff}.pricing-result-title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:1rem}.pricing-example{background:linear-gradient(135deg,#fef3c7,#fed7aa);border-radius:12px;padding:1.5rem;margin-top:2rem;border:1px solid #f59e0b;position:relative}.pricing-example:before{content:"💡";position:absolute;top:-12px;left:20px;font-size:1.5rem;background:#fff;padding:.25rem .5rem;border-radius:50%;box-shadow:0 4px 15px #0000001a}.pricing-example-content{margin-left:1rem}.pricing-example p{color:#374151;font-weight:500;font-size:1rem;line-height:1.6;margin:0}.pricing-highlight{color:#2563eb;font-weight:700}.pricing-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:3rem;max-width:800px;margin-left:auto;margin-right:auto}.pricing-benefit-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#3b82f60d;border-radius:10px;border:1px solid rgba(59,130,246,.1);transition:all .3s ease}.pricing-benefit-item:hover{background:#3b82f614;border-color:#3b82f633;transform:translate(5px)}.pricing-benefit-icon{width:20px;height:20px;color:#10b981;flex-shrink:0}.pricing-benefit-text{color:#374151;font-size:.9375rem;font-weight:500;margin:0}.pricing-component{animation:fadeInUp .6s ease-out}.pricing-component:nth-child(1){animation-delay:.1s}.pricing-component:nth-child(2){animation-delay:.2s}.pricing-component:nth-child(3){animation-delay:.3s}.pricing-plus-container{animation:fadeInUp .6s ease-out;animation-delay:.15s}.pricing-equals-container{animation:fadeInUp .6s ease-out;animation-delay:.25s}@media (max-width: 640px){.pricing-visual-container{padding:2rem 1rem;margin-top:2rem}.pricing-icon-container{width:70px;height:70px}.pricing-icon-container svg{width:32px;height:32px}.pricing-component-title{font-size:1.25rem}.pricing-component-description{font-size:.875rem}.pricing-result{padding:1.5rem;margin-top:2rem}.pricing-example{padding:1.25rem}.pricing-benefits{grid-template-columns:1fr;gap:1rem;margin-top:2rem}}.resource-hero{background:linear-gradient(135deg,#2563eb,#1e40af);padding:5rem 0;color:#fff}.search-container{max-width:32rem;margin:0 auto;position:relative}.search-input{width:100%;padding:.75rem 1rem .75rem 3rem;border-radius:.5rem;border:none;font-size:1rem;color:#111827}.search-input:focus{outline:none;box-shadow:0 0 0 2px #fff}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:#9ca3af}.resources-stats{padding:4rem 0;background-color:#fff}.resources-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}@media (min-width: 768px){.resources-stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-number-large{font-size:2rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}@media (min-width: 768px){.stat-number-large{font-size:2.5rem}}.stat-label-small{color:#6b7280;font-size:.875rem}@media (min-width: 768px){.stat-label-small{font-size:1rem}}.featured-resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.featured-resource-card{background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px #0000001a;overflow:hidden;transition:box-shadow .3s ease}.featured-resource-card:hover{box-shadow:0 20px 25px #00000026}.resource-card-content{padding:1.5rem}.resource-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.resource-type-badge{display:flex;align-items:center;gap:.5rem}.resource-icon{color:#2563eb}.resource-type{font-size:.875rem;font-weight:500;color:#2563eb;background-color:#2563eb1a;padding:.25rem .5rem;border-radius:.25rem}.resource-read-time{font-size:.75rem;color:#9ca3af}.resource-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.75rem}.resource-description{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.category-filter{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.category-button{padding:.5rem 1.5rem;border-radius:9999px;border:none;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500}.category-button.active{background-color:#2563eb;color:#fff}.category-button:not(.active){background-color:#f3f4f6;color:#374151}.category-button:not(.active):hover{background-color:#e5e7eb}.all-resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.resource-card{background-color:#f9fafb;border-radius:.5rem;padding:1.5rem;transition:box-shadow .3s ease}.resource-card:hover{box-shadow:0 10px 15px #0000001a}.resource-card-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.75rem}.resource-card-description{color:#6b7280;font-size:.875rem;margin-bottom:1.5rem;line-height:1.6}.no-results{text-align:center;padding:3rem 0}.no-results-icon{width:4rem;height:4rem;color:#d1d5db;margin:0 auto 1rem}.no-results-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.5rem}.no-results-description{color:#6b7280}.hero-section{position:relative;text-align:center;overflow:hidden;min-height:500px;display:flex;align-items:center;justify-content:center}@media (min-width: 768px){.hero-section{min-height:600px}}@media (min-width: 1024px){.hero-section{min-height:700px}}.hero-gradient{background:#fff;color:#1e293b;position:relative;height:100vh;display:flex;align-items:center;justify-content:center}.hero-gradient:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1000px;height:500px;background:radial-gradient(circle at 25% 25%,rgba(59,130,246,.08) 0%,transparent 40%),radial-gradient(circle at 75% 75%,rgba(99,102,241,.06) 0%,transparent 40%),radial-gradient(circle at 50% 30%,rgba(168,85,247,.04) 0%,transparent 50%),radial-gradient(ellipse 600px 300px at center,rgba(156,163,175,.03) 0%,transparent 70%);border-radius:50%;opacity:1;z-index:1}.hero-section .container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:4rem 1rem;width:100%}@media (min-width: 640px){.hero-section .container{padding:5rem 2rem}}@media (min-width: 1024px){.hero-section .container{padding:6rem 3rem}}.hero-section .hero-content{max-width:800px;margin:0 auto}.hero-section .hero-title{font-size:2.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;text-shadow:none;letter-spacing:-.025em;color:#1e293b}@media (min-width: 640px){.hero-section .hero-title{font-size:3.5rem;margin-bottom:2rem}}@media (min-width: 768px){.hero-section .hero-title{font-size:4rem}}@media (min-width: 1024px){.hero-section .hero-title{font-size:4.5rem;margin-bottom:2.5rem}}.hero-section .hero-subtitle{font-size:1.125rem;line-height:1.6;margin-bottom:2.5rem;color:#64748b;max-width:600px;margin-left:auto;margin-right:auto;font-weight:400}@media (min-width: 640px){.hero-section .hero-subtitle{font-size:1.25rem;margin-bottom:3rem}}@media (min-width: 768px){.hero-section .hero-subtitle{font-size:1.375rem}}@media (min-width: 1024px){.hero-section .hero-subtitle{font-size:1.5rem;margin-bottom:3.5rem}}.hero-section .hero-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;font-size:1.125rem;min-width:220px;border:2px solid transparent;text-transform:none;letter-spacing:.025em}@media (min-width: 768px){.hero-section .hero-btn{padding:1.25rem 3rem;font-size:1.25rem;min-width:250px}}.hero-section .hero-btn-primary{background-color:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 4px 15px #2563eb33}.hero-section .hero-btn-primary:hover{background-color:#1d4ed8;color:#fff;transform:translateY(-3px);box-shadow:0 8px 25px #2563eb4d;border-color:#1d4ed8}.hero-section .hero-btn-secondary{background-color:transparent;color:#2563eb;border-color:#2563eb}.hero-section .hero-btn-secondary:hover{background-color:#2563eb;color:#fff;transform:translateY(-3px);border-color:#2563eb;box-shadow:0 8px 25px #2563eb33}@media (max-width: 480px){.hero-section{min-height:450px}.hero-section .container{padding:3rem 1rem}.hero-section .hero-title{font-size:2rem;margin-bottom:1rem}.hero-section .hero-subtitle{font-size:1rem;margin-bottom:2rem}.hero-section .hero-btn{padding:.875rem 2rem;font-size:1rem;min-width:200px}}.hero-section .hero-content{animation:heroFadeInUp .8s ease-out}@keyframes heroFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.process-container{display:flex;flex-direction:column;gap:2rem;position:relative;max-width:900px;margin:0 auto}@media (min-width: 768px){.process-container{gap:3rem}}.process-step{display:flex;align-items:center;gap:1.5rem;position:relative;background:linear-gradient(135deg,#fff,#f8fafc);padding:1.5rem;border-radius:15px;box-shadow:0 8px 30px #00000014;border:1px solid #e2e8f0;transition:all .3s ease}.process-step:hover{transform:translateY(-5px);box-shadow:0 20px 60px #00000026}@media (max-width: 767px){.process-step{flex-direction:column;text-align:center;gap:1rem;padding:1rem}}.process-step:nth-child(2n){flex-direction:row-reverse}@media (max-width: 767px){.process-step:nth-child(2n){flex-direction:column}}.process-step-icon-container{position:relative;flex-shrink:0}.process-step-icon{width:60px;height:60px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;box-shadow:0 8px 25px #2563eb40;position:relative;z-index:2}.process-step-icon:before{content:"";position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;background:linear-gradient(135deg,#60a5fa,#3b82f6,#2563eb);border-radius:50%;z-index:-1;opacity:.7}.process-step-icon:after{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:50%;z-index:-2;opacity:.5}.process-step-line{position:absolute;top:50%;left:70px;width:calc(100vw - 160px);height:2px;background:linear-gradient(90deg,#2563eb,#60a5fa,#e2e8f0);z-index:1;max-width:120px}@media (max-width: 767px){.process-step-line{display:none}}.process-step:last-child .process-step-line{display:none}.process-step-content{flex:1;min-width:0}.process-step-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}@media (max-width: 767px){.process-step-header{flex-direction:column;align-items:center;text-align:center}}.process-step-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0;line-height:1.3}@media (min-width: 768px){.process-step-title{font-size:1.375rem}}.process-step-timeline{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.4rem .8rem;border-radius:15px;font-size:.75rem;font-weight:600;box-shadow:0 3px 10px #10b98140;white-space:nowrap}.process-step-description{color:#64748b;font-size:1rem;line-height:1.6;margin:0}.section-bg-gray{background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:relative}.section-bg-gray:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 25%,rgba(59,130,246,.05) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(16,185,129,.05) 0%,transparent 50%);pointer-events:none}.section-bg-blue{background-color:#2563eb;color:#fff;position:relative}.section-bg-blue .container{position:relative;z-index:2}.section-bg-blue .section-title{color:#fff}.section-bg-blue .section-description{color:#ffffffe6}.section-bg-blue .hiring-step-title{color:#fff}.section-bg-blue .hiring-step-description{color:#fffc}.section-bg-blue .hiring-step-number{background-color:#fff;color:#3b82f6;box-shadow:0 4px 15px #fff3}.about-story-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;max-width:1200px;margin:0 auto}@media (min-width: 768px){.about-story-grid{grid-template-columns:1fr 1fr;gap:4rem}}.about-story-content{order:1}@media (min-width: 768px){.about-story-content{order:0}}.about-story-text p{margin-bottom:1.5rem;line-height:1.7;color:#4b5563;font-size:1rem}@media (min-width: 768px){.about-story-text p{font-size:1.125rem}}.about-story-image{order:0;display:flex;justify-content:center}@media (min-width: 768px){.about-story-image{order:1}}.story-image-placeholder{width:100%;max-width:400px;height:300px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#9ca3af;border:2px dashed #d1d5db}.placeholder-icon{width:4rem;height:4rem;margin-bottom:1rem}.values-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1000px;margin:0 auto}@media (min-width: 640px){.values-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (min-width: 1024px){.values-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.value-card{background:#fff;padding:2rem;border-radius:1rem;text-align:center;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border:1px solid #e5e7eb}.value-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.value-icon{display:flex;justify-content:center;margin-bottom:1.5rem;color:#2563eb}.value-title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:1rem}.value-description{color:#6b7280;line-height:1.6;font-size:.9375rem}.team-grid{display:grid;grid-template-columns:1fr;gap:3rem;max-width:1000px;margin:0 auto}@media (min-width: 768px){.team-grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (min-width: 1024px){.team-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.team-member-card{background:#fff;border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border:1px solid #e5e7eb}.team-member-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.team-member-image{margin-bottom:1.5rem}.team-image-placeholder{width:150px;height:150px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#9ca3af;border:2px dashed #d1d5db;margin:0 auto}.team-image-placeholder .placeholder-icon{width:3rem;height:3rem;margin-bottom:.5rem}.team-image-placeholder p{font-size:.875rem;margin:0}.team-member-name{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.team-member-position{color:#2563eb;font-weight:600;margin-bottom:1rem;font-size:1rem}.team-member-bio{color:#6b7280;line-height:1.6;margin-bottom:1.5rem;font-size:.9375rem}.team-member-contact{display:flex;justify-content:center;gap:1rem}.contact-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#f3f4f6;border-radius:50%;color:#6b7280;transition:all .3s ease;text-decoration:none}.contact-link:hover{background:#2563eb;color:#fff;transform:scale(1.1)}.contact-icon{width:1.25rem;height:1.25rem}.mission-vision-grid{display:grid;grid-template-columns:1fr;gap:3rem;max-width:900px;margin:0 auto}@media (min-width: 768px){.mission-vision-grid{grid-template-columns:repeat(2,1fr);gap:4rem}}.mission-card{background:#fff;padding:3rem 2rem;border-radius:1rem;text-align:center;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease}.mission-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.mission-icon{display:flex;justify-content:center;margin-bottom:1.5rem;color:#2563eb}.mission-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.mission-description{color:#6b7280;line-height:1.7;font-size:1rem}.contact-info-section{max-width:1000px;margin:0 auto}.contact-info-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem}@media (min-width: 768px){.contact-info-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.contact-info-card{background:#fff;padding:2rem;border-radius:1rem;text-align:center;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease}.contact-info-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.contact-info-icon{width:3rem;height:3rem;color:#2563eb;margin:0 auto 1rem}.contact-info-title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:1rem}.contact-info-text{color:#6b7280;line-height:1.6;font-size:.9375rem}.talent-application-page{min-height:100vh;background-color:#f9fafb}.talent-hero-section{background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden;padding:3rem 0}@media (min-width: 768px){.talent-hero-section{padding:4rem 0}}@media (min-width: 1024px){.talent-hero-section{padding:6rem 0}}.talent-hero-container{max-width:1200px;margin:0 auto;padding:0 1rem;text-align:center}@media (min-width: 640px){.talent-hero-container{padding:0 1.5rem}}@media (min-width: 1024px){.talent-hero-container{padding:0 2rem}}.talent-hero-content{max-width:800px;margin:0 auto}.talent-hero-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2}@media (min-width: 640px){.talent-hero-title{font-size:2.5rem}}@media (min-width: 768px){.talent-hero-title{font-size:3rem}}@media (min-width: 1024px){.talent-hero-title{font-size:3.5rem}}.talent-hero-subtitle{font-size:1rem;color:#ffffffe6;line-height:1.6;margin:0 auto;max-width:600px}@media (min-width: 640px){.talent-hero-subtitle{font-size:1.125rem}}@media (min-width: 768px){.talent-hero-subtitle{font-size:1.25rem}}.talent-benefits-section{background-color:#fff;padding:3rem 0}@media (min-width: 768px){.talent-benefits-section{padding:4rem 0}}@media (min-width: 1024px){.talent-benefits-section{padding:5rem 0}}.talent-benefits-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.talent-benefits-container{padding:0 1.5rem}}@media (min-width: 1024px){.talent-benefits-container{padding:0 2rem}}.talent-benefits-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media (min-width: 768px){.talent-benefits-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}@media (min-width: 1024px){.talent-benefits-grid{gap:3rem}}.talent-benefit-card{text-align:center;padding:1.5rem;border-radius:.75rem;background-color:#f9fafb;transition:transform .2s,box-shadow .2s}.talent-benefit-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}@media (min-width: 768px){.talent-benefit-card{padding:2rem}}.talent-benefit-icon{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.talent-benefit-icon-blue{background-color:#dbeafe;color:#2563eb}.talent-benefit-icon-green{background-color:#d1fae5;color:#059669}.talent-benefit-icon-purple{background-color:#e9d5ff;color:#7c3aed}.talent-benefit-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}@media (min-width: 768px){.talent-benefit-title{font-size:1.25rem}}.talent-benefit-description{color:#6b7280;line-height:1.6;font-size:.875rem}@media (min-width: 768px){.talent-benefit-description{font-size:1rem}}.talent-form-section{background-color:#f9fafb;padding:3rem 0}@media (min-width: 768px){.talent-form-section{padding:4rem 0}}@media (min-width: 1024px){.talent-form-section{padding:5rem 0}}.talent-form-container{max-width:900px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.talent-form-container{padding:0 1.5rem}}@media (min-width: 1024px){.talent-form-container{padding:0 2rem}}.talent-form{background-color:#fff;border-radius:1rem;box-shadow:0 4px 6px #00000012;overflow:hidden}.form-header{padding:2rem;text-align:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-bottom:1px solid #e5e7eb}@media (min-width: 768px){.form-header{padding:2.5rem}}.form-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}@media (min-width: 768px){.form-title{font-size:1.875rem}}.form-description{color:#6b7280;line-height:1.6;font-size:.875rem;max-width:600px;margin:0 auto}@media (min-width: 768px){.form-description{font-size:1rem}}.form-container{padding:2rem}@media (min-width: 768px){.form-container{padding:2.5rem}}.form-section{margin-bottom:2.5rem}@media (min-width: 768px){.form-section{margin-bottom:3rem}}.form-section-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}@media (min-width: 768px){.form-section-title{font-size:1.25rem}}.form-row{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}@media (min-width: 768px){.form-row{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.form-row-full{grid-column:1 / -1}.form-field{display:flex;flex-direction:column}.form-field-label{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.required{color:#dc2626}.form-field-input,.form-field-select,.form-field-textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .2s,box-shadow .2s;background-color:#fff}.form-field-input:focus,.form-field-select:focus,.form-field-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-field-input.error,.form-field-select.error,.form-field-textarea.error{border-color:#dc2626;border-width:2px;box-shadow:0 0 0 3px #dc26261a;background-color:#fef2f280}.form-field-error{color:#dc2626;font-size:.875rem;margin-top:.25rem;font-weight:500;display:flex;align-items:center;gap:.25rem}.form-field-error:before{content:"⚠️";font-size:.75rem}.form-field-textarea{resize:vertical;min-height:100px}.form-field-meta{display:flex;justify-content:space-between;align-items:center;margin-top:8px;font-size:13px}.character-count{color:#6b7280;font-weight:500;transition:color .2s ease}.character-count.valid{color:#059669}.character-count.invalid{color:#dc2626}.skills-grid{display:grid;grid-template-columns:1fr;gap:.75rem;margin-top:.5rem}@media (min-width: 640px){.skills-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.skills-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.skills-grid{grid-template-columns:repeat(4,1fr)}}.skills-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;border:1px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .2s;background-color:#fff}.skills-item:hover{border-color:#2563eb;background-color:#f8fafc}.skills-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1rem;height:1rem;border:2px solid #d1d5db;border-radius:.25rem;background-color:#fff;cursor:pointer;position:relative}.skills-checkbox:checked{background-color:#2563eb;border-color:#2563eb}.skills-checkbox:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:.75rem;font-weight:700}.skills-label{font-size:.875rem;color:#374151;cursor:pointer;flex:1}.rate-range{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:end}@media (max-width: 640px){.rate-range{grid-template-columns:1fr;gap:1rem}}.rate-input{display:flex;flex-direction:column}.rate-label{font-size:.75rem;font-weight:500;color:#6b7280;margin-bottom:.25rem}.rate-separator{font-size:.875rem;color:#6b7280;text-align:center;padding-bottom:.75rem}@media (max-width: 640px){.rate-separator{display:none}}.form-submit-section{text-align:center;padding-top:2rem;border-top:1px solid #e5e7eb;margin-top:2rem}.form-loading{opacity:.6;pointer-events:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.talent-benefit-card,.form-section{animation:fadeIn .5s ease-out}@media (max-width: 640px){.talent-hero-section,.talent-benefits-section,.talent-form-section{padding:2rem 0}.talent-form{border-radius:.5rem;margin:0 .5rem}.form-header,.form-container{padding:1.5rem}.form-field-input,.form-field-select,.form-field-textarea{font-size:16px}}@media (prefers-reduced-motion: reduce){.talent-benefit-card,.form-section{animation:none}.talent-benefit-card:hover{transform:none}}.project-request-form{max-width:800px;margin:0 auto;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.form-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.form-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.form-section-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #3b82f6}.form-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.form-grid{grid-template-columns:repeat(2,1fr)}}.form-group{display:flex;flex-direction:column}.form-label{font-weight:500;color:#374151;margin-bottom:.5rem;font-size:.875rem}.form-input,.form-select,.form-textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-textarea{resize:vertical;min-height:100px}.checkbox-group{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.checkbox-label{display:flex;align-items:center;cursor:pointer;font-size:.875rem}.checkbox-input{margin-right:.5rem;width:1rem;height:1rem;accent-color:#3b82f6}.checkbox-text{color:#374151}.form-file-input{padding:.5rem;border:2px dashed #d1d5db;border-radius:.5rem;background-color:#f9fafb;transition:border-color .2s}.form-file-input:hover{border-color:#3b82f6}.form-help-text{font-size:.75rem;color:#6b7280;margin-top:.25rem}.form-submit{text-align:center;padding-top:2rem}.form-submit .btn{min-width:200px}.form-submit .form-help-text{margin-top:1rem;font-size:.875rem}.success-message{text-align:center;padding:3rem 2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a}.success-icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;background-color:#10b981;color:#fff;border-radius:50%;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.success-message h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.success-message p{color:#6b7280;line-height:1.6;margin-bottom:2rem}.error-message{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:1rem;border-radius:.5rem;margin-top:1rem;text-align:center}.software-section,.section-bg-gray{background-color:#f8fafc}.file-upload-container{margin-bottom:1.5rem}.file-upload{position:relative;border:2px dashed #d1d5db;border-radius:.5rem;padding:2rem;text-align:center;transition:all .3s ease;cursor:pointer;background-color:#fafafa}.file-upload:hover{border-color:#3b82f6;background-color:#f8fafc}.file-upload.drag-over{border-color:#3b82f6;background-color:#eff6ff}.file-upload.file-upload-error{border-color:#ef4444;background-color:#fef2f2}.file-upload-input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.file-upload-text-container{display:flex;flex-direction:column;align-items:center;gap:.75rem}.file-upload-icon{width:2rem;height:2rem;color:#6b7280;margin-bottom:.5rem;flex-shrink:0}.file-upload-text{font-size:.875rem;color:#374151}.file-upload-link{color:#3b82f6;font-weight:500;text-decoration:underline}.file-upload-hint{font-size:.75rem;color:#6b7280;margin:0}.file-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background-color:#f3f4f6;border-radius:.375rem;border:1px solid #d1d5db}.file-item-info{display:flex;align-items:center;gap:.75rem}.file-item-icon{width:1.5rem;height:1.5rem;color:#3b82f6;flex-shrink:0}.file-item-name{font-size:.875rem;font-weight:500;color:#374151;margin:0}.file-item-size{font-size:.75rem;color:#6b7280;margin:0}.file-item-remove{padding:.25rem;background:none;border:none;cursor:pointer;color:#6b7280;border-radius:.25rem;transition:all .2s ease}.file-item-remove:hover{color:#ef4444;background-color:#fef2f2}.file-item-remove .file-item-icon{width:1.25rem;height:1.25rem}.phone-input-container{margin-bottom:1.5rem}.phone-input-wrapper{display:flex;border:1px solid #d1d5db;border-radius:.5rem;overflow:hidden;transition:border-color .2s ease}.phone-input-wrapper:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.country-selector{background-color:#f9fafb;border-right:1px solid #d1d5db;display:flex;align-items:center}.country-select{background:transparent;border:none;padding:.75rem .5rem;font-size:.875rem;font-weight:500;cursor:pointer;outline:none;min-width:100px;color:#374151}.country-select:focus{background-color:#eff6ff}.phone-number-input{flex:1}.phone-number-input input{width:100%;border:none;padding:.75rem;font-size:1rem;outline:none;background:transparent}.phone-number-input input::placeholder{color:#9ca3af}.phone-number-input input.error{background-color:#fef2f2}.phone-preview{margin-top:.5rem;padding:.25rem 0}.phone-preview-text{font-size:.75rem;color:#6b7280;font-style:italic}.phone-hint-text{font-size:.75rem;color:#3b82f6;font-weight:500}@media (max-width: 640px){.country-select{min-width:80px;padding:.75rem .25rem;font-size:.75rem}}.form-errors-summary{background-color:#fef2f2;border:2px solid #fecaca;border-radius:8px;padding:16px;margin-bottom:24px;color:#991b1b}.form-errors-summary h4{margin:0 0 12px;font-size:16px;font-weight:600;color:#dc2626}.form-errors-summary ul{margin:0;padding-left:20px;list-style-type:disc}.form-errors-summary li{margin-bottom:8px;font-size:14px;line-height:1.4}.form-errors-summary li:last-child{margin-bottom:0}.form-errors-summary strong{text-transform:capitalize;color:#b91c1c}.howwehire-hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff}.howwehire-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#3b82f60d,#8b5cf614,#ec48990d);z-index:1}.howwehire-hero-container{position:relative;z-index:2;max-width:1200px;width:100%;padding:0 2rem;text-align:center}.howwehire-hero-content{color:#1f2937;max-width:900px;margin:0 auto}.howwehire-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#3b82f61a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(59,130,246,.2);padding:.5rem 1rem;border-radius:50px;margin-bottom:2rem;animation:fadeInUp 1s ease-out}.howwehire-hero-badge-icon{width:1.25rem;height:1.25rem;color:#3b82f6}.howwehire-hero-badge-text{font-size:.875rem;font-weight:600;letter-spacing:.1em;color:#3b82f6}.howwehire-hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;animation:fadeInUp 1s ease-out .2s both}.howwehire-hero-highlight{background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% 100%;animation:gradientShift 3s ease-in-out infinite}.howwehire-hero-subtitle{font-size:1.25rem;line-height:1.7;color:#6b7280;margin-bottom:3rem;animation:fadeInUp 1s ease-out .4s both}.howwehire-hero-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:800px;margin:0 auto 3rem;animation:fadeInUp 1s ease-out .6s both}.howwehire-hero-feature{text-align:center;background:#3b82f60d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(59,130,246,.1);border-radius:1rem;padding:2rem 1.5rem;transition:all .3s ease}.howwehire-hero-feature:hover{transform:translateY(-5px);background:#3b82f61a;box-shadow:0 20px 40px #3b82f61a}.howwehire-hero-feature-icon{width:3rem;height:3rem;margin:0 auto 1rem;padding:.75rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:1rem;color:#fff;display:flex;align-items:center;justify-content:center}.howwehire-hero-feature-title{font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.howwehire-hero-feature-description{font-size:.875rem;color:#6b7280;line-height:1.5}.howwehire-hero-cta{animation:fadeInUp 1s ease-out .8s both}.howwehire-hero-floating-elements{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none}.howwehire-hero-hexagon{position:absolute;width:100px;height:100px;background:#3b82f60d;border:1px solid rgba(59,130,246,.1);clip-path:polygon(30% 0%,70% 0%,100% 50%,70% 100%,30% 100%,0% 50%)}.howwehire-hero-hexagon-1{top:15%;left:10%;animation:float 8s ease-in-out infinite}.howwehire-hero-hexagon-2{top:70%;right:10%;animation:float 10s ease-in-out infinite reverse}.howwehire-hero-hexagon-3{bottom:20%;left:20%;width:60px;height:60px;animation:float 12s ease-in-out infinite}.howwehire-hero-diamond{position:absolute;width:80px;height:80px;background:#8b5cf60d;border:1px solid rgba(139,92,246,.1);transform:rotate(45deg);top:25%;right:15%;animation:rotate 15s linear infinite}.howwehire-hero-pentagon{position:absolute;width:70px;height:70px;background:#ec48990d;border:1px solid rgba(236,72,153,.1);clip-path:polygon(50% 0%,100% 38%,82% 100%,18% 100%,0% 38%);bottom:15%;right:25%;animation:float 9s ease-in-out infinite}.howwehire-hero-process-line{position:absolute;height:2px;background:linear-gradient(90deg,transparent,rgba(59,130,246,.3),transparent);top:30%;left:15%;right:15%;animation:processFlow 8s ease-in-out infinite}.howwehire-hero-process-dots{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(59,130,246,.1) 2px,transparent 2px),radial-gradient(circle at 80% 40%,rgba(139,92,246,.1) 2px,transparent 2px),radial-gradient(circle at 60% 70%,rgba(236,72,153,.1) 2px,transparent 2px),radial-gradient(circle at 30% 80%,rgba(59,130,246,.1) 2px,transparent 2px);background-size:120px 120px,80px 80px,100px 100px,150px 150px;animation:processDots 20s linear infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-15px) rotate(120deg)}66%{transform:translateY(10px) rotate(240deg)}}@keyframes rotate{0%{transform:rotate(45deg)}to{transform:rotate(405deg)}}@keyframes processFlow{0%,to{opacity:.3;transform:scaleX(.5)}50%{opacity:1;transform:scaleX(1)}}@keyframes processDots{0%{transform:translate(0) translateY(0)}25%{transform:translate(20px) translateY(-10px)}50%{transform:translate(0) translateY(-20px)}75%{transform:translate(-20px) translateY(-10px)}to{transform:translate(0) translateY(0)}}.howwehire-hero-badge:hover{background:#3b82f626;transform:scale(1.05);transition:all .3s ease}@media (max-width: 768px){.howwehire-hero-title{font-size:2.5rem}.howwehire-hero-subtitle{font-size:1.125rem}.howwehire-hero-features{grid-template-columns:1fr;gap:1rem}.howwehire-hero-feature{padding:1.5rem 1rem}.howwehire-hero-hexagon{display:none}.howwehire-hero-diamond{width:50px;height:50px}.howwehire-hero-pentagon{width:40px;height:40px}}@media (max-width: 480px){.howwehire-hero-title{font-size:2rem}.howwehire-hero-subtitle{font-size:1rem}.howwehire-hero-container{padding:0 1rem}.howwehire-hero-feature-icon{width:2.5rem;height:2.5rem}}.ourroles-hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff}.ourroles-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#3b82f60d,#8b5cf614,#ec48990d);z-index:1}.ourroles-hero-container{position:relative;z-index:2;max-width:1200px;width:100%;padding:0 2rem;text-align:center}.ourroles-hero-content{color:#1f2937;max-width:800px;margin:0 auto}.ourroles-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#3b82f61a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(59,130,246,.2);padding:.5rem 1rem;border-radius:50px;margin-bottom:2rem;animation:fadeInUp 1s ease-out}.ourroles-hero-badge-icon{width:1.25rem;height:1.25rem;color:#3b82f6}.ourroles-hero-badge-text{font-size:.875rem;font-weight:600;letter-spacing:.1em;color:#3b82f6}.ourroles-hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;animation:fadeInUp 1s ease-out .2s both}.ourroles-hero-highlight{background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% 100%;animation:gradientShift 3s ease-in-out infinite}.ourroles-hero-subtitle{font-size:1.25rem;line-height:1.7;color:#6b7280;margin-bottom:3rem;animation:fadeInUp 1s ease-out .4s both}.ourroles-hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:2rem;max-width:700px;margin:0 auto 3rem;animation:fadeInUp 1s ease-out .6s both}.ourroles-hero-stat{text-align:center;background:#3b82f60d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(59,130,246,.1);border-radius:1rem;padding:1.5rem 1rem;transition:all .3s ease}.ourroles-hero-stat:hover{transform:translateY(-5px);background:#3b82f61a;box-shadow:0 20px 40px #3b82f61a}.ourroles-hero-stat-number{font-size:2rem;font-weight:800;color:#3b82f6;margin-bottom:.25rem}.ourroles-hero-stat-label{font-size:.875rem;color:#6b7280;font-weight:500}.ourroles-hero-cta{animation:fadeInUp 1s ease-out .8s both}.ourroles-hero-floating-elements{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none}.ourroles-hero-rect{position:absolute;background:#3b82f60d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(59,130,246,.1);border-radius:.5rem}.ourroles-hero-rect-1{width:120px;height:80px;top:15%;left:10%;animation:float 8s ease-in-out infinite}.ourroles-hero-rect-2{width:100px;height:60px;top:65%;right:12%;animation:float 10s ease-in-out infinite reverse}.ourroles-hero-rect-3{width:80px;height:50px;bottom:25%;left:18%;animation:float 12s ease-in-out infinite}.ourroles-hero-circle{position:absolute;border-radius:50%;background:#8b5cf60d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(139,92,246,.1)}.ourroles-hero-circle-1{width:90px;height:90px;top:25%;right:15%;animation:float 9s ease-in-out infinite}.ourroles-hero-circle-2{width:70px;height:70px;bottom:20%;right:25%;animation:float 11s ease-in-out infinite reverse}.ourroles-hero-triangle{position:absolute;width:0;height:0;border-left:40px solid transparent;border-right:40px solid transparent;border-bottom:70px solid rgba(236,72,153,.1);top:30%;left:20%;animation:rotate 15s linear infinite}.ourroles-hero-grid{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(59,130,246,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(59,130,246,.05) 1px,transparent 1px);background-size:50px 50px;animation:gridMove 20s linear infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-15px) rotate(5deg)}66%{transform:translateY(10px) rotate(-5deg)}}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.ourroles-hero-badge:hover{background:#3b82f626;transform:scale(1.05);transition:all .3s ease}@media (max-width: 768px){.ourroles-hero-title{font-size:2.5rem}.ourroles-hero-subtitle{font-size:1.125rem}.ourroles-hero-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.ourroles-hero-stat{padding:1rem .75rem}.ourroles-hero-stat-number{font-size:1.5rem}.ourroles-hero-rect{display:none}.ourroles-hero-circle-1{width:60px;height:60px}.ourroles-hero-circle-2{width:50px;height:50px}.ourroles-hero-triangle{border-left:25px solid transparent;border-right:25px solid transparent;border-bottom:45px solid rgba(236,72,153,.1)}}@media (max-width: 480px){.ourroles-hero-title{font-size:2rem}.ourroles-hero-subtitle{font-size:1rem}.ourroles-hero-stats{grid-template-columns:1fr;gap:.75rem}.ourroles-hero-container{padding:0 1rem}}.solutions-hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff}.solutions-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#3b82f60d,#8b5cf614,#ec48990d);z-index:1}.solutions-hero-container{position:relative;z-index:2;max-width:1200px;width:100%;padding:0 2rem;text-align:center}.solutions-hero-content{color:#1f2937;max-width:900px;margin:0 auto}.solutions-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#8b5cf61a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(139,92,246,.2);padding:.5rem 1rem;border-radius:50px;margin-bottom:2rem;animation:fadeInUp 1s ease-out}.solutions-hero-badge-icon{width:1.25rem;height:1.25rem;color:#8b5cf6}.solutions-hero-badge-text{font-size:.875rem;font-weight:600;letter-spacing:.1em;color:#8b5cf6}.solutions-hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;animation:fadeInUp 1s ease-out .2s both}.solutions-hero-highlight{background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% 100%;animation:gradientShift 3s ease-in-out infinite}.solutions-hero-subtitle{font-size:1.25rem;line-height:1.7;color:#6b7280;margin-bottom:3rem;animation:fadeInUp 1s ease-out .4s both}.solutions-hero-services{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto 3rem;animation:fadeInUp 1s ease-out .6s both}.solutions-hero-service{text-align:center;background:#8b5cf60d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(139,92,246,.1);border-radius:1rem;padding:1.5rem 1rem;transition:all .3s ease;position:relative;overflow:hidden;min-height:140px;display:flex;flex-direction:column;justify-content:center}.solutions-hero-service:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(139,92,246,.1),transparent);transition:left .5s ease}.solutions-hero-service:hover:before{left:100%}.solutions-hero-service:hover{transform:translateY(-5px);background:#8b5cf61a;box-shadow:0 20px 40px #8b5cf626}.solutions-hero-service-icon{width:2.5rem;height:2.5rem;margin:0 auto .75rem;padding:.5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:.75rem;color:#fff;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.solutions-hero-service-title{font-size:.875rem;font-weight:700;color:#1f2937;margin-bottom:.25rem;position:relative;z-index:1}.solutions-hero-service-tech{font-size:.75rem;color:#8b5cf6;font-weight:500;position:relative;z-index:1}.solutions-hero-cta{animation:fadeInUp 1s ease-out .8s both}.solutions-hero-floating-elements{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none}.solutions-hero-gear{position:absolute;width:80px;height:80px;background:#3b82f60d;border:1px solid rgba(59,130,246,.1);border-radius:50%;display:flex;align-items:center;justify-content:center}.solutions-hero-gear:before{content:"⚙";font-size:2rem;color:#3b82f64d}.solutions-hero-gear-1{top:15%;left:10%;animation:rotate 15s linear infinite}.solutions-hero-gear-2{top:70%;right:10%;width:60px;height:60px;animation:rotate 20s linear infinite reverse}.solutions-hero-gear-3{bottom:20%;left:15%;width:50px;height:50px;animation:rotate 25s linear infinite}.solutions-hero-code-block{position:absolute;width:100px;height:60px;background:#8b5cf60d;border:1px solid rgba(139,92,246,.1);border-radius:.5rem;top:25%;right:15%;animation:float 8s ease-in-out infinite;display:flex;align-items:center;justify-content:center}.solutions-hero-code-block:before{content:"</>";font-size:1.5rem;color:#8b5cf666;font-family:Courier New,monospace}.solutions-hero-mobile{position:absolute;width:40px;height:70px;background:#ec48990d;border:1px solid rgba(236,72,153,.1);border-radius:.5rem;bottom:30%;right:25%;animation:bounce 6s ease-in-out infinite;display:flex;align-items:center;justify-content:center}.solutions-hero-mobile:before{content:"📱";font-size:1.25rem;opacity:.6}.solutions-hero-tech-dots{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 20%,rgba(59,130,246,.08) 2px,transparent 2px),radial-gradient(circle at 80% 20%,rgba(139,92,246,.08) 2px,transparent 2px),radial-gradient(circle at 20% 80%,rgba(236,72,153,.08) 2px,transparent 2px),radial-gradient(circle at 80% 80%,rgba(59,130,246,.08) 2px,transparent 2px);background-size:80px 80px,100px 100px,120px 120px,90px 90px;animation:techFlow 30s linear infinite}@keyframes techFlow{0%{transform:translate(0) translateY(0)}25%{transform:translate(10px) translateY(-10px)}50%{transform:translate(0) translateY(-20px)}75%{transform:translate(-10px) translateY(-10px)}to{transform:translate(0) translateY(0)}}.solutions-hero-badge:hover{background:#8b5cf626;transform:scale(1.05);transition:all .3s ease}@media (min-width: 769px){.solutions-hero-services{grid-template-columns:repeat(4,1fr)}}@media (max-width: 768px){.solutions-hero-title{font-size:2.5rem}.solutions-hero-subtitle{font-size:1.125rem}.solutions-hero-services{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:600px}.solutions-hero-service{padding:1rem .5rem}.solutions-hero-gear{display:none}.solutions-hero-code-block{width:70px;height:40px}.solutions-hero-mobile{width:30px;height:50px}}@media (max-width: 480px){.solutions-hero-title{font-size:2rem}.solutions-hero-subtitle{font-size:1rem}.solutions-hero-services{grid-template-columns:1fr;max-width:300px}.solutions-hero-container{padding:0 1rem}.solutions-hero-service-icon{width:2rem;height:2rem}}@media (min-width: 1200px){.solutions-hero-services{max-width:1400px;gap:2rem}.solutions-hero-service{padding:2rem 1.25rem;min-height:160px}}.hirewithus-hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff}.hirewithus-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#3b82f60d,#8b5cf614,#ec48990d);z-index:1}.hirewithus-hero-container{position:relative;z-index:2;max-width:1200px;width:100%;padding:0 2rem;text-align:center}.hirewithus-hero-content{color:#1f2937;max-width:900px;margin:0 auto}.hirewithus-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#3b82f61a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(59,130,246,.2);padding:.5rem 1rem;border-radius:50px;margin-bottom:2rem;animation:fadeInUp 1s ease-out}.hirewithus-hero-badge-icon{width:1.25rem;height:1.25rem;color:#3b82f6}.hirewithus-hero-badge-text{font-size:.875rem;font-weight:600;letter-spacing:.1em;color:#3b82f6}.hirewithus-hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;animation:fadeInUp 1s ease-out .2s both}.hirewithus-hero-highlight{background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% 100%;animation:gradientShift 3s ease-in-out infinite}.hirewithus-hero-subtitle{font-size:1.25rem;line-height:1.7;color:#6b7280;margin-bottom:3rem;animation:fadeInUp 1s ease-out .4s both}.hirewithus-hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:800px;margin:0 auto 3rem;animation:fadeInUp 1s ease-out .6s both}.hirewithus-hero-stat{text-align:center;background:#3b82f60d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(59,130,246,.1);border-radius:1rem;padding:2rem 1.5rem;transition:all .3s ease;position:relative;overflow:hidden}.hirewithus-hero-stat:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(59,130,246,.1),transparent);transition:left .5s ease}.hirewithus-hero-stat:hover:before{left:100%}.hirewithus-hero-stat:hover{transform:translateY(-5px);background:#3b82f61a;box-shadow:0 20px 40px #3b82f626}.hirewithus-hero-stat-number{font-size:2.5rem;font-weight:800;color:#3b82f6;margin-bottom:.5rem;position:relative;z-index:1}.hirewithus-hero-stat-label{font-size:.875rem;font-weight:600;color:#1f2937;text-transform:uppercase;letter-spacing:.05em;position:relative;z-index:1}.hirewithus-hero-stat-description{font-size:.75rem;color:#6b7280;margin-top:.25rem;position:relative;z-index:1}.hirewithus-hero-cta{animation:fadeInUp 1s ease-out .8s both}.hirewithus-hero-floating-elements{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none}.hirewithus-hero-clock{position:absolute;width:80px;height:80px;background:#3b82f60d;border:1px solid rgba(59,130,246,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;top:20%;left:10%;animation:pulse 4s ease-in-out infinite}.hirewithus-hero-clock:before{content:"🕐";font-size:2rem;opacity:.6}.hirewithus-hero-profile{position:absolute;width:100px;height:60px;background:#8b5cf60d;border:1px solid rgba(139,92,246,.1);border-radius:.75rem;top:30%;right:10%;animation:float 6s ease-in-out infinite;display:flex;align-items:center;justify-content:center}.hirewithus-hero-profile:before{content:"👤";font-size:1.5rem;opacity:.6}.hirewithus-hero-checkmark{position:absolute;width:60px;height:60px;background:#ec48990d;border:1px solid rgba(236,72,153,.1);border-radius:50%;bottom:25%;left:15%;animation:bounce 5s ease-in-out infinite;display:flex;align-items:center;justify-content:center}.hirewithus-hero-checkmark:before{content:"✓";font-size:1.5rem;color:#ec489999;font-weight:700}.hirewithus-hero-handshake{position:absolute;width:90px;height:70px;background:#3b82f60d;border:1px solid rgba(59,130,246,.1);border-radius:.5rem;bottom:20%;right:20%;animation:float 7s ease-in-out infinite reverse;display:flex;align-items:center;justify-content:center}.hirewithus-hero-handshake:before{content:"🤝";font-size:1.75rem;opacity:.6}.hirewithus-hero-pattern{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 25% 25%,rgba(59,130,246,.08) 2px,transparent 2px),radial-gradient(circle at 75% 25%,rgba(139,92,246,.08) 2px,transparent 2px),radial-gradient(circle at 25% 75%,rgba(236,72,153,.08) 2px,transparent 2px),radial-gradient(circle at 75% 75%,rgba(59,130,246,.08) 2px,transparent 2px);background-size:100px 100px,120px 120px,80px 80px,110px 110px;animation:patternMove 25s linear infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes patternMove{0%{transform:translate(0) translateY(0)}25%{transform:translate(20px) translateY(-10px)}50%{transform:translate(0) translateY(-20px)}75%{transform:translate(-20px) translateY(-10px)}to{transform:translate(0) translateY(0)}}.hirewithus-hero-badge:hover{background:#3b82f626;transform:scale(1.05);transition:all .3s ease}@media (min-width: 769px){.hirewithus-hero-stats{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.hirewithus-hero-title{font-size:2.5rem}.hirewithus-hero-subtitle{font-size:1.125rem}.hirewithus-hero-stats{grid-template-columns:1fr;gap:1.5rem;max-width:400px}.hirewithus-hero-stat{padding:1.5rem 1rem}.hirewithus-hero-stat-number{font-size:2rem}.hirewithus-hero-floating-elements .hirewithus-hero-clock,.hirewithus-hero-floating-elements .hirewithus-hero-profile{display:none}.hirewithus-hero-checkmark{width:50px;height:50px}.hirewithus-hero-handshake{width:70px;height:50px}}@media (max-width: 480px){.hirewithus-hero-title{font-size:2rem}.hirewithus-hero-subtitle{font-size:1rem}.hirewithus-hero-container{padding:0 1rem}.hirewithus-hero-stat-number{font-size:1.75rem}.hirewithus-hero-floating-elements{display:none}}.talent-header-section{position:relative;overflow:hidden;background:#fff;padding:6rem 1rem 5rem;text-align:center}.talent-header-container{position:relative;z-index:2;max-width:900px;margin:0 auto}.talent-header-title{font-size:3rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#1d4ed8;animation:fadeInUp 1s ease-out .2s both}.talent-header-highlight{background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% 100%;animation:gradientShift 3s ease-in-out infinite}.talent-header-subtitle{font-size:1.25rem;line-height:1.7;color:#64748b;margin-bottom:2.5rem;animation:fadeInUp 1s ease-out .4s both}.talent-header-floating-elements{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none}.talent-header-rect{position:absolute;background:#3b82f612;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(59,130,246,.13);border-radius:.5rem}.talent-header-rect-1{width:110px;height:70px;top:12%;left:8%;animation:float 8s ease-in-out infinite}.talent-header-rect-2{width:90px;height:60px;top:70%;right:10%;animation:float 10s ease-in-out infinite reverse}.talent-header-circle{position:absolute;border-radius:50%;background:#8b5cf612;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(139,92,246,.13)}.talent-header-circle-1{width:80px;height:80px;top:20%;right:13%;animation:float 9s ease-in-out infinite}.talent-header-circle-2{width:60px;height:60px;bottom:18%;left:20%;animation:float 11s ease-in-out infinite reverse}.talent-header-triangle{position:absolute;width:0;height:0;border-left:35px solid transparent;border-right:35px solid transparent;border-bottom:60px solid rgba(236,72,153,.13);top:35%;left:18%;animation:rotate 15s linear infinite}.talent-header-grid{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(59,130,246,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(59,130,246,.04) 1px,transparent 1px);background-size:48px 48px;animation:gridMove 18s linear infinite;z-index:0}@keyframes float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-12px) rotate(4deg)}66%{transform:translateY(8px) rotate(-4deg)}}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(48px,48px)}}@media (max-width: 768px){.talent-header-title{font-size:2.1rem}.talent-header-subtitle{font-size:1.05rem}.talent-header-rect,.talent-header-circle,.talent-header-triangle{opacity:.7}.talent-header-rect-1,.talent-header-rect-2{width:60px;height:40px}.talent-header-circle-1,.talent-header-circle-2{width:40px;height:40px}.talent-header-triangle{border-left:18px solid transparent;border-right:18px solid transparent;border-bottom:30px solid rgba(236,72,153,.13)}}@media (max-width: 480px){.talent-header-title{font-size:1.3rem}.talent-header-subtitle{font-size:.95rem}.talent-header-container{padding:0 .5rem}}.talent-header-icon{position:absolute;opacity:.8;animation:float 8s ease-in-out infinite;pointer-events:none}.talent-header-icon-1{top:10%;left:8%;animation-delay:0s}.talent-header-icon-2{top:65%;right:10%;animation-delay:2s}.talent-header-icon-3{top:25%;right:15%;animation-delay:4s}.talent-header-icon-4{bottom:18%;left:20%;animation-delay:6s}.talent-header-icon-5{top:30%;left:70%;animation-delay:1s}.about-hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff}.about-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#3b82f60d,#6366f114,#8b5cf60d);z-index:1}.about-hero-container{position:relative;z-index:2;max-width:1200px;width:100%;padding:0 2rem;text-align:center}.about-hero-content{color:#1f2937;max-width:800px;margin:0 auto}.about-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#3b82f61a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(59,130,246,.2);padding:.5rem 1rem;border-radius:50px;margin-bottom:2rem;animation:fadeInUp 1s ease-out}.about-hero-badge-icon{width:1.25rem;height:1.25rem;color:#fbbf24}.about-hero-badge-text{font-size:.875rem;font-weight:600;letter-spacing:.1em;color:#3b82f6}.about-hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;animation:fadeInUp 1s ease-out .2s both}.about-hero-gradient-text{background:linear-gradient(90deg,#fbbf24,#f59e0b,#f97316,#fb923c);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% 100%;animation:gradientShift 3s ease-in-out infinite}.about-hero-subtitle{font-size:1.25rem;line-height:1.7;color:#6b7280;margin-bottom:3rem;animation:fadeInUp 1s ease-out .4s both}.about-hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:2rem;max-width:600px;margin:0 auto;animation:fadeInUp 1s ease-out .6s both}.about-hero-stat{text-align:center;background:#3b82f60d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(59,130,246,.1);border-radius:1rem;padding:1.5rem 1rem;transition:all .3s ease}.about-hero-stat:hover{transform:translateY(-5px);background:#3b82f61a;box-shadow:0 20px 40px #3b82f61a}.about-hero-stat-number{font-size:2rem;font-weight:800;color:#3b82f6;margin-bottom:.25rem}.about-hero-stat-label{font-size:.875rem;color:#6b7280;font-weight:500}.about-hero-floating-elements{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none}.about-hero-circle{position:absolute;border-radius:50%;background:#3b82f60d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(59,130,246,.1)}.about-hero-circle-1{width:200px;height:200px;top:10%;left:10%;animation:float 6s ease-in-out infinite}.about-hero-circle-2{width:150px;height:150px;top:60%;right:15%;animation:float 8s ease-in-out infinite reverse}.about-hero-circle-3{width:100px;height:100px;bottom:20%;left:20%;animation:float 7s ease-in-out infinite}.about-hero-triangle{position:absolute;width:0;height:0;border-left:50px solid transparent;border-right:50px solid transparent;border-bottom:87px solid rgba(251,191,36,.1);top:25%;right:25%;animation:rotate 10s linear infinite}.about-hero-square{position:absolute;width:80px;height:80px;background:#6366f11a;border:1px solid rgba(99,102,241,.2);bottom:30%;right:10%;animation:float 9s ease-in-out infinite;transform-origin:center}.about-hero-particles{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.02) 1px,transparent 1px),radial-gradient(circle at 80% 50%,rgba(255,255,255,.02) 1px,transparent 1px),radial-gradient(circle at 40% 80%,rgba(255,255,255,.02) 1px,transparent 1px),radial-gradient(circle at 60% 20%,rgba(255,255,255,.02) 1px,transparent 1px);background-size:50px 50px,75px 75px,100px 100px,125px 125px;animation:particles 20s linear infinite}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-20px) rotate(120deg)}66%{transform:translateY(10px) rotate(240deg)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes particles{0%{transform:translate(0)}to{transform:translate(-100px)}}.about-hero-badge:hover{background:#3b82f626;transform:scale(1.05);transition:all .3s ease}.mission-vision-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-top:4rem}@media (min-width: 768px){.mission-vision-grid{grid-template-columns:1fr 1fr;gap:4rem}}.mission-card{position:relative;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e5e7eb;border-radius:2rem;padding:3rem;text-align:center;transition:all .4s ease;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.mission-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899);opacity:0;transition:opacity .3s ease}.mission-card:hover:before{opacity:1}.mission-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#d1d5db}.mission-icon{display:inline-flex;align-items:center;justify-content:center;width:5rem;height:5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:1.5rem;margin:0 auto 2rem;position:relative;overflow:hidden}.mission-icon:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.mission-card:hover .mission-icon:before{left:100%}.mission-icon svg{width:2.5rem;height:2.5rem;color:#fff;z-index:1;position:relative}.mission-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;position:relative}.mission-title:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%);width:3rem;height:2px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:1px}.mission-description{font-size:1.125rem;line-height:1.7;color:#6b7280;position:relative}.mission-description:before{content:'"';position:absolute;top:-1rem;left:-1rem;font-size:4rem;color:#e5e7eb;font-family:serif;line-height:1}.mission-description:after{content:'"';position:absolute;bottom:-2rem;right:-1rem;font-size:4rem;color:#e5e7eb;font-family:serif;line-height:1}.section-bg-gray{background:linear-gradient(135deg,#f9fafb,#f3f4f6);position:relative;overflow:hidden}.section-bg-gray:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(59,130,246,.05) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(139,92,246,.05) 0%,transparent 50%);z-index:0}.section-bg-gray .container{position:relative;z-index:1}@media (max-width: 768px){.about-hero-title{font-size:2.5rem}.about-hero-subtitle{font-size:1.125rem}.about-hero-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.about-hero-stat{padding:1rem .75rem}.about-hero-stat-number{font-size:1.5rem}.about-hero-circle-1{width:120px;height:120px}.about-hero-circle-2{width:80px;height:80px}.about-hero-circle-3{width:60px;height:60px}.about-hero-triangle{border-left:30px solid transparent;border-right:30px solid transparent;border-bottom:52px solid rgba(251,191,36,.1)}.about-hero-square{width:50px;height:50px}.mission-card{padding:2rem}.mission-icon{width:4rem;height:4rem}.mission-icon svg{width:2rem;height:2rem}.mission-title{font-size:1.5rem}.mission-description{font-size:1rem}.mission-description:before,.mission-description:after{display:none}}@media (max-width: 480px){.about-hero-title{font-size:2rem}.about-hero-subtitle{font-size:1rem}.about-hero-stats{grid-template-columns:1fr;gap:.75rem}.about-hero-container{padding:0 1rem}}
