: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: #2E6BEF;
  margin: 0 0 18px;
}
.get-hero .step-banner {
  letter-spacing: .04em;
  max-width: 100%;
  line-height: 1.35;
}

.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;
}

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

.btn-apply {
  display: inline-block;
  background: #3361FF;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  padding: 18px 36px;
  min-width: min(420px, 100%);
  box-shadow: 0 10px 24px -12px rgba(51, 97, 255, .55);
}
.btn-apply:hover { background: #294ecf; }
.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: 4px;
  background: #eef1f6;
}
.tf-progress > span {
  display: block;
  height: 100%;
  background: #3361FF;
  width: 11%;
  transition: width .25s ease;
}
.tf-page { min-height: 100vh; background: #fff; }
.tf-card {
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 28px 28px 48px;
  margin: 0 auto;
  max-width: 720px;
}
.tf-count {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #3361FF;
  margin: 0 0 10px;
}
.tf-q {
  font-size: clamp(24px, 3.6vw, 34px);
  font-weight: 800;
  letter-spacing: -.03em;
  margin: 0 0 12px;
  line-height: 1.2;
}
.tf-q .req { color: var(--red); margin-left: 4px; }
.tf-hint {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 22px;
  max-width: 56ch;
}
.tf-fields { display: grid; gap: 10px; }
.tf-name-row {
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.tf-phone {
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 10px;
}
.tf-flag { font-size: 22px; line-height: 1; padding-bottom: 8px; }
.tf-card input, .tf-page input {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #3361FF;
  border-radius: 0;
  padding: 10px 0 8px;
  font: inherit;
  background: transparent;
  color: var(--ink);
}
.tf-card input::placeholder, .tf-page input::placeholder { color: #9aa4b5; }
.tf-card input:focus, .tf-page input:focus { outline: none; border-bottom-color: #1f46d6; }
.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-ab {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #eef2ff;
  border: 1px solid #d7def8;
  color: #3361FF;
  border-radius: 10px;
  min-height: 56px;
}
.choice-key {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #3361FF;
  color: #3361FF;
  font-size: 13px;
  font-weight: 800;
}
.choice:hover, .choice:focus { border-color: #3361FF; outline: 2px solid rgba(51,97,255,.16); }
.choice.selected { border-color: #3361FF; background: #dce5ff; }
.btn {
  text-align: center;
  background: #3361FF;
  color: #fff;
  border-color: #3361FF;
  width: auto;
  min-width: 168px;
  margin-top: 22px;
  border-radius: 10px;
}
.btn:hover { background: #294ecf; }
.btn[disabled] { opacity: .5; cursor: not-allowed; }
.tf-back {
  border: 0;
  background: none;
  color: #3361FF;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  padding: 0 0 28px;
}
.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: left; }
@media (max-width: 640px) {
  .tf-name-row { grid-template-columns: 1fr; gap: 16px; }
}

/* Typeform popup on the landing page */
.tf-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: #fff;
}
.tf-overlay.hidden { display: none !important; }
.tf-overlay-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}
.tf-overlay .tf-card {
  margin: 8vh auto 48px;
  max-width: 720px;
  padding: 20px 28px 64px;
}
.tf-close {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  color: #b4bbc6;
}
.tf-close:hover { color: var(--ink); }
body.tf-lock { overflow: hidden; }

/* 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; }
.cole-cal-title {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 16px;
  letter-spacing: -.02em;
}
.cole-date-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.cole-dates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  flex: 1;
}
.cole-date {
  appearance: none;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  padding: 16px 12px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
}
.cole-date.is-on {
  border-color: #3361FF;
  background: #f3f6ff;
  color: #3361FF;
  box-shadow: 0 0 0 1px #3361FF;
}
.cole-nav {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  flex-shrink: 0;
}
.cole-nav[disabled] { opacity: .35; cursor: default; }
.cole-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 14px;
}
.cole-slots {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.cole-slot {
  appearance: none;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  border-radius: 10px;
  padding: 12px 8px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.cole-slot:hover { border-color: #3361FF; color: #3361FF; }
.cole-slot.is-confirm {
  background: #3361FF;
  color: #fff;
  border-color: #3361FF;
}
.im-muted { color: var(--muted); font-size: 14px; }
.who-line { font-weight: 600; margin: 0 0 16px; color: var(--ink); }
@media (max-width: 640px) {
  .cole-slots { grid-template-columns: 1fr 1fr; }
  .cole-dates { grid-template-columns: 1fr; }
}
