/* Sedona Equity Group — landing page styles (lp- prefix)
   Marketing page layered on theme.css */

/* ────────────────────────────────────────────────────────────────────
   Scroll-triggered reveal animation
   ──────────────────────────────────────────────────────────────────── */
[data-animate] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity .8s cubic-bezier(.16,.7,.3,1),
    transform .8s cubic-bezier(.16,.7,.3,1);
}
[data-animate].is-visible { opacity: 1; transform: none; }
[data-animate][data-delay="1"].is-visible { transition-delay: .08s; }
[data-animate][data-delay="2"].is-visible { transition-delay: .16s; }
[data-animate][data-delay="3"].is-visible { transition-delay: .24s; }
[data-animate][data-delay="4"].is-visible { transition-delay: .32s; }
[data-animate][data-delay="5"].is-visible { transition-delay: .4s; }


/* ────────────────────────────────────────────────────────────────────
   Top nav
   ──────────────────────────────────────────────────────────────────── */
.lp-nav {
  position: absolute; top: 0; left: 0; right: 0; z-index: 10;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px clamp(20px, 4vw, 56px);
}
.lp-nav__brand { display: flex; align-items: center; gap: 18px; text-decoration: none; }
.lp-nav__brand img {
  width: 110px; height: 110px; object-fit: contain;
  filter: drop-shadow(0 6px 18px rgba(184,84,64,.25));
}
.lp-nav__brand-name {
  font-family: var(--se-display); font-size: 30px; font-weight: 400;
  color: var(--se-sand); letter-spacing: .02em; line-height: 1;
}
.lp-nav__brand-sub {
  font-size: 12px; letter-spacing: .36em; text-transform: uppercase;
  color: var(--se-ember); font-weight: 600; margin-top: 6px;
}


/* ════════════════════════════════════════════════════════════════════
   HERO
   ════════════════════════════════════════════════════════════════════ */
.lp-hero {
  position: relative; overflow: hidden;
  min-height: 100vh; min-height: 100dvh;
  display: flex; align-items: center;
  padding: 120px clamp(24px, 6vw, 80px) 80px;
  isolation: isolate;
}
.lp-hero__bg {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #1a0d0a 0%, #0b0706 60%, #1e110d 100%);
}
.lp-hero__bg image-slot { width: 100%; height: 100%; }
.lp-hero::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(11,7,6,.92) 0%, rgba(11,7,6,.75) 50%, rgba(11,7,6,.5) 100%),
    radial-gradient(circle at 80% 100%, rgba(184,84,64,.18), transparent 60%);
  pointer-events: none;
}

