:root{--color-bg: #ffffff;--color-text: #064E3B;--color-accent: #34D399;--color-accent-light: #6EE7B7;--color-glass: rgba(255, 255, 255, .6);--color-glass-border: rgba(255, 255, 255, .8);--shadow-soft: 0 8px 32px rgba(6, 78, 59, .05);--font-main: "Outfit", "Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-main);line-height:1.6;font-weight:400;letter-spacing:-.01em;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-glass-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-accent)}.countdown{display:flex;align-items:center;justify-content:center;gap:15px;margin:30px 0 40px;font-family:"Outfit",var(--font-main)}.countdown-item{display:flex;flex-direction:column;align-items:center}.countdown-value{font-size:2.5rem;font-weight:700;color:var(--color-text);line-height:1;font-variant-numeric:tabular-nums}.countdown-label{font-size:.8rem;text-transform:uppercase;letter-spacing:1px;color:#059669;margin-top:5px;font-weight:500}.separator{font-size:2rem;font-weight:700;color:#a7f3d0;margin-bottom:15px}@media(max-width:600px){.countdown{gap:10px}.countdown-value{font-size:1.8rem}.separator{font-size:1.5rem}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 20px;overflow:hidden}.hero-content{max-width:1100px;z-index:1;animation:fadeInUp 1s ease-out;padding-top:40px;width:100%}.hero-title{font-size:4.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.03em;color:var(--color-text);white-space:nowrap}.text-gradient{background:linear-gradient(135deg,#059669,#34d399);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.5rem;color:#065f46;margin-bottom:3.5rem;max-width:700px;margin-left:auto;margin-right:auto;font-weight:500;line-height:1.4;opacity:.9}.btn-primary{background:var(--color-accent);color:#fff;padding:18px 36px;font-size:1.1rem;font-weight:600;border-radius:50px;transition:all .3s ease;box-shadow:0 10px 25px #34d3994d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px #34d39966;background:#10b981}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero-title{font-size:3rem}}.features{padding:140px 20px;background:transparent;position:relative}.features-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:40px}.feature-card{background:#ffffffe6;border:1px solid rgba(255,255,255,.5);border-radius:24px;padding:60px 40px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 40px #064e3b0a;transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s ease}.feature-card:hover{transform:translateY(-10px);box-shadow:0 30px 60px #064e3b14;border-color:var(--color-accent)}.feature-icon{font-size:3rem;margin-bottom:30px;background:#ecfdf5;width:90px;height:90px;display:flex;align-items:center;justify-content:center;border-radius:24px;color:var(--color-accent)}.feature-title{font-size:1.75rem;font-weight:700;margin-bottom:20px;color:var(--color-text);letter-spacing:-.02em}.feature-description{color:#065f46;font-size:1.125rem;line-height:1.7;opacity:.85;font-weight:400}.impact-demo{padding:120px 20px;background:transparent;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center}.demo-container{max-width:1000px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:60px;background:#fff9;padding:60px;border-radius:30px;border:1px solid rgba(255,255,255,.8);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 20px 40px #064e3b08}.demo-text{flex:1}.demo-text h2{font-size:3rem;font-weight:800;margin-bottom:25px;color:var(--color-text)}.demo-text p{font-size:1.2rem;color:#065f46;line-height:1.8}.demo-visual{flex:1;display:flex;justify-content:center}.score-circle{position:relative;width:240px;height:240px}.circular-chart{display:block;margin:0 auto;max-width:100%;max-height:100%}.circle-bg{fill:none;stroke:#d1fae5;stroke-width:3}.circle{fill:none;stroke:var(--color-accent);stroke-width:3;stroke-linecap:round;animation:progress 1s ease-out forwards;transition:stroke-dasharray .3s ease}.score-value{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column}.score-value span:first-child{font-size:4rem;font-weight:800;color:var(--color-text)}.score-label{font-size:.9rem;text-transform:uppercase;letter-spacing:2px;color:#059669;font-weight:600}@media(max-width:768px){.demo-container{flex-direction:column;text-align:center}}.waitlist{padding:140px 20px 80px;background:transparent;text-align:center}.waitlist-container{max-width:800px;margin:0 auto}.waitlist-content{margin-bottom:80px}.waitlist-content h2{font-size:3.5rem;margin-bottom:25px;color:var(--color-text);font-weight:800;letter-spacing:-.03em}.waitlist-content p{color:#065f46;margin-bottom:60px;font-size:1.35rem;font-weight:400;opacity:.9}.waitlist-form{display:flex;gap:15px;max-width:600px;margin:0 auto 50px}.waitlist-form input{flex:1;padding:20px 32px;border-radius:100px;border:2px solid rgba(52,211,153,.2);background:#ffffffe6;color:var(--color-text);font-size:1.125rem;outline:none;transition:all .3s ease;box-shadow:0 10px 20px #00000005}.waitlist-form input:focus{border-color:var(--color-accent);box-shadow:0 0 0 4px #34d39933}.waitlist-form input::placeholder{color:#9ca3af}.social-proof{display:flex;flex-direction:column;align-items:center;gap:20px}.social-proof p{margin-bottom:0;font-size:1rem;color:#065f46;font-weight:500}.avatars{display:flex;align-items:center}.avatar{width:40px;height:40px;border-radius:50%;background:#d1fae5;border:3px solid #ECFDF5;margin-left:-12px}.avatar:first-child{margin-left:0;background:#a7f3d0}.avatar:nth-child(2){background:#6ee7b7}.avatar:nth-child(3){background:#34d399}.avatar-count{margin-left:15px;font-size:1rem;font-weight:700;color:var(--color-text)}.footer-links{border-top:1px solid #D1FAE5;padding-top:50px;display:flex;flex-direction:column;align-items:center;gap:25px}.brand{font-size:1.8rem;font-weight:800;color:var(--color-text);letter-spacing:-.02em}.links{display:flex;gap:40px}.links a{color:#065f46;font-size:1rem;transition:color .3s ease;font-weight:500}.links a:hover{color:var(--color-accent)}.copyright{color:#065f46;font-size:.9rem;opacity:.7}@media(max-width:600px){.waitlist-form{flex-direction:column}.waitlist-form input,.waitlist-form button{width:100%}}.app{min-height:100vh;width:100%}
