*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#ffd000;--secondary-color:#1a1a1a;--accent-color:#ff6b6b;--text-primary:#0a0a0a;--text-secondary:#2d2d2d;--text-light:#4a4a4a;--text-inverse:#ffffff;--background-light:#efefee;--background-white:#f0ede6;--background-subtle:#e8e4dc;--surface:#ffffff;--surface-elevated:#ffffff;--border-color:#e1e5e9;--border-strong:#d1d5db;--shadow-light:0 2px 10px rgba(0,0,0,0.1);--shadow-medium:0 4px 20px rgba(0,0,0,0.15);--shadow-heavy:0 8px 30px rgba(0,0,0,0.2);--cta-background:#ffd000;--cta-text:#0a0a0a;--cta-hover:#e6b800;--header-glass:rgba(240,237,230,0.72);--header-solid:#f0ede6;--theme-toggle-bg:#ffffff;--theme-toggle-selected-bg:#efefee;--focus-ring:rgba(255,208,0,0.45);--footer-background:#0a0a0a;--footer-text:#ffffff;--footer-text-muted:#dbdbdb;--testimonial-card:#1a1a1a;--testimonial-text:#ffffff;--surface-dark:#1a1a1a;--surface-dark-text:#ffffff;--legal-accent-surface:#1a1a1a;--legal-accent-text:#ffffff;--highlight-accent:#0a0a0a;--color-success:#0a7a2f;--color-error:#8b0000;--status-online:#4caf50;--card-gradient:linear-gradient(135deg,#ffffff,#f0ede6);--section-divider:linear-gradient(90deg,transparent,#e1e5e9 50%,transparent);--hero-panel-gradient:linear-gradient(90deg,rgba(240,237,230,1),rgba(240,237,230,0.84) 40%,rgba(240,237,230,0));--hero-panel-gradient-mobile:linear-gradient(180deg,rgba(240,237,230,0.5) 80%,rgba(240,237,230,0.6) 0);--download-section-bg:#ffd000;--download-section-text:#0a0a0a;--download-tile-bg:#ffffff;--download-tile-bg-pressed:#e9ecef;--download-tile-text:#0a0a0a;--download-tile-text-muted:#2d2d2d;--download-tile-border:#e1e5e9;--border-radius:12px;--transition:all 0.3s ease}html[data-theme=dark]{color-scheme:dark;--background-white:#141414;--background-light:#1a1a1a;--background-subtle:#1f1f1f;--surface:#1a1a1a;--surface-elevated:#1f1f1f;--theme-toggle-bg:rgba(10,10,10,0.78);--theme-toggle-selected-bg:#1f1f1f;--legal-accent-surface:#f0ede6;--legal-accent-text:#0a0a0a;--download-tile-bg:#1a1a1a;--download-tile-bg-pressed:#2e2e2e;--download-tile-text:#f5f5f5;--download-tile-text-muted:#c8c8c8;--download-tile-border:#2e2e2e}body,html{overflow-x:hidden;width:100%;position:relative}body{font-family:Roboto,Sansation,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--background-white)}@media (hover:none) and (pointer:coarse){body,html{overflow-x:hidden;max-width:100vw;position:relative}body{touch-action:pan-y pinch-zoom}*{max-width:100%}}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header-nav{position:absolute;top:0;width:100%;background:transparent;z-index:1000;transition:background .3s ease,color .3s ease,box-shadow .3s ease,border-color .3s ease}@media (prefers-reduced-motion:reduce){.header-nav{transition:none}}.header-nav.solid{background:var(--header-solid);box-shadow:var(--shadow-light)}.header-link-waitlist{color:var(--highlight-accent)!important;font-weight:700}.theme-toggle{gap:2px;padding:3px;border-radius:999px;border:1px solid var(--border-color);background:var(--theme-toggle-bg)}.theme-toggle,.theme-toggle-option{display:inline-flex;align-items:center}.theme-toggle-option{gap:6px;padding:6px 12px;border:none;border-radius:999px;background:transparent;color:var(--text-light);font-family:inherit;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .3s ease,color .3s ease,box-shadow .3s ease}.theme-toggle-option:hover{color:var(--text-primary)}.theme-toggle-option.selected{background:var(--theme-toggle-selected-bg);color:var(--text-primary);box-shadow:var(--shadow-light)}.theme-toggle-option:focus-visible{outline:none;box-shadow:0 0 0 2px var(--focus-ring)}.theme-toggle-icon{display:inline-flex;align-items:center;line-height:0}@media (prefers-reduced-motion:reduce){.theme-toggle-option{transition:none}}@media (max-width:767px){.theme-toggle-label{display:none}.theme-toggle-option{padding:6px 9px}}.header-container{max-width:1200px;margin:0 auto;padding:40px 20px 0;justify-content:space-between;height:60px}.header-container,.header-logo{display:flex;align-items:center}.header-logo{z-index:1001}.header-logo-link{display:flex;align-items:center;gap:8px;text-decoration:none}.header-logo .logo{width:60px;height:60px}.header-logo .logo-text{height:20px;width:auto}.mobile-menu-backdrop{display:none}.header-links{display:flex;gap:2rem;align-items:center}.header-link{text-decoration:none;color:var(--text-primary);font-weight:500;font-size:1rem;transition:var(--transition);position:relative}.header-link:hover{color:var(--text-secondary)}.header-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-color);transition:var(--transition)}.header-link:hover:after{width:100%}.download-link{background:var(--cta-background);color:var(--cta-text)!important;padding:8px 16px;border-radius:8px;font-weight:600;margin-left:1rem;transition:background .3s ease,color .3s ease,box-shadow .3s ease,transform .18s ease}.download-link:hover{background:var(--cta-hover);color:var(--cta-text)!important}@media (prefers-reduced-motion:reduce){.download-link{transition:none}}.download-link:after{display:none}.desktop-download-btn{display:inline-block;background:var(--cta-background);color:var(--cta-text)!important;padding:8px 16px;border-radius:8px;font-weight:600;text-decoration:none;transition:var(--transition)}.desktop-download-btn:hover{background:var(--cta-hover);color:var(--cta-text)!important}.mobile-download-btn{display:none;background:var(--cta-background);color:var(--cta-text)!important;padding:8px 16px;border-radius:8px;font-weight:600;font-size:.9rem;text-decoration:none;transition:var(--transition)}.mobile-download-btn:hover{background:var(--cta-hover);color:var(--cta-text)!important}.header-mobile-controls{display:none;align-items:center;gap:1rem}.mobile-menu-toggle{display:none;flex-direction:column;cursor:pointer;padding:5px;z-index:1001;border:none;background:transparent}.unsubscribe-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--background-light);padding:24px}.unsubscribe-card{max-width:560px;width:100%;background:var(--surface);border-radius:14px;box-shadow:var(--shadow-medium);padding:28px;text-align:center;color:var(--text-primary)}.unsubscribe-card a{color:var(--primary-color);font-weight:600}.unsubscribe-card a:hover{color:var(--highlight-accent)}.unsubscribe-status{margin-top:14px;min-height:1.3em}.mobile-menu-toggle span{width:25px;height:3px;background:var(--text-primary);margin:3px 0;transition:var(--transition);border-radius:2px}.mobile-menu-toggle.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.hero{padding:120px 0 80px;background:var(--background-white);min-height:100vh;display:flex;align-items:center;position:relative}.hero:before{content:"";position:absolute;inset:0;background-image:url(/assets/map.png);background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:.5;z-index:0;pointer-events:none;-webkit-mask-image:radial-gradient(ellipse 70% 70% at 40% 50%,rgba(0,0,0,1) 40%,rgba(0,0,0,0) 90%);mask-image:radial-gradient(ellipse 70% 70% at 40% 50%,rgba(0,0,0,1) 40%,rgba(0,0,0,0) 90%)}.hero>*{position:relative;z-index:1}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;flex-direction:row;gap:4rem;align-items:center;min-height:80vh}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:var(--secondary-color);letter-spacing:-.02em}.hero-subtitle{font-size:1.4rem;color:var(--text-secondary);margin-bottom:3rem;line-height:1.5;font-weight:400}.highlight-yellow{color:var(--highlight-accent)}.hero-cta{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.hero-content{background:var(--hero-panel-gradient);border-radius:16px;padding:16px 18px;box-shadow:0 14px 40px rgba(0,0,0,.16);margin-left:0;transform:translateX(96px);max-width:520px;flex:1 1}.hero-note{font-size:1rem;color:var(--text-secondary);font-weight:400;margin:0}.app-store-buttons{display:flex;gap:1rem;flex-wrap:wrap}.store-btn{display:inline-block;transition:var(--transition)}.store-btn:hover{transform:translateY(-2px)}.store-btn img{height:50px;width:auto;border-radius:8px;box-shadow:var(--shadow-light);transition:var(--transition)}.store-btn:hover img{box-shadow:var(--shadow-medium)}.btn{display:inline-block;padding:15px 30px;border-radius:var(--border-radius);text-decoration:none;font-weight:600;font-size:1rem;transition:var(--transition);border:2px solid transparent;cursor:pointer}.btn-primary,.btn-primary-cta{background:var(--cta-background);color:var(--cta-text);border-color:var(--cta-background);font-weight:700}.btn-primary-cta:hover,.btn-primary:hover{background:var(--cta-hover);color:var(--cta-text);transform:translateY(-2px);box-shadow:var(--shadow-medium)}.btn-secondary{background:transparent;color:var(--text-primary);border-color:var(--text-primary);font-weight:600}.btn-secondary:hover{background:var(--text-primary);color:var(--text-inverse);transform:translateY(-2px)}.phone-mockup-stack{position:relative;width:clamp(460px,34vw,620px);max-width:min(620px,100%)}.phone-screen-placeholder{position:absolute;top:7.7%;right:30.1%;bottom:7.7%;left:30.1%;background:var(--primary-color);border-radius:12%;display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:1}.phone-screen-logo{width:76%;height:auto;object-fit:contain}.phone-screen-brand{width:76%;display:flex;flex-direction:column;align-items:center;gap:14px}.phone-screen-logo-main{width:52%}.phone-screen-logo-submark{width:100%}.phone-mockup-img{position:relative;width:100%;height:auto;max-width:100%;display:block;z-index:5;filter:drop-shadow(0 10px 24px rgba(0,0,0,.25))}.hero-image{position:relative;z-index:5;padding:20px 60px;flex:0 0 auto;display:flex;justify-content:center}.floating-elements{position:absolute;top:0;left:14%;right:14%;bottom:0;pointer-events:none;z-index:10}.floating-card{position:absolute;background:var(--background-white);border-radius:12px;padding:12px 16px;box-shadow:var(--shadow-medium);display:flex;align-items:center;gap:8px;animation:float 3s ease-in-out infinite}.floating-card.card-1{top:17%;right:-6px;animation-delay:0s}.floating-card.card-2{bottom:38%;left:-8px;animation-delay:1s}.floating-card.card-3{bottom:10%;right:-4px;animation-delay:2s}.card-icon{font-size:1.2rem;color:var(--highlight-accent)}.card-text{display:flex;flex-direction:column}.card-title{font-size:.8rem;font-weight:600;color:var(--text-primary);line-height:1.2}.card-subtitle{font-size:.7rem;color:var(--text-secondary);line-height:1.2}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.features{padding:100px 0;background:var(--background-white)}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:3rem;font-weight:800;margin-bottom:1rem;color:var(--text-primary);letter-spacing:-.02em}.section-subtitle{font-size:1.2rem;color:var(--text-secondary);font-weight:400}.features-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.feature-steps{display:flex;flex-direction:column;gap:2.5rem}.feature-step{display:flex;gap:1.5rem;align-items:flex-start}.step-number{background:var(--primary-color);color:var(--cta-text);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;flex-shrink:0}.step-content h3{font-size:1.4rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.step-content p{color:var(--text-secondary);line-height:1.6;font-size:1rem}.features-image{display:flex;justify-content:center;align-items:center}.feature-visual{position:relative;width:100%;max-width:400px}.visual-card{background:var(--card-gradient);border-radius:20px;padding:2rem;box-shadow:var(--shadow-heavy);border:1px solid var(--border-color)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.card-header h4{font-size:1.2rem;font-weight:600;color:var(--text-primary)}.status-dot{width:12px;height:12px;border-radius:50%;background:var(--status-online);animation:pulse 2s infinite}.card-stats{display:flex;gap:2rem;margin-bottom:1.5rem}.stat-item{text-align:center}.stat-number{display:block;font-size:1.5rem;font-weight:700}.stat-label{font-size:.9rem}.card-actions{display:flex;gap:1rem}.action-btn{flex:1 1;padding:12px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:var(--transition)}.action-btn.primary{background:var(--accent-color);color:white}.action-btn.secondary{background:var(--primary-color);color:var(--cta-text)}.simple-powerful{padding:100px 0;background:var(--background-white)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.feature-card{background:var(--background-white);border:1px solid var(--border-color);border-radius:16px;padding:2rem;text-align:center;transition:var(--transition)}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium);border-color:var(--primary-color)}.feature-icon{font-size:2.5rem;margin-bottom:1rem;display:block;color:var(--highlight-accent)}.feature-card h3{font-size:1.2rem;font-weight:600;color:var(--text-primary);margin:0}.stats-section{padding:100px 0;background:var(--background-light)}.stats-header{text-align:center;margin-bottom:4rem}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem;gap:3rem;text-align:center}.stat-item{padding:2rem;background:var(--background-white);border-radius:16px;box-shadow:var(--shadow-light);transition:var(--transition)}.stat-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium)}.stat-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.stat-icon,.stat-number{color:var(--highlight-accent)}.stat-number{font-size:3.5rem;font-weight:800;margin-bottom:.5rem;line-height:1;letter-spacing:-.02em}.stat-label{font-size:1.1rem;color:var(--text-secondary);font-weight:500}.testimonials{padding:100px 0;background:var(--background-white)}.testimonials .section-title{text-align:center;font-size:3rem;font-weight:800;margin-bottom:1rem;color:var(--text-primary);letter-spacing:-.02em}.testimonials-subtitle{text-align:center;font-size:1.2rem;color:var(--text-secondary);margin-bottom:4rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.testimonial-card{background:var(--testimonial-card);border-radius:16px;padding:2rem;box-shadow:var(--shadow-light);border:1px solid var(--border-color);transition:var(--transition)}.testimonial-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium)}.testimonial-content h4{font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:var(--primary-color)}.testimonial-content p{color:var(--testimonial-text);line-height:1.6;margin-bottom:1.5rem;font-size:1rem}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-info{flex:1 1}.author-name{font-weight:600;color:var(--testimonial-text);margin-bottom:.25rem}.author-rating{color:var(--primary-color);font-size:1rem}.download{padding:100px 0;background:var(--download-section-bg);color:var(--download-section-text);text-align:center}.download-content h2{font-size:3rem;font-weight:800;margin-bottom:1rem;letter-spacing:-.02em}.download-content p{font-size:1.3rem;margin-bottom:3rem;color:var(--download-section-text);font-weight:400}.download-content p strong{color:var(--download-section-text);font-weight:600}.download-buttons{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.download .download-btn{display:inline-block;background:var(--download-tile-bg);color:var(--download-tile-text);padding:20px 30px;border-radius:var(--border-radius);text-decoration:none;transition:transform .15s ease,background .2s ease,box-shadow .2s ease;box-shadow:0 2px 10px rgba(0,0,0,.12);min-width:200px;border:1px solid var(--download-tile-border)}.download .download-btn:hover{transform:translateY(-3px);box-shadow:0 4px 16px rgba(0,0,0,.14)}.download .download-btn.is-pressed{background:var(--download-tile-bg-pressed)}.download .download-btn .btn-content{display:flex;align-items:center;gap:15px}.download .download-btn .btn-icon{display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;width:120px;height:64px}.download .download-btn .btn-icon img{display:block;max-width:100%;max-height:100%;object-fit:contain}.download .download-btn .btn-text{text-align:left;color:var(--download-tile-text)}.download .download-btn .btn-title{display:block;font-size:.9rem;font-weight:500;color:var(--download-tile-text-muted)}.download .download-btn .btn-subtitle{display:block;font-size:1.2rem;font-weight:700;color:var(--download-tile-text);line-height:1.1}.download-info p{color:var(--download-section-text);font-size:1rem}@media (max-width:767px){.download{padding:64px 0 72px}.download-content h2{font-size:clamp(1.5rem,5.5vw,2rem);line-height:1.2;margin-bottom:.85rem;padding:0 10px}.download-buttons{flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:1.25rem;padding:0 4px;max-width:320px;margin-left:auto;margin-right:auto}.download .download-btn{width:100%;max-width:none;min-width:0;margin:0;padding:12px 14px;border-radius:10px}.download .download-btn .btn-content{flex-direction:row;align-items:center;justify-content:center;gap:10px}.download .download-btn .btn-icon{width:96px;height:48px;overflow:visible}.download .download-btn .btn-icon img{height:56px;width:auto;max-height:none}.download .download-btn .btn-text{text-align:center;min-width:0}.download .download-btn .btn-title{font-size:.78rem}.download .download-btn .btn-subtitle{font-size:1.05rem}.download-info p{font-size:.875rem;line-height:1.45;padding:0 12px}}@media (max-width:480px){.download{padding:56px 0 64px}.download-content h2{font-size:1.4rem}.download-buttons{max-width:100%}.download .download-btn{padding:10px 12px}.download .download-btn .btn-icon{width:84px;height:42px;overflow:visible}.download .download-btn .btn-icon img{height:50px;max-height:none}.download .download-btn .btn-title{font-size:.72rem}.download .download-btn .btn-subtitle{font-size:.95rem}.download-info p{font-size:.8125rem}}.email-collection{padding:80px 0;background:var(--background-light)}.email-collection--cta{background:var(--cta-background);color:var(--cta-text)}.email-collection--cta .email-content,.email-collection--cta .email-content h2,.email-collection--cta .email-content p{color:var(--cta-text)}.email-content{text-align:center;max-width:600px;margin:0 auto}.email-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.email-content p{font-size:1.2rem;color:var(--text-secondary);margin-bottom:2.5rem;line-height:1.6}.email-form{margin-bottom:1rem}.email-input-group{display:flex;gap:1rem;margin-bottom:1rem;max-width:500px;margin-left:auto;margin-right:auto}.email-input-group input{flex:1 1;padding:15px 20px;border:2px solid var(--border-color);border-radius:var(--border-radius);font-size:1rem;transition:var(--transition);font-family:inherit}.email-input-group input:focus{outline:none;border-color:var(--primary-color)}.email-input-group .btn{padding:15px 30px;white-space:nowrap}.email-disclaimer{font-size:.9rem;color:var(--text-light);margin:0}.footer{background:var(--footer-background);color:var(--footer-text);padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:1fr 2fr;grid-gap:3rem;gap:3rem;margin-bottom:2rem}.footer-logo h3{color:var(--primary-color);font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.footer-logo p{color:var(--footer-text-muted)}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.footer-column h4{font-weight:600;margin-bottom:1rem;color:var(--footer-text)}.footer-column a{display:block;color:var(--footer-text-muted);text-decoration:none;margin-bottom:.5rem;transition:var(--transition)}.footer-column a:hover{color:var(--primary-color)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--border-strong);color:var(--footer-text-muted)}@media (min-width:1200px){.container{max-width:1400px}.hero-container{gap:6rem}.hero-title{font-size:4rem}.section-title{font-size:3.5rem}}@media (max-width:1199px){.hero-container{gap:3rem}.hero-title{font-size:3.2rem}.section-title{font-size:2.8rem}.features-content{gap:3rem}}@media (max-width:1023px){.container{padding:0 30px}.hero-container{flex-direction:column;text-align:center;gap:3rem;min-height:auto;padding:2rem 0}.hero-title{font-size:3rem;margin-bottom:1rem}.hero-subtitle{font-size:1.3rem;margin-bottom:2rem}.hero-content{order:1;max-width:600px;margin:0 auto;transform:none}.hero-image{order:2;margin:0;min-width:auto}.phone-mockup-stack{width:clamp(300px,52vw,430px);max-width:min(430px,100%)}.features-content{grid-template-columns:1fr;text-align:center;gap:3rem}.feature-step{flex-direction:row;text-align:left;gap:1.5rem}.stats-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.testimonials-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:repeat(3,1fr)}.footer-content{grid-template-columns:1fr 1fr;gap:2rem}.footer-links{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.header-nav{position:fixed;top:0;left:0;right:0;background:var(--header-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color)}.header-nav.scrolled,.header-nav.solid{background:var(--header-solid)}.header-nav.scrolled:not(.solid){box-shadow:var(--shadow-light)}.header-container{padding:10px 16px 0;min-height:56px;height:56px}.header-logo .logo{width:44px;height:44px}.header-logo .logo-text{height:18px;width:auto}.mobile-menu-backdrop{display:block;position:fixed;inset:0;border:none;padding:0;margin:0;background:rgba(0,0,0,.45);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;z-index:998;cursor:pointer}.mobile-menu-backdrop.active{opacity:1;visibility:visible}.header-mobile-controls{display:flex;gap:.25rem}.mobile-menu-toggle{display:flex;position:static;top:auto;right:auto;z-index:1001}.header-links{position:fixed;top:56px;left:0;width:min(100%,320px);height:calc(100dvh - 56px);background:var(--header-solid);flex-direction:column;justify-content:flex-start;align-items:stretch;padding:1.25rem 1rem 1.5rem;gap:.25rem;transform:translateX(-100%);transition:transform .28s ease;z-index:999;overflow-y:auto;box-shadow:4px 0 24px rgba(0,0,0,.12)}.header-links.active{transform:translateX(0)}.header-link{font-size:1.05rem;padding:.85rem 1rem;text-align:left;border-radius:10px}.header-link:hover{background:var(--background-light)}.header-link:after{display:none}.header-links .download-link{margin-left:0;margin-top:.75rem;text-align:center;padding:12px 16px;width:100%;align-self:stretch}.header-links .theme-toggle{align-self:center;margin-top:.75rem}.container{padding:0 20px}.hero{min-height:auto;padding:80px 0 48px;align-items:flex-start}.hero-container{flex-direction:column;text-align:center;gap:1.5rem;padding:0 16px;min-height:auto}.hero-title{font-size:clamp(1.85rem,7.5vw,2.5rem);line-height:1.15;margin-bottom:1rem}.hero-subtitle{font-size:1.05rem;margin-bottom:1.5rem;line-height:1.45}.app-store-buttons{width:100%;justify-content:center;gap:.75rem}.hero-cta{align-items:center;width:100%}.store-btn{display:flex;justify-content:center}.hero-content{background:var(--hero-panel-gradient-mobile)!important;border-radius:16px!important;padding:20px 18px!important;box-shadow:0 14px 40px rgba(0,0,0,.16)!important;transform:none!important;max-width:100%!important;width:100%;text-align:center}.hero:before{opacity:.65!important;-webkit-mask-image:radial-gradient(ellipse 90% 70% at 50% 40%,rgba(0,0,0,1) 30%,rgba(0,0,0,0) 85%);mask-image:radial-gradient(ellipse 90% 70% at 50% 40%,rgba(0,0,0,1) 30%,rgba(0,0,0,0) 85%)}.floating-elements,.hero-image,.phone-mockup-img{display:none!important}.floating-card{animation:none}.section-title{font-size:2.5rem}.section-subtitle{font-size:1.1rem}.features{padding:80px 0}.feature-steps,.features-content{gap:2rem}.feature-step{flex-direction:column;text-align:center;gap:1rem}.step-number{align-self:center}.stats-grid{grid-template-columns:1fr;gap:2rem}.stat-number{font-size:3rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.email-input-group{flex-direction:column;gap:1rem}.email-input-group .btn{width:100%}.footer-content{grid-template-columns:1fr;text-align:center;gap:2rem}.footer-logo{display:flex;flex-direction:column;align-items:center}.footer-links{grid-template-columns:1fr;text-align:center}.simple-powerful,.stats-section,.testimonials{padding:80px 0}}@media (max-width:480px){.container{padding:0 15px}.header-container{padding:8px 12px 0}.header-logo .logo{width:38px;height:38px}.header-logo .logo-text{height:16px}.hero{padding:72px 0 36px}.hero-container{padding:0 12px;gap:1.25rem}.hero-title{font-size:1.75rem;line-height:1.2}.hero-subtitle{font-size:.98rem;margin-bottom:1.25rem}.hero-content{padding:16px 14px!important}.store-btn img{height:42px}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.btn{padding:12px 24px;font-size:.9rem}.features-grid{grid-template-columns:1fr;gap:1rem}.feature-card{padding:1.5rem}.feature-icon{font-size:2rem;color:var(--highlight-accent)}.feature-card h3{font-size:1.1rem}.stat-number{font-size:2.5rem}.btn-icon{font-size:1.5rem;color:var(--highlight-accent)}.btn-text{font-size:.9rem}.btn-title{font-size:.8rem}.btn-subtitle{font-size:1rem}}@media (max-width:320px){.hero-title,.section-title{font-size:1.8rem}.store-btn img{height:40px}}.legal-page-header h1{font-size:3rem;font-weight:800;margin-bottom:1rem;color:var(--text-primary);letter-spacing:-.02em}.legal-page-header p{font-size:1.2rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.legal-toc{background:var(--legal-accent-surface);border-radius:16px;padding:32px 36px;margin-bottom:3rem;box-shadow:var(--shadow-heavy)}.legal-toc h2{color:var(--legal-accent-text);margin-bottom:8px;font-size:1.4rem;font-weight:700}.toc-links{display:flex;flex-direction:column;gap:0}.toc-link{display:flex;align-items:center;gap:12px;color:var(--primary-color);text-decoration:none;font-weight:500;padding:16px 0;border-bottom:1px solid var(--border-strong);transition:var(--transition)}.toc-link:last-child{border-bottom:none}.toc-link:hover{color:var(--highlight-accent)}.toc-link:hover .toc-label{transform:translateX(4px)}.toc-icon{font-size:1.3rem;flex-shrink:0;width:28px;text-align:center}.toc-label{font-size:1.05rem;transition:transform .2s ease}.legal-card{background:var(--surface);border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,.06);border:1px solid var(--border-color);margin-bottom:48px;overflow:hidden;transition:box-shadow .25s ease}.legal-card:hover{box-shadow:0 4px 24px rgba(0,0,0,.1)}.legal-card-body{padding:32px 36px 40px;line-height:1.85;color:var(--text-secondary)}.legal-card-body h3{color:var(--text-primary);font-size:1.18rem;font-weight:700;margin:2.8rem 0 1rem;padding:0 0 .5rem 14px;border-left:3px solid var(--primary-color)}.legal-card-body h3:first-child{margin-top:0}.legal-card-body p{margin-bottom:1.4rem;font-size:1rem;line-height:1.85}.legal-card-body ul{margin-bottom:1.5rem;padding-left:0;list-style:none}.legal-card-body li{position:relative;padding-left:26px;margin-bottom:.6rem;line-height:1.85}.legal-card-body li:last-child{margin-bottom:0}.legal-card-body li:before{content:"";position:absolute;left:4px;top:11px;width:8px;height:8px;border-radius:50%;background:var(--primary-color)}.legal-contact-box{background:var(--background-light);border-radius:12px;padding:2rem;margin:1.5rem 0}.legal-contact-box h3{border-left:none;padding-left:0;margin-top:0;margin-bottom:1rem}.legal-contact-box p{margin-bottom:.5rem}.legal-section-header{display:flex;align-items:center;gap:16px;background:var(--legal-accent-surface);border-radius:14px;padding:24px 28px;margin-bottom:2rem;box-shadow:var(--shadow-light)}.legal-section-icon{font-size:2rem;flex-shrink:0;width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:rgba(255,208,0,.12);border-radius:12px}.legal-section-title{font-size:1.6rem;font-weight:700;color:var(--legal-accent-text);margin:0 0 4px}.legal-date-badge{display:inline-block;font-size:.78rem;font-weight:600;color:var(--primary-color);background:rgba(255,208,0,.1);border:1px solid rgba(255,208,0,.25);padding:3px 12px;border-radius:100px;letter-spacing:.02em}@media (min-width:1024px){.legal-content-wrapper{max-width:800px;margin:0 auto;padding:0 2rem}.legal-text{text-align:left}.legal-text p{max-width:700px}.legal-text ul{max-width:600px}.legal-text li,.legal-text ul{text-align:left}}@media (max-width:767px){.legal-section-header{padding:18px 20px;gap:12px}.legal-section-icon{width:42px;height:42px;font-size:1.5rem;border-radius:10px}.legal-section-title{font-size:1.25rem}.legal-toc{padding:24px 20px}.legal-card-body{padding:24px 22px 32px}}@media (min-width:768px){@keyframes downloadFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.download .download-btn{animation:downloadFloat 4.5s ease-in-out infinite;will-change:transform}.download .btn-icon{width:160px!important;height:80px!important}.download .download-btn .btn-icon img{height:80px!important;width:auto}}.subscribe-page{padding:120px 0 80px;min-height:60vh;background:var(--background-light)}.subscribe-container{max-width:900px}.subscribe-header{text-align:center;max-width:640px;margin:0 auto 40px}.subscribe-eyebrow{display:inline-block;font-weight:700;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--highlight-accent,var(--accent-color));margin-bottom:12px}.subscribe-header h1{font-family:Sansation,sans-serif;font-size:2.5rem;line-height:1.15;margin-bottom:14px;color:var(--text-primary)}.subscribe-header p{color:var(--text-secondary);margin-bottom:0;font-size:1.05rem}.subscribe-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px;margin-bottom:32px}.subscribe-benefit{background:var(--background-white);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow-light);padding:24px}.subscribe-benefit-icon{font-size:1.75rem;line-height:1;display:block;margin-bottom:12px}.subscribe-benefit h3{font-size:1.1rem;margin-bottom:8px;color:var(--text-primary)}.subscribe-benefit p{color:var(--text-secondary);font-size:.95rem;margin:0}.subscribe-plans-section{background:var(--background-white);border-radius:var(--border-radius);box-shadow:var(--shadow-light);padding:28px;margin-bottom:24px}.subscribe-plans-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.subscribe-plans-header h2{font-size:1.35rem;margin:0}.subscribe-link-btn{background:none;border:none;color:var(--text-secondary);font:inherit;cursor:pointer;text-decoration:underline;padding:4px}.subscribe-link-btn:disabled{opacity:.5;cursor:not-allowed}.subscribe-plans-empty,.subscribe-plans-loading{color:var(--text-secondary)}.subscribe-plans-empty{display:grid;grid-gap:16px;gap:16px;justify-items:start}.subscribe-plan-list{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px;margin:0;padding:0}.subscribe-plan-card{position:relative;display:flex;flex-direction:column;gap:6px;border:1px solid var(--border-color);border-radius:var(--border-radius);padding:24px 20px}.subscribe-plan-card.is-popular{border-color:var(--accent-color,var(--cta-background));box-shadow:var(--shadow-medium)}.subscribe-plan-badge{position:absolute;top:-12px;left:20px;background:var(--cta-background);color:var(--cta-text);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:4px 10px;border-radius:32px}.subscribe-plan-card h3{font-size:1.1rem;margin:0;color:var(--text-primary)}.subscribe-plan-price{font-size:1.6rem;font-weight:800;color:var(--text-primary);margin:4px 0}.subscribe-plan-description{color:var(--text-secondary);font-size:.9rem;margin:0 0 12px;flex:1 1}.subscribe-plan-card .subscribe-btn{width:100%;text-align:center}.subscribe-premium-active{background:var(--background-white);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow-light);padding:32px;margin-bottom:24px;text-align:center}.subscribe-premium-badge{display:inline-block;background:color-mix(in srgb,var(--color-success) 14%,var(--background-white));color:var(--color-success);font-weight:700;font-size:.8rem;letter-spacing:.04em;text-transform:uppercase;padding:6px 14px;border-radius:32px;margin-bottom:16px}.subscribe-premium-active h2{font-size:1.5rem;margin-bottom:10px}.subscribe-premium-active>p{color:var(--text-secondary);max-width:460px;margin:0 auto 20px}.subscribe-premium-meta{list-style:none;display:grid;grid-gap:10px;gap:10px;max-width:360px;margin:0 auto 24px;padding:0}.subscribe-premium-meta li{display:flex;justify-content:space-between;gap:16px;padding-bottom:8px;border-bottom:1px solid var(--border-color)}.subscribe-premium-meta span{color:var(--text-secondary)}.subscribe-premium-active .subscribe-actions{justify-content:center}.subscribe-auth-anchor{scroll-margin-top:100px}.subscribe-alert{padding:16px 20px;border-radius:var(--border-radius);margin-bottom:24px}.subscribe-alert-error{background:color-mix(in srgb,var(--color-error) 8%,var(--background-white));border:1px solid color-mix(in srgb,var(--color-error) 35%,transparent);color:var(--color-error)}.subscribe-alert-success{background:color-mix(in srgb,var(--color-success) 8%,var(--background-white));border:1px solid color-mix(in srgb,var(--color-success) 35%,transparent);color:var(--color-success)}.subscribe-packages-section,.subscribe-paywall-section,.subscribe-status-card{background:var(--background-white);border-radius:var(--border-radius);box-shadow:var(--shadow-light);padding:28px;margin-bottom:24px}.subscribe-packages-section h2,.subscribe-paywall-section h2,.subscribe-status-card h2{font-size:1.35rem;margin-bottom:16px}.subscribe-status-list{list-style:none;display:grid;grid-gap:12px;gap:12px;margin-bottom:20px}.subscribe-status-list li{display:flex;justify-content:space-between;align-items:baseline;gap:16px;flex-wrap:wrap;padding-bottom:8px;border-bottom:1px solid var(--border-color)}.subscribe-status-list code{font-size:.8rem;word-break:break-all}.subscribe-actions{display:flex;flex-wrap:wrap;gap:12px}.subscribe-btn{border:none;border-radius:32px;padding:12px 24px;font-weight:600;cursor:pointer;transition:var(--transition);font-family:inherit}.subscribe-btn:disabled{opacity:.6;cursor:not-allowed}.subscribe-btn-primary{background:var(--cta-background);color:var(--cta-text)}.subscribe-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:var(--shadow-light)}.subscribe-btn-secondary{background:var(--background-light);color:var(--text-primary);border:1px solid var(--border-color)}.subscribe-checkout-mount,.subscribe-paywall-mount{margin-top:20px;min-height:48px}.subscribe-package-list{list-style:none;display:grid;grid-gap:16px;gap:16px}.subscribe-package-card{border:1px solid var(--border-color);border-radius:var(--border-radius);padding:20px}.subscribe-package-card h3{margin-bottom:8px}.subscribe-package-price{font-size:1.25rem;font-weight:700;margin:12px 0}.subscribe-package-meta{font-size:.875rem;color:var(--text-light);margin-bottom:16px}.subscribe-products-details{background:var(--background-white);border-radius:var(--border-radius);padding:20px 28px;box-shadow:var(--shadow-light)}.subscribe-products-details ul{margin-top:12px;padding-left:20px}.subscribe-products-details li{margin-bottom:6px}.subscribe-auth-card,.subscribe-redemption-card{background:var(--background-white);border-radius:var(--border-radius);padding:28px 32px;margin-bottom:24px;box-shadow:var(--shadow-light)}.subscribe-auth-card h2,.subscribe-redemption-card h2{margin-bottom:12px;font-size:1.35rem}.subscribe-auth-form{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px;max-width:520px}.subscribe-auth-form input{flex:1 1 220px;min-width:0;padding:12px 14px;border:1px solid var(--border-color,#e5e5e5);border-radius:8px;font-size:1rem}.subscribe-auth-email{font-size:.95rem;color:var(--text-secondary,#555);margin:8px 0 16px}.subscribe-auth-error{color:var(--color-error);margin-top:12px}.subscribe-auth-success{color:var(--color-success);margin-top:12px}.subscribe-redemption-qr{display:block;margin:16px 0;border-radius:8px}.subscribe-redemption-link{word-break:break-all;font-size:.9rem}