/* HERO */
.bym-hero {
  background: var(--blue);
  position: relative; overflow: hidden;
  padding: 80px 28px;
}
.bym-hero::before {
  content: '';
  position: absolute; inset: 0; z-index: 0; opacity: 0.05;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 44px, rgba(255,255,255,1) 44px, rgba(255,255,255,1) 45px),
    repeating-linear-gradient(90deg, transparent, transparent 44px, rgba(255,255,255,1) 44px, rgba(255,255,255,1) 45px);
}
.bym-hero-blob { position: absolute; right: -80px; top: -80px; width: 480px; height: 480px; border-radius: 50%; background: rgba(255,255,255,0.06); z-index: 0; pointer-events: none; }
.bym-hero-blob2 { position: absolute; left: -60px; bottom: -100px; width: 320px; height: 320px; border-radius: 50%; background: rgba(255,255,255,0.04); z-index: 0; pointer-events: none; }
.bym-hero-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
  position: relative; z-index: 1;
}
.bym-hero-left h1 {
  font-family: var(--font-head); font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 800; color: #fff; line-height: 1.1; letter-spacing: -0.5px; margin-bottom: 18px;
}
.bym-hero-left .sub {
  font-size: 17px; color: rgba(255,255,255,0.84); line-height: 1.7; margin-bottom: 10px; max-width: 480px;
}
.bym-hero-left .value-line {
  font-size: 15px; color: rgba(255,255,255,0.6); font-style: italic; margin-bottom: 6px;
}
.bym-hero-left .authority {
  font-size: 13px; font-weight: 600; letter-spacing: 1px;
  color: rgba(255,255,255,0.5); margin-bottom: 36px;
  text-transform: uppercase;
}
.btn-book {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; color: var(--blue);
  font-size: 16px; font-weight: 800; padding: 18px 36px;
  border-radius: 5px; text-decoration: none; cursor: pointer; border: none;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  transition: transform .15s, box-shadow .15s;
  letter-spacing: 0.3px;
}
.btn-book:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(0,0,0,0.22); }
.btn-book-micro { display: block; font-size: 12px; font-weight: 400; color: rgba(255,255,255,0.55); margin-top: 10px; font-style: italic; }

/* Right side: What happens on the call */
.bym-hero-right {
  position: relative;
}
.call-flow {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 14px;
  padding: 28px 26px;
  backdrop-filter: blur(4px);
}
.call-flow-title {
  font-family: var(--font-head); font-size: 13px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 22px;
}
.call-step {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,0.10);
}
.call-step:first-of-type { border-top: none; padding-top: 0; }
.call-step:last-of-type { padding-bottom: 0; }
.call-step-num {
  flex-shrink: 0;
  width: 32px; height: 32px; border-radius: 50%;
  background: #fff; color: #0a2540;
  font-family: var(--font-head); font-weight: 800; font-size: 15px;
  display: flex; align-items: center; justify-content: center;
}
.call-step-body { flex: 1; }
.call-step-h {
  font-family: var(--font-head); font-size: 16px; font-weight: 700;
  color: #fff; margin-bottom: 4px; line-height: 1.3;
}
.call-step-p {
  font-size: 14px; color: rgba(255,255,255,0.78);
  line-height: 1.55;
}



/* STATS */
.stats-section { background: var(--white); padding: 64px 0; border-bottom: 1px solid var(--border); }
.stats-inner {
  max-width: 900px; margin: 0 auto; padding: 0 28px;
  text-align: center;
}
.stats-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--blue); margin-bottom: 10px; }
.stats-title { font-family: var(--font-head); font-size: clamp(22px, 3vw, 34px); font-weight: 800; color: var(--text); margin-bottom: 8px; }
.stats-micro { font-size: 14px; color: var(--text-light); font-style: italic; margin-bottom: 44px; }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat-box {
  background: var(--off-white); border: 1px solid var(--border);
  border-top: 3px solid var(--blue); border-radius: 10px; padding: 28px 16px; text-align: center;
}
.stat-n { font-family: var(--font-head); font-size: 42px; font-weight: 800; color: var(--blue); line-height: 1; margin-bottom: 8px; }
.stat-l { font-size: 13px; color: var(--text-mid); font-weight: 500; line-height: 1.4; }

