:root{--color-primary: #14b8a6;--color-primary-dark: #0d9488;--color-primary-light: #5eead4;--color-background: #f8fafc;--color-surface: #ffffff;--color-text: #1e293b;--color-text-muted: #64748b;--color-border: #e2e8f0;--color-green: #22c55e;--color-green-light: #86efac;--color-yellow: #eab308;--color-yellow-light: #fde047;--color-orange: #f97316;--color-orange-light: #fdba74;--color-red: #ef4444;--color-red-light: #fca5a5;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-full: 9999px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-family);background:var(--color-background);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.nav{position:fixed;top:0;left:0;right:0;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:.75rem;font-weight:600;font-size:1.125rem}.nav-logo img{width:32px;height:32px}.nav-cta{padding:.5rem 1.25rem;background:var(--color-primary);color:#fff;border-radius:var(--radius-full);font-weight:500;font-size:.875rem;transition:all .2s ease}.nav-cta:hover{background:var(--color-primary-dark);transform:translateY(-1px)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:var(--radius-full);font-weight:600;font-size:1rem;transition:all .2s ease;cursor:pointer;border:none}.btn-primary{background:var(--color-primary);color:#fff;box-shadow:var(--shadow-md),0 0 #14b8a666}.btn-primary:hover{background:var(--color-primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg),0 0 0 4px #14b8a633}.btn-large{padding:1rem 2rem;font-size:1.125rem}.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:8rem 1.5rem 4rem;max-width:1200px;margin:0 auto}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem}.gradient-text{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:var(--color-text-muted);margin-bottom:2rem;max-width:500px}.hero-note{margin-top:1rem;font-size:.875rem;color:var(--color-text-muted)}.hero-visual{display:flex;justify-content:center}.phone-mockup{width:280px;background:#1e293b;border-radius:40px;padding:12px;box-shadow:var(--shadow-xl)}.phone-screen{background:var(--color-background);border-radius:32px;padding:1.5rem;min-height:500px;display:flex;flex-direction:column;align-items:center}.mockup-header{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-text-muted);margin-bottom:3rem}.mockup-logo{width:24px;height:24px}.counter-demo{flex:1;display:flex;align-items:center;justify-content:center}.counter-button{width:160px;height:160px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-lg)}.counter-button:hover{transform:scale(1.05)}.counter-number{font-size:4rem;font-weight:700;color:#fff}.counter-green{background:linear-gradient(135deg,var(--color-green),var(--color-green-light))}.counter-yellow{background:linear-gradient(135deg,var(--color-yellow),var(--color-yellow-light))}.counter-orange{background:linear-gradient(135deg,var(--color-orange),var(--color-orange-light))}.counter-red{background:linear-gradient(135deg,var(--color-red),var(--color-red-light))}.mockup-label{margin-top:2rem;font-size:.875rem;color:var(--color-text-muted)}.section{padding:6rem 0}.section-alt{background:#fff}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;margin-bottom:.75rem}.section-header p{font-size:1.125rem;color:var(--color-text-muted)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.stat-card{background:var(--color-background);padding:2rem;border-radius:var(--radius-xl);text-align:center}.stat-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-light));border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;margin:0 auto 1rem}.stat-number{font-size:2.5rem;font-weight:700;color:var(--color-text);margin-bottom:.5rem}.stat-label{color:var(--color-text-muted);font-size:.9375rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:var(--radius-xl);border:1px solid var(--color-border);transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--color-primary-light)}.feature-icon{width:48px;height:48px;background:linear-gradient(135deg,#14b8a61a,#14b8a60d);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;color:var(--color-primary);margin-bottom:1.25rem}.feature-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.feature-card p{color:var(--color-text-muted);font-size:.9375rem}.showcase-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.showcase-item{background:var(--color-background);padding:2rem;border-radius:var(--radius-xl)}.showcase-item h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.showcase-item>p{color:var(--color-text-muted);margin-bottom:2rem}.counter-showcase{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem}.counter-mini{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#fff;box-shadow:var(--shadow-md)}.counter-labels{display:flex;justify-content:center;gap:1rem;font-size:.75rem;color:var(--color-text-muted)}.counter-labels span{width:60px;text-align:center}.chart-demo{display:flex;align-items:flex-end;justify-content:center;gap:.75rem;height:150px;padding-top:1rem}.chart-bar{width:36px;height:calc(var(--height) + 20px);min-height:20px;background:linear-gradient(to top,var(--color-primary),var(--color-primary-light));border-radius:var(--radius-sm) var(--radius-sm) 0 0;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding-bottom:4px;transition:all .3s ease}.chart-bar span{font-size:.625rem;color:var(--color-text-muted);margin-top:.5rem;transform:translateY(100%)}.chart-bar:hover{filter:brightness(1.1)}.benefits-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.benefits-text h2{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;margin-bottom:2rem}.benefits-list{list-style:none;display:flex;flex-direction:column;gap:1.25rem}.benefits-list li{display:flex;align-items:flex-start;gap:.75rem}.benefits-list svg{flex-shrink:0;color:var(--color-primary);margin-top:.125rem}.benefits-list strong{color:var(--color-text)}.savings-card{background:#fff;padding:2rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);max-width:300px;margin:0 auto}.savings-header{font-size:.875rem;color:var(--color-text-muted);margin-bottom:.5rem}.savings-amount{font-size:3rem;font-weight:700;color:var(--color-primary);margin-bottom:1rem}.savings-detail{display:flex;justify-content:space-between;font-size:.875rem;color:var(--color-text-muted);margin-bottom:1rem}.savings-bar{height:8px;background:var(--color-border);border-radius:var(--radius-full);overflow:hidden}.savings-bar-fill{height:100%;width:67%;background:linear-gradient(90deg,var(--color-primary),var(--color-primary-light));border-radius:var(--radius-full)}.cta-section{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff}.cta-content{text-align:center;max-width:600px;margin:0 auto}.cta-content h2{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;margin-bottom:1rem}.cta-content>p{font-size:1.125rem;opacity:.9;margin-bottom:2rem}.cta-section .btn-primary{background:#fff;color:var(--color-primary)}.cta-section .btn-primary:hover{background:var(--color-background);transform:translateY(-2px)}.cta-note{margin-top:1rem;font-size:.875rem;opacity:.8}.footer{background:var(--color-text);color:#fff;padding:3rem 0}.footer-content{text-align:center}.footer-logo{display:inline-flex;align-items:center;gap:.75rem;font-weight:600;font-size:1.125rem;margin-bottom:.5rem}.footer-logo img{width:28px;height:28px}.footer-tagline{color:#fff9;font-size:.875rem}@media(max-width:968px){.hero{grid-template-columns:1fr;text-align:center;min-height:auto;padding-top:6rem}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-visual{order:-1;margin-bottom:2rem}.phone-mockup{width:240px}.phone-screen{min-height:400px}.counter-button{width:120px;height:120px}.counter-number{font-size:3rem}.benefits-content{grid-template-columns:1fr;gap:3rem}.benefits-visual{order:-1}}@media(max-width:640px){.section{padding:4rem 0}.stats-grid,.features-grid,.showcase-grid{grid-template-columns:1fr}.counter-showcase{gap:.5rem}.counter-mini{width:50px;height:50px;font-size:1rem}.counter-labels span{width:50px;font-size:.625rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeInUp .6s ease forwards}.fade-in-delay-1{animation-delay:.1s}.fade-in-delay-2{animation-delay:.2s}.fade-in-delay-3{animation-delay:.3s}
