:root {
  color-scheme: light;
  --ink: #17211e;
  --muted: #5f6f69;
  --line: #d6dfdc;
  --paper: #ffffff;
  --surface: #f3f7f5;
  --surface-strong: #e8efec;
  --forest: #10221d;
  --forest-soft: #19372e;
  --green: #168a66;
  --green-dark: #0e6d50;
  --blue: #1976a1;
  --blue-dark: #105b7d;
  --amber: #b96a10;
  --red: #b83c37;
  --shadow-sm: 0 8px 22px rgba(16, 34, 29, 0.08);
  --shadow-lg: 0 26px 64px rgba(16, 34, 29, 0.18);
  --header-height: 72px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
select {
  color: inherit;
  font: inherit;
  letter-spacing: 0;
}

button,
a,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #58bde6;
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  inset-inline-start: 12px;
  padding: 10px 16px;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 6px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-height);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(23, 33, 30, 0.1);
  backdrop-filter: blur(16px);
}

.nav-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(1440px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  gap: 32px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: max-content;
  font-size: 18px;
  font-weight: 760;
}

.brand-link img {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  box-shadow: 0 5px 14px rgba(25, 118, 161, 0.2);
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 650;
  color: #40514b;
}

.nav-links a,
.nav-signin {
  transition: color 160ms ease;
}

.nav-links a:hover,
.nav-signin:hover {
  color: var(--green-dark);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.language-control {
  display: inline-flex;
  align-items: center;
  height: 40px;
  gap: 7px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
}

.language-control svg {
  width: 17px;
  height: 17px;
}

.language-control select {
  max-width: 112px;
  height: 36px;
  border: 0;
  background: transparent;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
}

.nav-signin {
  display: inline-flex;
  align-items: center;
  height: 40px;
  gap: 7px;
  padding: 0 14px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 720;
}

.nav-signin svg {
  width: 16px;
  height: 16px;
}

.menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 720px;
  height: calc(100svh - 112px);
  max-height: 900px;
  overflow: hidden;
  background: var(--forest);
  color: var(--paper);
}

.hero-background,
.hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-background {
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.04);
}

.hero-scrim {
  background: rgba(8, 19, 16, 0.72);
}

.hero-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: min(1440px, calc(100% - 96px));
  height: 100%;
  margin: 0 auto;
  padding: 44px 0 88px;
}

.hero-copy {
  width: min(680px, 62%);
}

.release-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  margin-bottom: 24px;
  padding: 5px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(16, 34, 29, 0.72);
  font-size: 13px;
  font-weight: 700;
}

.release-dot,
.live-indicator,
.footer-status > span:first-child {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #48d7a4;
  box-shadow: 0 0 0 4px rgba(72, 215, 164, 0.16);
}

.hero h1 {
  margin: 0;
  font-size: 78px;
  line-height: 0.98;
  font-weight: 790;
  letter-spacing: 0;
}

.hero-line {
  max-width: 650px;
  margin: 22px 0 0;
  font-size: 34px;
  line-height: 1.16;
  font-weight: 720;
}

.hero-description {
  max-width: 610px;
  margin: 20px 0 0;
  color: #d5e2dd;
  font-size: 19px;
  line-height: 1.6;
}

.hero-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  gap: 10px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 760;
  transition: transform 150ms ease, background-color 150ms ease, border-color 150ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg {
  width: 19px;
  height: 19px;
}

.button-primary {
  background: #23a47d;
  color: var(--paper);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.button-primary:hover {
  background: #148862;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(16, 34, 29, 0.58);
  color: var(--paper);
}

.button-secondary:hover {
  background: rgba(16, 34, 29, 0.86);
}

.button-light {
  background: var(--paper);
  color: var(--forest);
}

.button-light:hover {
  background: #e5f0eb;
}

.hero-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  margin-top: 28px;
  color: #cfddd8;
  font-size: 13px;
  font-weight: 650;
}

.hero-assurances > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-assurances svg {
  width: 17px;
  height: 17px;
  color: #63deb2;
}

.hero-status {
  position: absolute;
  inset-inline-end: 0;
  bottom: 42px;
  display: flex;
  max-width: 620px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background: rgba(9, 22, 18, 0.86);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(16px);
}

.status-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 270px;
  gap: 12px;
  padding: 14px 18px;
}

.status-item + .status-item {
  border-inline-start: 1px solid rgba(255, 255, 255, 0.18);
}

.status-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  background: #1d8065;
}

.status-icon svg {
  width: 19px;
  height: 19px;
}

