:root {
  --navy: #142c4a;
  --navy-deep: #071425;
  --blue: #2f72b9;
  --steel: #6f7278;
  --ink: #151922;
  --muted: #5d6470;
  --line: #dce3ec;
  --soft: #f5f7fa;
  --white: #ffffff;
  --shadow: 0 22px 55px rgba(10, 24, 44, .14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.62;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 210px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand img {
  display: block;
  width: 190px;
  height: auto;
}

nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  color: var(--navy);
  font-size: 16px;
  font-weight: 700;
}

nav a,
.header-cta,
.button {
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

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

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 6px;
  font-weight: 800;
}

.header-cta,
.button.primary {
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 12px 28px rgba(20, 44, 74, .22);
}

.button.secondary {
  color: var(--navy);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, .7);
}

.hero {
  position: relative;
  min-height: calc(100vh - 74px);
  display: grid;
  align-items: end;
  padding: clamp(72px, 10vw, 132px) clamp(18px, 5vw, 72px) clamp(34px, 5vw, 62px);
  color: var(--white);
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(7, 20, 37, .88), rgba(7, 20, 37, .55) 45%, rgba(7, 20, 37, .15)), url("assets/hero-key.jpg") center / cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  z-index: -1;
  background: linear-gradient(0deg, rgba(7, 20, 37, .74), transparent);
}

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

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

.hero .eyebrow,
.final-cta .eyebrow {
  color: #8fbef1;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(40px, 7vw, 82px);
  line-height: .98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(28px, 4vw, 50px);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.15;
}

.lead {
  max-width: 670px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 22px;
}

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

.trust-list li {
  padding: 8px 12px;
  color: rgba(255, 255, 255, .94);
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.section {
  padding: clamp(54px, 8vw, 96px) clamp(18px, 5vw, 72px);
}

.problem {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(26px, 6vw, 74px);
  background: var(--soft);
}

.problem-grid {
  display: grid;
  gap: 18px;
  color: var(--muted);
  font-size: 19px;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 0 clamp(18px, 5vw, 72px);
  background: var(--line);
}

.proof-strip div {
  padding: 22px;
  background: var(--white);
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  color: var(--navy);
  font-size: 18px;
}

.proof-strip span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 15px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.packages {
  background: var(--white);
}

.checklist-section {
  background: var(--white);
}

.check-grid,
.risk-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.check-grid article,
.risk-grid article,
.faq-grid article {
  padding: 22px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.check-grid p,
.risk-grid p,
.faq-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.comparison {
  display: grid;
  grid-template-columns: minmax(180px, 1.4fr) repeat(3, minmax(96px, .7fr));
  margin: -4px 0 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(10, 24, 44, .06);
}

.comparison div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 14px;
  color: var(--muted);
  background: var(--white);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}

.comparison div:nth-child(4n) {
  border-right: 0;
}

.comparison div:nth-child(-n + 4) {
  color: var(--white);
  background: var(--navy);
}

.comparison div:nth-child(4n + 2),
.comparison div:nth-child(4n + 3),
.comparison div:nth-child(4n + 4) {
  color: var(--navy);
  font-size: 22px;
}

.comparison div:nth-child(2),
.comparison div:nth-child(3),
.comparison div:nth-child(4) {
  color: var(--white);
}

.comparison div:nth-child(-n + 4) {
  font-size: 16px;
}

.comparison strong {
  display: block;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 900;
}

.comparison span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.2;
  opacity: .86;
}

.comparison-package {
  text-align: center;
}

.comparison .comparison-head {
  flex-direction: row;
  justify-content: flex-start;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(10, 24, 44, .08);
}

.package-top {
  min-height: 205px;
  display: flex;
  flex-direction: column;
}

.package-card.featured {
  border-color: rgba(47, 114, 185, .45);
  box-shadow: var(--shadow);
}

.package-top span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.package-top p {
  color: var(--muted);
  margin-bottom: 8px;
}

.badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 6px 10px;
  color: var(--white);
  background: var(--blue);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.price {
  margin: 6px 0 18px;
  color: var(--navy);
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
}

.package-card ul,
.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.package-card li,
.check-list li {
  position: relative;
  padding-left: 26px;
  color: var(--muted);
}

.package-card li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .48em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(47, 114, 185, .12);
}