/* Sun arc */
.lp-hero__sun {
  position: absolute; top: -10%; right: -15%;
  width: clamp(500px, 65vw, 900px); height: clamp(500px, 65vw, 900px);
  z-index: -1; pointer-events: none; opacity: .7;
}
.lp-hero__sun-arc  { fill: none; stroke: var(--se-ember); stroke-width: .5; opacity: .35; }
.lp-hero__sun-disc { fill: url(#sunGradient); opacity: .55; }
.lp-hero__sun-glow {
  position: absolute; top: 20%; right: -10%;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(210,104,73,.22), transparent 55%);
  filter: blur(40px); z-index: -1; pointer-events: none;
}

/* Canyon silhouette band */
.lp-hero__canyon {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 120px; z-index: -1; pointer-events: none; opacity: .35;
}
.lp-hero__canyon path { fill: var(--se-rust-deep); }

.lp-hero__content {
  position: relative;
  max-width: 720px;
  display: flex; flex-direction: column;
  gap: clamp(20px, 3vw, 32px);
}

/* Trust badge */
.lp-hero__trust {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 8px 14px 8px 8px;
  background: rgba(20,12,10,.65);
  border: 1px solid rgba(210,104,73,.35);
  border-radius: 99px;
  backdrop-filter: blur(8px);
  font-size: 12px; color: var(--se-sand-mute);
  align-self: flex-start; width: fit-content;
}
.lp-hero__trust strong { color: var(--se-sand); font-weight: 600; }
.lp-hero__trust-stars { display: inline-flex; gap: 1px; color: var(--se-ember); }
.lp-hero__trust-divider { width: 1px; height: 14px; background: var(--se-hairline); }
.lp-hero__trust-avatars { display: inline-flex; }
.lp-hero__trust-avatars span {
  width: 22px; height: 22px; border-radius: 99px;
  border: 2px solid var(--se-ink);
  background: linear-gradient(135deg, var(--se-rust), var(--se-ember));
  margin-left: -8px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 9px; font-weight: 700; color: var(--se-ink);
}
.lp-hero__trust-avatars span:first-child { margin-left: 0; }

.lp-hero__title {
  margin: 0;
  font-family: var(--se-sans);
  font-weight: 800;
  font-size: clamp(36px, 6vw, 80px);
  line-height: 1.05;
  letter-spacing: -.025em;
  text-wrap: balance;
}
.lp-hero__title-line { display: block; }
.lp-hero__title-line--accent { color: var(--se-ember); }
.lp-hero__title-line--light  { color: var(--se-sand); }

.lp-hero__sub {
  margin: 0; max-width: 560px;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.65;
  color: rgba(232, 220, 201, .82); font-weight: 300;
}

.lp-hero__pills {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px; max-width: 720px;
}
.lp-hero__pill {
  padding: 14px 18px;
  background: rgba(20, 12, 10, .55);
  border: 1px solid rgba(210, 104, 73, .35);
  border-radius: 10px;
  backdrop-filter: blur(8px);
  transition: border-color .2s, transform .2s;
}
.lp-hero__pill:hover { border-color: var(--se-ember); transform: translateY(-1px); }
.lp-hero__pill strong {
  display: block; font-size: 14px; font-weight: 700;
  color: var(--se-sand); letter-spacing: -.005em;
}
.lp-hero__pill span {
  display: block; font-size: 12px;
  color: rgba(232,220,201,.6); margin-top: 4px; font-weight: 400;
}

.lp-apply {
  display: flex; align-items: center; gap: 16px;
  padding: 18px 28px; width: 100%; max-width: 720px;
  background: transparent;
  border: 1.5px dashed rgba(210, 104, 73, .55);
  border-radius: 12px;
  text-decoration: none; color: var(--se-sand);
  transition: all .2s; cursor: pointer;
}
.lp-apply:hover {
  border-color: var(--se-ember);
  background: rgba(210, 104, 73, .08);
  box-shadow: 0 14px 36px rgba(184,84,64,.25);
}
.lp-apply__dash {
  flex: 1; height: 1px;
  background-image: linear-gradient(90deg, transparent, transparent 50%, var(--se-ember) 50%, var(--se-ember));
  background-size: 8px 1px;
  background-repeat: repeat-x;
  align-self: center; min-width: 24px;
}
.lp-apply__chev { color: var(--se-ember); font-size: 18px; flex-shrink: 0; font-weight: 600; }
.lp-apply__text {
  display: flex; flex-direction: column; align-items: center;
  gap: 2px; padding: 0 6px;
}
.lp-apply__primary {
  font-family: var(--se-display); font-style: italic;
  font-size: clamp(22px, 2.6vw, 28px); font-weight: 500;
  color: var(--se-ember); letter-spacing: -.005em;
}
.lp-apply__sub {
  font-size: 12px; color: rgba(232,220,201,.7);
  letter-spacing: .04em; font-weight: 400; text-align: center;
}

.lp-hero__scroll {
  position: absolute; bottom: 28px; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  color: var(--se-sand-mute);
  font-size: 10px; letter-spacing: .3em; text-transform: uppercase;
  font-weight: 500; z-index: 2;
}
.lp-hero__scroll-line {
  width: 1px; height: 36px;
  background: linear-gradient(180deg, var(--se-ember), transparent);
  position: relative; overflow: hidden;
}
.lp-hero__scroll-line::before {
  content: ''; position: absolute;
  top: -20px; left: 0; right: 0; height: 20px;
  background: linear-gradient(180deg, transparent, var(--se-ember));
  animation: lp-scroll-bob 2s ease-in-out infinite;
}
@keyframes lp-scroll-bob {
  0%, 100% { transform: translateY(0); opacity: 0; }
  50%      { transform: translateY(40px); opacity: 1; }
}


/* ════════════════════════════════════════════════════════════════════
   STATS STRIP
   ════════════════════════════════════════════════════════════════════ */
.lp-stats {
  background: var(--se-ink);
  padding: clamp(56px, 7vw, 80px) clamp(20px, 5vw, 60px);
  border-top: 1px solid var(--se-hairline);
  border-bottom: 1px solid var(--se-hairline);
  position: relative; overflow: hidden;
}
.lp-stats::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(184,84,64,.08), transparent 70%);
  pointer-events: none;
}
.lp-stats__inner {
  position: relative;
  max-width: 1200px; margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 48px);
  text-align: center;
}
.lp-stat { display: flex; flex-direction: column; gap: 8px; position: relative; }
.lp-stat + .lp-stat::before {
  content: ''; position: absolute;
  top: 20%; bottom: 20%; left: 0;
  width: 1px; background: var(--se-hairline);
}
.lp-stat__num {
  font-family: var(--se-display);
  font-weight: 400;
  font-size: clamp(40px, 5.5vw, 64px);
  color: var(--se-sand);
  line-height: 1; letter-spacing: -.03em;
  display: flex; align-items: baseline; justify-content: center; gap: 2px;
}
.lp-stat__num em {
  font-style: italic; color: var(--se-ember);
  font-weight: 500; font-size: .55em; margin-left: 2px;
}
.lp-stat__lbl {
  font-size: 11px; letter-spacing: .26em;
  text-transform: uppercase; color: var(--se-sand-mute); font-weight: 600;
}