.status-item div {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.status-item strong {
  font-size: 13px;
}

.status-item div span {
  color: #aec2bb;
  font-size: 12px;
}

.proof-band {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.proof-inner {
  display: grid;
  grid-template-columns: 1.1fr 1.8fr auto;
  align-items: center;
  width: min(1440px, calc(100% - 64px));
  min-height: 118px;
  margin: 0 auto;
  gap: 36px;
}

.proof-statement {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.proof-statement strong {
  font-size: 17px;
}

.proof-statement span {
  color: var(--muted);
  font-size: 13px;
}

.platform-list {
  display: flex;
  justify-content: center;
  gap: 26px;
  color: #42534d;
  font-size: 13px;
  font-weight: 720;
}

.platform-list span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.platform-list svg {
  width: 18px;
  height: 18px;
  color: var(--green-dark);
}

.proof-numbers {
  display: flex;
  gap: 26px;
}

.proof-numbers > span {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  gap: 6px;
}

.proof-numbers strong {
  font-size: 25px;
}

.proof-numbers small {
  color: var(--muted);
  font-size: 11px;
}

.section {
  width: min(1260px, calc(100% - 64px));
  margin: 0 auto;
  padding: 112px 0;
}

.section-band {
  width: 100%;
  padding: 112px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.section-heading {
  max-width: 790px;
  margin-bottom: 54px;
}

.section-heading h2,
.security-copy h2,
.faq-heading h2,
.final-cta h2,
.language-lead h2 {
  margin: 10px 0 0;
  font-size: 46px;
  line-height: 1.13;
  font-weight: 780;
  letter-spacing: 0;
}

.section-heading p,
.faq-heading p,
.security-copy > p,
.final-cta p {
  max-width: 730px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.eyebrow {
  display: inline-block;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.eyebrow.light {
  color: #67deb4;
}

.product-stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid #aebdb8;
  border-radius: 8px;
  background: #0a1210;
  box-shadow: var(--shadow-lg);
}

.product-stage > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.session-readout {
  position: absolute;
  inset-inline-start: 22px;
  bottom: 22px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 3px 10px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  background: rgba(9, 22, 18, 0.92);
  color: var(--paper);
  box-shadow: var(--shadow-sm);
}

.session-readout strong {
  font-size: 13px;
}

.session-readout > span:last-child {
  grid-column: 2;
  color: #b9cbc5;
  font-size: 11px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.benefit {
  padding: 32px 38px 34px 0;
}

.benefit + .benefit {
  padding-inline-start: 38px;
  border-inline-start: 1px solid var(--line);
}

.benefit:nth-child(3n + 1) {
  padding-inline-start: 0;
  border-inline-start: 0;
}

.benefit:nth-child(n + 4) {
  border-top: 1px solid var(--line);
}

.benefit svg {
  width: 25px;
  height: 25px;
  color: var(--green-dark);
}

.benefit h3,
.role-copy h3,
.step h3,
.security-item h3 {
  margin: 18px 0 0;
  font-size: 20px;
  line-height: 1.3;
}

.benefit p,
.role-copy p,
.step p,
.security-item p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.roles-inner,
.guides-inner,
.downloads-inner {
  width: min(1260px, calc(100% - 64px));
  margin: 0 auto;
}

.role-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.role-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  align-items: end;
  min-height: 530px;
  overflow: hidden;
  padding: 42px 18px 0 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.endpoint-panel {
  background: var(--forest);
  color: var(--paper);
  border-color: var(--forest);
}

.role-copy {
  align-self: start;
  padding-top: 14px;
  padding-inline-end: 24px;
}

.role-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.endpoint-panel .role-label {
  color: #67deb4;
}

.role-label svg {
  width: 17px;
  height: 17px;
}

.role-copy h3 {
  max-width: 330px;
  margin-top: 22px;
  font-size: 30px;
}

.role-copy p {
  max-width: 360px;
  font-size: 16px;
}

.endpoint-panel .role-copy p {
  color: #b9cbc5;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 26px;
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 780;
}

.endpoint-panel .text-link {
  color: #67deb4;
}

.text-link svg {
  width: 17px;
  height: 17px;
  transition: transform 150ms ease;
}

.text-link:hover svg {
  transform: translateX(4px);
}

[dir="rtl"] .text-link:hover svg {
  transform: translateX(-4px);
}

.phone-frame {
  align-self: end;
  width: 100%;
  max-height: 470px;
  overflow: hidden;
  border: 7px solid #1a2421;
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
  box-shadow: -12px 0 32px rgba(16, 34, 29, 0.18);
}

.endpoint-panel .phone-frame {
  border-color: #dfe9e5;
}

.phone-frame img {
  width: 100%;
  height: auto;
}

.how-section .section-heading {
  margin-bottom: 30px;
}

.step-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.step {
  position: relative;
  min-height: 340px;
  padding: 34px 42px 40px 0;
}

.step + .step {
  padding-inline-start: 42px;
  border-inline-start: 1px solid var(--line);
}

.step-number {
  color: #7c8e87;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  font-weight: 720;
}

.step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-top: 44px;
  border-radius: 8px;
  background: #e1f3ec;
  color: var(--green-dark);
}

.step:nth-child(2) .step-icon {
  background: #e1eef4;
  color: var(--blue-dark);
}

.step:nth-child(3) .step-icon {
  background: #fff0d9;
  color: var(--amber);
}

.step-icon svg {
  width: 24px;
  height: 24px;
}

.step h3 {
  margin-top: 24px;
  font-size: 22px;
}

.guides-section {
  background: #f6f8fb;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.guide {
  min-width: 0;
  padding: 34px 40px 40px 0;
}

.guide + .guide {
  padding-inline-start: 40px;
  border-inline-start: 1px solid var(--line);
}

.guide-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #e1f3ec;
  color: var(--green-dark);
}

.guide-icon.blue {
  background: #e1eef4;
  color: var(--blue-dark);
}

.guide-icon.amber {
  background: #fff0d9;
  color: var(--amber);
}

.guide-icon svg {
  width: 23px;
  height: 23px;
}

.guide h3 {
  margin: 22px 0 0;
  font-size: 21px;
  line-height: 1.3;
}

.guide ol {
  display: grid;
  gap: 13px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: guide-step;
}

.guide li {
  position: relative;
  min-height: 24px;
  padding-inline-start: 34px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  counter-increment: guide-step;
}

.guide li::before {
  position: absolute;
  inset-inline-start: 0;
  top: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid #b8c6c1;
  border-radius: 50%;
  color: #40514b;
  font-size: 11px;
  font-weight: 780;
  content: counter(guide-step);
}

.security-section {
  background: var(--forest);
  color: var(--paper);
}

.security-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  width: min(1260px, calc(100% - 64px));
  margin: 0 auto;
  padding: 112px 0;
  gap: 90px;
}

.security-copy {
  position: sticky;
  top: 120px;
  align-self: start;
}

.security-copy h2 {
  font-size: 44px;
}

.security-copy > p {
  color: #b9cbc5;
}

.security-copy .button {
  margin-top: 30px;
}

.security-list {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.security-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.security-item > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #67deb4;
}

.security-item svg {
  width: 22px;
  height: 22px;
}

.security-item h3 {
  margin-top: 2px;
}

.security-item p {
  color: #aebfb9;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.7fr 1.3fr;
  align-items: end;
  gap: 14px;
}

.gallery-item {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.gallery-item img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.gallery-desktop img {
  aspect-ratio: 1.23 / 1;
}

.gallery-mobile img {
  aspect-ratio: 0.52 / 1;
}

.gallery-item figcaption {
  display: flex;
  flex-direction: column;
  min-height: 78px;
  padding: 16px 18px;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.gallery-item figcaption strong {
  font-size: 14px;
}

.gallery-item figcaption span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.downloads-section {
  background: #e9f0ed;
}

.download-picker {
  padding: 22px;
  border: 1px solid #bdcac5;
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}

.detected-platform {
  min-height: 22px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

.platform-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 12px;
  padding: 4px;
  border-radius: 7px;
  background: var(--surface-strong);
}

.platform-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 48px;
  gap: 8px;
  padding: 8px 12px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #53645e;
  font-size: 13px;
  font-weight: 720;
  cursor: pointer;
}

.platform-tabs button[aria-selected="true"] {
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 2px 8px rgba(16, 34, 29, 0.1);
}

.platform-tabs svg {
  width: 18px;
  height: 18px;
}

.download-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 18px;
}

.download-card {
  display: grid;
  grid-template-columns: auto 1fr;
  min-height: 230px;
  gap: 18px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.download-card .role-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #dff2ea;
  color: var(--green-dark);
}

.download-card.endpoint-download .role-icon {
  background: #e2eef4;
  color: var(--blue-dark);
}

.role-icon svg {
  width: 23px;
  height: 23px;
}

.download-card-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.download-card-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.download-card h3 {
  margin: 0;
  font-size: 20px;
}

.download-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.download-card .platform-notice {
  margin-top: 13px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: #42544d;
  font-size: 12px;
}

.file-details {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 14px;
  margin-top: 14px;
}

.file-meta {
  color: #6c7c76;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  white-space: nowrap;
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: auto;
  padding-top: 22px;
}

.download-button,
.alternate-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 760;
}

.download-button {
  background: var(--green);
  color: var(--paper);
}

.download-button:hover {
  background: var(--green-dark);
}

.alternate-download {
  border-color: var(--line);
  background: var(--paper);
}

.download-button[aria-disabled="true"],
.alternate-download[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.48;
}

.download-button svg,
.alternate-download svg {
  width: 16px;
  height: 16px;
}

.preview-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 2px 8px;
  border: 1px solid #e0b164;
  border-radius: 999px;
  background: #fff3dc;
  color: #8b4f08;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.download-empty {
  grid-column: 1 / -1;
  padding: 32px;
  border: 1px dashed #a9b9b3;
  border-radius: 8px;
  color: var(--muted);
  text-align: center;
}

.release-notice {
  display: grid;
  grid-template-columns: auto 1fr;
  max-width: 900px;
  gap: 14px;
  margin-top: 22px;
  color: #53645e;
}

.release-notice > svg {
  width: 21px;
  height: 21px;
  color: var(--amber);
}

.release-notice strong {
  color: var(--ink);
  font-size: 13px;
}

.release-notice p {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.6;
}

.languages-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
}

