.hero{min-height:calc(100vh - var(--nav-height));padding:var(--space-4xl) 0;align-items:center;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__orb{filter:blur(80px);opacity:.3;border-radius:50%;position:absolute}.hero__orb--1{background:var(--primary);width:500px;height:500px;animation:8s ease-in-out infinite float;top:-150px;right:-100px}.hero__orb--2{background:var(--accent);width:400px;height:400px;animation:10s ease-in-out infinite reverse float;bottom:-100px;left:-100px}.hero__orb--3{background:var(--purple);width:300px;height:300px;animation:12s ease-in-out infinite float;top:50%;left:50%;transform:translate(-50%,-50%)}.hero__grid-pattern{background-image:radial-gradient(var(--border-color) 1px, transparent 1px);opacity:.5;background-size:40px 40px;position:absolute;inset:0}.hero__content{z-index:1;text-align:center;max-width:900px;margin:0 auto;position:relative}.hero__badge{align-items:center;gap:var(--space-sm);padding:var(--space-xs) var(--space-lg);background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-full);color:var(--accent);font-size:var(--fs-sm);margin-bottom:var(--space-xl);font-weight:500;display:inline-flex}.hero__title{font-size:var(--fs-5xl);margin-bottom:var(--space-xl);letter-spacing:-1px;font-weight:800;line-height:1.1}.hero__subtitle{font-size:var(--fs-lg);color:var(--text-secondary);max-width:650px;margin:0 auto var(--space-2xl);line-height:1.8}.hero__actions{justify-content:center;gap:var(--space-md);margin-bottom:var(--space-3xl);flex-wrap:wrap;display:flex}.hero__trust{justify-content:center;align-items:center;gap:var(--space-md);display:flex}.hero__trust-dots{gap:var(--space-xs);display:flex}.hero__trust-text{color:var(--text-muted);font-size:var(--fs-sm)}.home-services__grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.home-service-card{text-align:center;padding:var(--space-2xl)}.home-service-card__icon{border-radius:var(--radius-md);background:var(--bg-elevated);width:56px;height:56px;margin:0 auto var(--space-lg);transition:transform var(--transition-base);justify-content:center;align-items:center;display:flex}.home-service-card:hover .home-service-card__icon{transform:scale(1.1)rotate(-5deg)}.home-service-card__title{font-size:var(--fs-lg);margin-bottom:var(--space-sm);font-weight:600}.home-service-card__desc{color:var(--text-secondary);font-size:var(--fs-sm)}.home-stats{background:var(--bg-secondary)}.home-stats__grid{gap:var(--space-xl);grid-template-columns:repeat(4,1fr);display:grid}.home-stat{text-align:center;padding:var(--space-xl)}.home-stat__icon{color:var(--primary);margin-bottom:var(--space-md)}.home-stat__value{font-family:var(--font-heading);font-size:var(--fs-3xl);background:linear-gradient(135deg, var(--primary-light), var(--accent));-webkit-text-fill-color:transparent;margin-bottom:var(--space-xs);-webkit-background-clip:text;background-clip:text;font-weight:800}.home-stat__label{color:var(--text-secondary);font-size:var(--fs-sm)}.home-testimonials__grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.home-testimonial{padding:var(--space-2xl);position:relative}.home-testimonial__quote{font-family:var(--font-heading);background:linear-gradient(135deg, var(--primary), var(--accent));-webkit-text-fill-color:transparent;margin-bottom:var(--space-sm);-webkit-background-clip:text;background-clip:text;font-size:4rem;line-height:1}.home-testimonial__text{color:var(--text-secondary);font-size:var(--fs-sm);margin-bottom:var(--space-xl);line-height:1.8}.home-testimonial__author{align-items:center;gap:var(--space-md);display:flex}.home-testimonial__avatar{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;width:40px;height:40px;font-weight:700;font-size:var(--fs-sm);border-radius:50%;justify-content:center;align-items:center;display:flex}.home-testimonial__name{font-weight:600;font-size:var(--fs-sm)}.home-testimonial__company{color:var(--text-muted);font-size:var(--fs-xs)}.home-cta__box{background:var(--bg-card);border-radius:var(--radius-xl);padding:var(--space-4xl);text-align:center}.home-cta__title{font-size:var(--fs-3xl);margin-bottom:var(--space-lg)}.home-cta__text{color:var(--text-secondary);max-width:500px;margin:0 auto var(--space-2xl);line-height:1.8}.home-cta__actions{justify-content:center;gap:var(--space-md);flex-wrap:wrap;display:flex}@media (width<=1024px){.home-services__grid,.home-stats__grid{grid-template-columns:repeat(2,1fr)}.home-testimonials__grid{grid-template-columns:1fr}}@media (width<=768px){.home-services__grid{grid-template-columns:1fr}.home-stats__grid{grid-template-columns:repeat(2,1fr)}.hero__title{font-size:var(--fs-4xl)}.home-cta__box{padding:var(--space-2xl)}}@media (width<=375px){.home-stats__grid{grid-template-columns:1fr}}