/* ════════════════════════════════════════════════════════════════════
   WHY THIS PARTNERSHIP WORKS — Editorial split
   ════════════════════════════════════════════════════════════════════ */
.lp-why {
  background: var(--se-ink);
  padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 60px);
  position: relative; overflow: hidden;
}
.lp-why::before {
  content: ''; position: absolute;
  top: -10%; right: -20%;
  width: 70%; height: 80%;
  background: radial-gradient(ellipse at center, rgba(184,84,64,.16), transparent 60%);
  filter: blur(40px);
  pointer-events: none;
}
.lp-why__inner {
  position: relative;
  max-width: 1200px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}

/* Left column: brand visual */
.lp-why__visual {
  position: sticky; top: 60px;
  display: flex; flex-direction: column; gap: 26px;
}
.lp-why__eyebrow {
  font-family: var(--se-sans); font-weight: 600;
  font-size: 11px; letter-spacing: .28em; text-transform: uppercase;
  color: var(--se-ember);
  display: inline-flex; align-items: center; gap: 14px;
  width: fit-content;
}
.lp-why__eyebrow::before {
  content: ''; width: 28px; height: 1px; background: var(--se-ember);
}
.lp-why__title {
  margin: 0;
  font-family: var(--se-display); font-weight: 300;
  font-size: clamp(32px, 4.4vw, 52px);
  line-height: 1.05; letter-spacing: -.015em;
  color: var(--se-sand); text-wrap: balance;
}
.lp-why__title em {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic; font-weight: 500;
  color: var(--se-ember);
}
.lp-why__sub {
  margin: 0; max-width: 380px;
  font-size: clamp(13.5px, 1.4vw, 15.5px);
  line-height: 1.7; color: var(--se-sand-mute);
}
.lp-why__icon {
  margin-top: clamp(12px, 2vw, 24px);
  position: relative;
  width: clamp(320px, 38vw, 460px);
  align-self: flex-start;
}
.lp-why__icon img {
  width: 100%; height: auto;
  filter: drop-shadow(0 24px 60px rgba(184,84,64,.4));
  position: relative; z-index: 1;
}
.lp-why__icon::before {
  content: ''; position: absolute; inset: -20%;
  background: radial-gradient(circle, rgba(184,84,64,.28), transparent 60%);
  border-radius: 99px; filter: blur(20px);
  animation: lp-icon-pulse 4s ease-in-out infinite;
}
@keyframes lp-icon-pulse {
  0%, 100% { transform: scale(.95); opacity: .6; }
  50%      { transform: scale(1.05); opacity: 1; }
}

