.hero{align-items:center;min-height:100vh;padding-top:5rem;padding-bottom:2rem;display:flex;position:relative;overflow:hidden}.hero-content{z-index:1;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.hero-badge{color:var(--primary-light);background:#e2a63b1a;border:1px solid #e2a63b40;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.2rem;font-size:.85rem;font-weight:500;display:inline-flex}.hero-title{letter-spacing:-2px;color:var(--text-primary);margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1}.hero-subtitle{color:var(--text-secondary);max-width:600px;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.8}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-preview{perspective:1000px;width:100%;max-width:500px;margin-top:4rem}.preview-card{border-radius:var(--radius-xl);padding:0;transition:transform .6s;overflow:hidden}.preview-card:hover{transform:rotateX(2deg)rotateY(-2deg)scale(1.02)}.preview-header{background:#ffffff05;border-bottom:1px solid #ffffff0f;align-items:center;gap:1rem;padding:.8rem 1.2rem;display:flex}.preview-dots{gap:.4rem;display:flex}.preview-dots span{background:#ffffff26;border-radius:50%;width:10px;height:10px}.preview-dots span:first-child{background:#ef4444}.preview-dots span:nth-child(2){background:#f59e0b}.preview-dots span:last-child{background:#10b981}.preview-url{color:var(--text-muted);font-size:.75rem}.preview-body{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.preview-field{flex-direction:column;gap:.4rem;display:flex}.field-label{background:#ffffff1a;border-radius:4px;width:40%;height:10px}.field-label.short{width:30%}.field-label.shorter{width:25%}.field-label.shortest{width:20%}.field-input{background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;height:36px}.preview-row{grid-template-columns:1fr 1fr;gap:.8rem;display:grid}.preview-payment{color:var(--primary-light);background:#e2a63b1a;border:1px solid #e2a63b33;border-radius:10px;align-items:center;gap:.5rem;padding:.7rem 1rem;font-size:.85rem;font-weight:600;display:flex}.preview-btn{background:var(--gradient-button);opacity:.8;border-radius:10px;height:42px}.stats-section{border-top:1px solid #ffffff0a;border-bottom:1px solid #ffffff0a;padding:4rem 0}.stats-grid{justify-content:center;align-items:center;gap:3rem;display:flex}.stat-item{flex-direction:column;align-items:center;gap:.5rem;display:flex}.stat-label{color:var(--text-muted);font-size:.9rem;font-weight:500}.stat-divider{background:#ffffff14;width:1px;height:50px}.section-header{text-align:center;margin-bottom:4rem}.section-tag{text-transform:uppercase;letter-spacing:2px;color:var(--primary-light);background:#e2a63b1a;border-radius:50px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.section-title{letter-spacing:-1px;margin-bottom:1rem;font-size:2.8rem;font-weight:800;line-height:1.2}.section-subtitle{color:var(--text-secondary);max-width:550px;margin:0 auto;font-size:1.1rem;line-height:1.7}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.features-grid .glass-card{flex-direction:column;gap:1rem;display:flex}.feature-icon{border-radius:14px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.features-grid h3{font-size:1.15rem;font-weight:700}.features-grid p{color:var(--text-secondary);font-size:.9rem;line-height:1.7}.steps-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid;position:relative}.step-card{text-align:center;position:relative}.step-number{background:var(--gradient-text);-webkit-text-fill-color:transparent;opacity:.3;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:4rem;font-weight:800;line-height:1}.step-line{background:linear-gradient(90deg,#e2a63b4d,#e8455a1a);width:calc(100% - 2rem);height:2px;position:absolute;top:2.5rem;right:-1rem;transform:translate(100%)}.step-card .glass-card{text-align:left}.step-card h3{margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.step-card p{color:var(--text-secondary);margin-bottom:1.2rem;font-size:.9rem;line-height:1.7}.step-checks{flex-direction:column;gap:.6rem;display:flex}.step-check{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.cta-card{text-align:center;border-radius:var(--radius-xl);padding:5rem 2rem;position:relative;overflow:hidden}.cta-content{z-index:1;position:relative}.cta-card h2{letter-spacing:-1px;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.cta-card p{color:var(--text-secondary);max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.scroll-animate{opacity:0;transition:all .7s cubic-bezier(.4,0,.2,1);transform:translateY(30px)}.scroll-animate.visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.hero-title{font-size:3.5rem}.features-grid{grid-template-columns:repeat(2,1fr)}.section-title{font-size:2.2rem}}@media (max-width:768px){.hero{min-height:auto;padding-top:6rem;padding-bottom:3rem}.hero-title{letter-spacing:-1px;font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-buttons{flex-direction:column;width:100%;max-width:300px}.stats-grid{flex-direction:column;gap:2rem}.stat-divider{width:60px;height:1px}.features-grid,.steps-grid{grid-template-columns:1fr}.step-line{display:none}.section-title{font-size:1.8rem}.cta-card{padding:3rem 1.5rem}.cta-card h2{font-size:1.8rem}}
