:root {
  --color-bg: #f4f8fb;
  --color-bg-alt: #e8f2f0;
  --color-surface: #ffffff;
  --color-surface-elevated: #ffffff;
  --color-text: #0f2438;
  --color-text-muted: #4a6278;
  --color-border: rgba(15, 36, 56, 0.1);
  --color-primary: #0b6bcb;
  --color-primary-dark: #084f96;
  --color-accent: #1aab8b;
  --color-accent-soft: rgba(26, 171, 139, 0.14);
  --color-hero-glow: rgba(26, 171, 139, 0.2);
  --color-header-bg: rgba(255, 255, 255, 0.92);
  --color-footer-bg: #0d2137;
  --color-footer-text: #c8d8e6;
  --color-card-shadow: 0 12px 40px rgba(11, 33, 55, 0.08);
  --color-focus: #1aab8b;
  --navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2815, 36, 56, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --radius-lg: 1.25rem;
  --section-space: 5rem;
}

[data-theme="dark"] {
  --color-bg: #0a1420;
  --color-bg-alt: #0f1c2b;
  --color-surface: #132337;
  --color-surface-elevated: #1a2d44;
  --color-text: #e8f1f8;
  --color-text-muted: #9eb4c8;
  --color-border: rgba(232, 241, 248, 0.1);
  --color-primary: #4da3ff;
  --color-primary-dark: #2f8ce6;
  --color-accent: #3fd6b2;
  --color-accent-soft: rgba(63, 214, 178, 0.16);
  --color-hero-glow: rgba(63, 214, 178, 0.18);
  --color-header-bg: rgba(10, 20, 32, 0.92);
  --color-footer-bg: #060e17;
  --color-footer-text: #9eb4c8;
  --color-card-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
  --navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28232, 241, 248, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.6}