/* Right column: feature list */
.lp-why__list {
  display: flex; flex-direction: column;
  border-top: 1px solid var(--se-hairline-strong);
}
.lp-why__item {
  display: grid;
  grid-template-columns: 60px 1fr 44px;
  gap: clamp(16px, 2vw, 28px);
  padding: clamp(24px, 3vw, 32px) 0;
  border-bottom: 1px solid var(--se-hairline);
  align-items: center;
  position: relative;
  text-decoration: none;
  color: inherit;
  transition: padding-left .25s ease;
}
.lp-why__item::before {
  content: ''; position: absolute;
  left: 0; top: 25%; bottom: 25%;
  width: 0; background: var(--se-ember);
  transition: width .25s ease;
}
.lp-why__item:hover { padding-left: 14px; }
.lp-why__item:hover::before { width: 3px; }

.lp-why__item-num {
  font-family: var(--se-display);
  font-style: italic; font-weight: 400;
  font-size: 28px;
  color: var(--se-ember);
  opacity: .55;
  text-align: center;
  letter-spacing: -.02em;
  transition: opacity .25s;
}
.lp-why__item:hover .lp-why__item-num { opacity: 1; }

.lp-why__item-body h3 {
  margin: 0 0 6px;
  font-family: var(--se-sans); font-weight: 600;
  font-size: clamp(17px, 1.7vw, 21px);
  color: var(--se-sand);
  letter-spacing: -.005em;
}
.lp-why__item-body p {
  margin: 0;
  font-size: clamp(13px, 1.3vw, 14.5px);
  line-height: 1.6; color: var(--se-sand-mute);
}

.lp-why__item-arrow {
  width: 36px; height: 36px;
  border-radius: 99px;
  border: 1px solid var(--se-hairline-strong);
  display: flex; align-items: center; justify-content: center;
  color: var(--se-sand-mute);
  transition: all .25s; flex-shrink: 0;
}
.lp-why__item:hover .lp-why__item-arrow {
  background: var(--se-ember); border-color: var(--se-ember);
  color: var(--se-ink); transform: translateX(2px);
}


/* ════════════════════════════════════════════════════════════════════
   HOW IT WORKS — Zigzag vertical timeline
   ════════════════════════════════════════════════════════════════════ */
.lp-how {
  background: linear-gradient(180deg, var(--se-ink) 0%, var(--se-ink-soft) 100%);
  padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 60px);
  position: relative; overflow: hidden;
}
.lp-how::before {
  content: ''; position: absolute;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 1000px; height: 1000px;
  background: radial-gradient(circle, rgba(184,84,64,.08), transparent 60%);
  pointer-events: none;
}
.lp-how__inner {
  position: relative;
  max-width: 1080px; margin: 0 auto;
}
.lp-how__header { text-align: center; margin-bottom: clamp(56px, 7vw, 96px); }
.lp-how__eyebrow {
  font-family: var(--se-sans); font-weight: 600;
  font-size: 11px; letter-spacing: .28em; text-transform: uppercase;
  color: var(--se-ember);
  margin-bottom: 16px;
  display: inline-flex; align-items: center; gap: 14px;
}
.lp-how__eyebrow::before, .lp-how__eyebrow::after {
  content: ''; width: 32px; height: 1px; background: var(--se-ember);
}
.lp-how__title {
  margin: 0;
  font-family: var(--se-display); font-weight: 300;
  font-size: clamp(30px, 4vw, 46px);
  color: var(--se-sand);
  letter-spacing: -.015em; line-height: 1.1;
}
.lp-how__title em {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic; font-weight: 500;
  color: var(--se-ember);
}

/* Timeline container w/ central spine */
.lp-how__list {
  position: relative;
  display: flex; flex-direction: column;
  gap: clamp(32px, 4vw, 48px);
  padding: 20px 0;
}
.lp-how__list::before {
  content: ''; position: absolute;
  top: 0; bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background: linear-gradient(180deg,
    transparent, var(--se-hairline-strong) 8%,
    var(--se-hairline-strong) 92%, transparent);
}

