:root {
  --navy: #102b3a;
  --navy-2: #173d4e;
  --ink: #18303a;
  --muted: #6b7b7e;
  --paper: #f5f2eb;
  --paper-2: #fbfaf6;
  --line: rgba(16, 43, 58, .14);
  --coral: #e77d63;
  --gold: #f8c36e;
  --teal: #c7e3dc;
  --shadow: 0 24px 60px rgba(16, 43, 58, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site-shell { max-width: 1440px; margin: 0 auto; padding: 0 5vw; overflow: hidden; }

.topbar { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 12px; background: var(--navy); color: var(--gold); font-family: Georgia, serif; font-size: 21px; font-weight: 700; }
.brand-name { font-size: 15px; letter-spacing: -.02em; font-weight: 760; color: var(--navy); }
.brand-name small { display: block; color: var(--muted); font-size: 10px; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; line-height: 1; margin-top: 3px; }
.nav { display: flex; gap: 30px; color: var(--muted); font-size: 14px; }
.nav a { transition: color .2s ease; }
.nav a:hover, .footer a:hover { color: var(--coral); }
.top-cta { display: inline-flex; align-items: center; gap: 11px; padding: 11px 16px; border: 1px solid var(--navy); border-radius: 999px; font-size: 13px; font-weight: 700; color: var(--navy); transition: background .2s ease, color .2s ease, transform .2s ease; }
.top-cta:hover { background: var(--navy); color: var(--paper-2); transform: translateY(-2px); }

.hero { display: grid; grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr); gap: clamp(42px, 7vw, 108px); align-items: center; min-height: 620px; padding: 86px 0 98px; }
.hero-copy { max-width: 555px; padding-left: clamp(0px, 2.4vw, 34px); }
.hero-kicker, .section-kicker { margin: 0 0 18px; color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: .17em; line-height: 1.2; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.045em; font-weight: 500; color: var(--navy); }
h1 { margin: 0; max-width: 530px; font-size: clamp(54px, 6.5vw, 94px); line-height: .98; }
h2 { margin: 0; font-size: clamp(37px, 4.2vw, 60px); line-height: 1.02; }
.hero-lede { max-width: 465px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 50px; padding: 13px 21px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 760; letter-spacing: -.01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(16,43,58,.12); }
.button-primary { background: var(--coral); color: #fff; }
.button-light { background: var(--paper-2); color: var(--navy); }
.hero-note { color: var(--muted); font-size: 13px; }
.hero-media { position: relative; min-height: 470px; border-radius: 34px; overflow: hidden; box-shadow: var(--shadow); background: var(--navy); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(16,43,58,.68) 100%); pointer-events: none; }
.hero-media img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; object-position: center; display: block; }
.hero-caption { position: absolute; right: 25px; left: 25px; bottom: 23px; z-index: 1; display: flex; justify-content: space-between; align-items: end; gap: 20px; color: #fff; font-family: Georgia, serif; font-size: 18px; line-height: 1.25; }
.hero-caption span { max-width: 260px; }
.hero-caption strong { color: var(--gold); font-size: 44px; font-weight: 500; letter-spacing: -.08em; }

.value-line { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding: 24px 0 33px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.value-line div { padding-right: 18px; border-right: 1px solid var(--line); }
.value-line div:last-child { border-right: 0; }
.value-line strong { display: block; margin-bottom: 4px; color: var(--navy); font-size: 16px; font-weight: 750; }

.guides-section { padding: 118px 0 126px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 44px; margin-bottom: 48px; }
.section-heading > p { max-width: 320px; margin: 0 0 3px; color: var(--muted); font-size: 15px; }
.guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.guide-card { position: relative; display: flex; flex-direction: column; min-height: 324px; padding: 31px 32px 29px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(251,250,246,.72); transition: transform .22s ease, background .22s ease, box-shadow .22s ease; }
.guide-card:hover { transform: translateY(-5px); background: var(--paper-2); box-shadow: 0 16px 42px rgba(16,43,58,.1); }
.guide-card:nth-child(3n+2) { background: var(--teal); border-color: transparent; }
.guide-card:nth-child(3n+2):hover { background: #d8eee8; }
.guide-number { display: flex; align-items: center; justify-content: space-between; color: var(--coral); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.guide-number::after { content: "↗"; color: var(--navy); font-size: 18px; letter-spacing: 0; }
.guide-card h3 { max-width: 390px; margin: 38px 0 12px; color: var(--navy); font-family: Georgia, serif; font-size: clamp(28px, 3vw, 42px); font-weight: 500; letter-spacing: -.045em; line-height: 1.03; }
.guide-card p { max-width: 420px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.guide-card:nth-child(3n+2) p { color: #4d6866; }
.guide-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 28px; }
.guide-price { color: var(--navy); font-size: 15px; font-weight: 800; }
.guide-link { display: inline-flex; align-items: center; gap: 9px; padding: 0; border: 0; background: transparent; color: var(--navy); font-size: 14px; font-weight: 780; cursor: pointer; }
.guide-link span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--navy); color: var(--gold); font-size: 16px; transition: transform .2s ease; }
.guide-link:hover span { transform: translate(3px, -3px); }

.how-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; padding: 112px 0 123px; border-top: 1px solid var(--line); }
.how-copy { max-width: 510px; }
.how-copy > p:last-child { margin: 27px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.steps { display: grid; gap: 0; padding: 0; margin: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 50px 1fr; gap: 17px; padding: 19px 0 24px; border-bottom: 1px solid var(--line); }
.steps li:first-child { padding-top: 0; }
.steps li > span { color: var(--coral); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.steps strong { display: block; color: var(--navy); font-size: 20px; line-height: 1.2; }
.steps small { display: block; margin-top: 7px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.closing-section { display: flex; justify-content: space-between; align-items: center; gap: 35px; padding: 62px 54px; border-radius: 30px; background: var(--navy); color: var(--paper-2); }
.closing-section h2 { color: var(--paper-2); }
.footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 32px; padding: 55px 0 62px; color: var(--muted); font-size: 13px; }
.footer p { margin: 0; }
.footer > a { color: var(--navy); font-weight: 700; }
.footer-brand { transform: scale(.9); transform-origin: left center; }

.success-panel { position: fixed; right: 24px; bottom: 24px; z-index: 20; width: min(430px, calc(100vw - 32px)); padding: 30px; border-radius: 23px; background: var(--paper-2); box-shadow: 0 20px 70px rgba(16,43,58,.26); border: 1px solid var(--line); }
.success-panel[hidden] { display: none; }
.success-panel h2 { font-size: 36px; }
.success-panel p:not(.section-kicker) { margin: 10px 0 21px; color: var(--muted); }
.success-close { position: absolute; top: 14px; right: 15px; width: 30px; height: 30px; border: 0; background: transparent; color: var(--muted); font-size: 26px; cursor: pointer; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 48px; padding: 65px 0 78px; }
  .hero-copy { max-width: 650px; padding-left: 0; }
  .hero-media { min-height: 430px; }
  .hero-media img { min-height: 430px; }
  .how-section { grid-template-columns: 1fr; gap: 58px; }
}
@media (max-width: 650px) {
  .site-shell { padding: 0 20px; }
  .topbar { min-height: 74px; }
  .nav { display: none; }
  .top-cta { padding: 9px 12px; font-size: 12px; }
  .hero { padding: 55px 0 62px; }
  h1 { font-size: clamp(49px, 15vw, 70px); }
  .hero-lede { font-size: 16px; }
  .hero-media, .hero-media img { min-height: 330px; }
  .hero-caption { right: 18px; left: 18px; bottom: 18px; font-size: 16px; }
  .hero-caption strong { font-size: 36px; }
  .value-line { grid-template-columns: 1fr; gap: 0; padding: 0; }
  .value-line div { padding: 21px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .value-line div:last-child { border-bottom: 0; }
  .guides-section { padding: 79px 0 82px; }
  .section-heading { display: block; margin-bottom: 34px; }
  .section-heading > p { margin-top: 18px; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-card { min-height: 300px; padding: 26px 24px 25px; }
  .guide-card h3 { margin-top: 32px; font-size: 36px; }
  .how-section { padding: 78px 0 84px; }
  .closing-section { display: block; padding: 38px 25px; }
  .closing-section .button { margin-top: 28px; }
  .footer { grid-template-columns: 1fr; gap: 13px; padding: 42px 0 48px; }
  .success-panel { right: 16px; bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
