.home{font-family:var(--font-sans);background:var(--background);color:var(--foreground);padding:0;overflow-x:hidden}.home .section-title{color:var(--foreground);letter-spacing:-.05em;text-align:center;margin-bottom:4rem;font-size:3rem;font-weight:800}.home .hero{background:linear-gradient(150deg,var(--background)0%,var(--muted)100%);text-align:center;border-bottom-right-radius:60px;border-bottom-left-radius:60px;max-width:1400px;margin:0 auto;padding:8rem 4rem 12rem}.home .hero .hero-content{max-width:850px;margin:0 auto}.home .hero .hero-content .badge{background:color-mix(in oklch,var(--primary)10%,transparent);color:var(--primary);letter-spacing:.05em;text-transform:uppercase;border:1px solid color-mix(in oklch,var(--primary)20%,transparent);border-radius:999px;margin-bottom:1.5rem;padding:1rem 1.5rem;font-size:.875rem;font-weight:700}.home .hero .hero-content .brand{color:var(--foreground);letter-spacing:-.05em;margin:0 0 1rem;font-size:3rem;font-weight:900;line-height:1.1}.home .hero .hero-content .brand .highlight{color:var(--primary);font-style:italic}.home .hero .hero-content .tagline{color:var(--foreground);max-width:800px;margin:0 auto 1rem;font-size:1.5rem;font-weight:600;line-height:1.5}.home .hero .hero-content .description{color:var(--muted-foreground);max-width:700px;margin:0 auto 3rem;font-size:1.125rem;font-weight:400;line-height:1.6}.home .hero .hero-content .cta-buttons{justify-content:center;gap:1.5rem;display:flex}.home .hero .hero-content .cta-buttons .btn{transition:var(--transition);box-shadow:var(--shadow-md);white-space:nowrap;border-radius:999px;padding:1.5rem 3rem;font-size:1rem;font-weight:700;text-decoration:none}.home .hero .hero-content .cta-buttons .btn.primary{background:var(--primary);color:var(--primary-foreground)}.home .hero .hero-content .cta-buttons .btn.primary:hover{background:var(--primary-dark);box-shadow:var(--shadow-lg);transform:translateY(-3px)}.home .hero .hero-content .cta-buttons .btn.secondary,.home .hero .hero-content .cta-buttons .btn.tertiary{background:var(--card);color:var(--foreground);border:1px solid var(--border);box-shadow:none}.home .hero .hero-content .cta-buttons .btn.secondary:hover,.home .hero .hero-content .cta-buttons .btn.tertiary:hover{background:var(--muted);border-color:var(--primary);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.home .value-strip{z-index:20;background:var(--card);border-radius:var(--radius-lg);max-width:1050px;box-shadow:var(--shadow-lg);border:1px solid var(--border);justify-content:space-around;gap:2rem;margin:-6rem auto 6rem;padding:2rem 4rem;display:flex;position:relative}.home .value-strip .value-item{align-items:center;gap:1rem;display:flex}.home .value-strip .value-item .value-icon{color:var(--primary);font-size:1.5rem}.home .value-strip .value-item .value-text{color:var(--foreground);margin:0;font-size:1rem;font-weight:600}.home .features{text-align:center;max-width:1200px;margin:0 auto;padding:4rem 4rem 8rem}.home .features .features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.home .features .feature-card{background:var(--card);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);text-align:left;transition:var(--transition);border:1px solid var(--border);padding:3rem}.home .features .feature-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary);transform:translateY(-6px)}.home .features .feature-card .icon{color:var(--primary);margin-bottom:1rem;font-size:2.25rem;display:block}.home .features .feature-card h3{color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.home .features .feature-card p{color:var(--muted-foreground);font-size:1rem;line-height:1.6}.home .client-testimonials{background-color:var(--muted);padding:6rem 4rem}.home .client-testimonials .testimonial-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.home .client-testimonials .testimonial-card{background:var(--card);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border-left:5px solid var(--primary);text-align:left;transition:var(--transition);padding:2rem}.home .client-testimonials .testimonial-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.home .client-testimonials .testimonial-card .quote{color:var(--foreground);margin-bottom:1rem;font-size:1rem;font-style:italic;line-height:1.6}.home .client-testimonials .testimonial-card .author{color:var(--primary);font-size:.875rem;font-weight:600}.home .final-cta{text-align:center;max-width:1200px;margin:0 auto;padding:6rem 4rem}.home .final-cta .cta-content{background:var(--card);border-radius:var(--radius-lg);border:2px solid var(--primary);box-shadow:var(--shadow-lg);padding:3rem}.home .final-cta .cta-content h2{color:var(--foreground);margin-bottom:1rem;font-size:2.25rem;font-weight:800}.home .final-cta .cta-content p{color:var(--muted-foreground);margin-bottom:2rem;font-size:1.125rem}.home .final-cta .cta-content .large-cta-btn{box-shadow:var(--shadow-lg);padding:1.5rem 3rem;font-size:1.125rem}@media (max-width:1024px){.home .hero{padding:6rem 3rem 10rem}.home .hero .brand{font-size:3.8rem}.home .value-strip{margin:-5rem auto 5rem;padding:1.5rem 2rem}.home .features{padding:0 3rem 6rem}.home .client-testimonials,.home .final-cta{padding:5rem 3rem}.home .section-title{margin-bottom:3rem;font-size:2.5rem}}@media (max-width:600px){.home .hero{padding:4rem 1rem 6rem}.home .hero .brand{letter-spacing:-1px;font-size:2.5rem}.home .hero .tagline{font-size:1.2rem}.home .hero .description{margin-bottom:2rem;font-size:1rem}.home .hero .cta-buttons{flex-direction:column;gap:1rem}.home .hero .cta-buttons .btn{width:100%;padding:1rem 2.5rem}.home .value-strip{flex-direction:column;align-items:flex-start;margin:-4rem auto 2.5rem;padding:1rem}.home .value-strip .value-item{border-bottom:1px dashed color-mix(in oklch,var(--primary)20%,transparent);width:100%;padding:.5rem 0}.home .value-strip .value-item:last-child{border-bottom:none}.home .features{padding:0 1rem 4rem}.home .client-testimonials,.home .final-cta{padding:3rem 1rem}.home .final-cta .cta-content{padding:2rem 1rem}.home .final-cta .cta-content h2{font-size:1.6rem}.home .final-cta .cta-content p{margin-bottom:1.5rem;font-size:1rem}.home .section-title{margin-bottom:2rem;font-size:1.8rem}}
