/* ============================================================
   ABC to VCE — $29 Trial Landing Page
   Brand: cyan #00AEEF + charcoal, warm amber accent
   ============================================================ */

:root {
  --blue:        #00AEEF;
  --blue-deep:   #0090C9;
  --blue-darker: #0277a8;
  --navy:        #0E2A43;
  --navy-soft:   #14385a;
  --ink:         #29313d;
  --grey:        #5b6675;
  --amber:       #FFB020;
  --amber-deep:  #f59e0b;
  --soft:        #eef7fc;
  --soft-2:      #f7fbfe;
  --cream:       #fdf7ef;
  --line:        #e4ecf3;
  --white:       #ffffff;
  --shadow-sm:   0 2px 8px rgba(14,42,67,.06);
  --shadow-md:   0 10px 30px rgba(14,42,67,.10);
  --shadow-lg:   0 24px 60px rgba(14,42,67,.16);
  --radius:      16px;
  --radius-lg:   24px;
  --maxw:        1160px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, .price-pop, .stat__num { font-family: 'Montserrat', sans-serif; line-height: 1.12; color: var(--navy); }
h1, h2, h3, .section__lead, .hero__sub { text-wrap: balance; }
p { text-wrap: pretty; }

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}
.container--narrow { max-width: 760px; }
.center { text-align: center; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 13px 26px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--lg { padding: 16px 34px; font-size: 1.08rem; }
.btn--block { width: 100%; }

.btn--primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0,174,239,.35);
}
.btn--primary:hover { background: var(--blue-deep); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0,174,239,.45); }

.btn--amber {
  background: var(--amber);
  color: var(--navy);
  box-shadow: 0 8px 22px rgba(255,176,32,.45);
}
.btn--amber:hover { background: var(--amber-deep); color:#fff; transform: translateY(-2px); }

.btn--ghost {
  background: #fff;
  color: var(--navy);
  border-color: var(--line);
}
.btn--ghost:hover { border-color: var(--blue); color: var(--blue); }

.btn--ghost-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.5);
}
.btn--ghost-light:hover { background: rgba(255,255,255,.12); border-color:#fff; }

.btn--phone svg { flex-shrink: 0; }

/* ---------- Header ---------- */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 20px;
}
.header__logo img { height: 52px; width: auto; }
.header__nav { display: flex; gap: 28px; font-weight: 500; font-size: .98rem; }
.header__nav a { color: var(--grey); transition: color .15s; }
.header__nav a:hover { color: var(--blue); }
.header__cta { display: flex; align-items: center; gap: 12px; }
.header__cta .btn { padding: 10px 20px; font-size: .95rem; }

/* ---------- Hero ---------- */
.hero {
  background:
    linear-gradient(180deg, rgba(11,32,54,.74) 0%, rgba(11,32,54,.82) 55%, rgba(11,32,54,.92) 100%),
    url('assets/students.jpg') center 20% / cover no-repeat;
  padding: 56px 0 70px;
}
/* White text on the photo background (high specificity to win over base) */
.hero h1 { color: #fff; }
.hero .hero__sub { color: rgba(255,255,255,.92); }
.hero .hero__ticks li { color: #fff; }
.hero .hero__micro { color: rgba(255,255,255,.8); }
.hero__grid {
  display: grid;
  grid-template-columns: 1fr .95fr;
  grid-template-areas:
    "lead form"
    "rest form";
  column-gap: 56px;
  row-gap: 0;
  align-items: start;
}
.hero__lead { grid-area: lead; }
.hero__rest { grid-area: rest; min-width: 0; }
.hero__form-wrap { grid-area: form; min-width: 0; }
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--navy);
  font-weight: 600;
  font-size: .88rem;
  padding: 7px 16px;
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  margin-bottom: 22px;
}
.hero h1 {
  font-size: clamp(2.2rem, 4.4vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -.02em;
  margin-bottom: 18px;
}
.price-pop {
  color: var(--blue);
  position: relative;
  white-space: nowrap;
}
.hero__sub {
  font-size: 1.18rem;
  color: var(--grey);
  margin-bottom: 26px;
  max-width: 540px;
}
.hero__ticks { list-style: none; display: grid; gap: 11px; margin-bottom: 30px; }
.hero__ticks li {
  position: relative;
  padding-left: 34px;
  font-weight: 500;
  color: var(--ink);
}
.hero__ticks li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 0;
  width: 22px; height: 22px;
  background: var(--blue);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: .8rem;
  font-weight: 700;
}
.hero__cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 14px; }
.hero__micro { color: var(--grey); font-size: .95rem; }


