:root {
  --brand: #00d828;
  --brand-bright: #12e43a;
  --action: #087f30;
  --action-hover: #066b28;
  --forest: #12351f;
  --logo-charcoal: #383838;
  --lime: #eaf9ed;
  --mint-soft: #eef9f0;
  --mint-wash: #f5fbf6;
  --highlight: #bdf4c7;
  --white: #ffffff;
  --paper: #fbfdfb;
  --body: #2d4033;
  --muted: #66766b;
  --border: #d5e8d9;
  --soft: #f6faf7;
  --mint-quiet: #eff8f1;
  --display: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  --sans: "Avenir Next", "Segoe UI", Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --shadow: 0 28px 70px rgb(18 53 31 / 16%);
  --shadow-soft: 0 18px 48px rgb(18 53 31 / 7%);
  --radius-panel: 1.6rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-color: color-mix(in srgb, var(--action) 55%, white) var(--lime); scrollbar-width: thin; }
body { margin: 0; background: var(--paper); color: var(--body); font-family: var(--sans); font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; }
body::-webkit-scrollbar { width: 11px; }
body::-webkit-scrollbar-track { background: var(--lime); }
body::-webkit-scrollbar-thumb { border: 3px solid var(--lime); border-radius: 999px; background: color-mix(in srgb, var(--action) 55%, white); }
body::-webkit-scrollbar-thumb:hover { background: var(--action); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a, button, summary { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--forest); }
h1, h2 { font-family: var(--display); letter-spacing: -.055em; text-wrap: balance; }
h2 { margin-bottom: 0; font-size: clamp(2.55rem, 4.5vw, 4rem); line-height: 1.04; }
h3 { font-size: 1.35rem; line-height: 1.22; letter-spacing: -.03em; }
::selection { background: var(--highlight); color: var(--forest); }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--brand) 70%, white); outline-offset: 4px; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; border-radius: .75rem; background: var(--forest); color: white; padding: .8rem 1rem; font-weight: 800; }
.skip-link:focus { top: 1rem; }
.shell { width: min(1160px, calc(100% - 2.5rem)); margin-inline: auto; }
.section { padding: clamp(4.75rem, 6.5vw, 6.25rem) 0; scroll-margin-top: 6rem; }
.section-white { background: var(--white); }
.section-soft { background: linear-gradient(145deg, var(--mint-wash) 0%, var(--lime) 100%); }
#features { background: var(--white); }
.eyebrow { display: inline-flex; align-items: center; gap: .65rem; margin-bottom: 1rem; color: var(--action); font-size: .8rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow:not(.pill)::before { width: 1.35rem; height: .18rem; border-radius: 999px; background: currentColor; content: ""; opacity: .35; }
.section-copy { margin: 1.35rem 0 0; color: rgb(45 64 51 / 74%); font-size: 1.05rem; line-height: 1.78; }

.site-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid rgb(213 232 217 / 82%); background: rgb(255 255 255 / 92%); box-shadow: 0 8px 28px rgb(18 53 31 / 4%); backdrop-filter: blur(18px); }
.header-inner { display: flex; min-height: 5rem; align-items: center; justify-content: flex-start; gap: 1rem; }
.brand { display: inline-flex; min-height: 2.75rem; align-items: center; gap: .75rem; color: var(--forest); font-family: var(--display); font-size: 1.28rem; font-weight: 900; letter-spacing: -.04em; }
.brand img { width: 2.75rem; height: 2.75rem; object-fit: contain; }
.brand strong { color: var(--action); }
.main-nav { display: flex; align-items: center; gap: 1.35rem; margin-inline-start: auto; color: rgb(18 53 31 / 72%); font-size: .86rem; font-weight: 800; }
.main-nav a { padding-block: .85rem; transition: color .18s ease; }
.main-nav a:hover { color: var(--action); }
.main-nav a[aria-current="page"] { color: var(--action); }
.nav-toggle { display: none; width: 2.75rem; min-height: 2.75rem; flex: 0 0 auto; flex-direction: column; align-items: center; justify-content: center; gap: .28rem; border: 1px solid var(--border); border-radius: .8rem; background: var(--paper); color: var(--forest); padding: 0; }
.nav-toggle span { display: block; width: 1.2rem; height: 2px; border-radius: 999px; background: currentColor; transition: transform .18s ease, opacity .18s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(.4rem) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-.4rem) rotate(-45deg); }
.nav-toggle:hover { border-color: rgb(8 127 48 / 34%); background: var(--lime); color: var(--action); }
.language-switcher { display: inline-flex; align-items: center; gap: .3rem; color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .04em; white-space: nowrap; }
.language-switcher a { color: inherit; text-decoration: none; }
.language-switcher a:hover,
.language-switcher a:focus-visible,
.language-switcher a[aria-current="page"] { color: var(--action); }
.language-switcher a[aria-current="page"] { text-decoration: underline; text-underline-offset: .22em; }
.language-menu { position: relative; flex: 0 0 auto; }
.language-menu summary { display: grid; width: 2.75rem; min-height: 2.75rem; place-items: center; border: 1px solid var(--border); border-radius: .8rem; background: var(--paper); color: var(--forest); cursor: pointer; font-size: .76rem; font-weight: 900; letter-spacing: .05em; list-style: none; transition: border-color .18s ease, background-color .18s ease, color .18s ease; }
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu summary:hover,
.language-menu summary:focus-visible,
.language-menu[open] summary { border-color: rgb(8 127 48 / 34%); background: var(--lime); color: var(--action); }
.language-menu ul { position: absolute; z-index: 20; top: calc(100% + .55rem); right: 0; display: grid; width: max-content; min-width: 12rem; max-height: min(70vh, 32rem); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; margin: 0; border: 1px solid var(--border); border-radius: 1rem; background: white; padding: .4rem; box-shadow: 0 18px 48px rgb(18 53 31 / 16%); list-style: none; }
.language-menu li { margin: 0; }
.language-menu a { display: grid; min-height: 2.75rem; grid-template-columns: 2rem 1fr; align-items: center; gap: .5rem; border-radius: .65rem; color: var(--body); padding: .45rem .65rem; font-size: .86rem; font-weight: 750; white-space: nowrap; }
.language-menu a span { color: var(--muted); font-family: var(--mono); font-size: .7rem; font-weight: 900; letter-spacing: .05em; }
.language-menu a:hover,
.language-menu a:focus-visible { background: var(--lime); color: var(--action); }
.language-menu a[aria-current="page"] { background: var(--mint-soft); color: var(--forest); }

