/* Bootcamp LP scoped styles */
#page-bootcamp {
  --bs-secondary-rgb: 73, 80, 87;
  --cta-hot: #ff7f50;
  --ink: #0f1214;
  --sand: #efeae2;
  color: var(--ink);
  line-height: 1.6;
  scroll-behavior: smooth;
}

.text-on-light {
  color: var(--ink) !important;
}

.text-high {
  color: var(--ink) !important;
}

.btn-cta-hot {
  background: var(--cta-hot);
  color: var(--ink);
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-cta-hot:hover,
.btn-cta-hot:focus {
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(255, 127, 80, 0.25);
  color: var(--ink);
}

.tracking-wide {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.btn-cta-hot:focus-visible {
  outline: 3px solid rgba(255, 127, 80, 0.4);
  outline-offset: 2px;
}

.hero-icon-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(15, 18, 20, 0.08);
  color: var(--ink);
  font-size: 1.1rem;
}

.hero-badges .badge {
  background: rgba(15, 18, 20, 0.08);
  border-color: rgba(15, 18, 20, 0.12);
  padding: 0.5rem 0.75rem;
}

.hero-media img {
  object-fit: cover;
  width: 100%;
}

.is-hidden {
  opacity: 0;
  transform: translateY(20px);
}

.is-revealed {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.proof-track {
  display: grid;
  gap: 1.5rem;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}

.proof-track::-webkit-scrollbar {
  height: 6px;
}

.proof-track::-webkit-scrollbar-thumb {
  background: rgba(15, 18, 20, 0.2);
  border-radius: 3px;
}

.proof-card {
  background: #fff;
  scroll-snap-align: center;
}

.proof-portrait {
  max-width: 160px;
  border: 4px solid rgba(15, 18, 20, 0.08);
}

.program-timeline {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.program-day {
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(239, 234, 226, 0.35) 0%, rgba(239, 234, 226, 0.15) 100%);
  padding: 1.5rem;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.program-day:hover,
.program-day:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15, 18, 20, 0.12);
}

.program-day-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.program-day-index {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(255, 127, 80, 0.1);
  color: var(--cta-hot);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.program-day-media {
  width: 100%;
  border-radius: 1rem;
  margin-top: auto;
}

.deliverable-card {
  background: linear-gradient(180deg, rgba(231, 248, 238, 0.92) 0%, rgba(255, 255, 255, 0.98) 100%);
  border-radius: 1.5rem;
  border: 1px solid rgba(48, 146, 85, 0.14);
  box-shadow: 0 12px 30px rgba(15, 18, 20, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.deliverable-card:hover {
  transform: translateY(-4px);
  border-color: rgba(48, 146, 85, 0.24);
  box-shadow: 0 20px 42px rgba(48, 146, 85, 0.12);
}

.deliverables-intro {
  max-width: 760px;
}

.deliverables-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: rgba(48, 146, 85, 0.12);
  color: #257247;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.deliverables-subtitle {
  max-width: 62ch;
  margin-inline: auto;
  font-size: 1.04rem;
  line-height: 1.7;
}

.deliverable-pct {
  min-width: 3rem;
  height: 3rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  background: rgba(48, 146, 85, 0.12);
  color: #257247;
  font-size: 1rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.deliverable-media {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 0.75rem;
}

.deliverable-icon {
  width: 3.5rem;
  height: 3.5rem;
  background: #ffffff;
  color: #309255;
  border: 1px solid rgba(48, 146, 85, 0.14);
  box-shadow: 0 10px 20px rgba(48, 146, 85, 0.08);
  font-size: 1.15rem;
  flex-shrink: 0;
}

.deliverable-title {
  line-height: 1.3;
}

.deliverable-copy {
  color: rgba(15, 18, 20, 0.84) !important;
  line-height: 1.7;
}

.deliverable-copy strong {
  color: var(--ink);
}

.deliverable-meta {
  display: flex;
  align-items: center;
}

.deliverable-meta__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.25rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(48, 146, 85, 0.16);
  color: #257247;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(48, 146, 85, 0.08);
}

.deliverable-meta__pill i {
  font-size: 0.95rem;
}

@media (max-width: 575.98px) {
  .deliverable-card {
    padding: 1.25rem !important;
  }

  .deliverables-subtitle {
    font-size: 0.98rem;
  }
}

.bootcamp-pack {
  background: transparent;
}

.pack-intro {
  max-width: 760px;
}

.pack-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: rgba(48, 146, 85, 0.12);
  color: #257247;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pack-subtitle {
  max-width: 62ch;
  margin-inline: auto;
  font-size: 1.04rem;
  line-height: 1.7;
}

.pack-shell {
  background: linear-gradient(180deg, rgba(231, 248, 238, 0.92) 0%, rgba(255, 255, 255, 0.98) 100%);
  border: 1px solid rgba(48, 146, 85, 0.14);
  border-radius: 2rem;
  padding: 1.5rem;
  box-shadow: 0 20px 48px rgba(15, 18, 20, 0.06);
}

.pack-banner {
  width: 100%;
  object-fit: cover;
  border-radius: 1.35rem;
  margin-bottom: 1.5rem;
}

.pack-summary {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.35rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(48, 146, 85, 0.12);
  box-shadow: 0 12px 28px rgba(15, 18, 20, 0.05);
}

.pack-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
}

.pack-meta__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.25rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: #eef8f1;
  color: #257247;
  font-size: 0.9rem;
  font-weight: 700;
}

