:root {
  --charcoal: #051a3b;
  --charcoal-2: #0b2448;
  --ivory: #ffffff;
  --paper: #ffffff;
  --line: #dfd3b9;
  --gold: #c69a2f;
  --gold-dark: #8b641a;
  --blue: #061b40;
  --muted: #4f5d68;
  --error: #a93f35;
  --success: #276749;
  --shadow: 0 24px 70px rgba(22, 26, 29, 0.14);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--charcoal);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.5;
}

body::before {
  content: none;
}

a {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10;
  padding: 10px 14px;
  color: var(--ivory);
  background: var(--charcoal);
  border-radius: 4px;
  transform: translateY(-140%);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0;
  backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  background: #061b40;
  border: 1px solid rgba(185, 147, 75, 0.45);
  border-radius: 6px;
  overflow: hidden;
}

.brand-mark img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.mark-outline {
  fill: none;
  stroke: var(--gold);
  stroke-linejoin: round;
  stroke-width: 4;
}

.mark-field {
  fill: var(--gold);
}

.mark-lion {
  fill: var(--charcoal);
}

.logo-shield-outline {
  fill: none;
  stroke: var(--gold);
  stroke-linejoin: round;
  stroke-width: 3.4;
}

.logo-shield-fill {
  fill: var(--gold);
}

.logo-lion-fill {
  fill: var(--charcoal);
}

.logo-lion-detail {
  fill: var(--gold);
}

.logo-lion-mane,
.logo-lion-feature {
  fill: var(--charcoal);
}

.logo-lion-face {
  fill: var(--gold);
}

.brand-name {
  display: block;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-line {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px;
  background: rgba(255, 253, 247, 0.74);
  border: 1px solid rgba(221, 212, 193, 0.85);
  border-radius: 999px;
}

.site-nav a {
  padding: 9px 13px;
  color: var(--charcoal-2);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
}

.site-nav a:focus,
.site-nav a:hover {
  color: var(--ivory);
  background: var(--charcoal);
  outline: none;
}

.hero,
.trust-strip,
.intro,
.scenario-section,
.split-section,
.why-section,
.process-section,
.contact-section,
.site-footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(390px, 0.84fr);
  align-items: center;
  gap: 48px;
  min-height: calc(100vh - 86px);
  padding: 44px 0 72px;
}

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

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 760px;
  margin: 0;
  color: var(--charcoal);
  font-size: clamp(3rem, 6.4vw, 6.1rem);
  line-height: 0.94;
  letter-spacing: 0;
  overflow-wrap: normal;
}

h2 {
  margin: 0;
  color: var(--charcoal);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.08rem;
  letter-spacing: 0;
}

.hero-text {
  max-width: 710px;
  margin: 26px 0 0;
  color: #3f4648;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.hero-points li {
  padding: 9px 12px;
  color: var(--charcoal-2);
  background: rgba(255, 253, 247, 0.72);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 800;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:focus,
.button:hover {
  outline: 3px solid rgba(47, 111, 143, 0.24);
  outline-offset: 2px;
  transform: translateY(-1px);
}

.button-primary {
  color: var(--ivory);
  background: var(--charcoal);
  border-color: var(--charcoal);
}

.button-primary:hover,
.button-primary:focus {
  background: var(--blue);
  border-color: var(--blue);
}

.button-secondary {
  color: var(--charcoal);
  background: transparent;
  border-color: var(--line);
}

.button-secondary:hover,
.button-secondary:focus {
  background: var(--paper);
}

.hero-panel {
  position: relative;
  display: grid;
  gap: 12px;
  padding: clamp(18px, 3vw, 30px);
  background: linear-gradient(180deg, #181b1d 0%, #14242a 100%);
  border: 1px solid rgba(185, 147, 75, 0.45);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-panel::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(135deg, rgba(185, 147, 75, 0.18), transparent 44%),
    linear-gradient(0deg, rgba(47, 111, 143, 0.18), transparent 48%);
}

.crest-large,
.panel-stat {
  position: relative;
}

.crest-large {
  display: grid;
  min-height: 260px;
  place-items: center;
  background: #061b40;
  border: 1px solid rgba(185, 147, 75, 0.36);
  border-radius: 6px;
  overflow: hidden;
}

.hero-lockup {
  width: 100%;
  height: auto;
  transform: scale(1.06);
}

.crest-large path:first-child {
  fill: none;
  stroke: rgba(185, 147, 75, 0.94);
  stroke-linejoin: round;
  stroke-width: 10;
}

.crest-large path:nth-child(2) {
  fill: rgba(185, 147, 75, 0.94);
}

.crest-large path:nth-child(3) {
  fill: var(--charcoal);
}

.crest-large path.logo-shield-outline {
  fill: none;
  stroke: rgba(185, 147, 75, 0.96);
  stroke-linejoin: round;
  stroke-width: 3.4;
}

.crest-large path.logo-shield-fill,
.crest-large path.logo-lion-face {
  fill: rgba(185, 147, 75, 0.96);
}

.crest-large path.logo-lion-fill,
.crest-large path.logo-lion-mane,
.crest-large path.logo-lion-feature {
  fill: var(--charcoal);
}

.panel-stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
  padding: 18px;
  color: var(--ivory);
  background: rgba(255, 253, 247, 0.06);
  border: 1px solid rgba(251, 248, 239, 0.11);
  border-radius: 6px;
}

.hero-panel-copy {
  position: relative;
  margin: 2px 0 6px;
  color: rgba(251, 248, 239, 0.76);
  font-weight: 700;
}

.panel-stat span {
  color: rgba(251, 248, 239, 0.66);
  font-weight: 700;
}

.panel-stat strong {
  text-align: right;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: -34px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(22, 26, 29, 0.08);
  overflow: hidden;
}

.trust-strip div {
  min-height: 108px;
  padding: 22px;
  background: rgba(255, 253, 247, 0.94);
}

.trust-strip span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-dark);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.trust-strip strong {
  display: block;
  max-width: 280px;
  font-size: 1rem;
  line-height: 1.25;
}

