@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@500;600&display=swap");

:root {
  color-scheme: dark;
  --night: #07100c;
  --night-2: #0b1712;
  --panel: #101e18;
  --panel-2: #14261e;
  --line-dark: rgba(202, 235, 220, 0.13);
  --green: #59e2a5;
  --green-strong: #2fc98a;
  --green-soft: #c9f9e3;
  --white: #f5f8f6;
  --muted-dark: #a6b8af;
  --paper: #f2f5f2;
  --paper-2: #e8eee9;
  --ink: #102019;
  --muted: #56675f;
  --line: #d2ddd6;
  --radius: 20px;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--night);
  color: var(--white);
  font-family: "DM Sans", "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.product-page {
  overflow-x: hidden;
}

body.legal-page {
  color-scheme: light;
  background: var(--paper);
  color: var(--ink);
}

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

a {
  color: inherit;
}

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

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

.skip-link {
  position: fixed;
  z-index: 200;
  top: 0.8rem;
  left: 0.8rem;
  padding: 0.7rem 1rem;
  border-radius: 0.55rem;
  background: var(--green);
  color: var(--night);
  font-weight: 700;
  transform: translateY(-160%);
}

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

.container {
  width: min(1160px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  z-index: 50;
  top: 1rem;
  right: 0;
  left: 0;
}

.legal-page .site-header {
  position: sticky;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(242, 245, 242, 0.92);
  backdrop-filter: blur(16px);
}

.nav-wrap {
  display: flex;
  min-height: 4rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.55rem 0.65rem 0.55rem 1rem;
  border: 1px solid var(--line-dark);
  border-radius: 15px;
  background: rgba(11, 23, 18, 0.78);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

.legal-page .nav-wrap {
  width: min(1160px, calc(100% - 2.5rem));
  min-height: 4.5rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand img {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.5rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.site-nav > a:not(.button) {
  color: #c3d1ca;
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none;
}

.legal-page .site-nav > a:not(.button) {
  color: var(--muted);
}

.site-nav > a:not(.button):hover {
  color: var(--white);
}

.legal-page .site-nav > a:not(.button):hover {
  color: #126a49;
}

.menu-button {
  display: none;
  width: 2.55rem;
  height: 2.55rem;
  cursor: pointer;
  border: 1px solid var(--line-dark);
  border-radius: 0.65rem;
  background: var(--panel);
}

.menu-button::before,
.menu-button::after {
  display: block;
  width: 1.1rem;
  height: 2px;
  margin: 0.32rem auto;
  background: var(--white);
  content: "";
}

.legal-page .menu-button {
  border-color: var(--line);
  background: #fff;
}

.legal-page .menu-button::before,
.legal-page .menu-button::after {
  background: var(--ink);
}

.button {
  display: inline-flex;
  min-height: 2.8rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.68rem 1rem;
  border: 1px solid var(--green);
  border-radius: 10px;
  background: var(--green);
  color: #06110c;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:hover {
  border-color: #85edbd;
  background: #85edbd;
}

.button.ghost {
  border-color: var(--line-dark);
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
}

.button.ghost:hover {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
}

.legal-page .button {
  border-color: #126a49;
  background: #126a49;
  color: #fff;
}

.hero {
  position: relative;
  min-height: 930px;
  padding: 10rem 0 5rem;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 77% 25%, rgba(38, 201, 135, 0.14), transparent 25rem),
    radial-gradient(circle at 18% 12%, rgba(74, 148, 111, 0.1), transparent 22rem),
    linear-gradient(180deg, #08110d 0%, #07100c 100%);
  content: "";
}

.hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

.hero-intro {
  display: grid;
  align-items: end;
  gap: 4rem;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.65fr);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.2rem;
  color: var(--green);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: currentColor;
  content: "";
  box-shadow: 0 0 0 5px rgba(89, 226, 165, 0.1);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 14ch;
  font-size: clamp(3.3rem, 6vw, 5rem);
  font-weight: 600;
}

h2 {
  max-width: 17ch;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 600;
}

h3 {
  font-size: 1.15rem;
  font-weight: 600;
}

.hero-side > p {
  max-width: 33rem;
  margin: 0;
  color: var(--muted-dark);
  font-size: 1.02rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.6rem;
}

.platform-note {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 1rem 0 0;
  color: #81958b;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
}

.platform-note::before {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--green);
  content: "";
}

.product-stage {
  position: relative;
  max-width: 1060px;
  margin: 5rem auto 0;
}

.product-stage::before {
  position: absolute;
  z-index: -1;
  inset: -2.5rem 6rem 2rem;
  border-radius: 50%;
  background: rgba(39, 193, 130, 0.16);
  filter: blur(70px);
  content: "";
}

.window-frame {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(220, 240, 231, 0.2);
  border-radius: 18px;
  background: #edf2ee;
  box-shadow: var(--shadow);
}

.window-top {
  display: flex;
  height: 2.7rem;
  align-items: center;
  gap: 0.42rem;
  padding: 0 1rem;
  border-bottom: 1px solid #d5ded8;
  background: #f8faf8;
}

.window-top i {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: #c4cec8;
}

.window-top strong {
  margin-left: 0.55rem;
  color: #516159;
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 600;
}

.product-shot {
  position: relative;
  height: 500px;
  overflow: hidden;
  background: #f6f8f6;
}

.product-shot img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center top;
}

.product-shot--actual {
  height: auto;
  aspect-ratio: 1368 / 897;
}

.product-shot--actual img {
  object-fit: contain;
}

.screenshot-caption {
  margin: 0;
  padding: 0.75rem 1rem;
  border-top: 1px solid #d5ded8;
  background: #f8faf8;
  color: #516159;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  line-height: 1.5;
}

.stage-labels {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  color: #789087;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.stage-labels span {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.stage-labels span::before {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: var(--green);
  content: "";
}

.surface {
  padding: 7.5rem 0;
  background: var(--paper);
  color: var(--ink);
}

.surface.dark {
  background: var(--night);
  color: var(--white);
}

.section-heading {
  display: grid;
  align-items: end;
  gap: 3rem;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.55fr);
}

