:root {
  --green: #008036;
  --green-dark: #00662b;
  --red: #e43b2c;
  --red-dark: #c73226;
  --navy: #144884;
  --ink: #1a1a1a;
  --muted: #5b6570;
  --line: #e6e8eb;
  --bg: #f9fafc;
  --card: #ffffff;
  --pink: #f4c7c2;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: Poppins, Inter, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.hidden { display: none !important; }

.topbar {
  background: #111;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 10px 16px;
}
.topbar-blue {
  background: #ddf0ff;
  color: #151515;
  font-size: 18px;
  padding: 14px 16px;
}
.wrap { width: min(1080px, calc(100% - 32px)); margin: 0 auto; }
.hero {
  background:
    linear-gradient(180deg, rgba(10,20,16,.55), rgba(10,20,16,.72)),
    url("assets/Insert-MD-backround.png") center/cover no-repeat;
  color: #fff;
  padding: 36px 0 56px;
}
.logo {
  height: 42px;
  width: auto;
  margin: 0 auto 18px;
}
.kicker {
  display: inline-block;
  background: var(--pink);
  color: var(--ink);
  font-weight: 700;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 4px;
  margin-bottom: 14px;
}
h1 {
  font-size: clamp(28px, 4.6vw, 46px);
  line-height: 1.15;
  letter-spacing: -.02em;
  margin: 0 0 14px;
}
.sub {
  font-size: 18px;
  line-height: 1.45;
  max-width: 720px;
  margin: 0 auto 22px;
  color: #eef3ef;
}
.hero .sub { text-align: center; }
.center { text-align: center; }
.pills { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 18px 0 0; }
.pill {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
}

.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 16px 40px -24px rgba(15,23,42,.4);
  padding: 28px 24px;
}
.survey-card { margin: -42px auto 48px; max-width: 560px; position: relative; }
.step-label { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--green); margin-bottom: 8px; }
.q { font-size: 22px; font-weight: 700; margin: 0 0 18px; line-height: 1.25; }
.choices { display: grid; gap: 10px; }
.choice, .btn {
  appearance: none;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  padding: 14px 16px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
}
.choice:hover, .choice:focus { border-color: var(--green); outline: 2px solid rgba(0,128,54,.18); }
.choice.selected { border-color: var(--green); background: #eef8f1; }
.btn {
  text-align: center;
  background: var(--red);
  color: #fff;
  border-color: var(--red);
  width: 100%;
  margin-top: 14px;
}
.btn:hover { background: var(--red-dark); }
.btn[disabled] { opacity: .5; cursor: not-allowed; }
.btn-green { background: var(--green); border-color: var(--green); }
.btn-green:hover { background: var(--green-dark); }
.fields { display: grid; gap: 10px; }
input, select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 13px 14px;
  font: inherit;
}
.err { color: var(--red); font-size: 13px; margin: 8px 0 0; min-height: 18px; }
.fine { font-size: 12px; color: var(--muted); margin-top: 12px; text-align: center; }

