/**
 * Advanced Cancer Care — Tarzana Landing Page
 *
 * Self-contained landing page (own nav + footer). Loaded only on the
 * "Landing - Advanced Cancer Care (Tarzana)" template.
 *
 * The design was authored against a bare-name variable set (--navy, --gold …).
 * Those are aliased onto the theme's global palette on `body.lp-page` so the
 * component CSS below can be reused verbatim without restating any colors.
 */

body.lp-page {
  /* Alias the design's variable names onto the global theme tokens. */
  --navy: var(--color-navy);
  --navy-700: var(--color-navy-700);
  --navy-600: var(--color-navy-600);
  --ink: var(--color-ink);
  --body: var(--color-body);
  --muted: #677583;
  --gold: var(--color-gold);
  --gold-bright: var(--color-gold-bright);
  --gold-soft: var(--color-gold-soft);
  --cream: var(--color-cream);
  --cream-deep: var(--color-cream-deep);
  --ice: var(--color-ice);
  --line: var(--color-line);
  --line-cream: var(--color-line-cream);
  --white: var(--color-white);
  --sh-sm: var(--shadow-sm);
  --sh: var(--shadow-md);
  --sh-lg: var(--shadow-lg);
  --maxw: var(--container-max-width);
  --pill: var(--border-radius-pill);

  /* No global site nav on this page — cancel the theme's fixed-nav offset. */
  padding-top: 0;
  background: var(--white);
}

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 30px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: 'Mulish', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}

.kicker::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--gold);
}

.kicker.center {
  justify-content: center;
}

.kicker.light {
  color: var(--gold-bright);
}

.kicker.light::before {
  background: var(--gold-bright);
}

.btn-lg {
  font-size: 17px;
  padding: 17px 36px;
}

/* ── LANDING NAV (logo + anchors only) ── */
.lp-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.25s;
}

.lp-nav.scrolled {
  box-shadow: 0 6px 24px rgba(20, 32, 46, 0.09);
}

.lp-nav-in {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 82px;
  gap: 18px;
}

.lp-brand {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.lp-brand img {
  height: 50px;
  width: auto;
  display: block;
}

.lp-links {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
}

.lp-links a {
  padding: 10px 12px;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  border-radius: 8px;
  white-space: nowrap;
  transition: 0.2s;
}

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

.lp-links a.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: #fff;
  padding: 12px 22px;
  border-radius: var(--pill);
  box-shadow: 0 8px 20px rgba(168, 110, 22, 0.28);
}

.lp-links a.nav-cta:hover {
  background: #8d5b10;
  color: #fff;
  transform: translateY(-2px);
}

.lp-tog {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.lp-tog span {
  display: block;
  width: 26px;
  height: 2.5px;
  background: var(--ink);
  margin: 5px 0;
  border-radius: 2px;
}

/* ── HERO ── */
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(118deg, var(--navy) 0%, var(--navy-600) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -180px;
  top: -80px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(212, 147, 58, 0.16), transparent 64%);
  pointer-events: none;
}

.hero-in {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 60px 30px 60px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 58px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-copy {
  padding-bottom: 34px;
  align-self: center;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: 22px;
}

.hero-eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--gold-bright);
}

.hero h1 {
  font-size: clamp(36px, 4.6vw, 56px);
  font-weight: 500;
  letter-spacing: -0.8px;
  color: #fff;
  line-height: 1.07;
  margin-bottom: 22px;
}

.hero h1 em {
  font-style: italic;
  color: var(--gold-bright);
}

.hero-sub {
  font-size: 20px;
  color: #dbe5f0;
  line-height: 1.6;
  max-width: 560px;
  margin-bottom: 30px;
}

.hero-cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.hero-cta-row .btn-phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.35);
  color: #fff;
}

.hero-cta-row .btn-phone svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.hero-cta-row .btn-phone:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: #fff;
}