.button { display: inline-flex; min-height: 2.9rem; align-items: center; justify-content: center; gap: .55rem; border: 0; border-radius: .9rem; background: var(--action); color: white; padding: .76rem 1.3rem; font-weight: 900; letter-spacing: -.01em; line-height: 1.2; box-shadow: 0 10px 28px rgb(8 127 48 / 18%); transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button-icon { width: 1rem; height: 1rem; flex: 0 0 auto; }
.button:hover { background: var(--action-hover); transform: translateY(-1px); box-shadow: 0 14px 32px rgb(8 127 48 / 22%); }
.button-small { min-height: 2.75rem; font-size: .9rem; }
.button-large { min-height: 3.5rem; border-radius: 1rem; padding-inline: 1.65rem; font-size: 1rem; }
.button-secondary { border: 1px solid rgb(18 53 31 / 15%); background: white; color: var(--forest); box-shadow: none; }
.button-secondary:hover { background: var(--lime); box-shadow: none; }
.button-brand { background: var(--brand); color: var(--forest); }
.button-brand:hover { background: var(--brand-bright); }
.button-dark { background: var(--forest); color: white; }
.button-dark:hover { background: #1a4729; }
.text-link { display: inline-flex; min-height: 2.75rem; align-items: center; gap: .5rem; margin-top: 1.5rem; color: var(--action); font-weight: 900; }
.text-link:hover { color: var(--forest); }
.light-link { color: white; }
.light-link:hover { color: var(--brand); }

.hero { position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(circle at 72% 18%, rgb(0 216 40 / 16%), transparent 34%), linear-gradient(180deg, var(--white) 0%, var(--mint-wash) 100%); }
.hero::before { content: ""; position: absolute; z-index: -1; top: 8rem; left: -8rem; width: 22rem; height: 22rem; border-radius: 50%; background: rgb(0 216 40 / 9%); filter: blur(50px); }
.hero-grid { display: grid; min-height: calc(100vh - 5rem); grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(3rem, 6vw, 5rem); padding-block: clamp(4.5rem, 7vw, 5.5rem); }
.hero-copy { max-width: 42rem; }
.pill { display: inline-flex; align-items: center; gap: .42rem; margin-bottom: 1.65rem; border: 1px solid rgb(8 127 48 / 16%); border-radius: 999px; background: var(--lime); padding: .5rem .85rem; letter-spacing: normal; text-transform: none; }
.status-icon { width: 1rem; height: 1rem; flex: 0 0 auto; }
.hero h1 { margin-bottom: 0; color: var(--forest); font-size: clamp(3.7rem, 7.4vw, 6.25rem); font-weight: 900; line-height: .9; }
.hero h1 span { display: block; margin-top: .75rem; color: var(--action); }
.hero-lead { max-width: 38rem; margin: 1.75rem 0 0; color: rgb(45 64 51 / 80%); font-size: clamp(1.05rem, 1.8vw, 1.18rem); line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2.2rem; }
.release-summary { display: grid; max-width: 38rem; grid-template-columns: repeat(3, 1fr); margin: 2.2rem 0 0; border-block: 1px solid var(--border); }
.release-summary div { padding: 1rem 1.1rem; border-right: 1px solid var(--border); }
.release-summary div:first-child { padding-left: 0; }
.release-summary div:last-child { border-right: 0; }
.release-summary dt { color: var(--muted); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.release-summary dd { margin: .35rem 0 0; color: var(--forest); font-family: var(--mono); font-size: .95rem; font-weight: 800; }
.independence-note { max-width: 38rem; margin: 1.2rem 0 0; color: var(--muted); font-size: .86rem; line-height: 1.65; }
.hero-visual { position: relative; display: grid; width: 100%; max-width: 30rem; justify-self: end; justify-items: end; padding-bottom: 3rem; }
.hero-glow { position: absolute; z-index: -1; top: 4rem; right: -2rem; width: 15rem; height: 15rem; border-radius: 50%; background: rgb(0 216 40 / 18%); filter: blur(50px); }
.hero-device { position: relative; width: min(100%, 24rem); height: clamp(34rem, 56vw, 39rem); overflow: hidden; border-radius: 2.2rem; background: var(--brand); box-shadow: 0 35px 90px rgb(18 53 31 / 20%); }
.hero-screen { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.apk-card { position: absolute; z-index: 2; right: auto; bottom: 0; left: 0; width: min(25rem, calc(100% - 3.75rem)); margin: 0; border: 1px solid rgb(255 255 255 / 10%); border-radius: 1.5rem; background: var(--forest); color: white; padding: 1.35rem 1.5rem; box-shadow: 0 22px 55px rgb(18 53 31 / 22%); }
.apk-card-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.apk-card-top > div { display: flex; flex-direction: column; }
.apk-label { color: rgb(255 255 255 / 55%); font-size: .7rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.apk-card strong { margin-top: .2rem; }
.latest-badge { border-radius: 999px; background: var(--brand); color: var(--forest); padding: .22rem .6rem; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.apk-card dl { margin: 1.2rem 0 0; font-family: var(--mono); font-size: .72rem; }
.apk-card dl div { display: grid; grid-template-columns: 1fr 1.4fr; gap: .7rem; margin-top: .65rem; }
.apk-card dt { color: rgb(255 255 255 / 48%); }
.apk-card dd { overflow: hidden; margin: 0; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
.download-hero-shell { display: flex; min-height: calc(100vh - 5rem); flex-direction: column; justify-content: center; padding-block: clamp(4rem, 7vw, 6rem); }
.download-hero-heading { width: 100%; max-width: 70rem; margin-bottom: clamp(2.75rem, 5vw, 4.25rem); }
.download-hero-heading .pill { margin-bottom: 1.4rem; }
.download-hero-heading h1 { font-size: clamp(3.8rem, 7vw, 6.35rem); line-height: .92; }
.download-hero-heading h1 span { display: inline; margin-top: 0; }
.download-hero-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: clamp(3rem, 7vw, 6rem); }
.download-hero-copy { max-width: 34rem; }
.download-hero-copy .hero-lead { margin-top: 0; }
.download-page .release-record { width: 100%; max-width: 36rem; justify-self: end; background: rgb(255 255 255 / 88%); backdrop-filter: blur(16px); }
.download-footer { padding-block: 1.5rem; }
.download-footer .footer-bottom { padding-top: 0; border-top: 0; }
.link-arrow { display: inline-block; width: 1em; height: 1em; flex: 0 0 auto; margin-inline-start: .3em; vertical-align: -.14em; }
html[dir="rtl"] .link-arrow { transform: scaleX(-1); }

.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem, 6vw, 5rem); align-items: start; }
.prose { max-width: 48rem; }
.prose p { margin: 0 0 1.2rem; font-size: 1.05rem; line-height: 1.8; }
.prose strong { color: var(--forest); }
.fact-strip { display: grid; overflow: hidden; grid-template-columns: repeat(3, 1fr); margin-top: 3rem; border: 1px solid var(--border); border-radius: var(--radius-panel); background: var(--mint-wash); box-shadow: var(--shadow-soft); }
.fact-strip > div { display: grid; grid-template-columns: auto 1fr; column-gap: 1rem; padding: 1.55rem 1.75rem; border-right: 1px solid var(--border); }
.fact-strip > div:first-child { padding-left: 1.75rem; }
.fact-strip > div:last-child { border-right: 0; }
.fact-strip span { grid-row: span 2; color: var(--action); font-family: var(--mono); font-size: .78rem; font-weight: 900; }
.fact-strip strong { color: var(--forest); }
.fact-strip small { margin-top: .2rem; color: var(--muted); font-size: .82rem; }

.journey-section { background: linear-gradient(145deg, var(--mint-wash) 0%, var(--lime) 100%); color: var(--body); }
.split-heading.centered-stack-heading { display: flex; max-width: 52rem; flex-direction: column; align-items: center; gap: 0; margin-inline: auto; text-align: center; }
.centered-stack-heading > .eyebrow { width: 100%; justify-content: center; margin: 0 0 1rem; color: var(--action); }
.centered-stack-heading > .eyebrow::after { width: 1.35rem; height: .18rem; border-radius: 999px; background: currentColor; content: ""; opacity: .35; }
.centered-stack-heading > p:last-child { max-width: 46rem; margin: 1.25rem 0 0; color: rgb(45 64 51 / 74%); font-size: 1.05rem; line-height: 1.75; }
.journey-heading h2 { color: var(--forest); }
.journey-steps { display: grid; overflow: hidden; grid-template-columns: repeat(3, 1fr); margin: 0; border: 1px solid var(--border); border-radius: var(--radius-panel); background: white; padding: 0; box-shadow: var(--shadow-soft); list-style: none; }
.journey-steps li { position: relative; display: flex; min-height: 19rem; flex-direction: column; padding: 1.85rem; border-right: 1px solid var(--border); }
.journey-steps li:first-child { padding-left: 2rem; }
.journey-steps li:last-child { border-right: 0; }
.journey-number { color: var(--action); font-family: var(--mono); font-size: .82rem; font-weight: 900; letter-spacing: .08em; }
.journey-steps h3 { margin: 2.5rem 0 .7rem; color: var(--forest); }
.journey-steps p { margin: 0; color: rgb(45 64 51 / 72%); font-size: .98rem; line-height: 1.72; }
.journey-steps a { display: inline-flex; min-height: 2.75rem; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; border-top: 1px solid var(--border); color: var(--action); padding-top: 1rem; font-size: .88rem; font-weight: 900; }
.journey-steps a:hover { color: var(--forest); }

.section-heading { margin-bottom: clamp(2.5rem, 4vw, 3.25rem); }
.split-heading { display: grid; grid-template-columns: .85fr 1.15fr; gap: 4rem; align-items: end; }
.split-heading > p { max-width: 38rem; justify-self: end; margin: 0; color: rgb(45 64 51 / 72%); font-size: 1.05rem; line-height: 1.75; }
.feature-heading { display: block; }
.feature-heading > p { max-width: none; margin: 1.35rem 0 0; justify-self: auto; white-space: nowrap; }
.comparison-heading { display: block; }
.comparison-heading > p { max-width: 54rem; margin: 1.35rem 0 0; justify-self: auto; }
.centered-heading { max-width: 48rem; margin-inline: auto; text-align: center; }
.centered-heading > p:last-child { margin: 1.3rem 0 0; color: var(--muted); font-size: 1.08rem; }
.feature-list { overflow: hidden; margin: 0; border: 1px solid var(--border); border-radius: var(--radius-panel); background: rgb(255 255 255 / 84%); padding: 0 clamp(1.5rem, 3vw, 2.35rem); box-shadow: var(--shadow-soft); list-style: none; backdrop-filter: blur(8px); }
.feature-list li { display: grid; grid-template-columns: 6rem 1fr; gap: 1.75rem; align-items: start; padding: 1.65rem 0; border-bottom: 1px solid var(--border); }
.feature-list li:last-child { border-bottom: 0; }
.feature-number { color: var(--action); font-family: var(--mono); font-size: .88rem; font-weight: 900; }
.feature-list h3 { margin: 0 0 .45rem; }
.feature-list p { max-width: 48rem; margin: 0; color: rgb(45 64 51 / 70%); font-size: .98rem; line-height: 1.72; }

.categories-section { position: relative; z-index: 2; padding-top: 0; padding-bottom: 2rem; background: var(--paper); }
.categories-wrap { transform: translateY(-3.5rem); margin-bottom: -3.5rem; border: 1px solid var(--border); border-radius: 1.8rem; background: linear-gradient(180deg, var(--white) 0%, var(--mint-wash) 100%); padding: clamp(2rem, 5vw, 3.6rem); box-shadow: var(--shadow-soft); }
.category-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--border); }
.category-columns article { padding: 2.25rem 3rem 0 0; }
.category-columns article + article { border-left: 1px solid var(--border); padding-right: 0; padding-left: 3rem; }
.category-kicker { color: var(--action); font-family: var(--mono); font-size: .8rem; font-weight: 900; text-transform: uppercase; }
.category-columns h3 { margin: .55rem 0 1.35rem; font-size: 1.65rem; }
.category-columns ul { margin: 0; padding: 0; list-style: none; }
.category-columns li { display: grid; grid-template-columns: 8rem 1fr; gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--border); }
.category-columns li span { color: var(--forest); font-weight: 900; }
.category-columns li small { color: var(--muted); font-size: .88rem; }

.product-section { position: relative; overflow: hidden; background: radial-gradient(circle at 80% 45%, rgb(0 216 40 / 11%), transparent 34%), linear-gradient(145deg, var(--mint-wash) 0%, var(--lime) 100%); }
.product-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.product-copy { max-width: 35rem; }
.product-copy > p:not(.eyebrow) { margin: 1.35rem 0 0; color: rgb(45 64 51 / 72%); font-size: 1.05rem; line-height: 1.78; }
.check-list { margin: 1.7rem 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin-top: .8rem; padding-left: 1.7rem; color: var(--forest); font-weight: 800; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--action); }
.screen-grid { position: relative; min-height: 41rem; padding-inline: 1.5rem; }
.screen-card { position: absolute; z-index: 1; top: 1rem; left: 1.5rem; width: 64%; overflow: hidden; margin: 0; border-radius: 1.7rem; background: transparent; box-shadow: var(--shadow); transform: rotate(-5deg); transform-origin: 50% 100%; }
.screen-card-lower { z-index: 2; top: 4.5rem; right: 2rem; left: auto; transform: rotate(5deg); }
.screen-card img { width: 100%; height: 34rem; object-fit: cover; object-position: center top; }

