:root {
  --blue-950: #071a2f;
  --blue-900: #0b2b4c;
  --blue-800: #123f68;
  --green-850: #1d3f34;
  --green-700: #356a52;
  --earth-700: #7a5b2b;
  --earth-500: #b58a43;
  --earth-120: #f4ecdc;
  --soft: #f5f7f2;
  --paper: #fbfaf6;
  --white: #ffffff;
  --ink: #152033;
  --muted: #5f6f7f;
  --line: #dce4df;
  --error: #9f3028;
  --shadow: 0 22px 58px rgba(7, 26, 47, 0.13);
  --radius: 8px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.58;
  letter-spacing: 0;
}

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

a {
  color: inherit;
}

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

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

.container {
  width: min(var(--container), calc(100% - 36px));
  margin: 0 auto;
}

.skip-link,
.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:focus {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 200;
  width: auto;
  height: auto;
  clip: auto;
  padding: 10px 14px;
  border-radius: var(--radius);
  background: var(--earth-500);
  color: var(--blue-950);
  font-weight: 900;
}

:focus-visible {
  outline: 3px solid rgba(181, 138, 67, 0.48);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 20px;
  padding: 12px 28px;
  border-bottom: 1px solid rgba(220, 228, 223, 0.92);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
}

.site-header.is-scrolled {
  box-shadow: 0 16px 42px rgba(7, 26, 47, 0.11);
}

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: var(--radius);
  background: var(--blue-900);
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 800;
}

.brand-text {
  display: grid;
  gap: 1px;
  line-height: 1.12;
}

.brand-text strong {
  color: var(--blue-950);
  font-size: 20px;
  font-weight: 900;
}

.brand-text small {
  color: var(--earth-700);
  font-size: 12px;
  font-weight: 800;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.primary-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 9px 11px;
  border-radius: var(--radius);
  color: var(--blue-900);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  background: var(--soft);
  outline: none;
}

.primary-nav .nav-cta {
  margin-left: 6px;
  background: var(--blue-900);
  color: var(--white);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 10px;
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--blue-900);
}

.hero {
  position: relative;
  min-height: min(760px, calc(100vh - 132px));
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--blue-950);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

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

.hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 26, 47, 0.92), rgba(7, 26, 47, 0.72) 42%, rgba(7, 26, 47, 0.18)),
    linear-gradient(0deg, rgba(7, 26, 47, 0.52), rgba(7, 26, 47, 0.02));
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 82px 0 42px;
  color: var(--white);
}

.eyebrow,
.section-kicker {
  margin-bottom: 14px;
  color: var(--earth-500);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 850px;
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 5.8vw, 68px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 750px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.46;
}

.hero-trust {
  max-width: 720px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 800;
}

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

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: var(--blue-900);
  color: var(--white);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  background: var(--earth-500);
  color: var(--blue-950);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.button-light {
  background: var(--white);
  color: var(--blue-950);
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 840px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.hero-tags li {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 800;
}

.trust-strip {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}

.trust-grid span {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-left: 1px solid var(--line);
  color: var(--blue-900);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

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

.section {
  padding: 92px 0;
}

.section-soft {
  background: var(--soft);
  border-block: 1px solid var(--line);
}

.section-deep {
  background: var(--blue-950);
  color: var(--white);
}

.section-deep .section-kicker,
.section-deep p {
  color: rgba(255, 255, 255, 0.78);
}

.section h2 {
  margin-bottom: 18px;
  color: var(--blue-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.04;
  letter-spacing: 0;
}

.section-deep h2,
.cta-band h2 {
  color: var(--white);
}

.section h3 {
  margin-bottom: 10px;
  color: var(--blue-950);
  font-size: 20px;
  line-height: 1.2;
}

.section-deep h3,
.cta-band h3 {
  color: var(--white);
}

.section-head {
  max-width: 820px;
  margin-bottom: 36px;
}

.section-head p,
.section-lead {
  color: var(--muted);
  font-size: 19px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 64px;
  align-items: start;
}

.prose p {
  color: #354456;
  font-size: 19px;
}

.decision-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 42px;
  align-items: stretch;
}

.question-box {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.entry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.entry-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: inherit;
  text-decoration: none;
}

.entry-card strong {
  color: var(--blue-950);
  font-size: 18px;
  line-height: 1.2;
}

.entry-card span {
  color: var(--muted);
  font-size: 15px;
}

.question-box label {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--blue-950);
  font-weight: 800;
  cursor: pointer;
}

.question-box input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: var(--blue-900);
}

.advisor-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  border-radius: var(--radius);
  background: var(--blue-900);
  color: var(--white);
  box-shadow: var(--shadow);
}

.advisor-label {
  margin-bottom: 16px;
  color: var(--earth-500);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.advisor-card h3 {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
}

.advisor-card p {
  color: rgba(255, 255, 255, 0.84);
}

.advisor-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 24px;
}

.advisor-tags span {
  padding: 7px 10px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.info-card {
  min-height: 250px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(7, 26, 47, 0.06);
}

.number {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--earth-700);
  font-weight: 900;
}

.info-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.image-band {
  background: var(--white);
}

.image-grid {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 48px;
  align-items: center;
}

.image-frame {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.image-frame img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: 50% 50%;
}

.image-copy p {
  color: var(--muted);
  font-size: 18px;
}

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

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--blue-950);
  font-weight: 800;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 12px;
  height: 2px;
  background: var(--earth-500);
}

.buyer-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 54px;
  align-items: start;
}

.successor-photo {
  margin: 28px 0 0;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.successor-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 58% 48%;
}

