/* Geolead Data — Konsol Pemetaan Penjualan
   Compiled from the React source layers (index + geolead-*.css)
   plus screenshot acceptance for desktop 1440. */

:root {
  --nav-max: 1260px;
  --nav-inset: 24px;
  --nav-pad: 0px;
  --nav-height: 76px;
  --radius: 0.65rem;
  --background: #070d18;
  --foreground: #f4f1e9;
  --navy: #070d18;
  --deep: #0b1422;
  --panel: #0e1929;
  --panel-soft: #111f33;
  --line: rgba(137, 161, 190, 0.18);
  --line-strong: rgba(163, 188, 218, 0.3);
  --text: #f4f1e9;
  --ink: #f4f1e9;
  --ink-soft: #95a2b6;
  --ink-faint: #6e7e95;
  --muted-text: #95a2b6;
  --amber: #f4b64a;
  --accent: #f4b64a;
  --lime: #b7f34a;
  --blue: #7aa6d6;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
  --font-display: "Instrument Sans", system-ui, sans-serif;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
  --fs-h1: clamp(2.5rem, 4.6vw, 5.1rem);
  --fs-h2: clamp(2.15rem, 3.8vw, 3.6rem);
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--navy);
  max-width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  max-width: 100%;
  overflow-x: clip;
  background: var(--navy);
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.05rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overscroll-behavior-x: none;
  padding-top: 78px;
}

button, a { font: inherit; }
button { border: 0; background: none; color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
[hidden] { display: none !important; }

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 80;
  padding: 8px 12px;
  background: var(--amber);
  color: #151f2a;
  font-weight: 700;
  border-radius: 6px;
}
.skip-link:focus { top: 12px; }

.site-shell {
  position: relative;
  overflow: clip;
  isolation: isolate;
  background:
    radial-gradient(circle at 88% 4%, rgba(48, 94, 143, 0.15), transparent 25rem),
    radial-gradient(circle at 4% 46%, rgba(183, 243, 74, 0.04), transparent 22rem),
    var(--navy);
}
.site-shell::after {
  content: "";
  position: absolute;
  inset: 78px 0 auto;
  height: 700px;
  pointer-events: none;
  background: radial-gradient(ellipse 52% 46% at 77% 30%, rgba(50, 100, 150, 0.2), transparent 72%);
  mix-blend-mode: screen;
}

.page-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(105, 135, 171, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(105, 135, 171, 0.07) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.5) 28%, transparent 65%);
}

.section-frame {
  width: min(1260px, calc(100% - 48px));
  margin-inline: auto;
  position: relative;
}
#cara-kerja,
#harga,
#faq,
#beranda { scroll-margin-top: 88px; }

/* ---------- header ---------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(137, 161, 190, 0.15);
  background: rgba(7, 13, 24, 0.92);
  touch-action: manipulation;
}
.nav-wrap {
  width: min(1260px, calc(100% - 48px));
  min-height: 78px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.brand-name {
  font-weight: 600;
  letter-spacing: -0.03em;
  font-size: 1.2rem;
}
.brand-product {
  color: var(--amber);
  text-transform: uppercase;
  font-family: var(--font-mono), monospace;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding-left: 2px;
}
.nav-wrap .nav-links {
  display: flex;
  align-items: center;
  gap: 29px;
  color: var(--muted-text);
  font-size: 0.88rem;
  font-weight: 500;
}
.nav-wrap .nav-links > a:not(.nav-cta) {
  transition: color 160ms var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .nav-wrap .nav-links > a:not(.nav-cta):hover { color: var(--text); }
}
.nav-cta,
a.nav-cta,
a.nav-cta:visited {
  padding: 11px 15px 11px 17px;
  background: var(--amber);
  color: #151f2a !important;
  border-radius: 8px;
  display: inline-flex;
  gap: 7px;
  align-items: center;
  font-weight: 600;
  font-size: 0.88rem;
  box-shadow: 0 0 28px rgba(244, 182, 74, 0.13);
  transition: transform 160ms var(--ease-out), box-shadow 160ms var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(244, 182, 74, 0.21);
  }
}
.nav-cta:active,
.button:active { transform: scale(0.97); }
.nav-cta svg { color: #151f2a; }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.coordinate-mark {
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  border: 1.5px solid rgba(183, 243, 74, 0.8);
  border-radius: 7px;
  background: linear-gradient(145deg, rgba(183, 243, 74, 0.09), rgba(244, 182, 74, 0.03));
  box-shadow: inset 0 0 0 3px rgba(12, 25, 40, 0.88), 0 0 17px rgba(183, 243, 74, 0.08);
}

/* Current Terasai orbital mark; color is supplied by the page-specific asset. */
.brand-mark-img {
  display: block;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  object-fit: contain;
}
.brand-mark-img--small { width: 22px; height: 22px; }
.footer-mark-img { width: 28px; height: 28px; }
.coordinate-mark::before,
.coordinate-mark::after { content: ""; position: absolute; background: var(--amber); }
.coordinate-mark::before {
  width: 6px;
  height: 6px;
  left: 7px;
  bottom: 7px;
  border-radius: 1px;
  box-shadow: 0 0 9px rgba(244, 182, 74, 0.5);
}
.coordinate-mark::after {
  width: 1px;
  height: 8px;
  right: 4px;
  top: 3px;
  transform: rotate(30deg);
  background: var(--lime);
}

