:root {
  color-scheme: dark;
  --bg: #111214;
  --bg-deep: #0b0c0e;
  --panel: #1b1d20;
  --panel-2: #232529;
  --line: #34373c;
  --line-soft: #292c30;
  --text: #f5f6f7;
  --muted: #a4a8af;
  --muted-2: #747982;
  --blue: #1683ff;
  --blue-dark: #0965ca;
  --green: #34c769;
  --gold: #d8a83b;
  --gold-light: #f2d77b;
  --red: #ef4d4d;
  --shell: 1180px;
  --header-height: 62px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
}

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

button {
  font: inherit;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(3.4rem, 8vw, 7.5rem);
  line-height: 0.92;
  font-weight: 760;
  max-width: 850px;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.3rem, 5vw, 4.7rem);
  line-height: 1;
  font-weight: 720;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.shell {
  width: min(calc(100% - 44px), var(--shell));
  margin-inline: auto;
}

.narrow {
  max-width: 900px;
}

.section {
  padding: 128px 0;
  overflow: hidden;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 0.73rem;
  font-weight: 760;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.lead {
  color: #c6c9ce;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.55;
}

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

.skip-link {
  position: fixed;
  z-index: 200;
  top: 8px;
  left: 8px;
  padding: 9px 14px;
  border-radius: 6px;
  background: #fff;
  color: #000;
  transform: translateY(-150%);
}

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

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  background: rgba(17, 18, 20, 0.72);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  backdrop-filter: blur(22px) saturate(150%);
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(17, 18, 20, 0.9);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 690;
  text-decoration: none;
}

.brand span {
  white-space: nowrap;
}

.brand img {
  border-radius: 7px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.site-nav a {
  color: #c7c9cd;
  font-size: 0.78rem;
  font-weight: 580;
  text-decoration: none;
  transition: color 160ms ease;
}

.site-nav a:hover {
  color: #fff;
}

.site-nav .nav-cta {
  padding: 7px 13px;
  border: 1px solid #4d5158;
  border-radius: 6px;
  color: #fff;
  background: #292c31;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
}

.nav-toggle {
  display: none;
  width: 38px;
  height: 34px;
  border: 0;
  background: transparent;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: #fff;
  transition: transform 160ms ease;
}

.hero {
  position: relative;
  min-height: 890px;
  height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #0b0c0e;
}

.hero-backdrop,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-backdrop {
  opacity: 0.73;
  background: #0b0c0e;
}

.hero-backdrop img {
  width: 100%;
  height: min(48vh, 430px);
  min-height: 320px;
  object-fit: cover;
  object-position: 50% 0;
  filter: saturate(0.82) contrast(1.07);
  transform: scale(1.025);
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(9, 10, 11, 0.96) 0%, rgba(9, 10, 11, 0.76) 48%, rgba(9, 10, 11, 0.34) 100%),
    linear-gradient(0deg, #0b0c0e 0%, #0b0c0e 38%, transparent 72%, rgba(0, 0, 0, 0.2) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: var(--header-height);
}

.hero-icon-wrap {
  position: relative;
  width: max-content;
  margin-bottom: 34px;
}

.hero-icon {
  border-radius: 24px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.44), inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.verified-dot {
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 29px;
  height: 29px;
  border: 5px solid #111214;
  border-radius: 50%;
  background: var(--green);
}

.verified-dot::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.hero-copy {
  max-width: 700px;
  margin-bottom: 34px;
  color: #c8cbd0;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-bottom: 21px;
}

.button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 17px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 0.9rem;
  font-weight: 640;
  text-decoration: none;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.14), 0 7px 22px rgba(0, 0, 0, 0.2);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.button-primary {
  background: linear-gradient(#248cff, #0b6dd8);
  border-color: #248fff;
  color: #fff;
}

.button-secondary {
  border-color: #555960;
  background: rgba(55, 58, 63, 0.82);
  color: #fff;
}

.apple-mark {
  font-size: 1.15em;
  line-height: 1;
}

.hero-note {
  color: #81858d;
  font-size: 0.78rem;
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  bottom: 28px;
  left: 50%;
  width: 28px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  transform: translateX(-50%);
}

.scroll-cue span {
  position: absolute;
  top: 9px;
  left: 12px;
  width: 2px;
  height: 7px;
  border-radius: 1px;
  background: #fff;
  animation: scroll-cue 1.8s ease infinite;
}

@keyframes scroll-cue {
  0%, 100% { opacity: 0.25; transform: translateY(0); }
  45% { opacity: 1; transform: translateY(11px); }
}

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

.proof-grid {
  min-height: 116px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.proof-grid div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 25px;
  border-left: 1px solid var(--line);
}

.proof-grid div:last-child {
  border-right: 1px solid var(--line);
}

.proof-grid strong {
  margin-bottom: 3px;
  font-size: 0.9rem;
}

.proof-grid span {
  color: var(--muted-2);
  font-size: 0.73rem;
}

.section-intro {
  padding-top: 155px;
  padding-bottom: 155px;
  text-align: center;
}

.section-intro h2 {
  max-width: 830px;
  margin-inline: auto;
}

.section-intro .lead {
  max-width: 800px;
  margin: 0 auto;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 72px;
  margin-bottom: 66px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading > p {
  margin-bottom: 4px;
  color: var(--muted);
}

.comparison {
  border-block: 1px solid var(--line);
  background: #17191c;
}

.comparison-table {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #121315;
}

.comparison-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  min-height: 64px;
  border-top: 1px solid var(--line-soft);
}

.comparison-row:first-child {
  border-top: 0;
}

.comparison-row > span {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 16px 22px;
  color: #b0b4ba;
  font-size: 0.85rem;
}

.comparison-row > span:first-child {
  color: #f1f2f3;
  font-weight: 610;
}

.comparison-head {
  min-height: 44px;
  background: #222428;
}

.comparison-head > span {
  color: #7f848c;
  font-size: 0.68rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comparison-row .take-copy-column {
  border-left: 1px solid rgba(22, 131, 255, 0.2);
  background: rgba(22, 131, 255, 0.065);
  color: #e4f0ff;
}

.status-no,
.status-yes {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  border-radius: 50%;
}

.status-no {
  position: relative;
  border: 1px solid #656a72;
}

.status-no::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 3px;
  width: 7px;
  height: 1px;
  background: #858a92;
}

.status-yes {
  position: relative;
  background: var(--green);
}

.status-yes::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  width: 3px;
  height: 6px;
  border: solid #0c451f;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.workflow {
  background: #111214;
}

