@font-face {
  font-family: "Inter";
  src: url("assets/fonts/Inter-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
}
/* Quiet pass: one strong hero, one paper background, whitespace instead of boxes. */
:root {
  color-scheme: light;
  --blue: #3468d0;
  --blue-deep: oklch(43% 0.12 263);
  --blue-dark: oklch(29% 0.07 263);
  --blue-soft: oklch(93% 0.024 264);
  --paper: oklch(98% 0.008 260);
  --paper-blue: oklch(95.5% 0.014 260);
  --ink: oklch(27% 0.035 260);
  --ink-soft: oklch(46% 0.03 260);
  --line: oklch(86% 0.018 260);
  --warm: oklch(76% 0.10 73);
  --danger: oklch(59% 0.2 27);
  --shadow: 0 18px 46px oklch(20% 0.05 262 / 0.16);
  --display: "Inter", ui-sans-serif, system-ui, sans-serif;
  --body: "Inter", ui-sans-serif, system-ui, sans-serif;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --shell: min(1140px, calc(100vw - 80px));
  --section: clamp(104px, 13vw, 184px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  font-kerning: normal;
  font-optical-sizing: auto;
  font-synthesis: none;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, h4, h5, h6 {
  min-width: 0;
  overflow-wrap: anywhere;
  font-family: var(--display);
  line-height: 1.12;
  text-wrap: balance;
}
.button, .desktop-nav a, .mobile-menu a, .footer-links a { white-space: nowrap; }
:focus-visible {
  outline: 3px solid var(--warm);
  outline-offset: 3px;
}
.faq-list summary:focus-visible {
  outline-offset: -3px;
}
svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.page-shell { width: var(--shell); margin-inline: auto; }
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-150%);
  transition: transform 180ms var(--ease-out);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  color: var(--paper);
  border-bottom: 1px solid oklch(95% 0.01 260 / 0.16);
  transition: background 260ms ease, color 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}
.site-header.scrolled {
  color: var(--ink);
  background: oklch(98.5% 0.006 260 / 0.98);
  border-color: var(--line);
  box-shadow: 0 6px 22px oklch(25% 0.04 260 / 0.06);
}
.nav-wrap {
  width: var(--shell);
  height: 74px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}
.brand-link { width: max-content; }
.brand-link img { filter: brightness(0) invert(1); }
.site-header.scrolled .brand-link img { filter: none; }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.desktop-nav a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.82;
  transition: opacity 160ms ease;
}
.desktop-nav a:hover { opacity: 1; }
.nav-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 18px;
}
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms var(--ease-out), background 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.button:hover { transform: translateY(-1px); }
.button:active { transform: translateY(0) scale(0.98); }
.button svg { width: 18px; height: 18px; }
.button-small { min-height: 38px; padding-inline: 16px; font-size: 12px; }
.button-large { min-height: 54px; padding-inline: 24px; }
.button-dark { background: var(--ink); color: var(--paper); }
.site-header:not(.scrolled) .button-dark { background: var(--paper); color: var(--blue-dark); }
.button-light {
  background: var(--paper);
  color: var(--blue-dark);
  box-shadow: 0 8px 22px oklch(19% 0.06 263 / 0.13);
}
.button-light:hover { background: oklch(94% 0.015 260); }
.button-outline { border-color: var(--line); color: var(--ink); }
.button-outline:hover { border-color: var(--blue); color: var(--blue-deep); }
.button-ghost-light { border-color: oklch(96% 0.01 260 / 0.35); color: var(--paper); background: oklch(30% 0.09 263 / 0.2); }
.button-ghost-light:hover { background: oklch(95% 0.01 260 / 0.12); }
.menu-button {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.menu-button span {
  display: block;
  width: 22px;
  height: 1px;
  margin: 6px auto;
  background: currentColor;
  transition: transform 200ms var(--ease-out);
}
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu {
  display: grid;
  grid-template-rows: 0fr;
  background: var(--paper);
  color: var(--ink);
  overflow: hidden;
  transition: grid-template-rows 320ms var(--ease-out);
}
.mobile-menu > * { overflow: hidden; }
.mobile-menu.open { grid-template-rows: 1fr; }
.mobile-menu-inner { padding-inline: 24px; }
.mobile-menu.open .mobile-menu-inner { padding-block: 14px 24px; }
.mobile-menu a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-weight: 600; }