.section-heading p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

.dark .section-heading p:not(.eyebrow) {
  color: var(--muted-dark);
}

.bento {
  display: grid;
  gap: 1rem;
  margin-top: 3.5rem;
  grid-template-columns: repeat(12, 1fr);
}

.bento-card {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  padding: 1.7rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.bento-card.large {
  grid-column: span 7;
}

.bento-card.medium {
  grid-column: span 5;
}

.bento-card.third {
  grid-column: span 4;
}

.bento-card.accent {
  border-color: #1c7654;
  background: #0d563c;
  color: #fff;
}

.bento-card.dark-card {
  border-color: #23352c;
  background: #101b16;
  color: #fff;
}

.card-tag {
  display: inline-flex;
  padding: 0.35rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.65rem;
  text-transform: uppercase;
}

.accent .card-tag,
.dark-card .card-tag {
  border-color: rgba(255, 255, 255, 0.15);
  color: #b9d7ca;
}

.bento-card h3 {
  max-width: 21rem;
  margin-top: 3.2rem;
  font-size: 1.55rem;
}

.bento-card p {
  max-width: 29rem;
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.accent p,
.dark-card p {
  color: #c2d9cf;
}

.file-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 2rem;
}

.file-chips span {
  padding: 0.55rem 0.75rem;
  border: 1px solid #d2ddd6;
  border-radius: 9px;
  background: #f6f8f6;
  color: #276849;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.76rem;
  font-weight: 600;
}

.route-line {
  display: grid;
  align-items: center;
  gap: 0.8rem;
  margin-top: 2.3rem;
  grid-template-columns: auto 1fr auto;
}

.route-app {
  display: flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.08);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
}

.route-track {
  height: 1px;
  background: linear-gradient(90deg, rgba(89, 226, 165, 0.3), var(--green));
}

.route-state {
  color: var(--green);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  text-transform: uppercase;
}

.local-ring {
  display: flex;
  width: 5rem;
  height: 5rem;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  border: 1px solid rgba(89, 226, 165, 0.25);
  border-radius: 50%;
  color: var(--green);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  box-shadow: inset 0 0 0 11px rgba(89, 226, 165, 0.05);
}

