/* Styles for booked-meeting.html.
   Page 1 (index.html) inlines its own CSS in the document head — does not load this file.
   Critical above-the-fold styles are also inlined in booked-meeting.html <head>. */

/* ---------- Base ---------- */
*,*::before,*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #ffffff;
  color: #1f2937;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #2d5a3d; }
h1, h2, h3, p, blockquote { margin: 0; }

/* ---------- Layout containers ---------- */
.container { max-width: 880px; margin: 0 auto; padding: 0 20px; }
.wide-container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }

/* ---------- Logo bar ---------- */
.logo-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  border-bottom: 1px solid #eef0f2;
  background: #ffffff;
}
.logo-bar img { max-height: 64px; width: auto; height: auto; }

/* ---------- Hero ---------- */
.hero { padding: 32px 0 8px; text-align: center; }
.eyebrow {
  display: inline-block;
  margin: 0 0 16px;
  padding: 6px 14px;
  background: #eaf3ee;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #2d5a3d;
}
.headline {
  margin: 0 0 18px;
  font-size: 38px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -.025em;
  color: #0f172a;
}
.accent { color: #2d5a3d; }
.subhead {
  margin: 8px auto 14px;
  max-width: 640px;
  font-size: 18px;
  line-height: 1.45;
  color: #374151;
  font-weight: 600;
}

/* ---------- VSL (vertical 9:16) ---------- */
.vsl-wrap { padding: 12px 0 28px; }
.vsl-frame {
  max-width: 360px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(15, 23, 42, .22);
}
.vsl-frame .video-wrap {
  aspect-ratio: 9 / 16;
  border-radius: 0;
  margin: 0;
}
.vsl-note {
  margin: 14px 0 0;
  text-align: center;
  font-size: 14px;
  color: #6b7280;
  font-style: italic;
}

/* ---------- Section title ---------- */
.section-title {
  text-align: center;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -.015em;
  color: #0f172a;
  margin: 0 0 32px;
}

/* ---------- How It Works ---------- */
.how-it-works {
  background: #f4faf6;
  padding: 56px 0;
  border-top: 1px solid #e1efe6;
  border-bottom: 1px solid #e1efe6;
}
.steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.step {
  position: relative;
  background: #ffffff;
  border: 1px solid #e1efe6;
  border-radius: 16px;
  padding: 28px 24px 24px;
  text-align: center;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}
.step-num {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #2d5a3d;
  color: #ffffff;
  font-weight: 900;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(45, 90, 61, .25);
}
.step-icon { font-size: 40px; line-height: 1; margin: 4px 0 10px; }
.step-title {
  font-size: 19px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 8px;
  letter-spacing: -.005em;
}
.step-body { font-size: 16px; line-height: 1.55; color: #374151; margin: 0; }

/* ---------- Testimonials ---------- */
.testimonials { padding: 56px 0; background: #ffffff; }
.cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.cards-video { max-width: 720px; margin: 0 auto; }
.card {
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 4px 14px rgba(15, 23, 42, .05);
  text-align: center;
}
.card-video { padding: 20px; }
.video-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 0 14px;
}
.video-wrap video {
  width: 100%;
  height: 100%;
  display: block;
}
.result {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  color: #2d5a3d;
  letter-spacing: -.01em;
}
.stars { font-size: 16px; margin: 4px 0 8px; letter-spacing: .04em; }
.cite { margin: 0; font-size: 14px; color: #6b7280; font-weight: 700; }

/* ---------- Play button overlay ---------- */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  min-height: 0;
  border-radius: 50%;
  background: #2d5a3d;
  color: #ffffff;
  border: 4px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.45);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 0;
  transition: transform .15s ease, background-color .15s ease;
}
.play-btn svg { width: 32px; height: 32px; margin-left: 4px; display: block; }
.play-btn:hover,
.play-btn:focus-visible {
  background: #1f4029;
  transform: translate(-50%, -50%) scale(1.06);
  outline: none;
}
.video-wrap.is-playing .play-btn { display: none; }

/* ---------- Footer ---------- */
.site-footer {
  background: #ffffff;
  border-top: 1px solid #eef0f2;
  padding: 32px 0 40px;
}
.disclaimer {
  font-size: 12px;
  line-height: 1.55;
  color: #9ca3af;
  margin: 0 0 16px;
}
.copy { font-size: 12px; color: #9ca3af; text-align: center; margin: 0; }

/* ---------- Responsive ---------- */
@media (min-width: 640px) {
  .headline { font-size: 48px; margin-bottom: 22px; }
  .subhead { font-size: 20px; }
  .hero { padding: 48px 0 12px; }
  .section-title { font-size: 34px; }
  .play-btn { width: 96px; height: 96px; }
  .play-btn svg { width: 38px; height: 38px; }
}
@media (min-width: 900px) {
  .headline { font-size: 56px; }
  .vsl-frame { max-width: 400px; }
  .steps { grid-template-columns: repeat(3, 1fr); gap: 28px; }
  .cards { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .cards-video { max-width: 1080px; }
  .how-it-works { padding: 80px 0; }
  .testimonials { padding: 80px 0; }
  .result { font-size: 20px; }
}

/* ---------- Tap targets ---------- */
button, a, [role="button"] { min-height: 48px; }
input, select, textarea { font-size: 16px; min-height: 48px; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}