.hero {
  position: relative;
  min-height: 760px;
  height: min(900px, 100svh);
  color: var(--paper);
  overflow: hidden;
  background: var(--blue-deep);
}
.hero-photo,
.download-photo {
  position: absolute;
  inset: 0;
  background: url("assets/marathon-runners.jpg") center 42% / cover no-repeat;
  transform: scale(1.015);
}
.hero-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, oklch(27% 0.075 263 / 0.96) 0%, oklch(31% 0.08 263 / 0.84) 46%, oklch(25% 0.055 262 / 0.46) 76%, oklch(22% 0.045 262 / 0.38) 100%);
}
.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 100%;
  padding-top: 108px;
  padding-bottom: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
  align-items: center;
  gap: clamp(48px, 6vw, 88px);
}
.release-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  border: 1px solid oklch(91% 0.018 260 / 0.32);
  border-radius: 999px;
  padding: 5px 12px;
  color: oklch(92% 0.017 260 / 0.86);
  font-size: 12px;
  font-weight: 600;
  background: oklch(92% 0.017 260 / 0.1);
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.release-badge strong { font-weight: 800; }
.release-badge:hover,
.release-badge:focus-visible {
  border-color: oklch(91% 0.018 260 / 0.6);
  background: oklch(92% 0.017 260 / 0.2);
}
.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: oklch(82% 0.08 144);
  box-shadow: 0 0 0 4px oklch(82% 0.08 144 / 0.13);
}
.hero h1 {
  max-width: 620px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(38px, 3.6vw, 50px);
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
.hero h1 span { color: oklch(90% 0.07 85); }
.hero-lead {
  max-width: 46ch;
  margin: 24px 0 0;
  color: oklch(93% 0.018 260);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.65;
}
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.download-context {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 24px;
  margin-top: 12px;
  color: oklch(92% 0.017 260 / 0.82);
  font-size: 11px;
  font-weight: 600;
}
.download-context-center { justify-content: center; margin-top: 16px; }
.download-license-note { opacity: 0.75; font-weight: 500; }
.download-chooser { position: relative; }
.download-chooser summary {
  color: inherit;
  cursor: pointer;
  list-style: none;
  text-decoration: underline;
  text-decoration-color: oklch(92% 0.017 260 / 0.38);
  text-underline-offset: 4px;
}
.download-chooser summary::-webkit-details-marker { display: none; }
.download-menu {
  position: absolute;
  z-index: 8;
  top: calc(100% + 9px);
  left: 0;
  width: 210px;
  padding: 6px;
  border: 1px solid oklch(91% 0.018 260 / 0.28);
  border-radius: 8px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 18px 42px oklch(18% 0.06 262 / 0.24);
}
.download-context-center .download-menu {
  right: 0;
  left: auto;
  text-align: left;
}
.download-menu a {
  display: block;
  border-radius: 5px;
  padding: 9px 10px;
  text-decoration: none;
}
.download-menu a:hover,
.download-menu a.active { background: var(--blue-soft); color: var(--blue-deep); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  text-underline-offset: 5px;
}
.text-link svg { width: 17px; height: 17px; transition: transform 180ms var(--ease-out); }
.text-link:hover svg { transform: translateX(2px); }
.text-link-light { color: var(--paper); }
.hero-product { position: relative; }
.app-window {
  overflow: hidden;
  border: 1px solid oklch(96% 0.01 260 / 0.32);
  border-radius: 10px;
  background: oklch(97% 0.01 260);
  box-shadow: var(--shadow);
}
.app-window-hero {
  position: relative;
  aspect-ratio: 960 / 561;
}
.demo-video {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 960 / 561;
  object-fit: contain;
}
.app-window-hero .demo-video {
  background: oklch(97% 0.01 260);
}

.section-heading h2,
.faq-heading h2,
.download-content h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(32px, 3.4vw, 44px);
  font-weight: 650;
  line-height: 1.12;
  letter-spacing: -0.038em;
  text-wrap: balance;
}
.section-heading > p,
.faq-heading > p {
  max-width: 66ch;
  color: var(--ink-soft);
  font-size: 16px;
}
.proof { padding: var(--section) 0; }
.proof__mark {
  display: block;
  width: 34px;
  height: 2px;
  margin-bottom: clamp(40px, 5vw, 64px);
  background: var(--blue);
}
.proof blockquote { margin: 0; }
.proof blockquote p {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-weight: 650;
  letter-spacing: -0.025em;
  text-wrap: pretty;
}
.proof cite {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink-soft);
  font-style: normal;
  font-weight: 650;
  letter-spacing: 0.04em;
}
.proof cite::before {
  content: "";
  flex: none;
  width: 24px;
  height: 1px;
  background: var(--line);
}

