/* Funnel-specific layer on top of the Magnetic site system (styles.css).
   Brand tokens (--accent #2F6BFF, --ink, --bg, radii, shadows, Inter) all come
   from styles.css so this matches magnetic-9ou pixel for pixel. */

.btn-blue { background: var(--accent); color: #fff; box-shadow: var(--shadow-red); }
.btn-blue:hover { transform: translateY(-1px); filter: brightness(1.04); }
.btn-lg { padding: 18px 34px; font-size: 17px; }
.btn-block { display: flex; width: 100%; justify-content: center; align-items: center; gap: 10px; }

.wrap { max-width: 760px; margin: 0 auto; padding: 0 24px; }

/* top bar: brand + reputation plug */
.fbar { position: sticky; top: 0; z-index: 40; background: rgba(238,238,238,.82);
  backdrop-filter: saturate(140%) blur(14px); border-bottom: 1px solid rgba(0,0,0,.06); }
.fbar-in { max-width: 1080px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.brand-mark { width: 34px; height: 34px; border-radius: 10px; background: var(--accent);
  display: grid; place-items: center; }
.brand-name { font-weight: 700; font-size: 19px; letter-spacing: -0.03em; }
.plug { margin-left: auto; display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--dim); }
.plug .stars { color: #2F6BFF; letter-spacing: 1px; }
.plug b { color: var(--ink); font-weight: 600; }

/* hero */
.hero { text-align: center; padding: 64px 0 8px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600;
  color: var(--accent); background: var(--accent-soft); padding: 7px 14px; border-radius: 999px; letter-spacing: -0.01em; }
.hero h1 { margin: 22px 0 0; font-size: 62px; }
.hero h1 .u { position: relative; white-space: nowrap; }
.hero h1 .u:after { content: ""; position: absolute; left: 0; right: 0; bottom: 6px; height: 12px;
  background: var(--accent-soft); z-index: -1; border-radius: 3px; }
.hero .sub { margin: 20px auto 0; max-width: 620px; font-size: 19px; line-height: 1.5; color: var(--dim); }
.rep-row { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 22px; }
.rep-faces { display: flex; }
.rep-faces img { width: 34px; height: 34px; border-radius: 50%; margin-left: -8px; border: 2px solid var(--bg); object-fit: cover; }
.rep-faces img:first-child { margin-left: 0; }
.rep-txt { font-size: 14px; color: var(--dim); text-align: left; }
.rep-txt b { color: var(--ink); }

/* VSL frame */
.vsl { max-width: 760px; margin: 34px auto 0; }
.vsl-frame { position: relative; aspect-ratio: 16/9; border-radius: var(--r-inner); overflow: hidden;
  background: #0d0f14; box-shadow: 0 -18px 70px 8px rgba(47,107,255,.28), 0 30px 70px rgba(0,0,0,.18);
  border: 1px solid rgba(47,107,255,.28); cursor: pointer; }
.vsl-frame video, .vsl-frame img { width: 100%; height: 100%; object-fit: cover; }
.vsl-play { position: absolute; inset: 0; display: grid; place-items: center; }
.vsl-play span { width: 74px; height: 74px; border-radius: 50%; background: var(--accent);
  display: grid; place-items: center; box-shadow: 0 10px 30px rgba(47,107,255,.5); }
.vsl-play svg { width: 26px; height: 26px; fill: #fff; margin-left: 4px; }
.vsl-cap { text-align: center; margin-top: 12px; font-size: 13.5px; color: var(--faint); }
.cta-under { display: flex; justify-content: center; margin-top: 26px; }

/* logo strip */
.logos { margin: 44px 0 8px; }
.logos p { text-align: center; font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--faint); margin: 0 0 18px; }
.logos-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 20px 38px; }
.logos-row span { font-weight: 800; font-size: 19px; color: #9a9a9a; letter-spacing: -0.02em; white-space: nowrap; }
.logos-row img { height: 26px; width: auto; opacity: .6; filter: grayscale(1); }

/* section */
.sec { padding: 64px 0; }
.sec-alt { background: var(--card); }
.sec-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.sec-head .kick { font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--accent); }
.sec-head h2 { margin: 10px 0 0; font-size: 44px; }
.sec-head p { margin: 14px 0 0; color: var(--dim); font-size: 17px; line-height: 1.55; }

/* application card + multi-step form */
.apply-card { max-width: 620px; margin: 0 auto; background: var(--card-bright);
  border-radius: var(--r-card); box-shadow: var(--shadow-card); padding: 34px; border: 1px solid rgba(0,0,0,.04); }
.apply-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.apply-top h3 { font-size: 25px; }
.apply-step { font-size: 13px; color: var(--faint); font-weight: 600; }
.apply-lead { color: var(--dim); font-size: 15px; margin: 0 0 22px; }
.pbar { height: 5px; background: #e4e4e4; border-radius: 999px; overflow: hidden; margin-bottom: 24px; }
.pbar i { display: block; height: 100%; width: 33%; background: var(--accent); border-radius: 999px; transition: width .35s cubic-bezier(.4,0,.2,1); }

.field { margin-bottom: 16px; }
.field label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: 16px; color: var(--ink); background: #fff;
  border: 1.5px solid #e0e0e0; border-radius: 14px; padding: 14px 16px; transition: border-color .15s ease, box-shadow .15s ease; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

/* choice chips (revenue routing, bottleneck, timeline) */
.choices { display: grid; gap: 10px; }
.choices.two { grid-template-columns: 1fr 1fr; }
.choice { display: flex; align-items: center; gap: 12px; padding: 15px 16px; border: 1.5px solid #e0e0e0;
  border-radius: 14px; background: #fff; cursor: pointer; transition: all .14s ease; font-size: 15.5px; font-weight: 500; }
.choice:hover { border-color: #c7d4ff; }
.choice input { position: absolute; opacity: 0; }
.choice .dot { width: 20px; height: 20px; border-radius: 50%; border: 2px solid #cfcfcf; flex: none; transition: all .14s; }
.choice.on { border-color: var(--accent); background: var(--accent-soft); }
.choice.on .dot { border-color: var(--accent); background: var(--accent); box-shadow: inset 0 0 0 3px #fff; }

.step { display: none; }
.step.on { display: block; animation: fadeUp .3s ease both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.form-nav { display: flex; gap: 12px; margin-top: 22px; }
.form-nav .btn { flex: 1; }
.hint { font-size: 12.5px; color: var(--faint); text-align: center; margin-top: 14px; }
.err { color: #d33; font-size: 13px; margin-top: 8px; display: none; }

/* proof / testimonials */
.tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tcard { background: var(--card-bright); border-radius: var(--r-inner); padding: 22px; box-shadow: var(--shadow-card); border: 1px solid rgba(0,0,0,.04); }
.tcard .stars { color: var(--accent); font-size: 14px; letter-spacing: 1px; }
.tcard q { display: block; margin: 12px 0 16px; font-size: 15.5px; line-height: 1.5; color: var(--ink); }
.tcard q b { background: var(--accent-soft); padding: 1px 4px; border-radius: 4px; }
.twho { display: flex; align-items: center; gap: 11px; }
.twho img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.twho .n { font-weight: 600; font-size: 14.5px; }
.twho .r { font-size: 12.5px; color: var(--faint); }

/* case-study stat cards */
.cases { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-bottom: 34px; }
.case { background: var(--ink); color: #fff; border-radius: var(--r-inner); padding: 26px; }
.case .big { font-size: 42px; font-weight: 700; letter-spacing: -0.03em; line-height: 1; }
.case .lbl { color: #b9c0d0; font-size: 14px; margin-top: 8px; }
.case .who { color: #7c8398; font-size: 12.5px; margin-top: 14px; }

/* final cta band */
.band { text-align: center; }
.band h2 { font-size: 46px; }
.band p { color: var(--dim); font-size: 18px; margin: 14px auto 26px; max-width: 520px; }

/* footer */
.foot { padding: 40px 0; border-top: 1px solid rgba(0,0,0,.07); }
.foot-in { max-width: 1080px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.foot small { color: var(--faint); font-size: 13px; }
.foot .sp { margin-left: auto; }
.foot a { color: var(--dim); text-decoration: none; font-size: 13px; margin-left: 18px; }

/* booking + precall */
.two-col { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: start; }
.cal { background: var(--card-bright); border-radius: var(--r-card); box-shadow: var(--shadow-card); padding: 10px; min-height: 560px; overflow: hidden; border: 1px solid rgba(0,0,0,.04); }
.cal iframe { width: 100%; height: 640px; border: 0; border-radius: var(--r-inner); }
.aside-card { background: var(--card-bright); border-radius: var(--r-card); box-shadow: var(--shadow-card); padding: 26px; border: 1px solid rgba(0,0,0,.04); }
.aside-card h4 { margin-bottom: 6px; }
.checklist { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 14px; }
.checklist li { display: flex; gap: 12px; font-size: 15px; line-height: 1.45; }
.checklist .ic { width: 24px; height: 24px; border-radius: 50%; background: var(--accent-soft); color: var(--accent);
  display: grid; place-items: center; flex: none; font-weight: 700; }
.expect { display: grid; gap: 16px; margin-top: 26px; }
.estep { display: flex; gap: 16px; background: var(--card-bright); border-radius: var(--r-inner); padding: 20px 22px; box-shadow: var(--shadow-card); }
.estep .num { width: 34px; height: 34px; border-radius: 50%; background: var(--accent); color: #fff; font-weight: 700; display: grid; place-items: center; flex: none; }
.estep h5 { margin-bottom: 4px; }
.estep p { color: var(--dim); font-size: 14.5px; line-height: 1.5; margin: 0; }

@media (max-width: 860px) {
  .hero h1 { font-size: 42px; }
  .sec-head h2 { font-size: 32px; }
  .tgrid, .cases { grid-template-columns: 1fr; }
  .two-col { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .choices.two { grid-template-columns: 1fr; }
  .band h2 { font-size: 34px; }
}

/* corrections */
.hero h1 { color: var(--ink); }
.vsl-frame img { opacity: .9; }
.vsl-play { z-index: 2; }