.workflow-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
}

.workflow-track article {
  position: relative;
  min-height: 300px;
  padding: 34px 28px 32px;
  border-left: 1px solid var(--line);
}

.workflow-track article:last-child {
  border-right: 1px solid var(--line);
}

.workflow-track p {
  color: var(--muted);
  font-size: 0.86rem;
}

.step-number {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #565b63;
  font: 600 0.67rem/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
}

.step-icon {
  position: relative;
  width: 52px;
  height: 52px;
  margin: 34px 0 36px;
  border: 1px solid #454950;
  border-radius: 8px;
  background: #202226;
}

.step-icon::before,
.step-icon::after {
  content: "";
  position: absolute;
}

.source-icon::before {
  inset: 13px 10px 12px;
  border: 2px solid var(--blue);
  border-radius: 4px;
}

.source-icon::after {
  left: 17px;
  right: 17px;
  bottom: 17px;
  height: 2px;
  background: var(--blue);
  box-shadow: 0 -7px var(--blue);
}

.copy-icon::before {
  width: 20px;
  height: 24px;
  top: 12px;
  left: 11px;
  border: 2px solid #fff;
  border-radius: 3px;
}

.copy-icon::after {
  width: 20px;
  height: 24px;
  top: 17px;
  left: 19px;
  border: 2px solid var(--blue);
  border-radius: 3px;
  background: #202226;
}

.verify-icon::before {
  width: 22px;
  height: 22px;
  top: 13px;
  left: 13px;
  border: 2px solid var(--green);
  border-radius: 50%;
}

