:root {
  --ink: #10161a;
  --ink-soft: #1c282d;
  --paper: #f4efe6;
  --paper-deep: #e7dccd;
  --mist: #dbe4e2;
  --teal: #2b6b68;
  --teal-dark: #173c3d;
  --gold: #bb8d4d;
  --clay: #8c6651;
  --line: rgba(16, 22, 26, 0.13);
  --white-line: rgba(244, 239, 230, 0.16);
  --shadow: 0 28px 90px rgba(9, 15, 17, 0.24);
  --radius: 8px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Final QA tap target overrides */
.button,
.header-cta,
.mobile-sticky,
.pathway-form .button {
  min-height: 44px;
}

/* LPKit sample disclosure/header clearance */
.lpkit-sample-disclosure {
  position: sticky !important;
  top: 0;
  z-index: 80;
}

.site-header {
  top: 56px !important;
}

@media (max-width: 720px) {
  .lpkit-sample-disclosure {
    padding: 7px 12px !important;
    font-size: 11px !important;
  }

  .site-header {
    top: 66px !important;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

body,
button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button,
input,
select,
textarea {
  border-radius: 0;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 18px;
  left: 50%;
  display: grid;
  width: min(1180px, calc(100% - 32px));
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 10px 10px 10px 14px;
  border: 1px solid rgba(244, 239, 230, 0.16);
  border-radius: 999px;
  background: rgba(16, 22, 26, 0.72);
  color: var(--paper);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.brand,
.brand span:last-child,
.hero-metrics,
.route-board,
.check-layout,
.deliverable-grid,
.country-questions,
.advisor-section,
.advisor-panel,
.report-section,
.report-preview,
.dossier-grid,
.case-lanes,
.package-grid,
.reserve-section,
.faq-grid,
.disclaimer-section,
.source-section {
  min-width: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(244, 239, 230, 0.28);
  border-radius: 50%;
  color: var(--gold);
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand strong {
  font-size: 13px;
}

.brand small {
  margin-top: 2px;
  color: rgba(244, 239, 230, 0.58);
  font-size: 10px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: rgba(244, 239, 230, 0.72);
  font-size: 12px;
  font-weight: 700;
}

.nav-links a,
.header-cta,
.button {
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.nav-links a:hover {
  color: var(--paper);
}

.header-cta {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.72fr);
  align-items: end;
  gap: clamp(24px, 5vw, 72px);
  overflow: hidden;
  padding: clamp(140px, 13vw, 190px) clamp(20px, 5vw, 72px) clamp(28px, 6vw, 84px);
  color: var(--paper);
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media::before,
.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
}

.hero-media::before {
  background:
    linear-gradient(90deg, rgba(16, 22, 26, 0.9) 0%, rgba(16, 22, 26, 0.64) 38%, rgba(16, 22, 26, 0.16) 74%),
    linear-gradient(180deg, rgba(16, 22, 26, 0.36), rgba(16, 22, 26, 0.78));
}

.hero-media::after {
  background: radial-gradient(circle at 18% 74%, rgba(187, 141, 77, 0.28), transparent 34%);
  mix-blend-mode: screen;
}

.hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(244, 239, 230, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 239, 230, 0.05) 1px, transparent 1px);
  background-size: 88px 88px;
}

.hero-content {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.05;
}

.hero-content > p {
  max-width: 640px;
  color: rgba(244, 239, 230, 0.76);
  font-size: 18px;
  line-height: 1.72;
  word-break: keep-all;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
}

.button:hover,
.header-cta:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--gold);
  color: var(--ink);
}

.button.secondary {
  border-color: rgba(244, 239, 230, 0.26);
  color: var(--paper);
}

.hero-metrics {
  display: grid;
  max-width: 650px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 46px 0 0;
  overflow: hidden;
  border: 1px solid rgba(244, 239, 230, 0.14);
  border-radius: var(--radius);
  background: rgba(244, 239, 230, 0.12);
}

.hero-metrics div {
  padding: 18px;
  background: rgba(16, 22, 26, 0.34);
}

.hero-metrics dt {
  color: var(--paper);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.hero-metrics dd {
  margin: 8px 0 0;
  color: rgba(244, 239, 230, 0.68);
  font-size: 12px;
  font-weight: 800;
}

.route-console {
  align-self: end;
  border: 1px solid rgba(244, 239, 230, 0.18);
  border-radius: var(--radius);
  background: rgba(13, 19, 22, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.console-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border-bottom: 1px solid rgba(244, 239, 230, 0.12);
}

.console-head span,
.console-steps span,
.country-panel span,
.dossier-grid span,
.case-lanes span,
.process-list span,
.risk-row em {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.console-head span,
.console-steps small {
  color: rgba(244, 239, 230, 0.58);
}

.console-head strong {
  color: var(--gold);
}

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

.console-steps li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  padding: 18px;
  border-bottom: 1px solid rgba(244, 239, 230, 0.1);
}

.console-steps li:last-child {
  border-bottom: 0;
}

.console-steps span {
  grid-row: span 2;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(244, 239, 230, 0.16);
  border-radius: 50%;
  color: rgba(244, 239, 230, 0.62);
}

.console-steps strong,
.console-steps small {
  display: block;
  grid-column: 2;
}

.console-steps strong {
  margin-bottom: 4px;
}

.console-steps .is-complete span {
  border-color: rgba(187, 141, 77, 0.5);
  color: var(--gold);
}

.console-steps .is-current {
  background: rgba(187, 141, 77, 0.1);
}

.trust-band {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1px;
  background: var(--ink);
  color: var(--paper);
}

.trust-band span {
  flex: 1 1 170px;
  min-height: 76px;
  display: grid;
  place-items: center;
  padding: 14px;
  background: #152025;
  color: rgba(244, 239, 230, 0.7);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.check-section {
  background: #f9f4eb;
}

.check-layout {
  display: grid;
  max-width: 1120px;
  grid-template-columns: minmax(300px, 0.62fr) minmax(0, 1fr);
  gap: 14px;
  margin: 0 auto;
}

.check-offer {
  display: grid;
  align-content: space-between;
  gap: 28px;
  min-height: 470px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(16, 22, 26, 0.14);
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 22px 80px rgba(16, 22, 26, 0.16);
}

.offer-label {
  width: max-content;
  padding: 8px 10px;
  border: 1px solid rgba(244, 239, 230, 0.18);
  border-radius: 999px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.check-offer h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.08;
}

.check-offer p {
  color: rgba(244, 239, 230, 0.68);
  line-height: 1.72;
}

.offer-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(244, 239, 230, 0.14);
  border-radius: var(--radius);
  background: rgba(244, 239, 230, 0.12);
}

.offer-meta div {
  padding: 16px;
  background: rgba(244, 239, 230, 0.05);
}

.offer-meta dt {
  color: rgba(244, 239, 230, 0.52);
  font-size: 11px;
  font-weight: 900;
}

.offer-meta dd {
  margin: 8px 0 0;
  color: var(--paper);
  font-size: 15px;
  font-weight: 900;
}

.deliverable-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(16, 22, 26, 0.12);
}

.deliverable-grid article {
  min-height: 234px;
  padding: 28px;
  background: var(--paper);
}

.deliverable-grid span,
.country-questions span,
.advisor-rules span,
.report-preview span,
.package-grid span {
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.deliverable-grid h3 {
  margin: 58px 0 12px;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.08;
}

.deliverable-grid p {
  margin-bottom: 0;
  color: rgba(16, 22, 26, 0.66);
  line-height: 1.64;
}

section:not(.hero):not(.trust-band) {
  padding: clamp(72px, 9vw, 136px) clamp(20px, 5vw, 72px);
}

.section-heading {
  display: grid;
  max-width: 1120px;
  grid-template-columns: minmax(0, 0.86fr) minmax(260px, 0.54fr);
  gap: clamp(20px, 4vw, 72px);
  align-items: end;
  margin: 0 auto 34px;
}

.section-heading.compact {
  display: block;
  max-width: 850px;
  margin-left: 0;
}

.section-heading h2,
.diagnosis-copy h2,
.reserve-copy h2,
.source-section h2 {
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.08;
}

.section-heading p:not(.eyebrow),
.diagnosis-copy p,
.reserve-copy p,
.source-section a {
  color: rgba(16, 22, 26, 0.66);
  line-height: 1.72;
}

.route-section {
  background: var(--paper);
}

.route-board {
  display: grid;
  max-width: 1120px;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 0;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffaf1;
  box-shadow: 0 18px 70px rgba(16, 22, 26, 0.1);
}

.country-tabs {
  display: grid;
  align-content: stretch;
  border-right: 1px solid var(--line);
  background: var(--ink);
}

.country-tab {
  min-height: 82px;
  border: 0;
  border-bottom: 1px solid rgba(244, 239, 230, 0.12);
  background: transparent;
  color: rgba(244, 239, 230, 0.6);
  cursor: pointer;
  font-weight: 900;
}

.country-tab.is-active {
  background: var(--teal);
  color: var(--paper);
}

.country-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(260px, 0.72fr);
  gap: clamp(20px, 4vw, 60px);
  padding: clamp(28px, 5vw, 58px);
}

.country-panel span {
  color: var(--teal);
}

.country-panel h3 {
  max-width: 720px;
  margin: 14px 0 18px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.08;
}

.country-panel p {
  color: rgba(16, 22, 26, 0.66);
  line-height: 1.78;
}

.country-checklist {
  display: grid;
  align-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.country-checklist li {
  position: relative;
  padding: 16px 16px 16px 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(219, 228, 226, 0.42);
  font-weight: 800;
  line-height: 1.5;
}

.country-checklist li::before {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  content: "";
}

.country-questions {
  display: grid;
  max-width: 1120px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 18px auto 0;
}

.country-questions article {
  min-height: 230px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffaf1;
}

.country-questions h3 {
  margin: 42px 0 12px;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.12;
}

.country-questions p {
  margin-bottom: 0;
  color: rgba(16, 22, 26, 0.64);
  line-height: 1.58;
}

.advisor-section {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(320px, 0.82fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: center;
  background: var(--paper-deep);
}

.advisor-copy h2,
.report-copy h2,
.disclaimer-section h2 {
  margin-bottom: 18px;
  font-size: 39px;
  font-weight: 800;
  line-height: 1.06;
}

.advisor-copy p,
.report-copy p,
.disclaimer-section p {
  color: rgba(16, 22, 26, 0.66);
  line-height: 1.72;
}

.advisor-panel {
  overflow: hidden;
  border: 1px solid rgba(16, 22, 26, 0.14);
  border-radius: var(--radius);
  background: #f9f4eb;
  box-shadow: 0 24px 80px rgba(16, 22, 26, 0.1);
}

.advisor-card-main {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border-bottom: 1px solid var(--line);
  background: var(--ink);
  color: var(--paper);
}

.advisor-avatar {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(244, 239, 230, 0.22);
  border-radius: 50%;
  color: var(--gold);
  font-weight: 900;
}

.advisor-card-main strong,
.advisor-card-main small {
  display: block;
}

.advisor-card-main strong {
  font-size: 20px;
  font-weight: 900;
}

.advisor-card-main small {
  margin-top: 5px;
  color: rgba(244, 239, 230, 0.62);
}

.advisor-rules {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.advisor-rules li {
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
}

.advisor-rules li:last-child {
  border-bottom: 0;
}

.advisor-rules strong {
  display: block;
  margin: 10px 0 8px;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.12;
}

.advisor-rules p {
  margin: 0;
  color: rgba(16, 22, 26, 0.64);
  line-height: 1.58;
}

.dossier-section {
  background: var(--ink);
  color: var(--paper);
}

.dossier-section .section-heading {
  margin-bottom: 44px;
}

.dossier-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(244, 239, 230, 0.16);
}

.dossier-grid article {
  min-height: 320px;
  padding: clamp(22px, 3vw, 34px);
  background: #151d21;
}

.dossier-grid span {
  color: var(--gold);
}

.dossier-grid h3 {
  margin: 86px 0 16px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.08;
}

.dossier-grid p {
  color: rgba(244, 239, 230, 0.66);
  line-height: 1.68;
}

.report-section {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(340px, 0.92fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: center;
  background: #f9f4eb;
}

.report-preview {
  overflow: hidden;
  border: 1px solid rgba(16, 22, 26, 0.14);
  border-radius: var(--radius);
  background: #fffaf1;
  box-shadow: 0 24px 80px rgba(16, 22, 26, 0.12);
}

.report-preview header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
  border-bottom: 1px solid var(--line);
  background: var(--ink);
  color: var(--paper);
}

.report-preview header strong {
  display: block;
  margin-top: 7px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.12;
}

.report-preview header em {
  padding: 7px 9px;
  border: 1px solid rgba(244, 239, 230, 0.18);
  border-radius: 999px;
  color: rgba(244, 239, 230, 0.68);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.report-status {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border-bottom: 1px solid var(--line);
  background: rgba(16, 22, 26, 0.12);
}

.report-status div {
  min-height: 172px;
  padding: 20px;
  background: var(--paper);
}

.report-status strong {
  display: block;
  margin: 32px 0 10px;
  font-size: 21px;
  font-weight: 800;
}

.report-status p {
  margin: 0;
  color: rgba(16, 22, 26, 0.64);
  line-height: 1.5;
}

.report-table {
  display: grid;
}

.report-table div {
  display: grid;
  grid-template-columns: 110px minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}

.report-table div:last-child {
  border-bottom: 0;
}

.report-table span {
  color: var(--clay);
}

.report-table strong {
  font-size: 18px;
  font-weight: 900;
}

.report-table em {
  color: rgba(16, 22, 26, 0.58);
  font-style: normal;
  line-height: 1.45;
}

.diagnosis-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(300px, 0.86fr);
  gap: clamp(28px, 6vw, 94px);
  align-items: center;
  background: var(--mist);
}

.risk-board {
  border: 1px solid rgba(16, 22, 26, 0.14);
  border-radius: var(--radius);
  overflow: hidden;
  background: #f9f4eb;
  box-shadow: 0 24px 80px rgba(16, 22, 26, 0.1);
}

.risk-row {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) 100px;
  gap: 16px;
  align-items: center;
  min-height: 96px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.risk-row:last-child {
  border-bottom: 0;
}

.risk-row span {
  color: var(--teal-dark);
  font-weight: 900;
}

.risk-row strong {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.08;
}

.risk-row em {
  color: var(--clay);
  font-style: normal;
  text-align: right;
}

.cases-section {
  background: #f9f4eb;
}

.case-lanes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.case-lanes article {
  min-height: 310px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(43, 107, 104, 0.08), transparent 42%),
    var(--paper);
}

.case-lanes span,
.process-list span {
  color: var(--teal);
}

.case-lanes h3 {
  margin: 92px 0 14px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.04;
}

.case-lanes p {
  color: rgba(16, 22, 26, 0.66);
  line-height: 1.65;
}

.process-section {
  background: var(--paper-deep);
}

.process-list {
  display: grid;
  max-width: 1120px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(16, 22, 26, 0.16);
}

.process-list li {
  position: relative;
  min-height: 240px;
  padding: 28px 26px 0 0;
}

.process-list li::before {
  position: absolute;
  top: -8px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--teal);
  content: "";
}

.process-list strong {
  display: block;
  margin: 46px 0 12px;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.06;
}

.process-list p {
  color: rgba(16, 22, 26, 0.66);
  line-height: 1.64;
}

.packages-section {
  background: #f9f4eb;
}

.package-grid {
  display: grid;
  max-width: 1120px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 auto;
}

.package-grid article {
  display: grid;
  min-height: 330px;
  align-content: start;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.package-grid .is-featured {
  background: var(--teal-dark);
  color: var(--paper);
}

.package-grid .is-featured span {
  color: var(--gold);
}

.package-grid h3 {
  margin: 70px 0 18px;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.08;
}

.package-grid strong {
  display: block;
  margin-bottom: 18px;
  color: var(--clay);
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.package-grid .is-featured strong {
  color: var(--gold);
}

.package-grid p {
  margin: 0;
  color: rgba(16, 22, 26, 0.66);
  line-height: 1.64;
}

.package-grid .is-featured p {
  color: rgba(244, 239, 230, 0.68);
}

.reserve-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 6vw, 92px);
  background: var(--ink);
  color: var(--paper);
}

.reserve-copy p,
.reserve-copy li {
  color: rgba(244, 239, 230, 0.68);
}

.reserve-copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.reserve-copy li {
  padding: 13px 14px;
  border: 1px solid rgba(244, 239, 230, 0.14);
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 800;
}

.after-submit {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid rgba(244, 239, 230, 0.14);
  border-radius: var(--radius);
  background: rgba(244, 239, 230, 0.06);
}

.after-submit h3 {
  margin-bottom: 14px;
  color: var(--paper);
  font-size: 21px;
  font-weight: 800;
}

.after-submit ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.after-submit li {
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 1.55;
}

.pathway-form {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(244, 239, 230, 0.16);
  border-radius: var(--radius);
  background: rgba(244, 239, 230, 0.06);
}

.pathway-form label {
  display: grid;
  gap: 8px;
  color: rgba(244, 239, 230, 0.7);
  font-size: 12px;
  font-weight: 900;
}

.pathway-form input,
.pathway-form select,
.pathway-form textarea {
  width: 100%;
  border: 1px solid rgba(244, 239, 230, 0.18);
  border-radius: var(--radius);
  background: rgba(244, 239, 230, 0.94);
  color: var(--ink);
  outline: none;
}

.pathway-form input,
.pathway-form select {
  min-height: 50px;
  padding: 0 14px;
}

.pathway-form textarea {
  resize: vertical;
  padding: 14px;
  line-height: 1.55;
}

.pathway-form input:focus,
.pathway-form select:focus,
.pathway-form textarea:focus {
  border-color: var(--gold);
}

.pathway-form .consent-row {
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: rgba(244, 239, 230, 0.68);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.pathway-form .consent-row input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 2px 0 0;
  accent-color: var(--gold);
}

.pathway-form .consent-row span {
  min-width: 0;
}

.pathway-form .button {
  width: 100%;
}

.form-note {
  margin: 0;
  color: rgba(244, 239, 230, 0.58);
  font-size: 12px;
  line-height: 1.6;
}

.faq-section {
  background: var(--paper-deep);
}

.faq-grid {
  display: grid;
  max-width: 1120px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.faq-grid article {
  min-height: 220px;
  padding: 22px;
  border: 1px solid rgba(16, 22, 26, 0.14);
  border-radius: var(--radius);
  background: #f9f4eb;
}

.faq-grid h3 {
  margin-bottom: 42px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.12;
}

.faq-grid p {
  margin-bottom: 0;
  color: rgba(16, 22, 26, 0.64);
  line-height: 1.58;
}

.disclaimer-section {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(280px, 0.82fr);
  gap: clamp(24px, 6vw, 82px);
  align-items: start;
  background: var(--ink);
  color: var(--paper);
}

.disclaimer-section p {
  color: rgba(244, 239, 230, 0.68);
}

.source-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.78fr);
  gap: clamp(24px, 6vw, 82px);
  background: #f9f4eb;
}

.source-section ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.source-section a {
  display: block;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  font-weight: 800;
}

.source-section a:hover {
  border-color: rgba(43, 107, 104, 0.44);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 28px clamp(20px, 5vw, 72px);
  background: var(--ink);
  color: rgba(244, 239, 230, 0.68);
}

.site-footer strong {
  color: var(--paper);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .section-heading,
  .check-layout,
  .country-panel,
  .advisor-section,
  .report-section,
  .diagnosis-section,
  .reserve-section,
  .disclaimer-section,
  .source-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 128px;
  }

  .hero-media::before {
    background:
      linear-gradient(180deg, rgba(16, 22, 26, 0.86), rgba(16, 22, 26, 0.64) 48%, rgba(16, 22, 26, 0.9)),
      linear-gradient(90deg, rgba(16, 22, 26, 0.64), rgba(16, 22, 26, 0.18));
  }

  .route-console {
    max-width: 620px;
  }

  h1 {
    font-size: 46px;
  }

  .country-questions,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dossier-grid,
  .case-lanes,
  .process-list,
  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .route-board {
    grid-template-columns: 1fr;
  }

  .country-tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-right: 0;
  }

  .country-tab {
    min-height: 60px;
  }

  .report-table div {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  .report-table em {
    grid-column: 2;
  }
}