/* appointment call band */
.callband {
  background: var(--navy);
  text-align: center;
  padding: 22px 30px;
}

.callband a {
  font-family: 'Newsreader', serif;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.2px;
}

.callband a:hover span {
  color: #fff;
}

.callband a span {
  color: var(--gold-bright);
}

/* trust bar (below fold) */
.trustbar {
  background: var(--cream);
  border-bottom: 1px solid var(--line-cream);
}

.trustbar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 30px;
  border-top: 1px solid var(--line-cream);
}

.tbox {
  padding: 34px 30px;
  border-right: 1px solid var(--line-cream);
}

.tbox:last-child {
  border-right: none;
}

.tbox .ic {
  display: flex;
  margin-bottom: 15px;
}

.tbox .ic svg {
  width: 34px;
  height: 34px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tbox span:last-child {
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.4;
}

/* hero form */
.hero-form {
  background: #fff;
  border-radius: 18px;
  box-shadow: var(--sh-lg);
  padding: 30px 30px;
  position: relative;
  z-index: 2;
}

.hero-form h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 6px;
}

.hero-form .fsub {
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 16px;
  line-height: 1.5;
}

.hero-form .field {
  margin-bottom: 11px;
}

.hero-form .field label {
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 6px;
}

.hero-form .field input,
.hero-form .field select,
.hero-form .field textarea {
  width: 100%;
  font-family: 'Mulish', sans-serif;
  font-size: 15.5px;
  color: var(--ink);
  background: var(--ice);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 13px 15px;
  transition: border-color 0.15s, background 0.15s;
}

.hero-form .field input:focus,
.hero-form .field select:focus,
.hero-form .field textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: #fff;
}

.hero-form .field textarea {
  resize: vertical;
  min-height: 84px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.hero-form .btn {
  width: 100%;
  justify-content: center;
  margin-top: 6px;
}

.hero-form .disc {
  font-size: 13px;
  color: var(--muted);
  text-align: center;
  margin-top: 13px;
  line-height: 1.5;
}

.form-ok {
  display: none;
  text-align: center;
  padding: 20px 0 8px;
}

.form-ok.show {
  display: block;
}

.form-ok svg {
  width: 54px;
  height: 54px;
  margin: 0 auto 14px;
  display: block;
}

.form-ok h3 {
  font-size: 23px;
  margin-bottom: 8px;
}

.form-ok p {
  font-size: 15.5px;
  color: var(--body);
}

/* ── CF7 COMPAT ──
   Contact Form 7 wraps every control in .wpcf7-form-control-wrap and CF7's
   wpautop may insert stray <p>/<br>. These rules make a pasted CF7 form
   inherit the .hero-form design and neutralise autop artefacts. */
.hero-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.hero-form form > p,
.hero-form .field > p {
  margin: 0;
}

.hero-form br {
  display: none;
}

/* CF7 marks required fields; keep the input styling identical */
.hero-form .field input.wpcf7-form-control,
.hero-form .field select.wpcf7-form-control,
.hero-form .field textarea.wpcf7-form-control {
  width: 100%;
  font-family: 'Mulish', sans-serif;
  font-size: 15.5px;
  color: var(--ink);
  background: var(--ice);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 13px 15px;
}

/* CF7's default textarea is 10 rows tall — cap it to a compact height */
.hero-form .field textarea.wpcf7-form-control {
  height: 92px;
  min-height: 92px;
}

.hero-form input.wpcf7-not-valid,
.hero-form select.wpcf7-not-valid,
.hero-form textarea.wpcf7-not-valid {
  border-color: #c0392b;
}

.hero-form .wpcf7-not-valid-tip {
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  color: #c0392b;
  margin-top: 5px;
}

.hero-form .wpcf7-response-output {
  margin: 14px 0 0;
  padding: 11px 14px;
  border-radius: 10px;
  font-size: 13.5px;
  line-height: 1.45;
  border: 1px solid var(--line);
}

.hero-form .wpcf7-response-output.wpcf7-validation-errors,
.hero-form .wpcf7-response-output.wpcf7-invalid {
  border-color: #c0392b;
  color: #c0392b;
}

.hero-form .wpcf7-spinner {
  display: none;
}

/* ── SECTION SHELL ── */
.sec {
  padding: 84px 0;
}

.sec.cream {
  background: var(--cream);
}

.sec.navy {
  background: var(--navy);
}

.sec-narrow {
  max-width: 1120px;
}

.sec h2.h-sec {
  font-size: clamp(30px, 3.8vw, 46px);
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 1.12;
  margin-bottom: 22px;
}

.sec.navy h2.h-sec {
  color: #fff;
}

.lead-p {
  font-size: 20px;
  line-height: 1.8;
  color: var(--body);
  margin-bottom: 20px;
}

.lead-p:last-of-type {
  margin-bottom: 0;
}

.sec.navy .lead-p {
  color: #cfdae8;
}

.sec-cta {
  margin-top: 34px;
}

#team .sec-cta {
  text-align: center;
}