.language-lead {
  display: grid;
  grid-template-columns: 86px 1fr;
  align-items: start;
  gap: 28px;
}

.language-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 8px;
  background: var(--forest);
  color: var(--paper);
  font-size: 34px;
  font-weight: 760;
}

.language-lead h2 {
  font-size: 35px;
}

.language-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.language-cloud span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  color: #43544e;
  font-size: 13px;
  font-weight: 680;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 90px;
}

.faq-heading {
  position: sticky;
  top: 120px;
  align-self: start;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 20px;
  padding: 18px 2px;
  font-size: 17px;
  font-weight: 740;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  transition: transform 180ms ease;
}

.faq-list details[open] summary svg {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 720px;
  margin: -4px 0 0;
  padding: 0 46px 26px 2px;
  color: var(--muted);
  line-height: 1.7;
}

[dir="rtl"] .faq-list details p {
  padding-right: 2px;
  padding-left: 46px;
}

.final-cta {
  padding: 98px 32px;
  background: var(--forest);
  color: var(--paper);
  text-align: center;
}

.final-cta-inner {
  max-width: 790px;
  margin: 0 auto;
}

.final-cta p {
  margin-inline: auto;
  color: #b9cbc5;
}

.final-actions {
  justify-content: center;
}

.site-footer {
  padding: 72px 0 28px;
  background: #0a1512;
  color: var(--paper);
}

