.hero{background:linear-gradient(180deg,var(--bg-secondary)0%,var(--bg)100%);padding:8rem 0 5rem;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#6366f114 0%,#0000 60%);width:70%;height:150%;position:absolute;top:-50%;right:-20%}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-badge{background:var(--green-light);color:var(--green);border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}[data-theme=dark] .hero-badge{color:#34d399}.hero-badge svg{width:16px;height:16px}.hero h1{letter-spacing:-1px;margin-bottom:1.25rem;font-size:3.2rem;font-weight:700;line-height:1.2}.hero h1 .shimmer-text{background:linear-gradient(90deg,var(--accent)0%,var(--accent)40%,#a5b4fc 50%,var(--accent-2)60%,var(--accent)100%);-webkit-text-fill-color:transparent;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:3s ease-in-out infinite shimmer}@keyframes shimmer{0%{background-position:100% 0}50%{background-position:0 0}to{background-position:100% 0}}.hero-subtitle{color:var(--gray-600);max-width:500px;margin-bottom:2rem;font-size:1.15rem}.hero-cta{flex-wrap:wrap;gap:1rem;display:flex}.btn{cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 1.75rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;box-shadow:0 4px 15px #6366f14d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 35px #6366f166}.btn-secondary{background:var(--card-bg);color:var(--primary);border:2px solid var(--gray-200);transition:all .3s cubic-bezier(.25,.8,.25,1)}.btn-secondary:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-4px);box-shadow:0 12px 24px -6px #00000026}.trust-badge{background:var(--accent-light);color:var(--accent);border-radius:100px;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:500;display:inline-flex}[data-theme=dark] .trust-badge{color:#a5b4fc}.trust-badge svg{flex-shrink:0;width:18px;height:18px}.hero-stats{border-top:1px solid var(--gray-200);gap:1.5rem;margin-top:2.5rem;padding-top:2rem;display:flex}.stat-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;align-items:center;gap:1rem;padding:1rem 1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 15px #00000008}.stat-card:hover{border-color:var(--accent-light);transform:translateY(-3px);box-shadow:0 10px 30px #00000014}.stat-icon{background:linear-gradient(135deg,var(--accent-light),#f0e7ff);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}[data-theme=dark] .stat-icon{background:linear-gradient(135deg,#312e81,#4c1d95)}.stat-icon svg{width:24px;height:24px;color:var(--accent)}.stat-icon.green{background:var(--green-light)}.stat-icon.green svg{color:var(--green)}.stat-icon.amber{background:#fef3c7}[data-theme=dark] .stat-icon.amber{background:#78350f}.stat-icon.amber svg{color:#f59e0b}.stat-content{text-align:left}.stat-value{color:var(--primary);font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.2}.stat-label{color:var(--gray-500);font-size:.8rem}.hero-visual{position:relative}.hero-image{border:1px solid var(--gray-200);border-radius:16px;width:100%;box-shadow:0 25px 80px #0000001f}.floating-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:10px;align-items:center;gap:.6rem;padding:.75rem 1rem;font-size:.85rem;font-weight:500;animation:3s ease-in-out infinite float;display:flex;position:absolute;box-shadow:0 10px 40px #0000001a}.floating-card.card-1{animation-delay:0s;top:10%;left:-10%}.floating-card.card-2{animation-delay:1s;bottom:20%;right:-8%}.floating-card.card-3{animation-delay:2s;bottom:5%;left:5%}.floating-card svg{width:20px;height:20px}.floating-card .check{color:var(--green)}.floating-card .star{color:#fbbf24}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.trust-bar{background:var(--bg-secondary);border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100);padding:3rem 0}.trust-content{text-align:center}.trust-content p{color:var(--gray-500);margin-bottom:1.5rem;font-size:.9rem}.trust-logos{opacity:.6;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}.trust-item{color:var(--gray-600);align-items:center;gap:.5rem;font-weight:600;display:flex}.trust-item svg{width:24px;height:24px}.features{padding:6rem 0}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-label{background:var(--accent-light);color:var(--accent);text-transform:uppercase;letter-spacing:.5px;border-radius:100px;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.35rem .9rem;font-size:.8rem;font-weight:600;display:inline-flex}.section-header h2{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-header p{color:var(--gray-600);font-size:1.1rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;padding:2rem;transition:all .3s}.feature-card:hover{border-color:var(--accent-light);transform:translateY(-5px);box-shadow:0 20px 50px #00000014}.feature-icon{background:linear-gradient(135deg,var(--accent-light),#f0e7ff);border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.25rem;display:flex}[data-theme=dark] .feature-icon{background:linear-gradient(135deg,#312e81,#4c1d95)}.feature-icon svg{width:28px;height:28px;color:var(--accent)}.feature-card h3{margin-bottom:.6rem;font-size:1.2rem;font-weight:700}.feature-card p{color:var(--gray-600);font-size:.95rem}.how-it-works{background:var(--bg-secondary);padding:6rem 0}.steps{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem;display:grid}.step{text-align:center;position:relative}.step:not(:last-child):after{content:"";background:linear-gradient(90deg,var(--accent),transparent);width:80%;height:2px;position:absolute;top:40px;left:60%}.step-number{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.25rem;font-family:Space Grotesk,sans-serif;font-size:1.75rem;font-weight:700;display:flex;box-shadow:0 10px 30px #6366f14d}.step h3{margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.step p{color:var(--gray-600);max-width:220px;margin:0 auto;font-size:.9rem}.testimonials{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;padding:6rem 0}.testimonials .section-header{color:#fff}.testimonials .section-header p{color:#fffc}.testimonials .section-label{color:#fff;background:#fff3}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.testimonial-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;padding:1.75rem}.testimonial-stars{gap:.2rem;margin-bottom:1rem;display:flex}.testimonial-stars svg{fill:#fbbf24;width:18px;height:18px}.testimonial-text{opacity:.95;margin-bottom:1.25rem;font-size:1rem;line-height:1.7}.testimonial-author{align-items:center;gap:.75rem;display:flex}.testimonial-avatar{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:700;display:flex}.testimonial-author div h5{font-size:.95rem;font-weight:600}.testimonial-author div span{opacity:.7;font-size:.8rem}.faq{background:var(--bg-secondary);padding:6rem 0}.faq-container{max-width:800px;margin:3rem auto 0}.faq-item{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;margin-bottom:1rem;transition:all .3s;overflow:hidden;box-shadow:0 2px 10px #0000000a}.faq-item:hover{border-color:var(--accent-light)}.faq-item.open{border-color:var(--accent);box-shadow:0 10px 30px #6366f11a}.faq-question{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem;font-size:1.05rem;font-weight:600;transition:all .2s;display:flex}.faq-question:hover{color:var(--accent)}.faq-icon{background:var(--gray-100);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex}.faq-item.open .faq-icon{background:var(--accent);transform:rotate(180deg)}.faq-icon svg{width:18px;height:18px;color:var(--gray-500);transition:all .3s}.faq-item.open .faq-icon svg{color:#fff}.faq-answer{max-height:0;transition:max-height .4s,padding .4s;overflow:hidden}.faq-item.open .faq-answer{max-height:300px}.faq-answer-content{color:var(--gray-600);padding:0 2rem 1.5rem;font-size:1rem;line-height:1.7}.cta{padding:6rem 0}.cta-box{background:var(--card-bg);text-align:center;border:1px solid var(--gray-100);border-radius:24px;padding:4rem;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000000f}.cta-box:before{content:"";background:radial-gradient(circle,#6366f10d 0%,#0000 60%);width:60%;height:150%;position:absolute;top:-50%;left:-20%}.cta-box h2{margin-bottom:1rem;font-size:2.25rem;font-weight:700;position:relative}.cta-box p{color:var(--gray-600);max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem;position:relative}.cta-features{justify-content:center;gap:2rem;margin-top:2rem;display:flex;position:relative}.cta-feature{color:var(--gray-600);align-items:center;gap:.4rem;font-size:.9rem;display:flex}.cta-feature svg{width:18px;height:18px;color:var(--green)}footer{background:var(--footer-bg);color:#fff;padding:5rem 0 0;position:relative}footer:before{content:"";background:linear-gradient(90deg,transparent,var(--accent),transparent);height:1px;position:absolute;top:0;left:0;right:0}.footer-main{grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:3rem;padding-bottom:4rem;display:grid}.footer-brand p{color:#a1a1aa;margin:1.25rem 0;font-size:.95rem;line-height:1.8}.footer-social{gap:.75rem;margin-top:1.5rem;display:flex}.footer-social a{background:#27272a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.footer-social a:hover{background:var(--accent);transform:translateY(-3px)}.footer-social svg{color:#a1a1aa;width:18px;height:18px}.footer-social a:hover svg{color:#fff}.footer-column h4{text-transform:uppercase;letter-spacing:1px;color:#fff;margin-bottom:1.5rem;font-size:.85rem;font-weight:700}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.85rem}.footer-column a{color:#a1a1aa;align-items:center;gap:.5rem;font-size:.95rem;transition:all .2s;display:flex}.footer-column a:hover{color:#fff;padding-left:5px}.footer-column a svg{opacity:0;width:14px;height:14px;transition:all .2s}.footer-column a:hover svg{opacity:1}.footer-bottom{border-top:1px solid #27272a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2rem 0;display:flex}.footer-bottom p{color:#71717a;font-size:.9rem}.footer-bottom-links{gap:2rem;display:flex}.footer-bottom-links a{color:#71717a;font-size:.9rem;transition:color .2s}.footer-bottom-links a:hover{color:#fff}.made-with{color:#71717a;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.made-with .heart{color:#ef4444;animation:1s infinite pulse}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width:1024px){.hero-content{text-align:center;grid-template-columns:1fr}.hero h1{font-size:2.2rem}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-stats{flex-wrap:wrap;justify-content:center}.hero-cta,.trust-badge{justify-content:center}.hero-visual{display:none}.features-grid,.steps{grid-template-columns:repeat(2,1fr)}.step:not(:last-child):after{display:none}.testimonials-grid{grid-template-columns:1fr}.footer-main{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.nav-links{background:var(--card-bg);border-bottom:1px solid var(--gray-100);flex-direction:column;gap:1rem;padding:1.5rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 30px #0000001a}.nav-links.show{display:flex}.mobile-menu-btn{display:block}.hero{padding:6rem 0 4rem}.hero h1{font-size:2rem}.hero-stats{flex-direction:column;align-items:center}.stat-card{justify-content:center;width:100%;max-width:280px}.features-grid,.steps{grid-template-columns:1fr}.cta-box{padding:2.5rem 1.5rem}.cta-features{flex-direction:column;gap:1rem}.footer-main{text-align:center;grid-template-columns:1fr}.footer-brand p{max-width:300px;margin-left:auto;margin-right:auto}.footer-social,.footer-column a{justify-content:center}.footer-bottom{text-align:center;flex-direction:column}}.reveal{opacity:0;transition:all .8s;transform:translateY(30px)}.reveal[data-revealed]{opacity:1;transform:translateY(0)}
