@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,300;12..96,400;12..96,500;12..96,600;12..96,700;12..96,800&display=swap";.navbar{position:sticky;top:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 1px 3px #0000000a}[data-theme=dark] .navbar{background:#0b0b0cf2;border-bottom-color:#ffffff0f}.navbar-inner{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2rem;max-width:1400px;margin:0 auto;min-height:80px}.navbar-brand{display:flex;align-items:center;gap:.625rem;text-decoration:none;transition:opacity .2s ease}.navbar-brand:hover{opacity:.8}.brand-logo{width:40px;height:40px;object-fit:contain;border-radius:8px}.brand-text{font-family:Bricolage Grotesque,Inter,sans-serif;font-size:1.75rem;font-weight:700;letter-spacing:-.02em}.nav-links{display:flex;align-items:center;gap:2.5rem;position:absolute;left:50%;transform:translate(-50%)}.nav-links a{text-decoration:none;color:var(--text-primary);font-weight:500;font-size:1rem;transition:all .2s ease;position:relative;padding:.625rem .5rem;min-height:44px;display:inline-flex;align-items:center}.nav-links a:hover,.nav-links a.active{color:var(--primary-color)}.nav-actions{display:flex;align-items:center;gap:1rem}.nav-download-btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.5rem;background:var(--primary-gradient);color:#fff;border-radius:12px;font-weight:600;font-size:.9375rem;transition:all .2s ease;cursor:pointer;text-decoration:none;border:none;box-shadow:0 2px 8px #5ab2ff40}.nav-download-btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #5ab2ff59}.theme-toggle{background:transparent;border:1px solid #6b7280;border-radius:10px;width:44px;height:44px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;outline:none;color:#6b7280}.theme-toggle.dark-mode{color:#fbbf24;background:#fbbf241a;border-color:#fbbf24}.theme-toggle:hover{transform:scale(1.05);background:#00000005}.theme-toggle.dark-mode:hover{background:#fbbf2426}.theme-toggle:focus{outline:none}.theme-icon{width:24px;height:24px;transition:all .3s ease}.theme-toggle:hover .theme-icon{transform:rotate(180deg)}.menu-toggle{display:none;background:transparent;border:1px solid var(--border-color);border-radius:8px;width:44px;height:44px;cursor:pointer;transition:all .2s ease;align-items:center;justify-content:center;color:var(--text-primary)}.menu-toggle:hover{background:var(--background-secondary);transform:scale(1.05)}.menu-icon{width:24px;height:24px;transition:all .2s ease}@media (max-width: 968px){.navbar-inner{padding:.75rem 1rem}.menu-toggle{display:flex}.nav-links{position:fixed;top:64px;left:0;right:0;background:var(--background);border-bottom:1px solid var(--border-color);flex-direction:column;align-items:stretch;padding:.75rem;gap:0;transform:none;transition:all .25s ease;box-shadow:0 4px 12px #00000014;transform:translateY(-100%);opacity:0;pointer-events:none}.nav-links.open{transform:translateY(0);opacity:1;pointer-events:all}.nav-links a{padding:.875rem 1rem;text-align:left;border-radius:8px}.nav-links a:hover{background:var(--background-secondary)}.nav-download-btn{display:none}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:4rem 0 6rem;overflow:hidden;background:var(--background)}.hero-bg-decoration{position:absolute;top:-10%;right:-10%;width:60%;height:120%;background:var(--background);pointer-events:none;z-index:0}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{max-width:600px}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#5ab2ff1a,#3d9fe81a);border:1px solid rgba(90,178,255,.2);border-radius:100px;font-size:.875rem;font-weight:600;color:var(--primary-color);margin-bottom:2rem}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;color:var(--text-primary);margin-bottom:1.5rem;font-family:Bricolage Grotesque,Inter,sans-serif;letter-spacing:-.03em}.hero-highlight{background:var(--text-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.hero-description{font-size:1.125rem;line-height:1.7;color:var(--text-secondary);margin-bottom:2.5rem;max-width:540px}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.download-btn{display:inline-flex;align-items:center;padding:.75rem 1.25rem;border-radius:10px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:Inter,sans-serif;border:2px solid;position:relative;overflow:hidden;cursor:pointer}.download-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.download-btn:hover:before{left:100%}.download-btn-ios{background:linear-gradient(135deg,#000,#1a1a1a);border-color:#333;color:#fff}.download-btn-ios:hover{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-color:#4a4a4a;transform:translateY(-2px);box-shadow:0 10px 25px #0003}.download-btn-android{background:#fff;border-color:#e5e7eb;color:#1f2937}.download-btn-android:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}.download-btn-content{display:flex;align-items:center;gap:.75rem;position:relative;z-index:1}.download-icon{width:30px;height:30px;flex-shrink:0}.download-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.download-label{font-size:.8125rem;font-weight:400;opacity:.8}.download-store{font-size:1rem;font-weight:600;letter-spacing:-.01em}.btn-large{padding:1rem 2rem;font-size:1rem}.btn-arrow{width:18px;height:18px;transition:transform .3s ease}.btn:hover .btn-arrow{transform:translate(4px)}.hero-social-proof{display:inline-block}.social-proof-container{display:flex;align-items:center;gap:1.25rem;padding:1rem 1.5rem;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 2px 8px #0000000a}.proof-rating{display:flex;align-items:center;gap:.625rem}.proof-stars{display:flex;align-items:center;gap:.125rem;color:#f59e0b}.star-icon{width:18px;height:18px;flex-shrink:0}.rating-score{font-size:.875rem;font-weight:700;color:var(--text-primary);letter-spacing:-.01em}.proof-divider{width:1px;height:24px;background:#0000001a;flex-shrink:0}.proof-stats{display:flex;flex-direction:column;gap:.125rem}.stats-number{font-size:1rem;font-weight:700;color:var(--text-primary);line-height:1.2;letter-spacing:-.01em}.stats-label{font-size:.8125rem;color:var(--text-secondary);line-height:1.2}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;height:700px}.hero-screenshot{max-width:650px;max-height:700px;width:auto;height:auto;object-fit:contain}.phone-mockup{position:relative;filter:drop-shadow(0 25px 50px rgba(0,0,0,.15))}.phone-frame{width:320px;height:650px;background:#1f2937;border-radius:45px;padding:12px;position:relative;box-shadow:0 0 0 2px #374151,0 0 0 4px #1f2937,inset 0 0 0 2px #4b5563}.phone-notch{position:absolute;top:16px;left:50%;transform:translate(-50%);width:120px;height:28px;background:#1f2937;border-radius:0 0 20px 20px;z-index:10}.phone-screen{width:100%;height:100%;background:linear-gradient(180deg,#f9fafb,#fff);border-radius:36px;overflow:hidden;position:relative}.screen-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:linear-gradient(135deg,#f0f4ff,#e8edff);padding:2rem;text-align:center}.placeholder-icon{font-size:4rem;opacity:.5}.placeholder-text{font-size:1rem;font-weight:600;color:var(--text-secondary);margin:0}.placeholder-hint{font-size:.875rem;color:var(--text-muted);margin:0}.floating-card{position:absolute;background:#fff;border-radius:16px;padding:1rem 1.25rem;box-shadow:0 10px 40px #0000001a;display:flex;align-items:center;gap:.75rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.8)}.card-1{top:15%;left:-10%}.card-2{bottom:20%;right:-10%}.card-icon{font-size:2rem;line-height:1}.card-content{display:flex;flex-direction:column;gap:.125rem}.card-label{font-size:.75rem;color:var(--text-muted);font-weight:500}.card-value{font-size:1rem;font-weight:700;color:var(--text-primary)}@media (max-width: 968px){.hero{min-height:auto;padding:6rem 0 4rem}.hero-grid{grid-template-columns:1fr;gap:3rem}.hero-content{text-align:center;max-width:100%}.hero-badge{margin-bottom:1.5rem}.hero-title{font-size:clamp(2rem,8vw,3rem)}.hero-description{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-social-proof{display:flex;justify-content:center}.social-proof-container{flex-wrap:wrap;justify-content:center}.hero-visual{height:auto;max-height:600px}.hero-screenshot{max-width:100%;max-height:600px}.phone-frame{width:280px;height:570px}.card-1{left:-5%}.card-2{right:-5%}}@media (max-width: 640px){.hero{padding:4rem 0 3rem}.hero-title{font-size:2rem;margin-bottom:1rem}.hero-description{font-size:1rem;margin-bottom:2rem}.hero-actions{flex-direction:column;align-items:center}.btn-large{width:100%}.download-btn{width:auto;min-width:280px;justify-content:center}.hero-social-proof{display:flex;justify-content:center}.social-proof-container{flex-direction:column;gap:.75rem;padding:1rem 1.25rem}.proof-divider{width:100%;height:1px}.hero-visual{height:auto;max-height:500px}.hero-screenshot{max-width:100%;max-height:500px}.phone-frame{width:240px;height:490px}.floating-card{padding:.75rem 1rem}.card-icon{font-size:1.5rem}.card-label{font-size:.625rem}.card-value{font-size:.875rem}}[data-theme=dark] .social-proof-container{background:#1e1e1e99;border-color:#ffffff1a;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .proof-divider{background:#ffffff26}.how-it-works{background:var(--background);position:relative;overflow:hidden}[data-theme=dark] .section-header .section-title{color:#fff}[data-theme=dark] .section-header .section-description{color:var(--text-secondary)}.section-title{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;line-height:1.1;color:var(--text-primary);margin-bottom:1.5rem;font-family:Bricolage Grotesque,Inter,sans-serif;letter-spacing:-.02em;border:none;padding-bottom:0}.section-title:before,.section-title:after{display:none}.section-description{font-size:1.125rem;line-height:1.7;color:var(--text-primary);max-width:600px;margin:0 auto}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative}.step-card{position:relative;display:flex;flex-direction:column;gap:1.5rem}.step-visual{position:relative;display:flex;justify-content:center}.step-phone-image{width:180px;height:auto;display:block;filter:drop-shadow(0 10px 40px rgba(0,0,0,.15))}.step-phone{width:180px;height:360px;background:#1f2937;border-radius:30px;padding:8px;box-shadow:0 0 0 2px #374151,0 10px 40px #00000026}.step-phone-screen{width:100%;height:100%;background:linear-gradient(180deg,#f9fafb,#fff);border-radius:24px;overflow:hidden}.step-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background:linear-gradient(135deg,#f0f4ff,#e8edff);padding:1.5rem;text-align:center}.step-icon{font-size:3rem;opacity:.7}.step-placeholder-text{font-size:.75rem;font-weight:600;color:var(--text-muted);margin:0}.step-number{position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:800;color:#fff;box-shadow:0 4px 12px #00000026;border:4px solid var(--background-secondary)}.gradient-1{background:var(--primary-gradient)}.gradient-2{background:linear-gradient(135deg,#5ab2ff,#3d9fe8)}.gradient-3{background:linear-gradient(135deg,#3d9fe8,#2e7cc4)}.gradient-4{background:linear-gradient(135deg,#5ab2ff,#2e7cc4)}.step-content{text-align:center}.step-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem;font-family:Bricolage Grotesque,Inter,sans-serif}[data-theme=dark] .step-title{color:#fff}.step-description{font-size:.9375rem;line-height:1.6;color:var(--text-primary);margin:0}[data-theme=dark] .step-description{color:var(--text-secondary)}.step-connector{position:absolute;top:180px;right:-2rem;transform:translate(50%);z-index:1}.connector-arrow{width:32px;height:32px;color:var(--text-muted);opacity:.3}.how-it-works-cta{text-align:center;margin-top:5rem;padding:3rem 2rem;background:var(--background);border-radius:var(--border-radius-large);border:1px solid var(--border-color);box-shadow:var(--shadow-sm)}.cta-text{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0 0 1.5rem}@media (max-width: 1024px){.steps-grid{grid-template-columns:repeat(2,1fr);gap:3rem 2rem}.step-connector{display:none}}@media (max-width: 640px){.how-it-works{padding:4rem 0}.section-header{margin-bottom:3rem}.section-title{font-size:2rem}.section-description{font-size:1rem}.steps-grid{grid-template-columns:1fr;gap:3rem}.step-phone-image{width:160px}.step-phone{width:160px;height:320px}.step-number{width:45px;height:45px;font-size:1.125rem}.step-title{font-size:1.125rem}.step-description{font-size:.875rem}.how-it-works-cta{margin-top:3rem;padding:2rem 1.5rem}.cta-text{font-size:1.125rem}.btn-large{width:100%}}.features{background:var(--background);position:relative;overflow:hidden}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--background);border:1px solid var(--border-color);border-radius:100px;font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:1.5rem}.badge-dot{width:8px;height:8px;background:var(--primary-color);border-radius:50%}.section-title{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;line-height:1.1;color:var(--text-primary);margin-bottom:1.5rem;font-family:Bricolage Grotesque,Inter,sans-serif;letter-spacing:-.02em}.title-highlight{background:var(--text-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.section-description{font-size:1.125rem;line-height:1.7;color:var(--text-secondary);max-width:600px;margin:0 auto}.features-stats{display:flex;justify-content:center;align-items:center;gap:3rem;padding:2.5rem 3rem;background:var(--background);border:1px solid var(--border-color);border-radius:var(--border-radius-large);box-shadow:var(--shadow-sm);margin-bottom:6rem}.stat-item{display:flex;align-items:center;gap:1rem}.stat-icon{font-size:2.5rem;line-height:1;display:flex;align-items:center;justify-content:center}.stat-icon-star{color:#f59e0b}.stat-icon-heart{color:#ef4444}.stat-icon-chart{color:#06b6d4}.stat-content{text-align:left}.stat-number{font-size:2rem;font-weight:800;color:var(--text-primary);line-height:1;margin-bottom:.25rem;font-family:Bricolage Grotesque,Inter,sans-serif}.stat-label{font-size:.875rem;color:var(--text-secondary);font-weight:500}.stat-divider{width:1px;height:50px;background:var(--border-color)}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:4rem}.benefit-card{background:var(--background);border:1px solid var(--border-color);border-radius:var(--border-radius-large);padding:2rem;text-align:center;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.benefit-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--accent-color));opacity:0;transition:opacity .3s ease}.benefit-card:hover{border-color:#5ab2ff66}.benefit-card:hover:before{opacity:1}.benefit-card:hover .benefit-icon-large{transform:scale(1.1) rotate(5deg)}.benefit-icon-large{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:20px;display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.4,0,.2,1);position:relative}.benefit-icon-large svg{position:relative;z-index:1;color:#fff;filter:drop-shadow(0 2px 8px rgba(0,0,0,.15))}.gradient-blue{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 8px 24px #3b82f626}.gradient-purple{background:linear-gradient(135deg,#1f2937,#111827);box-shadow:0 8px 24px #0000001a}.gradient-green{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 8px 24px #3b82f626}.gradient-orange{background:linear-gradient(135deg,#1f2937,#111827);box-shadow:0 8px 24px #0000001a}.gradient-pink{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 8px 24px #3b82f626}.gradient-teal{background:linear-gradient(135deg,#1f2937,#111827);box-shadow:0 8px 24px #0000001a}.benefit-card-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem;font-family:Bricolage Grotesque,Inter,sans-serif}.benefit-card-description{font-size:.9375rem;line-height:1.6;color:var(--text-secondary);margin:0}@media (max-width: 1024px){.features-grid{grid-template-columns:repeat(2,1fr)}.features-stats{gap:2rem;padding:2rem 2.5rem}.stat-icon{font-size:2rem}.stat-number{font-size:1.75rem}.benefits-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.benefit-icon-large{width:70px;height:70px}.benefit-icon-large svg{width:28px;height:28px}}@media (max-width: 768px){.features{padding:4rem 0}.section-header{margin-bottom:3rem}.section-title{font-size:2rem}.section-description{font-size:1rem}.features-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.feature-card{padding:1.5rem}.features-stats{flex-direction:column;gap:2rem;padding:2rem 1.5rem}.stat-item{width:100%;justify-content:center}.stat-divider{width:100%;height:1px}.benefits-grid{grid-template-columns:1fr;gap:1.25rem;margin-top:3rem}.benefit-card{padding:1.75rem}.benefit-icon-large{width:64px;height:64px}.benefit-icon-large svg{width:26px;height:26px}.benefit-card-title{font-size:1.125rem}.benefit-card-description{font-size:.875rem}}@media (max-width: 640px){.section-title,.stat-icon{font-size:1.75rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.8125rem}.benefits-grid{margin-top:2.5rem}.benefit-card{padding:1.5rem}.benefit-icon-large{width:60px;height:60px}.benefit-icon-large svg{width:24px;height:24px}}.cta{background:var(--background);position:relative;overflow:hidden}.cta-bg-gradient{position:absolute;top:-20%;left:-20%;width:140%;height:140%;background:radial-gradient(circle at 50% 50%,rgba(90,178,255,.06) 0%,rgba(61,159,232,.04) 30%,transparent 70%);pointer-events:none;z-index:0}.cta-wrapper{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;background:linear-gradient(135deg,#5ab2ff0d,#3d9fe80d);border:1px solid var(--border-color);border-radius:var(--border-radius-large);padding:4rem;box-shadow:0 10px 40px #0000000f}.cta-content{max-width:550px}.cta-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--background);border:1px solid rgba(90,178,255,.3);border-radius:100px;font-size:.875rem;font-weight:600;color:var(--primary-color);margin-bottom:2rem}.badge-pulse{width:8px;height:8px;background:var(--primary-color);border-radius:50%}.cta-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.1;color:var(--text-primary);margin-bottom:1.5rem;font-family:Bricolage Grotesque,Inter,sans-serif;letter-spacing:-.02em}.cta-highlight{background:var(--text-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.cta-description{font-size:1.125rem;line-height:1.7;color:var(--text-secondary);margin-bottom:2.5rem}.cta-actions{display:flex;gap:1rem;margin-bottom:2rem}.btn-icon{width:20px;height:20px}.cta-features{display:flex;flex-direction:column;gap:.75rem}.cta-feature{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:var(--text-secondary)}.feature-check{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--primary-gradient);color:#fff;border-radius:50%;font-size:.75rem;font-weight:700;flex-shrink:0}.cta-visual{position:relative;display:flex;justify-content:center;align-items:center;height:600px}.cta-phone{position:relative;filter:drop-shadow(0 25px 50px rgba(90,178,255,.2))}.cta-phone-image{width:100%;max-width:320px;height:auto;display:block}.cta-float-badge{position:absolute;background:var(--background);border-radius:12px;padding:.75rem 1rem;box-shadow:0 10px 30px #0000001f;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--text-primary);border:1px solid var(--border-color)}.badge-1{top:10%;left:-15%}.badge-2{bottom:15%;right:-15%}.float-icon{font-size:1.25rem;line-height:1}.float-text{white-space:nowrap}@media (max-width: 1024px){.cta-wrapper{grid-template-columns:1fr;gap:3rem;padding:3rem;text-align:center}.cta-content{max-width:100%;margin:0 auto}.cta-actions{justify-content:center}.cta-features{align-items:center}.cta-visual{height:550px}.badge-1{left:-8%}.badge-2{right:-8%}}@media (max-width: 768px){.cta{padding:4rem 0}.cta-wrapper{padding:2.5rem 1.5rem;gap:2rem}.cta-title{font-size:2rem}.cta-description{font-size:1rem;margin-bottom:2rem}.cta-actions{flex-direction:column;width:100%}.btn-large{width:100%}.cta-visual{height:auto;max-height:500px}.cta-phone-image{max-width:300px}.badge-1,.badge-2{display:none}}@media (max-width: 640px){.cta-wrapper{padding:2rem 1rem}.cta-title{font-size:1.75rem}.cta-badge{font-size:.8125rem;padding:.4rem .875rem}.cta-feature{font-size:.875rem}.cta-visual{height:auto;max-height:400px;padding:0 1rem}.cta-phone-image{max-width:100%;max-height:400px}}.footer{background:var(--background);border-top:1px solid var(--border-color);padding:4rem 0 2rem}.footer-cta{text-align:center;margin-bottom:4rem;padding-bottom:3rem;border-bottom:1px solid var(--border-color)}.footer-cta-title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.2}.footer-cta-title .brand-text{font-size:inherit;display:inline}.footer-cta-title .brand-calc,.footer-cta-title .brand-eat{font-size:inherit}.footer-cta-description{font-size:1.1rem;color:var(--text-secondary);margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.footer-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.footer-links-section{margin-bottom:3rem}.footer-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:2rem;max-width:600px;margin:0 auto;text-align:center}.footer-link-group{display:flex;flex-direction:column;gap:1rem}.footer-link-title{font-size:.9rem;font-weight:600;color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:var(--text-secondary);text-decoration:none;font-size:.95rem;transition:color .2s ease}.footer-links a:hover{color:var(--text-primary)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--border-color);flex-wrap:wrap;gap:1rem}.footer-brand{display:flex;align-items:center;gap:.625rem}.footer-logo{width:32px;height:32px;object-fit:contain;border-radius:6px}.footer-brand .brand-text{font-size:1.25rem}.brand-calc{color:var(--text-primary)}.brand-eat{color:var(--primary-color)}.copyright{color:var(--text-muted);font-size:.9rem}@media (max-width: 768px){.footer{padding:3rem 0 2rem}.footer-cta{margin-bottom:3rem;padding-bottom:2rem}.footer-cta-title{font-size:2rem}.footer-cta-buttons{flex-direction:column;align-items:center}.footer-cta-buttons .download-btn{width:100%;max-width:280px}.footer-links-grid{grid-template-columns:repeat(2,1fr);gap:2rem;text-align:left}.footer-bottom{flex-direction:column;text-align:center;gap:1rem}}@media (max-width: 480px){.footer-cta-title{font-size:1.75rem}.footer-links-grid{grid-template-columns:1fr;text-align:center}}.skip-link{position:absolute;top:-40px;left:0;background:#000;color:#fff;padding:8px 16px;text-decoration:none;z-index:100000;border-radius:0 0 4px;font-size:14px;font-weight:500}.skip-link:focus,.skip-link:focus-visible{top:0;outline:3px solid #5AB2FF;outline-offset:2px}.skip-link{transition:top .2s ease-in-out}@media (prefers-contrast: high){.skip-link{background:#fff;color:#000;border:2px solid #000}.skip-link:focus,.skip-link:focus-visible{outline:4px solid #000}}@media (prefers-reduced-motion: reduce){.skip-link{transition:none}}.privacy-policy{min-height:100vh;padding:2rem;background-color:#f8fafc;display:flex;justify-content:center}.privacy-content{max-width:800px;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.7;color:#374151}.privacy-content strong{font-size:1.25rem;color:#1f2937;display:block;margin:1.5rem 0 1rem;font-weight:600}.privacy-content p{margin-bottom:1rem;font-size:1rem}.privacy-content ul{margin:1rem 0;padding-left:2rem}.privacy-content li{margin-bottom:.5rem}.privacy-content a{color:#3b82f6;text-decoration:none;transition:color .2s ease}.privacy-content a:hover{color:#1d4ed8;text-decoration:underline}.privacy-content hr{border:none;height:1px;background-color:#e5e7eb;margin:2rem 0}.privacy-content strong:first-child{font-size:2rem;text-align:center;margin-bottom:2rem;color:#111827;border-bottom:2px solid #e5e7eb;padding-bottom:1rem}@media (max-width: 768px){.privacy-policy{padding:1rem}.privacy-content{padding:2rem 1.5rem}.privacy-content strong:first-child{font-size:1.75rem}.privacy-content ul{padding-left:1.5rem}}@media (max-width: 480px){.privacy-content{padding:1.5rem 1rem}.privacy-content strong:first-child{font-size:1.5rem}}.terms-conditions{min-height:100vh;padding:2rem;background-color:#f8fafc;display:flex;justify-content:center}.terms-content{max-width:800px;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.7;color:#374151}.terms-content strong{font-size:1.25rem;color:#1f2937;display:block;margin:1.5rem 0 1rem;font-weight:600}.terms-content p{margin-bottom:1rem;font-size:1rem}.terms-content ul{margin:1rem 0;padding-left:2rem}.terms-content li{margin-bottom:.5rem}.terms-content a{color:#3b82f6;text-decoration:none;transition:color .2s ease}.terms-content a:hover{color:#1d4ed8;text-decoration:underline}.terms-content hr{border:none;height:1px;background-color:#e5e7eb;margin:2rem 0}.terms-content strong:first-child{font-size:2rem;text-align:center;margin-bottom:2rem;color:#111827;border-bottom:2px solid #e5e7eb;padding-bottom:1rem}@media (max-width: 768px){.terms-conditions{padding:1rem}.terms-content{padding:2rem 1.5rem}.terms-content strong:first-child{font-size:1.75rem}.terms-content ul{padding-left:1.5rem}}@media (max-width: 480px){.terms-content{padding:1.5rem 1rem}.terms-content strong:first-child{font-size:1.5rem}}.delete-account-page{min-height:100vh;background:var(--background);color:var(--text-primary)}.delete-account-main{padding:6rem 0 4rem}.delete-account-page .container{max-width:900px;margin:0 auto;padding:0 1.5rem}.header{text-align:center;margin-bottom:3rem}.page-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1.2;color:var(--text-primary);margin-bottom:1rem;font-family:Inter,sans-serif;letter-spacing:-.02em}.page-subtitle{font-size:1.125rem;line-height:1.7;color:var(--text-secondary);max-width:700px;margin:0 auto}.warning-section{margin-bottom:3rem}.warning-box{background:var(--background);border:2px solid var(--border-color);border-radius:var(--border-radius-large);padding:2rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;transition:all .3s ease}.warning-box:hover{border-color:var(--text-secondary)}.warning-icon{flex-shrink:0;opacity:.8;width:2rem;height:2rem;color:#ef4444}.warning-svg{width:100%;height:100%}.warning-content h2{color:var(--text-primary);font-size:1.25rem;font-weight:600;margin:0 0 .75rem;font-family:Inter,sans-serif}.warning-content p{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.7}.info-section,.instructions-section,.alternatives-section,.help-section{background:var(--background);border:1px solid var(--border-color);border-radius:var(--border-radius-large);padding:2rem;margin-bottom:2rem;position:relative;z-index:1;text-align:center}.info-section h2,.instructions-section h2,.alternatives-section h2,.help-section h2{color:var(--text-primary);font-size:1.75rem;font-weight:700;margin:0 0 1.5rem;font-family:Inter,sans-serif;text-align:center}.deletion-list{list-style:none;padding:0;max-width:700px;margin:0 auto}.deletion-list li{background:var(--background-secondary);padding:1rem 1.25rem;margin-bottom:.75rem;border-radius:var(--border-radius);border-left:4px solid #ef4444;position:relative;color:var(--text-primary);text-align:left}.deletion-list li:before{content:"✗";color:#ef4444;font-weight:700;margin-right:.75rem;font-size:1.1rem}.steps{display:flex;flex-direction:column;gap:1rem;max-width:700px;margin:0 auto}.step{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem;background:var(--background-secondary);border-radius:var(--border-radius);border:1px solid var(--border-color);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:1;text-align:left}.step:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--primary-color)}.step-number{background:var(--primary-gradient);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}.step-content h3{color:var(--text-primary);font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.step-content p{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.7}.alternatives-section p{color:var(--text-secondary);margin-bottom:1rem;text-align:center}.alternatives-list{list-style:none;padding:0;margin:1rem auto 0;max-width:700px}.alternatives-list li{background:linear-gradient(135deg,#5ab2ff1a,#3d9fe80d);padding:1rem 1.25rem;margin-bottom:.75rem;border-radius:var(--border-radius);border-left:4px solid var(--primary-color);color:var(--text-primary);text-align:left}.alternatives-list li strong{color:var(--primary-color)}.help-section p{color:var(--text-secondary);margin-bottom:1rem;line-height:1.7;text-align:center;max-width:700px;margin-left:auto;margin-right:auto}.help-section p:last-child{margin-bottom:0}.help-section a{color:var(--primary-color);text-decoration:none;font-weight:600;transition:all .3s ease}.help-section a:hover{color:#3d9fe8;text-decoration:underline}@media (max-width: 768px){.delete-account-main{padding:5rem 0 3rem}.page-title{font-size:2.5rem}.page-subtitle{font-size:1rem}.warning-box{flex-direction:column;text-align:center;padding:1.5rem}.warning-icon{font-size:2rem}.warning-content h2{font-size:1.25rem}.step{flex-direction:column;text-align:center;padding:1.25rem}.step-number{align-self:center}.info-section,.instructions-section,.alternatives-section,.help-section{padding:1.5rem}}@media (max-width: 480px){.delete-account-main{padding:4rem 0 2rem}.delete-account-page .container{padding:0 1rem}.page-title{font-size:2rem}.info-section,.instructions-section,.alternatives-section,.help-section,.warning-box{padding:1.25rem}.step{padding:1rem}}.support-page{min-height:100vh;background:var(--background);color:var(--text-primary)}.support-main{padding:6rem 0 4rem}.support-page .container{max-width:900px;margin:0 auto;padding:0 1.5rem}.support-header{text-align:center;margin-bottom:4rem}.support-badge{display:inline-flex;align-items:center;padding:.5rem 1rem;background:linear-gradient(135deg,#5ab2ff1a,#3d9fe81a);border:1px solid rgba(90,178,255,.2);border-radius:100px;font-size:.875rem;font-weight:600;color:var(--primary-color);margin-bottom:1.5rem}.support-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1.2;color:var(--text-primary);margin-bottom:1.5rem;font-family:Inter,sans-serif;letter-spacing:-.02em}.support-subtitle{font-size:1.125rem;line-height:1.7;color:var(--text-secondary);max-width:700px;margin:0 auto}.support-content{display:flex;flex-direction:column;gap:4rem}.support-section{text-align:center}.section-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;font-family:Inter,sans-serif}.section-description{font-size:1rem;line-height:1.7;color:var(--text-secondary);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.contact-card{background:var(--background);border:1px solid var(--border-color);border-radius:var(--border-radius-large);padding:2rem;max-width:500px;margin:0 auto;transition:all .3s cubic-bezier(.4,0,.2,1)}.contact-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.contact-email-link{display:inline-block;font-size:1.25rem;font-weight:600;color:var(--primary-color);text-decoration:none;margin-bottom:.5rem;transition:all .3s ease}.contact-email-link:hover{color:#3d9fe8;text-decoration:underline}.contact-hint{font-size:.875rem;color:var(--text-muted);margin:0}.faq-list{display:flex;flex-direction:column;gap:1rem;max-width:800px;margin:0 auto}.faq-item{background:var(--background);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:center}.faq-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--primary-color)}.faq-header{margin-bottom:.75rem}.faq-item h3{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0}.faq-item p{color:var(--text-secondary);line-height:1.7;margin:0;font-size:.95rem}.faq-link{color:var(--primary-color);text-decoration:none;font-weight:600;transition:all .3s ease}.faq-link:hover{color:#3d9fe8;text-decoration:underline}@media (max-width: 768px){.support-main{padding:5rem 0 3rem}.support-title{font-size:2.5rem}.support-subtitle{font-size:1rem}.section-title{font-size:1.75rem}.section-description{font-size:.95rem}.contact-card{padding:1.5rem}.contact-email-link{font-size:1.125rem}.faq-item{padding:1.25rem}.faq-item h3{font-size:1rem}.faq-item p{font-size:.9rem}}@media (max-width: 480px){.support-main{padding:4rem 0 2rem}.support-badge{font-size:.8125rem;padding:.375rem .875rem}.support-title{font-size:2rem}.support-content{gap:3rem}.section-title{font-size:1.5rem}.contact-card{padding:1.25rem}.contact-email-link{font-size:1rem}.faq-item{padding:1rem}}.accessibility-page{min-height:100vh;padding:2rem 0;background:#f7fafc;color:#2d3748}.accessibility-page .container{max-width:900px;margin:0 auto;padding:0 1rem}.accessibility-section{background:#fff;border-radius:12px;padding:2rem 2.5rem;box-shadow:0 10px 25px #0000000d;margin-bottom:2rem}.accessibility-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#1a202c}.accessibility-section ul{margin-left:1.25rem;list-style:disc}.accessibility-section li{margin-bottom:.5rem;line-height:1.6}.rtl{direction:rtl;text-align:right}.ltr{direction:ltr;text-align:left}.accessibility-section a{color:#4c51bf;text-decoration:underline}.accessibility-section a:hover{color:#5a67d8}.cookie-banner{position:fixed;bottom:0;left:0;right:0;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:center;background:#2d3748;color:#fff;padding:1rem 1.5rem;z-index:10000;box-shadow:0 -2px 10px #0003}.cookie-text{flex:1 1 300px;margin:0;font-size:.95rem;line-height:1.4}.cookie-link{color:#fff;text-decoration:underline}.cookie-actions{display:flex;gap:.75rem}.cookie-banner .btn{padding:.5rem 1rem;font-size:.9rem;border-radius:6px;cursor:pointer;border:none}.cookie-banner .btn-primary{background:#5b6fed;color:#fff}.cookie-banner .btn-primary:hover{background:#4c5fde}.cookie-banner .btn-secondary{background:#4a5568;color:#fff}.cookie-banner .btn-secondary:hover{background:#2d3748}@media (max-width: 480px){.cookie-actions{flex-direction:column;width:100%}.cookie-banner .btn{width:100%}}.App{min-height:100vh;display:flex;flex-direction:column}html{scroll-behavior:smooth}@media (max-width: 768px){.container{padding:0 1.5rem}.section{padding:2rem 0}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;color:var(--text-primary);background:var(--background);transition:background-color .3s ease,color .3s ease}[data-theme=dark] body{background:#09090b;color:#fff}:root{--primary-color: #5AB2FF;--primary-gradient: linear-gradient(135deg, #5AB2FF 0%, #3D9FE8 100%);--text-gradient: linear-gradient(135deg, #5AB2FF 0%, #3D9FE8 100%);--text-primary: #1a1a1a;--text-secondary: #4b5563;--text-muted: #6b7280;--background: #ffffff;--background-secondary: #fafafa;--background-tertiary: #f8fafc;--border-color: #e5e7eb;--border-radius: 12px;--border-radius-large: 20px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)}[data-theme=dark]{--text-primary: #ffffff;--text-secondary: #e4e4e7;--text-muted: #a1a1aa;--background: #09090b;--background-secondary: #18181b;--background-tertiary: #27272a;--border-color: #27272a;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .5);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .6), 0 2px 4px -1px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .7), 0 4px 6px -2px rgba(0, 0, 0, .5);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .8), 0 10px 10px -5px rgba(0, 0, 0, .6)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}#how-it-works,#features,#integrations,#download,#footer-download{scroll-margin-top:90px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;border-radius:var(--border-radius-large);text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer;position:relative;overflow:hidden;font-family:Inter,sans-serif;min-width:240px;min-height:44px}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s}.btn:hover:before{left:100%}.btn-primary{background:var(--primary-gradient);color:#fff;box-shadow:var(--shadow-md)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl)}.btn-secondary{background:var(--background);color:var(--text-primary);border:1px solid var(--border-color);box-shadow:var(--shadow-sm)}.btn-secondary:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-icon{font-size:1rem}.text-gradient{background:var(--text-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.font-display{font-family:Bricolage Grotesque,Inter,sans-serif}.animate-fade-in-up{opacity:1;transform:translateY(0)}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--primary-color);outline-offset:2px;border-radius:4px}a:focus:not(:focus-visible),button:focus:not(:focus-visible),input:focus:not(:focus-visible),textarea:focus:not(:focus-visible),select:focus:not(:focus-visible){outline:none}.btn:focus-visible,.download-btn:focus-visible{outline:3px solid var(--primary-color);outline-offset:3px}a,button,[role=button]{cursor:pointer}button:disabled,[aria-disabled=true]{cursor:not-allowed;opacity:.6}