/* image split band */
.split {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 54px;
  align-items: center;
}

.split-media {
  position: sticky;
  top: 104px;
  align-self: start;
}

.split-media img {
  width: 100%;
  height: auto;
  max-height: 660px;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 18px;
  box-shadow: var(--sh-lg);
  display: block;
}

/* divided services strip */
.svc-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--line-cream);
  border-radius: 16px;
  overflow: hidden;
  margin-top: 10px;
  background: #fff;
}

.svc-row .svc {
  padding: 32px 20px;
  text-align: center;
  border-right: 1px solid var(--line-cream);
}

.svc-row .svc:last-child {
  border-right: none;
}

.svc-row .svc .ic {
  width: 50px;
  height: 50px;
  border-radius: 13px;
  background: var(--gold-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.svc-row .svc .ic svg {
  width: 25px;
  height: 25px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.svc-row .svc h4 {
  font-family: 'Mulish', sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.35;
}

/* first-section image split */
.about-split {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 58px;
  align-items: start;
}

.about-media {
  position: sticky;
  top: 104px;
}

.about-media img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: var(--sh-lg);
  display: block;
}

/* insurance */
.ins-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 10px;
  align-items: center;
}

.ins-grid .ins {
  background: #fff;
  border: 1px solid var(--line-cream);
  border-radius: 14px;
  padding: 22px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--sh-sm);
  min-height: 96px;
}

.ins-grid .ins img {
  max-height: 48px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}

/* ── TESTIMONIALS ── */
.tgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 8px;
}

.tcard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--sh-sm);
}

.tcard .stars {
  color: var(--gold-bright);
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 16px;
}

.tcard blockquote {
  font-family: 'Newsreader', serif;
  font-size: 18.5px;
  font-style: italic;
  line-height: 1.55;
  color: var(--ink);
  margin-bottom: 20px;
  flex: 1;
}

.tcard .who {
  display: flex;
  align-items: center;
  gap: 13px;
}

.tcard .av {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-family: 'Newsreader', serif;
  font-size: 19px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tcard .nm {
  font-weight: 800;
  color: var(--ink);
  font-size: 15.5px;
}

.tcard .src {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted);
}

.rating-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 54px;
}

.rating-strip .score {
  font-family: 'Newsreader', serif;
  font-size: 46px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1;
}

.rating-strip .score em {
  font-style: normal;
  color: var(--gold);
  font-size: 24px;
}

.rating-strip .rs-stars {
  color: var(--gold-bright);
  font-size: 20px;
  letter-spacing: 3px;
}

.rating-strip .rs-lbl {
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
}

/* Testimonials carousel (arrows only shown on mobile) */
.tcarousel {
  position: relative;
}

.tnav {
  display: none;
}

