:root {
  --ink: #eef4ff;
  --muted: #92a4bd;
  --bg: #06101c;
  --bg-2: #091625;
  --panel: #0d1b2b;
  --line: rgba(184, 207, 235, 0.12);
  --blue: #76b9ff;
  --cyan: #62e7db;
  --violet: #8c85ff;
  --amber: #ffbb72;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.page-width { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; color: #07111d; background: white; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; padding: 20px 0; transition: .25s ease; }
.site-header.is-scrolled { padding: 12px 0; background: rgba(6,16,28,.82); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-wrap { width: min(var(--max), calc(100% - 48px)); margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.08rem; font-weight: 760; letter-spacing: -.025em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: #d9edff; border: 1px solid rgba(154,199,238,.28); border-radius: 12px; background: linear-gradient(145deg,#18344d,#091929); box-shadow: inset 0 1px rgba(255,255,255,.12), 0 9px 24px rgba(0,0,0,.2); font-size: .72rem; letter-spacing: -.05em; }
.brand-accent { color: var(--blue); }
.desktop-nav { display: flex; gap: 34px; color: #aab8ca; font-size: .86rem; }
.desktop-nav a { transition: color .2s; }
.desktop-nav a:hover { color: white; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.lang-switcher { position: relative; display: inline-flex !important; align-items: center; margin-right: 12px; }
.lang-switcher select {
  appearance: none;
  min-height: 42px;
  padding: 10px 34px 10px 14px !important;
  border: 1px solid rgba(184,207,235,.14) !important;
  border-radius: 12px !important;
  color: #d7eaff !important;
  background: rgba(255,255,255,.04) !important;
  font: inherit;
  font-size: .82rem !important;
  font-weight: 700 !important;
  line-height: 1.1;
  cursor: pointer;
  outline: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.lang-switcher select:hover { transform: translateY(-1px); background: rgba(255,255,255,.08) !important; border-color: rgba(125,183,246,.25) !important; }
.lang-switcher select:focus-visible { outline: 3px solid rgba(118,185,255,.75); outline-offset: 3px; }
.lang-switcher svg { right: 12px !important; width: 10px; height: 10px; fill: #d7eaff !important; transition: fill .2s ease; }
.theme-toggle { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 10px 14px; border: 1px solid rgba(184,207,235,.14); border-radius: 12px; color: #d7eaff; background: rgba(255,255,255,.04); font: inherit; font-size: .82rem; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.theme-toggle:hover { transform: translateY(-1px); background: rgba(255,255,255,.08); border-color: rgba(125,183,246,.25); }
.theme-toggle:focus-visible { outline: 3px solid rgba(118,185,255,.75); outline-offset: 3px; }
.theme-toggle-icon { display: inline-grid; place-items: center; width: 18px; color: var(--cyan); font-size: .95rem; line-height: 1; }
.nav-cta { display: inline-flex; align-items: center; gap: 7px; padding: 10px 15px; border: 1px solid rgba(125,183,246,.25); border-radius: 10px; color: #d7eaff; background: rgba(86,151,222,.1); font-size: .82rem; font-weight: 700; transition: .2s; }
.nav-cta:hover { transform: translateY(-1px); background: rgba(86,151,222,.18); }
.nav-cta svg { width: 16px; fill: currentColor; }

.hero { position: relative; min-height: 800px; padding: 150px 0 95px; overflow: hidden; background: radial-gradient(circle at 75% 40%,rgba(54,115,172,.15),transparent 34%), linear-gradient(180deg,#07121f 0%,#06101c 100%); }
.hero::before { content:""; position:absolute; inset:0; pointer-events:none; opacity:.32; background-image: linear-gradient(rgba(133,183,225,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(133,183,225,.055) 1px,transparent 1px); background-size:64px 64px; mask-image:linear-gradient(to bottom,black,transparent 88%); }
.hero-grid { position: relative; z-index: 3; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 70px; }
.hero-copy { padding-bottom: 12px; }
.eyebrow,.section-kicker { margin: 0 0 20px; color: var(--cyan); font-size: .72rem; font-weight: 760; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 22px; height: 1px; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
h1 { max-width: 690px; margin: 0; font-size: clamp(3.5rem,6vw,5.8rem); line-height: .95; letter-spacing: -.065em; font-weight: 680; }
h1 em { display: block; color: transparent; font-style: normal; background: linear-gradient(90deg,#8dc5ff,#72e5d9); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 590px; margin: 28px 0 0; color: #a4b4c9; font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.play-button { display: inline-flex; align-items: center; gap: 12px; padding: 10px 21px 10px 15px; border: 1px solid rgba(255,255,255,.19); border-radius: 13px; background: #050708; box-shadow: 0 14px 34px rgba(0,0,0,.3); transition: transform .2s, border-color .2s, box-shadow .2s; }
.play-button:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.38); box-shadow: 0 18px 42px rgba(0,0,0,.42); }
.play-button:focus-visible,.nav-cta:focus-visible,.text-link:focus-visible,.inline-cta:focus-visible { outline: 3px solid rgba(118,185,255,.75); outline-offset: 3px; }
.play-icon { width: 30px; height: 34px; }
.play-button span { display:flex; flex-direction:column; line-height:1; }
.play-button small { font-size:.58rem; letter-spacing:.08em; }
.play-button strong { margin-top:4px; font-size:1.2rem; font-weight:520; letter-spacing:-.025em; }
.text-link { display:inline-flex; gap:8px; color:#b7c8da; font-size:.88rem; font-weight:650; }
.text-link span { color:var(--cyan); }
.trust-row { display:flex; align-items:center; gap:19px; margin-top:46px; }
.trust-row div { display:flex; flex-direction:column; gap:4px; }
.trust-row strong { font-size:1.25rem; font-weight:680; }
.trust-row span { color:#71849c; font-size:.69rem; }
.trust-row i { width:1px; height:32px; background:var(--line); }

.hero-glow { position:absolute; border-radius:50%; filter:blur(10px); }
.hero-glow-one { width:500px; height:500px; right:-160px; top:-180px; background:radial-gradient(circle,rgba(88,166,235,.13),transparent 68%); }
.hero-glow-two { width:420px; height:420px; left:-240px; bottom:-220px; background:radial-gradient(circle,rgba(70,216,200,.08),transparent 68%); }
.orbit { position:absolute; border:1px solid rgba(124,176,221,.08); border-radius:50%; }
.orbit-one { width:600px;height:600px;right:-60px;top:90px; }
.orbit-two { width:760px;height:760px;right:-140px;top:10px; }

.device-stage { position:relative; min-height:600px; display:grid; place-items:center; }
.device-stack { position:relative; width:min(100%, 560px); min-height:640px; display:grid; place-items:center; }
.phone-shell { position:absolute; z-index:3; width:290px; height:612px; padding:8px; border:1px solid rgba(204,226,245,.25); border-radius:44px; background:linear-gradient(145deg,#6d8396 0%,#1d2934 18%,#111a23 80%,#70899c 100%); box-shadow:0 50px 90px rgba(0,0,0,.58),-15px 20px 50px rgba(41,98,146,.13),inset 0 0 0 1px rgba(255,255,255,.1); transform:perspective(1000px) rotateY(-5deg) rotateX(1deg); overflow:hidden; }
.phone-shell::after { content:"";position:absolute;inset:-20px;border-radius:58px;border:1px solid rgba(106,190,244,.07);pointer-events:none; }
.phone-buttons { position:absolute;left:-3px;top:118px;width:3px;height:84px;border-radius:2px;background:#50606e;box-shadow:0 102px #50606e; }
.phone-screen { position:relative;height:100%;overflow:hidden;border-radius:36px;background:linear-gradient(180deg,#0e2033,#07131f);border:1px solid rgba(0,0,0,.85); }
.phone-screen::before { content:"";position:absolute;z-index:4;top:7px;left:50%;width:82px;height:21px;transform:translateX(-50%);border-radius:14px;background:#03070b; }
.phone-screenshot { position:absolute; inset:0; width:100%; height:100%; display:block; object-fit:cover; object-position:top center; }
.theme-shot { transition: opacity .25s ease; }
.theme-shot-light { opacity:0; }
html[data-theme="light"] .theme-shot-dark { opacity:0; }
html[data-theme="light"] .theme-shot-light { opacity:1; }
.phone-shell-front { z-index:3; right:22px; top:26px; }
.phone-shell-back { z-index:2; left:24px; bottom:10px; width:266px; height:560px; opacity:.92; transform:perspective(1100px) rotateY(10deg) rotateX(1deg) rotate(-8deg); }
.float-card { position:absolute;z-index:5;display:flex;align-items:center;gap:11px;padding:11px 15px;border:1px solid rgba(170,210,241,.16);border-radius:13px;background:rgba(13,27,43,.84);box-shadow:0 18px 40px rgba(0,0,0,.3);backdrop-filter:blur(12px); }
.float-card div { display:flex;flex-direction:column;gap:4px; }.float-card small{color:#7890a9;font-size:7px}.float-card strong{font-size:9px}
.float-card-left{left:-13px;top:160px}.float-card-right{right:-38px;bottom:110px}
.float-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;font-size:11px;font-weight:800}.float-icon-blue{color:#85cbff;background:rgba(86,154,216,.18)}
.pulse-dot { width:10px;height:10px;border-radius:50%;background:var(--cyan);box-shadow:0 0 0 6px rgba(98,231,219,.1),0 0 20px rgba(98,231,219,.55); }

.clarity-section { padding:120px 0;background:linear-gradient(180deg,#06101c,#081421); }
.section-heading { max-width:700px;margin-bottom:52px; }
.section-heading h2,.inside-copy h2,.language-copy h2,.download-inner h2 { margin:0;font-size:clamp(2.2rem,4vw,3.7rem);line-height:1.06;letter-spacing:-.052em;font-weight:630; }
.section-heading>p:last-child,.inside-copy>p,.language-copy>p,.download-inner>p { max-width:600px;margin:20px 0 0;color:var(--muted);font-size:1rem;line-height:1.7; }
.benefit-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:16px; }
.benefit-card { position:relative;min-height:310px;padding:31px 28px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(150deg,rgba(255,255,255,.035),rgba(255,255,255,.012));overflow:hidden;transition:transform .25s,border-color .25s; }
.benefit-card:hover { transform:translateY(-4px);border-color:rgba(118,185,255,.25); }
.benefit-card::after { content:"";position:absolute;width:170px;height:170px;right:-110px;bottom:-110px;border-radius:50%;background:radial-gradient(circle,rgba(84,169,229,.1),transparent 70%); }
.benefit-card .number { position:absolute;top:25px;right:27px;color:#7890a9;font-size:.7rem;letter-spacing:.12em; }
.benefit-icon { width:50px;height:50px;display:grid;place-items:center;margin-bottom:50px;border:1px solid rgba(118,185,255,.18);border-radius:14px;color:#81c7ff;background:rgba(77,147,210,.1); }
.benefit-icon svg { width:26px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round; }
.benefit-card h3 { margin:0;font-size:1.15rem;letter-spacing:-.025em; }.benefit-card p{margin:13px 0 0;color:#8497ad;font-size:.88rem;line-height:1.68}

.inside-section { padding:120px 0;background:#0a1725; }
.inside-grid { display:grid;grid-template-columns:.72fr 1.28fr;gap:90px;align-items:center; }
.inside-copy>p { max-width:430px; }.inline-cta{display:inline-flex;gap:8px;margin-top:30px;color:#8fcaff;font-size:.88rem;font-weight:700}.inline-cta span{color:var(--cyan)}
.category-cloud { display:grid;grid-template-columns:1fr 1fr;gap:12px; }
.category-card { min-height:122px;display:flex;align-items:center;gap:18px;padding:23px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(130deg,rgba(255,255,255,.045),rgba(255,255,255,.015)); }
.category-wide { grid-column:1/3;min-height:135px;background:radial-gradient(circle at 90% 20%,rgba(72,169,221,.12),transparent 35%),linear-gradient(130deg,rgba(255,255,255,.045),rgba(255,255,255,.015)); }
.category-symbol { flex:0 0 auto;width:46px;height:46px;display:grid;place-items:center;border-radius:14px;color:#82cbff;background:rgba(71,145,207,.12);border:1px solid rgba(118,185,255,.12);font-size:1.1rem; }
.category-card div { display:flex;flex-direction:column;gap:7px; }.category-card strong{font-size:.96rem}.category-card small{color:#768ba2;font-size:.76rem;line-height:1.4}

.language-section { padding:100px 0;background:#07121f; }
.language-panel { display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center;padding:64px;border:1px solid var(--line);border-radius:25px;background:radial-gradient(circle at 100% 0,rgba(83,175,222,.12),transparent 32%),linear-gradient(145deg,rgba(255,255,255,.04),rgba(255,255,255,.012)); }
.language-list { display:grid;grid-template-columns:repeat(3,1fr);gap:10px; }
.language-list div { min-height:160px;padding:22px 16px;border:1px solid rgba(255,255,255,.08);border-radius:15px;background:rgba(4,13,23,.4);display:flex;flex-direction:column;align-items:flex-start; }
.language-list span { width:38px;height:38px;display:grid;place-items:center;margin-bottom:auto;border-radius:11px;color:#81d9d1;background:rgba(71,191,181,.1);font-weight:750; }
.language-list strong{font-size:1rem}.language-list small{margin-top:7px;color:#72869c;font-size:.67rem}

.insight-section { padding:110px 0;background:linear-gradient(180deg,#07121f 0%,#06101c 100%); }
.insight-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:16px; }
.insight-card { min-height:100%;padding:28px;border:1px solid var(--line);border-radius:18px;background:radial-gradient(circle at 100% 0,rgba(98,231,219,.08),transparent 30%),linear-gradient(140deg,rgba(255,255,255,.05),rgba(255,255,255,.015)); }
.insight-tag { display:inline-flex;padding:8px 11px;border:1px solid rgba(118,185,255,.16);border-radius:999px;color:#7bd9de;background:rgba(98,231,219,.06);font-size:.68rem;font-weight:760;letter-spacing:.12em;text-transform:uppercase; }
.insight-card h3 { margin:20px 0 0;font-size:1.36rem;line-height:1.15;letter-spacing:-.035em; }
.insight-card p { margin:14px 0 0;color:#869ab1;font-size:.9rem;line-height:1.7; }
.insight-card .inline-cta { margin-top:22px; }
.insight-actions { display:flex;justify-content:center;margin-top:30px; }

.download-section { position:relative;overflow:hidden;padding:125px 0;text-align:center;background:#06101c; }
.download-section::before { content:"";position:absolute;inset:0;opacity:.22;background-image:linear-gradient(rgba(133,183,225,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(133,183,225,.06) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(circle at center,black,transparent 65%); }
.download-inner { position:relative;z-index:2;display:flex;flex-direction:column;align-items:center; }
.download-inner img { width:102px;height:102px;margin-bottom:29px;border:1px solid rgba(255,255,255,.18);border-radius:25px;box-shadow:0 24px 50px rgba(0,0,0,.35);object-fit:cover; }
.download-inner>p { max-width:570px; }.play-button-large{margin-top:31px}
.download-orb{position:absolute;border-radius:50%}.download-orb-one{width:400px;height:400px;left:-260px;top:20px;background:radial-gradient(circle,rgba(82,166,232,.11),transparent 65%)}.download-orb-two{width:400px;height:400px;right:-220px;bottom:-100px;background:radial-gradient(circle,rgba(88,219,200,.08),transparent 65%)}

footer { border-top:1px solid var(--line);background:#050d17; }
.footer-inner { display:grid;grid-template-columns:auto 1fr;gap:14px 40px;align-items:center;padding:45px 0; }
.footer-inner>p { margin:0;color:#718399;font-size:.78rem; }.legal{grid-column:1/3;line-height:1.6}
.footer-links { grid-column:1/3;display:flex;flex-wrap:wrap;gap:18px;color:#8fa4ba;font-size:.78rem; }
.footer-links a:hover { color:var(--ink); }

html[data-theme="light"] body {
  color: #102338;
  background: #edf4fb;
}

html[data-theme="light"] .site-header.is-scrolled {
  background: rgba(244,248,252,.88);
  border-bottom-color: rgba(104,133,164,.18);
}

html[data-theme="light"] .brand-mark {
  color: #eef6ff;
  border-color: rgba(114,154,194,.24);
  box-shadow: inset 0 1px rgba(255,255,255,.5), 0 10px 24px rgba(154,178,205,.16);
}

html[data-theme="light"] .brand-accent,
html[data-theme="light"] .inline-cta {
  color: #1f659c;
}

html[data-theme="light"] .theme-toggle-icon,
html[data-theme="light"] .eyebrow,
html[data-theme="light"] .section-kicker,
html[data-theme="light"] .inline-cta span,
html[data-theme="light"] .text-link span {
  color: #0b766f;
}

html[data-theme="light"] .desktop-nav {
  color: #5a7088;
}

html[data-theme="light"] .desktop-nav a:hover {
  color: #102338;
}

html[data-theme="light"] .lang-switcher select {
  border-color: rgba(104,133,164,.18) !important;
  color: #183049 !important;
  background: rgba(255,255,255,.82) !important;
}

html[data-theme="light"] .lang-switcher select:hover {
  background: rgba(255,255,255,.96) !important;
  border-color: rgba(86,151,222,.28) !important;
}

html[data-theme="light"] .lang-switcher svg {
  fill: #183049 !important;
}

html[data-theme="light"] .theme-toggle {
  border-color: rgba(104,133,164,.18);
  color: #183049;
  background: rgba(255,255,255,.72);
}

html[data-theme="light"] .theme-toggle:hover {
  background: rgba(255,255,255,.92);
  border-color: rgba(86,151,222,.28);
}

html[data-theme="light"] .nav-cta,
html[data-theme="light"] .blog-button,
html[data-theme="light"] .play-button {
  border-color: rgba(86,151,222,.24);
  color: #14304d;
  background: rgba(118,185,255,.14);
}

html[data-theme="light"] .nav-cta:hover,
html[data-theme="light"] .blog-button:hover,
html[data-theme="light"] .play-button:hover {
  background: rgba(118,185,255,.22);
}

html[data-theme="light"] .hero {
  background: radial-gradient(circle at 75% 40%, rgba(54,115,172,.12), transparent 34%), linear-gradient(180deg, #f4f8fc 0%, #edf4fb 100%);
}

html[data-theme="light"] .hero::before,
html[data-theme="light"] .download-section::before {
  opacity: .18;
  background-image: linear-gradient(rgba(98,132,166,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(98,132,166,.08) 1px,transparent 1px);
}

html[data-theme="light"] h1,
html[data-theme="light"] .section-heading h2,
html[data-theme="light"] .inside-copy h2,
html[data-theme="light"] .language-copy h2,
html[data-theme="light"] .download-inner h2,
html[data-theme="light"] .insight-card h3,
html[data-theme="light"] .benefit-card h3,
html[data-theme="light"] .category-card strong,
html[data-theme="light"] .language-list strong,
html[data-theme="light"] .trust-row strong,
html[data-theme="light"] .float-card strong {
  color: #102338;
}

html[data-theme="light"] .hero-lead,
html[data-theme="light"] .section-heading > p:last-child,
html[data-theme="light"] .inside-copy > p,
html[data-theme="light"] .language-copy > p,
html[data-theme="light"] .download-inner > p,
html[data-theme="light"] .benefit-card p,
html[data-theme="light"] .insight-card p,
html[data-theme="light"] .category-card small,
html[data-theme="light"] .language-list small,
html[data-theme="light"] .trust-row span,
html[data-theme="light"] .text-link {
  color: #5a7088;
}

html[data-theme="light"] .float-card {
  border-color: rgba(74, 108, 142, 0.2);
  background: rgba(18, 31, 47, 0.9);
  box-shadow: 0 20px 44px rgba(96, 123, 152, 0.18);
}

html[data-theme="light"] .float-card strong {
  color: #f1f6fd;
}

html[data-theme="light"] .float-card small {
  color: #97adc2;
}

html[data-theme="light"] .float-icon-blue {
  color: #8dd1ff;
  background: rgba(86, 154, 216, 0.22);
}

html[data-theme="light"] .clarity-section,
html[data-theme="light"] .inside-section,
html[data-theme="light"] .language-section,
html[data-theme="light"] .insight-section,
html[data-theme="light"] .download-section {
  background: #edf4fb;
}

html[data-theme="light"] .benefit-card,
html[data-theme="light"] .category-card,
html[data-theme="light"] .language-panel,
html[data-theme="light"] .language-list div,
html[data-theme="light"] .insight-card {
  border-color: rgba(104,133,164,.16);
  background: linear-gradient(150deg, rgba(255,255,255,.92), rgba(249,252,255,.82));
  box-shadow: 0 16px 40px rgba(123,147,172,.08);
}

html[data-theme="light"] .benefit-card:hover {
  border-color: rgba(86,151,222,.26);
}

html[data-theme="light"] .benefit-icon,
html[data-theme="light"] .category-symbol,
html[data-theme="light"] .language-list span {
  border-color: rgba(86,151,222,.18);
  background: rgba(118,185,255,.12);
}

html[data-theme="light"] .category-symbol,
html[data-theme="light"] .language-list span {
  color: #1f659c;
}

html[data-theme="light"] .benefit-card .number {
  color: #536981;
}

html[data-theme="light"] .insight-tag {
  color: #0b766f;
  border-color: rgba(11, 118, 111, 0.22);
  background: rgba(11, 118, 111, 0.07);
}

html[data-theme="light"] .play-button {
  background: rgba(255,255,255,.94);
  box-shadow: 0 16px 34px rgba(123,147,172,.14);
}

html[data-theme="light"] .play-button small,
html[data-theme="light"] .play-button strong {
  color: #102338;
}

html[data-theme="light"] .phone-shell {
  box-shadow: 0 40px 70px rgba(123,147,172,.2), -15px 20px 50px rgba(41,98,146,.08), inset 0 0 0 1px rgba(255,255,255,.24);
}

html[data-theme="light"] footer {
  border-top-color: rgba(104,133,164,.16);
  background: rgba(239,245,251,.92);
}

html[data-theme="light"] .footer-inner > p,
html[data-theme="light"] .footer-links {
  color: #60768d;
}

html[data-theme="light"] .footer-links a:hover {
  color: #102338;
}

.reveal { opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease; }
.reveal.is-visible { opacity:1;transform:none; }
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.phone-shell{transform:none}}

@media (max-width: 980px) {
  .desktop-nav{display:none}.hero{padding-top:130px}.hero-grid{grid-template-columns:1fr;gap:65px}.hero-copy{text-align:center}.eyebrow{justify-content:center}h1,.hero-lead{margin-left:auto;margin-right:auto}.hero-actions,.trust-row{justify-content:center}.device-stage{width:min(520px,100%);margin:auto}.inside-grid{grid-template-columns:1fr;gap:50px}.inside-copy{max-width:620px}.language-panel{grid-template-columns:1fr;gap:40px}.language-copy{text-align:center}.language-copy>p{margin-left:auto;margin-right:auto}
}
@media (max-width: 700px) {
  .page-width,.nav-wrap{width:min(100% - 32px,var(--max))}.site-header{padding:14px 0}.header-actions{gap:10px}.nav-cta{padding:9px 11px;font-size:.75rem}.brand{font-size:.98rem}.brand-mark{width:34px;height:34px}.hero{min-height:0;padding:118px 0 75px}.hero-grid{gap:48px}h1{font-size:clamp(3rem,15vw,4.4rem)}.hero-lead{font-size:.98rem;line-height:1.65}.hero-actions{flex-direction:column;gap:19px}.trust-row{gap:12px}.trust-row strong{font-size:1.05rem}.trust-row span{font-size:.59rem}.device-stage{min-height:575px}.device-stack{width:100%;min-height:560px}.phone-shell{width:252px;height:534px;transform:none}.phone-shell-front{right:10px;top:18px}.phone-shell-back{left:10px;bottom:6px;transform:rotate(-5deg)}.float-card-left{left:-8px;top:145px}.float-card-right{right:-8px;bottom:95px}.clarity-section,.inside-section,.insight-section{padding:85px 0}.section-heading{text-align:center;margin-bottom:38px}.benefit-grid,.insight-grid{grid-template-columns:1fr}.benefit-card{min-height:260px}.benefit-icon{margin-bottom:35px}.category-cloud{grid-template-columns:1fr}.category-wide{grid-column:auto}.category-card,.category-wide{min-height:110px}.language-section{padding:70px 0}.language-panel{padding:40px 20px}.language-list{grid-template-columns:1fr}.language-list div{min-height:95px;display:grid;grid-template-columns:42px 1fr;grid-template-rows:1fr 1fr;align-items:center;column-gap:14px}.language-list span{grid-row:1/3;margin:0}.language-list small{margin:0}.download-section{padding:90px 0}.footer-inner{grid-template-columns:1fr;text-align:center;justify-items:center}.legal,.footer-links{grid-column:auto}.footer-links{justify-content:center}
}
@media (max-width: 480px){.lang-switcher{margin-right:0}.lang-switcher::before{content:"EN";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;font-size:.72rem;font-weight:700;letter-spacing:.02em;color:#d7eaff;pointer-events:none}html[lang="hi"] .lang-switcher::before{content:"हि"}html[lang="mr"] .lang-switcher::before{content:"म"}html[data-theme="light"] .lang-switcher::before{color:#183049}.lang-switcher select{width:39px;padding:0 24px 0 0 !important;color:transparent !important;-webkit-text-fill-color:transparent;font-size:0 !important;line-height:0;text-indent:-999px;text-shadow:none}.lang-switcher svg{right:8px !important}.theme-toggle{width:39px;padding:0;justify-content:center}.theme-toggle-label{display:none}.nav-cta{font-size:0;width:39px;height:39px;padding:0;justify-content:center}.nav-cta svg{width:18px}.trust-row{align-items:flex-start}.device-stack{min-height:500px}.phone-shell{width:224px;height:474px}.phone-shell-front{right:6px}.phone-shell-back{left:6px;width:208px;height:438px}.float-card{padding:9px 11px}.float-card-left{left:-10px}.float-card-right{right:-10px}}