/* ---------- type ---------- */
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--amber);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font: 700 0.78rem/1.2 var(--font-display);
}
.eyebrow > span:first-child {
  width: 18px;
  height: 1px;
  display: inline-block;
  background: var(--amber);
  flex: 0 0 auto;
}
h1, h2 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
h1 em, h2 em, h3 em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  color: var(--amber);
}

/* ---------- hero ---------- */
.hero {
  min-height: 720px;
  padding-top: clamp(88px, 8vw, 124px);
  padding-bottom: 108px;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(360px, 0.78fr);
  gap: clamp(16px, 2.5vw, 40px);
  align-items: center;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 1%;
  right: -11%;
  width: 74%;
  height: 98%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 61% 46%, rgba(57, 118, 176, 0.16), transparent 48%),
    radial-gradient(ellipse at 42% 56%, rgba(183, 243, 74, 0.06), transparent 18%),
    linear-gradient(90deg, transparent 0%, rgba(7, 20, 35, 0.16) 42%, transparent 100%);
}
.hero-copy {
  position: relative;
  z-index: 3;
  width: min(46rem, 100%);
  max-width: 760px;
  padding-bottom: 9px;
}
.hero h1 {
  max-width: none;
  font-size: var(--fs-h1);
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin-bottom: 18px;
}
.hero-summary {
  max-width: 42ch;
  color: var(--muted-text);
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 26px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  border-radius: 9px;
  font-size: 0.92rem;
  font-weight: 600;
  transition: transform 160ms var(--ease-out), box-shadow 160ms var(--ease-out), background 160ms var(--ease-out);
}
.button-primary,
a.button-primary,
a.button-primary:visited {
  color: #15202c !important;
  background: var(--amber);
  box-shadow: 0 9px 24px rgba(244, 182, 74, 0.16);
}
.button-primary svg { color: #15202c; }
@media (hover: hover) and (pointer: fine) {
  .button-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(244, 182, 74, 0.24);
    background: #ffc965;
  }
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(244, 241, 233, 0.42);
  padding-bottom: 4px;
  transition: border-color 160ms var(--ease-out), color 160ms var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .text-link:hover { color: var(--amber); border-color: var(--amber); }
}
.hero-note {
  margin: 17px 0 0;
  color: #6e7e95;
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 0.88rem;
}
.hero-note svg { color: var(--lime); flex: 0 0 auto; }