.intro {
  padding: 42px 0 78px;
}

.intro p {
  max-width: 980px;
  margin: 0;
  color: var(--charcoal-2);
  font-size: clamp(1.4rem, 3vw, 2.45rem);
  font-weight: 700;
  line-height: 1.15;
}

.scenario-section,
.split-section,
.why-section,
.process-section,
.contact-section {
  padding: 88px 0;
  border-top: 1px solid var(--line);
}

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

.scenario-grid article {
  min-height: 220px;
  padding: 24px;
  color: var(--ivory);
  background: var(--charcoal);
  border: 1px solid rgba(185, 147, 75, 0.34);
  border-radius: 8px;
}

.scenario-grid article:nth-child(even) {
  background: var(--charcoal-2);
}

.scenario-grid p {
  color: rgba(251, 248, 239, 0.72);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(230px, 0.36fr) minmax(0, 1fr);
  gap: 42px;
}

.section-muted {
  position: relative;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.feature-card {
  min-height: 250px;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.card-kicker {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-bottom: 42px;
  place-items: center;
  color: var(--ivory);
  background: var(--gold-dark);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 800;
}

.feature-card p,
.why-item p,
.process-list p,
.contact-copy p,
.site-footer p {
  color: var(--muted);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 42px;
}

.why-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.why-item {
  min-height: 210px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.process-list li {
  min-height: 250px;
  padding: 24px;
  background: var(--charcoal);
  border-radius: 8px;
  color: var(--ivory);
}

.process-list span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 48px;
  place-items: center;
  color: var(--charcoal);
  background: var(--gold);
  border-radius: 50%;
  font-weight: 800;
}

.process-list p {
  color: rgba(251, 248, 239, 0.72);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 50px;
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: 104px;
}

.contact-note {
  margin-top: 28px;
  padding-left: 16px;
  border-left: 3px solid var(--gold);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(22, 26, 29, 0.08);
}

.form-row,
.form-row-full {
  display: grid;
  gap: 8px;
}

.form-row-full,
.consent-row,
.form-submit,
.form-status,
.field-error[data-error-for="consent"] {
  grid-column: 1 / -1;
}

label {
  color: var(--charcoal-2);
  font-size: 0.9rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--charcoal);
  background: #fffefb;
  border: 1px solid #cfc5b1;
  border-radius: 5px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(47, 111, 143, 0.18);
}

.is-invalid {
  border-color: var(--error);
}

.field-error {
  min-height: 18px;
  margin: 0;
  color: var(--error);
  font-size: 0.82rem;
  font-weight: 700;
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-weight: 600;
}

.consent-row input {
  flex: 0 0 18px;
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
  accent-color: var(--charcoal);
}

.form-honeypot {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  clip-path: inset(50%);
  opacity: 0;
  pointer-events: none;
}

.form-submit {
  width: 100%;
}

.form-submit[disabled] {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.form-status.success {
  color: var(--success);
}

.form-status.error {
  color: var(--error);
}

.form-success {
  width: 100%;
  padding: clamp(26px, 4vw, 42px);
  color: var(--charcoal);
  background: #ffffff;
  border: 1px solid rgba(198, 154, 47, 0.38);
  border-radius: 8px;
  box-shadow: 0 14px 42px rgba(5, 26, 59, 0.08);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 800;
  line-height: 1.3;
}

.form-success[hidden] {
  display: none;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  gap: 42px;
  padding: 34px 0 52px;
  border-top: 1px solid var(--line);
}

.site-footer strong {
  display: block;
  margin-bottom: 8px;
}

.site-footer p {
  margin: 0;
  font-size: 0.9rem;
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    width: 100%;
    justify-content: space-between;
    overflow-x: auto;
    border-radius: 6px;
  }

  .hero,
  .trust-strip,
  .split-section,
  .contact-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

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

  .feature-grid,
  .scenario-grid,
  .why-list,
  .process-list {
    grid-template-columns: 1fr 1fr;
  }

  .contact-copy {
    position: static;
  }
}

@media (max-width: 640px) {
  .site-header,
  .hero,
  .trust-strip,
  .intro,
  .scenario-section,
  .split-section,
  .why-section,
  .process-section,
  .contact-section,
  .site-footer {
    width: min(100% - 28px, 1180px);
  }

  .site-nav a {
    padding: 9px 10px;
    font-size: 0.82rem;
  }

  .brand-line {
    display: none;
  }

  h1 {
    font-size: clamp(2.8rem, 15vw, 4.2rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-panel {
    padding: 18px;
  }

  .crest-large {
    min-height: 210px;
  }

  .hero-lockup {
    width: 100%;
    max-width: 100%;
    transform: scale(1.08);
  }

  .panel-stat {
    align-items: flex-start;
    flex-direction: column;
  }

  .panel-stat strong {
    text-align: left;
  }

  .split-section,
  .scenario-section,
  .why-section,
  .process-section,
  .contact-section {
    padding: 64px 0;
  }

  .feature-grid,
  .scenario-grid,
  .why-list,
  .process-list,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .why-list {
    border-left: 0;
  }

  .why-item {
    border-left: 1px solid var(--line);
  }
}

/* Azamal v2 approved direction */
.brand-desktop img {
  display: block;
  width: 260px;
  height: auto;
  transform: none;
}

.brand-mobile {
  display: none;
}

.brand-mobile img {
  display: block;
  width: min(270px, 100%);
  height: auto;
}

.brand-desktop {
  width: 270px;
  height: 88px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(198, 154, 47, 0.22);
  border-radius: 6px;
}

.hero-v2 {
  position: relative;
  grid-template-columns: minmax(360px, 0.58fr) minmax(0, 0.95fr);
  min-height: auto;
  padding: 58px clamp(24px, 5vw, 58px);
  margin-top: 26px;
  color: var(--ivory);
  background:
    linear-gradient(135deg, rgba(198, 154, 47, 0.2), transparent 36%),
    radial-gradient(circle at 84% 8%, rgba(198, 154, 47, 0.18), transparent 34%),
    #061b40;
  border: 1px solid rgba(198, 154, 47, 0.42);
  border-radius: 10px;
  box-shadow: 0 28px 80px rgba(5, 26, 59, 0.2);
}

.hero-v2 .hero-copy {
  align-self: center;
}

.hero-v2 .eyebrow {
  color: var(--gold);
}

.hero-v2 h1 {
  max-width: 760px;
  color: var(--ivory);
  font-size: clamp(2.55rem, 4.9vw, 4.7rem);
  line-height: 1;
}

.hero-v2 .hero-text {
  max-width: 690px;
  color: rgba(251, 248, 239, 0.82);
}

.hero-brand-panel {
  display: grid;
  min-height: 330px;
  place-items: center;
  padding: clamp(20px, 3vw, 36px);
  background: rgba(2, 13, 34, 0.42);
  border: 1px solid rgba(198, 154, 47, 0.36);
  border-radius: 8px;
  overflow: hidden;
}

.hero-v2 .hero-lockup {
  width: 122%;
  max-width: 620px;
  transform: none;
}

.hero-note {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(251, 248, 239, 0.76);
  font-weight: 700;
}

.positioning-section,
.review-section,
.disclosure-section,
.legal-page {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 88px 0;
  border-top: 1px solid var(--line);
}

.positioning-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  gap: 50px;
}

.positioning-section p {
  margin: 0;
  color: var(--charcoal-2);
  font-size: clamp(1.16rem, 2.2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.25;
}

.why-list-v2 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.review-section .process-list li {
  background: var(--blue);
}

.disclosure-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.4fr) minmax(0, 1fr);
  gap: 50px;
}

.disclosure-copy {
  display: grid;
  gap: 14px;
}

.disclosure-copy p {
  margin: 0;
  padding: 18px 20px;
  color: var(--charcoal-2);
  background: var(--paper);
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: 6px;
}

.optional-label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.site-footer {
  align-items: center;
  color: rgba(251, 248, 239, 0.76);
  background: #061b40;
  border-top: 0;
  border-radius: 10px 10px 0 0;
  padding: 34px clamp(20px, 4vw, 40px) 46px;
}

.site-footer p {
  color: rgba(251, 248, 239, 0.76);
}

.footer-logo {
  display: block;
  width: min(360px, 100%);
  height: auto;
  border-radius: 6px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
}

.footer-links a {
  color: var(--gold);
  font-weight: 800;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus {
  color: var(--ivory);
}

.legal-page {
  max-width: 900px;
}

.legal-page h1 {
  max-width: 900px;
  font-size: clamp(2.5rem, 7vw, 5rem);
}

.legal-page h2 {
  margin-top: 42px;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
}

.legal-page p,
.legal-page li {
  color: var(--charcoal-2);
  font-size: 1rem;
}

.legal-page ul {
  display: grid;
  gap: 10px;
  padding-left: 22px;
}

@media (max-width: 920px) {
  .brand-desktop {
    display: none;
  }

  .brand-mobile {
    display: inline-flex;
  }

  .hero-v2,
  .positioning-section,
  .disclosure-section {
    grid-template-columns: 1fr;
  }

  .hero-brand-panel {
    min-height: 250px;
  }

  .why-list-v2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .hero-v2,
  .positioning-section,
  .review-section,
  .disclosure-section,
  .legal-page {
    width: min(100% - 28px, 1180px);
  }

  .hero-v2 {
    padding: 28px 18px 34px;
  }

  .hero-v2 h1 {
    font-size: clamp(2.25rem, 11vw, 3.25rem);
  }

  .hero-brand-panel {
    min-height: 190px;
    order: -1;
  }

  .why-list-v2 {
    grid-template-columns: 1fr;
  }

  .site-footer {
    width: min(100% - 28px, 1180px);
  }
}

/* Current Azamal refinement */
.hero-v2 {
  width: 100%;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(24px, 5vw, 70px);
  margin-top: 10px;
  padding: clamp(34px, 5vw, 58px) max(24px, calc((100vw - 1180px) / 2));
  color: #ffffff;
  background: #061b40;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hero-v2 h1 {
  max-width: 720px;
  font-size: clamp(2.8rem, 5.3vw, 5.7rem);
  line-height: 0.96;
}

.hero-v2 .hero-text {
  max-width: 760px;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.55rem, 3.1vw, 3.05rem);
  font-weight: 800;
  line-height: 1.12;
}

.hero-actions {
  margin-top: 26px;
}

.hero-v2 .button-primary {
  color: var(--charcoal);
  background: var(--gold);
  border-color: var(--gold);
}

.hero-v2 .button-primary:hover,
.hero-v2 .button-primary:focus {
  color: var(--charcoal);
  background: #d6af4e;
  border-color: #d6af4e;
}

.hero-brand-panel {
  min-height: auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.hero-v2 .hero-lockup {
  width: min(100%, 660px);
  max-width: 660px;
  background: #061b40;
}

.positioning-section,
.review-section,
.disclosure-section {
  padding: clamp(34px, 5vw, 56px) 0;
}

.positioning-section {
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1fr);
  align-items: center;
}

.positioning-section p {
  font-size: clamp(1.04rem, 1.7vw, 1.34rem);
}

.scenario-section {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
  padding: clamp(38px, 5vw, 58px) max(24px, calc((100vw - 1180px) / 2));
  color: var(--charcoal);
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.scenario-section .section-heading {
  grid-column: 2;
  grid-row: 1;
  max-width: none;
  margin: 0;
}

.scenario-section h2 {
  color: var(--charcoal);
}

.scenario-grid {
  grid-column: 1;
  grid-row: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.scenario-grid article,
.scenario-grid article:nth-child(even) {
  min-height: 172px;
  padding: 22px;
  color: #ffffff;
  background: #061b40;
  border-color: rgba(198, 154, 47, 0.38);
}

.scenario-grid p {
  color: rgba(255, 255, 255, 0.74);
}

.review-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.74fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
}

.review-section .section-heading {
  margin: 0;
}

.process-list li {
  min-height: 196px;
  padding: 22px;
}

.process-list span {
  margin-bottom: 24px;
}

.disclosure-section {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
}

.disclosure-section .section-heading {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
}

.disclosure-copy {
  grid-column: 1;
  grid-row: 1;
}

.disclosure-copy p {
  padding: 15px 18px;
}

.contact-section {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: clamp(38px, 5vw, 58px) max(24px, calc((100vw - 1180px) / 2));
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.contact-copy {
  position: static;
  max-width: 760px;
}

.contact-copy p {
  max-width: 620px;
}

.contact-form {
  width: 100%;
  padding: clamp(20px, 3vw, 30px);
  box-shadow: 0 14px 42px rgba(5, 26, 59, 0.08);
}

.site-footer {
  width: 100%;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 58px);
  padding: 30px max(24px, calc((100vw - 1180px) / 2)) 38px;
  color: var(--charcoal);
  background: #ffffff;
  border-top: 1px solid var(--line);
  border-radius: 0;
}

.site-footer p {
  color: var(--muted);
}

.footer-links a {
  color: var(--charcoal);
}

.footer-links a:hover,
.footer-links a:focus {
  color: var(--gold-dark);
}

.site-header {
  width: 100%;
  margin: 0;
  padding: 14px max(24px, calc((100vw - 1180px) / 2));
  background: #ffffff;
  border-bottom: 0;
}

.brand-desktop {
  width: 270px;
  height: auto;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.brand-desktop img {
  width: 270px;
}

.site-nav {
  background: #ffffff;
  border: 0;
}

.scenario-section {
  grid-template-columns: 1fr;
}

.scenario-section .section-heading {
  grid-column: auto;
  grid-row: auto;
  width: 100%;
  max-width: none;
}

.scenario-grid {
  grid-column: auto;
  grid-row: auto;
}

.review-section {
  grid-template-columns: 1fr;
}

.review-section .section-heading {
  max-width: 760px;
}

.disclosure-section {
  grid-template-columns: 1fr;
}

.disclosure-section .section-heading,
.disclosure-copy {
  grid-column: auto;
  grid-row: auto;
}

.disclosure-section .section-heading {
  max-width: 760px;
}

.site-footer {
  color: #ffffff;
  background: #061b40;
  border-top: 0;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.78);
}

.footer-logo {
  background: #061b40;
  width: min(520px, 100%);
}

.footer-links a {
  color: var(--gold);
}

.footer-links a:hover,
.footer-links a:focus {
  color: #ffffff;
}

.review-section {
  width: 100%;
  padding: clamp(38px, 5vw, 58px) max(24px, calc((100vw - 1180px) / 2));
  color: #ffffff;
  background: #061b40;
  border-top: 0;
}

.review-section h2 {
  color: #ffffff;
}

.review-section .process-list li {
  color: var(--charcoal);
  background: #ffffff;
  border: 1px solid rgba(198, 154, 47, 0.38);
}

.review-section .process-list p {
  color: var(--muted);
}

.disclosure-section {
  padding-top: clamp(38px, 5vw, 58px);
  padding-bottom: clamp(38px, 5vw, 58px);
  background: #ffffff;
}

.contact-section {
  color: #ffffff;
  background: #061b40;
  border-top: 0;
}

.contact-copy h2 {
  color: #ffffff;
}

.contact-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-section .contact-form {
  background: #ffffff;
}

.contact-section label {
  color: var(--charcoal-2);
}

.contact-section .consent-row {
  color: var(--muted);
}

.site-footer {
  border-top: 1px solid rgba(198, 154, 47, 0.28);
}

@media (max-width: 920px) {
  .hero-v2,
  .positioning-section,
  .scenario-section,
  .review-section,
  .disclosure-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .scenario-section .section-heading,
  .scenario-grid,
  .disclosure-section .section-heading,
  .disclosure-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .scenario-section .section-heading {
    order: -1;
  }

  .hero-brand-panel {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .site-header {
    align-items: center;
    flex-direction: row;
    gap: 8px;
    padding: 4px 10px;
  }

  .brand-mobile {
    width: min(150px, 42vw);
  }

  .brand-mobile img {
    width: 100%;
  }

  .site-nav {
    width: auto;
    padding: 0;
    gap: 8px;
    justify-content: flex-end;
    overflow: visible;
  }

  .site-nav a {
    padding: 5px 0;
    font-size: 0.78rem;
  }

  .hero-v2,
  .scenario-section,
  .contact-section,
  .site-footer {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero-v2 {
    padding-top: 28px;
    padding-bottom: 32px;
  }

  .hero-brand-panel {
    order: 0;
  }

  .scenario-grid,
  .process-list,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .site-footer {
    gap: 18px;
  }
}