.footer-main,
.footer-bottom {
  width: min(1260px, calc(100% - 64px));
  margin: 0 auto;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 90px;
  padding-bottom: 62px;
}

.light-brand img {
  box-shadow: none;
}

.footer-brand p {
  max-width: 390px;
  margin: 20px 0 0;
  color: #9fb1aa;
}

.footer-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  color: #b7c8c2;
  font-size: 12px;
  font-weight: 700;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #91a39d;
  font-size: 13px;
}

.footer-links strong {
  margin-bottom: 5px;
  color: var(--paper);
  font-size: 13px;
}

.footer-links a:hover {
  color: #67deb4;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: #849690;
  font-size: 12px;
}

.footer-legal-links {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.footer-legal-links a:hover {
  color: #67deb4;
}

.legal-page {
  background: var(--surface);
}

.legal-header .nav-shell {
  grid-template-columns: 1fr auto;
}

.legal-nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.legal-shell {
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 96px;
}

.legal-heading {
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.legal-heading .eyebrow {
  margin-bottom: 12px;
}

.legal-heading h1 {
  margin: 0;
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: 0;
}

.legal-summary {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.legal-effective {
  display: block;
  margin-top: 18px;
  color: #53645e;
  font-size: 13px;
  font-weight: 700;
}

.legal-content {
  padding-top: 38px;
}

.legal-content section {
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.legal-content h2 {
  margin: 0;
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: 0;
}

.legal-content p,
.legal-content li {
  color: #455650;
  line-height: 1.75;
}

.legal-content p {
  margin: 12px 0 0;
}

.legal-content ul {
  margin: 12px 0 0;
  padding-inline-start: 22px;
}

.legal-content li + li {
  margin-top: 8px;
}

.legal-content a {
  color: var(--blue-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 34px;
  color: var(--green-dark);
  font-weight: 740;
}

.mobile-download {
  display: none;
}

.download-toast {
  position: fixed;
  z-index: 200;
  inset-inline-end: 24px;
  bottom: 24px;
  max-width: min(420px, calc(100% - 48px));
  padding: 13px 16px;
  border: 1px solid #37554b;
  border-radius: 6px;
  background: var(--forest);
  color: var(--paper);
  box-shadow: var(--shadow-lg);
  font-size: 13px;
  font-weight: 650;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .nav-shell {
    gap: 18px;
  }

  .nav-links {
    gap: 17px;
  }

  .nav-signin span {
    display: none;
  }

  .nav-signin {
    width: 40px;
    padding: 0;
    justify-content: center;
  }

  .proof-inner {
    grid-template-columns: 1fr 1.8fr;
  }

  .proof-numbers {
    display: none;
  }

  .role-panel {
    grid-template-columns: minmax(0, 1fr) 170px;
    padding-inline-start: 30px;
  }

  .role-copy h3 {
    font-size: 26px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 0.6fr 0.6fr 1fr;
  }
}

@media (max-width: 920px) {
  :root {
    --header-height: 64px;
  }

  .nav-shell {
    width: min(100% - 32px, 820px);
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    position: fixed;
    top: var(--header-height);
    inset-inline: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: calc(100svh - var(--header-height));
    overflow: auto;
    padding: 12px 24px 28px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    box-shadow: var(--shadow-lg);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 17px 4px;
    border-bottom: 1px solid var(--line);
    font-size: 16px;
  }

  .menu-button {
    display: inline-flex;
  }

  .hero {
    min-height: 690px;
    height: calc(100svh - 92px);
  }

  .hero-inner {
    width: min(100% - 48px, 820px);
    padding-bottom: 116px;
  }

  .hero-copy {
    width: min(650px, 90%);
  }

  .hero h1 {
    font-size: 62px;
  }

  .hero-line {
    font-size: 29px;
  }

  .hero-status {
    inset-inline: 0;
    bottom: 24px;
    max-width: none;
  }

  .proof-inner {
    display: block;
    min-height: 0;
    padding: 28px 0;
  }

  .platform-list {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 22px;
  }

  .section,
  .section-band,
  .security-inner {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .section-heading h2,
  .security-copy h2,
  .faq-heading h2,
  .final-cta h2 {
    font-size: 39px;
  }

  .role-showcase {
    grid-template-columns: 1fr;
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }

  .guide,
  .guide + .guide {
    padding: 28px 0;
    border-inline-start: 0;
  }

  .guide + .guide {
    border-top: 1px solid var(--line);
  }

  .role-panel {
    grid-template-columns: 1fr 230px;
  }

  .security-inner,
  .faq-section {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .security-copy,
  .faq-heading {
    position: static;
  }

  .gallery-grid {
    grid-template-columns: 1fr 0.65fr;
  }

  .gallery-item:nth-child(3) {
    grid-column: 2;
  }

  .gallery-item:nth-child(4) {
    grid-row: 2;
    grid-column: 1;
  }

  .languages-section {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 680px) {
  .site-header {
    backdrop-filter: none;
  }

  .brand-link {
    font-size: 16px;
  }

  .language-control {
    width: 42px;
    justify-content: center;
    padding: 0;
  }

  .language-control select {
    position: absolute;
    width: 42px;
    opacity: 0;
  }

  .nav-signin {
    display: none;
  }

  .hero {
    min-height: 720px;
    height: calc(100svh - 76px);
    max-height: 820px;
  }

  .hero-background {
    object-position: center;
  }

  .hero-inner {
    align-items: flex-start;
    width: calc(100% - 34px);
    padding-top: 58px;
    padding-bottom: 126px;
  }

  .hero-copy {
    width: 100%;
  }

  .release-badge {
    margin-bottom: 20px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero-line {
    max-width: 480px;
    margin-top: 18px;
    font-size: 27px;
  }

  .hero-description {
    margin-top: 16px;
    font-size: 16px;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-assurances {
    gap: 10px 16px;
    margin-top: 21px;
    font-size: 11px;
  }

  .hero-status {
    display: none;
  }

  .proof-inner,
  .section,
  .roles-inner,
  .guides-inner,
  .downloads-inner,
  .security-inner,
  .footer-main,
  .footer-bottom {
    width: calc(100% - 34px);
  }

  .platform-list {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 14px 24px;
  }

  .section,
  .section-band,
  .security-inner {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .section-heading h2,
  .security-copy h2,
  .faq-heading h2,
  .final-cta h2,
  .language-lead h2 {
    font-size: 32px;
  }

  .section-heading p,
  .faq-heading p,
  .security-copy > p,
  .final-cta p {
    font-size: 16px;
  }

  .product-stage {
    aspect-ratio: 0.9 / 1;
  }

  .product-stage > img {
    object-position: 56% top;
  }

  .session-readout {
    inset-inline: 12px;
    bottom: 12px;
  }

  .benefit-grid,
  .step-list {
    grid-template-columns: 1fr;
  }

  .benefit,
  .benefit + .benefit,
  .step,
  .step + .step {
    min-height: 0;
    padding: 28px 0;
    border-inline-start: 0;
  }

  .benefit + .benefit,
  .step + .step {
    border-top: 1px solid var(--line);
  }

  .step-icon {
    margin-top: 28px;
  }

  .role-panel {
    grid-template-columns: 1fr 128px;
    min-height: 500px;
    padding: 28px 12px 0 24px;
  }

  .role-copy {
    padding-inline-end: 14px;
  }

  .role-copy h3 {
    font-size: 25px;
  }

  .role-copy p {
    font-size: 14px;
  }

  .phone-frame {
    border-width: 5px;
    border-bottom: 0;
    border-radius: 19px 19px 0 0;
  }

  .security-inner {
    gap: 42px;
  }

  .security-item {
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }

  .security-item > span {
    width: 42px;
    height: 42px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .gallery-desktop,
  .gallery-mobile,
  .gallery-item:nth-child(3),
  .gallery-item:nth-child(4) {
    grid-row: auto;
    grid-column: auto;
  }

  .gallery-desktop {
    grid-column: 1 / -1;
  }

  .gallery-desktop img {
    aspect-ratio: 1.35 / 1;
  }

  .download-picker {
    padding: 14px;
  }

  .platform-tabs {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .platform-tabs::-webkit-scrollbar {
    display: none;
  }

  .platform-tabs button {
    min-width: 106px;
    scroll-snap-align: start;
  }

  .download-grid {
    grid-template-columns: 1fr;
  }

  .download-card {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 22px;
  }

  .download-card .role-icon {
    width: 44px;
    height: 44px;
  }

  .download-card-header {
    align-items: flex-start;
  }

  .download-actions {
    margin-top: 18px;
    padding-top: 0;
  }

  .download-button,
  .alternate-download {
    flex: 1 1 auto;
  }

  .language-lead {
    grid-template-columns: 58px 1fr;
    gap: 18px;
  }

  .language-symbol {
    width: 58px;
    height: 58px;
    font-size: 24px;
  }

  .faq-section {
    gap: 38px;
  }

  .faq-list summary {
    min-height: 74px;
    font-size: 15px;
  }

  .faq-list details p,
  [dir="rtl"] .faq-list details p {
    padding-inline: 2px 34px;
    font-size: 14px;
  }

  .final-cta {
    padding: 72px 17px 96px;
  }

  .final-actions .button {
    width: 100%;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .footer-legal-links {
    order: 3;
  }

  .legal-shell {
    width: calc(100% - 34px);
    padding: 48px 0 72px;
  }

  .legal-heading h1 {
    font-size: 38px;
  }

  .legal-summary {
    font-size: 16px;
  }

  .legal-nav-actions .nav-signin {
    display: inline-flex;
    width: auto;
    padding-inline: 11px;
  }

  .mobile-download {
    position: fixed;
    z-index: 90;
    inset-inline: 16px;
    bottom: max(14px, env(safe-area-inset-bottom));
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    gap: 9px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 7px;
    background: var(--green);
    color: var(--paper);
    box-shadow: 0 12px 34px rgba(16, 34, 29, 0.3);
    font-size: 14px;
    font-weight: 780;
    transform: translateY(90px);
    transition: transform 180ms ease;
  }

  .mobile-download.visible {
    transform: translateY(0);
  }

  .mobile-download svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-height: 720px) and (min-width: 681px) {
  .hero {
    min-height: 630px;
  }

  .hero h1 {
    font-size: 62px;
  }

  .hero-line {
    font-size: 28px;
  }

  .hero-description {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