.option-box {
  margin-top: 18px;
  padding: 14px;
  color: var(--navy);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.option-box p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.plan {
  color: var(--white);
  background: var(--navy-deep);
}

.plan h2 {
  color: var(--white);
}

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

.steps article {
  padding: 22px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
}

.steps span {
  display: block;
  margin-bottom: 26px;
  color: #8fbef1;
  font-size: 15px;
  font-weight: 900;
}

.steps h3 {
  color: var(--white);
}

.steps p {
  color: rgba(255, 255, 255, .78);
}

.split,
.about {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
}

.image-panel,
.portrait-panel {
  min-height: 560px;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow);
}

.image-check {
  background-image: url("assets/engine-check.jpg");
}

.copy-panel {
  max-width: 650px;
}

.about {
  background: var(--soft);
}

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

.portrait-panel {
  background-image: url("assets/advisor-car.jpg");
  background-position: center 42%;
}

.risk-section {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
  background: var(--white);
}

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

.risk-grid article {
  background: var(--soft);
}

.faq {
  background: var(--white);
}

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

.final-cta {
  padding: clamp(64px, 9vw, 104px) clamp(18px, 5vw, 72px);
  color: var(--white);
  text-align: center;
  background: linear-gradient(135deg, rgba(7, 20, 37, .94), rgba(20, 44, 74, .94)), url("assets/advisor-car.jpg") center / cover;
}

.final-cta h2 {
  max-width: 900px;
  margin: 0 auto 26px;
  color: var(--white);
}

footer {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 24px clamp(18px, 5vw, 72px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

footer img {
  width: 170px;
}

footer p {
  margin: 0;
}

footer div {
  display: flex;
  gap: 16px;
  font-weight: 700;
}

.legal-page {
  background: var(--soft);
  min-height: calc(100vh - 94px);
}

.legal-content {
  max-width: 920px;
  margin: 0 auto;
  background: var(--white);
}

.legal-content h1 {
  color: var(--navy);
  font-size: clamp(42px, 6vw, 70px);
  line-height: 1;
}

.legal-content h2 {
  margin-top: 34px;
  font-size: 28px;
}

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

.legal-content ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding-left: 24px;
  color: var(--muted);
}

.legal-strong {
  color: var(--ink) !important;
  font-weight: 800;
}

.legal-note {
  margin-top: 34px;
  padding: 18px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.mobile-sticky-cta {
  display: none;
}

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

  nav {
    display: none;
  }

  .proof-strip,
  .package-grid,
  .check-grid,
  .steps,
  .problem,
  .split,
  .about,
  .risk-section,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .comparison {
    grid-template-columns: minmax(140px, 1.2fr) repeat(3, minmax(74px, .7fr));
  }

  .package-top {
    min-height: auto;
  }

  .image-panel,
  .portrait-panel {
    min-height: 420px;
  }

  footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 17px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 10px 14px;
  }

  .brand img {
    width: 142px;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }

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

  h1 {
    font-size: 36px;
    line-height: 1.02;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  .hero-media {
    background: linear-gradient(0deg, rgba(7, 20, 37, .92), rgba(7, 20, 37, .48)), url("assets/hero-key.jpg") center / cover;
  }

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

  .trust-list li {
    width: 100%;
  }

  .section {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .proof-strip {
    padding: 0 14px;
  }

  .proof-strip div {
    padding: 18px;
  }

  .comparison {
    overflow-x: auto;
    grid-template-columns: 150px repeat(3, 74px);
    -webkit-overflow-scrolling: touch;
  }

  .comparison div {
    min-height: 44px;
    padding: 9px 10px;
    font-size: 14px;
  }

  .comparison div:nth-child(4n + 2),
  .comparison div:nth-child(4n + 3),
  .comparison div:nth-child(4n + 4) {
    font-size: 20px;
  }

  .comparison strong {
    font-size: 15px;
  }

  .comparison span {
    display: none;
  }

  .package-card {
    padding: 20px;
  }

  .price {
    font-size: 36px;
  }

  .image-panel,
  .portrait-panel {
    min-height: 330px;
  }

  footer div {
    flex-direction: column;
    gap: 8px;
  }

  body {
    padding-bottom: 70px;
  }

  .mobile-sticky-cta {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    color: var(--white);
    background: var(--navy);
    border-radius: 6px;
    box-shadow: 0 14px 34px rgba(7, 20, 37, .28);
    font-weight: 900;
  }
}
