/* ===========================================================
   IRC Partners — Capital Raise Pre-Flight Landing Page
   Brand system preserved from existing IRC page:
     bg #0e0e11 · gold #d1a949 · Inter · gold ribbon · white pill CTAs
   =========================================================== */

/* ---------- Tokens ---------- */
:root {
  --bg: #0e0e11;
  --bg-2: #131317;
  --panel: #16161b;
  --panel-2: #1b1b21;
  --gold: #d1a949;
  --gold-soft: #e5c983;
  --gold-line: rgba(209, 169, 73, 0.28);
  --gold-glow: rgba(209, 169, 73, 0.35);
  --crit: #e8635b;
  --ready: #47c19c;
  --white: #ffffff;
  --text: #f3f2ef;
  --muted: #a5a5ad;
  --muted-2: #8a8a92;
  --hairline: rgba(255, 255, 255, 0.09);
  --radius: 16px;
  --radius-lg: 24px;
  --maxw: 1040px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.5;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { margin: 0; }
h1, h2, h3 { margin: 0; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 72px 0; position: relative; }

/* Soft gold glow at the top edge of each section (matches original) */
.section::before {
  content: "";
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 620px; max-width: 90%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-line), transparent);
}

/* ---------- Ribbon ---------- */
.ribbon {
  background: linear-gradient(90deg, #c79b3c, var(--gold), #c79b3c);
  color: #1a1608;
  padding: 11px 20px;
  position: sticky;
  top: 0;
  z-index: 60;
}
.ribbon__inner {
  position: relative;
  width: 100%;
  padding: 0 24px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ribbon__text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
  font-size: 15.4px;
  font-weight: 700;
  letter-spacing: 0.01em;
  pointer-events: none;
}
.ribbon__cta { flex: none; }
/* wrapper is transparent on desktop (pill acts as a direct flex child);
   it becomes the fixed bottom bar on mobile */
.ribbon__ctabar { display: contents; }
/* scaled to 75% of the standard .btn-primary (higher specificity so it
   wins over the later .btn-primary rule) */
.ribbon__cta.btn-primary {
  font-size: 11.25px;
  gap: 7.5px;
  padding: 12.75px 25.5px;
}

/* ---------- Header ---------- */
.site-header {
  display: flex;
  justify-content: center;
  padding: 34px 24px 6px;
}
.site-header__logo { width: 92px; }
.site-header__logo img { width: 100%; height: auto; }

/* ---------- Pill / labels ---------- */
.pill {
  display: inline-block;
  padding: 7px 16px;
  border: 1px solid var(--gold-line);
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-soft);
  background: rgba(209, 169, 73, 0.06);
}
.label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}

/* ---------- Buttons ---------- */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--white);
  color: #111;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 17px 34px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.06), 0 0 34px -6px var(--gold-glow);
  font-family: inherit;
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 0 0 1px rgba(255,255,255,0.1), 0 0 46px -4px var(--gold-glow); }
.btn-primary--full { width: 100%; }

/* ---------- Gold attention glow (select frames only: VSL, pricing, form) ---------- */
.glow {
  border-color: var(--gold-line) !important;
  box-shadow:
    0 0 0 1px rgba(209, 169, 73, 0.40),
    0 0 44px -4px rgba(209, 169, 73, 0.40),
    0 0 104px 0px rgba(209, 169, 73, 0.22);
}

/* ===========================================================
   HERO
   =========================================================== */
.hero { padding: 30px 0 76px; text-align: center; }
.hero .container { display: flex; flex-direction: column; align-items: center; }
.hero__title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.01em;
  max-width: 820px;
  margin: 22px 0 0;
}
.hero__title .gold { color: var(--gold); }
.hero__sub {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
  max-width: 660px;
  margin: 22px 0 0;
}