.verify-icon::after {
  width: 7px;
  height: 12px;
  top: 16px;
  left: 22px;
  border: solid var(--green);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.report-icon::before {
  width: 22px;
  height: 28px;
  top: 10px;
  left: 14px;
  border: 2px solid var(--gold);
  border-radius: 2px;
}

.report-icon::after {
  width: 12px;
  height: 2px;
  top: 19px;
  left: 20px;
  background: var(--gold);
  box-shadow: 0 6px var(--gold), 0 12px var(--gold);
}

.mode-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 390px;
  margin-top: 72px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #181a1d;
}

.mode-visual {
  display: grid;
  grid-template-columns: 100px 1fr 130px;
  align-items: center;
  padding: 48px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    #101113;
  background-size: 28px 28px;
}

.mode-source,
.mode-drives span {
  display: grid;
  place-items: center;
  height: 58px;
  border: 1px solid #41454b;
  border-radius: 6px;
  background: #222428;
  color: #aeb2b8;
  font: 650 0.65rem/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
}

.mode-source {
  border-color: rgba(22, 131, 255, 0.75);
  color: #d8eaff;
  box-shadow: 0 0 0 3px rgba(22, 131, 255, 0.08);
}

.mode-lines {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 142px;
}

.mode-lines span {
  position: relative;
  height: 1px;
  background: linear-gradient(90deg, var(--blue), #5ca9ff);
}

.mode-lines span::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(52, 199, 105, 0.7);
}

.mode-drives {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mode-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px;
  border-left: 1px solid var(--line);
}

.mode-copy h3 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.mode-copy p:not(.eyebrow) {
  color: var(--muted);
}

.mode-copy strong {
  color: #fff;
}

.validation {
  border-block: 1px solid var(--line);
  background: #17191c;
}

.protocol-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.segmented-control {
  display: inline-flex;
  gap: 2px;
  padding: 3px;
  border: 1px solid #393d43;
  border-radius: 7px;
  background: #101113;
}

.segmented-control button {
  min-height: 30px;
  padding: 5px 13px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #8f949c;
  font-size: 0.72rem;
  font-weight: 620;
  cursor: pointer;
}

.segmented-control button:hover {
  color: #fff;
}

.segmented-control button.is-active {
  background: #3a3d43;
  color: #fff;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px #000;
}

.protocol-count {
  color: #777c84;
  font-size: 0.76rem;
}

.protocol-count b {
  color: #fff;
}

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

.protocol-list article {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(300px, 1.5fr) 90px;
  align-items: center;
  gap: 28px;
  min-height: 84px;
  border-bottom: 1px solid var(--line);
  transition: opacity 180ms ease, min-height 180ms ease;
}

.protocol-list article[hidden] {
  display: none;
}

.protocol-list article > div {
  display: flex;
  align-items: center;
}

.protocol-list h3,
.protocol-list p {
  margin-bottom: 0;
}

.protocol-list h3 {
  font-size: 1rem;
}

.protocol-list h3 small {
  display: inline-flex;
  margin-left: 6px;
  padding: 3px 6px;
  border: 1px solid #555960;
  border-radius: 4px;
  color: #9da1a8;
  font-size: 0.55rem;
  font-weight: 680;
  vertical-align: 2px;
  text-transform: uppercase;
}

.protocol-list p {
  color: var(--muted);
  font-size: 0.8rem;
}

.protocol-index {
  width: 43px;
  flex: 0 0 auto;
  color: #60656d;
  font: 600 0.62rem/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
}

.speed {
  justify-self: end;
  min-width: 70px;
  padding: 5px 8px;
  border: 1px solid;
  border-radius: 5px;
  font-size: 0.63rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.speed-fast {
  border-color: rgba(52, 199, 105, 0.42);
  background: rgba(52, 199, 105, 0.08);
  color: #74dd98;
}

.speed-medium {
  border-color: rgba(216, 168, 59, 0.45);
  background: rgba(216, 168, 59, 0.08);
  color: #e9c66f;
}

.speed-slow {
  border-color: rgba(239, 77, 77, 0.42);
  background: rgba(239, 77, 77, 0.08);
  color: #f08888;
}

.protocol-note {
  max-width: 760px;
  margin: 22px 0 0;
  color: #6f747c;
  font-size: 0.72rem;
}

.reports {
  background: #e8ebf1;
  color: #181a1d;
}

.report-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(530px, 1.28fr);
  align-items: center;
  gap: 76px;
}