/* Founder note (inside form head) */
.form-card__founder {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.15);
}
.form-card__founder img {
  width: 44px; height: 44px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  flex-shrink: 0;
  border: 2px solid rgba(255,255,255,.3);
}
.form-card__founder p { font-size: .84rem; color: rgba(255,255,255,.9); line-height: 1.45; }
.form-card__founder strong { color: #fff; }

/* ---------- Form card ---------- */
.hero__form-wrap { position: relative; }
.form-card {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
  overflow: hidden;
}
.form-card__head {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%);
  color: #fff;
  padding: 26px 28px 24px;
  position: relative;
}
.form-card__head h2 { color: #fff; font-size: 1.55rem; margin-bottom: 6px; }
.fc-title-mob { display: none; }
.form-card__head p { color: rgba(255,255,255,.82); font-size: .96rem; }
.form-card__rating {
  display: flex; align-items: center; gap: 8px;
  margin-top: 12px;
  font-size: .85rem; font-weight: 600;
  color: rgba(255,255,255,.92);
}
.form-card__stars { color: #ffc83d; letter-spacing: 1px; font-size: .95rem; }

.lead-form { padding: 24px 28px 28px; }

/* Multi-step progress */
.form-progress { margin-bottom: 20px; }
.form-progress__bar {
  height: 7px;
  background: var(--line);
  border-radius: 999px;
  overflow: hidden;
}
.form-progress__bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--blue) 0%, var(--blue-deep) 100%);
  border-radius: 999px;
  transition: width .35s ease;
}
.form-progress__label { font-size: .8rem; color: var(--grey); margin-top: 8px; font-weight: 500; }

/* Steps */
.form-step { display: none; }
.form-step.is-active { display: block; animation: stepIn .3s ease; }
@keyframes stepIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.step-nav { display: flex; gap: 12px; margin-top: 4px; }
.step-nav .btn { padding: 14px 20px; }
.step-nav .step-grow { flex: 1; }