.lp-step {
  position: relative;
  width: 50%;
  background: none; border: none; padding: 0;
  overflow: visible;
  transition: none;
  display: block;
}
.lp-step:hover { transform: none; background: none; border: none; }
.lp-step::before { display: none; }

/* Odd steps (01, 03) — card on LEFT, node points right */
.lp-step:nth-child(odd) {
  padding-right: clamp(40px, 5vw, 64px);
  text-align: right;
}
/* Even steps (02, 04) — card on RIGHT, node points left */
.lp-step:nth-child(even) {
  margin-left: 50%;
  padding-left: clamp(40px, 5vw, 64px);
  text-align: left;
}

/* Number node on the spine */
.lp-step__num {
  position: absolute;
  top: 14px;
  width: 56px; height: 56px;
  border-radius: 99px;
  background: var(--se-ink);
  border: 2px solid var(--se-ember);
  color: var(--se-ember);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--se-display);
  font-style: italic; font-weight: 400;
  font-size: 22px;
  letter-spacing: -.02em;
  z-index: 2;
  box-shadow: 0 0 24px rgba(184,84,64,.3);
  opacity: 1; text-align: center;
}
.lp-step:nth-child(odd) .lp-step__num {
  right: -28px;
}
.lp-step:nth-child(even) .lp-step__num {
  left: -28px;
}

/* Branch line — small horizontal connector from card to node */
.lp-step::after {
  content: ''; position: absolute;
  top: 41px;
  width: clamp(20px, 3.5vw, 40px);
  height: 1px;
  background: var(--se-hairline-strong);
}
.lp-step:nth-child(odd)::after  { right: 0; }
.lp-step:nth-child(even)::after { left: 0; }

/* Card */
.lp-step__card {
  display: inline-flex; flex-direction: column;
  gap: 12px;
  padding: clamp(20px, 2.5vw, 28px) clamp(22px, 3vw, 32px);
  background: rgba(30, 17, 13, .6);
  border: 1px solid var(--se-hairline);
  border-radius: 14px;
  transition: all .3s ease;
  width: 100%;
}
.lp-step:nth-child(odd) .lp-step__card { align-items: flex-end; }
.lp-step:nth-child(even) .lp-step__card { align-items: flex-start; }

.lp-step__card:hover {
  background: rgba(30, 17, 13, .9);
  border-color: rgba(210, 104, 73, .35);
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0,0,0,.4);
}

/* Highlighted (Submit) */
.lp-step--filled .lp-step__num {
  background: linear-gradient(135deg, var(--se-rust), var(--se-ember));
  color: var(--se-ink);
  border-color: transparent;
  box-shadow: 0 8px 24px rgba(210,104,73,.45);
}
.lp-step--filled .lp-step__card {
  background: linear-gradient(135deg, rgba(184,84,64,.18) 0%, rgba(210,104,73,.06) 100%);
  border-color: rgba(210, 104, 73, .35);
}

.lp-step__icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(184, 84, 64, .15);
  border: 1px solid rgba(210, 104, 73, .35);
  display: flex; align-items: center; justify-content: center;
  color: var(--se-ember);
  transition: all .3s;
  flex-shrink: 0;
}
.lp-step__card:hover .lp-step__icon {
  background: var(--se-ember); color: var(--se-ink);
}
.lp-step__body h3 {
  margin: 0 0 6px;
  font-family: var(--se-sans); font-weight: 600;
  font-size: clamp(17px, 1.7vw, 21px);
  color: var(--se-sand); letter-spacing: -.005em;
}
.lp-step__body p {
  margin: 0;
  font-size: clamp(13px, 1.3vw, 14.5px);
  line-height: 1.6; color: var(--se-sand-mute);
  max-width: 42ch;
}
.lp-step__arrow { display: none; }


/* ════════════════════════════════════════════════════════════════════
   TESTIMONIAL
   ════════════════════════════════════════════════════════════════════ */