img{max-width:100%;height:auto;display:block}
a{color:var(--color-primary);text-decoration:none}
a:hover{color:var(--color-primary-dark)}
.skip-link{position:absolute;left:-9999px;top:auto;z-index:9999;padding:.75rem 1rem;background:var(--color-primary);color:#fff;border-radius:.5rem}
.skip-link:focus{left:1rem;top:1rem}
.site-header{background:var(--color-header-bg);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border)}
.navbar{padding:.85rem 0}
.navbar-brand{font-weight:700;color:var(--color-text)!important}
.brand-icon{box-shadow:var(--color-card-shadow)}
.navbar-nav .nav-link{color:var(--color-text-muted)!important;font-weight:500;padding:.5rem .85rem!important;border-radius:.5rem}
.navbar-nav .nav-link:hover,.navbar-nav .nav-link:focus{color:var(--color-text)!important;background:var(--color-accent-soft)}
.navbar-toggler{border-color:var(--color-border)}
.navbar-toggler-icon{background-image:var(--navbar-toggler-icon-bg)}
.lang-switcher{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600}
.lang-link{color:var(--color-text-muted);padding:.25rem .35rem;border-radius:.35rem}
.lang-link.active,.lang-link:hover{color:var(--color-accent)}
.lang-divider{color:var(--color-text-muted);opacity:.6}
.btn-theme-toggle{width:2.5rem;height:2.5rem;border:1px solid var(--color-border);border-radius:50%;background:var(--color-surface);color:var(--color-text);display:inline-flex;align-items:center;justify-content:center;padding:0}
.btn-theme-toggle:hover,.btn-theme-toggle:focus-visible{border-color:var(--color-accent);color:var(--color-accent)}
.theme-icon-dark{display:none}
[data-theme="dark"] .theme-icon-light{display:none}
[data-theme="dark"] .theme-icon-dark{display:inline}
.btn-primary{--bs-btn-bg:var(--color-primary);--bs-btn-border-color:var(--color-primary);--bs-btn-hover-bg:var(--color-primary-dark);--bs-btn-hover-border-color:var(--color-primary-dark);--bs-btn-active-bg:var(--color-primary-dark);--bs-btn-active-border-color:var(--color-primary-dark)}
.btn-outline-light{--bs-btn-color:var(--color-text);--bs-btn-border-color:var(--color-border);--bs-btn-hover-bg:var(--color-accent-soft);--bs-btn-hover-border-color:var(--color-accent);--bs-btn-hover-color:var(--color-text)}
.app-store-btn{white-space:nowrap}
.store-badges{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}
.store-badge-link{display:inline-block;line-height:0;transition:opacity .2s ease,transform .2s ease}
.store-badge-link:hover{opacity:.88;transform:translateY(-1px)}
.store-badge-link img{display:block;height:auto;width:auto;max-width:100%}
.store-badge-android{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .9rem;border:1px solid var(--color-border);border-radius:.55rem;background:var(--color-surface);color:var(--color-text-muted);font-size:.82rem;font-weight:600;line-height:1;opacity:.72;cursor:not-allowed;user-select:none}
.store-badge-android .bi-google-play{font-size:1.15rem;color:var(--color-text-muted)}
.store-badge-android-label{font-weight:700;color:var(--color-text)}
.store-badge-coming-soon{font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-accent)}
.store-badges--nav{gap:.5rem}
.store-badges--nav .store-badge-link img{height:32px;width:auto}
.store-badges--nav .store-badge-android{padding:.35rem .6rem;font-size:.72rem}
.store-badges--nav .store-badge-android .bi-google-play{font-size:.95rem}
.store-badges--nav .store-badge-coming-soon{font-size:.62rem}
.store-badges--hero .store-badge-link img{height:54px;width:auto}
.store-badges--hero .store-badge-android{padding:.7rem 1rem;font-size:.88rem}
.store-badges--pricing{justify-content:center}
.store-badges--pricing .store-badge-link img{height:44px;width:auto}
@media (max-width:991.98px){
.store-badges--nav{width:100%;margin-top:.5rem}
.navbar-collapse .store-badges--nav{justify-content:flex-start}
}
.section{padding:var(--section-space) 0}
.section-alt{background:linear-gradient(180deg,var(--color-bg-alt),var(--color-bg))}
.section-header{max-width:42rem;margin:0 auto 3rem;text-align:center}
.section-header p{color:var(--color-text-muted);margin-bottom:0}
.section-label{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.75rem}
.hero{position:relative;overflow:hidden;padding:4.5rem 0 5rem}
.hero::before{content:"";position:absolute;inset:-20% auto auto 50%;width:32rem;height:32rem;transform:translateX(-50%);background:radial-gradient(circle,var(--color-hero-glow),transparent 70%);pointer-events:none}
.hero-grid{align-items:center}
.hero-copy{position:relative;z-index:1}
.hero h1{font-size:clamp(2.2rem,5vw,3.5rem);line-height:1.1;margin-bottom:1rem;font-weight:800}
.hero-subtitle{font-size:clamp(1.1rem,2.5vw,1.35rem);color:var(--color-accent);font-weight:600;margin-bottom:1rem}
.hero-text{color:var(--color-text-muted);font-size:1.05rem;max-width:34rem;margin-bottom:1.5rem}
.trial-badge{display:inline-flex;align-items:center;gap:.4rem;background:var(--color-accent-soft);color:var(--color-accent);font-weight:700;font-size:.9rem;padding:.45rem .85rem;border-radius:999px;margin-bottom:1.25rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}
.hero-phone-wrap{position:relative;display:flex;justify-content:center}
.hero-phone-wrap img{width:min(100%,320px);filter:drop-shadow(0 24px 48px rgba(0,0,0,.22))}
@media (min-width:992px){
.hero-grid{--bs-gutter-x:3rem;max-width:1120px;margin-inline:auto}
.hero-phone-wrap{justify-content:center;padding-right:0}
.hero-phone-wrap img{width:min(100%,380px)}
.navbar .container{gap:.5rem}
.navbar-collapse{flex-grow:1}
.navbar-nav{flex-wrap:wrap}
}
@media (min-width:1200px){
.hero-phone-wrap img{width:min(100%,420px)}
}
@media (min-width:1400px){
.hero-grid{max-width:1200px}
}
.feature-card,.pricing-card,.step-card,.screenshot-card,.legal-card,.support-card{height:100%;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--color-card-shadow);padding:1.5rem}
.feature-icon,.step-number{width:3rem;height:3rem;border-radius:1rem;display:inline-flex;align-items:center;justify-content:center;background:var(--color-accent-soft);color:var(--color-accent);font-size:1.35rem;margin-bottom:1rem}
.step-number{font-weight:800;font-size:1.1rem}
.feature-card h3,.step-card h3,.pricing-card h3,.support-card h3{font-size:1.15rem;margin-bottom:.65rem}
.feature-card p,.step-card p,.pricing-card p{color:var(--color-text-muted);margin-bottom:0}
.steps-row{counter-reset:step}
.screenshot-card{padding:1rem;text-align:center}
.screenshot-card img{border-radius:1rem;margin:0 auto 1rem;border:1px solid var(--color-border)}
.screenshot-card figcaption{color:var(--color-text-muted);font-size:.95rem}
.pricing-highlight{background:linear-gradient(135deg,var(--color-accent-soft),transparent),var(--color-surface);border:1px solid rgba(26,171,139,.25)}
.pricing-price{font-size:1rem;font-weight:700;color:var(--color-accent);margin:.75rem 0}
.pricing-note,.pricing-manage{color:var(--color-text-muted);font-size:.95rem}
.trial-panel{border-radius:var(--radius-lg);padding:1.75rem;background:linear-gradient(135deg,rgba(11,107,203,.08),rgba(26,171,139,.12));border:1px solid var(--color-border);margin-bottom:2rem}
[data-theme="dark"] .trial-panel{background:linear-gradient(135deg,rgba(77,163,255,.08),rgba(63,214,178,.1))}
.accordion-item{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text)}
.accordion-button{background:var(--color-surface);color:var(--color-text);box-shadow:none}
.accordion-button:not(.collapsed){background:var(--color-accent-soft);color:var(--color-text)}
.accordion-button:focus{box-shadow:0 0 0 .2rem rgba(26,171,139,.25)}
.accordion-body{color:var(--color-text-muted)}
.support-cta{background:linear-gradient(135deg,var(--color-primary),#148f74);color:#fff;border-radius:var(--radius-lg);padding:2.5rem 2rem;text-align:center}
.support-cta h2,.support-cta p{color:#fff}
.support-cta .btn-light{color:var(--color-primary);font-weight:600}
.site-footer{background:var(--color-footer-bg);color:var(--color-footer-text);padding:3.5rem 0 1.5rem;margin-top:0}
.site-footer a{color:#fff}
.site-footer a:hover{color:var(--color-accent)}
.footer-brand{font-size:1.2rem;font-weight:700;color:#fff}
.footer-heading{font-size:.95rem;color:#fff;margin-bottom:1rem}
.footer-text{color:var(--color-footer-text);font-size:.95rem}
.footer-links a{display:inline-block;padding:.2rem 0;color:var(--color-footer-text)}
.footer-links a:hover{color:#fff}
.social-link{width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.15);border-radius:50%;color:#fff;font-size:1.1rem}
.social-link:hover{background:rgba(255,255,255,.08);color:var(--color-accent)}
.footer-bottom{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08);font-size:.9rem}
.legal-page{padding:3rem 0 5rem}
.legal-card{padding:2rem}
.legal-card h2{font-size:1.2rem;margin-top:2rem;margin-bottom:.75rem}
.legal-card h2:first-of-type{margin-top:0}
.legal-card p,.legal-card li{color:var(--color-text-muted)}
.legal-meta{color:var(--color-text-muted);font-size:.95rem;margin-bottom:1.5rem}
.support-grid .support-card h3 i{color:var(--color-accent);margin-right:.35rem}
:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}
@media (max-width:991.98px){.hero{padding-top:2.5rem}.hero-phone-wrap{margin-top:2rem}.section{padding:3.5rem 0}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