/* Kutipan terkuat memimpin; sisanya mengalir lebih tenang di bawahnya. */
.proof__lead p {
  max-width: 22ch;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.16;
  letter-spacing: -0.035em;
}
.proof__lead cite {
  margin-top: clamp(24px, 3vw, 34px);
  font-size: 12px;
}

/* Kolom-alir, bukan grid kartu: tinggi blok mengikuti panjang kutipan. */
.proof__voices {
  columns: 3;
  column-gap: clamp(32px, 4vw, 56px);
  margin-top: clamp(64px, 8vw, 104px);
}
.proof__voices blockquote {
  break-inside: avoid;
  padding: 20px 0 30px;
  border-top: 1px solid var(--line);
}
.proof__voices p { font-size: 17px; line-height: 1.4; }
.proof__voices cite { margin-top: 16px; font-size: 11px; }

/* Angka sebagai neraca, bukan ubin statistik: label kiri, nilai kanan. */
.ledger { margin-top: var(--section); }
.ledger[hidden] { display: none; }
.ledger__rows { margin: 0; border-top: 1px solid var(--line); }
.ledger__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: baseline;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.ledger__row dt { color: var(--ink-soft); font-size: 14px; }
.ledger__row dd {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  font-variant-numeric: tabular-nums;
}
.ledger__row b {
  font: 650 clamp(26px, 3vw, 38px)/1 var(--display);
  letter-spacing: -0.04em;
}
.ledger__row span { color: var(--ink-soft); font-size: 13px; }
.ledger__note { max-width: 68ch; margin: 22px 0 0; color: var(--ink-soft); font-size: 12px; }

@media (max-width: 900px) { .proof__voices { columns: 2; } }
@media (max-width: 620px) {
  .proof__voices { columns: 1; }
  .ledger__row { grid-template-columns: 1fr; gap: 6px; padding: 18px 0; }
}

