.hero{background-color:var(--color-primary-dark);min-height:100vh;padding-top:var(--navbar-height);align-items:center;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background-color:#0038a80d;border-radius:50%;width:700px;height:700px;animation:8s ease-in-out infinite heroPulse;position:absolute;top:-40%;right:-15%}.hero:after{content:"";background-color:#0038a80a;border-radius:50%;width:550px;height:550px;animation:10s ease-in-out infinite reverse heroPulse;position:absolute;bottom:-25%;left:-10%}@keyframes heroPulse{0%,to{transform:scale(1)translate(0)}50%{transform:scale(1.1)translate(20px,-20px)}}.hero-grid-bg{pointer-events:none;background-image:linear-gradient(#0038a80a 1px,#0000 1px),linear-gradient(90deg,#0038a80a 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.hero-grid-bg:before{content:"";background-color:#0000;background-image:radial-gradient(circle at 20% 30%,#fcd11633 2px,#0000 2px),radial-gradient(circle at 70% 20%,#0038a826 2px,#0000 2px),radial-gradient(circle at 50% 70%,#fcd1161f 2px,#0000 2px),radial-gradient(circle at 85% 60%,#0038a82e 2px,#0000 2px),radial-gradient(circle at 30% 80%,#ce11261a 2px,#0000 2px);background-position:0 0,0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat,repeat;background-size:100% 100%;background-attachment:scroll,scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box,border-box;width:300px;height:300px;animation:12s ease-in-out infinite nodeFloat;position:absolute;top:15%;right:8%}@keyframes nodeFloat{0%,to{opacity:.6;transform:translate(0)rotate(0)}50%{opacity:1;transform:translate(-10px,15px)rotate(3deg)}}.hero-content{z-index:2;max-width:720px;position:relative}.hero-overline{align-items:center;gap:var(--space-2);border-radius:var(--radius-full);color:var(--color-accent-cyan);font-size:var(--fs-sm);font-weight:var(--fw-semibold);margin-bottom:var(--space-6);background:#0038a826;border:1px solid #0038a840;padding:.375rem 1rem;animation:.6s .2s both fadeInDown;display:inline-flex}.hero-overline svg{width:16px;height:16px}.hero h1{color:var(--color-white);margin-bottom:var(--space-6);font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;animation:.6s .4s both fadeInDown}.hero h1 .gradient-text{color:var(--color-accent-cyan)}.hero-subtitle{font-size:var(--fs-lg);color:var(--color-text-on-dark);line-height:var(--lh-relaxed);margin-bottom:var(--space-10);max-width:560px;animation:.6s .6s both fadeInDown}.hero-actions{gap:var(--space-4);margin-bottom:var(--space-16);flex-wrap:wrap;animation:.6s .8s both fadeInDown;display:flex}@keyframes fadeInDown{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-trust{gap:var(--space-10);animation:.6s 1s both fadeInDown;display:flex}.hero-trust-item{align-items:center;gap:var(--space-3);display:flex}.hero-trust-icon{border-radius:var(--radius-md);background:#ffffff0f;border:1px solid #ffffff1a;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.hero-trust-icon svg{width:20px;height:20px;color:var(--color-accent-cyan)}.hero-trust-text{flex-direction:column;display:flex}.hero-trust-value{font-family:var(--font-heading);font-size:var(--fs-lg);font-weight:var(--fw-bold);color:var(--color-white);line-height:1.2}.hero-trust-label{font-size:var(--fs-xs);color:var(--color-text-muted)}.services-overview .card{text-align:center;padding:var(--space-10) var(--space-8)}.services-overview .card-icon{width:64px;height:64px;margin:0 auto var(--space-5);font-size:1.75rem}.services-overview .card h3{margin-bottom:var(--space-3)}.services-overview .card p{margin-bottom:var(--space-5)}.services-overview .card .btn-ghost{font-size:var(--fs-sm)}.process{position:relative}.process-grid{gap:var(--space-8);grid-template-columns:repeat(4,1fr);display:grid;position:relative}.process-grid:before{content:"";background-color:var(--color-accent);opacity:.3;z-index:0;height:2px;position:absolute;top:28px;left:12.5%;right:12.5%}.process-step{text-align:center;z-index:1;position:relative}.process-step-number{background-color:var(--color-accent);width:56px;height:56px;margin:0 auto var(--space-5);font-family:var(--font-heading);font-size:var(--fs-lg);font-weight:var(--fw-bold);color:var(--color-white);border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 20px #ce11264d}.process-step-icon{width:28px;height:28px;color:var(--color-white)}.process-step h4{font-size:var(--fs-md);margin-bottom:var(--space-2)}.process-step p{font-size:var(--fs-sm);color:var(--color-text-muted);max-width:220px;margin:0 auto}.featured-grid{gap:var(--space-8);grid-template-columns:repeat(4,1fr);display:grid}.featured-card{position:relative;overflow:visible}.featured-card-badge{top:-12px;right:var(--space-4);position:absolute;box-shadow:0 2px 8px #00000026}.featured-card h3{margin-bottom:var(--space-2)}.featured-card-price{font-family:var(--font-heading);font-size:var(--fs-xl);font-weight:var(--fw-bold);color:var(--color-accent);margin-bottom:var(--space-4)}.featured-card-includes{gap:var(--space-2);margin-bottom:var(--space-6);flex-direction:column;flex:1;display:flex}.featured-card-includes li{align-items:flex-start;gap:var(--space-2);font-size:var(--fs-sm);color:var(--color-text-light);display:flex}.featured-card-includes li svg{width:16px;height:16px;color:var(--color-success);flex-shrink:0;margin-top:2px}.testimonials-slider{position:relative;overflow:hidden}.testimonials-track{transition:transform .5s;display:flex}.testimonial-card{min-width:100%;padding:0 var(--space-4);flex-direction:column;align-items:stretch;display:flex}.testimonial-card-inner{background:var(--color-white);border-radius:var(--radius-xl);padding:var(--space-10);border:1px solid var(--color-border);box-shadow:var(--shadow-card);text-align:center;box-sizing:border-box;flex-direction:column;flex-grow:1;width:100%;max-width:700px;margin:0 auto;display:flex}.testimonial-quote-icon{width:48px;height:48px;color:var(--color-accent);opacity:.3;margin:0 auto var(--space-5);flex-shrink:0}.testimonial-text{font-size:var(--fs-lg);line-height:var(--lh-relaxed);color:var(--color-text);margin-bottom:var(--space-8);flex-grow:1;justify-content:center;align-items:center;font-style:italic;display:flex}.testimonial-author{justify-content:center;align-items:center;gap:var(--space-4);display:flex}.testimonial-avatar{background-color:var(--color-accent);width:52px;height:52px;font-family:var(--font-heading);font-weight:var(--fw-bold);color:var(--color-white);font-size:var(--fs-lg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.testimonial-avatar img{object-fit:cover;width:100%;height:100%}.testimonial-author-info h4{font-size:var(--fs-base);color:var(--color-primary)}.testimonial-author-info p{font-size:var(--fs-sm);color:var(--color-text-muted)}.testimonials-dots{justify-content:center;gap:var(--space-2);margin-top:var(--space-8);display:flex}.testimonials-dot{background:var(--color-border);cursor:pointer;width:12px;height:12px;transition:all var(--transition-base);border:none;border-radius:50%;padding:0}.testimonials-dot.active{background:var(--color-accent);transform:scale(1.2)}.cta-banner{position:relative;overflow:hidden}.cta-banner-inner{background-color:var(--color-primary);border-radius:var(--radius-2xl);padding:var(--space-20) var(--space-12);text-align:center;position:relative;overflow:hidden}.cta-banner-inner:before{content:"";background-color:#0038a80f;border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;right:-100px}.cta-banner-inner:after{content:"";background-color:#0038a80d;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-100px;left:-50px}.cta-banner h2{color:var(--color-white);margin-bottom:var(--space-4);z-index:1;position:relative}.cta-banner p{color:var(--color-text-on-dark);font-size:var(--fs-lg);max-width:500px;margin:0 auto var(--space-8);z-index:1;position:relative}.cta-banner .btn{z-index:1;position:relative}@media (width<=1024px){.process-grid{grid-template-columns:repeat(2,1fr)}.process-grid:before{display:none}.featured-grid{grid-template-columns:repeat(2,1fr)}.hero-trust{gap:var(--space-6)}}@media (width<=768px){.hero{min-height:auto;padding:calc(var(--navbar-height) + var(--space-10)) 0 var(--space-12)}.hero h1{font-size:clamp(2rem,7vw,2.75rem)}.hero-subtitle{font-size:var(--fs-base);margin-bottom:var(--space-8)}.hero-trust{gap:var(--space-4);flex-direction:column}.hero-actions{margin-bottom:var(--space-10);flex-direction:column;align-items:stretch}.hero-actions .btn{text-align:center;justify-content:center}.process-grid{gap:var(--space-8);grid-template-columns:1fr}.featured-grid{grid-template-columns:1fr}.cta-banner-inner{padding:var(--space-12) var(--space-6);border-radius:var(--radius-xl)}.testimonial-card-inner{padding:var(--space-8) var(--space-5)}.testimonial-text{font-size:var(--fs-base)}.services-overview .card{padding:var(--space-8) var(--space-6)}}@media (width<=480px){.hero{padding:calc(var(--navbar-height) + var(--space-8)) 0 var(--space-10)}.hero-overline{font-size:var(--fs-xs);padding:.25rem .75rem}.hero-trust-icon{width:38px;height:38px}.testimonials-dot{width:10px;height:10px}}
