:root {
  --navy: #08284d;
  --deep-navy: #051d39;
  --teal: #0c7777;
  --sea: #e8f6f3;
  --sand: #fbf4e8;
  --cream: #fffaf0;
  --coral: #e96f6a;
  --gold: #bd7c18;
  --ink: #10233e;
  --muted: #5d6878;
  --line: rgba(189,124,24,.32);
  --shadow: 0 22px 60px rgba(8,40,77,.18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
.skip-link {
  position:absolute;
  left:-999px;
  top:0;
  background:#fff;
  color:var(--navy);
  padding:12px 16px;
  z-index:999;
}
.skip-link:focus { left:12px; top:12px; }
.container {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}
.hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 26px 0 70px;
  background:
    linear-gradient(90deg, rgba(255,250,240,.96) 0%, rgba(255,250,240,.88) 38%, rgba(255,250,240,.62) 63%, rgba(255,250,240,.78) 100%),
    radial-gradient(circle at 18% 34%, rgba(233,111,106,.18), transparent 26%),
    linear-gradient(120deg, rgba(8,40,77,.16), transparent 58%),
    url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat;
}
.hero::after {
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:160px;
  background: linear-gradient(to bottom, transparent, var(--cream));
  pointer-events:none;
}
.hero-wash {
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.72), transparent 28%),
    radial-gradient(circle at 62% 78%, rgba(12,119,119,.14), transparent 32%);
  pointer-events:none;
}
.nav-bar,
.hero-grid { position: relative; z-index: 2; }
.nav-bar {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding: 14px 0 36px;
}
.brand-link { text-decoration:none; display:inline-flex; flex-direction:column; color:var(--navy); }
.brand-script {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  letter-spacing: .02em;
  line-height: .95;
}
.brand-sub {
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:11px;
  color:var(--coral);
  font-weight:800;
  margin-top:5px;
}
.nav-cta,
.primary-btn,
.ghost-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  font-weight:900;
  text-decoration:none;
  letter-spacing:.02em;
}
.nav-cta {
  padding: 11px 18px;
  background: var(--navy);
  color: white;
  box-shadow: 0 10px 28px rgba(8,40,77,.2);
}
.hero-grid {
  display:grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr);
  gap:48px;
  align-items:center;
}
.eyebrow,
.kicker {
  color: var(--teal);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 13px;
}
h1,
h2,
h3,
p { margin-top: 0; }
h1 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  font-size: clamp(54px, 8vw, 104px);
  letter-spacing: .035em;
  line-height: .85;
  margin: 12px 0 16px;
  text-wrap: balance;
}
h1 span { display:block; }
.question {
  color: var(--coral);
  font-size: clamp(28px, 4vw, 44px);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  line-height:1.08;
  margin-bottom:18px;
}
.lead {
  color: var(--navy);
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 800;
  line-height:1.25;
  max-width: 740px;
}
.hero-copy p:not(.eyebrow):not(.question):not(.lead) {
  max-width: 680px;
  font-size: 19px;
}
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; margin-top:30px; }
.primary-btn {
  padding: 15px 23px;
  background: var(--coral);
  color:white;
  box-shadow: 0 14px 34px rgba(233,111,106,.3);
}
.ghost-btn {
  padding: 13px 21px;
  border: 2px solid rgba(8,40,77,.16);
  background: rgba(255,255,255,.58);
  color: var(--navy);
}
.hero-card {
  position:relative;
  min-height:470px;
  border-radius:34px;
  border: 1px solid rgba(255,255,255,.5);
  background:
    linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,250,240,.56)),
    url('/assets/images/you-could-be-home-by-now-ad.png') center/cover no-repeat;
  box-shadow: var(--shadow);
  overflow:hidden;
}
.hero-card::after {
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, transparent 0%, rgba(8,40,77,.64) 100%);
}
.sticky-note {
  position:absolute;
  left:28px;
  bottom:34px;
  z-index:2;
  max-width:245px;
  background:#fff9e8;
  color:var(--navy);
  padding:22px 22px 20px;
  transform: rotate(-4deg);
  box-shadow: 0 16px 36px rgba(8,40,77,.18);
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size:26px;
  line-height:1.18;
}
.sticky-note::before {
  content:"";
  position:absolute;
  top:-14px;
  left:50%;
  width:82px;
  height:28px;
  background:rgba(227,207,165,.78);
  transform:translateX(-50%) rotate(2deg);
}
.sticky-note span { color:var(--coral); }
.guide-preview {
  position:absolute;
  z-index:2;
  right:26px;
  bottom:26px;
  width:220px;
  min-height:255px;
  background: linear-gradient(180deg, #fff, #f7e6cc);
  border-radius:16px;
  box-shadow: 0 18px 36px rgba(8,40,77,.28);
  padding:22px 18px;
  transform: rotate(3deg);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.guide-label {
  align-self:flex-start;
  background:var(--navy);
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-weight:900;
  font-size:11px;
  padding:7px 9px;
  border-radius:999px;
}
.guide-preview strong {
  color: var(--navy);
  font-size: 27px;
  line-height:.95;
  text-transform:uppercase;
  font-family: Georgia, "Times New Roman", serif;
}
.guide-preview small { color:var(--muted); font-weight:700; }
.three-points { position:relative; z-index:3; margin-top:-28px; }
.point-grid {
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
}
.point-card {
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:24px;
  box-shadow: 0 12px 34px rgba(8,40,77,.08);
}
.icon {
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  border-radius:50%;
  background:var(--coral);
  color:#fff;
  font-size:26px;
  margin-bottom:12px;
}
.point-card strong { display:block; color:var(--navy); font-size:20px; line-height:1.2; }
.point-card p { color:var(--muted); margin:8px 0 0; }
.section { padding:72px 0; }
.split {
  display:grid;
  grid-template-columns: .95fr 1.05fr;
  gap:44px;
  align-items:start;
}
h2 {
  color:var(--navy);
  font-size: clamp(34px, 4.2vw, 56px);
  line-height:1.02;
  font-family: Georgia, "Times New Roman", serif;
  margin:10px 0 18px;
}
.split p { font-size:19px; color:var(--muted); }
.checklist {
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:30px;
  box-shadow: 0 16px 42px rgba(8,40,77,.08);
}
.checklist h3 { color:var(--teal); font-size:23px; }
ul { padding-left:22px; margin-bottom:0; }
li { margin:10px 0; }
.trap-band { padding: 0 0 36px; }
.trap-grid {
  display:grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap:1px;
  align-items:center;
  background: var(--deep-navy);
  color:white;
  border-radius:24px;
  overflow:hidden;
  box-shadow: 0 16px 42px rgba(8,40,77,.16);
}
.trap-grid strong,
.trap-grid span { padding:22px; }
.trap-grid strong { font-size:24px; font-family: Georgia, "Times New Roman", serif; }
.trap-grid span { background: rgba(255,255,255,.06); }
.trap-grid span::before { content:"✕"; color:var(--coral); font-weight:900; margin-right:10px; }
.path-section { padding-top:42px; }
.section-head { text-align:center; max-width:780px; margin:0 auto 32px; }
.path-grid {
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr;
  align-items:center;
  gap:18px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:24px;
}
.path-card { padding:18px; }
.path-card span {
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:50%;
  background:var(--teal);
  color:#fff;
  font-weight:900;
  margin-bottom:12px;
}
.path-card h3 { color:var(--navy); font-size:26px; margin-bottom:8px; }
.path-card p { color:var(--muted); margin-bottom:0; }
.path-arrow { color:var(--gold); font-size:34px; font-weight:900; }
.form-section {
  padding:70px 0;
  background:
    radial-gradient(circle at 78% 30%, rgba(233,111,106,.12), transparent 22%),
    linear-gradient(180deg, #fff8ec, #f4efe4);
}
.form-grid {
  display:grid;
  grid-template-columns: .9fr 1.1fr;
  gap:38px;
  align-items:center;
}
.form-copy p { font-size:19px; color:var(--muted); }
.heather-card {
  display:flex;
  gap:18px;
  align-items:center;
  margin-top:24px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:14px;
  box-shadow: 0 14px 34px rgba(8,40,77,.08);
}
.heather-card img {
  width:116px;
  height:116px;
  object-fit:cover;
  border-radius:18px;
  border:3px solid rgba(12,119,119,.28);
}
.heather-card strong { display:block; color:var(--navy); font-size:25px; font-family: Georgia, "Times New Roman", serif; }
.heather-card span { display:block; color:var(--muted); font-weight:700; }
.heather-card a { display:inline-block; margin-top:5px; color:var(--teal); font-weight:900; text-decoration:none; }
.form-panel {
  background:#fff;
  border-radius:30px;
  border:1px solid var(--line);
  padding:32px;
  box-shadow: var(--shadow);
}
.form-badge {
  display:inline-flex;
  background:var(--navy);
  color:#fff;
  border-radius:999px;
  padding:8px 12px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:900;
}
.form-panel h3 { color:var(--navy); font-size:32px; margin:16px 0 8px; font-family: Georgia, "Times New Roman", serif; }
.form-panel p { color:var(--muted); }
.opcrm-embed-shell {
  margin-top:18px;
  border:1px solid rgba(12,119,119,.18);
  border-radius:20px;
  padding:16px;
  background:#f8fffd;
}
.privacy-note { font-size:13px; margin:16px 0 0; }
.disclaimer { padding:30px 0 44px; background:var(--deep-navy); color:white; }
.disclaimer .container {
  border-left:4px solid var(--gold);
  padding-left:20px;
}
.disclaimer p { margin:6px 0 0; color:rgba(255,255,255,.82); font-size:14px; }
.site-footer { background:#04162c; color:#fff; padding:28px 0; }
.footer-grid { display:flex; align-items:center; justify-content:space-between; gap:20px; }
.site-footer strong { display:block; font-family: Georgia, "Times New Roman", serif; font-size:28px; }
.site-footer span { color:rgba(255,255,255,.7); }
.footer-links { display:flex; flex-wrap:wrap; gap:14px; }
.footer-links a { color:#fff; text-decoration:none; font-weight:800; }
@media (max-width: 960px) {
  .hero { min-height:auto; }
  .hero-grid,
  .split,
  .form-grid { grid-template-columns:1fr; }
  .hero-card { min-height:420px; }
  .point-grid { grid-template-columns:1fr; }
  .trap-grid { grid-template-columns:1fr; }
  .path-grid { grid-template-columns:1fr; }
  .path-arrow { display:none; }
}
@media (max-width: 640px) {
  .container { width:min(100% - 28px, 1140px); }
  .nav-bar { align-items:flex-start; }
  .brand-script { font-size:27px; }
  .nav-cta { padding:10px 13px; font-size:13px; }
  h1 { font-size:48px; }
  .question { font-size:30px; }
  .lead { font-size:21px; }
  .hero-card { min-height:360px; border-radius:24px; }
  .sticky-note { left:18px; bottom:24px; font-size:22px; max-width:210px; }
  .guide-preview { display:none; }
  .section { padding:54px 0; }
  .heather-card { align-items:flex-start; }
  .heather-card img { width:96px; height:96px; }
  .footer-grid { flex-direction:column; align-items:flex-start; }
}