/* QUALIFICATION BAND */
.qualify-section { background: var(--white); padding: 72px 0; border-bottom: 1px solid var(--border); }
.qualify-inner { max-width: 1100px; margin: 0 auto; padding: 0 28px; }
.qualify-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--blue); margin-bottom: 10px; text-align: center; }
.qualify-title { font-family: var(--font-head); font-size: clamp(22px, 2.6vw, 32px); font-weight: 800; color: var(--text); margin-bottom: 44px; text-align: center; line-height: 1.2; max-width: 780px; margin-left: auto; margin-right: auto; }
.qualify-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.qualify-col { padding: 32px 28px; border-radius: 12px; }
.qualify-yes { background: #f0f7f3; border: 1px solid #cfe5da; }
.qualify-yes {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}
.qualify-no { background: #fbf3f3; border: 1px solid #ead7d7; }
.qualify-col h3 { font-family: var(--font-head); font-size: 17px; font-weight: 800; color: var(--text); margin-bottom: 20px; }
.qualify-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; padding: 0; }
.qualify-yes ul {
  text-align: left;
}
.qualify-col li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: var(--text-mid); line-height: 1.55; }
.qualify-yes li::before { content: '✓'; flex-shrink: 0; width: 20px; height: 20px; background: #2c9d6e; color: #fff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; margin-top: 1px; }
.qualify-no li::before { content: '✕'; flex-shrink: 0; width: 20px; height: 20px; background: #c25656; color: #fff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; margin-top: 1px; }
.qualify-note { text-align: center; margin-top: 32px; font-size: 14px; color: var(--text-mid); font-style: italic; max-width: 640px; margin-left: auto; margin-right: auto; }
@media (max-width: 720px) { .qualify-cols { grid-template-columns: 1fr; } }

/* VALUE SECTION */
.value-section { background: var(--off-white); padding: 80px 0; }
.value-inner { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.value-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--blue); margin-bottom: 10px; text-align: center; }
.value-title { font-family: var(--font-head); font-size: clamp(24px, 3vw, 38px); font-weight: 800; color: var(--text); margin-bottom: 48px; text-align: center; }
.value-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.value-col {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 12px; padding: 36px 32px;
  max-width: 560px; margin: 0 auto; text-align: left;
}
.value-col h3 { font-family: var(--font-head); font-size: 18px; font-weight: 800; color: var(--text); margin-bottom: 24px; display: flex; align-items: center; gap: 10px; justify-content: center; }
.value-col h3 span {
  width: 32px; height: 32px; background: var(--blue); color: #fff;
  border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  font-size: 14px; flex-shrink: 0;
}
.value-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.value-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: var(--text-mid); line-height: 1.6; }
.value-list li::before {
  content: '✓'; flex-shrink: 0; width: 22px; height: 22px;
  background: var(--blue-light); color: var(--blue);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; margin-top: 1px;
}
.value-note {
  text-align: center; margin-top: 28px;
  font-size: 15px; color: var(--text-mid); font-style: italic;
  padding: 20px; background: var(--white); border-radius: 8px;
  border-left: 3px solid var(--blue);
  max-width: 680px; margin: 28px auto 0;
}

/* FINAL CTA */
.final-cta {
  background: var(--blue); padding: 80px 28px;
  text-align: center; position: relative; overflow: hidden;
}
.final-cta::before {
  content:''; position:absolute; inset:0; opacity:0.05;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 44px, rgba(255,255,255,1) 44px, rgba(255,255,255,1) 45px),
    repeating-linear-gradient(90deg, transparent, transparent 44px, rgba(255,255,255,1) 44px, rgba(255,255,255,1) 45px);
}
.final-cta-inner { max-width: 820px; margin: 0 auto; position: relative; z-index: 1; }
.final-cta h2 { font-family: var(--font-head); font-size: clamp(28px, 4vw, 44px); font-weight: 800; color: #fff; line-height: 1.1; margin-bottom: 16px; }
.final-cta p { font-size: 17px; color: rgba(255,255,255,0.82); line-height: 1.7; margin-bottom: 36px; }
.final-cta-micro { display: block; font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 14px; font-style: italic; }
.final-cta-opt { font-size: 13px; color: rgba(255,255,255,0.45); margin-top: 10px; }

/* FAQ */
.faq-section { background: var(--white); padding: 80px 0; }
.faq-inner { max-width: 760px; margin: 0 auto; padding: 0 28px; }
.faq-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--blue); margin-bottom: 10px; text-align: center; }
.faq-title { font-family: var(--font-head); font-size: clamp(22px, 3vw, 34px); font-weight: 800; color: var(--text); margin-bottom: 8px; text-align: center; }
.faq-sub { font-size: 15px; color: var(--text-light); text-align: center; margin-bottom: 44px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--off-white); border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.faq-q {
  padding: 20px 24px; font-weight: 700; font-size: 15px; color: var(--text);
  cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  user-select: none;
}
.faq-q:hover { color: var(--blue); }
.faq-q .arr { font-size: 18px; color: var(--blue); transition: transform .2s; }
.faq-q.open .arr { transform: rotate(45deg); }
.faq-a {
  padding: 0 24px; max-height: 0; overflow: hidden;
  font-size: 15px; color: var(--text-mid); line-height: 1.7;
  transition: max-height .3s ease, padding .3s ease;
}
.faq-a {
  display: block;
}
.faq-a.open { max-height: 200px; padding: 0 24px 20px; }

/* RESPONSIVE */
@media(max-width:960px){
  .bym-hero-inner { grid-template-columns: 1fr; }
  .value-cols { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media(max-width:620px){
  .nav-links { display: none; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}