.section { padding: 56px 0; }
.section.alt { background: #fff; }
h2 { font-size: clamp(24px, 3vw, 34px); letter-spacing: -.02em; margin: 0 0 12px; }
.lead { color: var(--muted); font-size: 17px; max-width: 720px; }
.grid { display: grid; gap: 14px; margin-top: 24px; }
@media (min-width: 800px) { .grid.cols-2 { grid-template-columns: 1fr 1fr; } .grid.cols-3 { grid-template-columns: 1fr 1fr 1fr; } }
.item { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px; }
.item h3 { margin: 0 0 6px; font-size: 17px; }
.item p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.item .val { color: var(--green); font-weight: 700; font-size: 13px; margin-top: 10px; }

.quote { font-size: 16px; line-height: 1.5; margin: 0 0 10px; }
.who { font-size: 13px; font-weight: 700; color: var(--navy); }

.calendar-wrap { background: #fff; border-radius: 16px; overflow: hidden; min-height: 700px; }
footer { padding: 28px 0 40px; color: var(--muted); font-size: 12px; text-align: center; }
footer a { color: var(--navy); }

.hero-light { background: #fff; color: #111; padding: 28px 0 8px; }
.hero-light h1 { color: #111; }
.page-book, .page-thanks { background: #fff; }
.proof {
  font-size: 20px;
  font-weight: 700;
  color: #2f2f2f;
  max-width: 820px;
  margin: 0 auto 18px;
  line-height: 1.35;
}
.red-line {
  color: #e43b2c;
  font-size: clamp(17px, 2.2vw, 23px);
  font-weight: 700;
  max-width: 860px;
  margin: 0 auto 8px;
  line-height: 1.35;
}
.book-panel { padding-top: 12px; }
.book-title { text-transform: uppercase; font-size: clamp(22px, 3vw, 28px); margin-bottom: 6px; }
.meta { font-weight: 700; font-size: 14px; margin: 0 0 12px; }
.limit { font-size: 14px; font-weight: 700; margin: 16px 0 8px; }
.cal-proof { width: min(300px, 80%); margin: 20px auto 0; }
.host-card {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  max-width: 520px;
  margin: 0 auto 22px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f7faf8;
}
.host-card img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  flex-shrink: 0;
}
.host-card strong { display: block; font-size: 16px; }
.host-card span { display: block; color: var(--muted); font-size: 13px; line-height: 1.4; }
.book-form { text-align: left; max-width: 640px; margin: 8px auto 24px; }
.book-form .fields { margin-bottom: 4px; }
.book-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 13px 14px;
  font: inherit;
  background: #fff;
}
.stack { display: grid; gap: 16px; margin-top: 24px; }
.stack article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px 22px;
}
.stack h3 { margin: 0 0 8px; font-size: 20px; }
.stack .what { font-weight: 700; margin: 0 0 8px; }
.stack ul { margin: 0 0 10px; padding-left: 20px; color: var(--muted); }
.stack li { margin: 0 0 6px; }
.stack .val, .item .val { color: #e43b2c; font-weight: 700; font-size: 18px; margin-top: 8px; }
.total { text-align: center; font-size: clamp(28px, 4vw, 43px); font-weight: 800; margin: 28px 0 8px; }
.scale-line { color: #e43b2c; font-weight: 700; font-size: 22px; }
.profit { width: min(720px, 100%); margin: 20px auto 0; }
.vids > div { min-width: 0; }
.quote { font-size: 15px; line-height: 1.5; margin: 14px 0 8px; }
.trust-imgs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 28px auto 0;
  max-width: 860px;
  align-items: center;
}
@media (max-width: 700px) { .trust-imgs { grid-template-columns: 1fr; } }
.cta-band {
  background:
    linear-gradient(180deg, rgba(10,20,16,.45), rgba(10,20,16,.62)),
    url("assets/Insert-MD-backround.png") center/cover no-repeat;
  color: #fff;
  padding: 64px 0;
}
.cta-band h2 { color: #fff; }
.cta-band p { max-width: 720px; margin: 0 auto 18px; font-size: 18px; }
.btn-light {
  display: inline-block;
  width: auto;
  padding: 14px 28px;
  background: #ddf0ff;
  border-color: #ddf0ff;
  color: #111;
  font-size: 22px;
}
.btn-light:hover { background: #b4deff; }
.logo-foot { height: 36px; width: auto; margin: 0 auto 14px; }
.confirm { font-size: 18px; max-width: 720px; margin: 0 auto; color: #333; }
.after-video { width: min(420px, 100%); margin: 24px auto 0; }
.next-box { background: #f5f8fd; }
.step-icon { width: 72px; height: auto; margin: 0 auto 12px; }
.ask { background: #144884; color: #fff; }
.ask h2 { color: #fff; }
