*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#F7971E;--secondary-color:#4a90e2;--accent-color:#f4a261;--text-dark:#111827;--text-light:#4B5563;--background-light:#ffffff;--background-dark:#1a1a2e;--gradient-primary:linear-gradient(135deg, #F7971E 0%, #FFD200 100%);--gradient-secondary:linear-gradient(135deg, #3B82F6 0%, #9333EA 100%);--gradient-dark:linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);--shadow-light:0 4px 20px rgba(0, 0, 0, 0.1);--shadow-medium:0 8px 30px rgba(0, 0, 0, 0.15);--shadow-heavy:0 15px 40px rgba(0, 0, 0, 0.2);--border-radius:12px;--transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:var(--text-dark);background:var(--background-light);overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:clamp(2.5rem, 5vw, 4rem);font-weight:700}h2{font-size:clamp(2rem, 4vw, 3rem)}h3{font-size:clamp(1.5rem, 3vw, 2rem)}p{margin-bottom:1rem;color:var(--text-light);font-size:1.1rem}.btn{padding:14px 28px;border:none;border-radius:var(--border-radius);font-size:1rem;font-weight:500;cursor:pointer;transition:var(--transition);text-decoration:none;display:inline-block;text-align:center;position:relative;overflow:hidden}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 14px 0 rgba(255,107,53,.25);font-weight:600}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px 0 rgba(255,107,53,.35)}.btn-secondary{background:#fff;color:var(--text-dark);border:2px solid #e2e8f0;font-weight:600;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 4px 12px 0 rgba(0,0,0,.15)}.btn-secondary:disabled{background:#e5e7eb;color:#9ca3af;border:2px solid #e5e7eb;cursor:not-allowed;box-shadow:none;opacity:1}.btn-full{width:100%}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);transition:var(--transition);padding:0 20px}.nav-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.logo{display:flex;align-items:center;gap:12px;font-size:1.5rem;font-weight:700;color:var(--primary-color)}.logo-image{width:40px;height:40px;object-fit:contain;transition:var(--transition)}.logo-image:hover{transform:scale(1.05)}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{text-decoration:none;color:var(--text-dark);font-weight:500;transition:var(--transition)}.nav-menu a:hover{color:var(--primary-color)}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:4px}.hamburger span{width:25px;height:3px;background:var(--text-dark);transition:var(--transition)}.hero{min-height:90vh;display:flex;align-items:center;background:linear-gradient(135deg,#fafbfc 0,#f1f5f9 100%);padding:120px 0 80px 0;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fafbfc;animation:float 20s ease-in-out infinite}.hero::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%234a90e2' fill-opacity='0.015'%3E%3Cpolygon points='50 0 75 25 75 50 50 75 25 50 25 25'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-size:100px 100px;background-position:60px 20px;animation:float 25s ease-in-out infinite reverse;z-index:-1}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-text{animation:fadeInUp .8s ease-out}.hero-text h1{margin-bottom:1.5rem;font-weight:800;letter-spacing:-.025em}.highlight{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-text p{font-size:1.125rem;margin-bottom:2.5rem;max-width:520px;line-height:1.7;color:#64748b}.hero-buttons{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:center}.hero-visual .visualization{width:100%;border-radius:var(--border-radius);opacity:93%}.hexagon-timer{display:flex;justify-content:center;align-items:center;animation:fadeInUp .8s ease-out .2s both}.hexagon-container{position:relative;width:300px;height:300px}.hexagon{width:100%;height:100%;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);position:relative;display:flex;justify-content:center;align-items:center;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);animation:hexagonPulse 3s ease-in-out infinite;box-shadow:0 10px 25px rgba(102,126,234,.3)}.hexagon-glow{position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;background:var(--gradient-primary);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);opacity:.3;animation:hexagonGlow 2s ease-in-out infinite alternate;z-index:-1}.timer-display{color:#fff;font-size:2.5rem;font-weight:700;text-shadow:0 2px 10px rgba(0,0,0,.3)}@keyframes hexagonPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes hexagonGlow{0%{opacity:.3}100%{opacity:.6}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}section{padding:100px 0}.section-header{text-align:center;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.section-header h2{margin-bottom:1rem;font-weight:700;letter-spacing:-.025em}.section-header p{font-size:1.125rem;color:#64748b;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.feature-card{background:#fff;padding:2.5rem 2rem;border-radius:16px;box-shadow:0 4px 24px 0 rgba(0,0,0,.1);text-align:left;transition:var(--transition);border:1px solid #f1f1f1;position:relative;display:flex;flex-direction:column;align-items:flex-start;min-height:200px}.feature-card h3{margin-top:1.2rem;margin-bottom:.5rem;font-size:1.25rem;font-weight:700;text-align:left}.feature-card p{color:#6b7280;font-size:1rem;text-align:left;margin-bottom:0}.feature-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:flex-start;margin-bottom:0;margin-left:0;margin-right:0;background:0 0;box-shadow:none;border-radius:8px;padding:0}.feature-icon-image{width:40px;height:40px;object-fit:contain;display:block}.endless-focus{background:#fff;padding:100px 0}.endless-focus .section-header h2{color:var(--text-dark)}.endless-focus .section-header p{color:var(--text-light)}.focus-features{display:flex;gap:2rem;justify-content:flex-start;align-items:stretch;margin-top:3rem}.focus-feature{background:#f9fafb;border-radius:16px;border:1px solid #f1f1f1;padding:2rem 2rem 1.5rem 2rem;min-width:300px;flex:1 1 0;display:flex;flex-direction:column;align-items:flex-start;text-align:left;transition:var(--transition)}.focus-feature h3{margin:10px 0 8px 0;color:var(--text-dark);font-size:1.15rem;font-weight:700;text-align:left}.focus-feature p{color:#6b7280;font-size:1rem;text-align:left;margin-bottom:0}.focus-icon{display:flex;align-items:center;justify-content:flex-start;margin-bottom:0;margin-left:0;margin-right:0;background:0 0;box-shadow:none;border-radius:8px;padding:0}.focus-icon-bg{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;margin-bottom:0}.focus-icon-image{width:40px;height:40px;object-fit:contain;display:block}.orange-bg{background:linear-gradient(135deg,#ff7c1d 0,#ffd200 100%)}.blue-bg{background:linear-gradient(135deg,#3b82f6 0,#9333ea 100%)}.yellow-bg{background:linear-gradient(135deg,#ffd200 0,#f7971e 100%)}.focus-icon.multi-timer{background:var(--gradient-primary)}.focus-icon.smart-app{background:var(--gradient-secondary)}.focus-icon.analytics{background:linear-gradient(135deg,#8b5cf6 0,#7c3aed 100%)}.focus-icon::before{content:'⚡';color:#fff}.focus-icon.smart-app::before{content:'📱'}.focus-icon.analytics::before{content:'📊'}.how-it-works{background:#f8fafc}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-top:4rem}.step{text-align:center;position:relative}.step-number{width:80px;height:80px;background:var(--gradient-primary);color:#fff;font-size:2rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:var(--shadow-light)}.step h3{margin-bottom:1rem;color:var(--text-dark)}.step p{color:var(--text-light)}.mobile-app{background:#f8fafc;padding:120px 0}.app-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-top:3rem}.app-features{display:grid;gap:1.5rem}.feature-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #e2e8f0;position:relative;overflow:hidden}.feature-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--primary-color)}.free-features::before{background:#10b981}.free-features{background-color:#f9fafb}.premium-features::before{background:#f59e0b}.premium-features{background:linear-gradient(135deg,#eff6ff 0,#faf5ff 100%)}.feature-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.feature-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600}.free-icon{background:#d1fae5;color:#10b981}.premium-icon{background:#fef3c7;color:#f59e0b}.feature-card h3{margin:10px 0;color:var(--text-dark);font-size:1.25rem;font-weight:600}.feature-list{list-style:none;padding:0;margin:0}.feature-list li{padding:.25rem 0;position:relative;padding-left:1.5rem;color:var(--text-light)}.feature-list li:last-child{border-bottom:none}.free-features .feature-list li::before{content:'✓';position:absolute;left:0;color:#10b981;font-weight:700}.premium-features .feature-list li::before{content:'⭐';position:absolute;left:0;color:#f59e0b}.phone-mockup{width:300px;height:600px;background:linear-gradient(135deg,#1a1a2e 0,#16213e 100%);border-radius:30px;padding:20px;position:relative;box-shadow:0 15px 40px rgba(0,0,0,.2);margin:0 auto}.phone-screen{width:100%;height:100%;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.app-interface{text-align:center;color:#fff}.app-timer{font-size:3rem;font-weight:700;margin-bottom:2rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.app-controls{display:flex;gap:1rem;justify-content:center}.control-btn{width:60px;height:60px;border:none;border-radius:50%;background:rgba(255,255,255,.2);color:#fff;font-size:1.5rem;cursor:pointer;transition:var(--transition);backdrop-filter:blur(10px)}.control-btn.active,.control-btn:hover{background:rgba(255,255,255,.3);transform:scale(1.1)}.waitlist{background:#fff;color:var(--text-dark);padding:20px 0}.waitlist-content{max-width:600px;margin:0 auto;text-align:center}.waitlist-header{margin-bottom:3rem}.waitlist-header h2{color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.waitlist-header p{color:#64748b;font-size:1.1rem;margin-bottom:0}.waitlist-form-card{background:#fff;padding:3rem 2.5rem;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.1);border:1px solid #e2e8f0;position:relative;text-align:center}.form-icon{margin-bottom:1.5rem}.bell-icon{display:inline-block;width:60px;height:60px;background:#dbeafe;border-radius:50%;color:#fff;font-size:1.5rem;line-height:60px;text-align:center}.bell-icon img{margin-top:13px}.waitlist-form-card h3{color:var(--text-dark);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.waitlist-form-card>p{color:#64748b;font-size:1rem;margin-bottom:2rem;line-height:1.6}.waitlist-form{text-align:left}.form-field{margin-bottom:1.5rem}.form-field.small-margin{margin-bottom:.5rem}.form-field label{display:block;color:var(--text-dark);margin-bottom:.5rem;font-weight:500;font-size:.875rem}.waitlist-form input,.waitlist-form textarea{width:100%;padding:.875rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:var(--text-dark);font-size:1rem;transition:var(--transition);font-family:inherit}.waitlist-form input::placeholder,.waitlist-form textarea::placeholder{color:#9ca3af}.waitlist-form input:focus,.waitlist-form textarea:focus{outline:0;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.waitlist-form .agreed-to-updates{float:left;width:25px;margin-top:4px}.waitlist-form textarea{resize:vertical;min-height:100px}.waitlist-benefits{background:#eff6ff;color:#1e40af;padding:1.5rem;border-radius:8px}.benefits-icon{font-size:1.5rem;margin-bottom:.5rem;float:left;margin-top:-.5rem;padding-right:.5rem}.waitlist-benefits h4{color:#1e3a8a;margin-bottom:1rem;font-size:1rem;font-weight:600}.waitlist-benefits ul{list-style:none;padding:0;margin:0 1.5rem}.waitlist-benefits li{color:#1e40af;font-size:.875rem;position:relative;padding-left:1.5rem}.waitlist-benefits li::before{content:'•';position:absolute;left:0;color:#1e40af;font-weight:700}.waitlist-form button{background:#2563eb;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition);width:100%;margin:1.5rem 0;display:flex;align-items:center;justify-content:center;gap:.5rem}.waitlist-form button:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 6px 20px rgba(59,130,246,.3)}.button-icon{font-size:1.1rem}.privacy-notice{text-align:center;margin-top:1rem}.privacy-notice p{color:#64748b;font-size:.75rem;margin:0;line-height:1.5}.footer{background:var(--text-dark);color:#fff;padding:0 0 1rem}.footer-content{display:flex;justify-content:space-between;gap:2rem;max-width:900px;margin:0 auto;padding:2rem 0 1rem 0}.footer-section h4{margin-bottom:.5rem;font-size:1rem;color:#9ca3af}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#9ca3af;text-decoration:none;transition:var(--transition)}.footer-section a:hover{color:var(--primary-color)}.footer-logo{display:flex;align-items:center;gap:12px;font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.footer-section p{color:#9ca3af;margin-bottom:1rem}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:var(--transition);text-decoration:none;font-size:1.2rem}.social-links a:hover{background:var(--primary-color);transform:translateY(-2px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;color:#9ca3af}.footer-stats{display:flex;gap:3rem}.stat{text-align:center}.stat strong{display:block;font-size:1.2rem;color:var(--primary-color)}.stat span{font-size:.9rem;color:rgba(255,255,255,.7)}.waitlist-stats{background:#fff;padding:2.5rem 0}.waitlist-stats .container{max-width:650px;margin:0 auto}.waitlist-stats-grid{display:flex;flex-direction:row;gap:1.5rem;justify-content:space-between;align-items:stretch}.waitlist-stat{flex:1 1 0;align-items:center;text-align:center;padding-bottom:.5rem;display:flex;flex-direction:column}.waitlist-stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.waitlist-stat-image{width:20px;height:20px;object-fit:contain;display:block}.users-bg{background:#dbeafe}.calendar-bg{background:#d1fae5}.shipping-bg{background:#fef3c7}.waitlist-stat-title{font-weight:700;color:var(--text-dark);font-size:1.1rem;margin-bottom:.25rem}.waitlist-stat-desc{color:var(--text-light);font-size:1rem;margin-bottom:0}@media (max-width:900px){.waitlist-stats-grid{flex-direction:column;gap:2rem;align-items:stretch}.waitlist-stat{align-items:flex-start;text-align:left}.waitlist-stats .container{max-width:100%}}@media (max-width:1024px){.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}.app-content{grid-template-columns:1fr;gap:2rem}.footer-content{grid-template-columns:1fr;gap:2rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:768px){.nav-menu{display:none}.hamburger{display:flex}.language-selector{margin-right:1rem;order:-1;flex-wrap:wrap;gap:.25rem}.lang-btn{font-size:.8rem;padding:.4rem .8rem;min-width:2.5rem}.nav-container{flex-wrap:wrap}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons .btn{width:100%;max-width:300px}.features-grid{grid-template-columns:1fr}.focus-features{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.footer-stats{flex-direction:column;gap:1rem}.hexagon-container{width:250px;height:250px}.timer-display{font-size:2rem}.phone-mockup{width:250px;height:500px}}@media (max-width:480px){.container{padding:0 16px}section{padding:80px 0}.hero{min-height:85vh;padding:100px 0 60px 0}.hexagon-container{width:220px;height:220px}.timer-display{font-size:1.75rem}.phone-mockup{width:220px;height:440px}.app-timer{font-size:2.25rem}.control-btn{width:52px;height:52px;font-size:1.25rem}.feature-card{padding:2rem 1.5rem}}@media (prefers-reduced-motion:no-preference){.feature-card,.focus-feature,.step{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.feature-card:first-child{animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.focus-feature:first-child{animation-delay:.1s}.focus-feature:nth-child(2){animation-delay:.2s}.focus-feature:nth-child(3){animation-delay:.3s}.step:first-child{animation-delay:.1s}.step:nth-child(2){animation-delay:.2s}.step:nth-child(3){animation-delay:.3s}}.language-selector{display:flex;gap:.5rem;margin-right:1rem}.lang-btn{padding:.5rem 1rem;border:2px solid #d1d5db;border-radius:8px;background:#fff;color:var(--text-dark);font-size:.9rem;font-weight:500;cursor:pointer;transition:var(--transition);min-width:3rem}.lang-btn:hover{border-color:var(--primary-color);color:var(--primary-color)}.lang-btn.active{background:var(--primary-color);border-color:var(--primary-color);color:#fff}@media (prefers-color-scheme:dark){:root{--text-dark:#ffffff;--text-light:#a0a0a0;--background-light:#1a1a1a}.header{background:rgba(26,26,26,.95)}.hero{background:linear-gradient(135deg,#1a1a1a 0,#2a2a2a 100%)}.features{background:#1a1a1a}.feature-card{background:#2a2a2a;border-color:#3a3a3a}.how-it-works{background:#1a1a1a}.mobile-app{background:#2a2a2a}.lang-btn{background:#2a2a2a;color:#fff;border-color:#3a3a3a}.lang-btn.active{background:var(--primary-color);border-color:var(--primary-color)}}.mail-icon{width:20px;height:20px;display:inline-block;vertical-align:middle;margin-right:.5rem;margin-top:-2px}@media (max-width:600px){.waitlist-stats-grid{flex-direction:column;gap:2rem;align-items:stretch}.waitlist-stat{align-items:center;text-align:center}}.footer-social-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer-social-links li{margin:0}.footer-social-icon{width:20px;height:20px;vertical-align:middle;margin-right:.5rem;object-fit:contain}.footer-section h4{margin-bottom:.5rem;font-size:1rem;color:#fff}.footer-content{display:flex;justify-content:space-between;gap:2rem;max-width:900px;margin:0 auto;padding:2rem 0 1rem 0}@media (max-width:700px){.header{padding:0}.nav-container{flex-direction:row;align-items:center;justify-content:space-between;padding:1rem 1.2rem;gap:.5rem}.logo{flex-shrink:0}.language-selector{margin-bottom:0;margin-right:.5rem}.header .join-waitlist{display:none!important}}