.report-copy .eyebrow {
  color: #0878ed;
}

.report-copy .lead {
  color: #565d67;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 35px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 27px;
  color: #414750;
  font-size: 0.88rem;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 7px;
  height: 12px;
  border: solid #1ea652;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.report-sheet {
  min-height: 650px;
  overflow: hidden;
  border: 1px solid #cdd1d8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(42, 48, 58, 0.18);
  transform: rotate(0.8deg);
}

.report-banner {
  position: relative;
  min-height: 128px;
  display: flex;
  align-items: center;
  padding: 24px 28px;
  background: #202226;
  color: #fff;
}

.report-brand {
  display: flex;
  align-items: center;
  gap: 13px;
}

.report-brand img {
  border-radius: 12px;
}

.report-brand div {
  display: flex;
  flex-direction: column;
}

.report-brand strong {
  font-size: 1rem;
}

.report-brand span {
  color: #989da5;
  font-size: 0.52rem;
  font-weight: 650;
  letter-spacing: 0.12em;
}

.gold-seal {
  position: absolute;
  left: 59%;
  top: 50%;
  width: 94px;
  height: 94px;
  display: grid;
  place-content: center;
  border: 4px double #efcf6d;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, #f7e38d 0%, #d8a83b 45%, #9b6815 100%);
  color: #68430d;
  text-align: center;
  box-shadow: inset 0 2px 8px rgba(255, 255, 255, 0.45), inset 0 -4px 7px rgba(77, 43, 0, 0.3), 0 5px 14px rgba(0, 0, 0, 0.25);
  transform: translate(-50%, -50%) rotate(-8deg);
}

.gold-seal::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px dashed rgba(106, 67, 9, 0.68);
  border-radius: 50%;
}

.gold-seal span {
  position: relative;
  z-index: 1;
  font: 800 1.5rem/1 Georgia, serif;
}

.gold-seal small {
  position: relative;
  z-index: 1;
  margin-top: 3px;
  font-size: 0.43rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.report-status {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px 9px;
  border: 1px solid rgba(52, 199, 105, 0.35);
  border-radius: 5px;
  background: rgba(52, 199, 105, 0.08);
  color: #72dd98;
  font-size: 0.6rem;
  font-weight: 750;
}

.report-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34c769;
}

.report-body {
  padding: 28px;
}

.report-kicker {
  margin-bottom: 12px;
  color: #0878ed;
  font-size: 0.64rem;
  font-weight: 750;
  letter-spacing: 0.09em;
}

.report-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 30px;
  padding: 23px;
  border-radius: 8px;
  background: #f1f3f7;
}

.report-meta div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.report-meta span {
  color: #858a93;
  font-size: 0.47rem;
  font-weight: 760;
  letter-spacing: 0.07em;
}