.pack-notice {
  color: var(--ink);
  font-weight: 600;
  line-height: 1.6;
}

.pack-reassurance {
  padding: 1rem 1.05rem;
  border-radius: 1.1rem;
  background: rgba(48, 146, 85, 0.08);
  color: rgba(15, 18, 20, 0.86);
  line-height: 1.65;
}

.pack-map-wrap {
  margin-top: auto;
  padding-top: 0.35rem;
}

.pack-included {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.35rem;
  border-radius: 1.5rem;
  background: #ffffff;
  border: 1px solid rgba(48, 146, 85, 0.12);
  box-shadow: 0 12px 28px rgba(15, 18, 20, 0.05);
}

.pack-items {
  display: grid;
  gap: 0.85rem;
}

.pack-item {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(247, 251, 248, 0.96) 0%, rgba(255, 255, 255, 1) 100%);
  border: 1px solid rgba(48, 146, 85, 0.1);
  box-shadow: 0 6px 18px rgba(15, 18, 20, 0.04);
}

.pack-item__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: #eef8f1;
  color: #309255;
  font-size: 0.95rem;
}

.pack-item__body {
  min-width: 0;
}

.pack-item__title {
  margin-bottom: 0.18rem;
  color: var(--ink);
  line-height: 1.35;
}

.pack-item__text {
  color: rgba(15, 18, 20, 0.82);
  line-height: 1.65;
}

.pack-map {
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
  border: 1px solid rgba(48, 146, 85, 0.12);
}

.pack-closing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.35rem;
  padding: 1rem 1.15rem;
  border-radius: 1.25rem;
  background: #ffffff;
  border: 1px solid rgba(48, 146, 85, 0.12);
}

.pack-closing__text {
  color: rgba(15, 18, 20, 0.84);
  line-height: 1.65;
  font-weight: 600;
}

.pack-closing__cta {
  flex: 0 0 auto;
  min-height: 46px;
  padding-inline: 1.25rem;
  border-radius: 14px;
}

@media (max-width: 991.98px) {
  .pack-shell {
    padding: 1.1rem;
    border-radius: 1.5rem;
  }

  .pack-summary,
  .pack-included {
    padding: 1.1rem;
  }

  .pack-closing {
    flex-direction: column;
    align-items: stretch;
  }

  .pack-closing__cta {
    width: 100%;
  }
}

.bootcamp-faq details {
  border-radius: 1rem;
  border: 1px solid rgba(15, 18, 20, 0.1);
  padding: 1rem 1.25rem;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bootcamp-faq summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 2rem;
}

.bootcamp-faq summary::-webkit-details-marker {
  display: none;
}

.bootcamp-faq summary::after {
  content: "▾";
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.2s ease-in-out;
}

.bootcamp-faq details[open] {
  border-color: rgba(255, 127, 80, 0.45);
  box-shadow: 0 12px 32px rgba(255, 127, 80, 0.12);
}

.bootcamp-faq details[open] summary::after {
  transform: rotate(-180deg);
}

.sticky-cta {
  position: fixed;
  inset: auto 0 1.5rem 0;
  z-index: 1050;
  transform: translateY(120%);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.sticky-cta.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.sticky-cta .container {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  padding: 1rem 1.5rem;
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(15, 18, 20, 0.25);
}
@media (max-width: 767.98px) {
  .btn-cta-hot {
    width: 100%;
  }

  .hero-media img {
    border-radius: 1.25rem;
  }

  .sticky-cta .container {
    border-radius: 1.5rem;
  }

  .sticky-cta--mobile-off {
    display: none !important;
  }
}