.field { margin-bottom: 16px; display: flex; flex-direction: column; border: 0; padding: 0; min-width: 0; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field label, .field legend {
  font-size: .85rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px;
  padding: 0;
}
.req { color: #e5484d; font-weight: 700; }
.field__hint { font-size: .78rem; color: var(--grey); margin: -2px 0 8px; line-height: 1.45; }
.field input, .field select, .field textarea {
  font-family: inherit;
  font-size: 1rem;
  padding: 12px 14px;
  border: 1.5px solid var(--line);
  border-radius: 11px;
  background: var(--soft-2);
  color: var(--ink);
  transition: border-color .15s, box-shadow .15s, background .15s;
  width: 100%;
}
.field textarea { resize: vertical; min-height: 80px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--blue);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0,174,239,.15);
}
.field input.invalid, .field select.invalid, .field textarea.invalid { border-color: #e5484d; background: #fff5f5; }

/* Radio / checkbox option rows */
.opt-list { display: flex; flex-direction: column; gap: 8px; }
.opt-list--grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.opt {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 14px;
  border: 1.5px solid var(--line);
  border-radius: 11px;
  background: var(--soft-2);
  font-size: .95rem;
  cursor: pointer;
  transition: border-color .15s, background .15s;
}
.opt:hover { border-color: #cfe6f5; }
.opt input { width: 18px; height: 18px; accent-color: var(--blue); margin: 0; flex-shrink: 0; }
.opt:has(input:checked) { border-color: var(--blue); background: #fff; box-shadow: 0 0 0 2px rgba(0,174,239,.12); }
.opt-list.invalid .opt { border-color: #e5484d; }
.lead-form .btn { margin-top: 8px; }
.form-card__trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: .85rem;
  color: var(--grey);
  margin-top: 12px;
}
.form-card__refund {
  text-align: center;
  font-size: .88rem;
  color: var(--ink);
  margin-top: 14px;
}
.form-card__refund strong { color: var(--blue-darker); }
.form-card__ask {
  text-align: center;
  font-size: .82rem;
  color: var(--grey);
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.form-card__ask a { color: var(--blue); font-weight: 600; }
.form-card__ask a:hover { text-decoration: underline; }

.form-success { padding: 40px 30px 44px; text-align: center; }
.form-success__check {
  width: 64px; height: 64px;
  margin: 0 auto 18px;
  background: var(--blue);
  color: #fff;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 2rem; font-weight: 700;
  box-shadow: 0 8px 20px rgba(0,174,239,.4);
}
.form-success h3 { font-size: 1.5rem; margin-bottom: 10px; }
.form-success p { color: var(--grey); margin-bottom: 20px; }

/* ---------- Review ribbon ---------- */
.ribbon { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 20px 0; }
.ribbon__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
}
.ribbon__avatars { display: flex; align-items: center; }
.ava {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: .8rem; font-weight: 700;
  color: #fff;
  border: 3px solid #fff;
  margin-left: -12px;
  box-shadow: var(--shadow-sm);
}
.ava:first-child { margin-left: 0; }
.ava--a { background: #0090C9; }
.ava--b { background: #18a0c4; }
.ava--c { background: #2f7fb8; }
.ava--d { background: #1ba3a0; }
.ava--e { background: #5a6bb0; }
.ava--more { background: var(--navy); width: auto; min-width: 44px; padding: 0 12px; border-radius: 999px; font-size: .74rem; letter-spacing: -.01em; }
.ribbon__text { text-align: left; max-width: 460px; }
.ribbon__stars { color: #ffb400; font-size: 1.15rem; letter-spacing: 2px; line-height: 1; }
.ribbon__text p { font-size: .98rem; color: var(--ink); margin-top: 4px; }
.ribbon__text strong { color: var(--navy); }
.ribbon__link { color: var(--blue); font-weight: 700; font-size: .95rem; white-space: nowrap; }
.ribbon__link:hover { text-decoration: underline; }

/* ---------- Trust bar ---------- */
.trustbar { background: var(--navy); padding: 30px 0; }
.trustbar__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  text-align: center;
}
.stat { display: flex; flex-direction: column; gap: 2px; }
.stat__num { color: #fff; font-size: 2rem; font-weight: 800; }
.stat__label { color: rgba(255,255,255,.7); font-size: .9rem; }

/* ---------- Sections ---------- */
.section { padding: 76px 0; }
.section--soft { background: var(--soft); }
.section--navy { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%); }
.section__head { text-align: center; max-width: 720px; margin: 0 auto 46px; }
.eyebrow {
  display: inline-block;
  color: var(--blue);
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.eyebrow--light { color: #6fd3ff; }
.section__head h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); font-weight: 700; letter-spacing: -.02em; }
.section__lead { color: var(--grey); font-size: 1.12rem; margin-top: 14px; }
.section--navy .section__head h2,
.section--navy h2 { color: #fff; }

/* ---------- Cards ---------- */
.cards { display: grid; gap: 22px; }
.cards--4 { grid-template-columns: repeat(4, 1fr); }
.cards--3 { grid-template-columns: repeat(3, 1fr); }
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card__icon {
  width: 54px; height: 54px;
  display: grid; place-items: center;
  background: var(--soft);
  color: var(--blue);
  border-radius: 14px;
  margin-bottom: 16px;
}
.card__icon svg { width: 27px; height: 27px; }

/* Value note ("why isn't it free?") */
.value-note {
  margin: 38px auto 0;
  max-width: 780px;
  background: var(--cream);
  border: 1px solid #f3e4cf;
  border-left: 4px solid var(--amber);
  border-radius: 16px;
  padding: 24px 30px;
  text-align: center;
}
.value-note h3 { font-size: 1.3rem; margin-bottom: 8px; }
.value-note p { color: var(--ink); font-size: 1.02rem; }
.card h3 { font-size: 1.18rem; margin-bottom: 8px; }
.card p { color: var(--grey); font-size: .98rem; }

/* ---------- Programs ---------- */
.program {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 26px;
  box-shadow: var(--shadow-sm);
  border-top: 4px solid var(--blue);
  transition: transform .2s ease, box-shadow .2s ease;
}
.program:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.program__age {
  display: inline-block;
  background: var(--soft);
  color: var(--blue-darker);
  font-weight: 700;
  font-size: .8rem;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.program h3 { font-size: 1.3rem; margin-bottom: 8px; }
.program p { color: var(--grey); font-size: .98rem; }

/* ---------- Why ---------- */
.why__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; }
.why__media { position: relative; }
.why__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: 100%; object-fit: cover; }
.why__media-badge {
  position: absolute;
  bottom: -22px; right: -10px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  padding: 16px 22px;
  display: flex;
  flex-direction: column;
  max-width: 200px;
}
.why__media-badge strong { font-family: 'Montserrat'; font-size: 2.2rem; color: var(--blue); line-height: 1; }
.why__media-badge span { font-size: .85rem; color: var(--grey); margin-top: 4px; }
.why__list { list-style: none; display: grid; gap: 16px; margin: 24px 0 30px; }
.why__list li { position: relative; padding-left: 34px; color: var(--grey); }
.why__list li strong { color: var(--navy); }
.why__list li::before {
  content: "✓";
  position: absolute; left: 0; top: 1px;
  width: 22px; height: 22px;
  background: var(--blue); color: #fff;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: .8rem; font-weight: 700;
}

/* ---------- Reviews summary ---------- */
.reviews-summary {
  display: flex;
  align-items: center;
  gap: 32px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: 28px 34px;
  max-width: 780px;
  margin: 0 auto 40px;
}
.reviews-summary__score {
  text-align: center;
  padding-right: 32px;
  border-right: 1px solid var(--line);
  flex-shrink: 0;
}
.reviews-summary__num { font-family: 'Montserrat'; font-size: 3rem; font-weight: 800; color: var(--blue); line-height: 1; }
.reviews-summary__stars { color: #ffb400; font-size: 1.2rem; letter-spacing: 2px; margin: 6px 0 2px; }
.reviews-summary__label { font-size: .85rem; color: var(--grey); }
.reviews-summary__copy h3 { font-size: 1.35rem; margin-bottom: 6px; }
.reviews-summary__copy p { color: var(--grey); font-size: 1rem; }

/* ---------- Reviews ---------- */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 24px 26px;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.review:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.review__top { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.review__ava {
  width: 42px; height: 42px;
  border-radius: 50%;
  display: grid; place-items: center;
  color: #fff; font-weight: 700; font-size: .85rem;
  flex-shrink: 0;
}
.review__ava--1 { background: #0090C9; }
.review__ava--2 { background: #18a0c4; }
.review__ava--3 { background: #2f7fb8; }
.review__ava--4 { background: #1ba3a0; }
.review__ava--5 { background: #5a6bb0; }
.review__ava--6 { background: #c77f3a; }
.review__ava--7 { background: #4a9b6e; }
.review__ava--8 { background: #b0577f; }
.review__ava--9 { background: #6a6fb0; }
.review__id { display: flex; flex-direction: column; }
.review__meta { font-size: .78rem; color: #2ca36b; font-weight: 600; }
.review__stars { color: #ffb400; font-size: 1.05rem; letter-spacing: 2px; margin-bottom: 10px; }
.review blockquote { font-size: 1rem; color: var(--ink); }
.review figcaption { font-weight: 700; color: var(--navy); font-size: .98rem; }
.reviews__more { text-align: center; color: var(--grey); font-size: 1.05rem; font-style: italic; margin: 32px 0 26px; }

/* ---------- Founder ---------- */
.founder__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: center; }
.founder__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: 100%; max-width: 340px; }
.founder__copy h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); margin-bottom: 18px; }
.founder__copy p { color: rgba(255,255,255,.85); font-size: 1.06rem; margin-bottom: 14px; }
.founder__copy strong { color: #fff; }
.founder__quote-byline { color: #6fd3ff !important; font-weight: 500; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 40px; }
.steps--4 { grid-template-columns: repeat(4, 1fr); }
.step {
  text-align: center;
  padding: 30px 24px;
  background: var(--soft-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.step__num {
  display: grid; place-items: center;
  width: 52px; height: 52px;
  margin: 0 auto 16px;
  background: var(--blue); color: #fff;
  border-radius: 50%;
  font-family: 'Montserrat'; font-weight: 800; font-size: 1.4rem;
  box-shadow: 0 6px 16px rgba(0,174,239,.35);
}
.step h3 { font-size: 1.2rem; margin-bottom: 8px; }
.step p { color: var(--grey); font-size: .98rem; }

/* ---------- Locations ---------- */
.location {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 24px;
  box-shadow: var(--shadow-sm);
  text-align: center;
}
.location__pin {
  width: 48px; height: 48px;
  margin: 0 auto 14px;
  display: grid; place-items: center;
  background: var(--soft);
  color: var(--blue);
  border-radius: 50%;
}
.location__pin svg { width: 24px; height: 24px; }
.location h3 { font-size: 1.2rem; margin-bottom: 10px; }
.location p { color: var(--grey); }
.locations__note { margin-top: 30px; font-size: 1.08rem; color: var(--navy); font-weight: 500; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 12px; }
.faq__item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 4px 24px;
  box-shadow: var(--shadow-sm);
}
.faq__item summary {
  cursor: pointer;
  font-family: 'Montserrat';
  font-weight: 600;
  color: var(--navy);
  padding: 18px 0;
  list-style: none;
  position: relative;
  padding-right: 36px;
  font-size: 1.05rem;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "+";
  position: absolute; right: 0; top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem; color: var(--blue);
  transition: transform .2s;
}
.faq__item[open] summary::after { content: "−"; }
.faq__item p { color: var(--grey); padding: 0 0 20px; }

/* ---------- Final CTA ---------- */
.finalcta {
  background:
    radial-gradient(700px 400px at 50% 0%, rgba(0,174,239,.25), transparent 60%),
    linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%);
  padding: 80px 0;
  text-align: center;
}
.finalcta__inner h2 { color: #fff; font-size: clamp(1.9rem, 3.6vw, 2.8rem); max-width: 760px; margin: 0 auto 16px; }
.finalcta__inner p { color: rgba(255,255,255,.82); font-size: 1.15rem; max-width: 560px; margin: 0 auto 30px; }
.finalcta__btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.footer { background: #0a2036; color: rgba(255,255,255,.75); padding: 50px 0 0; }
.footer__inner { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; padding-bottom: 36px; }
.footer__brand img { background:#fff; border-radius: 10px; padding: 8px; margin-bottom: 14px; height:auto; }
.footer__brand p { max-width: 320px; font-size: .96rem; }
.footer__contact p { margin-bottom: 8px; font-size: .98rem; }
.footer__contact a:hover { color: var(--blue); }
.footer__bar { border-top: 1px solid rgba(255,255,255,.12); padding: 18px 0; font-size: .88rem; }

/* ---------- Mobile sticky CTA ---------- */
.sticky-cta {
  display: none;
  position: fixed;
  bottom: 14px; left: 14px; right: 14px;
  z-index: 200;
  background: var(--blue);
  color: #fff;
  text-align: center;
  font-family: 'Montserrat'; font-weight: 700;
  padding: 15px;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0,174,239,.5);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .header__nav { display: none; }
  .hero__grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "lead" "form" "rest";
    column-gap: 0;
    row-gap: 26px;
  }
  .cards--4 { grid-template-columns: repeat(2, 1fr); }
  .why__grid { grid-template-columns: 1fr; gap: 50px; }
  .founder__grid { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .founder__media { display: flex; justify-content: center; }
  .reviews { grid-template-columns: repeat(2, 1fr); }
  .steps--4 { grid-template-columns: repeat(2, 1fr); }
  .ribbon__inner { gap: 16px; }
  .ribbon__text { text-align: center; }
}

@media (max-width: 640px) {
  .header__cta .btn--phone span { display: none; }
  .trustbar__grid { grid-template-columns: repeat(2, 1fr); gap: 24px 12px; }
  .cards--3, .cards--4, .reviews, .steps { grid-template-columns: 1fr; }
  .opt-list--grid { grid-template-columns: 1fr; }
  .reviews-summary { flex-direction: column; gap: 18px; text-align: center; padding: 26px 22px; }
  .reviews-summary__score { border-right: none; border-bottom: 1px solid var(--line); padding: 0 0 18px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .section { padding: 56px 0; }

  /* Lift the form (with headline) above the fold on phones */
  .header__inner { padding-top: 8px; padding-bottom: 8px; }
  .header__logo img { height: 40px; }
  .header__cta .btn { padding: 8px 14px; font-size: .85rem; }
  .hero { padding: 18px 0 44px; }
  .hero__lead { display: none; }
  .hero__grid { grid-template-areas: "form" "rest"; row-gap: 22px; }
  .form-card__head { padding: 18px 20px; }
  .form-card__head h2 { font-size: 1.35rem; }
  .fc-title-desk { display: none; }
  .fc-title-mob { display: block; }
  .form-card__head > p { display: none; }
  .form-card__rating { margin-top: 10px; }
  .lead-form { padding: 18px 20px 22px; }
  .form-progress { margin-bottom: 14px; }
  .why__media-badge { right: 10px; bottom: -16px; padding: 12px 16px; }
  .sticky-cta {
    display: block;
    opacity: 0;
    transform: translateY(130%);
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease;
  }
  .sticky-cta.is-visible { opacity: 1; transform: none; pointer-events: auto; }
  .footer__inner { flex-direction: column; gap: 24px; }
  body { padding-bottom: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto; transition: none !important; }
}
