/* AGI /bootcamp page styles
   Translated from templates/bootcamp/Bootcamp.dc.html */

/* ---------- 01 Hero ---------- */
.bc-hero {
  background: var(--navy);
  background-image: radial-gradient(circle at 78% 0%, rgba(48, 161, 213, 0.22), transparent 58%);
  color: #fff;
  padding: 0 0 clamp(56px, 9vw, 92px);
}

.bc-hero__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(44px, 8vw, 76px) clamp(20px, 4vw, 32px) 0;
}

.bc-hero__eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: var(--tracking-eyebrow);
  text-transform: uppercase;
  color: var(--sky-200);
  margin-bottom: 22px;
}

.bc-hero__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.125rem, 7vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
  text-wrap: pretty;
}

.bc-hero__lead {
  font-size: clamp(1.0625rem, 2.7vw, 1.1875rem);
  line-height: 1.68;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 26px;
  max-width: 36em;
  text-wrap: pretty;
}

.bc-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin: 0 0 32px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--sky-200);
}
.bc-hero__meta .dot { opacity: 0.45; }

.bc-hero__sub {
  margin: 16px 0 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
}

/* ---------- 02 Why ---------- */
.bc-why {
  background: #fff;
  padding: clamp(56px, 9vw, 88px) 0;
}

.bc-why__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}

.bc-why__body {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0 0 22px;
}
.bc-why__body:last-child { margin: 0; }

/* ---------- 03 Courses ---------- */
.bc-courses {
  background: var(--navy-900);
  background-image: radial-gradient(circle at 82% 6%, rgba(48, 161, 213, 0.18), transparent 55%);
  color: #fff;
  padding: clamp(56px, 9vw, 92px) 0;
}

.bc-courses__intro {
  max-width: 38em;
  margin-bottom: clamp(32px, 5vw, 46px);
}

.bc-courses__intro .h2--dark { margin-bottom: 16px; }

.bc-courses__sub {
  font-size: 1.0625rem;
  line-height: 1.68;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  text-wrap: pretty;
}

.bc-courses__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 16px;
}

.bc-course-card {
  flex: 1 1 260px;
  min-width: 260px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  padding: clamp(24px, 3vw, 32px);
  display: flex;
  flex-direction: column;
}

.bc-course-card__num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.75rem, 6vw, 3.75rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: var(--green);
  margin-bottom: 18px;
}

.bc-course-card__label {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sky-200);
  margin-bottom: 12px;
}

.bc-course-card__headline {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0 0 14px;
  text-wrap: pretty;
}

.bc-course-card__body {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 22px;
  text-wrap: pretty;
}

.bc-course-card__outcome {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.bc-course-card__leave {
  color: var(--green);
  font-weight: 600;
}

.bc-courses__finish {
  margin-top: 20px;
  background: var(--green);
  color: var(--navy);
  border-radius: 18px;
  padding: clamp(22px, 3vw, 28px) clamp(24px, 4vw, 34px);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 16px;
}

.bc-courses__finish-label {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.0625rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bc-courses__finish-items {
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.5;
  text-wrap: pretty;
}

/* ---------- 04 Workbook ---------- */
.bc-workbook {
  background: var(--mist-100);
  padding: clamp(56px, 9vw, 88px) 0;
}

.bc-workbook__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(32px, 5vw, 60px);
  align-items: center;
}

.bc-workbook__grid .h2 { margin-bottom: 26px; }

.bc-workbook__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bc-workbook-frame {
  border: 1px solid var(--border-hairline);
  border-radius: 18px;
  aspect-ratio: 4 / 3;
  background: #fff;
  overflow: hidden;
  padding: 18px;
}
/* Cover art gets fitted whole, never cropped. It used to overflow the
   frame because .media-frame only existed in workshop.css. */
.bc-workbook-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  display: block;
}

/* ---------- 05 Scope ---------- */
.bc-scope {
  background: #fff;
  padding: clamp(56px, 9vw, 88px) 0;
}

.bc-scope__intro {
  max-width: 38em;
  margin-bottom: 38px;
}

.bc-scope__intro .h2 { margin-top: 14px; }

.bc-scope__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.bc-scope__card-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.125rem;
  color: var(--navy);
  margin-bottom: 18px;
}

.bc-scope__card-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bc-scope__row {
  display: flex;
  gap: 12px;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text-muted);
}

.bc-scope__row--terms { color: var(--ink); }

.bc-scope__x { color: var(--text-muted); font-weight: 600; flex-shrink: 0; }
.bc-scope__star { color: var(--ocean); font-weight: 600; flex-shrink: 0; }

/* ---------- 06 CTA ---------- */
.bc-cta {
  background: var(--navy);
  background-image: radial-gradient(circle at 20% 100%, rgba(48, 161, 213, 0.2), transparent 60%);
  color: #fff;
  padding: clamp(56px, 9vw, 92px) 0;
}

.bc-cta__inner {
  max-width: 660px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 32px);
  text-align: center;
}

.bc-cta__inner .eyebrow { margin-bottom: 18px; }

.bc-cta__inner .h2--dark { margin-bottom: 18px; }

.bc-cta__body {
  font-size: 1.0625rem;
  line-height: 1.68;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 30px;
}

.bc-cta__note {
  margin: 16px 0 34px;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
}

.bc-cta__waitlist {
  justify-content: center;
}

.bc-cta .waitlist__note { margin-top: 14px; }

/* ---------- Footer ---------- */
.bc-footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 28px;
}

.bc-footer__headline {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.375rem, 4vw, 1.75rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  color: #fff;
  text-wrap: pretty;
}

.bc-footer__sub {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  max-width: 32em;
}

.bc-footer__fineprint {
  margin: 12px 0 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
}

.bc-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.bc-footer__links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.bc-footer__links a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  font-size: 0.9375rem;
}

.bc-footer__links a:hover { color: #fff; }

.bc-footer__copy {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
}

/* Override site-footer base so it pairs with the full footer above */
.site-footer {
  padding: clamp(48px, 8vw, 72px) 0 40px;
  background: var(--navy-900);
}

/* site.css makes .site-footer .container a flex row for the simple
   two-span footers. This page stacks a full-width grid instead, and as a
   flex item it sized to content — 512px inside a 960px container at
   1024px wide, leaving the right half empty. */
.site-footer .container { display: block; }

.site-footer .container > .bc-footer__grid { /* structural container */ }