.hero-scope-proof {
  width: min(100%, 640px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid rgba(137, 161, 190, 0.22);
  position: relative;
}
.scope-proof-label {
  position: absolute;
  top: -9px;
  left: 0;
  padding-right: 8px;
  color: var(--amber);
  background: var(--navy);
  text-transform: uppercase;
  font: 600 0.72rem var(--font-mono), monospace;
  letter-spacing: 0.12em;
}
.hero-scope-proof > div {
  min-width: 0;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 7px;
  align-items: start;
  padding: 2px 12px;
  border-right: 1px solid rgba(137, 161, 190, 0.18);
}
.hero-scope-proof > div:first-of-type { padding-left: 0; }
.hero-scope-proof > div:last-child { padding-right: 0; border-right: 0; }
.hero-scope-proof svg { margin-top: 1px; color: var(--lime); }
.hero-scope-proof span:not(.scope-proof-label) {
  color: #9dadbe;
  font-size: 0.88rem;
  line-height: 1.45;
}
.hero-scope-proof b {
  display: block;
  color: #d4dce5;
  text-transform: uppercase;
  font: 600 0.72rem var(--font-mono), monospace;
  letter-spacing: 0.1em;
}

.hero-globe-wrap {
  position: relative;
  z-index: 2;
  min-width: 0;
  height: 520px;
  margin: -56px -96px -40px -48px;
  background: transparent;
  overflow: hidden;
  isolation: isolate;
}
.hero-globe-wrap::before,
.hero-globe-wrap::after { content: none; display: none; }
.hero-globe-image {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: right center;
  opacity: 0.78;
  transform: scale(1.08);
  transform-origin: right center;
  filter: contrast(0.92) saturate(0.78) brightness(0.9);
  mix-blend-mode: screen;
  mask-image: radial-gradient(ellipse 58% 64% at 66% 50%, #000 0%, #000 36%, rgba(0, 0, 0, 0.88) 54%, rgba(0, 0, 0, 0.34) 70%, transparent 88%);
  -webkit-mask-image: radial-gradient(ellipse 58% 64% at 66% 50%, #000 0%, #000 36%, rgba(0, 0, 0, 0.88) 54%, rgba(0, 0, 0, 0.34) 70%, transparent 88%);
}

/* ---------- preview ---------- */
.data-preview { padding: 76px 0 88px; }
.data-preview-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 26px;
}
.data-preview h2,
.section-heading h2,
.grades-heading h2,
.faq-intro h2,
.final-cta h2 {
  font-size: var(--fs-h2);
  line-height: 1.05;
  margin-bottom: 0;
}
.data-preview-head h2 { max-width: 630px; }
.file-stamp {
  max-width: 340px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0 14px 17px;
  border-left: 1px solid var(--amber);
  color: var(--muted-text);
  align-self: center;
}
.file-stamp svg { color: var(--amber); flex: 0 0 auto; }
.file-stamp strong {
  display: block;
  color: var(--text);
  font: 600 0.8rem var(--font-mono), monospace;
  margin-bottom: 4px;
}
.file-stamp span { font-size: 0.88rem; line-height: 1.45; }

.data-window {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: rgba(11, 21, 35, 0.9);
  box-shadow: 0 24px 45px rgba(0, 0, 0, 0.16);
}
.data-window-bar {
  min-height: 46px;
  padding: 0 17px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: #9eacbe;
  font: 600 0.75rem var(--font-mono), monospace;
  letter-spacing: 0.1em;
}
.data-window-bar > span:nth-child(2) { color: var(--amber); }
.data-version { justify-self: end; color: #61738d !important; }
.window-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 5px;
}
.dot-red { background: #cc6871; }
.dot-amber { background: var(--amber); }
.dot-green { background: var(--lime); }
.table-scroll {
  overflow-x: auto;
  scrollbar-color: #334b67 #0c1626;
}
.data-window table {
  width: 100%;
  min-width: 960px;
  border-collapse: collapse;
}
.data-window th {
  padding: 14px 16px;
  text-align: left;
  color: #6f829c;
  border-bottom: 1px solid var(--line);
  text-transform: uppercase;
  font: 600 0.75rem var(--font-mono), monospace;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
.data-window td {
  padding: 15px 16px;
  color: #b3c0d0;
  border-bottom: 1px solid rgba(137, 161, 190, 0.13);
  font-size: 0.95rem;
  white-space: nowrap;
}
.data-window tr:last-child td { border-bottom: 0; }
.data-window td:first-child {
  color: #62758f;
  font: 500 0.8rem var(--font-mono), monospace;
}
.data-window td strong { color: var(--text); font-size: 0.98rem; }
.data-window td.reason {
  color: #8e9db1;
  max-width: 270px;
  white-space: normal;
  line-height: 1.42;
}
.mono { font-family: var(--font-mono), monospace; font-size: 0.88rem !important; }
.grade-badge {
  display: inline-grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  font: 700 0.75rem var(--font-mono), monospace;
}
.grade-a { color: #17212c; background: var(--amber); }
.grade-b { color: #d6e9fc; border: 1px solid #6698c9; background: #234260; }
.grade-c { color: #b3c0cf; border: 1px solid #53657c; background: #1a2738; }
.preview-footnote {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #7788a0;
  margin: 18px 0 0;
  font-size: 0.88rem;
}
.preview-footnote svg { color: var(--lime); flex: 0 0 auto; }
.preview-cards { display: none; }

/* ---------- cara kerja ---------- */
.process-section {
  padding: 94px 0;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(48px, 8vw, 120px);
  border-top: 1px solid var(--line);
  background-image: linear-gradient(90deg, rgba(117, 157, 197, 0.06) 1px, transparent 1px);
  background-position: calc(100% - 108px) 0;
  background-size: 36px 100%;
  position: relative;
}
.process-section::after,
.faq-section::after {
  content: "";
  position: absolute;
  right: 2%;
  top: 26%;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(117, 169, 214, 0.09);
  border-radius: 50%;
  box-shadow: 0 0 0 26px transparent, 0 0 0 27px rgba(117, 169, 214, 0.045);
  pointer-events: none;
}
.process-section::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 1px;
  right: 4%;
  top: 50%;
  background: linear-gradient(90deg, transparent, rgba(183, 243, 74, 0.5), transparent);
  transform: rotate(-22deg);
  pointer-events: none;
}
.section-heading { padding-top: 8px; }
.process-list { display: grid; align-content: start; }
.process-item {
  display: grid;
  grid-template-columns: 41px 53px 1fr;
  gap: 17px;
  align-items: start;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.process-item:first-child { padding-top: 6px; }
.process-number {
  color: var(--amber);
  font: 600 0.8rem var(--font-mono), monospace;
  letter-spacing: 0.08em;
  padding-top: 5px;
}
.process-icon {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  color: var(--lime);
  border: 1px solid rgba(183, 243, 74, 0.27);
  border-radius: 8px;
  background: rgba(183, 243, 74, 0.035);
}
.process-item h3 {
  margin: 0 0 7px;
  font-size: 1.15rem;
  line-height: 1.3;
  letter-spacing: -0.03em;
  font-weight: 600;
}
.process-item p {
  max-width: 440px;
  margin: 0;
  color: var(--muted-text);
  font-size: 1.02rem;
  line-height: 1.65;
}

/* ---------- grade ---------- */
.grades-section {
  padding: 100px 0 96px;
  position: relative;
  background-image:
    radial-gradient(ellipse at 90% 58%, rgba(117, 157, 197, 0.09) 0 1px, transparent 1.5px),
    linear-gradient(90deg, transparent 49.6%, rgba(117, 157, 197, 0.1) 49.7% 49.8%, transparent 49.9%);
  background-size: 26px 26px, 100% 100%;
}
.grades-section::before {
  content: "GRADE MATRIX / 01–03";
  position: absolute;
  right: 0;
  top: 70px;
  color: rgba(137, 161, 190, 0.42);
  font: 600 0.72rem var(--font-mono), monospace;
  letter-spacing: 0.12em;
}
.grades-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 38px;
}
.grades-heading > p {
  max-width: 420px;
  margin: 0 0 8px;
  color: var(--muted-text);
  font-size: 1.02rem;
  line-height: 1.65;
}
.grade-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.grade-card {
  min-height: 312px;
  padding: 27px 28px 24px;
  position: relative;
  overflow: hidden;
  text-align: left;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(18, 32, 52, 0.94), rgba(9, 17, 29, 0.96));
  display: flex;
  flex-direction: column;
  align-items: stretch;
  cursor: pointer;
  transition: transform 180ms var(--ease-out), border-color 180ms var(--ease-out), background 180ms var(--ease-out), box-shadow 180ms var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .grade-card:hover {
    transform: translateY(-5px);
    border-color: rgba(164, 191, 220, 0.48);
    background: linear-gradient(145deg, rgba(22, 38, 60, 0.98), rgba(10, 18, 30, 0.98));
  }
}
.grade-card.selected {
  border-color: rgba(244, 182, 74, 0.76);
  box-shadow: inset 0 2px 0 var(--amber), 0 16px 38px rgba(0, 0, 0, 0.16);
}
.grade-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.grade-identity { display: flex; align-items: center; gap: 11px; }
.grade-identity > span:last-child { display: grid; gap: 3px; }
.grade-identity b {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.grade-identity small {
  color: #8293a8;
  text-transform: uppercase;
  font: 600 0.72rem var(--font-mono), monospace;
  letter-spacing: 0.1em;
}
.grade-ring {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid currentColor;
  font: 600 20px/1 var(--font-display);
}
.grade-ring-a {
  color: var(--amber);
  box-shadow: inset 0 0 0 5px rgba(244, 182, 74, 0.08), 0 0 0 4px rgba(244, 182, 74, 0.05);
}
.grade-ring-b {
  color: var(--blue);
  box-shadow: inset 0 0 0 5px rgba(122, 166, 214, 0.08), 0 0 0 4px rgba(122, 166, 214, 0.05);
}
.grade-ring-c {
  color: #b4bfcd;
  box-shadow: inset 0 0 0 5px rgba(180, 191, 205, 0.06), 0 0 0 4px rgba(180, 191, 205, 0.04);
}
.choose-label {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  margin-left: auto;
  color: #71849d;
  text-transform: uppercase;
  font: 600 0.75rem var(--font-mono), monospace;
  letter-spacing: 0.08em;
  transition: color 180ms var(--ease-out);
}
.selected .choose-label { color: var(--amber); }
.grade-descriptor {
  margin: 23px 0 12px;
  color: #a9b6c5;
  text-transform: uppercase;
  font: 600 0.78rem/1.4 var(--font-mono), monospace;
  letter-spacing: 0.08em;
}
.grade-card > strong {
  display: block;
  font-size: 1.55rem;
  letter-spacing: -0.04em;
  margin-top: 0;
}
.grade-evidence {
  display: grid;
  gap: 0;
  margin-top: 20px;
  border-top: 1px solid rgba(137, 161, 190, 0.18);
}
.grade-evidence p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 0;
  min-height: 34px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(137, 161, 190, 0.13);
  color: #7f91a8;
  font: 500 0.8rem var(--font-mono), monospace;
}
.grade-evidence p b { color: #c8d2de; font-weight: 600; text-align: right; }
.grade-card-copy { display: none !important; }
.grade-note {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 18px;
  color: #778aa1;
  font-size: 0.92rem;
}
.grade-note svg { color: var(--lime); flex: 0 0 auto; }

/* ---------- proof ---------- */
.proof-section {
  display: block;
  padding: 88px 0 96px;
  border-top: 1px solid rgba(137, 161, 190, 0.14);
  background-image: none;
}
.proof-intro { max-width: 620px; margin-bottom: 45px; }
.proof-intro h3 {
  max-width: 400px;
  margin: 0;
  font: 600 var(--fs-h2)/1.05 var(--font-display);
  letter-spacing: -0.05em;
}
.proof-intro h3 em { color: var(--amber); font-style: italic; }
.proof-intro > p:not(.eyebrow) {
  max-width: 480px;
  margin: 22px 0 0;
  color: var(--muted-text);
  font-size: 1.05rem;
  line-height: 1.7;
}
.proof-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line);
  background: transparent;
}
.proof-line {
  min-height: 172px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  column-gap: 15px;
  row-gap: 6px;
  align-items: start;
  padding: 27px 24px 24px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
}
.proof-line:last-child { border-right: 0; }
.proof-line > svg {
  grid-column: 1;
  grid-row: 1;
  color: var(--lime);
  margin-top: 2px;
}
.proof-line > div { grid-column: 2; min-width: 0; }
.proof-line b {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-size: 1.08rem;
  letter-spacing: -0.02em;
  font-weight: 600;
}
.proof-line p {
  max-width: 320px;
  margin: 0;
  color: var(--muted-text);
  font-size: 0.98rem;
  line-height: 1.65;
}

/* ---------- faq ---------- */
.faq-section {
  padding: 88px 0 96px;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 90px;
  align-items: start;
  background-image: linear-gradient(90deg, rgba(117, 157, 197, 0.07) 1px, transparent 1px);
  background-size: 55px 100%;
  background-position: 90% 0;
  position: relative;
}
.faq-intro > p:not(.eyebrow) {
  max-width: 38ch;
  color: var(--muted-text);
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 26px 0;
}
.faq-list,
.gl-faq-list {
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}
.gl-faq-item { border-bottom: 1px solid var(--line); }
.gl-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 0;
  color: var(--text);
  font-size: 1.08rem;
  font-weight: 600;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.gl-faq-item summary::-webkit-details-marker { display: none; }
.gl-faq-item summary::after {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238998ad' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m6 9 6 6 6-6'/></svg>") center / 16px no-repeat;
  transition: transform 200ms var(--ease-out);
}
.gl-faq-item[open] summary::after { transform: rotate(180deg); }
@media (hover: hover) and (pointer: fine) {
  .gl-faq-item summary:hover { color: var(--amber); }
}
.gl-faq-item p {
  margin: 0;
  padding-bottom: 20px;
  color: var(--muted-text);
  font-size: 1.02rem;
  line-height: 1.7;
  max-width: 62ch;
}

/* ---------- final cta ---------- */
.final-cta {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  padding: 78px clamp(30px, 7vw, 90px);
  margin-bottom: 14px;
  border: 1px solid rgba(183, 243, 74, 0.28);
  border-radius: 16px;
  background:
    radial-gradient(circle at 86% 20%, rgba(183, 243, 74, 0.16), transparent 22%),
    linear-gradient(125deg, #101f32, #091320 72%);
}
.cta-grid-decoration {
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(147, 181, 217, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(147, 181, 217, 0.11) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to left, #000, transparent 72%);
  pointer-events: none;
}
.cta-content { position: relative; max-width: 760px; }
.cta-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  color: var(--lime);
  text-transform: uppercase;
  font: 600 0.72rem var(--font-mono), monospace;
  letter-spacing: 0.12em;
}
.cta-brand-lockup .coordinate-mark { width: 22px; height: 22px; border-radius: 5px; }
.cta-brand-lockup .coordinate-mark::before { width: 5px; height: 5px; left: 5px; bottom: 5px; }
.cta-brand-lockup .coordinate-mark::after { height: 6px; right: 3px; top: 2px; }
.final-cta .eyebrow { margin-bottom: 16px; }
.final-cta h2 { font-size: var(--fs-h2); }
.final-cta .cta-content > p:not(.eyebrow) {
  max-width: 600px;
  margin: 24px 0 30px;
  color: #9bacbf;
  font-size: 1.05rem;
  line-height: 1.7;
}
.cta-coordinates {
  position: absolute;
  right: 41px;
  bottom: 30px;
  display: flex;
  gap: 15px;
  color: #8fa0b6;
  text-transform: uppercase;
  font: 600 0.75rem var(--font-mono), monospace;
  letter-spacing: 0.1em;
}
.cta-coordinates span:last-child { color: var(--lime); }

/* ---------- footer ---------- */
.site-footer.site-foot {
  display: grid;
  grid-template-columns: 1.12fr 1.45fr auto;
  gap: 35px;
  align-items: center;
  padding: 46px 0 52px;
  color: #8091a7;
  border-top: 0;
  background: transparent;
  font-size: inherit;
}
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-mark { width: 28px; height: 28px; }
.footer-brand strong {
  display: block;
  color: var(--text);
  line-height: 1;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
}
.footer-brand span {
  display: block;
  margin-top: 4px;
  color: var(--amber);
  text-transform: uppercase;
  font: 600 0.72rem var(--font-mono), monospace;
  letter-spacing: 0.12em;
}
.site-footer > p {
  max-width: 380px;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
}
.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
.footer-links a {
  color: #a3b1c2;
  font-size: 0.88rem;
  font-weight: 500;
}
@media (hover: hover) and (pointer: fine) {
  .footer-links a:hover { color: var(--amber); }
}
.copyright {
  grid-column: 1 / -1;
  padding-top: 19px;
  border-top: 1px solid var(--line);
  color: #53657a;
  font: 500 0.75rem var(--font-mono), monospace;
  letter-spacing: 0.08em;
}

/* ---------- a11y ---------- */
:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 3px;
  border-radius: 4px;
}
:focus:not(:focus-visible) { outline: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button,
  .nav-cta,
  .grade-card,
  .text-link,
  .gl-faq-item summary::after {
    transition: none;
  }
}

/* ---------- tablet ---------- */
@media (max-width: 1023px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 50px;
    padding-bottom: 75px;
  }
  .hero::before { width: 100%; right: -10%; top: 30%; height: 66%; }
  .hero-globe-wrap {
    width: min(100% + 24px, 720px);
    height: 400px;
    margin: -8px auto -20px;
  }
  .data-preview-head,
  .grades-heading { align-items: start; flex-direction: column; }
  .process-section,
  .faq-section { grid-template-columns: 1fr; gap: 48px; }
  .section-heading { max-width: 600px; }
  .proof-list { grid-template-columns: 1fr; }
  .proof-line {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .proof-line:last-child { border-bottom: 0; }
  .site-footer.site-foot { grid-template-columns: 1fr 1fr; }
  .footer-links { justify-content: flex-start; }
  .copyright { grid-column: 1 / -1; }
  .grade-grid { grid-template-columns: 1fr 1fr; }
  .grade-card-c { grid-column: 1 / -1; }
}

/* ---------- phone ---------- */
@media (max-width: 720px) {
  body { padding-top: 67px; }
  .section-frame,
  .nav-wrap { width: min(100% - 32px, 1260px); }
  .nav-wrap {
    min-height: 67px;
    height: auto;
    flex-wrap: wrap;
  }
  .brand-name { font-size: 16px; }
  .brand-product { display: none; }
  .coordinate-mark { width: 26px; height: 26px; }
  .menu-toggle { display: inline-flex; }
  .nav-wrap .nav-links {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    z-index: 45;
    display: none;
    padding: 12px;
    align-items: stretch;
    gap: 1px;
    border: 1px solid var(--line-strong);
    border-radius: 10px;
    background: #0b1626;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  }
  .nav-wrap .nav-links.is-open { display: flex; flex-direction: column; }
  .nav-wrap .nav-links > a:not(.nav-cta) { padding: 12px 10px; }
  .nav-wrap .nav-cta { justify-content: center; margin-top: 7px; }

  .site-shell::after {
    inset: 66px 0 auto;
    height: 560px;
    background: radial-gradient(ellipse 78% 40% at 74% 37%, rgba(50, 100, 150, 0.17), transparent 72%);
  }
  .hero { padding-top: 62px; padding-bottom: 55px; gap: 19px; }
  .hero h1 {
    font-size: clamp(2.15rem, 9.2vw, 2.7rem);
    line-height: 1.05;
    margin-bottom: 16px;
  }
  .hero-summary { font-size: 1.02rem; max-width: none; margin-bottom: 22px; }
  .hero-actions { gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-globe-wrap {
    width: calc(100% + 32px);
    height: 300px;
    margin: 8px -16px 0;
  }
  .hero-globe-image {
    object-position: right center;
    opacity: 0.74;
    transform: scale(1.04);
    transform-origin: right center;
    mask-image: radial-gradient(ellipse 70% 66% at 61% 51%, #000 0%, #000 35%, rgba(0, 0, 0, 0.86) 53%, rgba(0, 0, 0, 0.3) 69%, transparent 90%);
    -webkit-mask-image: radial-gradient(ellipse 70% 66% at 61% 51%, #000 0%, #000 35%, rgba(0, 0, 0, 0.86) 53%, rgba(0, 0, 0, 0.3) 69%, transparent 90%);
  }
  .hero-scope-proof {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 25px;
    padding-top: 18px;
  }
  .hero-scope-proof > div {
    padding: 0;
    border-right: 0;
    grid-template-columns: 17px 1fr;
  }
  .hero-scope-proof span:not(.scope-proof-label) { font-size: 0.92rem; }
  .hero-scope-proof b { display: inline; margin-right: 6px; }

  .data-preview { padding: 61px 0 68px; }
  .data-preview-head { gap: 22px; margin-bottom: 24px; }
  .data-preview h2,
  .section-heading h2,
  .grades-heading h2,
  .faq-intro h2 { font-size: clamp(2rem, 8vw, 2.4rem); }
  .file-stamp { max-width: 100%; padding: 11px 0 11px 13px; }
  .table-scroll { display: none; }
  .data-window-bar { grid-template-columns: auto 1fr; gap: 10px; }
  .data-window-bar > span:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .data-version { display: none; }
  .preview-cards {
    display: grid;
    gap: 0;
  }
  .preview-card {
    padding: 16px 16px 14px;
    border-bottom: 1px solid rgba(137, 161, 190, 0.13);
    display: grid;
    grid-template-columns: 28px 1fr auto;
    gap: 8px 12px;
    align-items: start;
  }
  .preview-card:last-child { border-bottom: 0; }
  .preview-card .pc-no {
    color: #62758f;
    font: 500 0.8rem var(--font-mono), monospace;
  }
  .preview-card .pc-name {
    color: var(--text);
    font-size: 1.02rem;
    font-weight: 600;
    letter-spacing: -0.02em;
  }
  .preview-card .pc-meta {
    color: #8e9db1;
    font-size: 0.88rem;
    grid-column: 2;
  }
  .preview-card .pc-reason {
    grid-column: 2 / -1;
    color: #8e9db1;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
  }
  .preview-card .grade-badge { width: 26px; height: 26px; }
  .preview-footnote { align-items: flex-start; line-height: 1.5; }

  .process-section { padding: 68px 0; gap: 34px; }
  .process-item { grid-template-columns: 35px 45px 1fr; gap: 12px; }
  .process-icon { width: 35px; height: 35px; }
  .process-item h3 { font-size: 1.08rem; }
  .process-item p { font-size: 0.98rem; }
  .process-section::after,
  .faq-section::after,
  .process-section::before { display: none; }

  .grades-section { padding: 68px 0 62px; }
  .grades-heading { gap: 22px; margin-bottom: 28px; }
  .grades-section::before { display: none; }
  .grade-grid { grid-template-columns: 1fr; gap: 12px; }
  .grade-card-c { grid-column: auto; }
  .grade-card { min-height: 276px; padding: 21px; }
  .grade-ring { width: 31px; height: 31px; font-size: 18px; }
  .grade-identity b { font-size: 1rem; }
  .grade-identity small { font-size: 0.72rem; }
  .grade-descriptor { margin: 18px 0 10px; }
  .grade-card > strong { font-size: 1.4rem; }
  .grade-evidence { margin-top: 16px; }
  .grade-evidence p { min-height: 31px; font-size: 0.8rem; }

  .proof-section { padding: 66px 0 70px; }
  .proof-intro { margin-bottom: 29px; }
  .proof-intro h3 { font-size: clamp(2rem, 8vw, 2.4rem); }
  .proof-line {
    grid-template-columns: 27px minmax(0, 1fr);
    gap: 10px;
    padding: 20px 0;
  }
  .proof-line p { max-width: none; font-size: 0.98rem; }
  .proof-line b { font-size: 1.05rem; }

  .faq-section { padding: 68px 0; gap: 36px; }
  .faq-intro > p:not(.eyebrow) { margin: 20px 0; }
  .gl-faq-item summary { font-size: 1.05rem; }

  .final-cta {
    min-height: 455px;
    padding: 55px 25px;
    border-radius: 12px;
  }
  .final-cta h2 { font-size: clamp(2rem, 8vw, 2.4rem); }
  .cta-brand-lockup { margin-bottom: 23px; }
  .final-cta .button { width: 100%; }
  .cta-coordinates {
    left: 25px;
    right: auto;
    bottom: 24px;
    flex-wrap: wrap;
    gap: 9px 13px;
  }

  .site-footer.site-foot {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 42px 0;
    text-align: left;
  }
  .footer-links {
    flex-wrap: wrap;
    gap: 13px 17px;
    justify-content: flex-start;
  }
  .copyright { grid-column: auto; }
}