/* VSL placeholder */
.vsl {
  position: relative;
  width: 100%;
  max-width: 820px;
  aspect-ratio: 16 / 9;
  margin: 40px 0 34px;
  background:
    radial-gradient(120% 120% at 50% 40%, #1a1a20, #050506);
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  overflow: hidden;
}
.vsl__play {
  width: 84px; height: 84px;
  border-radius: 50%;
  background: var(--secondary, #2f6df6);
  background: #2f6df6;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 40px -6px rgba(47,109,246,0.7);
}
.vsl__play span {
  width: 0; height: 0;
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
  margin-left: 6px;
}
.vsl__label {
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--muted-2);
  text-transform: uppercase;
}

.micro {
  color: var(--muted-2);
  font-size: 13px;
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.micro__dot { color: var(--gold); }

/* ===========================================================
   SECTION 1 — DIAGNOSTIC
   =========================================================== */
.section-head { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.section-head h2 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-top: 4px;
}
.section-head p { color: var(--muted); font-size: 16px; line-height: 1.6; margin-top: 18px; }

.gates {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gate {
  background: linear-gradient(180deg, var(--panel), var(--bg-2));
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  padding: 26px 24px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.gate:hover { border-color: var(--gold-line); transform: translateY(-2px); }
.gate__num {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: var(--gold);
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.gate h3 { font-size: 18px; font-weight: 700; line-height: 1.3; margin-bottom: 8px; }
.gate p { color: var(--muted); font-size: 14.5px; line-height: 1.55; }

/* ===========================================================
   SECTION 2 — WHAT YOU RECEIVE
   =========================================================== */
.deliverables {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.deliverable {
  background: linear-gradient(180deg, var(--panel), var(--bg-2));
  border: 1px solid var(--hairline);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius);
  padding: 26px 28px;
}
.deliverable h3 { font-size: 18px; font-weight: 700; line-height: 1.3; margin-bottom: 8px; }
.deliverable p { color: var(--muted); font-size: 15px; line-height: 1.55; }

.sample { margin-top: 40px; text-align: center; }
.sample__img {
  width: 100%;
  max-width: 760px;
  aspect-ratio: 16 / 8;
  margin: 0 auto;
  border: 1px dashed var(--gold-line);
  border-radius: var(--radius);
  background: repeating-linear-gradient(-45deg, #131317, #131317 14px, #17171c 14px, #17171c 28px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sample__img span { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted-2); }
.sample__note { color: var(--muted-2); font-size: 13px; font-style: italic; margin-top: 16px; }

/* ---- Sample report dashboard ---- */
.report {
  text-align: left;
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #101014, #0a0a0d);
  padding: 22px;
}
.report__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.rcard {
  background: linear-gradient(180deg, var(--panel), var(--bg-2));
  border: 1px solid var(--hairline);
  border-radius: 14px;
  padding: 20px 18px;
}
.rlabel {
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

/* Verdict card */
.rcard--verdict { text-align: center; }
.verdict__score { display: flex; align-items: baseline; justify-content: center; gap: 5px; }
.verdict__num { font-size: 58px; font-weight: 800; color: var(--gold); line-height: 1; letter-spacing: -0.02em; }
.verdict__den { font-size: 20px; font-weight: 600; color: var(--muted-2); }
.verdict__grade { font-size: 22px; font-weight: 800; letter-spacing: 0.03em; text-transform: uppercase; color: var(--crit); margin-top: 6px; }
.verdict__desc { font-size: 13px; color: var(--muted); line-height: 1.5; margin: 12px auto 20px; max-width: 230px; }
.verdict__stats { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 18px; }
.vstat { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px; }
.vstat__n { font-size: 30px; font-weight: 800; line-height: 1; }
.vstat__n--pass { color: var(--ready); }
.vstat__n--cond { color: var(--gold); }
.vstat__n--fail { color: var(--crit); }
.vstat__l { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-2); }
.verdict__bar { position: relative; height: 6px; border-radius: 100px; background: linear-gradient(90deg, var(--crit), var(--gold) 55%, var(--ready)); margin-bottom: 9px; }
.verdict__marker { position: absolute; top: 50%; left: 38%; width: 10px; height: 10px; border-radius: 50%; background: #fff; transform: translate(-50%, -50%); box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.45); }
.verdict__scale { display: flex; justify-content: space-between; font-size: 10px; color: var(--muted-2); }

/* Risk heat map card */
.heat__legend { display: flex; justify-content: center; gap: 16px; margin-bottom: 8px; }
.heat__legend span { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: var(--muted); }
.dot { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.dot--crit { background: var(--crit); }
.dot--high { background: var(--gold); }
.dot--mod { background: #6f6f78; }
.heat__row { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; border-top: 1px solid var(--hairline); font-size: 14px; color: var(--text); }
.heat__row:first-child { border-top: none; }
.dots { display: inline-flex; gap: 5px; }

/* Cost of inaction card */
.cost__item { background: rgba(255, 255, 255, 0.02); border: 1px solid var(--hairline); border-radius: 12px; padding: 14px 16px; text-align: center; }
.cost__item + .cost__item { margin-top: 12px; }
.cost__k { display: block; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted-2); }
.cost__v { font-size: 25px; font-weight: 800; line-height: 1.1; margin: 7px 0 5px; letter-spacing: -0.01em; }
.cost__v--crit { color: var(--crit); }
.cost__v--high { color: var(--gold); }
.cost__v--ready { color: var(--ready); }
.cost__s { display: block; font-size: 11px; color: var(--muted); }

/* 12-gate status list */
.report__gates { position: relative; display: grid; grid-template-columns: 1fr 1fr; margin-top: 18px; }
.report__gates::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: var(--hairline); }
.rg { display: flex; align-items: center; gap: 14px; padding: 14px 22px; border-top: 1px solid var(--hairline); }
.rg__n { font-size: 15px; font-weight: 800; color: rgba(209, 169, 73, 0.5); min-width: 22px; }
.rg__name { flex: 1; font-size: 14.5px; color: var(--text); }
.rbadge { font-size: 11px; font-weight: 700; padding: 5px 12px; border-radius: 6px; border: 1px solid; white-space: nowrap; }
.rbadge--cond { color: var(--gold); border-color: var(--gold-line); background: rgba(209, 169, 73, 0.08); }
.rbadge--fail { color: var(--crit); border-color: rgba(232, 99, 91, 0.45); background: rgba(232, 99, 91, 0.1); }

@media (max-width: 900px) {
  .report__grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .report { padding: 14px; }
  .report__gates { grid-template-columns: 1fr; }
  .report__gates::before { display: none; }
  .rg { padding: 13px 6px; }
}

/* ===========================================================
   SECTION 3 — PRICING
   =========================================================== */
.pricing__card {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  background: radial-gradient(120% 120% at 50% 0%, rgba(209,169,73,0.10), transparent 60%), linear-gradient(180deg, var(--panel-2), var(--bg-2));
  border: 1px solid var(--gold-line);
  border-radius: var(--radius-lg);
  padding: 52px 40px;
}
.pricing__price {
  font-size: 64px;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
  margin: 10px 0 16px;
  letter-spacing: -0.02em;
}
.pricing__desc { color: var(--muted); font-size: 16px; line-height: 1.6; max-width: 520px; margin: 0 auto; }

.process {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 34px 0 36px;
}
.process__step {
  flex: 1 1 0;
  min-width: 120px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--hairline);
  border-radius: 12px;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.process__n {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--gold);
  color: #1a1608;
  font-size: 13px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.process__step p { font-size: 13px; color: var(--muted); line-height: 1.4; }
.process__arrow { align-self: center; color: var(--gold); font-size: 18px; }

.pricing__note {
  color: var(--muted-2);
  font-size: 14px;
  line-height: 1.6;
  max-width: 560px;
  margin: 28px auto 0;
}

/* ===========================================================
   SECTION 4 — FAQ
   =========================================================== */
.faq__list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--panel);
  border: 1px solid var(--hairline);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.faq-item.open { border-color: var(--gold-line); }
.faq-item__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  color: var(--text);
  padding: 20px 24px;
}
.faq-item__q span { font-size: 17px; font-weight: 600; line-height: 1.4; }
.faq-item.open .faq-item__q span { color: var(--gold); }
.faq-item__icon {
  position: relative;
  width: 18px; height: 18px;
  flex: none;
}
.faq-item__icon::before,
.faq-item__icon::after {
  content: "";
  position: absolute;
  background: var(--gold);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.faq-item__icon::before { top: 8px; left: 0; width: 18px; height: 2px; }
.faq-item__icon::after { left: 8px; top: 0; width: 2px; height: 18px; }
.faq-item.open .faq-item__icon::after { transform: scaleY(0); opacity: 0; }
.faq-item__a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-item__a p { padding: 0 24px 22px; color: var(--muted); font-size: 15px; line-height: 1.6; }

/* ===========================================================
   FORM
   =========================================================== */
/* Official GHL form embed wrapper */
.form-embed { max-width: 800px; margin: 0 auto; }

/* ---- Booking form popup ---- */
.form-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 16px;
  overflow-y: auto;
  /* Closed: parked fully off-screen and inert. It stays rendered (not
     display:none) so the survey iframe preloads for an instant open, but
     off-screen means it can never sit over — or intercept taps on — the CTAs. */
  transform: translateX(-200vw);
  pointer-events: none;
}
.form-modal.is-open {
  transform: none;
  pointer-events: auto;
}
.form-modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(4px);
}
.form-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 0;
  transform: translateY(14px);
  transition: transform 0.25s ease;
}
.form-modal.is-open .form-modal__dialog { transform: translateY(0); }
.form-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--hairline);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.form-modal__close:hover { background: rgba(209, 169, 73, 0.15); border-color: var(--gold-line); color: var(--gold); }
.form-modal__dialog iframe { display: block; }
@media (max-width: 720px) {
  .form-modal { padding: 14px 10px; }
}

.form-card {
  max-width: 620px;
  margin: 0 auto;
  background: linear-gradient(180deg, var(--panel-2), var(--bg-2));
  border: 1px solid var(--gold-line);
  border-radius: var(--radius-lg);
  padding: 48px 44px;
}
.form-card .section-head { margin-bottom: 30px; }
.form-card .section-head h2 { font-size: 30px; }
.lead-form { display: flex; flex-direction: column; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-size: 13px; font-weight: 600; color: var(--muted); letter-spacing: 0.02em; }
.lead-form input,
.lead-form select {
  height: 50px;
  width: 100%;
  background: #0c0c0f;
  border: 1px solid var(--hairline);
  border-radius: 10px;
  padding: 0 16px;
  font-family: inherit;
  font-size: 15px;
  color: var(--text);
  transition: border-color 0.18s ease;
  appearance: none;
}
.lead-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23d1a949' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.lead-form input::placeholder { color: var(--muted-2); }
.lead-form input:focus,
.lead-form select:focus { outline: none; border-color: var(--gold); }
.lead-form .btn-primary { margin-top: 8px; }
.form-disclaimer { text-align: center; color: var(--muted-2); font-size: 13px; margin-top: 4px; }

/* ===========================================================
   FOOTER
   =========================================================== */
.footer {
  border-top: 1px solid var(--hairline);
  padding: 56px 0 70px;
  text-align: center;
}
.footer__logo { width: 84px; margin: 0 auto 26px; }
.footer__body { color: var(--muted); font-size: 15px; line-height: 1.7; max-width: 720px; margin: 0 auto; }
.footer__legal { color: var(--muted-2); font-size: 12.5px; line-height: 1.7; max-width: 720px; margin: 20px auto 0; }
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--hairline);
  color: var(--muted-2);
  font-size: 13px;
}
.footer__bottom a:hover { color: var(--gold); }

/* ===========================================================
   THANK-YOU PAGE
   =========================================================== */
.ty-hero { padding-top: 10px; }
.ty-hero .vsl { margin-top: 40px; }
.ty-check {
  width: 58px;
  height: 58px;
  margin: 0 auto 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  background: rgba(209, 169, 73, 0.08);
  border: 1px solid var(--gold-line);
  box-shadow: 0 0 40px -8px var(--gold-glow);
}

/* What happens next */
.next-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.nstep {
  background: linear-gradient(180deg, var(--panel), var(--bg-2));
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  padding: 26px 22px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.nstep:hover { border-color: var(--gold-line); transform: translateY(-2px); }
.nstep__num {
  display: block;
  font-size: 26px;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 14px;
}
.nstep h3 { font-size: 18px; font-weight: 700; line-height: 1.3; margin-bottom: 8px; }
.nstep p { color: var(--muted); font-size: 14.5px; line-height: 1.55; }

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 900px) {
  .gates { grid-template-columns: repeat(2, 1fr); }
  .next-steps { grid-template-columns: repeat(2, 1fr); }
}

/* Ribbon: below this width the centered message would collide with the
   CTA, so it drops onto its own line above it. */
@media (max-width: 1100px) {
  .ribbon__inner { flex-wrap: wrap; justify-content: center; row-gap: 8px; }
  .ribbon__text {
    position: static;
    transform: none;
    white-space: normal;
    flex-basis: 100%;
    order: -1;
  }
}

@media (max-width: 720px) {
  .section { padding: 56px 0; }
  .hero__title { font-size: 34px; }
  .hero__sub { font-size: 16px; }
  .section-head h2 { font-size: 28px; }
  .gates { grid-template-columns: 1fr; }
  .deliverables { grid-template-columns: 1fr; }
  .next-steps { grid-template-columns: 1fr; }
  .pricing__card { padding: 40px 24px; }
  .pricing__price { font-size: 52px; }
  .process { flex-direction: column; }
  .process__arrow { transform: rotate(90deg); }
  .form-card { padding: 36px 22px; }

  /* Mobile: split the ribbon — message stays pinned at the top,
     the CTA becomes its own gold bar (matching the top ribbon) pinned
     to the bottom, so scrolling content stays hidden behind it. */
  .ribbon__inner { min-height: 0; }
  .ribbon__text { font-size: 13.5px; }
  .ribbon__ctabar {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 70;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(90deg, #c79b3c, var(--gold), #c79b3c);
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.45);
  }
  .ribbon__cta.btn-primary {
    width: 100%;
    justify-content: center;
    font-size: 14px;
    padding: 16px 20px;
  }
  /* keep the fixed bottom bar from covering the footer's last content */
  body { padding-bottom: 96px; }
}