/* ── TEAM (sticky stack) ── */
.team-stack {
  display: flex;
  flex-direction: column;
  gap: 34px;
  max-width: 1120px;
  margin: 0 auto;
}

.docrow {
  position: sticky;
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--line-cream);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--sh);
  transition: box-shadow 0.2s;
}

.docrow:nth-child(1) {
  top: 104px;
}

.docrow:nth-child(2) {
  top: 124px;
}

.docrow:nth-child(3) {
  top: 144px;
}

.docrow:hover {
  box-shadow: var(--sh-lg);
}

.docrow .ph {
  height: 100%;
  min-height: 260px;
  overflow: hidden;
  background: var(--ice);
}

.docrow .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.docrow .info {
  padding: 32px 38px;
  align-self: center;
}

.docrow h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}

.docrow .role {
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.docrow p {
  font-size: 16.5px;
  color: var(--body);
  line-height: 1.62;
  margin-bottom: 14px;
}

.docrow .langs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.docrow .langs span {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--navy);
  background: var(--ice);
  padding: 5px 13px;
  border-radius: var(--pill);
}

/* ── FAQ ── */
.faq-wrap {
  max-width: 860px;
  margin: 0 auto;
}

.faq {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  margin-bottom: 14px;
  overflow: hidden;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.faq[open] {
  box-shadow: var(--sh-sm);
  border-color: var(--line-cream);
}

.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: 'Newsreader', serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--ink);
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary .pm {
  position: relative;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.faq summary .pm::before,
.faq summary .pm::after {
  content: "";
  position: absolute;
  background: var(--gold);
  border-radius: 2px;
  transition: transform 0.25s;
}

.faq summary .pm::before {
  top: 10px;
  left: 2px;
  width: 18px;
  height: 2.5px;
}

.faq summary .pm::after {
  top: 2px;
  left: 10px;
  width: 2.5px;
  height: 18px;
}

.faq[open] summary .pm::after {
  transform: scaleY(0);
}

.faq .ans {
  padding: 0 28px 26px;
  font-size: 17px;
  line-height: 1.72;
  color: var(--body);
}

/* ── FINAL CTA ── */
.final {
  background: linear-gradient(120deg, var(--navy) 0%, var(--navy-600) 100%);
  padding: 96px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(680px 420px at 82% -10%, rgba(212, 147, 58, 0.16), transparent 60%);
}

.final-in {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

.final .kicker {
  color: var(--gold-bright);
}

.final .kicker::before {
  background: var(--gold-bright);
}

.final h2 {
  font-size: clamp(31px, 4.2vw, 48px);
  font-weight: 500;
  letter-spacing: -0.4px;
  margin-bottom: 16px;
  color: #fff;
}

.final p {
  font-size: 20px;
  color: #dbe5f0;
  margin-bottom: 34px;
  line-height: 1.6;
}

/* tag cloud (treatments) */
.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0 auto;
  max-width: 900px;
}

.tag-cloud .tag {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1.5px solid var(--line-cream);
  border-radius: var(--pill);
  padding: 13px 24px;
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  transition: border-color 0.16s, transform 0.16s, box-shadow 0.16s, color 0.16s;
}

.tag-cloud .tag:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
  box-shadow: var(--sh-sm);
}

/* numbered divided list (patient support) */
.num-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 56px;
  margin-top: 14px;
  max-width: 1120px;
  counter-reset: nl;
}

.num-list li {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line-cream);
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
  counter-increment: nl;
  line-height: 1.4;
}

.num-list li::before {
  content: counter(nl, decimal-leading-zero);
  font-family: 'Newsreader', serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--gold);
  flex-shrink: 0;
  min-width: 34px;
}

/* ── AIRY CHECKLIST (Stage IV conditions / support / second-opinion panel) ── */
.checklist {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 46px;
  margin-top: 12px;
  max-width: 1120px;
}

.checklist.three {
  grid-template-columns: repeat(3, 1fr);
}