.data-story {
  padding: var(--section) 0;
  background: var(--paper-blue);
}
.data-story__heading {
  max-width: 760px;
  margin-bottom: clamp(48px, 7vw, 80px);
}
.chart-composition {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}
.chart-panel {
  min-width: 0;
  grid-column: span 6;
  display: grid;
  align-content: start;
  gap: 24px;
  margin: 0;
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
}
.chart-panel--wide { grid-column: 1 / -1; }
.chart-panel figcaption {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
}
.chart-panel figcaption > span {
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 700;
}
.chart-panel h3 {
  margin: 0;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.chart-panel figcaption p,
.chart-takeaway {
  max-width: 60ch;
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
}
.chart-takeaway strong { color: var(--ink); }
.time-chart {
  position: relative;
  height: 272px;
  border-bottom: 1px solid var(--line);
}
.time-chart__grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.time-chart__grid span { border-bottom: 1px solid var(--line); }
.time-bars {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(24, minmax(0, 1fr));
  align-items: end;
  gap: clamp(2px, 0.7vw, 6px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.time-bars li {
  position: relative;
  height: max(3px, calc(var(--value) * 100%));
  border-radius: 4px 4px 0 0;
  background: var(--blue-soft);
}
.time-bars li.is-peak,
.time-bars li.is-secondary { background: var(--blue); }
.time-bars span {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  color: var(--ink-soft);
  font-size: 10px;
  transform: translateX(-50%);
}
.speed-bars {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.speed-bars li {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}
.speed-bars i {
  width: calc(var(--value) * 100%);
  min-width: 4px;
  height: 8px;
  border-radius: 999px;
  background: var(--blue);
}
.speed-bars b { font-weight: 750; }
.chart-panel--decision { align-content: space-between; }
.speed-diagram {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}
.speed-diagram__lead,
.speed-diagram__result {
  min-width: 0;
  display: grid;
  gap: 8px;
}
.speed-diagram strong {
  font-size: clamp(36px, 8vw, 68px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  font-variant-numeric: tabular-nums;
}
.speed-diagram__result strong { color: var(--blue); }
.speed-diagram span { color: var(--ink-soft); font-size: 13px; line-height: 1.4; }
.speed-diagram__arrow {
  width: clamp(32px, 6vw, 64px);
  height: 1px;
  background: var(--line);
}
.speed-diagram__arrow span {
  display: block;
  width: 8px;
  height: 8px;
  margin-left: auto;
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  transform: translateY(-4px) rotate(45deg);
}
.data-source {
  max-width: 75ch;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 11px;
}

@media (max-width: 720px) {
  .chart-panel { grid-column: 1 / -1; }
  .chart-panel figcaption { grid-template-columns: minmax(0, 1fr); }
  .time-chart { height: 220px; }
}

.workflow-checklist {
  padding: var(--section) 0;
}
.workflow-checklist__inner {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(56px, 9vw, 130px);
  align-items: start;
}
.workflow-checklist__intro {
  position: sticky;
  top: 130px;
}
.workflow-checklist__intro h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(32px, 3.4vw, 44px);
  font-weight: 650;
  line-height: 1.1;
  letter-spacing: -0.038em;
}
.workflow-checklist__list { display: grid; gap: clamp(40px, 5vw, 60px); }
.workflow-checklist__item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 8px;
}
.workflow-checklist__item > span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1.7;
}
.workflow-checklist__item h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 21px;
  font-weight: 650;
  letter-spacing: -0.025em;
}
.workflow-checklist__item p {
  margin: 10px 0 0;
  max-width: 46ch;
  color: var(--ink-soft);
  font-size: 15px;
}
@media (max-width: 820px) {
  .workflow-checklist__inner { grid-template-columns: 1fr; gap: 48px; }
  .workflow-checklist__intro { position: static; }
}

.product-section { padding: var(--section) 0; }
.product-heading { max-width: 780px; }
.live-demo-stack {
  display: grid;
  gap: clamp(72px, 9vw, 120px);
  margin-top: clamp(48px, 6vw, 76px);
}
.live-demo { display: grid; gap: 22px; }
.live-demo-copy {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: baseline;
}
.live-demo-copy > span {
  color: var(--blue);
  font: 700 13px/1.4 var(--display);
  font-variant-numeric: tabular-nums;
}
.live-demo-copy h3 {
  margin: 0;
  font: 650 clamp(21px, 2.2vw, 28px)/1.15 var(--display);
  letter-spacing: -0.03em;
}
.live-demo-frame {
  position: relative;
  aspect-ratio: 960 / 561;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: oklch(96% 0.012 260);
}
.live-demo-frame .demo-video { background: transparent; }

.pricing-section { padding: var(--section) 0; }
.pricing-heading { max-width: 720px; }
.pricing-heading > p { margin-top: 20px; }
.pricing-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(40px, 5vw, 64px);
  margin-top: clamp(48px, 6vw, 76px);
  align-items: stretch;
}
.price-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.price-plan.featured { border-top-color: var(--blue); }
.plan-label { color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.featured .plan-label { color: var(--blue-deep); }
.price-plan h3 { min-height: 2.5em; margin: 14px 0 0; font: 650 20px/1.25 var(--display); letter-spacing: -0.025em; }
.plan-price { display: flex; min-height: 1.5em; align-items: baseline; gap: 8px; margin: 26px 0 0; }
.plan-price b { font: 700 clamp(30px, 3vw, 38px)/1 var(--display); letter-spacing: -0.04em; }
.plan-price span { color: var(--ink-soft); font-size: 12px; }
.saving { min-height: 1.5em; margin: 12px 0 0; color: var(--ink-soft); font-size: 12px; }
.price-plan ul { display: grid; gap: 12px; padding: 0; margin: 0 0 auto; list-style: none; }
.price-plan li { display: flex; align-items: flex-start; gap: 10px; color: var(--ink-soft); font-size: 13px; line-height: 1.5; }
.price-plan li svg { width: 15px; height: 15px; margin-top: 3px; flex: none; color: var(--blue); stroke-width: 2.5; }
.recommended {
  position: absolute;
  top: 26px;
  right: 0;
  color: var(--blue-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.price-plan .button { margin-top: 4px; }
.price-plan.featured .button { background: var(--blue-deep); color: var(--paper); border-color: var(--blue-deep); box-shadow: none; }
.price-plan.featured .button:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.payment-note { max-width: 60ch; margin: clamp(48px, 6vw, 72px) auto 0; color: var(--ink-soft); font-size: 12px; text-align: center; }
.payment-note a { color: var(--blue-deep); }

.support-section { padding: var(--section) 0; }
.support-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(56px, 9vw, 130px); align-items: start; }
.support-heading h2 { max-width: 560px; font-size: clamp(32px, 3.4vw, 44px); }
.support-heading p { max-width: 50ch; font-size: 15px; }
.support-details { display: grid; gap: 30px; padding-top: 8px; }
.support-item { display: grid; gap: 6px; }
.support-item dt { color: var(--ink-soft); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.support-item dd { margin: 0; color: var(--ink); font-size: 16px; font-weight: 650; overflow-wrap: anywhere; }
.support-item a { color: var(--blue-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.support-assurance { margin: 18px 0 0; color: var(--ink-soft); font-size: 13px; }

.faq-section { padding: var(--section) 0; }
.faq-grid { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: clamp(70px, 10vw, 140px); align-items: start; }
.faq-heading { position: sticky; top: 130px; }
.faq-heading h2 { font-size: clamp(32px, 3.4vw, 44px); }
.faq-heading > p { margin-top: 18px; font-size: 15px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  display: grid;
  grid-template-columns: 1fr 24px;
  gap: 20px;
  padding: 24px 0;
  font-family: var(--display);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { width: 18px; height: 18px; color: var(--ink-soft); transition: transform 220ms var(--ease-out); }
.faq-list details[open] summary svg { transform: rotate(180deg); }
.faq-list details p { max-width: 62ch; margin: -6px 40px 26px 0; color: var(--ink-soft); font-size: 14px; }

.download-section { position: relative; min-height: 520px; display: grid; place-items: center; overflow: hidden; color: var(--paper); }
.download-photo { background-position: center 55%; }
.download-overlay { position: absolute; inset: 0; background: oklch(24% 0.055 263 / 0.86); }
.download-content { position: relative; z-index: 2; padding-block: clamp(80px, 9vw, 120px); text-align: center; }
.download-content h2 { max-width: 780px; margin-inline: auto; }
.download-content p { max-width: 560px; margin: 22px auto 0; color: oklch(92% 0.018 260); font-size: 16px; }
.download-actions { display: flex; justify-content: center; gap: 12px; margin-top: 36px; }
.download-content small { display: block; margin-top: 22px; color: oklch(89% 0.02 260 / 0.7); font-size: 11px; }

footer { padding: 72px 0 32px; color: oklch(78% 0.02 260); background: oklch(24% 0.025 260); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 48px 80px; align-items: start; }
.footer-brand img { filter: brightness(0) invert(1); }
.footer-brand p { margin: 16px 0 0; max-width: 34ch; font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 28px; }
.footer-links a { color: inherit; font-size: 13px; text-decoration: none; }
.footer-links a:hover { color: var(--paper); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 64px; padding-top: 22px; border-top: 1px solid oklch(90% 0.01 260 / 0.13); font-size: 11px; }
.footer-bottom a { color: inherit; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.footer-bottom a:hover { color: var(--paper); }

/* Dialog native: backdrop dan tombol Esc sudah bawaan browser, tanpa JS
   tambahan untuk itu. Ukurannya dipatok terhadap viewport supaya tidak
   pernah lebih besar dari layar ponsel yang membukanya. */
#privacyDialog {
  position: relative;
  width: min(720px, 92vw);
  height: min(720px, 86vh);
  padding: 0;
  border: none;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 60px oklch(15% 0.02 260 / 0.35);
}
#privacyDialog::backdrop { background: oklch(15% 0.02 260 / 0.55); }
#privacyDialog iframe { display: block; width: 100%; height: 100%; border: none; }
.privacy-dialog__close {
  position: absolute; top: 10px; right: 10px; z-index: 1;
  width: 34px; height: 34px; border-radius: 999px; border: none;
  background: oklch(98% 0 0 / 0.92); color: oklch(20% 0.02 260);
  font-size: 20px; line-height: 1; cursor: pointer;
}
.privacy-dialog__close:hover { background: #fff; }

[data-reveal] {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 520ms var(--ease-out), transform 520ms var(--ease-out);
  transition-delay: var(--delay, 0ms);
}
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .nav-wrap { grid-template-columns: 1fr auto; }
  .menu-button { display: block; }
  .hero { height: auto; min-height: 880px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 126px; }
  .hero-copy { max-width: 720px; }
  .hero-product { width: min(760px, 100%); margin: 8px auto 40px; }
}

@media (max-width: 820px) {
  :root { --shell: min(calc(100% - 40px), 680px); }
  .hero { min-height: 800px; }
  .hero-grid { padding-bottom: 70px; gap: 48px; }
  .hero h1 { font-size: clamp(36px, 6.4vw, 46px); }
  .pricing-layout, .faq-grid, .support-grid, .footer-grid { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .faq-grid { gap: 48px; }
  .pricing-layout { max-width: 560px; margin-inline: auto; }
  .price-plan h3, .plan-price, .saving { min-height: 0; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 32px); --section: 84px; }
  .site-header .button-small { display: none; }
  .nav-wrap { height: 64px; }
  .hero { min-height: 700px; }
  .hero-grid { padding-top: 100px; padding-bottom: 44px; gap: 32px; }
  .hero h1 { font-size: clamp(32px, 9vw, 40px); }
  .hero-lead { font-size: 15px; }
  .hero-actions, .download-actions { align-items: stretch; flex-direction: column; }
  .download-context { flex-wrap: wrap; }
  .download-context-center { justify-content: center; }
  .download-menu { right: 0; left: auto; }
  .hero-actions .text-link { justify-content: center; min-height: 44px; }
  .section-heading h2, .faq-heading h2, .download-content h2 { font-size: clamp(30px, 8.5vw, 40px); }
  .live-demo-copy { grid-template-columns: 28px minmax(0, 1fr); }
  .live-demo-copy h3 { font-size: clamp(20px, 6vw, 26px); }
  .workflow-checklist__item { grid-template-columns: 30px 1fr; }
  .plan-price { align-items: flex-start; flex-direction: column; gap: 4px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
