@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";
:root{--font-sans:"Plus Jakarta Sans", system-ui, sans-serif}.landing{min-height:100vh;font-family:var(--font-sans);background:linear-gradient(#ecfdf5 0%,#f0fdf4 30%,#fff 100%)}.nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;border-bottom:1px solid #0000000d;position:fixed;top:0;left:0;right:0}.nav-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.nav-logo{align-items:center;gap:.75rem;display:flex}.nav-logo-icon{background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.nav-logo-text{color:#1e293b;font-size:1.25rem;font-weight:700}.nav-links{gap:2rem;display:none}@media (min-width:768px){.nav-links{display:flex}}.nav-link{color:#64748b;font-size:.875rem;font-weight:500;transition:color .2s}.nav-link:hover{color:#10b981}.nav-actions{align-items:center;gap:.75rem;display:flex}.btn{cursor:pointer;border:none;border-radius:.75rem;justify-content:center;align-items:center;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 4px 14px #10b9814d}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #10b98166}.btn-outline{color:#1e293b;background:#fff;border:1px solid #e2e8f0}.btn-outline:hover{background:#f8fafc;border-color:#cbd5e1}.btn-ghost{color:#64748b;padding:.5rem}.btn-ghost:hover{color:#10b981}.hero{text-align:center;max-width:1200px;margin:0 auto;padding:8rem 1.5rem 4rem}.hero-badge{color:#059669;background:#10b9811a;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.hero-title{color:#1e293b;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.hero-title-gradient{background:linear-gradient(135deg,#10b981 0%,#059669 50%,#047857 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#64748b;max-width:600px;margin:0 auto 2rem;font-size:1.125rem;line-height:1.7}.hero-actions{flex-direction:column;align-items:center;gap:1rem;display:flex}@media (min-width:640px){.hero-actions{flex-direction:row;justify-content:center}}.hero-cta-primary,.hero-cta-secondary{padding:1rem 2rem;font-size:1rem}.hero-stats{border-top:1px solid #0000000d;justify-content:center;gap:3rem;margin-top:4rem;padding-top:3rem;display:flex}.hero-stat{text-align:center}.hero-stat-value{color:#1e293b;font-size:2rem;font-weight:800}.hero-stat-label{color:#64748b;margin-top:.25rem;font-size:.875rem}.hero-phone{perspective:1000px;margin-top:4rem}.phone-frame{background:#1e293b;border-radius:2.5rem;max-width:280px;margin:0 auto;padding:.75rem;transform:rotateX(5deg);box-shadow:0 25px 50px -12px #00000040}.phone-screen{background:#f8fafc;border-radius:2rem;min-height:500px;padding:1rem}.section{max-width:1200px;margin:0 auto;padding:5rem 1.5rem}.section-header{text-align:center;margin-bottom:4rem}.section-badge{color:#059669;text-transform:uppercase;letter-spacing:.05em;background:#10b9811a;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.375rem .875rem;font-size:.75rem;font-weight:600;display:inline-flex}.section-title{color:#1e293b;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.section-subtitle{color:#64748b;max-width:600px;margin:0 auto;font-size:1.125rem}.features-grid{grid-template-columns:repeat(1,1fr);gap:1.5rem;display:grid}@media (min-width:768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:#fff;border:1px solid #0000000d;border-radius:1.25rem;padding:1.75rem;transition:all .3s;box-shadow:0 4px 6px -1px #0000000d}.feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.feature-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;display:flex}.feature-title{color:#1e293b;margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.feature-desc{color:#64748b;font-size:.875rem;line-height:1.6}.pricing-grid{grid-template-columns:repeat(1,1fr);gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}@media (min-width:768px){.pricing-grid{grid-template-columns:repeat(3,1fr)}}.pricing-card{background:#fff;border:1px solid #0000000d;border-radius:1.5rem;padding:2rem;position:relative}.pricing-card-featured{background:linear-gradient(#1e293b 0%,#0f172a 100%);border:none;transform:scale(1.05)}.pricing-badge{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-radius:9999px;padding:.375rem 1rem;font-size:.75rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-name{color:#1e293b;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.pricing-card-featured .pricing-name{color:#fff}.pricing-price{color:#1e293b;font-size:2.5rem;font-weight:800}.pricing-card-featured .pricing-price{color:#fff}.pricing-period{color:#64748b;font-size:.875rem}.pricing-card-featured .pricing-period{color:#94a3b8}.pricing-divider{background:#e2e8f0;height:1px;margin:1.5rem 0}.pricing-card-featured .pricing-divider{background:#334155}.pricing-features{margin:0;padding:0;list-style:none}.pricing-feature{color:#64748b;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.875rem;display:flex}.pricing-card-featured .pricing-feature{color:#e2e8f0}.pricing-feature-check{background:#dcfce7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.pricing-card-featured .pricing-feature-check{background:#10b98133}.pricing-btn{width:100%;margin-top:1.5rem;padding:.875rem}.pricing-card-featured .pricing-btn{color:#1e293b;background:#fff}.steps-grid{grid-template-columns:repeat(1,1fr);gap:2rem;display:grid}@media (min-width:768px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.step-card{text-align:center;padding:1.5rem}.step-number{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1rem;font-size:1.25rem;font-weight:700;display:flex}.step-title{color:#1e293b;margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.step-desc{color:#64748b;font-size:.875rem;line-height:1.6}.testimonials-grid{grid-template-columns:repeat(1,1fr);gap:1.5rem;display:grid}@media (min-width:768px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:#fff;border:1px solid #0000000d;border-radius:1.25rem;padding:1.5rem}.testimonial-text{color:#475569;margin-bottom:1rem;font-size:.9375rem;line-height:1.7}.testimonial-author{align-items:center;gap:.75rem;display:flex}.testimonial-avatar{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.875rem;font-weight:600;display:flex}.testimonial-name{color:#1e293b;font-size:.875rem;font-weight:600}.testimonial-role{color:#64748b;font-size:.75rem}.cta{text-align:center;background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border-radius:1.5rem;max-width:1200px;margin:0 auto 4rem;padding:4rem 2rem}.cta-title{color:#fff;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.cta-subtitle{color:#94a3b8;max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.cta-btn{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);padding:1rem 2.5rem;font-size:1rem}.footer{background:#f8fafc;border-top:1px solid #e2e8f0;padding:4rem 1.5rem 2rem}.footer-content{max-width:1200px;margin:0 auto}.footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem;display:grid}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand{grid-column:span 2}@media (min-width:768px){.footer-brand{grid-column:span 1}}.footer-logo{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.footer-logo-icon{background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.footer-tagline{color:#64748b;font-size:.875rem;line-height:1.6}.footer-title{color:#1e293b;margin-bottom:1rem;font-size:.875rem;font-weight:600}.footer-links{margin:0;padding:0;list-style:none}.footer-link{margin-bottom:.5rem}.footer-link a{color:#64748b;font-size:.875rem;text-decoration:none;transition:color .2s}.footer-link a:hover{color:#10b981}.footer-bottom{border-top:1px solid #e2e8f0;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;display:flex}@media (min-width:640px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-copyright{color:#64748b;font-size:.875rem}.footer-social{gap:1rem;display:flex}.footer-social-link{color:#64748b;background:#e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.footer-social-link:hover{color:#fff;background:#10b981}
