/* ============================================================
   BOOTCAMP PAGE STYLES
   ============================================================ */

/* —— HERO —— */
.bc-hero {
  position: relative;
  padding: 120px 0 100px;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  background: var(--bg-0);
}
.bc-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 80% 20%, oklch(var(--acc-l, 72% 0.18 240) / 0.12), transparent 60%),
    radial-gradient(ellipse 50% 40% at 10% 80%, oklch(70% 0.18 30 / 0.08), transparent 60%),
    linear-gradient(180deg, var(--bg-0), var(--bg-1));
  pointer-events: none;
}
.bc-hero-inner { position: relative; }
.bc-title {
  margin-top: 20px;
  font-size: clamp(48px, 7vw, 110px);
  line-height: 0.95;
  letter-spacing: -0.02em;
}
.bc-sub {
  margin-top: 32px;
  max-width: 680px;
  font-size: clamp(18px, 1.4vw, 22px);
}
.bc-next {
  margin-top: 40px;
  display: inline-flex;
  gap: 16px;
  align-items: center;
  padding: 14px 22px;
  background: var(--bg-2);
  border: 1px solid var(--acc-line);
  border-radius: var(--r-2);
}
.bc-next-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--acc);
  border-left: 1px solid var(--line);
  padding-left: 14px;
}
.btn-lg {
  padding: 16px 28px !important;
  font-size: 16px !important;
}
.bc-trust-row {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 14px;
  color: var(--ink-2);
}
.bc-trust-item { display: flex; align-items: center; gap: 8px; }
.bc-trust-divider { width: 1px; height: 14px; background: var(--line); }

/* —— MONEY GRID —— */
.bc-money-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
  align-items: stretch;
}
.bc-money-card {
  padding: 40px;
  background: var(--bg-1);
  border: 1px solid var(--line);
  border-radius: var(--r-3);
  position: relative;
}
.bc-price {
  margin-top: 16px;
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
}
.bc-price-num {
  font-family: var(--font-sans);
  font-size: clamp(56px, 7vw, 96px);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink-0);
  line-height: 1;
}
.bc-price-unit {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--ink-2);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.bc-bonus {
  margin-top: 24px;
  padding: 16px 20px;
  border: 1px solid var(--acc-line);
  background: var(--acc-bg);
  border-radius: var(--r-2);
  display: flex;
  flex-direction: column;
}
.bc-when {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.bc-guarantee {
  padding: 40px;
  background: var(--bg-2);
  border: 1px solid var(--acc-line);
  border-radius: var(--r-3);
  display: flex;
  flex-direction: column;
}
.bc-guarantee-mark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--acc-bg);
  color: var(--acc);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .bc-money-grid { grid-template-columns: 1fr; }
}

/* —— MODULES —— */
.bc-modules {
  padding: 100px 0;
  background: var(--bg-1);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.bc-module-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-3);
  overflow: hidden;
}
.bc-module {
  padding: 32px;
  background: var(--bg-0);
  display: flex;
  flex-direction: column;
}
.bc-module-num {
  color: var(--acc);
  margin-bottom: 12px;
}
.bc-module-title {
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 500;
  color: var(--ink-0);
  letter-spacing: -0.01em;
  margin: 0 0 20px;
}
.bc-module-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.bc-module-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  font-size: 14px;
  color: var(--ink-1);
  line-height: 1.5;
}
.bc-check {
  color: var(--acc);
  font-family: var(--font-mono);
  font-size: 12px;
  margin-top: 2px;
}

/* —— RESULTS —— */
.bc-results { padding: 100px 0; }
.bc-vid-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.bc-vid-frame {
  position: relative;
  aspect-ratio: 9/16;
  border-radius: var(--r-2);
  border: 1px solid var(--line);
  overflow: hidden;
}
.bc-vid-frame::before {
  content: "▶";
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 64px; height: 64px;
  border-radius: 50%;
  background: oklch(0% 0 0 / 0.5);
  border: 1px solid oklch(100% 0 0 / 0.3);
  color: var(--ink-0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  backdrop-filter: blur(6px);
}
.bc-vid-tag {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: oklch(95% 0.005 240);
  background: oklch(0% 0 0 / 0.4);
  padding: 4px 10px;
  border-radius: 4px;
  backdrop-filter: blur(4px);
}

/* —— STUDENT TESTIMONIAL VIDEOS —— */
.bc-testimonial-vids {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 56px;
}
.bc-student-vid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bc-student-vid-frame {
  aspect-ratio: 9/16;
  border-radius: var(--r-3);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-2);
  max-height: 560px;
}
.bc-student-vid-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bc-student-vid-meta {
  padding: 8px 4px;
}
@media (max-width: 760px) {
  .bc-testimonial-vids { grid-template-columns: 1fr; }
  .bc-student-vid-frame { max-height: 420px; }
}

/* —— FINAL CTA —— */
.bc-cta { padding: 120px 0; background: var(--bg-0); }
.bc-cta-block {
  text-align: center;
  position: relative;
  padding: 80px 32px;
  border: 1px solid var(--acc-line);
  border-radius: var(--r-3);
  background:
    radial-gradient(ellipse 60% 80% at 50% 0%, var(--acc-bg), transparent 70%),
    var(--bg-1);
}