.steps-layout {
  display: grid;
  align-items: start;
  gap: 5rem;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.1fr);
}

.steps-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.step {
  display: grid;
  gap: 1.2rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 2rem 1fr;
}

.step b {
  color: #14714e;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.75rem;
}

.step p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.account-grid {
  display: grid;
  align-items: center;
  gap: 4.5rem;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
}

.account-copy > p:not(.eyebrow) {
  color: var(--muted-dark);
}

.check-list {
  display: grid;
  gap: 0.75rem;
  margin: 1.8rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: grid;
  gap: 0.7rem;
  color: #b3c6bd;
  font-size: 0.88rem;
  grid-template-columns: auto 1fr;
}

.check-list li::before {
  color: var(--green);
  content: "—";
}

.account-frame {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: #edf2ee;
  box-shadow: var(--shadow);
}

.privacy-row {
  display: grid;
  gap: 1rem;
  margin-top: 3rem;
  grid-template-columns: repeat(3, 1fr);
}

.privacy-item {
  min-height: 190px;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.privacy-item strong {
  display: block;
  margin-bottom: 1.8rem;
  color: #14714e;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.7rem;
  text-transform: uppercase;
}

.privacy-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.privacy-link {
  display: inline-flex;
  margin-top: 2rem;
  color: #126a49;
  font-weight: 700;
  text-decoration: none;
}

.privacy-link:hover {
  text-decoration: underline;
}

.faq {
  display: grid;
  gap: 0.8rem;
  margin-top: 3rem;
}

details {
  padding: 1.15rem 1.3rem;
  border: 1px solid var(--line-dark);
  border-radius: 12px;
  background: var(--panel);
}

summary {
  cursor: pointer;
  font-weight: 600;
}

details p {
  margin: 0.7rem 0 0;
  color: var(--muted-dark);
  font-size: 0.9rem;
}

.final-cta {
  padding: 2rem 0 7rem;
  background: var(--night);
}

.cta-panel {
  display: grid;
  align-items: center;
  gap: 2rem;
  padding: 3.4rem;
  border: 1px solid rgba(89, 226, 165, 0.25);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 90% 10%, rgba(89, 226, 165, 0.18), transparent 20rem),
    var(--panel);
  grid-template-columns: 1fr auto;
}

.cta-panel h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.cta-panel p {
  margin: 0.7rem 0 0;
  color: var(--muted-dark);
}

.site-footer {
  padding: 3.5rem 0;
  border-top: 1px solid var(--line-dark);
  background: var(--night);
}

.legal-page .site-footer {
  border-color: var(--line);
  background: var(--paper);
}

.footer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr auto auto;
}

.footer-copy {
  max-width: 25rem;
  margin-top: 0.9rem;
  color: var(--muted-dark);
  font-size: 0.84rem;
}

.legal-page .footer-copy {
  color: var(--muted);
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 0.55rem;
  min-width: 9rem;
}

.footer-column strong {
  margin-bottom: 0.25rem;
  color: #71887d;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-column a {
  color: var(--muted-dark);
  font-size: 0.84rem;
  text-decoration: none;
}

.legal-page .footer-column a {
  color: var(--muted);
}

.footer-column a:hover {
  color: var(--green);
}

.legal-page .footer-column a:hover {
  color: #126a49;
}

.copyright {
  margin: 2.5rem 0 0;
  color: #71887d;
  font-size: 0.75rem;
}

.legal-page .copyright {
  color: var(--muted);
}

.legal-hero {
  padding: 6rem 0 3rem;
  border-bottom: 1px solid var(--line);
  background: var(--paper-2);
}

.legal-hero .eyebrow {
  color: #126a49;
}

.legal-hero h1 {
  max-width: none;
  font-size: clamp(2.8rem, 6vw, 4.6rem);
}

.legal-meta {
  margin: 1rem 0 0;
  color: var(--muted);
}