.lp-quote {
  background: var(--se-ink);
  padding: clamp(72px, 9vw, 120px) clamp(20px, 5vw, 60px);
  position: relative; overflow: hidden;
}
.lp-quote::before {
  content: ''; position: absolute;
  top: -20%; left: 50%; transform: translateX(-50%);
  width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(184,84,64,.1), transparent 60%);
  filter: blur(40px); pointer-events: none;
}
.lp-quote__inner {
  position: relative; max-width: 880px; margin: 0 auto; text-align: center;
}
.lp-quote__mark {
  font-family: var(--se-display); font-style: italic;
  font-size: clamp(80px, 12vw, 140px);
  color: var(--se-ember);
  line-height: .8; margin: 0 0 -.4em;
  opacity: .6; font-weight: 300;
}
.lp-quote__text {
  margin: 0;
  font-family: var(--se-display); font-weight: 300;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.35; color: var(--se-sand);
  letter-spacing: -.01em; text-wrap: balance;
}
.lp-quote__text em {
  font-style: italic; color: var(--se-ember);
  font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500;
}
.lp-quote__author {
  margin-top: clamp(28px, 4vw, 40px);
  display: inline-flex; align-items: center; gap: 14px;
}
.lp-quote__avatar {
  width: 48px; height: 48px; border-radius: 99px;
  background: linear-gradient(135deg, var(--se-rust), var(--se-ember));
  display: flex; align-items: center; justify-content: center;
  color: var(--se-ink); font-weight: 700; font-size: 16px;
  box-shadow: 0 8px 20px rgba(184,84,64,.3);
}
.lp-quote__person { text-align: left; }
.lp-quote__name {
  font-family: var(--se-sans); font-weight: 600;
  font-size: 15px; color: var(--se-sand); line-height: 1.3;
}
.lp-quote__role {
  font-size: 11.5px; color: var(--se-sand-mute);
  letter-spacing: .15em; text-transform: uppercase;
  margin-top: 4px; font-weight: 500;
}


/* ════════════════════════════════════════════════════════════════════
   PRE-FOOTER CTA
   ════════════════════════════════════════════════════════════════════ */