@media (max-width: 680px) {
  .site-header {
    position: absolute;
    top: 10px;
    width: calc(100% - 20px);
    gap: 8px;
  }

  .brand small {
    display: none;
  }

  .header-cta {
    min-height: 34px;
    padding: 0 12px;
  }

  .hero {
    padding-right: 16px;
    padding-left: 16px;
  }

  h1 {
    max-width: 680px;
    font-size: 32px;
  }

  .hero-content > p {
    font-size: 16px;
  }

  .hero-metrics,
  .offer-meta,
  .deliverable-grid,
  .country-questions,
  .report-status,
  .dossier-grid,
  .case-lanes,
  .process-list,
  .package-grid,
  .faq-grid,
  .reserve-copy ul {
    grid-template-columns: 1fr;
  }

  .hero-metrics div {
    padding: 15px;
  }

  section:not(.hero):not(.trust-band) {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section-heading h2,
  .advisor-copy h2,
  .report-copy h2,
  .diagnosis-copy h2,
  .reserve-copy h2,
  .disclaimer-section h2,
  .source-section h2 {
    font-size: 30px;
  }

  .country-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .country-panel {
    padding: 22px;
  }

  .country-panel h3 {
    font-size: 27px;
  }

  .dossier-grid article,
  .case-lanes article,
  .package-grid article,
  .faq-grid article,
  .country-questions article,
  .deliverable-grid article {
    min-height: auto;
  }

  .dossier-grid h3,
  .case-lanes h3,
  .deliverable-grid h3,
  .package-grid h3,
  .country-questions h3 {
    margin-top: 54px;
  }

  .report-preview header,
  .advisor-card-main {
    display: grid;
  }

  .report-table div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .report-table em {
    grid-column: auto;
  }

  .risk-row {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: auto;
  }

  .risk-row em {
    text-align: left;
  }

  .process-list {
    border-top: 0;
    gap: 1px;
    background: rgba(16, 22, 26, 0.16);
  }

  .process-list li {
    min-height: auto;
    padding: 22px;
    background: var(--paper-deep);
  }

  .process-list li::before {
    display: none;
  }

  .process-list strong {
    margin-top: 38px;
  }
}

/* Final QA tap target overrides - terminal priority */
.button,
.header-cta,
.mobile-sticky,
.pathway-form .button {
  min-height: 44px;
}
