:root {
  color-scheme: light;
  --navy-950: #06152c;
  --navy-900: #0a2143;
  --navy-800: #123765;
  --blue-700: #1659d9;
  --blue-600: #2375ee;
  --blue-100: #e9f3ff;
  --mint-500: #39d6c2;
  --mint-100: #dffaf5;
  --ink: #102647;
  --muted: #5e6f86;
  --line: #d8e3f0;
  --surface: #ffffff;
  --canvas: #f7f9fc;
  --warning: #a65b00;
  --warning-bg: #fff6de;
  --success: #087f6b;
  --shadow: 0 18px 50px rgba(13, 47, 91, .09);
  --shadow-strong: 0 28px 70px rgba(5, 24, 55, .24);
  font-family: "Segoe UI Variable", "Segoe UI", Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow {
  margin: 0;
  color: var(--blue-600);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow.light { color: #88f3e5; }
.section-heading { max-width: 760px; margin-bottom: 36px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading p:last-child { color: var(--muted); font-size: 1.05rem; }
h1, h2, h3 { margin-top: 0; letter-spacing: -.03em; }
h1 { font-size: clamp(3rem, 4.8vw, 4.4rem); line-height: 1.01; }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.8vw, 3.2rem); line-height: 1.1; }
h3 { margin-bottom: 10px; font-size: 1.18rem; line-height: 1.25; }
p { margin-top: 0; }
.lead { color: #d9e7fa; font-size: 1.13rem; line-height: 1.75; }
.muted { color: var(--muted); }
.compact-copy { max-width: 680px; }
.ph { line-height: 1; }
.icon-box {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid #cfe0f5;
  border-radius: 13px;
  color: var(--blue-600);
  background: #eef6ff;
  font-size: 1.5rem;
}
.icon-box.dark {
  color: #9fd0ff;
  border-color: rgba(159, 208, 255, .22);
  background: rgba(40, 112, 222, .17);
}

/* Navigation */
.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  background: rgba(6, 21, 44, .92);
  backdrop-filter: blur(18px);
}
.site-nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { color: #fff; font-size: 1.25rem; font-weight: 850; letter-spacing: -.035em; text-decoration: none; }
.nav-links { display: flex; align-items: center; gap: 25px; }
.nav-links a { color: #d7e5f6; font-size: .88rem; font-weight: 650; text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: #fff; }
.nav-cta { padding: 8px 13px; border: 1px solid rgba(126, 246, 230, .45); border-radius: 9px; color: #9ff8eb !important; }
.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 10px;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font-size: 1.35rem;
}

/* Hero */
.hero-wrap {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(77, 145, 255, .5), transparent 30%),
    radial-gradient(circle at 6% 88%, rgba(30, 221, 190, .2), transparent 27%),
    linear-gradient(135deg, #071a36 0%, #0e3a75 58%, #1762e6 100%);
}
.hero-wrap::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: .11;
  background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, transparent 6%, #000 35%, transparent 95%);
}
.hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr);
  align-items: center;
  gap: 58px;
  min-height: 650px;
  padding-block: 70px 78px;
}
.hero-copy { max-width: 650px; }
.hero h1 { margin: 12px 0 22px; }
.hero-actions, .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #05233e;
  background: linear-gradient(135deg, #78f2df, #42d5c2);
  box-shadow: 0 13px 32px rgba(3, 30, 66, .18);
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 17px 36px rgba(3, 30, 66, .23); }
.button:focus-visible, .menu-button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid rgba(40, 144, 255, .35);
  outline-offset: 3px;
}
.button.secondary { color: #fff; border-color: rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .07); box-shadow: none; }
.button.secondary.dark { color: var(--ink); border-color: #bfd0e3; background: #fff; }
.button.tertiary { color: var(--blue-700); border-color: #c8d9eb; background: #fff; box-shadow: none; }
.button[aria-disabled="true"], button:disabled { cursor: not-allowed; opacity: .58; transform: none; box-shadow: none; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 23px; color: #c7daf0; font-size: .78rem; }
.hero-notes span { display: inline-flex; align-items: center; gap: 7px; }
.hero-notes i { color: #7bf2df; font-size: 1rem; }
.workflow-preview {
  position: relative;
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.17), rgba(255,255,255,.07));
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(15px);
}
.preview-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.15); }
.preview-head small, .flow-copy small { color: #bdd0e8; }
.preview-head strong { display: block; font-size: 1rem; }
.status-pill { padding: 6px 10px; border: 1px solid rgba(95, 245, 218, .38); border-radius: 99px; color: #9ff8eb; background: rgba(36, 205, 177, .13); font-size: .7rem; font-weight: 750; }
.flow-list { margin: 4px 0 0; padding: 0; list-style: none; }
.flow-list li { display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.flow-list li:last-child { border-bottom: 0; }
.flow-index { color: #86bfff; font: 700 .68rem/1 Consolas, monospace; }
.flow-copy { min-width: 0; display: grid; gap: 1px; }
.flow-copy strong { font-size: .88rem; }
.flow-copy small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.flow-state { color: #aec3dc; font: 700 .62rem/1 Consolas, monospace; letter-spacing: .06em; }
.flow-state.active { color: #7bf2df; }
.progress { height: 5px; margin-top: 14px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.13); }
.progress span { display: block; width: 82%; height: 100%; border-radius: inherit; background: #59e4ce; }
.trust-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.15); background: rgba(3, 19, 43, .46); }
.trust-strip > div { display: flex; align-items: center; gap: 12px; min-height: 84px; padding: 16px 24px; border-right: 1px solid rgba(255,255,255,.13); }
.trust-strip > div:first-child { padding-left: max(24px, calc((100vw - 1180px) / 2)); }
.trust-strip > div:last-child { padding-right: max(24px, calc((100vw - 1180px) / 2)); border-right: 0; }
.trust-strip i { color: #91c8ff; font-size: 1.4rem; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-size: .76rem; letter-spacing: .04em; }
.trust-strip span { color: #b8cbe2; font-size: .7rem; }

/* Homepage sections */
.section { padding-block: 82px; }
.section.tight { padding-block: 62px; }
.section.home-value { padding-block: 58px; }
.section.home-steps { padding-block: 54px; }
.section.release-section { padding-block: 40px; }
.section.license-section { padding-block: 40px; }
.section.help-section { padding-block: 58px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card { min-height: 235px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.value-card h3 { margin-top: 27px; font-size: 1.35rem; }
.value-card p { color: var(--muted); }
.value-card a { color: var(--blue-700); font-size: .82rem; font-weight: 750; text-decoration: none; }
.capability-section { padding: 48px; border-radius: 25px; color: #fff; background: radial-gradient(circle at 92% 10%, rgba(35, 117, 238, .38), transparent 28%), var(--navy-950); }
.capability-section .section-heading { margin-bottom: 32px; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; background: rgba(255,255,255,.12); gap: 1px; }
.capability-grid article { min-height: 165px; padding: 22px; background: rgba(6, 24, 50, .93); }
.capability-grid p { margin: 0; color: #afc1d8; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.step { position: relative; display: grid; grid-template-columns: 44px 1fr; gap: 15px; }
.step-number { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; color: #fff; background: var(--blue-600); font-weight: 850; box-shadow: 0 8px 18px rgba(35,117,238,.24); }
.step:not(:last-child)::after { position: absolute; top: 20px; right: -18px; width: 36px; border-top: 1px dashed #88a8d0; content: ""; }
.step p { color: var(--muted); font-size: .9rem; }
.release-panel, .license-panel, .help-panel { border: 1px solid var(--line); border-radius: 19px; background: #fff; box-shadow: var(--shadow); }
.release-panel { display: grid; grid-template-columns: .92fr 1.08fr; overflow: hidden; }
.release-summary { padding: 38px; background: linear-gradient(135deg, #f8fbff, #edf6ff); }
.release-summary h2 { font-size: clamp(2rem, 3vw, 2.7rem); }
.release-details { padding: 31px 36px; }
.status-banner { display: flex; gap: 12px; margin-top: 24px; padding: 15px; border: 1px solid #f3dca7; border-radius: 11px; color: #74410a; background: var(--warning-bg); }
.status-banner i { flex: 0 0 auto; margin-top: 3px; color: #d68513; font-size: 1.15rem; }
.status-banner strong, .status-banner span { display: block; }
.status-banner span { margin-top: 2px; font-size: .82rem; }
.release-table { width: 100%; border-collapse: collapse; }
.release-table th, .release-table td { padding: 9px 0; border-bottom: 1px solid #e4ecf5; vertical-align: top; text-align: left; font-size: .85rem; }
.release-table th { width: 34%; color: var(--muted); font-weight: 600; }
.release-table td { overflow-wrap: anywhere; font-weight: 700; }
.release-table tr:last-child th, .release-table tr:last-child td { border-bottom: 0; }
.pending { display: inline-flex; align-items: center; gap: 6px; padding: 4px 9px; border-radius: 99px; color: var(--warning); background: var(--warning-bg); font-size: .72rem; font-weight: 800; }
.verified-note { display: flex; gap: 9px; margin: 18px 0 0; color: var(--muted); font-size: .78rem; }
.verified-note i { color: var(--blue-600); font-size: 1.15rem; }
.license-panel { display: grid; grid-template-columns: .68fr 1.32fr; overflow: hidden; }
.license-summary { padding: 34px; border-right: 1px solid var(--line); background: #fbfdff; }
.check-list { display: grid; gap: 10px; margin: 21px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 9px; color: var(--muted); font-size: .86rem; }
.check-list i { color: var(--success); font-size: 1.05rem; }
.purchase-flow { padding: 34px; }
.purchase-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 24px; }
.purchase-step { position: relative; }
.purchase-step:not(:last-child)::after { position: absolute; top: 20px; right: -16px; color: #8ba6c9; content: "\2192"; }
.purchase-step .icon-box { width: 40px; height: 40px; font-size: 1.18rem; }
.purchase-step strong, .purchase-step small { display: block; }
.purchase-step strong { margin-top: 13px; font-size: .84rem; }
.purchase-step small { margin-top: 4px; color: var(--muted); line-height: 1.55; }
.info-note { margin-top: 22px; padding: 13px 15px; border: 1px solid #dce6f1; border-radius: 10px; color: var(--muted); background: #f4f8fc; font-size: .82rem; }
.help-panel { display: grid; grid-template-columns: repeat(3, 1fr); padding: 31px; }
.help-item { display: grid; grid-template-columns: 43px 1fr; gap: 14px; padding: 0 26px; border-right: 1px solid var(--line); }
.help-item:first-child { padding-left: 0; }
.help-item:last-child { padding-right: 0; border-right: 0; }
.help-item .icon-box { width: 40px; height: 40px; font-size: 1.2rem; }
.help-item p { color: var(--muted); font-size: .82rem; }
.help-item a { color: var(--blue-700); font-size: .78rem; font-weight: 800; text-decoration: none; }
.whatsapp-help-item { align-items: start; }
.whatsapp-qr-mini { display: block; width: 128px; margin-top: 14px; }

/* Interior pages */
.page-hero { color: #fff; background: radial-gradient(circle at 86% 18%, rgba(52,125,242,.42), transparent 29%), linear-gradient(135deg, #071a36, #104b98); }
.page-hero-inner { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); align-items: center; gap: 50px; min-height: 390px; padding-block: 64px; }
.page-hero h1 { margin: 10px 0 18px; font-size: clamp(2.6rem, 5vw, 4.6rem); }
.page-hero .lead { margin-bottom: 0; }
.page-hero-card { padding: 26px; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: rgba(255,255,255,.1); box-shadow: 0 20px 42px rgba(1,18,44,.2); }
.page-hero-card .facts-mini { display: grid; gap: 12px; }
.page-hero-card .fact-mini { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 11px; border-bottom: 1px solid rgba(255,255,255,.12); }
.page-hero-card .fact-mini:last-child { padding-bottom: 0; border-bottom: 0; }
.page-hero-card span { color: #c4d7ed; font-size: .8rem; }
.page-hero-card strong { font-size: .84rem; text-align: right; }
.document { width: min(900px, calc(100% - 48px)); margin-inline: auto; padding-block: 76px 96px; }
.document.wide { width: min(1180px, calc(100% - 48px)); }
.document h1 { font-size: clamp(2.6rem, 5.5vw, 4.5rem); }
.document h2 { margin-top: 44px; font-size: clamp(1.55rem, 3vw, 2.2rem); }
.document p, .document li { color: var(--muted); }
.document a:not(.button) { color: var(--blue-700); }
.notice { padding: 16px 18px; border-left: 4px solid #efa72e; border-radius: 10px; color: #75420e; background: var(--warning-bg); }
.facts { display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow); }
.fact { display: grid; grid-template-columns: 210px 1fr; gap: 24px; padding: 15px 20px; border-bottom: 1px solid var(--line); }
.fact:last-child { border-bottom: 0; }
.fact span { color: var(--muted); }
.fact strong { font-weight: 750; }
.content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.content-card { padding: 26px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: var(--shadow); }
.content-card p { color: var(--muted); }
.download-card { display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.download-card-copy { padding: 38px; background: linear-gradient(145deg, #f6fbff, #eaf4ff); }
.download-card-data { padding: 34px 38px; }
.download-controls { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 24px; }
.verification-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 28px; }
.verification-item { padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.verification-item i { color: var(--blue-600); font-size: 1.45rem; }
.verification-item strong, .verification-item span { display: block; }
.verification-item strong { margin-top: 13px; }
.verification-item span { color: var(--muted); font-size: .8rem; }
.quote-layout { display: grid; grid-template-columns: .74fr 1.26fr; gap: 24px; align-items: start; }
.offer-card, .quote-card { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.offer-card { position: sticky; top: 98px; }
.quote-card h2 { margin-top: 0; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; font-size: .85rem; font-weight: 750; }
.field small { display: block; margin-top: 6px; color: var(--muted); }
.field input, .field select, .field textarea { width: 100%; padding: 11px 12px; border: 1px solid #b9c9db; border-radius: 9px; color: var(--ink); background: #fff; }
.field textarea { min-height: 118px; resize: vertical; }
.check-field { display: flex; align-items: flex-start; gap: 9px; margin-top: 16px; color: var(--muted); font-size: .82rem; }
.check-field input { width: 18px; height: 18px; margin-top: 2px; }
.form-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 20px; }
.form-status { min-height: 1.6em; margin: 14px 0 0; color: var(--success); font-weight: 700; }
.quote-result { display: none; margin-top: 16px; padding: 15px; border: 1px solid #c9eadf; border-radius: 12px; background: #eefbf7; }
.quote-result.visible { display: block; }
.quote-result p { color: #32685e; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: 0 10px 26px rgba(13,47,91,.05); }
.faq-list summary { padding: 17px 19px; cursor: pointer; font-weight: 750; }
.faq-list details p { padding: 0 19px 18px; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.contact-card { padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.contact-card .icon-box { margin-bottom: 17px; }
.contact-card p { color: var(--muted); }
.support-status { display: inline-flex; align-items: center; gap: 7px; color: var(--success); font-size: .8rem; font-weight: 750; }
.support-status::before { width: 8px; height: 8px; border-radius: 50%; background: #26b99f; content: ""; box-shadow: 0 0 0 4px rgba(38,185,159,.13); }
.support-status.pending::before { background: #e7a22b; box-shadow: 0 0 0 4px rgba(231,162,43,.13); }
.whatsapp-business-qr { display: grid; justify-items: center; gap: 7px; width: min(100%, 286px); margin: 22px auto 20px; padding: 18px; border: 1px solid var(--line); border-radius: 17px; color: var(--ink); background: #f8fbff; text-align: center; text-decoration: none; }
.whatsapp-business-qr strong { margin-top: 4px; font-size: .92rem; }
.whatsapp-business-qr > span:last-child { color: var(--muted); font-size: .76rem; }
.whatsapp-qr-viewport { position: relative; display: block; width: 240px; max-width: 100%; aspect-ratio: 1; overflow: hidden; border: 10px solid #fff; border-radius: 14px; background: #fff; box-shadow: 0 10px 24px rgba(15,36,68,.12); }
.whatsapp-qr-viewport img { position: absolute; top: -344px; left: -139px; width: 518px; max-width: none; height: auto; }
.whatsapp-qr-mini .whatsapp-qr-viewport { width: 128px; border-width: 6px; border-radius: 10px; }
.whatsapp-qr-mini .whatsapp-qr-viewport img { top: -183px; left: -74px; width: 276px; }
.release-hash { overflow-wrap: anywhere; word-break: break-all; }
.legal-meta { margin-bottom: 32px; padding: 14px 16px; border: 1px solid #f1d69c; border-radius: 10px; color: #71400b !important; background: var(--warning-bg); }
.legal-index { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 38px; }
.legal-index a { padding: 7px 11px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-size: .8rem; text-decoration: none; }
.not-found { min-height: calc(100vh - 80px); display: grid; place-items: center; padding: 40px; color: #fff; background: radial-gradient(circle at 82% 18%, rgba(41,121,255,.44), transparent 32%), linear-gradient(135deg, #071a36, #0d4490); }
.not-found-card { width: min(650px, 100%); text-align: center; }
.not-found-card .error-code { color: #79eddf; font-size: 5rem; font-weight: 900; line-height: 1; }

/* Footer */
.site-footer { padding-block: 40px 24px; color: #b8c8dd; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr .7fr; gap: 42px; }
.footer-brand { margin-bottom: 13px; color: #fff; font-size: 1.15rem; font-weight: 850; }
.site-footer p { font-size: .8rem; }
.site-footer strong { display: block; margin-bottom: 11px; color: #fff; font-size: .82rem; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { font-size: .8rem; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 28px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.12); font-size: .72rem; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .workflow-preview { max-width: 700px; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip > div:first-child, .trust-strip > div:nth-child(3) { padding-left: 24px; }
  .trust-strip > div:nth-child(2) { border-right: 0; }
  .capability-section { padding: 46px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .release-panel, .license-panel, .download-card, .quote-layout { grid-template-columns: 1fr; }
  .license-summary { border-right: 0; border-bottom: 1px solid var(--line); }
  .offer-card { position: static; }
  .purchase-steps { grid-template-columns: repeat(2, 1fr); }
  .purchase-step:nth-child(2)::after { display: none; }
  .verification-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .shell, .document, .document.wide { width: min(100% - 32px, 1180px); }
  .site-nav { min-height: 66px; }
  .menu-button { display: inline-grid; place-items: center; }
  .nav-links { position: fixed; inset: 66px 0 auto; display: none; align-items: stretch; gap: 0; padding: 12px 16px 20px; border-bottom: 1px solid #23466d; background: #071a36; box-shadow: 0 20px 40px rgba(1,14,34,.28); }
  .nav-links.open { display: grid; }
  .nav-links a { padding: 12px 10px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  h1 { font-size: clamp(2.6rem, 13vw, 4.2rem); }
  .hero { min-height: 0; padding-block: 58px 64px; }
  .lead { font-size: 1rem; }
  .hero-notes { gap: 12px; }
  .workflow-preview { padding: 20px; }
  .flow-list li { grid-template-columns: 24px minmax(0, 1fr); }
  .flow-state { display: none; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip > div { padding-inline: 20px !important; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .trust-strip > div:last-child { border-bottom: 0; }
  .section { padding-block: 68px; }
  .value-grid, .capability-grid, .steps, .help-panel, .content-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 0; }
  .capability-section { padding: 34px 22px; border-radius: 20px; }
  .step:not(:last-child)::after { display: none; }
  .release-summary, .release-details, .license-summary, .purchase-flow, .download-card-copy, .download-card-data { padding: 26px; }
  .purchase-steps { grid-template-columns: 1fr; }
  .purchase-step::after { display: none; }
  .help-panel { gap: 0; padding: 22px; }
  .help-item { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .help-item:first-child { padding-top: 0; }
  .help-item:last-child { padding-bottom: 0; border-bottom: 0; }
  .page-hero-inner { grid-template-columns: 1fr; min-height: 0; padding-block: 52px; }
  .page-hero-card { max-width: 600px; }
  .verification-grid, .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .fact { grid-template-columns: 1fr; gap: 3px; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
  .hero-actions .button, .actions .button, .form-actions .button { width: 100%; }
  .preview-head { align-items: flex-start; }
  .status-pill { flex: 0 0 auto; }
  .release-table th, .release-table td { display: block; width: 100%; border-bottom: 0; }
  .release-table th { padding-bottom: 0; }
  .release-table td { padding-top: 2px; border-bottom: 1px solid #e4ecf5; }
  .verification-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}