.lp-cta {
  position: relative;
  padding: clamp(72px, 9vw, 120px) clamp(20px, 5vw, 60px);
  background: linear-gradient(135deg, #b85440 0%, #a14730 50%, #8b3a2a 100%);
  overflow: hidden;
}
.lp-cta__arc {
  position: absolute; bottom: -50%; left: 50%;
  transform: translateX(-50%);
  width: clamp(700px, 90vw, 1400px); height: clamp(700px, 90vw, 1400px);
  border-radius: 50%;
  border: 1.5px solid rgba(255, 240, 220, .15);
  pointer-events: none;
}
.lp-cta__arc::before, .lp-cta__arc::after { content: ''; position: absolute; border-radius: 50%; pointer-events: none; }
.lp-cta__arc::before { inset: 60px;  border: 1px solid rgba(255, 240, 220, .1); }
.lp-cta__arc::after  { inset: 130px; border: 1px solid rgba(255, 240, 220, .06); }
.lp-cta__inner {
  position: relative; max-width: 900px; margin: 0 auto;
  text-align: center;
  display: flex; flex-direction: column;
  gap: clamp(24px, 3vw, 36px); align-items: center;
}
.lp-cta__eyebrow {
  font-family: var(--se-sans); font-weight: 600;
  font-size: 11px; letter-spacing: .32em; text-transform: uppercase;
  color: rgba(255, 240, 220, .8);
  display: inline-flex; align-items: center; gap: 12px;
}
.lp-cta__eyebrow::before, .lp-cta__eyebrow::after {
  content: ''; width: 24px; height: 1px; background: rgba(255, 240, 220, .4);
}
.lp-cta__title {
  margin: 0;
  font-family: var(--se-display); font-weight: 300;
  font-size: clamp(38px, 6vw, 64px);
  line-height: 1.05; letter-spacing: -.02em;
  color: var(--se-sand); text-wrap: balance;
}
.lp-cta__title em {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic; font-weight: 500; color: #fff1e0;
}
.lp-cta__sub {
  margin: 0; max-width: 560px;
  font-size: clamp(14px, 1.4vw, 16.5px);
  line-height: 1.6; color: rgba(255, 240, 220, .85); font-weight: 400;
}
.lp-cta__btn {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 20px 40px;
  background: var(--se-ink); color: var(--se-sand);
  border-radius: 99px;
  font-family: var(--se-sans); font-weight: 600; font-size: 15px;
  text-decoration: none;
  box-shadow: 0 20px 50px rgba(11,7,6,.4);
  transition: all .25s ease;
  letter-spacing: -.005em;
  border: 1px solid rgba(232, 220, 201, .15);
}
.lp-cta__btn:hover {
  transform: translateY(-2px);
  background: #1e110d;
  box-shadow: 0 28px 60px rgba(11,7,6,.55);
  border-color: rgba(232, 220, 201, .25);
}
.lp-cta__btn-arrow {
  width: 28px; height: 28px; background: var(--se-ember); color: var(--se-ink);
  border-radius: 99px; display: flex; align-items: center; justify-content: center;
  transition: transform .25s;
}
.lp-cta__btn:hover .lp-cta__btn-arrow { transform: translateX(4px); }

.lp-cta__meta {
  display: flex; gap: 28px; flex-wrap: wrap; justify-content: center;
  font-size: 12px; color: rgba(255, 240, 220, .7);
  margin-top: 8px;
}
.lp-cta__meta span { display: inline-flex; align-items: center; gap: 8px; }
.lp-cta__meta svg  { color: rgba(255, 240, 220, .9); }


/* ════════════════════════════════════════════════════════════════════
   FOOTER — Clean editorial
   ════════════════════════════════════════════════════════════════════ */
.lp-foot {
  background: var(--se-ink);
  padding: clamp(64px, 8vw, 96px) clamp(20px, 5vw, 60px) 32px;
  border-top: 1px solid var(--se-hairline);
  position: relative;
  color: var(--se-sand);
}
.lp-foot__inner {
  max-width: 1280px; margin: 0 auto;
}

/* Top: brand + 3 columns */
.lp-foot__top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: clamp(32px, 4vw, 64px);
  padding-bottom: clamp(40px, 5vw, 64px);
  border-bottom: 1px solid var(--se-hairline);
}
.lp-foot__brand { display: flex; flex-direction: column; gap: 12px; max-width: 280px; }
.lp-foot__brand img {
  width: 170px; height: auto; margin-left: -8px;
  filter: drop-shadow(0 6px 18px rgba(184,84,64,.22));
}
.lp-foot__brand small {
  font-family: var(--se-sans); font-weight: 600;
  font-size: 10px; letter-spacing: .26em; text-transform: uppercase;
  color: var(--se-ember);
}
.lp-foot__brand p {
  margin: 6px 0 0;
  font-size: 13px; line-height: 1.65; color: var(--se-sand-mute);
}

.lp-foot__col h4 {
  margin: 0 0 18px;
  font-family: var(--se-sans); font-weight: 600;
  font-size: 14px; color: var(--se-sand); letter-spacing: .02em;
}
.lp-foot__col ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 11px;
}
.lp-foot__col a {
  color: var(--se-sand-mute); font-size: 13.5px;
  transition: color .15s, padding-left .15s;
  display: inline-block;
  text-decoration: none;
}
.lp-foot__col a:hover { color: var(--se-ember); padding-left: 4px; }

.lp-foot__social { display: flex; gap: 10px; }
.lp-foot__social a {
  width: 38px; height: 38px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 10px;
  background: transparent;
  border: 1px solid var(--se-hairline-strong);
  color: var(--se-sand-mute);
  transition: all .2s;
}
.lp-foot__social a:hover {
  background: var(--se-ember); border-color: var(--se-ember);
  color: var(--se-ink); transform: translateY(-2px);
}

