:root {
  --green: #008036;
  --green-dark: #00662b;
  --navy: #144884;
  --ink: #1a1a1a;
  --muted: #5b6570;
  --line: #e6e8eb;
  --bg: #ffffff;
  --card: #ffffff;
  --red: #e43b2c;
}
* { 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; }
.wrap { width: min(880px, calc(100% - 32px)); margin: 0 auto; }
.center { text-align: center; }

.logo {
  height: 46px;
  width: auto;
  margin: 0 auto 22px;
}
.logo-foot { height: 36px; width: auto; margin: 0 auto 14px; }

.step-banner {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 18px;
}

.get-hero { padding: 36px 0 8px; }
.kicker {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
}
h1, .guarantee {
  font-size: clamp(32px, 5.4vw, 52px);
  line-height: 1.05;
  letter-spacing: -.03em;
  margin: 0 0 14px;
  color: var(--ink);
  font-weight: 800;
}
.sub {
  font-size: 20px;
  font-style: italic;
  color: var(--ink);
  margin: 0 0 0;
}

.qualify-bar {
  background: var(--navy);
  color: #fff;
  text-align: center;
  font-size: clamp(16px, 2.2vw, 20px);
  font-style: italic;
  font-weight: 600;
  padding: 14px 18px;
  margin: 28px 0 0;
}

.vsl-wrap { padding: 28px 0 8px; }
.vsl-frame {
  width: min(760px, 100%);
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  background: #eef3f0;
  border: 1px solid var(--line);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .02em;
}

.apply-prompt {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 800;
  margin: 28px 0 16px;
  letter-spacing: -.02em;
}

.btn-apply {
  display: inline-block;
  background: #178af6;
  color: #111;
  text-decoration: none;
  border-radius: 10px;
  padding: 18px 36px;
  min-width: min(420px, 100%);
  box-shadow: 0 10px 24px -12px rgba(23, 138, 246, .55);
}
.btn-apply:hover { background: #0f6fd4; }
.btn-apply strong {
  display: block;
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: .04em;
}
.btn-apply span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
}

.trust-imgs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 36px auto 0;
  max-width: 720px;
  align-items: center;
}
@media (max-width: 700px) { .trust-imgs { grid-template-columns: 1fr; } }

footer {
  padding: 36px 0 48px;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
  line-height: 1.55;
}

/* Typeform */
.tf-progress {
  height: 6px;
  background: #eef3f0;
}
.tf-progress > span {
  display: block;
  height: 100%;
  background: var(--green);
  width: 12.5%;
  transition: width .25s ease;
}
.tf-page { min-height: 100vh; background: #f7faf8; }
.tf-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 16px 40px -24px rgba(15, 23, 42, .35);
  padding: 32px 28px;
  margin: 28px auto 48px;
  max-width: 640px;
}
.tf-count {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--green);
  margin: 0 0 10px;
}
.tf-q {
  font-size: clamp(22px, 3.4vw, 30px);
  font-weight: 800;
  letter-spacing: -.02em;
  margin: 0 0 18px;
  line-height: 1.2;
}
.tf-fields { display: grid; gap: 10px; }
input, select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
  font: inherit;
}
.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(--green);
  color: #fff;
  border-color: var(--green);
  width: 100%;
  margin-top: 14px;
}
.btn:hover { background: var(--green-dark); }
.btn[disabled] { opacity: .5; cursor: not-allowed; }
.tf-back {
  border: 0;
  background: none;
  color: var(--navy);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  padding: 12px 0 0;
}
.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; }

/* Calendar */
.page-book { background: #fff; }
.book-panel { padding: 12px 0 48px; }
.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;
}
.book-title { text-transform: uppercase; font-size: clamp(22px, 3vw, 28px); margin: 0 0 6px; }
.meta { font-weight: 700; font-size: 14px; margin: 0 0 12px; }
.lead { color: var(--muted); font-size: 16px; max-width: 640px; }
.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; }

.im-book { text-align: left; max-width: 560px; margin: 8px auto 0; }
.im-cal-top { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 12px; }
.im-cal-top strong { display: block; }
.im-cal-top span { color: var(--muted); font-size: 13px; }
.im-nav { display: flex; align-items: center; gap: 8px; font-weight: 700; }
.im-nav button { border: 1px solid var(--line); background: #fff; border-radius: 8px; width: 32px; height: 32px; cursor: pointer; }
.im-weekdays, .im-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.im-weekdays { color: var(--muted); font-size: 11px; text-align: center; margin-bottom: 6px; }
.im-day { border: 0; background: transparent; height: 36px; border-radius: 999px; cursor: pointer; font: inherit; }
.im-day.is-open { color: var(--green); font-weight: 700; }
.im-day.is-on { background: var(--green); color: #fff; }
.im-day.is-off, .im-day.is-empty { color: #c5c9ce; cursor: default; }
.im-slot-label { font-weight: 700; margin: 14px 0 8px; }
.im-slots { display: grid; gap: 8px; max-height: 280px; overflow: auto; }
.im-slot { border: 1px solid var(--green); background: #fff; color: var(--green); border-radius: 10px; padding: 10px; font: inherit; font-weight: 600; cursor: pointer; }
.im-slot.is-on, .im-slot:hover { background: var(--green); color: #fff; }
@media (min-width: 720px) {
  .im-book { max-width: 860px; }
  #im-picker {
    display: grid;
    grid-template-columns: 1fr 236px;
    grid-template-rows: auto auto 1fr;
    grid-template-areas:
      "top top"
      "weekdays label"
      "grid slots";
    column-gap: 28px;
  }
  #im-picker .im-cal-top { grid-area: top; }
  #im-picker .im-weekdays { grid-area: weekdays; }
  #im-picker .im-grid { grid-area: grid; align-content: start; }
  #im-picker .im-slot-label { grid-area: label; margin: 0 0 6px; align-self: end; }
  #im-picker .im-slots {
    grid-area: slots;
    align-content: start;
    max-height: 330px;
    padding-left: 28px;
    border-left: 1px solid var(--line);
  }
  #im-picker .im-slot-label { padding-left: 28px; border-left: 1px solid transparent; }
  .im-day { height: 42px; }
}
.im-back { border: 0; background: none; color: var(--green); font: inherit; font-weight: 600; cursor: pointer; padding: 0 0 8px; }
.im-when { font-weight: 700; margin: 0 0 8px; }
.im-enter { margin: 0 0 12px; font-size: 20px; }
.im-muted { color: var(--muted); font-size: 14px; }
.who-line { font-weight: 600; margin: 0 0 16px; color: var(--ink); }