.report-meta b {
  overflow: hidden;
  color: #24272b;
  font-size: 0.68rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.report-wide {
  grid-column: 1 / -1;
}

.report-files {
  display: grid;
  gap: 7px;
  margin-top: 22px;
}

.report-files div {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 66px 60px;
  align-items: center;
  min-height: 48px;
  padding: 7px 12px;
  border: 1px solid #e1e4e9;
  border-radius: 6px;
}

.report-files span,
.report-files em {
  color: #92969d;
  font-size: 0.54rem;
  font-style: normal;
}

.report-files b {
  overflow: hidden;
  font-size: 0.61rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.report-files i {
  color: #1b9a4a;
  font-size: 0.49rem;
  font-style: normal;
  font-weight: 750;
}

.advantages {
  border-bottom: 1px solid var(--line);
  background: #111214;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.feature-grid article {
  min-height: 260px;
  padding: 35px 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature-grid p {
  color: var(--muted);
  font-size: 0.85rem;
}

.feature-code {
  display: block;
  margin-bottom: 58px;
  color: var(--blue);
  font: 650 0.6rem/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
}

.faq {
  background: #17191c;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.6fr) minmax(500px, 1.25fr);
  gap: 100px;
}

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

.faq-heading p:last-child {
  color: var(--muted);
}

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

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

.faq-list summary {
  position: relative;
  padding: 23px 48px 23px 2px;
  color: #edf0f2;
  font-size: 0.98rem;
  font-weight: 610;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::before,
.faq-list summary::after {
  content: "";
  position: absolute;
  top: 31px;
  right: 8px;
  width: 13px;
  height: 1px;
  background: #8d9299;
  transition: transform 180ms ease;
}

.faq-list summary::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary::after {
  transform: rotate(0);
}

.faq-list details p {
  max-width: 700px;
  padding: 0 50px 24px 2px;
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.availability {
  padding-block: 90px;
  border-block: 1px solid var(--line);
  background: #0c0d0f;
}

.availability-panel {
  display: grid;
  grid-template-columns: auto minmax(280px, 1fr) auto;
  align-items: center;
  gap: 34px;
}

.availability-icon {
  position: relative;
}

.availability-icon img {
  border-radius: 22px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
}

.mini-seal {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 3px double #f2d77b;
  border-radius: 50%;
  background: #d8a83b;
  color: #68430d;
  font: 800 0.72rem/1 Georgia, serif;
  transform: rotate(-9deg);
}

.availability-copy h2 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 4vw, 3.35rem);
}

.availability-copy p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.app-store-badge {
  min-width: 190px;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 9px 16px;
  border: 1px solid #62666d;
  border-radius: 8px;
  background: #050506;
  color: #fff;
  text-decoration: none;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.14);
}

.app-store-badge .apple-mark {
  font-size: 2rem;
}

.app-store-badge span:last-child {
  display: flex;
  flex-direction: column;
}

.app-store-badge small {
  font-size: 0.57rem;
  line-height: 1;
}

.app-store-badge strong {
  margin-top: 3px;
  font-size: 1.05rem;
  line-height: 1;
}

.support {
  background: #1683ff;
  color: #fff;
}

.support .eyebrow {
  color: #dbeeff;
}

.support-layout {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  align-items: end;
  gap: 90px;
}

.support-layout h2 {
  margin-bottom: 0;
  max-width: 700px;
}

.support-contact p {
  max-width: 510px;
  color: #e3f0ff;
}

.support-email {
  display: block;
  width: fit-content;
  margin: 26px 0 15px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 650;
  text-decoration: none;
}

.support-contact span {
  color: #c6e4ff;
  font-size: 0.72rem;
}

.site-footer {
  padding: 34px 0;
  background: #090a0b;
}

.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 28px;
}

.footer-inner p,
.footer-inner small {
  margin: 0;
  color: #696e76;
  font-size: 0.68rem;
}

.footer-inner nav {
  display: flex;
  gap: 20px;
}

.footer-inner nav a {
  color: #999da4;
  font-size: 0.7rem;
  text-decoration: none;
}

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

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

@media (max-width: 920px) {
  .section {
    padding: 96px 0;
  }

  .site-nav {
    position: fixed;
    top: var(--header-height);
    right: 0;
    bottom: auto;
    width: min(360px, 88vw);
    height: calc(100svh - var(--header-height));
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 20px;
    border-left: 1px solid var(--line);
    background: rgba(17, 18, 20, 0.98);
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 200ms ease;
  }

  .site-nav.is-open {
    transform: translateX(0);
  }

  .site-nav a {
    padding: 15px 10px;
    border-bottom: 1px solid var(--line-soft);
    font-size: 0.92rem;
  }

  .site-nav .nav-cta {
    margin-top: 16px;
    text-align: center;
  }

  .nav-toggle {
    display: block;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(3px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-3px) rotate(-45deg);
  }

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

  .proof-grid div:nth-child(2) {
    border-right: 1px solid var(--line);
  }

  .proof-grid div:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .section-heading,
  .report-layout,
  .faq-layout,
  .support-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .workflow-track {
    grid-template-columns: 1fr 1fr;
  }

  .workflow-track article:nth-child(2) {
    border-right: 1px solid var(--line);
  }

  .workflow-track article:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .mode-panel {
    grid-template-columns: 1fr;
  }

  .mode-visual {
    min-height: 330px;
  }

  .mode-copy {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .report-layout {
    gap: 58px;
  }

  .report-sheet {
    width: min(100%, 700px);
    margin-inline: auto;
  }

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

  .faq-heading {
    position: static;
  }

  .availability-panel {
    grid-template-columns: auto 1fr;
  }

  .app-store-badge {
    grid-column: 1 / -1;
    justify-self: start;
  }

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

  .footer-inner p {
    display: none;
  }
}

@media (max-width: 640px) {
  :root {
    --header-height: 56px;
  }

  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .section {
    padding: 76px 0;
  }

  h1 {
    font-size: clamp(3.05rem, 17vw, 4.6rem);
  }

  h2 {
    font-size: clamp(2.2rem, 12vw, 3.3rem);
  }

  .hero {
    min-height: 760px;
  }

  .hero-backdrop {
    opacity: 0.4;
  }

  .hero-backdrop img {
    object-position: 52% 0;
  }

  .hero-scrim {
    background: linear-gradient(0deg, #0b0c0e 0%, #0b0c0e 42%, rgba(9, 10, 11, 0.74) 72%, rgba(9, 10, 11, 0.58) 100%);
  }

  .hero-icon {
    width: 84px;
    height: 84px;
    border-radius: 18px;
  }

  .hero-icon-wrap {
    margin-bottom: 28px;
  }

  .verified-dot {
    width: 25px;
    height: 25px;
  }

  .verified-dot::after {
    left: 5px;
    top: 3px;
  }

  .hero-copy {
    font-size: 1.05rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .scroll-cue {
    display: none;
  }

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

  .proof-grid div {
    min-height: 88px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .proof-grid div:last-child {
    border-bottom: 0;
  }

  .section-intro {
    padding-block: 100px;
  }

  .comparison-table {
    overflow-x: auto;
  }

  .comparison-row {
    min-width: 720px;
  }

  .workflow-track {
    grid-template-columns: 1fr;
  }

  .workflow-track article {
    min-height: 250px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .workflow-track article:last-child {
    border-bottom: 0;
  }

  .mode-panel {
    margin-top: 48px;
  }

  .mode-visual {
    grid-template-columns: 70px 1fr 86px;
    min-height: 280px;
    padding: 24px;
  }

  .mode-source,
  .mode-drives span {
    font-size: 0.48rem;
  }

  .mode-copy {
    padding: 34px 26px;
  }

  .protocol-toolbar {
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
  }

  .segmented-control {
    width: 100%;
    overflow-x: auto;
  }

  .segmented-control button {
    flex: 1 0 auto;
  }

  .protocol-list article {
    grid-template-columns: 1fr auto;
    gap: 9px 18px;
    padding: 18px 0;
  }

  .protocol-list article > div {
    grid-column: 1;
  }

  .protocol-list article > p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .protocol-list .speed {
    grid-column: 2;
    grid-row: 1;
  }

  .report-sheet {
    min-height: 520px;
    transform: none;
  }

  .report-banner {
    min-height: 104px;
    padding: 18px;
  }

  .report-brand img {
    width: 42px;
    height: 42px;
    border-radius: 9px;
  }

  .report-brand strong {
    font-size: 0.75rem;
  }

  .report-brand span {
    font-size: 0.38rem;
  }

  .gold-seal {
    left: auto;
    right: 14px;
    width: 72px;
    height: 72px;
    transform: translateY(-50%) rotate(-8deg);
  }

  .gold-seal span {
    font-size: 1.1rem;
  }

  .report-status {
    display: none;
  }

  .report-body {
    padding: 18px;
  }

  .report-meta {
    gap: 12px 18px;
    padding: 17px;
  }

  .report-files div {
    grid-template-columns: 22px minmax(0, 1fr) 52px;
  }

  .report-files i {
    display: none;
  }

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

  .feature-grid article {
    min-height: 230px;
  }

  .faq-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .faq-list summary {
    padding-right: 38px;
  }

  .availability-panel {
    grid-template-columns: 1fr;
  }

  .availability-icon img {
    width: 76px;
    height: 76px;
    border-radius: 17px;
  }

  .app-store-badge {
    width: 100%;
  }

  .support-email {
    overflow-wrap: anywhere;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-inner .brand,
  .footer-inner nav {
    justify-self: center;
  }
}

@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;
  }

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