.checklist li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.45;
}

.checklist .ck {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--gold-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.checklist .ck svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ── SECOND-OPINION SPLIT + REASONS PANEL ── */
.so-split {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 58px;
  align-items: center;
}

.so-panel {
  background: var(--cream);
  border: 1px solid var(--line-cream);
  border-radius: 20px;
  padding: 16px 40px;
}

.so-panel .checklist {
  display: block;
  max-width: none;
  margin-top: 0;
}

.so-panel .checklist li {
  padding: 18px 0;
  border-bottom: 1px solid var(--line-cream);
}

.so-panel .checklist li:last-child {
  border-bottom: none;
}

/* ── FOOTER ── */
.lp-foot {
  background: var(--navy);
  color: #aebccc;
}

.lp-foot-in {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 62px 30px 44px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  align-items: start;
}

.lp-foot-brand img {
  height: 62px;
  width: auto;
  margin-bottom: 20px;
}

.lp-foot-brand p {
  font-size: 15.5px;
  line-height: 1.65;
  color: #aebccc;
  max-width: 400px;
  margin-bottom: 22px;
}

.lp-foot-loc .eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: 12px;
  display: block;
}

.lp-foot-loc .nm {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Newsreader', serif;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 9px;
}

.lp-foot-loc .nm svg {
  width: 19px;
  height: 19px;
  fill: var(--gold-bright);
  flex-shrink: 0;
}

.lp-foot-loc .addr {
  font-size: 15.5px;
  line-height: 1.6;
  color: #aebccc;
}

.lp-foot-loc .foot-phone {
  display: inline-block;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
  color: var(--gold-bright);
  text-decoration: none;
}

.lp-foot-loc .foot-phone:hover {
  color: #fff;
}

.lp-foot-bottom {
  border-top: 1px solid #243b56;
  padding: 20px 30px;
  text-align: center;
}

.lp-foot-bottom span {
  font-size: 14px;
  color: #7f92a8;
}