.safety-overview { background: linear-gradient(180deg, var(--mint-wash) 0%, var(--mint-soft) 100%); }
.safety-layers { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-panel); background: white; box-shadow: var(--shadow-soft); }
.safety-layers article { display: flex; min-height: 20rem; flex-direction: column; padding: 1.9rem; border-right: 1px solid var(--border); }
.safety-layers article:last-child { border-right: 0; }
.safety-layers article > span { color: var(--action); font-family: var(--mono); font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.safety-layers h3 { margin: 2rem 0 .75rem; }
.safety-layers p { margin: 0; color: rgb(45 64 51 / 72%); font-size: .98rem; line-height: 1.72; }
.safety-layers a { display: inline-flex; min-height: 2.75rem; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; border-top: 1px solid var(--border); color: var(--action); padding-top: 1.15rem; font-size: .88rem; font-weight: 900; }
.safety-layers a:hover { color: var(--forest); }

.comparison-table-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius-panel); background: white; box-shadow: var(--shadow-soft); }
.comparison-table { width: 100%; min-width: 760px; border-collapse: collapse; text-align: left; }
.comparison-table th, .comparison-table td { padding: 1.25rem 1.5rem; border-bottom: 1px solid var(--border); vertical-align: top; }
.comparison-table thead th { background: var(--forest); color: white; font-size: 1.05rem; }
.comparison-table thead th:first-child { width: 17%; }
.comparison-table tbody th { color: var(--forest); font-size: .9rem; }
.comparison-table tbody td { color: rgb(45 64 51 / 76%); }
.comparison-table tbody tr:last-child > * { border-bottom: 0; }
.comparison-table tbody tr:nth-child(even) { background: var(--soft); }
.comparison-note { margin: 1.1rem 0 0; color: var(--muted); font-size: .88rem; }
.pros-cons { margin-top: 3.25rem; padding-top: 2.75rem; border-top: 1px solid var(--border); }
.pros-cons-heading { display: grid; grid-template-columns: minmax(0, .9fr) minmax(22rem, 1.1fr); align-items: start; gap: 3rem; margin: 0 0 2rem; text-align: left; }
.pros-cons-heading .eyebrow { margin-bottom: .65rem; }
.pros-cons-heading h3 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.2rem); }
.pros-cons-heading > p:last-child { max-width: 38rem; margin: 0; padding-top: 2rem; justify-self: end; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.pros-cons-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.pros-cons-card { overflow: hidden; border: 1px solid rgb(8 127 48 / 18%); border-radius: var(--radius-panel); background: white; box-shadow: 0 14px 38px rgb(18 53 31 / 6%); }
.pros-cons-card h4 { margin: 0; padding: 1rem 1.5rem; color: white; font-size: 1.35rem; }
.pros-card h4 { background: var(--action); }
.cons-card { border-color: rgb(18 53 31 / 18%); background: var(--mint-quiet); }
.cons-card h4 { background: var(--forest); }
.pros-cons-card ul { margin: 0; padding: 1.25rem 1.5rem 1.5rem; list-style: none; }
.pros-cons-card li { position: relative; padding: .72rem 0 .72rem 2rem; border-bottom: 1px solid var(--border); color: rgb(45 64 51 / 78%); font-size: .98rem; line-height: 1.6; }
.pros-cons-card li:last-child { border-bottom: 0; }
.pros-cons-card li::before { position: absolute; top: .78rem; left: 0; width: 1.35rem; height: 1.35rem; border-radius: 50%; color: white; font-size: .78rem; font-weight: 900; line-height: 1.35rem; text-align: center; }
.pros-card li::before { background: var(--action); content: "✓"; }
.cons-card li::before { background: var(--forest); content: "!"; }
#comparison { padding-top: clamp(4.75rem, 6.5vw, 6.25rem); background: linear-gradient(180deg, var(--white) 0%, var(--mint-wash) 100%); }

.install-section { background: linear-gradient(145deg, #0b6f2e 0%, var(--forest) 100%); color: white; }
.install-heading { display: flex; max-width: 54rem; align-items: center; flex-direction: column; gap: 1.25rem; margin-inline: auto; text-align: center; }
.install-heading > p { max-width: 50rem; justify-self: auto; margin: 0 auto; }
.light-heading h2 { color: white; }
.light-heading .eyebrow { color: var(--brand); }
.light-heading > p { color: rgb(255 255 255 / 76%); }
.install-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-block: 1px solid rgb(255 255 255 / 15%); list-style: none; }
.install-steps li { padding: 2.2rem; border-right: 1px solid rgb(255 255 255 / 15%); }
.install-steps li:first-child { padding-left: 0; }
.install-steps li:last-child { border-right: 0; }
.install-steps span { color: var(--brand); font-family: var(--mono); font-size: .82rem; font-weight: 900; text-transform: uppercase; }
.install-steps h3 { margin: 1.1rem 0 .7rem; color: white; }
.install-steps p { margin: 0; color: rgb(255 255 255 / 76%); font-size: .98rem; line-height: 1.72; }
.install-actions { display: flex; align-items: center; flex-direction: column; justify-content: center; gap: .75rem; margin-top: 2.5rem; text-align: center; }
.install-actions .text-link { margin-top: 0; }

.safety-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(3rem, 6vw, 4.5rem); align-items: center; }
.release-record { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-panel); background: var(--mint-wash); box-shadow: var(--shadow-soft); }
.release-record-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--border); background: var(--lime); padding: 1.3rem 2rem; color: var(--forest); }
.release-record-head span { border-radius: 999px; background: white; color: var(--action); padding: .2rem .7rem; font-size: .74rem; font-weight: 900; }
.release-record dl { margin: 0; padding-inline: 2rem; }
.release-record dl div { display: grid; grid-template-columns: 10rem 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--border); }
.release-record dl div:last-child { border-bottom: 0; }
.release-record dt { color: var(--muted); font-size: .86rem; font-weight: 800; }
.release-record dd { min-width: 0; margin: 0; overflow-wrap: anywhere; color: var(--forest); font-family: var(--mono); font-size: .8rem; font-weight: 700; }