/* Middle: contact strip */
.lp-foot__contact {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
  padding: clamp(20px, 2.5vw, 28px) 0;
  border-bottom: 1px solid var(--se-hairline);
  font-size: 13.5px; color: var(--se-sand-mute);
}
.lp-foot__contact span {
  display: inline-flex; align-items: center; gap: 10px;
  min-width: 0;
}
.lp-foot__contact a { color: var(--se-sand-mute); transition: color .15s; text-decoration: none; }
.lp-foot__contact a:hover { color: var(--se-ember); }
.lp-foot__contact svg { color: var(--se-ember); flex-shrink: 0; }

/* Disclaimer note (inline, no accordion) */
.lp-foot__note {
  margin: 18px 0 0;
  font-size: 11.5px; line-height: 1.6;
  color: var(--se-ash); font-style: italic;
  max-width: 920px;
}

/* Bottom: legal + copyright */
.lp-foot__bottom {
  margin-top: 28px; padding-top: 24px;
  border-top: 1px solid var(--se-hairline);
  display: flex; flex-wrap: wrap;
  align-items: center; justify-content: space-between;
  gap: 20px;
  font-size: 12px; color: var(--se-ash);
}
.lp-foot__legal { display: flex; flex-wrap: wrap; gap: 24px; }
.lp-foot__legal a { color: var(--se-sand-mute); transition: color .15s; text-decoration: none; }
.lp-foot__legal a:hover { color: var(--se-ember); }


/* ════════════════════════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .lp-why__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .lp-why__visual { position: static; }
  .lp-why__icon  { margin: 0 auto; }
  .lp-why__title { text-align: left; }
}

@media (max-width: 900px) {
  .lp-hero__pills { grid-template-columns: 1fr 1fr; }

  /* Zigzag collapses to single column with spine on left */
  .lp-how__list { gap: 32px; padding-left: 14px; }
  .lp-how__list::before { left: 14px; transform: none; }
  .lp-step,
  .lp-step:nth-child(odd),
  .lp-step:nth-child(even) {
    width: auto;
    margin-left: 0;
    padding-left: clamp(36px, 8vw, 54px);
    padding-right: 0;
    text-align: left;
  }
  .lp-step:nth-child(odd)  .lp-step__num,
  .lp-step:nth-child(even) .lp-step__num {
    left: -28px; right: auto;
  }
  .lp-step::after,
  .lp-step:nth-child(odd)::after,
  .lp-step:nth-child(even)::after {
    left: 0; right: auto;
    width: clamp(16px, 4vw, 28px);
  }
  .lp-step:nth-child(odd)  .lp-step__card,
  .lp-step:nth-child(even) .lp-step__card { align-items: flex-start; }

  .lp-foot__top { grid-template-columns: 1fr 1fr; }
  .lp-foot__brand { grid-column: 1 / -1; max-width: 100%; }
  .lp-foot__contact { grid-template-columns: 1fr; gap: 14px; }
}

@media (max-width: 900px) {
  /* Scroll indicator is decorative (aria-hidden) — hide on smaller screens where
     it overlaps the Apply Now card at the bottom of the hero. */
  .lp-hero__scroll { display: none; }
  /* Give the apply card some breathing room from the section bottom */
  .lp-hero { padding-bottom: clamp(80px, 12vw, 120px); }
  /* Only the Apply Now card centers on responsive — trust badge, title, pills stay left-aligned */
  .lp-apply { justify-content: center; }
}

@media (max-width: 600px) {
  .lp-nav { padding: 16px 20px; }
  .lp-nav__brand-name { font-size: 22px; }
  .lp-nav__brand-sub  { font-size: 10px; letter-spacing: .3em; }
  .lp-nav__brand img  { width: 78px; height: 78px; }
  .lp-hero { padding: 100px 20px 80px; }
  .lp-hero__pills { grid-template-columns: 1fr; }
  .lp-apply { padding: 16px 18px; gap: 10px; }
  .lp-apply__dash { display: none; }
  .lp-stats__inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .lp-stat + .lp-stat::before { display: none; }
  .lp-why__item {
    grid-template-columns: 40px 1fr;
    gap: 16px;
  }
  .lp-why__item-arrow { display: none; }
  .lp-foot__top { grid-template-columns: 1fr; }
  .lp-foot__bottom { flex-direction: column; align-items: flex-start; gap: 14px; }
}