/* ── RESPONSIVE ── */
@media (max-width: 980px) {
  .hero-in {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-copy {
    padding-bottom: 8px;
  }

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

  .tbox {
    border-bottom: 1px solid var(--line-cream);
  }

  .tbox:nth-child(2n) {
    border-right: none;
  }

  .tbox:nth-child(n+3) {
    border-bottom: none;
  }

  .split {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .split-media {
    order: -1;
    position: static;
  }

  .about-split {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-media {
    position: static;
    order: -1;
  }

  .so-split {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .so-panel {
    padding: 8px 30px;
  }

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

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

  .svc-row .svc:nth-child(2n) {
    border-right: none;
  }

  .ins-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1024px) {
  .lp-links {
    position: fixed;
    top: 82px;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    box-shadow: var(--sh);
    transform: translateY(-130%);
    transition: transform 0.3s;
    border-top: 1px solid var(--line);
    max-height: calc(100vh - 82px);
    overflow-y: auto;
  }

  .lp-links.open {
    transform: translateY(0);
  }

  .lp-links a {
    padding: 14px;
    font-size: 16px;
  }

  .lp-links a.nav-cta {
    text-align: center;
    margin-top: 6px;
  }

  .lp-tog {
    display: block;
  }
}

@media (max-width: 760px) {
  .sec {
    padding: 64px 0;
  }

  .tgrid,
  .trustbar-grid {
    grid-template-columns: 1fr;
  }

  .checklist,
  .checklist.three {
    grid-template-columns: 1fr;
  }

  .svc-row {
    grid-template-columns: 1fr;
  }

  .svc-row .svc {
    border-right: none;
    border-bottom: 1px solid var(--line-cream);
  }

  .svc-row .svc:last-child {
    border-bottom: none;
  }

  .tbox {
    border-right: none;
  }

  .tbox:nth-child(n+1) {
    border-bottom: 1px solid var(--line-cream);
  }

  .tbox:last-child {
    border-bottom: none;
  }

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

  .team-stack .docrow {
    position: static;
    grid-template-columns: 1fr;
  }

  .team-stack .docrow .ph {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .rating-strip {
    gap: 10px;
  }

  .lp-foot-in {
    grid-template-columns: 1fr;
    gap: 30px;
  }

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

/* Mobile: compact row layouts + testimonials carousel */
@media (max-width: 760px) {
  /* Trust bar: icon beside label, smaller */
  .tbox {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 4px;
  }

  .tbox .ic {
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .tbox .ic svg {
    width: 26px;
    height: 26px;
  }

  .tbox span:last-child {
    font-size: 16px;
  }

  /* Services: icon square beside label, left-aligned rows */
  .svc-row .svc {
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
    padding: 16px 18px;
  }

  .svc-row .svc .ic {
    margin: 0;
    flex-shrink: 0;
    width: 46px;
    height: 46px;
  }

  /* Testimonials: horizontal carousel with side arrows */
  .tgrid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 4px 46px;
    margin-top: 0;
  }

  .tgrid::-webkit-scrollbar {
    display: none;
  }

  .tcard {
    flex: 0 0 100%;
  }

  .tnav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--sh-sm);
    color: var(--ink);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
  }

  .tnav--prev {
    left: 0;
  }

  .tnav--next {
    right: 0;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   THANK YOU PAGE (landing conversion confirmation)

   Self-contained confirmation page. Reuses .lp-nav / .lp-foot / .btn / .kicker
   from the landing styles above; only the hero (.ty) and assistance band
   (.assist) are new. Loaded on the "Landing - Thank You" template.
   ═══════════════════════════════════════════════════════════════════════════ */

/* Minimal nav: the phone CTA sits directly in the bar (no links list). */
.lp-nav-in > .nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: #fff;
  padding: 12px 22px;
  border-radius: var(--pill);
  box-shadow: 0 8px 20px rgba(168, 110, 22, 0.28);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s;
}

.lp-nav-in > .nav-cta svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex-shrink: 0;
}

.lp-nav-in > .nav-cta:hover {
  background: #8d5b10;
  transform: translateY(-2px);
}

/* Thank-you hero */
.ty {
  position: relative;
  overflow: hidden;
  background: linear-gradient(118deg, var(--navy) 0%, var(--navy-600) 100%);
}

.ty::after {
  content: "";
  position: absolute;
  right: -180px;
  top: -80px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(212, 147, 58, 0.16), transparent 64%);
  pointer-events: none;
}

.ty-in {
  max-width: 760px;
  margin: 0 auto;
  padding: 96px 30px 100px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.ty-check {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(212, 147, 58, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}

.ty-check svg {
  width: 52px;
  height: 52px;
}

.ty h1 {
  font-size: clamp(44px, 6vw, 68px);
  font-weight: 500;
  letter-spacing: -0.8px;
  color: #fff;
  line-height: 1.02;
  margin-bottom: 22px;
}

.ty h1 em {
  font-style: italic;
  color: var(--gold-bright);
}

.ty p {
  font-size: 21px;
  color: #dbe5f0;
  line-height: 1.65;
  max-width: 620px;
  margin: 0 auto;
}

/* Immediate assistance band */
.assist {
  background: var(--cream);
  border-bottom: 1px solid var(--line-cream);
}

.assist-in {
  max-width: 760px;
  margin: 0 auto;
  padding: 64px 30px 70px;
  text-align: center;
}

.assist h2 {
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 500;
  letter-spacing: -0.3px;
  margin-bottom: 14px;
}

.assist p {
  font-size: 19px;
  color: var(--body);
  line-height: 1.7;
  margin-bottom: 30px;
}

.assist .btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0;
}

@media (max-width: 760px) {
  .ty-in {
    padding: 70px 24px 74px;
  }

  .assist-in {
    padding: 52px 24px 56px;
  }
}
