*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.app,body{background:#f8fafc;overflow-x:hidden}.app{min-height:100vh;position:relative}.app:before{background-attachment:fixed;background-image:url(/static/media/background.f98ee8d9dca552b272ca.jpg);background-position:50%;background-size:cover;filter:blur(40px);-webkit-filter:blur(40px);opacity:.4}.app:after,.app:before{bottom:0;content:"";left:0;position:fixed;right:0;top:0;z-index:0}.app:after{background:linear-gradient(180deg,#f8fafcd9 0,#f1f5f9bf 50%,#ffffffe6)}.app>*{position:relative;z-index:1}.header{backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);background:#ffffffd9;border-bottom:1px solid #e2e8f080;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;padding:1.25rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.header-content,.logo{align-items:center;display:flex}.logo{cursor:pointer;gap:.875rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.logo:hover{opacity:1}.logo-icon{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8 50%,#1e40af);border-radius:12px;box-shadow:0 4px 12px #2563eb40,0 2px 4px #2563eb26,inset 0 1px 0 #fff3;color:#fff;display:flex;font-size:20px;height:44px;justify-content:center;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:44px}.logo-icon:before{background:linear-gradient(45deg,#0000,#ffffff1a,#0000);content:"";height:200%;left:-50%;position:absolute;top:-50%;transform:rotate(45deg);transition:all .5s;width:200%}.logo:hover .logo-icon{box-shadow:0 8px 20px #2563eb59,0 4px 8px #2563eb33,inset 0 1px 0 #fff3;transform:translateY(-2px) scale(1.02)}.logo:hover .logo-icon:before{left:100%}.logo-inner{filter:drop-shadow(0 1px 2px rgba(0,0,0,.1));font-size:16px;opacity:.95;position:absolute}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0f172a,#1e293b);-webkit-background-clip:text;background-clip:text;color:#0f172a;font-size:1.5rem;font-weight:800;letter-spacing:-.025em;line-height:1.2;position:relative;transition:all .3s}.logo:hover .logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-background-clip:text;background-clip:text}.nav{align-items:center;display:flex;gap:1.5rem}.nav,.nav-dropdown{position:relative}.nav-link{align-items:center;background:none;border:none;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-family:inherit;font-size:.9375rem;font-weight:500;gap:.5rem;padding:.5rem .75rem;text-decoration:none;transition:all .2s}.nav-link:hover{background:#2563eb0d;color:#2563eb}.nav-link.active{background:#2563eb14;color:#2563eb}.nav-arrow{font-size:.75rem;transition:transform .3s}.nav-dropdown.active .nav-arrow{transform:rotate(180deg)}.dropdown-menu{animation:dropdownFadeIn .2s ease-out;background:#fff;border:1px solid #e2e8f0cc;border-radius:12px;box-shadow:0 10px 40px #0000001f,0 0 0 1px #0000000d;left:0;min-width:280px;padding:.5rem;position:absolute;top:calc(100% + .5rem);z-index:1000}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{align-items:flex-start;border-radius:8px;color:#334155;cursor:pointer;display:flex;gap:1rem;padding:1rem;text-decoration:none;transition:all .2s}.dropdown-item:hover{background:#f8fafc;transform:translateX(4px)}.dropdown-item i{color:#2563eb;flex-shrink:0;font-size:1.125rem;margin-top:.125rem}.dropdown-title{color:#0f172a;font-size:.9375rem;font-weight:600;margin-bottom:.25rem}.dropdown-desc{color:#64748b;font-size:.8125rem;line-height:1.4}.btn-apply{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:8px;box-shadow:0 2px 4px #2563eb33;color:#fff;cursor:pointer;font-size:.9375rem;font-weight:600;padding:.75rem 1.75rem;transition:all .2s}.btn-apply:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 4px 8px #2563eb4d;transform:translateY(-1px)}.stepper-container{margin:2rem auto;max-width:1200px;padding:0 2rem}.stepper{gap:0;justify-content:center}.step,.stepper{align-items:center;display:flex;position:relative}.step{flex:1 1;flex-direction:column;max-width:200px}.step-icon{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#f1f5f9cc;border:2px solid #0000;border-radius:12px;box-shadow:0 2px 8px #0000000a;color:#94a3b8;display:flex;font-size:18px;height:48px;justify-content:center;margin-bottom:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:48px}.step.active .step-icon{animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:12px;box-shadow:0 4px 16px #2563eb66,0 0 0 4px #2563eb1a;color:#fff;transform:scale(1.05)}@keyframes pulse{0%,to{box-shadow:0 4px 16px #2563eb66,0 0 0 4px #2563eb1a}50%{box-shadow:0 4px 20px #2563eb80,0 0 0 6px #2563eb26}}.step.completed .step-icon{animation:checkmarkPop .5s ease-out;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;box-shadow:0 4px 16px #10b98166;color:#fff}@keyframes checkmarkPop{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.step.completed .step-label{color:#10b981}.step-label{color:#94a3b8;font-size:.8125rem;font-weight:600;letter-spacing:.8px;text-transform:uppercase;transition:color .3s}.step.active .step-label{color:#2563eb;font-weight:700}.step-connector{background:linear-gradient(90deg,#e2e8f0,#f1f5f9);height:2px;left:calc(50% + 26px);position:absolute;right:calc(-50% + 26px);top:26px;z-index:-1}.step:last-child .step-connector{display:none}.hero-section{align-items:center;display:flex;justify-content:center;min-height:70vh;overflow:hidden;padding:4rem 2rem 3rem;position:relative}.hero-background{background-attachment:fixed;background-image:url(/static/media/background.f98ee8d9dca552b272ca.jpg);background-position:50%;background-size:cover;z-index:0}.hero-background,.hero-image-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.hero-image-overlay{background:linear-gradient(135deg,#0f172ad9,#1e3a8abf 50%,#0f172ad9);z-index:1}.hero-content{color:#fff;max-width:1200px;position:relative;text-align:center;width:100%;z-index:2}.hero-badge{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#2563eb33;border:1px solid #fff3;border-radius:50px;color:#fffffff2;display:inline-block;font-size:.8125rem;font-weight:600;letter-spacing:1px;margin-bottom:2rem;padding:.5rem 1.25rem;text-transform:uppercase}.hero-title{font-size:3.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:1.5rem}.hero-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text;background-clip:text}.hero-description{color:#ffffffe6;font-size:1.25rem;font-weight:400;line-height:1.7;margin:0 auto 3rem;max-width:800px}.hero-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:900px}.hero-stat-item{text-align:center}.hero-stat-number{font-feature-settings:"tnum";animation:counterPulse .5s ease-out;color:#60a5fa;font-size:2.5rem;font-variant-numeric:tabular-nums;font-weight:800;line-height:1;margin-bottom:.5rem;transition:all .3s ease}@keyframes counterPulse{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.hero-stat-label{color:#fffc;font-size:.875rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.hero-cta-button{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:12px;box-shadow:0 8px 24px #2563eb66;color:#fff;cursor:pointer;display:inline-flex;font-size:1.125rem;font-weight:600;gap:.75rem;padding:1.25rem 3rem;transition:all .3s}.hero-cta-button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 12px 32px #2563eb80;transform:translateY(-2px)}.hero-cta-button i{transition:transform .3s}.hero-cta-button:hover i{transform:translateX(4px)}.benefits-section{background:linear-gradient(180deg,#fff,#f8fafc);padding:2.5rem 2rem}.benefits-container{margin:0 auto;max-width:1200px}.benefits-header{margin-bottom:2rem;text-align:center}.benefits-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.benefit-card{background:#fff;border:1px solid #e2e8f0cc;border-radius:12px;box-shadow:0 4px 20px #0000000f;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s}.benefit-card:before{background-position:50%;background-size:cover;bottom:0;content:"";left:0;opacity:.05;position:absolute;right:0;top:0;transition:opacity .3s;z-index:0}.benefit-card:hover:before{opacity:.1}.benefit-image-bg{background-position:50%;background-size:cover;bottom:0;filter:blur(2px);left:0;opacity:.05;position:absolute;right:0;top:0;transition:opacity .3s;z-index:0}.benefit-card:hover .benefit-image-bg{opacity:.12}.benefit-image-bg-1{background:linear-gradient(135deg,#2563eb4d,#1e40af33),url(https://images.unsplash.com/photo-1554224155-6726b3ff858f?w=800&q=80)}.benefit-image-bg-2{background:linear-gradient(135deg,#7c3aed4d,#5b21b633),url(https://images.unsplash.com/photo-1522202176988-66273c2fd55f?w=800&q=80)}.benefit-image-bg-3{background:linear-gradient(135deg,#ec48994d,#db277733),url(https://images.unsplash.com/photo-1571019613454-1cb2f99b2d8b?w=800&q=80)}.benefit-image-bg-4{background:linear-gradient(135deg,#0ea5e94d,#0284c733),url(https://images.unsplash.com/photo-1521737604893-d14cc237f11d?w=800&q=80)}.benefit-image-bg-5{background:linear-gradient(135deg,#22c55e4d,#16a34a33),url(https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&q=80)}.benefit-card>*{position:relative;z-index:1}.benefit-card:hover{border-color:#2563eb;box-shadow:0 12px 40px #2563eb26;transform:translateY(-4px)}.benefit-image{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:10px;color:#fff;display:flex;font-size:1.125rem;height:40px;justify-content:center;margin-bottom:1rem;width:40px}.benefit-title{color:#0f172a;font-size:.9375rem;font-weight:700;margin-bottom:.5rem}.benefit-text{color:#64748b;font-size:.8125rem;line-height:1.4}.culture-section{background:#0f172a;color:#fff;padding:6rem 2rem}.culture-container{margin:0 auto;max-width:1200px}.culture-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.culture-left{position:relative;z-index:1}.culture-values{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.culture-value-item{align-items:flex-start;display:flex;gap:1.25rem}.culture-value-item i{color:#60a5fa;flex-shrink:0;font-size:1.5rem;margin-top:.25rem}.culture-value-item h4{color:#fff;font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.culture-value-item p{color:#fffc;font-size:.9375rem;line-height:1.6}.culture-image-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);height:500px}.culture-image-item{align-items:center;border-radius:16px;display:flex;justify-content:center;overflow:hidden;position:relative}.culture-image-bg{background-position:50%;background-size:cover;bottom:0;left:0;opacity:.3;position:absolute;right:0;top:0;transition:opacity .3s}.culture-image-item:hover .culture-image-bg{opacity:.5}.culture-image-1 .culture-image-bg{background:linear-gradient(135deg,#2563eb,#1e40af)}.culture-image-2 .culture-image-bg{background:linear-gradient(135deg,#7c3aed,#5b21b6)}.culture-image-3 .culture-image-bg{background:linear-gradient(135deg,#059669,#047857)}.culture-image-4{grid-column:1/-1}.culture-image-4 .culture-image-bg{background:linear-gradient(135deg,#dc2626,#b91c1c)}.culture-image-overlay{color:#fff;position:relative;text-align:center;z-index:2}.culture-image-overlay i{display:block;font-size:3rem;margin-bottom:1rem;opacity:.9}.culture-image-overlay span{font-size:1rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.gallery-section{background:linear-gradient(180deg,#f8fafc,#fff);padding:6rem 2rem}.gallery-container{margin:0 auto;max-width:1200px}.gallery-header{margin-bottom:4rem;text-align:center}.gallery-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,200px)}.gallery-item{border-radius:16px;cursor:pointer;overflow:hidden;position:relative;transition:transform .3s}.gallery-item:hover{transform:scale(1.02);z-index:2}.gallery-item-large{grid-row:span 2}.gallery-image{align-items:center;background-position:50%;background-size:cover;display:flex;height:100%;justify-content:center;position:relative;width:100%}.gallery-img-1{background:linear-gradient(135deg,#2563eb,#1e40af)}.gallery-img-2{background:linear-gradient(135deg,#7c3aed,#5b21b6)}.gallery-img-3{background:linear-gradient(135deg,#059669,#047857)}.gallery-img-4{background:linear-gradient(135deg,#dc2626,#b91c1c)}.gallery-img-5{background:linear-gradient(135deg,#ea580c,#c2410c)}.gallery-img-6{background:linear-gradient(135deg,#0891b2,#0e7490)}.gallery-overlay{align-items:center;background:#0006;bottom:0;color:#fff;display:flex;flex-direction:column;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay i{font-size:2.5rem;margin-bottom:.75rem}.gallery-overlay span{font-size:1rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.numbers-section{animation:fadeInUp .8s ease-out;background:#f8fafc;margin-top:2rem;padding:2.5rem 0}.numbers-container{margin:0 auto;max-width:1200px;padding:0 2rem}.numbers-header{margin-bottom:4rem;text-align:center}.numbers-title{color:#0f172a;font-size:3rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:1rem}.numbers-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-background-clip:text;background-clip:text;color:#2563eb}.numbers-subtitle{color:#64748b;font-size:1.125rem;line-height:1.7;margin:0 auto;max-width:700px}.numbers-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.number-card{background:#fff;border:1px solid #e2e8f0cc;border-radius:20px;box-shadow:0 4px 20px #0000000f;overflow:hidden;padding:2.5rem 2rem;position:relative;text-align:center;transition:all .3s}.number-card:hover{border-color:#2563eb;box-shadow:0 12px 40px #2563eb26;transform:translateY(-8px)}.number-icon{align-items:center;border-radius:16px;box-shadow:0 4px 12px #2563eb4d;color:#fff;display:flex;font-size:1.75rem;height:64px;justify-content:center;margin:0 auto 1.5rem;width:64px}.number-icon,.number-value{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.number-value{-webkit-text-fill-color:#0000;font-feature-settings:"tnum";animation:counterPulse .5s ease-out;-webkit-background-clip:text;background-clip:text;font-size:3rem;font-variant-numeric:tabular-nums;font-weight:800;line-height:1;margin-bottom:.75rem;transition:all .3s ease}.number-label{color:#64748b;font-size:.875rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}@media (max-width:968px){.numbers-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.number-value,.numbers-title{font-size:2.5rem}}@media (max-width:640px){.numbers-section{padding:3rem 0}.numbers-header{margin-bottom:2.5rem}.numbers-title{font-size:2rem}.numbers-subtitle{font-size:1rem}.numbers-grid{gap:1.25rem;grid-template-columns:1fr}.number-card{padding:2rem 1.5rem}.number-value{font-size:2rem}.number-icon{font-size:1.5rem;height:56px;width:56px}}.why-us-section{animation:fadeInUp .8s ease-out;background:#fff;margin-top:2rem;padding:2.5rem 0}.why-us-container{margin:0 auto;max-width:1200px;padding:0 2rem}.why-us-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.why-us-left{display:flex;flex-direction:column;gap:2rem}.section-label{color:#2563eb;font-size:.75rem;font-weight:700;letter-spacing:2px;margin-bottom:.5rem;text-transform:uppercase}.section-title{color:#0f172a;font-size:1.75rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:.75rem}.section-description{color:#64748b;font-size:.875rem;line-height:1.5;margin-bottom:1.25rem}.features-list{display:flex;flex-direction:column;gap:2rem}.feature-item{align-items:flex-start;background:#2563eb05;border:1px solid #2563eb1a;border-radius:10px;display:flex;gap:1rem;overflow:hidden;padding:1rem;position:relative;transition:transform .3s}.feature-item:hover{background:#2563eb0a;transform:translateX(8px)}.feature-image-wrapper{bottom:0;left:0;opacity:.05;position:absolute;right:0;top:0;transition:opacity .3s;z-index:0}.feature-item:hover .feature-image-wrapper{opacity:.1}.feature-image{background-position:50%;background-size:cover;filter:blur(4px);height:100%;width:100%}.feature-image-1{background:linear-gradient(135deg,#2563eb33,#1e40af1a),url(https://images.unsplash.com/photo-1556761175-4b46a572b786?w=800&q=80)}.feature-image-2{background:linear-gradient(135deg,#2563eb33,#1e40af1a),url(https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=800&q=80)}.feature-image-3{background:linear-gradient(135deg,#2563eb33,#1e40af1a),url(https://images.unsplash.com/photo-1522202176988-66273c2fd55f?w=800&q=80)}.feature-icon{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:8px;box-shadow:0 4px 12px #2563eb4d;color:#fff;display:flex;flex-shrink:0;font-size:1rem;height:40px;justify-content:center;position:relative;width:40px;z-index:1}.feature-content{flex:1 1;position:relative;z-index:1}.feature-title{color:#0f172a;font-size:.9375rem;font-weight:700;margin-bottom:.25rem}.feature-text{color:#64748b;font-size:.8125rem;line-height:1.4}.why-us-right{position:relative}.testimonial-image{background-image:url(https://images.unsplash.com/photo-1521737604893-d14cc237f11d?w=1200&q=80);background-position:50%;background-size:cover;border-radius:20px;height:600px;overflow:hidden;position:relative;width:100%}.testimonial-image:before{background:linear-gradient(135deg,#ffffff1a,#ffffff4d);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.testimonial-overlay{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#fffffff2;border-radius:16px;bottom:2rem;box-shadow:0 20px 60px #00000026;left:2rem;max-width:400px;padding:2rem;position:absolute;right:2rem;z-index:2}.testimonial-content{display:flex;flex-direction:column;gap:1rem}.testimonial-icon{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:12px;color:#fff;display:flex;font-size:1.25rem;height:48px;justify-content:center;margin-bottom:.5rem;width:48px}.testimonial-badge{color:#0f172a;font-size:.875rem;font-weight:700;letter-spacing:1px;text-transform:uppercase}.testimonial-quote{color:#475569;font-size:1rem;font-style:italic;line-height:1.7}.testimonial-author{color:#64748b;font-size:.875rem;font-weight:600;margin-top:.5rem}.cta-section{animation:fadeIn 1s ease-out;background:linear-gradient(135deg,#1e40af,#2563eb);overflow:hidden;padding:3rem 0;position:relative}.cta-background{background-image:repeating-linear-gradient(45deg,#0000,#0000 10px,#ffffff08 0,#ffffff08 20px),url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><path fill="url(%23grid)" d="M0 0h1200v800H0z"/><text x="100" y="100" fill="rgba(255,255,255,0.1)" font-size="12">LOAD TIME VS BOUNCE RATE</text><text x="100" y="150" fill="rgba(255,255,255,0.1)" font-size="10">Median Page Load (LUX): 2.056s</text><text x="100" y="200" fill="rgba(255,255,255,0.1)" font-size="10">START RENDER VS BOUNCE RATE</text><text x="100" y="250" fill="rgba(255,255,255,0.1)" font-size="10">Median Start Render (LUX): 1.031s</text><rect x="200" y="300" width="100" height="60" fill="rgba(255,255,255,0.15)" rx="4"/><text x="220" y="340" fill="rgba(255,255,255,0.2)" font-size="24" font-weight="bold">57.1%</text></svg>');background-position:50%;background-size:cover;bottom:0;left:0;opacity:.3;position:absolute;right:0;top:0}.cta-container{margin:0 auto;max-width:800px;padding:0 2rem;position:relative;text-align:center;z-index:1}.cta-title{color:#fff;font-size:1.875rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:.75rem;text-shadow:0 2px 10px #0003}.cta-description{color:#fffffff2;font-size:.875rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:550px}.cta-button{background:#fff;border:none;border-radius:8px;box-shadow:0 8px 24px #0003;color:#1e40af;cursor:pointer;font-size:.9375rem;font-weight:700;letter-spacing:-.01em;margin-bottom:1.5rem;padding:.875rem 2rem;transition:all .3s}.cta-button:hover{background:#f8fafc;box-shadow:0 12px 32px #0000004d;transform:translateY(-3px)}.cta-features{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}.cta-feature-item{align-items:center;color:#fff;display:flex;font-size:.8125rem;font-weight:500;gap:.375rem}.cta-feature-item i{animation:checkmarkBounce .6s ease-out;color:#10b981;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));font-size:.875rem}@keyframes checkmarkBounce{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.cta-feature-item{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.cta-feature-item:first-child{animation-delay:.1s}.cta-feature-item:nth-child(2){animation-delay:.2s}.cta-feature-item:nth-child(3){animation-delay:.3s}.main-content{margin:0 auto;max-width:1000px;padding:2rem 2rem 4rem;position:relative;z-index:1}.onboarding-header{animation:fadeIn .6s ease-out;margin-bottom:2.5rem;padding-top:1rem;text-align:center}.trust-badges{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:2rem}.trust-badge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #e2e8f0cc;border-radius:50px;box-shadow:0 2px 8px #0000000f;color:#475569;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.625rem 1.25rem;transition:all .3s}.trust-badge:hover{background:#fff;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.trust-badge i{color:#2563eb;font-size:1rem}.header-stats{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;margin-top:2.5rem}.stat-item{text-align:center}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-background-clip:text;background-clip:text;line-height:1.2}.stat-text{color:#64748b;font-size:.875rem;font-weight:500}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.onboarding-title{color:#0f172a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:.75rem}.onboarding-subtitle{color:#64748b;font-size:1rem;font-weight:400;line-height:1.6;margin:0 auto;max-width:600px}.form-container{animation:fadeInUp .5s ease-out;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);background:#ffffffbf;border:1px solid #fff9;border-radius:24px;box-shadow:0 20px 60px #00000014,0 0 0 1px #ffffff80,inset 0 1px 0 #fffc;overflow:visible;padding:3rem 3.5rem;position:relative}.form-container:before{animation:gradientShift 3s ease infinite;background:linear-gradient(90deg,#2563eb,#1d4ed8 50%,#2563eb);background-size:200% 100%;height:3px;opacity:.8;z-index:2}.form-container:after,.form-container:before{content:"";left:0;position:absolute;right:0;top:0}.form-container:after{background-image:url(/static/media/background.f98ee8d9dca552b272ca.jpg);background-position:50%;background-size:cover;border-radius:24px;bottom:0;filter:blur(35px);-webkit-filter:blur(35px);opacity:.2;pointer-events:none;z-index:0}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ripple{animation:rippleAnimation .6s ease-out;background:#fff9;border-radius:50%;pointer-events:none;position:absolute;transform:scale(0)}@keyframes rippleAnimation{to{opacity:0;transform:scale(4)}}.btn-apply,.btn-back,.btn-next,.cta-button,.hero-cta-button{overflow:hidden;position:relative}.shake{animation:shake .5s ease-in-out}.error-pulse{animation:errorPulse 1s ease-in-out}@keyframes errorPulse{0%,to{border-color:#ef4444;box-shadow:0 0 0 0 #ef444466}50%{box-shadow:0 0 0 8px #ef444400}}.animate-in{animation:fadeInUp .6s ease-out forwards}.benefits-section,.cta-section,.hero-section,.why-us-section{opacity:1;transform:translateY(0);transition:opacity .6s ease-out,transform .6s ease-out}.benefit-card,.benefits-section.animate-in,.cta-section.animate-in,.feature-item,.hero-section.animate-in,.why-us-section.animate-in{opacity:1;transform:translateY(0)}.benefit-card,.feature-item{transition:opacity .5s ease-out,transform .5s ease-out}.benefit-card.animate-in,.feature-item.animate-in{opacity:1;transform:translateY(0)}.benefit-card:first-child{transition-delay:.1s}.benefit-card:nth-child(2){transition-delay:.2s}.benefit-card:nth-child(3){transition-delay:.3s}.benefit-card:nth-child(4){transition-delay:.4s}.benefit-card:nth-child(5){transition-delay:.5s}.benefit-card:nth-child(6){transition-delay:.6s}.feature-item:first-child{transition-delay:.1s}.feature-item:nth-child(2){transition-delay:.2s}.feature-item:nth-child(3){transition-delay:.3s}.form-container{transition:opacity .3s ease-out,transform .3s ease-out}.modal{transition:opacity .2s ease-out,transform .2s ease-out}.modal-backdrop{transition:opacity .2s ease-out}.dropdown-menu{transition:opacity .2s ease-out,transform .2s ease-out}.btn-next.loading:after{animation:spin .8s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#fff;content:"";height:16px;margin:auto;position:absolute;width:16px}.form-header{border-bottom:1px solid #f1f5f999;margin-bottom:2rem;padding-bottom:1.75rem;position:relative;z-index:1}.step-indicator{margin-bottom:1.5rem}.step-number{color:#64748b;display:block;font-size:.8125rem;font-weight:600;letter-spacing:.5px;margin-bottom:.75rem;text-transform:uppercase}.step-progress-bar{background:#f1f5f9;height:6px;width:100%}.step-progress-bar,.step-progress-fill{border-radius:10px;overflow:hidden;position:relative}.step-progress-fill{background:linear-gradient(90deg,#2563eb,#1d4ed8);box-shadow:0 2px 8px #2563eb4d;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}.step-progress-fill:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.security-note{align-items:center;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-left:4px solid #2563eb;border-radius:8px;color:#1e40af;display:flex;font-size:.875rem;gap:.75rem;margin-top:1.5rem;padding:1rem 1.25rem}.security-note i{color:#2563eb;flex-shrink:0;font-size:1.125rem}.success-preview{align-items:center;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-left:4px solid #10b981;border-radius:8px;color:#047857;display:flex;font-size:.875rem;font-weight:500;gap:.75rem;margin-top:1.5rem;padding:1rem 1.25rem}.success-preview i{color:#10b981;flex-shrink:0;font-size:1.125rem}.form-title{color:#0f172a;font-size:1.625rem;font-weight:700;letter-spacing:-.01em;line-height:1.3;margin-bottom:.5rem}.form-subtitle{color:#64748b;font-size:.9375rem;line-height:1.6;margin:0}.application-form{display:flex;flex-direction:column;gap:1.75rem;position:relative}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;overflow:visible;position:relative}.form-group{display:flex;flex-direction:column;gap:.5rem;position:relative;z-index:1}.form-group.full-width{grid-column:1/-1}.form-group:has(.date-picker-wrapper){z-index:1000}.form-group .date-picker-wrapper{z-index:1000}.form-label{align-items:center;color:#1e293b;display:flex;font-size:.8125rem;font-weight:600;gap:.5rem;letter-spacing:-.01em;margin-bottom:.5rem}.form-label i{color:#64748b;font-size:.875rem;text-align:center;transition:color .2s;width:16px}.form-group:focus-within .form-label i{color:#2563eb}.required{color:#ef4444;margin-left:.25rem}.form-input,.form-select,.form-textarea{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #cbd5e1;border-radius:10px;color:#0f172a;font-family:inherit;font-size:.875rem;line-height:1.5;min-height:40px;padding:.625rem .875rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.form-input:focus,.form-select:focus,.form-textarea:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.form-input:hover,.form-select:hover,.form-textarea:hover{background:#fff;border-color:#94a3b8}.date-picker-wrapper{position:relative;z-index:1000}.date-picker-input{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #cbd5e1;border-radius:10px;color:#0f172a;cursor:pointer;display:flex;font-family:inherit;font-size:.875rem;gap:.75rem;min-height:40px;padding:.625rem .875rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.date-picker-input:hover{background:#fff;border-color:#94a3b8}.date-picker-input.has-value{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.date-picker-input.error{background:#fff;border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.date-picker-icon{color:#64748b;flex-shrink:0;font-size:1.125rem;transition:color .2s}.date-picker-input.has-value .date-picker-icon,.date-picker-input:hover .date-picker-icon{color:#2563eb}.date-picker-text{flex:1 1;font-weight:500;text-align:left}.date-picker-input:not(.has-value) .date-picker-text{color:#94a3b8;font-weight:400}.date-picker-arrow{color:#94a3b8;flex-shrink:0;font-size:.875rem;transition:transform .3s,color .2s}.date-picker-wrapper:has(.calendar-popup) .date-picker-arrow{color:#2563eb;transform:rotate(180deg)}.calendar-popup{animation:calendarSlideDown .3s cubic-bezier(.4,0,.2,1);background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;box-shadow:0 20px 60px #00000026,0 0 0 1px #0000000d;left:0;margin-top:.5rem;max-width:400px;min-width:320px;padding:1.5rem;position:absolute;right:0;top:calc(100% + .5rem);width:100%;z-index:9999}@keyframes calendarSlideDown{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.calendar-header{align-items:center;border-bottom:2px solid #f1f5f9;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.calendar-nav-btn{align-items:center;background:#f8fafc;border:none;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:.875rem;height:36px;justify-content:center;transition:all .2s;width:36px}.calendar-nav-btn:hover{background:#e2e8f0;color:#2563eb;transform:scale(1.1)}.calendar-month-year{align-items:center;display:flex;flex-direction:column;gap:.25rem}.calendar-month{color:#0f172a;font-size:1.125rem;font-weight:700;letter-spacing:-.01em}.calendar-year{color:#64748b;font-size:.875rem;font-weight:500}.calendar-weekdays{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(7,1fr);margin-bottom:.75rem}.calendar-weekday{color:#64748b;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.5rem 0;text-align:center;text-transform:uppercase}.calendar-days{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(7,1fr);margin-bottom:1rem}.calendar-day{align-items:center;aspect-ratio:1;background:#fff;border:2px solid #0000;border-radius:10px;color:#334155;cursor:pointer;display:flex;font-size:.9375rem;font-weight:500;justify-content:center;min-height:40px;transition:all .2s}.calendar-day.empty{background:#0000;cursor:default}.calendar-day:not(.empty):not(.disabled):hover{background:#eff6ff;border-color:#2563eb;color:#2563eb;transform:scale(1.1)}.calendar-day.selected{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:#2563eb;box-shadow:0 4px 12px #2563eb4d;color:#fff;font-weight:700;transform:scale(1.05)}.calendar-day.disabled{background:#f8fafc;color:#cbd5e1;cursor:not-allowed;opacity:.5}.calendar-day.disabled:hover{background:#f8fafc;border-color:#0000;transform:none}.calendar-day.future-blocked{background:#fef2f2;border-color:#fecaca;color:#ef4444;cursor:not-allowed;font-weight:500;opacity:.8;position:relative}.calendar-day.future-blocked:after{background:#ef4444;content:"";height:2px;left:10%;opacity:.6;position:absolute;right:10%;top:50%;transform:translateY(-50%)}.calendar-day.future-blocked:hover{background:#fee2e2;border-color:#fca5a5;cursor:not-allowed;transform:none}.calendar-day.today:not(.selected){background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-color:#2563eb;color:#2563eb;font-weight:700}.calendar-day.today.selected{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:#2563eb;color:#fff}.calendar-footer{border-top:2px solid #f1f5f9;display:flex;justify-content:center;padding-top:1rem}.calendar-today-btn{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.625rem 1.25rem;transition:all .2s}.calendar-today-btn:hover{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#2563eb;color:#2563eb;transform:translateY(-1px)}.calendar-today-btn i{font-size:.875rem}.time-slots-container{display:flex;flex-direction:column;gap:.75rem}.time-slots-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(4,1fr)}.time-slot{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #cbd5e1;border-radius:10px;color:#1e293b;cursor:pointer;display:flex;flex-direction:column;font-size:.8125rem;font-weight:600;gap:.375rem;justify-content:center;min-height:60px;padding:.75rem .5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.time-slot i{color:#64748b;font-size:1rem;transition:all .3s}.time-slot span{font-size:.8125rem;letter-spacing:.5px}.time-slot:hover{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#2563eb;box-shadow:0 4px 12px #2563eb26;transform:translateY(-2px)}.time-slot:hover i{color:#2563eb;transform:scale(1.1)}.time-slot.selected{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:#2563eb;box-shadow:0 4px 16px #2563eb4d;color:#fff;transform:translateY(-2px)}.time-slot.selected i{color:#fff;transform:scale(1.1)}.time-slot.selected span{color:#fff;font-weight:700}.time-slot{animation:fadeInScale .3s ease-out;animation-fill-mode:both}.time-slot:first-child{animation-delay:.05s}.time-slot:nth-child(2){animation-delay:.1s}.time-slot:nth-child(3){animation-delay:.15s}.time-slot:nth-child(4){animation-delay:.2s}.time-slot:nth-child(5){animation-delay:.25s}.time-slot:nth-child(6){animation-delay:.3s}.time-slot:nth-child(7){animation-delay:.35s}.time-slot:nth-child(8){animation-delay:.4s}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.form-input::placeholder,.form-textarea::placeholder{color:#94a3b8;opacity:1}.form-input.error,.form-select.error,.form-textarea.error{background:#fff;border-color:#ef4444}.form-input.error:focus,.form-select.error:focus,.form-textarea.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-textarea{line-height:1.5;min-height:100px;padding:.625rem .875rem;resize:vertical}.select-wrapper{position:relative;width:100%}.form-select{-webkit-appearance:none;appearance:none;cursor:pointer;padding-right:2.5rem;width:100%}.select-arrow{color:#64748b;font-size:.75rem;pointer-events:none;position:absolute;right:.75rem;top:50%;transform:translateY(-50%)}.error-message{align-items:center;animation:shake .4s ease-out;background:linear-gradient(135deg,#fef2f2,#fee2e2);border-left:3px solid #ef4444;border-radius:8px;color:#dc2626;display:flex;font-size:.8125rem;font-weight:500;gap:.5rem;margin-top:.375rem;padding:.5rem .75rem}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.success-message{align-items:center;animation:slideInRight .3s ease-out;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-left:3px solid #10b981;border-radius:8px;color:#10b981;display:flex;font-size:.8125rem;font-weight:500;gap:.5rem;margin-top:.375rem;padding:.5rem .75rem}@keyframes slideInRight{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}.success-message i{animation:scaleIn .3s ease-out;font-size:1rem}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.textarea-footer{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-top:.5rem}.char-counter{color:#94a3b8;font-size:.8125rem;font-weight:500}.file-upload-wrapper{position:relative}.file-input{height:0;opacity:0;position:absolute;width:0}.file-label{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#f8fafc99;border:2px dashed #e2e8f0cc;border-radius:12px;color:#64748b;cursor:pointer;display:flex;font-size:.875rem;gap:.75rem;min-height:48px;padding:.75rem 1rem;transition:all .3s}.file-label:hover{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);background:#eff6ffcc;border-color:#2563eb;box-shadow:0 4px 12px #2563eb26;color:#2563eb;transform:translateY(-2px)}.file-label i{color:#94a3b8;font-size:1rem}.file-input:focus+.file-label{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-actions{border-top:1px solid #f1f5f999;gap:1rem;justify-content:space-between;margin-top:1.5rem;padding-top:1.5rem}.btn-back,.form-actions{align-items:center;display:flex}.btn-back{background:#fff;border:2px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;font-size:1rem;font-weight:600;gap:.5rem;padding:.875rem 2rem;transition:all .2s}.btn-back:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569;transform:translateX(-2px)}.btn-submit{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b98140}.btn-submit:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);box-shadow:0 6px 20px #10b98159}.btn-next{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:12px;box-shadow:0 4px 16px #2563eb4d,0 2px 4px #2563eb33;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.625rem;letter-spacing:-.01em;margin-left:auto;overflow:hidden;padding:1rem 2.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-next:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn-next:hover:before{left:100%}.btn-next:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 8px 24px #2563eb66,0 4px 8px #2563eb4d;transform:translateY(-3px)}.btn-next:disabled{cursor:not-allowed;opacity:.7}.btn-next.loading{pointer-events:none}.btn-next i{font-size:.875rem}@keyframes spin{to{transform:rotate(1turn)}}.fa-spinner{animation:spin 1s linear infinite}.modal-overlay{align-items:center;animation:modalFadeIn .2s ease-out;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#0f172a99;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:2000}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-content{animation:modalSlideIn .3s cubic-bezier(.4,0,.2,1);background:#fff;border:1px solid #e2e8f0cc;border-radius:20px;box-shadow:0 25px 60px #0003;max-height:90vh;max-width:600px;overflow-y:auto;position:relative;width:100%}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.modal-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.modal-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close{align-items:center;background:#f1f5f9;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:1.25rem;top:1.25rem;transition:all .2s;width:36px;z-index:10}.modal-close:hover{background:#e2e8f0;color:#0f172a;transform:rotate(90deg)}.modal-body{padding:2.5rem}.modal-title{align-items:center;color:#0f172a;display:flex;font-size:1.75rem;font-weight:700;gap:.75rem;letter-spacing:-.02em;margin-bottom:1.5rem}.modal-title i{color:#2563eb;font-size:1.5rem}.modal-text{color:#475569;font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.modal-features{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-top:1.5rem}.modal-feature{align-items:center;background:#f8fafc;border-radius:12px;display:flex;flex-direction:column;gap:.5rem;padding:1.25rem;text-align:center}.modal-feature i{color:#2563eb;font-size:1.75rem;margin-bottom:.25rem}.modal-feature span{color:#334155;font-size:.875rem;font-weight:600}.modal-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-top:1.5rem}.modal-stat{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;padding:1.5rem;text-align:center}.stat-number{color:#2563eb;font-size:2rem;font-weight:800;line-height:1;margin-bottom:.5rem}.stat-label{color:#64748b;font-size:.875rem;font-weight:500}.modal-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.modal-list-item{align-items:flex-start;background:#f8fafc;border-radius:10px;display:flex;gap:.75rem;padding:1rem;transition:all .2s}.modal-list-item:hover{background:#f1f5f9;transform:translateX(4px)}.modal-list-item i{color:#10b981;flex-shrink:0;font-size:1.125rem;margin-top:.125rem}.modal-list-item span{color:#334155;line-height:1.6}.modal-button{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:10px;box-shadow:0 4px 12px #2563eb40;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.75rem;justify-content:center;margin-top:1.5rem;padding:1rem 1.5rem;transition:all .2s;width:100%}.modal-button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 6px 20px #2563eb59;transform:translateY(-2px)}.modal-schedule{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.schedule-option{align-items:center;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;gap:1rem;padding:1.25rem;transition:all .2s}.schedule-option:hover{background:#f1f5f9;border-color:#2563eb;transform:translateX(4px)}.schedule-option i{color:#2563eb;flex-shrink:0;font-size:1.5rem}.schedule-type{color:#0f172a;font-weight:600;margin-bottom:.25rem}.schedule-desc{color:#64748b;font-size:.875rem}.modal-tips{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.tip-item{background:#f8fafc;border-left:4px solid #2563eb;border-radius:12px;display:flex;gap:1rem;padding:1.25rem}.tip-number{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:8px;color:#fff;display:flex;flex-shrink:0;font-size:.875rem;font-weight:700;height:32px;justify-content:center;width:32px}.tip-content{color:#334155;flex:1 1;line-height:1.6}.tip-content strong{color:#0f172a;font-weight:600}.modal-apply-steps{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.apply-step{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-left:4px solid #2563eb;border-radius:12px;display:flex;gap:1rem;padding:1.25rem}.apply-step i{color:#2563eb;flex-shrink:0;font-size:1.5rem}.apply-step span{color:#334155;font-weight:500}.radio-group{display:flex;flex-direction:column;gap:.75rem}.radio-option{align-items:center;cursor:pointer;display:flex}.radio-option input[type=radio]{display:none}.radio-content{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:10px;display:flex;gap:1rem;padding:1rem 1.25rem;transition:all .2s;width:100%}.radio-option input[type=radio]:checked+.radio-content{background:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.radio-option:hover .radio-content{background:#f8fafc;border-color:#cbd5e1}.radio-content i{color:#2563eb;flex-shrink:0;font-size:1.5rem}.radio-title{color:#0f172a;font-weight:600;margin-bottom:.25rem}.radio-desc{color:#64748b;font-size:.875rem}.review-section{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#f8fafc99;border:1px solid #e2e8f099;border-radius:16px;box-shadow:0 2px 8px #0000000a;margin-bottom:1.5rem;padding:1.75rem;transition:all .3s}.review-section:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}.review-title{align-items:center;border-bottom:2px solid #e2e8f0;color:#0f172a;display:flex;font-size:1.125rem;font-weight:700;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem}.review-title i{color:#2563eb;font-size:1.25rem}.review-content{display:flex;flex-direction:column;gap:.75rem}.review-item{align-items:flex-start;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:.75rem 0}.review-item:last-child{border-bottom:none}.review-label{color:#475569;font-size:.9375rem;font-weight:600;min-width:120px}.review-value{color:#0f172a;flex:1 1;font-size:.9375rem;text-align:right}.review-value a{color:#2563eb;text-decoration:none;word-break:break-all}.review-value a:hover{text-decoration:underline}.help-section{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#fff6;border-radius:12px;border-top:1px solid #f1f5f999;margin:2.5rem auto 0;max-width:1000px;padding:1.5rem 2rem;text-align:center}.help-text{color:#64748b;font-size:.875rem;line-height:1.6}.help-link{color:#2563eb;font-weight:500;text-decoration:none;transition:color .2s}.help-link:hover{color:#1d4ed8;text-decoration:underline}.main-footer{background:#fff;border-top:1px solid #e5e7eb;color:#1e293b;margin-top:4rem;padding:3.5rem 0 1.5rem}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-content{grid-gap:3.5rem;border-bottom:1px solid #e5e7eb;display:grid;gap:3.5rem;grid-template-columns:2fr 1fr 1fr 1.5fr;margin-bottom:2.5rem;padding-bottom:2.5rem}.footer-brand,.footer-column{display:flex;flex-direction:column}.footer-brand{gap:0}.footer-logo{gap:.75rem;margin-bottom:1.25rem}.footer-logo,.footer-logo-icon{align-items:center;display:flex}.footer-logo-icon{background:linear-gradient(135deg,#2563eb,#1d4ed8 50%,#1e40af);border-radius:10px;box-shadow:0 2px 8px #2563eb33,0 1px 3px #2563eb1a;color:#fff;flex-shrink:0;font-size:1.125rem;height:40px;justify-content:center;width:40px}.footer-logo-text{color:#111827;font-size:1.375rem;font-weight:700;letter-spacing:-.02em;line-height:1.3}.footer-description{color:#6b7280;font-size:.875rem;line-height:1.65;margin-bottom:0;margin-top:0;max-width:340px}.footer-social{display:flex;gap:.5rem;margin-top:1.75rem}.social-link{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;display:flex;font-size:1rem;height:38px;justify-content:center;text-decoration:none;transition:all .2s ease;width:38px}.social-link:hover{background:#eff6ff;border-color:#dbeafe;color:#2563eb;transform:translateY(-1px)}.footer-title{color:#111827;font-size:.9375rem;font-weight:600;letter-spacing:-.01em;margin-bottom:1rem;text-transform:none}.footer-links{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.footer-link,.footer-links li{align-items:center;display:flex}.footer-link{color:#6b7280;font-size:.875rem;gap:.5rem;line-height:1.5;text-decoration:none;transition:all .2s ease}.footer-link:hover{color:#2563eb}.external-icon{font-size:.75rem;opacity:.7}.footer-contact{display:flex;flex-direction:column;gap:1.25rem}.footer-contact-item{align-items:flex-start;color:#6b7280;display:flex;font-size:.875rem;gap:.75rem;line-height:1.5;text-decoration:none;transition:color .2s ease}.footer-contact-item:hover{color:#2563eb}.footer-contact-item i{color:#2563eb;flex-shrink:0;font-size:.9375rem;margin-top:.125rem;text-align:center;width:16px}.footer-contact-item:hover i{color:#1d4ed8}.contact-label{color:#374151;font-size:.875rem;font-weight:500;margin-bottom:.25rem}.contact-address{color:#6b7280;font-size:.8125rem;line-height:1.6}.footer-bottom{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;padding-top:1.5rem}.footer-copyright{color:#6b7280;font-size:.8125rem;line-height:1.5}.footer-legal{align-items:center;display:flex;flex-wrap:wrap;gap:0}.footer-legal-link{color:#6b7280;font-size:.8125rem;padding:0 .75rem;position:relative;text-decoration:none;transition:color .2s ease}.footer-legal-link:first-child{padding-left:0}.footer-legal-link:not(:last-child):after{color:#d1d5db;content:"|";font-weight:300;position:absolute;right:0;top:50%;transform:translateY(-50%)}.footer-legal-link:hover{color:#2563eb}@media (max-width:968px){.hero-title{font-size:2.5rem}.hero-description{font-size:1.125rem}.hero-stats{gap:1.5rem}.benefits-grid,.hero-stats{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,180px)}.culture-content{gap:3rem;grid-template-columns:1fr}.culture-image-grid{height:400px}}@media (max-width:768px){.hero-section{min-height:80vh;padding:6rem 1.5rem 4rem}.hero-title{font-size:2rem}.hero-description{font-size:1rem;margin-bottom:2rem}.hero-stats{gap:1rem;grid-template-columns:repeat(2,1fr);margin-bottom:2rem}.hero-stat-number{font-size:2rem}.hero-stat-label{font-size:.75rem}.hero-cta-button{font-size:1rem;padding:1rem 2rem}.benefits-section{padding:4rem 1.5rem}.benefits-grid{gap:1.5rem;grid-template-columns:1fr}.culture-section{padding:4rem 1.5rem}.culture-content{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,150px)}.gallery-item-large{grid-row:span 1}.culture-image-grid{grid-template-columns:1fr;height:auto}.culture-image-1{grid-row:1;height:200px}.culture-image-2,.culture-image-3,.culture-image-4{height:200px}}@media (max-width:968px){.form-container{padding:2.5rem}.modal-content{max-width:90%}.modal-features,.modal-stats{grid-template-columns:1fr}}@media (max-width:768px){.header-content{flex-direction:column;gap:1rem}.nav{flex-wrap:wrap;gap:1rem;justify-content:center}.nav,.nav-dropdown,.nav-link{width:100%}.nav-link{justify-content:space-between}.dropdown-menu{left:0;min-width:auto;right:0;width:100%}.btn-apply{justify-content:center;width:100%}.onboarding-title{font-size:2rem}.onboarding-subtitle{font-size:1rem}.stepper{flex-wrap:wrap;gap:1rem}.step-connector{display:none}.form-row{gap:1.5rem;grid-template-columns:1fr}.form-container{border-radius:16px;padding:2rem 1.5rem}.form-header{margin-bottom:2rem;padding-bottom:1.5rem}.form-title{font-size:1.5rem}.application-form{gap:1.5rem}.onboarding-title{font-size:1.75rem}.onboarding-subtitle{font-size:.9375rem}.trust-badges{align-items:center;flex-direction:column}.header-stats{flex-direction:column;gap:1.5rem}.modal-overlay{padding:1rem}.modal-content{max-height:95vh;max-width:100%}.modal-body{padding:1.5rem}.modal-title{font-size:1.5rem}.modal-features,.modal-stats{grid-template-columns:1fr}.schedule-option{flex-direction:column;text-align:center}.form-actions{flex-direction:column-reverse}.trust-badges{gap:.75rem}.trust-badge{font-size:.8125rem;padding:.5rem 1rem}.header-stats{gap:2rem}.stat-number{font-size:1.5rem}.stat-text{font-size:.8125rem}.btn-back,.btn-next{justify-content:center;width:100%}.review-item{flex-direction:column;gap:.5rem}.review-label{min-width:auto}.review-value{text-align:left}.radio-group{gap:.5rem}.radio-content{padding:.875rem 1rem}.why-us-content{gap:3rem;grid-template-columns:1fr}.section-title{font-size:2rem}.testimonial-image{height:400px}.testimonial-overlay{bottom:auto;left:auto;margin-top:2rem;max-width:100%;position:relative;right:auto}.cta-title{font-size:2.5rem}.cta-description{font-size:1.125rem}.cta-features{flex-direction:column;gap:1rem}.time-slots-grid{grid-template-columns:repeat(2,1fr)}.time-slot{min-height:70px;padding:.875rem .5rem}.calendar-popup{left:0;min-width:auto;right:0}.calendar-day{font-size:.875rem;min-height:36px}.footer-content{gap:2.5rem;grid-template-columns:1fr}.footer-description{max-width:100%}.footer-bottom{align-items:flex-start;flex-direction:column;gap:1.5rem}.footer-legal{flex-direction:column;gap:.75rem}}
/*# sourceMappingURL=main.013b333a.css.map*/