.buyer-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.buyer-list article {
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}

.buyer-list strong {
  display: block;
  margin-bottom: 10px;
  color: var(--white);
  font-size: 18px;
}

.buyer-list p {
  margin-bottom: 0;
}

.question-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.question-grid article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.question-grid ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.process-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 54px;
  align-items: start;
}

.timeline {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.timeline span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: var(--radius);
  background: var(--blue-900);
  color: var(--white);
  font-weight: 900;
}

.timeline h3 {
  margin-bottom: 6px;
}

.timeline p {
  margin-bottom: 0;
  color: var(--muted);
}

.cta-band {
  background: var(--blue-900);
  color: var(--white);
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 42px;
  align-items: center;
}

.cta-grid p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.82);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 54px;
  align-items: start;
}

.faq-layout > div:first-child p {
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

summary {
  min-height: 58px;
  padding: 18px 52px 18px 20px;
  color: var(--blue-950);
  font-weight: 900;
  cursor: pointer;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.contact-section {
  background: var(--soft);
  border-top: 1px solid var(--line);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 50px;
  align-items: start;
}

.contact-copy p {
  color: var(--muted);
  font-size: 18px;
}

.contact-note {
  margin-top: 28px;
  padding: 22px;
  border-left: 4px solid var(--earth-500);
  background: var(--white);
}

.contact-note-light {
  margin-top: 14px;
}

.contact-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-950);
}

.contact-note p {
  margin-bottom: 0;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-split {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.form-row {
  display: grid;
  gap: 7px;
}

.form-row label {
  color: var(--blue-950);
  font-weight: 900;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 13px;
  background: var(--paper);
  color: var(--ink);
}

.form-row textarea {
  resize: vertical;
}

.privacy-check {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-size: 15px;
}

.privacy-check input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--blue-900);
}

.privacy-check a {
  color: var(--blue-900);
  font-weight: 900;
}

[aria-invalid="true"] {
  border-color: var(--error) !important;
  background: #fff7f5 !important;
}

.form-error {
  min-height: 24px;
  margin: 0;
  color: var(--error);
  font-weight: 900;
}

.form-success {
  min-height: 24px;
  margin: 0;
  color: var(--green-850);
  font-weight: 900;
}

.mobile-sticky-cta {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 80;
  display: none;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background: var(--earth-500);
  color: var(--blue-950);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(7, 26, 47, 0.22);
}

.site-footer {
  padding: 36px 0;
  background: var(--blue-950);
  color: rgba(255, 255, 255, 0.78);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 28px;
}

.footer-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
}

.footer-grid p {
  max-width: 680px;
  margin-bottom: 0;
}

.footer-links {
  display: flex;
  align-items: start;
  gap: 18px;
  font-weight: 900;
}

.legal-section {
  min-height: 62vh;
  background: var(--soft);
}

.legal-content {
  max-width: 820px;
}

.legal-content h1 {
  margin-bottom: 26px;
  color: var(--blue-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.02;
}

.legal-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(7, 26, 47, 0.06);
}

.legal-card h2 {
  margin: 26px 0 8px;
  color: var(--blue-950);
  font-size: 23px;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card p {
  color: var(--muted);
}

.legal-card p:last-child {
  margin-bottom: 0;
}

.legal-card a {
  color: var(--blue-900);
  font-weight: 900;
}

@media (max-width: 1040px) {
  .site-header {
    padding-inline: 18px;
  }

  .nav-toggle {
    display: block;
  }

  .primary-nav {
    position: absolute;
    left: 18px;
    right: 18px;
    top: calc(100% + 8px);
    display: none;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .primary-nav.open {
    display: grid;
  }

  .primary-nav a {
    width: 100%;
    justify-content: flex-start;
  }

  .primary-nav .nav-cta {
    margin-left: 0;
  }

  .decision-layout,
  .intro-grid,
  .image-grid,
  .buyer-grid,
  .process-layout,
  .faq-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .card-grid,
  .question-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 720px) {
  body {
    font-size: 16px;
  }

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

  .site-header {
    min-height: 68px;
    padding: 10px 14px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-text strong {
    font-size: 18px;
  }

  .brand-text small {
    display: none;
  }

  .hero {
    min-height: auto;
    align-items: end;
  }

  .hero-media img {
    object-position: 52% 50%;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(7, 26, 47, 0.95), rgba(7, 26, 47, 0.5) 66%, rgba(7, 26, 47, 0.08)),
      linear-gradient(90deg, rgba(7, 26, 47, 0.52), rgba(7, 26, 47, 0.04));
  }

  .hero-content {
    padding: 64px 0 28px;
  }

  .hero h1 {
    font-size: clamp(34px, 9.5vw, 46px);
  }

  .hero-lead {
    font-size: 18px;
    line-height: 1.42;
  }

  .hero-actions,
  .section-actions {
    display: grid;
  }

  .hero-tags {
    display: none;
  }

  .trust-grid,
  .card-grid,
  .buyer-list,
  .question-grid,
  .entry-grid,
  .form-split {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 68px 0;
  }

  .section h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .info-card {
    min-height: auto;
  }

  .number {
    margin-bottom: 22px;
  }

  .advisor-card,
  .contact-form {
    padding: 22px;
  }

  .timeline li {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    display: grid;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .mobile-sticky-cta {
    display: flex;
    transform: translateY(80px);
    transition: transform 0.2s ease;
  }

  body.show-mobile-cta .mobile-sticky-cta {
    transform: translateY(0);
  }
}