.compatibility-section { background: var(--paper); }
.compatibility-heading { max-width: 54rem; }
.compatibility-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 1rem; }
.compatibility-grid article { display: flex; min-height: 18.5rem; flex-direction: column; border: 1px solid var(--border); border-radius: var(--radius-panel); background: var(--mint-wash); padding: 1.7rem; box-shadow: 0 14px 36px rgb(18 53 31 / 5%); }
.compatibility-grid .compatibility-primary { background: linear-gradient(145deg, var(--action) 0%, #0a9b3a 100%); color: white; }
.compatibility-grid h3 { margin: 2.5rem 0 .7rem; font-size: 1.55rem; }
.compatibility-primary h3 { color: white; }
.compatibility-grid p { margin: 0; color: rgb(45 64 51 / 72%); font-size: .98rem; line-height: 1.72; }
.compatibility-primary p { color: rgb(255 255 255 / 90%); }
.compatibility-grid small, .compatibility-link { display: inline-flex; min-height: 2.75rem; align-items: center; margin-top: auto; border-top: 1px solid var(--border); color: var(--action); padding-top: 1rem; font-size: .84rem; font-weight: 900; }
.compatibility-link:hover { color: var(--forest); }
.compatibility-primary small, .compatibility-primary .compatibility-link { border-color: rgb(255 255 255 / 24%); color: white; }
.compatibility-status { align-self: flex-start; border-radius: 999px; background: var(--brand); color: var(--forest); padding: .3rem .7rem; font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.compatibility-primary .compatibility-status { background: white; color: var(--action); }
.compatibility-status-neutral { background: var(--lime); color: var(--action); }
.compatibility-status-limited { background: #eaf1eb; color: var(--logo-charcoal); }

.help-overview { border-block: 1px solid var(--border); background: linear-gradient(145deg, var(--mint-wash) 0%, var(--mint-soft) 100%); color: var(--body); }
.help-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(3rem, 7vw, 5.5rem); align-items: start; }
.help-grid h2 { color: var(--forest); }
.help-grid .section-copy { color: rgb(45 64 51 / 72%); }
.help-options { display: grid; overflow: hidden; grid-template-columns: 1fr 1fr; border: 1px solid var(--border); border-radius: var(--radius-panel); background: white; box-shadow: var(--shadow-soft); }
.help-options article { display: flex; min-height: 15rem; flex-direction: column; padding: 1.5rem; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.help-options article:nth-child(2n) { border-right: 0; }
.help-options article:nth-last-child(-n + 2) { border-bottom: 0; }
.help-options span { color: var(--action); font-family: var(--mono); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.help-options h3 { margin: 1.5rem 0 .6rem; color: var(--forest); font-size: 1.15rem; }
.help-options p { margin: 0; color: rgb(45 64 51 / 70%); font-size: .9rem; line-height: 1.7; }
.help-options a { display: inline-flex; min-height: 2.75rem; align-items: flex-end; margin-top: auto; color: var(--action); padding-top: 1rem; font-size: .86rem; font-weight: 900; }
.help-options a:hover { color: var(--forest); }

.faq-section { border-block: 1px solid var(--border); background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 4rem; align-items: start; }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); transition: background .18s ease; }
.faq-list details:hover, .faq-list details[open] { background: rgb(234 249 237 / 68%); }
.faq-list summary { position: relative; padding: 1.4rem 3rem 1.4rem 0; color: var(--forest); font-size: 1.03rem; font-weight: 900; list-style: none; transition: padding .18s ease, color .18s ease; }
.faq-list details:hover summary, .faq-list details[open] summary { padding-left: 1rem; color: var(--action); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 1.25rem; right: .25rem; color: var(--action); font-family: var(--mono); font-size: 1.5rem; }
.faq-list details[open] summary::after { content: "−"; }

/* Shared inner-page system */
.subpage-main { background: var(--paper); }
.subpage-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--border); background: radial-gradient(circle at 82% 12%, rgb(0 216 40 / 17%), transparent 32%), linear-gradient(180deg, var(--white), var(--mint-wash)); }
.subpage-hero::after { position: absolute; right: -7rem; bottom: -9rem; width: 23rem; height: 23rem; border: 1px solid rgb(8 127 48 / 10%); border-radius: 50%; content: ""; box-shadow: 0 0 0 3rem rgb(0 216 40 / 3%), 0 0 0 7rem rgb(0 216 40 / 2%); }
.subpage-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr); gap: clamp(3rem, 7vw, 6rem); align-items: end; padding-block: clamp(4.5rem, 8vw, 7.5rem); }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin-bottom: 1.35rem; color: var(--muted); font-size: .82rem; font-weight: 800; }
.breadcrumb a { color: var(--action); }
.breadcrumb a:hover { color: var(--forest); }
.subpage-hero h1 { max-width: 48rem; margin: 0; font-size: clamp(3.35rem, 7vw, 6rem); line-height: .94; }
.subpage-hero h1 span { display: block; margin-top: .6rem; color: var(--action); }
.subpage-summary { max-width: 44rem; margin: 1.55rem 0 0; color: rgb(45 64 51 / 78%); font-size: clamp(1.05rem, 1.7vw, 1.18rem); line-height: 1.75; }
.page-meta { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.8rem; }
.page-tag { display: inline-flex; min-height: 2.1rem; align-items: center; border: 1px solid var(--border); border-radius: 999px; background: rgb(255 255 255 / 82%); color: var(--forest); padding: .35rem .75rem; font-size: .76rem; font-weight: 900; }
.hero-aside { border: 1px solid rgb(8 127 48 / 14%); border-radius: var(--radius-panel); background: rgb(255 255 255 / 84%); padding: 1.65rem; box-shadow: var(--shadow-soft); backdrop-filter: blur(12px); }
.hero-aside > span { color: var(--action); font-family: var(--mono); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-aside h2 { margin: .9rem 0 .65rem; font-family: var(--display); font-size: 1.65rem; letter-spacing: -.04em; }
.hero-aside p { margin: 0; color: var(--muted); font-size: .94rem; line-height: 1.7; }
.hero-aside .button { width: 100%; margin-top: 1.25rem; }
.page-section { padding-block: clamp(4.25rem, 6vw, 5.75rem); scroll-margin-top: 5.5rem; }
.page-section + .page-section { border-top: 1px solid var(--border); }
.content-shell { display: grid; grid-template-columns: minmax(14rem, .34fr) minmax(0, 1fr); gap: clamp(3rem, 7vw, 6rem); align-items: start; }
.about-page .content-shell { display: block; }
.about-page .section-intro { position: static; max-width: none; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.about-page .article-body { max-width: none; }
.download-page .content-shell { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }
.section-intro { position: sticky; top: 7rem; }
.section-intro h2 { font-size: clamp(2.35rem, 4.4vw, 3.7rem); }
.section-intro p:not(.eyebrow) { margin: 1.2rem 0 0; color: var(--muted); line-height: 1.75; }
.article-body { min-width: 0; }
.article-body > :first-child { margin-top: 0; }
.article-body h2 { margin: 2.8rem 0 .8rem; font-size: clamp(2rem, 3vw, 2.75rem); }
.article-body h3 { margin: 2.1rem 0 .65rem; }
.article-body p { margin: 0 0 1.15rem; color: rgb(45 64 51 / 78%); line-height: 1.82; }
.article-body a:not(.button) { color: var(--action); font-weight: 800; text-decoration: underline; text-decoration-thickness: .08em; text-underline-offset: .2em; }
.info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.info-grid.three-up { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.info-card { display: flex; min-height: 13rem; flex-direction: column; border: 1px solid var(--border); border-radius: var(--radius-panel); background: var(--white); padding: 1.55rem; box-shadow: 0 12px 32px rgb(18 53 31 / 5%); }
.info-card > span { color: var(--action); font-family: var(--mono); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.info-card h3 { margin: 1.4rem 0 .65rem; }
.info-card p { margin: 0; color: var(--muted); font-size: .94rem; line-height: 1.72; }
.info-card a { margin-top: auto; padding-top: 1.25rem; color: var(--action); font-weight: 900; }
.step-stack, .release-list, .timeline-list { display: grid; gap: 1rem; }
.step-item { display: grid; grid-template-columns: 3.5rem minmax(0, 1fr); gap: 1.25rem; border: 1px solid var(--border); border-radius: var(--radius-panel); background: var(--white); padding: 1.6rem; box-shadow: var(--shadow-soft); }
.step-number { display: grid; width: 3rem; height: 3rem; place-items: center; border-radius: 1rem; background: var(--lime); color: var(--action); font-family: var(--mono); font-weight: 900; }
.step-item h3 { margin: .1rem 0 .55rem; }
.step-item p { margin: 0; color: var(--muted); line-height: 1.75; }
.release-card { display: grid; grid-template-columns: minmax(9rem, .3fr) minmax(0, 1fr) auto; gap: 1.5rem; align-items: center; border: 1px solid var(--border); border-radius: var(--radius-panel); background: var(--white); padding: 1.5rem; box-shadow: var(--shadow-soft); }
.release-card.current { border-color: rgb(8 127 48 / 32%); background: linear-gradient(135deg, var(--white), var(--mint-soft)); }
.release-version { color: var(--forest); font-family: var(--display); font-size: 1.65rem; font-weight: 900; }
.release-version small { display: block; margin-top: .25rem; color: var(--action); font-family: var(--sans); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.release-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.release-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .55rem; }
.release-actions .button { min-height: 2.65rem; padding: .65rem 1rem; font-size: .82rem; }
.timeline-entry { position: relative; border-left: 3px solid var(--border); padding: .2rem 0 2.6rem 2rem; }
.timeline-entry::before { position: absolute; top: .35rem; left: -.53rem; width: .9rem; height: .9rem; border: 3px solid var(--white); border-radius: 50%; background: var(--action); box-shadow: 0 0 0 1px var(--action); content: ""; }
.timeline-entry:last-child { padding-bottom: 0; }
.timeline-entry h3 { margin: 0 0 .55rem; }
.timeline-entry .release-label { color: var(--action); font-family: var(--mono); font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.timeline-entry ul, .check-list, .plain-list { margin: .9rem 0 0; padding: 0; list-style: none; }
.timeline-entry li, .check-list li, .plain-list li { position: relative; padding: .45rem 0 .45rem 1.7rem; color: rgb(45 64 51 / 78%); line-height: 1.65; }
.timeline-entry li::before, .check-list li::before { position: absolute; left: 0; color: var(--action); font-weight: 900; content: "✓"; }
.plain-list li::before { position: absolute; left: .2rem; color: var(--action); content: "•"; }
.callout { margin: 1.6rem 0; border: 1px solid rgb(8 127 48 / 18%); border-left: 4px solid var(--action); border-radius: 1rem; background: var(--mint-soft); padding: 1.2rem 1.35rem; color: var(--body); }
.callout strong { display: block; margin-bottom: .3rem; color: var(--forest); }
.callout.caution { border-color: rgb(56 56 56 / 16%); border-left-color: var(--logo-charcoal); background: #f3f5f3; }
.mini-record { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-panel); background: var(--white); }
.mini-record div { display: grid; grid-template-columns: minmax(8rem, .38fr) 1fr; gap: 1rem; padding: 1rem 1.25rem; border-bottom: 1px solid var(--border); }
.mini-record div:last-child { border-bottom: 0; }
.mini-record dt { color: var(--muted); font-weight: 800; }
.mini-record dd { min-width: 0; margin: 0; overflow-wrap: anywhere; color: var(--forest); font-family: var(--mono); font-size: .84rem; font-weight: 700; }
.page-cta { background: linear-gradient(135deg, var(--action), #0aa63d); color: white; }
.page-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: 3.6rem; }
.page-cta h2 { color: white; font-size: clamp(2.2rem, 4vw, 3.5rem); }
.page-cta p { max-width: 42rem; margin: .65rem 0 0; color: rgb(255 255 255 / 80%); }
.page-cta .button { flex: 0 0 auto; }
.legal-main { background: var(--white); padding-block: clamp(3.5rem, 7vw, 6.5rem); }
.legal-document { max-width: 56rem; }
.legal-document-header { border-bottom: 1px solid var(--border); padding-bottom: clamp(1.75rem, 4vw, 2.75rem); }
.legal-document-header h1 { margin: 0; max-width: none; font-size: clamp(2.8rem, 6vw, 4.8rem); line-height: 1; }
.legal-document .policy-body { max-width: none; padding-top: 2rem; }
.legal-document .policy-body h2 { margin-top: 2.6rem; font-size: clamp(1.4rem, 2.4vw, 1.8rem); line-height: 1.25; }
.legal-document .policy-body h2:first-of-type { margin-top: 2rem; }
.legal-document .policy-body p,
.legal-document .policy-body li { font-size: 1rem; line-height: 1.8; }
.legal-document .policy-body ol,
.legal-document .policy-body ul { padding-left: 1.35rem; }
.policy-body { max-width: 52rem; }
.policy-body h2 { margin-top: 2.8rem; font-size: clamp(2rem, 3.4vw, 2.8rem); }
.policy-body h3 { margin-top: 2rem; }
.policy-body p, .policy-body li { color: rgb(45 64 51 / 78%); line-height: 1.82; }
.policy-body ul { padding-left: 1.25rem; }
.policy-updated { margin-bottom: 2rem; border-bottom: 1px solid var(--border); color: var(--muted); padding-bottom: 1rem; font-size: .86rem; }
.policy-body a, .article-body a { overflow-wrap: anywhere; }
.policy-body a, .faq-list p a { color: var(--action); font-weight: 800; text-decoration: underline; text-decoration-thickness: .08em; text-underline-offset: .2em; }
.article-body ol { padding-left: 1.3rem; }
.article-body ol li { margin-top: .65rem; color: rgb(45 64 51 / 78%); line-height: 1.75; }
.in-page-nav { display: flex; flex-wrap: wrap; gap: .65rem; margin: 1.6rem 0 0; }
.in-page-nav a { display: inline-flex; min-height: 2.65rem; align-items: center; border: 1px solid var(--border); border-radius: 999px; background: var(--white); color: var(--action); padding: .55rem .9rem; font-size: .82rem; font-weight: 900; }
.in-page-nav a:hover { border-color: rgb(8 127 48 / 35%); background: var(--lime); color: var(--forest); }
.code-block { margin: 1rem 0 1.4rem; overflow-x: auto; border: 1px solid rgb(18 53 31 / 18%); border-radius: 1rem; background: var(--forest); color: white; padding: 1rem 1.15rem; font-family: var(--mono); font-size: .84rem; line-height: 1.75; white-space: nowrap; }
.code-block code { font: inherit; }
.decision-list { display: grid; gap: .75rem; margin: 1.3rem 0 0; padding: 0; list-style: none; }
.decision-list li { display: grid; grid-template-columns: minmax(8rem, .3fr) minmax(0, 1fr); gap: 1rem; border-top: 1px solid var(--border); padding-top: .9rem; }
.decision-list strong { color: var(--forest); }
.decision-list span { color: var(--muted); }
.community-note { border: 1px solid var(--border); border-radius: var(--radius-panel); background: linear-gradient(135deg, var(--white), var(--mint-soft)); padding: 1.55rem; box-shadow: var(--shadow-soft); }
.community-note h3 { margin: 0 0 .65rem; }
.community-note p:last-child { margin-bottom: 0; }
.contact-methods { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.contact-method { border: 1px solid var(--border); border-radius: var(--radius-panel); background: var(--white); padding: 1.6rem; }
.contact-method span { color: var(--action); font-family: var(--mono); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.contact-method h2 { margin: 1.2rem 0 .65rem; font-size: 1.75rem; }
.contact-method p { margin: 0 0 1rem; color: var(--muted); }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.related-card { display: flex; min-height: 11rem; flex-direction: column; border: 1px solid var(--border); border-radius: var(--radius-panel); background: var(--white); padding: 1.4rem; }
.related-card span { color: var(--action); font-family: var(--mono); font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.related-card h3 { margin: 1rem 0 .5rem; }
.related-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.related-card a { margin-top: auto; padding-top: 1rem; color: var(--action); font-weight: 900; }
.faq-list details p { max-width: 44rem; margin: -.25rem 1rem 1.5rem; color: rgb(45 64 51 / 72%); font-size: .98rem; line-height: 1.72; }

.download-banner { background: linear-gradient(110deg, var(--action) 0%, #0aa13a 62%, var(--brand) 100%); padding: 4.25rem 0; }
.download-banner-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.download-title { display: flex; align-items: center; gap: 1.25rem; }
.download-title img { width: 7rem; height: 7rem; flex: 0 0 7rem; object-fit: contain; filter: drop-shadow(0 14px 18px rgb(18 53 31 / 16%)); }
.download-title span { color: rgb(255 255 255 / 78%); font-size: .8rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.download-title h2 { margin: .3rem 0 0; color: white; font-size: clamp(2.2rem, 4vw, 3.2rem); }
.download-title p { margin: .5rem 0 0; color: rgb(255 255 255 / 86%); font-weight: 800; }

.site-footer { background: linear-gradient(145deg, var(--forest) 0%, #0d4425 100%); color: white; padding: 4rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgb(255 255 255 / 15%); }
.brand-light { color: white; }
.brand-light strong { color: var(--brand); }
.footer-brand p { max-width: 22rem; margin: 1.2rem 0 0; color: rgb(255 255 255 / 60%); line-height: 1.75; }
.site-footer h3 { margin-bottom: 1.2rem; color: white; font-size: 1rem; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin-top: .15rem; }
.site-footer li a, .footer-bottom a { display: inline-flex; min-width: 2.75rem; min-height: 2.75rem; align-items: center; }
.site-footer li a { color: rgb(255 255 255 / 58%); font-size: .9rem; }
.site-footer li a:hover, .footer-bottom a:hover { color: var(--brand); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-top: 1.7rem; color: rgb(255 255 255 / 44%); font-size: .82rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: .35rem 1.2rem; }
.mobile-download { display: none; }

.redirect-page { display: grid; min-height: 100vh; place-items: center; background: radial-gradient(circle at 75% 18%, rgb(0 216 40 / 15%), transparent 34%), linear-gradient(180deg, var(--white), var(--mint-wash)); padding: 2rem; }
.redirect-card { width: min(42rem, 100%); border: 1px solid var(--border); border-radius: var(--radius-panel); background: rgb(255 255 255 / 90%); padding: clamp(2rem, 6vw, 4rem); text-align: center; box-shadow: var(--shadow); }
.redirect-card img { width: 4rem; height: 4rem; margin: 0 auto 1.5rem; object-fit: contain; }
.redirect-card .eyebrow { justify-content: center; }
.redirect-card h1 { margin: 0; font-size: clamp(2.3rem, 6vw, 4rem); line-height: 1.02; }
.redirect-card > p:not(.eyebrow) { max-width: 34rem; margin: 1.35rem auto 0; color: var(--muted); }
.redirect-card .button { margin-top: 1.8rem; }

/* Arabic edition: mirror reading flow while keeping exact APK data stable. */
html[dir="rtl"] {
  direction: rtl;
  --display: Tahoma, Arial, sans-serif;
  --sans: Tahoma, Arial, sans-serif;
}
html[lang="hi"] {
  --display: "Noto Sans Devanagari", "Nirmala UI", "Kohinoor Devanagari", Arial, sans-serif;
  --sans: "Noto Sans Devanagari", "Nirmala UI", "Kohinoor Devanagari", Arial, sans-serif;
}
html[lang="bn"] {
  --display: "Noto Sans Bengali", "Nirmala UI", "Bangla Sangam MN", Arial, sans-serif;
  --sans: "Noto Sans Bengali", "Nirmala UI", "Bangla Sangam MN", Arial, sans-serif;
}
html[lang="ur"][dir="rtl"] {
  --display: "Noto Nastaliq Urdu", "Noto Sans Arabic", Tahoma, Arial, sans-serif;
  --sans: "Noto Nastaliq Urdu", "Noto Sans Arabic", Tahoma, Arial, sans-serif;
}
html[dir="rtl"] .skip-link { right: 1rem; left: auto; }
html[dir="rtl"] .language-menu ul { right: auto; left: 0; }
html[dir="rtl"] .hero::before { right: -8rem; left: auto; }
html[dir="rtl"] .hero-glow { right: auto; left: -2rem; }
html[dir="rtl"] .hero-visual { justify-self: start; justify-items: start; }
html[dir="rtl"] .apk-card { right: 0; left: auto; }
html[dir="rtl"] .release-summary div,
html[dir="rtl"] .fact-strip > div,
html[dir="rtl"] .journey-steps li,
html[dir="rtl"] .safety-layers article,
html[dir="rtl"] .install-steps li,
html[dir="rtl"] .help-options article { border-right: 0; border-left: 1px solid var(--border); }
html[dir="rtl"] .install-steps li { border-left-color: rgb(255 255 255 / 15%); }
html[dir="rtl"] .release-summary div:first-child { padding-right: 0; padding-left: 1.1rem; }
html[dir="rtl"] .release-summary div:last-child,
html[dir="rtl"] .fact-strip > div:last-child,
html[dir="rtl"] .journey-steps li:last-child,
html[dir="rtl"] .safety-layers article:last-child,
html[dir="rtl"] .install-steps li:last-child { border-left: 0; }
html[dir="rtl"] .journey-steps li:first-child { padding-right: 2rem; padding-left: 1.85rem; }
html[dir="rtl"] .category-columns article { padding-right: 0; padding-left: 3rem; }
html[dir="rtl"] .category-columns article + article { border-right: 1px solid var(--border); border-left: 0; padding-right: 3rem; padding-left: 0; }
html[dir="rtl"] .check-list li,
html[dir="rtl"] .timeline-entry li,
html[dir="rtl"] .plain-list li,
html[dir="rtl"] .pros-cons-card li { padding-right: 1.7rem; padding-left: 0; }
html[dir="rtl"] .pros-cons-card li { padding-right: 2rem; }
html[dir="rtl"] .check-list li::before,
html[dir="rtl"] .timeline-entry li::before,
html[dir="rtl"] .plain-list li::before,
html[dir="rtl"] .pros-cons-card li::before { right: 0; left: auto; }
html[dir="rtl"] .screen-card { right: 1.5rem; left: auto; transform: rotate(5deg); }
html[dir="rtl"] .screen-card-lower { right: auto; left: 2rem; transform: rotate(-5deg); }
html[dir="rtl"] .comparison-table,
html[dir="rtl"] .pros-cons-heading { text-align: right; }
html[dir="rtl"] .help-options article:nth-child(2n) { border-left: 0; }
html[dir="rtl"] .faq-list summary { padding-right: 0; padding-left: 3rem; }
html[dir="rtl"] .faq-list details:hover summary,
html[dir="rtl"] .faq-list details[open] summary { padding-right: 1rem; padding-left: 3rem; }
html[dir="rtl"] .faq-list summary::after { right: auto; left: .25rem; }
html[dir="rtl"] .subpage-hero::after { right: auto; left: -7rem; }
html[dir="rtl"] .timeline-entry { border-right: 3px solid var(--border); border-left: 0; padding: .2rem 2rem 2.6rem 0; }
html[dir="rtl"] .timeline-entry::before { right: -.53rem; left: auto; }
html[dir="rtl"] .callout { border-right: 4px solid var(--action); border-left: 1px solid rgb(8 127 48 / 18%); }
html[dir="rtl"] .callout.caution { border-right-color: var(--logo-charcoal); border-left-color: rgb(56 56 56 / 16%); }
html[dir="rtl"] .legal-document .policy-body ol,
html[dir="rtl"] .legal-document .policy-body ul,
html[dir="rtl"] .policy-body ul,
html[dir="rtl"] .article-body ol { padding-right: 1.35rem; padding-left: 0; }
html[dir="rtl"] .apk-card dd,
html[dir="rtl"] .release-summary dd,
html[dir="rtl"] .release-record dd,
html[dir="rtl"] .mini-record dd,
html[dir="rtl"] .release-version,
html[dir="rtl"] .code-block {
  direction: ltr;
  text-align: left;
  unicode-bidi: isolate;
}

@media (max-width: 1100px) {
  .header-inner { flex-wrap: wrap; gap: .4rem 1.2rem; padding-block: .65rem; }
  .language-menu { margin-inline-start: auto; }
  .main-nav { order: 3; width: 100%; gap: 1.1rem; overflow-x: auto; margin-inline-start: 0; border-top: 1px solid var(--border); scrollbar-width: none; }
  .main-nav::-webkit-scrollbar { display: none; }
  .main-nav a { flex: 0 0 auto; padding-block: .6rem; }
}

@media (max-width: 960px) {
  .header-inner { flex-wrap: wrap; gap: .4rem 1.2rem; padding-block: .65rem; }
  .main-nav { order: 3; width: 100%; gap: 1.1rem; overflow-x: auto; border-top: 1px solid var(--border); scrollbar-width: none; }
  .main-nav::-webkit-scrollbar { display: none; }
  .main-nav a { flex: 0 0 auto; padding-block: .6rem; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 4.5rem 7rem; }
  .hero-copy { max-width: 44rem; }
  .download-hero-grid { grid-template-columns: 1fr; gap: 2.75rem; }
  .download-hero-copy { max-width: 44rem; }
  .download-page .release-record { max-width: none; justify-self: stretch; }
  .hero-visual { max-width: 33rem; justify-self: center; }
  .about-grid, .product-grid, .safety-grid, .faq-grid { grid-template-columns: 1fr; gap: 3rem; }
  .split-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .split-heading > p { justify-self: start; }
  .feature-heading > p { white-space: normal; }
  .product-copy { max-width: 44rem; }
  .screen-grid { width: 100%; max-width: 42rem; margin-inline: auto; }
  .compatibility-grid { grid-template-columns: 1fr 1fr; }
  .compatibility-primary { grid-column: 1 / -1; }
  .help-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); gap: 2rem; }
  .subpage-hero-grid, .content-shell, .download-page .content-shell { grid-template-columns: 1fr; }
  .subpage-hero-grid { align-items: start; }
  .hero-aside { max-width: 38rem; }
  .section-intro { position: static; }
  .info-grid.three-up, .related-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  body { padding-bottom: 4.6rem; }
  .shell { width: min(100% - 2.5rem, 1180px); }
  .header-inner { min-height: 4.8rem; }
  .header-inner { position: relative; }
  .nav-toggle { display: inline-flex; margin-inline-start: auto; }
  .main-nav { position: absolute; z-index: 25; top: calc(100% + 1px); right: 0; left: 0; display: none; width: 100%; flex-direction: column; gap: 0; overflow: visible; margin: 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgb(255 255 255 / 98%); padding: .55rem 1.25rem .8rem; box-shadow: 0 18px 32px rgb(18 53 31 / 10%); }
  .site-header.nav-open .main-nav { display: flex; }
  .main-nav a { width: 100%; padding-block: .65rem; }
  .language-menu { margin-inline-start: 0; }
  .hero-grid { min-height: auto; padding-block: 4rem 6.5rem; }
  .hero h1 { font-size: clamp(3.6rem, 17vw, 5.1rem); }
  .download-hero-shell { min-height: auto; padding-block: 4rem 6.5rem; }
  .download-hero-heading { margin-bottom: 2.5rem; }
  .download-hero-heading h1 { font-size: clamp(3.2rem, 14vw, 4.45rem); line-height: .95; }
  .hero-lead { font-size: 1.05rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .release-summary div { padding-inline: .7rem; }
  .release-summary dt { font-size: .64rem; }
  .release-summary dd { font-size: .78rem; }
  .hero-visual { margin-top: 1.5rem; }
  .hero-device { width: min(100%, 19rem); height: 33rem; }
  .apk-card { width: 88%; max-width: 22rem; padding: 1.2rem; }
  .section { padding-block: 4.6rem; }
  h2 { font-size: clamp(2.45rem, 11vw, 3.35rem); }
  .about-grid { gap: 2rem; }
  .prose p { font-size: 1.02rem; }
  .fact-strip { grid-template-columns: 1fr; }
  .fact-strip > div, .fact-strip > div:first-child { padding: 1.25rem; border-right: 0; border-bottom: 1px solid var(--border); }
  .fact-strip > div:last-child { border-bottom: 0; }
  .journey-steps { grid-template-columns: 1fr; }
  .journey-steps li, .journey-steps li:first-child { min-height: auto; padding: 1.75rem; border-right: 0; border-bottom: 1px solid var(--border); }
  .journey-steps li:last-child { border-bottom: 0; }
  .journey-steps h3 { margin-top: 1.4rem; }
  .journey-steps a { margin-top: 1.5rem; }
  .feature-list { padding-inline: 1.2rem; }
  .feature-list li { grid-template-columns: 3.5rem 1fr; gap: .5rem; }
  .categories-section { padding-top: 0; padding-bottom: 2rem; }
  .categories-wrap { transform: translateY(-2.5rem); margin-bottom: -2.5rem; border-radius: 1.5rem; padding: 2rem 1.3rem; }
  .category-columns { grid-template-columns: 1fr; }
  .category-columns article { padding: 2rem 0 0; }
  .category-columns article + article { margin-top: 2.2rem; border-top: 1px solid var(--border); border-left: 0; padding: 2.2rem 0 0; }
  .category-columns li { grid-template-columns: 7rem 1fr; }
  .pros-cons-heading { grid-template-columns: 1fr; gap: 1rem; }
  .pros-cons-heading > p:last-child { padding-top: 0; justify-self: start; }
  .pros-cons-grid { grid-template-columns: 1fr; }
  .screen-grid { min-height: 36rem; padding-inline: 1.25rem; }
  .screen-card { top: .8rem; left: 1.25rem; width: 64%; border-radius: 1.3rem; transform: rotate(-4deg); }
  .screen-card-lower { top: 3rem; right: 1.25rem; left: auto; transform: rotate(4deg); }
  .screen-card img { height: 29rem; }
  .safety-layers { grid-template-columns: 1fr; }
  .safety-layers article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--border); }
  .safety-layers article:last-child { border-bottom: 0; }
  .safety-layers h3 { margin-top: 1.5rem; }
  .safety-layers a { margin-top: 1.5rem; }
  .install-steps { grid-template-columns: 1fr; }
  .install-steps li { padding: 2rem 0; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 15%); }
  .install-steps li:last-child { border-bottom: 0; }
  .install-actions { align-items: center; }
  .release-record-head, .release-record dl { padding-inline: 1.2rem; }
  .release-record dl div { grid-template-columns: 1fr; gap: .35rem; }
  .compatibility-grid { grid-template-columns: 1fr; }
  .compatibility-primary { grid-column: auto; }
  .compatibility-grid article { min-height: 18rem; }
  .help-options { grid-template-columns: 1fr; }
  .help-options article, .help-options article:nth-child(2n), .help-options article:nth-last-child(-n + 2) { min-height: auto; border-right: 0; border-bottom: 1px solid var(--border); }
  .help-options article:last-child { border-bottom: 0; }
  .download-banner-inner { align-items: stretch; flex-direction: column; }
  .download-title img { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .subpage-hero-grid { padding-block: 4rem 5rem; }
  .subpage-hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .info-grid, .info-grid.three-up, .related-grid, .contact-methods { grid-template-columns: 1fr; }
  .release-card { grid-template-columns: 1fr; }
  .release-actions { justify-content: flex-start; }
  .step-item { grid-template-columns: 1fr; }
  .decision-list li { grid-template-columns: 1fr; gap: .2rem; }
  .page-cta-inner { align-items: flex-start; flex-direction: column; }
  .page-cta .button { width: 100%; }
  .mobile-download { position: fixed; z-index: 60; right: 0; bottom: 0; left: 0; display: block; border-top: 1px solid var(--border); background: rgb(255 255 255 / 95%); padding: .7rem; backdrop-filter: blur(16px); }
  .mobile-download .button { width: 100%; }
  html[dir="rtl"] .fact-strip > div,
  html[dir="rtl"] .fact-strip > div:first-child,
  html[dir="rtl"] .journey-steps li,
  html[dir="rtl"] .journey-steps li:first-child,
  html[dir="rtl"] .safety-layers article,
  html[dir="rtl"] .install-steps li,
  html[dir="rtl"] .help-options article,
  html[dir="rtl"] .help-options article:nth-child(2n),
  html[dir="rtl"] .help-options article:nth-last-child(-n + 2) { border-left: 0; }
  html[dir="rtl"] .category-columns article,
  html[dir="rtl"] .category-columns article + article { border-right: 0; padding: 2.2rem 0 0; }
  html[dir="rtl"] .category-columns article:first-child { padding-top: 2rem; }
  html[dir="rtl"] .screen-card { right: 1.25rem; left: auto; transform: rotate(4deg); }
  html[dir="rtl"] .screen-card-lower { right: auto; left: 1.25rem; transform: rotate(-4deg); }
}

@media (max-width: 430px) {
  .brand { font-size: 1.16rem; }
  .brand img { width: 2.45rem; height: 2.45rem; }
  .main-nav { flex-wrap: wrap; gap: 0 .9rem; overflow: visible; }
  .main-nav a { padding-block: .38rem; }
  .hero h1 { font-size: 3.7rem; }
  .pill { font-size: .77rem; }
  .release-summary { grid-template-columns: 1fr 1fr 1.05fr; }
  .apk-card { width: 88%; }
  .apk-card dl div { grid-template-columns: 1fr 1.3fr; }
  .screen-grid { min-height: 32rem; padding-inline: 1rem; }
  .screen-card { top: .65rem; left: 1rem; width: 65%; }
  .screen-card-lower { top: 2.5rem; right: 1rem; left: auto; }
  .screen-card img { height: 25.5rem; }
  .category-columns li { grid-template-columns: 1fr; gap: .15rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  html[dir="rtl"] .screen-card { right: 1rem; left: auto; }
  html[dir="rtl"] .screen-card-lower { right: auto; left: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  /* Accessibility override: suppress all authored motion regardless of component specificity. */
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

@media (forced-colors: active) {
  html { scrollbar-color: auto; }
  .button, .comparison-table-wrap, .categories-wrap, .release-record { border: 1px solid CanvasText; }
}