.legal-layout {
  display: grid;
  gap: 3.5rem;
  padding: 4rem 0 7rem;
  grid-template-columns: 15rem minmax(0, 48rem);
  justify-content: center;
}

.legal-nav {
  position: sticky;
  top: 6rem;
  align-self: start;
  display: grid;
  gap: 0.55rem;
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.legal-nav strong {
  margin-bottom: 0.3rem;
  color: #126a49;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-nav a {
  color: var(--muted);
  font-size: 0.82rem;
  text-decoration: none;
}

.legal-nav a:hover {
  color: #126a49;
}

.legal-copy {
  min-width: 0;
}

.legal-copy h2 {
  max-width: none;
  margin: 3.5rem 0 1rem;
  padding-top: 1rem;
  font-size: 1.7rem;
  letter-spacing: -0.025em;
}

.legal-copy h2:first-child {
  margin-top: 0;
}

.legal-copy h3 {
  margin: 1.7rem 0 0.6rem;
  font-size: 1.05rem;
}

.legal-copy p,
.legal-copy li {
  color: #45564f;
}

.legal-copy ul {
  padding-left: 1.35rem;
}

.legal-callout {
  padding: 1.1rem 1.2rem;
  border-left: 4px solid #126a49;
  border-radius: 0 12px 12px 0;
  background: #dbede3;
}

.placeholder {
  color: #885500;
  font-weight: 700;
}

@media (max-width: 980px) {
  .hero-intro,
  .section-heading,
  .steps-layout,
  .account-grid {
    grid-template-columns: 1fr;
  }

  .hero-intro {
    gap: 1.5rem;
  }

  .hero-side > p {
    max-width: 42rem;
  }

  .product-shot {
    height: 430px;
  }

  .bento-card.large,
  .bento-card.medium,
  .bento-card.third {
    grid-column: span 6;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-nav {
    position: static;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 1.4rem, 1160px);
  }

  .site-header {
    top: 0.7rem;
  }

  .legal-page .site-header {
    top: 0;
  }

  .nav-wrap {
    padding-left: 0.8rem;
  }

  .legal-page .nav-wrap {
    width: min(100% - 1.4rem, 1160px);
  }

  .menu-button {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.4rem);
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    padding: 0.9rem;
    border: 1px solid var(--line-dark);
    border-radius: 13px;
    background: #0d1a14;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    flex-direction: column;
  }

  .legal-page .site-nav {
    border-color: var(--line);
    background: #fff;
  }

  .site-nav[data-open] {
    display: flex;
  }

  .hero {
    min-height: auto;
    padding: 8.5rem 0 4rem;
  }

  h1 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .hero-side > p {
    font-size: 0.96rem;
  }

  .hero-actions .button {
    flex: 1 1 100%;
  }

  .product-stage {
    margin-top: 3rem;
  }

  .product-shot {
    height: 280px;
  }

  .product-shot.product-shot--actual {
    height: auto;
  }

  .product-shot img {
    width: 100%;
  }

  .stage-labels {
    display: none;
  }

  .surface {
    padding: 5rem 0;
  }

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

  .bento-card.large,
  .bento-card.medium,
  .bento-card.third {
    min-height: 240px;
    grid-column: auto;
  }

  .privacy-row,
  .footer-grid,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .account-frame .product-shot--actual {
    height: auto;
  }

  .cta-panel {
    padding: 2rem;
  }

  .cta-panel .button {
    width: 100%;
  }

  .legal-hero {
    padding: 4rem 0 2.5rem;
  }

  .legal-layout {
    padding: 2.5rem 0 4.5rem;
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Official site pages */
body.official-page {
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
}

.official-page .site-header {
  position: sticky;
  top: 0;
  border-bottom: 1px solid rgba(202, 235, 220, 0.09);
  background: rgba(7, 16, 12, 0.92);
  backdrop-filter: blur(18px);
}

.official-page .nav-wrap {
  width: min(1160px, calc(100% - 2.5rem));
  min-height: 4.5rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.official-page .site-header .brand {
  color: var(--white);
}

.site-nav a[aria-current="page"] {
  color: var(--green);
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 9vw, 8.5rem) 0;
  background:
    linear-gradient(rgba(89, 226, 165, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89, 226, 165, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 82% 28%, rgba(47, 201, 138, 0.18), transparent 30%),
    var(--night);
  background-size: 64px 64px, 64px 64px, auto, auto;
  color: var(--white);
}

.page-hero--compact {
  padding-block: clamp(4.5rem, 8vw, 7rem);
}

.page-hero-grid {
  display: grid;
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.86fr);
}

.breadcrumb {
  display: flex;
  gap: 0.55rem;
  margin: 0 0 2.5rem;
  color: #789187;
  font: 600 0.7rem/1 var(--font-mono, "IBM Plex Mono", monospace);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.breadcrumb a {
  text-decoration: none;
}

.page-hero h1,
.about-hero h1 {
  max-width: 15ch;
  margin: 0.85rem 0 1.5rem;
  font-size: clamp(3.25rem, 6vw, 6.7rem);
  line-height: 0.96;
  letter-spacing: -0.065em;
}

.page-hero--compact h1 {
  max-width: 16ch;
  font-size: clamp(3.2rem, 5vw, 5.6rem);
}

.page-lead {
  max-width: 43rem;
  margin: 0;
  color: var(--muted-dark);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
}

.hero-mini-window {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(216, 239, 228, 0.18);
  border-radius: 18px;
  background: #f5f8f6;
  box-shadow: var(--shadow);
  transform: rotate(1.3deg);
}

.hero-mini-window img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center top;
}

.hero-mini-window--actual img {
  aspect-ratio: 1368 / 897;
  object-fit: contain;
}

.stat-strip {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat-grid > div {
  display: grid;
  gap: 0.2rem;
  min-height: 8rem;
  align-content: center;
  padding: 1.5rem;
  border-right: 1px solid var(--line);
}

.stat-grid > div:first-child {
  border-left: 1px solid var(--line);
}

.stat-grid strong {
  font-size: 1.05rem;
}

.stat-grid span {
  color: var(--muted);
  font-size: 0.82rem;
}

.content-section {
  padding: clamp(5rem, 9vw, 8.5rem) 0;
  background: var(--paper);
}

.content-section--muted {
  background: var(--paper-2);
}

.content-section--dark {
  background: var(--night);
  color: var(--white);
}

.page-section-heading {
  display: grid;
  max-width: 780px;
  gap: 0.9rem;
  margin-bottom: 3.5rem;
}

.page-section-heading h2,
.split-story h2,
.trust-band h2,
.about-story h2,
.independence h2 {
  margin: 0;
  font-size: clamp(2.5rem, 4.5vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.page-section-heading > p:last-child {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.official-feature-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(12, 1fr);
}

.official-card {
  min-height: 320px;
  padding: clamp(1.6rem, 3vw, 2.5rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  grid-column: span 4;
}

.official-card.card-wide {
  grid-column: span 8;
}

.official-card--green {
  border-color: #0f6949;
  background: #0e6546;
  color: #fff;
}

.card-number,
.aside-label,
.release-index > span {
  color: #2c765b;
  font: 600 0.68rem/1 var(--font-mono, "IBM Plex Mono", monospace);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.official-card--green .card-number {
  color: var(--green);
}

.official-card h3 {
  max-width: 19ch;
  margin: 4.5rem 0 0.85rem;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.official-card p {
  max-width: 40rem;
  margin: 0;
  color: var(--muted);
}

.official-card--green p {
  color: #c8e4d7;
}

.file-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 2.3rem;
}

.file-chip-row span {
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: #1d674c;
  background: #f4f7f5;
  font: 600 0.7rem/1 var(--font-mono, "IBM Plex Mono", monospace);
}

.split-story,
.trust-band,
.about-story,
.independence {
  display: grid;
  gap: clamp(3rem, 8vw, 9rem);
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
}

.official-steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.official-steps li {
  display: grid;
  gap: 1.2rem;
  padding: 1.6rem 0;
  border-top: 1px solid var(--line-dark);
  grid-template-columns: auto 1fr;
}

.official-steps li > span {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border-radius: 50%;
  color: var(--night);
  background: var(--green);
  font-weight: 700;
}

.official-steps strong {
  font-size: 1.2rem;
}

.official-steps p {
  margin: 0.2rem 0 0;
  color: var(--muted-dark);
}

.trust-band > div:last-child,
.about-story > div:last-child,
.independence > div:last-child {
  color: var(--muted);
  font-size: 1.08rem;
}

.content-section--dark .independence > div:last-child {
  color: var(--muted-dark);
}

.text-link {
  display: inline-block;
  margin-top: 1rem;
  color: #17855e;
  font-weight: 700;
  text-decoration: none;
}

.content-section--dark .text-link {
  color: var(--green);
}

.mini-cta,
.support-callout {
  padding: 3.5rem 0;
  border-top: 1px solid var(--line-dark);
  background: #0c1b14;
  color: var(--white);
}

.mini-cta .container,
.support-callout .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.mini-cta h2,
.support-callout h2 {
  margin: 0.3rem 0 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  letter-spacing: -0.05em;
}

.download-layout {
  display: grid;
  align-items: start;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
}

.release-card {
  padding: clamp(1.6rem, 4vw, 3rem);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(24, 54, 41, 0.08);
}

.release-top {
  display: grid;
  align-items: center;
  gap: 1rem;
  grid-template-columns: auto 1fr auto;
}

.release-top img {
  width: 3.5rem;
  border-radius: 12px;
}

.release-top span,
.release-entry-head span {
  color: #26775a;
  font: 600 0.68rem/1 var(--font-mono, "IBM Plex Mono", monospace);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.release-top h2 {
  margin: 0.25rem 0 0;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  letter-spacing: -0.045em;
}

.release-badge {
  padding: 0.6rem 0.8rem;
  border-radius: 99px;
  background: #e3f7ed;
}

.download-primary {
  width: 100%;
  margin: 1.5rem 0 2rem;
  justify-content: center;
}

.release-meta {
  display: grid;
  margin: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(2, 1fr);
}

.release-meta > div {
  padding: 1rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.release-meta dt {
  color: var(--muted);
  font-size: 0.72rem;
}

.release-meta dd {
  margin: 0.2rem 0 0;
  font-weight: 700;
}

.checksum {
  display: grid;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.checksum span {
  color: var(--muted);
  font-size: 0.72rem;
}

.checksum code {
  overflow-wrap: anywhere;
  padding: 0.8rem;
  border-radius: 8px;
  background: var(--paper);
  color: #875800;
  font-size: 0.75rem;
}

.download-aside {
  display: grid;
  gap: 2.2rem;
  padding-top: 1rem;
}

.download-aside ul {
  padding-left: 1.2rem;
  color: var(--muted);
}

.install-grid,
.value-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

.install-grid article,
.value-grid article {
  min-height: 230px;
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.64);
}

.install-grid span,
.value-grid span {
  color: #297658;
  font: 600 0.7rem/1 var(--font-mono, "IBM Plex Mono", monospace);
}

.install-grid h3,
.value-grid h3 {
  margin: 3.2rem 0 0.5rem;
  font-size: 1.45rem;
}

.support-contact-card {
  padding: 2rem;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(18, 41, 31, 0.78);
}

.support-contact-card > span {
  color: var(--green);
  font: 600 0.68rem/1 var(--font-mono, "IBM Plex Mono", monospace);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.support-contact-card h2 {
  margin: 1.5rem 0 0.5rem;
  font-size: 2.2rem;
}

.support-contact-card p {
  color: var(--muted-dark);
}

.support-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

.support-grid article {
  min-height: 300px;
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.support-grid article > span {
  color: #287659;
  font: 600 0.67rem/1 var(--font-mono, "IBM Plex Mono", monospace);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.support-grid h2 {
  margin: 4rem 0 0.7rem;
  font-size: 1.55rem;
  line-height: 1.08;
}

.support-grid p {
  color: var(--muted);
}

.support-grid a {
  color: #137b55;
  font-weight: 700;
  text-decoration: none;
}

.faq-official {
  display: grid;
  gap: 4rem;
  grid-template-columns: 0.7fr 1.3fr;
}

.faq-official h2 {
  margin: 0.5rem 0;
  font-size: clamp(2.5rem, 4vw, 4rem);
  letter-spacing: -0.05em;
}

.changelog-layout {
  display: grid;
  align-items: start;
  gap: 5rem;
  grid-template-columns: 180px minmax(0, 1fr);
}

.release-index {
  position: sticky;
  top: 7rem;
  display: grid;
  gap: 0.8rem;
}

.release-index > span {
  margin-bottom: 0.6rem;
}

.release-index a {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}

.release-index em {
  color: #168158;
  font-size: 0.7rem;
  font-style: normal;
}

.release-list {
  display: grid;
  gap: 1.5rem;
}

.release-entry {
  padding: clamp(1.6rem, 4vw, 3rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.release-entry-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--line);
}

.release-entry-head h2 {
  margin: 0.4rem 0 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: -0.05em;
}

.release-entry-head time {
  color: var(--muted);
  font: 500 0.72rem/1.4 var(--font-mono, "IBM Plex Mono", monospace);
}

.change-group {
  padding: 1.5rem 0;
}

.change-group h3 {
  font-size: 1rem;
}

.change-group li {
  margin-bottom: 0.55rem;
  color: var(--muted);
}

.about-hero {
  padding: clamp(6rem, 12vw, 11rem) 0;
  background:
    radial-gradient(circle at 84% 42%, rgba(89, 226, 165, 0.18), transparent 25%),
    var(--night);
  color: var(--white);
}

.about-hero > .container > p:last-child {
  max-width: 650px;
  color: var(--muted-dark);
  font-size: 1.2rem;
}

.value-grid {
  grid-template-columns: repeat(4, 1fr);
}

.independence .placeholder {
  color: #f2c870;
}

.official-page .footer-grid,
.product-page .footer-grid,
.legal-page .footer-grid {
  grid-template-columns: minmax(260px, 1fr) repeat(3, auto);
}

.copyright {
  margin: 2.5rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line-dark);
  color: #74887f;
  font-size: 0.72rem;
}

@media (max-width: 980px) {
  .page-hero-grid,
  .download-layout,
  .split-story,
  .trust-band,
  .about-story,
  .independence,
  .faq-official {
    grid-template-columns: 1fr;
  }

  .page-hero-grid {
    gap: 3rem;
  }

  .official-card,
  .official-card.card-wide {
    grid-column: span 6;
  }

  .support-grid,
  .install-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .official-page .footer-grid,
  .product-page .footer-grid,
  .legal-page .footer-grid {
    grid-template-columns: 1fr repeat(3, auto);
  }
}

@media (max-width: 720px) {
  .official-page .nav-wrap {
    width: min(100% - 1.4rem, 1160px);
  }

  .official-page .site-nav {
    border-color: var(--line-dark);
    background: #0d1a14;
  }

  .page-hero-grid {
    grid-template-columns: 1fr;
  }

  .page-hero h1,
  .about-hero h1 {
    font-size: clamp(3rem, 15vw, 4.4rem);
  }

  .hero-mini-window {
    transform: none;
  }

  .stat-grid,
  .support-grid,
  .install-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .stat-grid > div {
    min-height: 6rem;
    border-left: 1px solid var(--line);
  }

  .official-card,
  .official-card.card-wide {
    min-height: 270px;
    grid-column: 1 / -1;
  }

  .official-feature-grid {
    grid-template-columns: 1fr;
  }

  .release-top {
    grid-template-columns: auto 1fr;
  }

  .release-badge {
    display: none;
  }

  .release-meta {
    grid-template-columns: 1fr;
  }

  .mini-cta .container,
  .support-callout .container,
  .release-entry-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .changelog-layout {
    gap: 2rem;
    grid-template-columns: 1fr;
  }

  .release-index {
    position: static;
    grid-template-columns: repeat(2, 1fr);
  }

  .release-index > span {
    grid-column: 1 / -1;
  }

  .official-page .footer-grid,
  .product-page .footer-grid,
  .legal-page .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
