/* ============================================================================
   CLOUD COLOSSEUM — Public Marketing Site
   Brand: Cyan/Teal accent on Colosseum Dark
   Inspired by app.cloudcolosseum.io main hero (white rounded card on navy)
   ============================================================================ */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  /* Primary brand: cyan/teal gradient (matches main app's logo gradient) */
  --cc-cyan: #2cb5d6;
  --cc-cyan-dark: #1a8caa;
  --cc-cyan-hover: #229ec1;

  /* Accent: arena orange (used for checkmarks + small accents) */
  --cc-orange: #ff6b35;
  --cc-orange-warm: #ff9900;

  /* Background palette — deep navy like app.cloudcolosseum.io */
  --cc-dark: #0f1729;
  --cc-navy: #1a2744;
  --cc-deep: #08101f;

  /* Cards / surfaces */
  --cc-card: rgba(255, 255, 255, 0.04);
  --cc-card-border: rgba(255, 255, 255, 0.08);
  --cc-card-hover: rgba(44, 181, 214, 0.35);

  /* Text */
  --cc-text: #ffffff;
  --cc-text-muted: #94a3b8;
  --cc-text-dim: #64748b;
}

html {
  scroll-behavior: smooth;
}

/* Prevent any absolutely-positioned decorative element (mentor tags, glow
   halos, etc.) from causing horizontal scroll on small screens. */
html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: var(--cc-dark);
  color: var(--cc-text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

/* ============================================================================
   BUTTONS
   ============================================================================ */
.btn-primary,
.btn-secondary {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
  letter-spacing: 0.2px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--cc-cyan-dark), var(--cc-cyan));
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(44, 181, 214, 0.25);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(44, 181, 214, 0.4);
  filter: brightness(1.05);
}

.btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.btn-secondary:hover {
  border-color: var(--cc-cyan);
  color: var(--cc-cyan);
}

.btn-large {
  padding: 18px 44px;
  font-size: 1.1rem;
}

/* ============================================================================
   NAV
   ============================================================================ */
.cc-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 48px;
  background: rgba(15, 23, 41, 0.85);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(12px);
}

.cc-nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.cc-nav-name {
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.4px;
}

.cc-nav-links {
  display: flex;
  gap: 32px;
  align-items: center;
}

.cc-nav-links a {
  color: var(--cc-text-muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.cc-nav-links a:hover {
  color: #ffffff;
}

.btn-nav {
  padding: 10px 22px !important;
  font-size: 0.9rem !important;
  color: #ffffff !important;
}

/* Sign In — muted text-only link for already-enrolled bootcampers.
   Sits next to the bright Enroll Now CTA so new visitors are pulled to
   enroll, while existing students still have a clear path to log in. */
.cc-nav-signin {
  color: var(--cc-text-muted) !important;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 8px 4px;
  transition: color 0.2s ease;
}

.cc-nav-signin:hover {
  color: #ffffff !important;
}

/* Hamburger toggle button — hidden on desktop, shown via media query on
   small screens. Three animated bars that morph into an X when open. */
.cc-nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 8px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  z-index: 110;
}

.cc-nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.cc-nav-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.cc-nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.cc-nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ============================================================================
   HERO
   ============================================================================ */
.hero {
  position: relative;
  padding: 48px 24px 32px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: -240px;
  left: 50%;
  transform: translateX(-50%);
  width: 1100px;
  height: 1100px;
  background: radial-gradient(
    circle,
    rgba(44, 181, 214, 0.16) 0%,
    rgba(44, 181, 214, 0) 60%
  );
  pointer-events: none;
  z-index: 0;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* White rounded card — same vibe as app.cloudcolosseum.io main hero */
.hero-card {
  position: relative;
  background: #ffffff;
  border-radius: 28px;
  padding: 36px 56px 40px;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

/* Subtle cyan glow inside the card so it ties to the brand */
.hero-card::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 700px;
  background: radial-gradient(
    circle,
    rgba(44, 181, 214, 0.10) 0%,
    rgba(44, 181, 214, 0) 65%
  );
  pointer-events: none;
}

/* Big standalone logo with a soft cyan glow halo behind it */
.hero-logo {
  position: relative;
  width: 160px;
  height: 160px;
  object-fit: contain;
  margin: 0 auto 18px;
  filter:
    drop-shadow(0 18px 40px rgba(44, 181, 214, 0.35))
    drop-shadow(0 0 60px rgba(44, 181, 214, 0.20));
  animation: hero-logo-float 6s ease-in-out infinite;
  display: block;
}

@keyframes hero-logo-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-6px); }
}

.hero h1 {
  position: relative;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -1.2px;
  margin-bottom: 14px;
  color: var(--cc-navy, #0f1c3a);
}

.highlight {
  background: linear-gradient(135deg, var(--cc-cyan), var(--cc-cyan-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-sub {
  font-size: 1.1rem;
  color: var(--cc-navy);
  line-height: 1.65;
  max-width: 720px;
  margin: 0 auto;
}

/* "Part of the AWS SA Bootcamp" pill — sits below the sub-headline so new
   visitors immediately understand Cloud Colosseum is gated behind enrollment.
   Clickable, links to sabootcamp.com. */
.hero-pill-row {
  margin-top: 22px;
  text-align: center;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(44, 181, 214, 0.08);
  border: 1px solid rgba(44, 181, 214, 0.32);
  border-radius: 999px;
  color: var(--cc-cyan-dark);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.2px;
  transition: all 0.2s ease;
}

.hero-pill strong {
  color: var(--cc-navy);
  font-weight: 800;
}

.hero-pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cc-cyan);
  box-shadow: 0 0 0 4px rgba(44, 181, 214, 0.18);
  animation: hero-pill-pulse 2.4s ease-in-out infinite;
}

@keyframes hero-pill-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(44, 181, 214, 0.35); }
  50%      { box-shadow: 0 0 0 6px rgba(44, 181, 214, 0); }
}

/* Pill is intentionally non-clickable now (informational only). No hover/arrow. */

/* ============================================================================
   PILLARS
   ============================================================================ */
.pillar {
  padding: 36px 24px 70px;
}

.pillar-alt {
  background: linear-gradient(
    180deg,
    rgba(26, 39, 68, 0) 0%,
    rgba(26, 39, 68, 0.55) 50%,
    rgba(26, 39, 68, 0) 100%
  );
}

.pillar-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.pillar-tag {
  /* Stack so a long tag line stays on ONE row, and the optional
     "Patent Pending" chip sits on its OWN row directly below — both
     inside the same cyan capsule. */
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 2.4px;
  color: var(--cc-cyan);
  margin-bottom: 18px;
  padding: 8px 16px;
  background: rgba(44, 181, 214, 0.1);
  border: 1px solid rgba(44, 181, 214, 0.28);
  border-radius: 18px;
  /* Allow long tags ("PILLAR 03 · PLAYER-VS-PLAYER HANDS-ON DUELS") to
     wrap on narrow screens instead of forcing horizontal scroll. */
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

/* "Patent Pending" sub-pill stacked on its own row inside the cyan tag.
   Subtle outlined chip in muted grey so it reads as a secondary legal
   marker without competing with the bright cyan pillar label above. */
.pillar-patent-pending {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #8b949e;
  text-transform: uppercase;
  padding: 2px 8px;
  border: 1px solid rgba(139, 148, 158, 0.4);
  border-radius: 10px;
  white-space: nowrap;
}


.pillar-copy h3 {
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  color: #ffffff;
}

.pillar-lede {
  font-size: 1.08rem;
  color: var(--cc-text-muted);
  line-height: 1.7;
  margin-bottom: 24px;
}

.pillar-lede em {
  color: #ffffff;
  font-style: normal;
  font-weight: 600;
}

.pillar-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pillar-list li {
  position: relative;
  padding: 14px 18px 14px 44px;
  background: var(--cc-card);
  border: 1px solid var(--cc-card-border);
  border-radius: 12px;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #cbd5e1;
}

.pillar-list li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 14px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--cc-orange), var(--cc-orange-warm));
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 800;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.35);
}

.pillar-list strong {
  color: #ffffff;
  font-weight: 700;
}

.pillar-list em {
  color: var(--cc-cyan);
  font-style: normal;
  font-weight: 600;
}

/* Media — pillar media column */
.pillar-media {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

/* ── Media Showcase (video + screenshot gallery) ── */
.media-showcase {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Responsive 16:9 wrapper for YouTube iframe */
.media-video-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  border-radius: 16px;
  overflow: hidden;
  background: #0a1220;
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(44, 181, 214, 0.18);
}

.media-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Screenshot thumbnail grid below the video */
.media-screenshots {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
}

.media-screenshots img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.media-screenshots img:hover {
  transform: translateY(-3px) scale(1.03);
  border-color: var(--cc-cyan);
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.45),
    0 0 0 2px rgba(44, 181, 214, 0.3);
}

/* ── Lightbox overlay (click a screenshot to enlarge) ── */
.media-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(8, 16, 31, 0.92);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.media-lightbox.active {
  opacity: 1;
  pointer-events: auto;
}

.media-lightbox img {
  max-width: 90vw;
  max-height: 88vh;
  border-radius: 14px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}

.media-lightbox-close {
  position: absolute;
  top: 24px;
  right: 32px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.media-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

/* Prev / Next arrows */
.media-lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 2;
  -webkit-user-select: none;
  user-select: none;
}

.media-lightbox-prev {
  left: 24px;
}

.media-lightbox-next {
  right: 24px;
}

.media-lightbox-arrow:hover {
  background: rgba(44, 181, 214, 0.25);
  border-color: var(--cc-cyan);
  transform: translateY(-50%) scale(1.1);
}

/* Image counter (e.g. "2 / 5") */
.media-lightbox-counter {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
  pointer-events: none;
}

/* ============================================================================
   COMPARE — "What sets us apart"
   Side-by-side comparison of Cloud Colosseum vs other platforms, with a
   center "VS" divider. Reuses the cyan brand for our column and a muted
   red/grey palette for the competitor column.
   ============================================================================ */
.compare {
  position: relative;
  padding: 60px 24px 80px;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(44, 181, 214, 0.06),
      transparent 55%
    ),
    var(--cc-deep);
  overflow: hidden;
}

.compare-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.compare-heading {
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: -0.6px;
  color: #ffffff;
  margin-bottom: 14px;
}

.compare-sub {
  font-size: 1.05rem;
  color: var(--cc-text-muted);
  max-width: 720px;
  margin: 0 auto 48px;
  line-height: 1.65;
}

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  gap: 0;
  align-items: stretch;
  text-align: left;
}

/* Cards (US + THEM) */
.compare-card {
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 32px 28px 28px;
  min-height: 100%;
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.compare-card-us {
  /* Subtle cyan inner glow to signal this is "us" */
  background:
    radial-gradient(
      circle at 30% 0%,
      rgba(44, 181, 214, 0.08),
      transparent 60%
    ),
    rgba(255, 255, 255, 0.02);
  border-color: rgba(44, 181, 214, 0.25);
}

.compare-card-them {
  background:
    radial-gradient(
      circle at 70% 0%,
      rgba(255, 107, 53, 0.05),
      transparent 60%
    ),
    rgba(255, 255, 255, 0.02);
}

/* Header pill (logo + name on US, plain text on THEM) */
.compare-card-header {
  margin-bottom: 24px;
}

.compare-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.compare-pill-us {
  background: rgba(44, 181, 214, 0.08);
  border: 1px solid rgba(44, 181, 214, 0.4);
  color: var(--cc-cyan);
}

.compare-pill-logo {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}

.compare-pill-them {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--cc-text-muted);
}

/* Comparison list rows */
.compare-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.compare-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 1rem;
  line-height: 1.5;
  color: #cbd5e1;
}

.compare-list em {
  color: var(--cc-cyan);
  font-style: normal;
  font-weight: 600;
}

.compare-list-them li {
  color: var(--cc-text-muted);
}

/* Inline "(patent pending)" label inside compare list items */
.compare-patent {
  font-size: 0.75em;
  color: #8b949e;
  font-weight: 500;
  letter-spacing: 0.3px;
}

/* Check / cross icons */
.compare-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 800;
  margin-top: 1px;
}

.compare-icon-yes {
  background: rgba(34, 197, 94, 0.12);
  border: 1.5px solid #22c55e;
  color: #22c55e;
}

.compare-icon-no {
  background: rgba(255, 107, 53, 0.1);
  border: 1.5px solid rgba(255, 107, 53, 0.55);
  color: #ff6b35;
}

/* VS divider — vertical line + circular VS badge */
.compare-vs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
}

.compare-vs-line {
  flex: 1;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(44, 181, 214, 0) 0%,
    rgba(44, 181, 214, 0.35) 50%,
    rgba(44, 181, 214, 0) 100%
  );
  min-height: 30px;
}

.compare-vs-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid var(--cc-cyan);
  background: rgba(15, 23, 41, 0.9);
  color: var(--cc-cyan);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 1px;
  box-shadow:
    0 0 0 6px rgba(44, 181, 214, 0.06),
    0 12px 28px rgba(0, 0, 0, 0.45);
}

/* ============================================================================
   MENTOR / FOUNDER
   ============================================================================ */
.mentor {
  position: relative;
  /* Top padding tightened so "Real-World Architect" sits closer to the
     Enroll CTA above (continuous flow, no big dead space). */
  padding: 48px 24px 100px;
  background: var(--cc-deep);
  overflow: hidden;
}

.mentor::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -200px;
  transform: translateY(-50%);
  width: 700px;
  height: 700px;
  background: radial-gradient(
    circle,
    rgba(44, 181, 214, 0.1) 0%,
    rgba(44, 181, 214, 0) 60%
  );
  pointer-events: none;
}

.mentor-grid {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: center;
}

.mentor-heading {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 32px;
}

/* "Real-World Architect," — promoted to brand cyan to draw the eye to the
   credibility line, then the bolder white "Not Just A Creator" delivers
   the punch underneath. */
.mentor-heading .muted {
  color: var(--cc-cyan);
  font-weight: 700;
}

.mentor-heading .strong {
  color: #ffffff;
  font-weight: 800;
}

/* Founder bio uses a handcrafted/marker font (Caveat) — intentionally
   different from the rest of the site to feel personal, not corporate.
   Bumped size to keep readability since handwritten fonts have lower x-height. */
.mentor-body p {
  font-family: "Caveat", "Bradley Hand", "Comic Sans MS", cursive;
  color: #e2e8f0;
  font-size: 1.55rem;
  line-height: 1.55;
  letter-spacing: 0.2px;
  margin-bottom: 22px;
}

.mentor-body p strong {
  color: #ffffff;
  font-weight: 700;
}

.mentor-body p em {
  color: var(--cc-cyan);
  font-style: normal;
  font-weight: 600;
}

.mentor-body .mentor-signoff {
  color: var(--cc-cyan);
  font-weight: 700;
  font-size: 1.7rem;
}

.mentor-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 460px;
}

.mentor-photo-placeholder {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 4 / 5;
  background: linear-gradient(
    135deg,
    rgba(26, 39, 68, 0.9),
    rgba(15, 23, 41, 0.95)
  );
  border: 1px solid rgba(44, 181, 214, 0.25);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative;
}

/* Founder photo wrapper — clips the zoomed-in <img> into a 4:5 frame */
.mentor-photo-frame {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(44, 181, 214, 0.25);
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative;
}

.mentor-photo {
  width: 100%;
  height: 100%;
  /* object-fit: cover scales the image to fill, then we use object-position
     to slide it up so more of the face is visible.
     The frame above clips overflow, so the visible 4:5 area shows a tighter
     crop on the face. Increase scale value below to zoom in further. */
  object-fit: cover;
  object-position: center 15%;
  transform: scale(1.55);
  transform-origin: center 28%;
  display: block;
}

.mentor-photo-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 30% 20%,
    rgba(44, 181, 214, 0.2),
    transparent 60%
  );
}

.mentor-photo-icon {
  position: relative;
  font-size: 3rem;
}

.mentor-photo-label {
  position: relative;
  color: var(--cc-text-muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.mentor-tag {
  position: absolute;
  background: rgba(15, 23, 41, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  white-space: nowrap;
  z-index: 2;
}

/* AWS tag — top-right */
.mentor-tag-top {
  top: 32px;
  right: -24px;
}

.mentor-tag-top i {
  color: var(--cc-cyan);
}

/* Founder tag — middle-LEFT. Same dark navy background as AWS tag (top),
   but with cyan font color so it pops against the photo. */
.mentor-tag-mid {
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
  background: rgba(15, 23, 41, 0.9);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--cc-cyan);
}

/* Verizon tag — bottom-RIGHT */
.mentor-tag-bottom {
  bottom: 32px;
  right: -32px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.mentor-tag-verizon-img {
  height: 22px;
  width: auto;
  display: block;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
}

/* Floating animation — tags drift gently up and down, slightly out of phase */
@keyframes mentor-tag-floaty {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}

@keyframes mentor-tag-floaty-mid {
  0%, 100% { transform: translateY(-50%); }
  50%      { transform: translateY(calc(-50% - 8px)); }
}

.mentor-tag-float {
  animation: mentor-tag-floaty 5s ease-in-out infinite;
  will-change: transform;
}

.mentor-tag-top.mentor-tag-float {
  animation-duration: 5.2s;
  animation-delay: 0s;
}

.mentor-tag-mid.mentor-tag-float {
  /* Mid tag uses translateY(-50%) for centering, so needs its own keyframes */
  animation-name: mentor-tag-floaty-mid;
  animation-duration: 6s;
  animation-delay: -1.5s;
}

.mentor-tag-bottom.mentor-tag-float {
  animation-duration: 5.6s;
  animation-delay: -3s;
}

/* ============================================================================
   BOOTCAMP
   ============================================================================ */
.bootcamp {
  position: relative;
  /* Bottom padding intentionally tight so the next section (Founder)
     starts visually closer to the Enroll CTA. */
  padding: 50px 24px 36px;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(44, 181, 214, 0.08),
      transparent 60%
    ),
    linear-gradient(180deg, var(--cc-dark) 0%, var(--cc-deep) 100%);
}

.bootcamp-inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.bootcamp-eyebrow {
  display: inline-block;
  background: rgba(44, 181, 214, 0.12);
  color: var(--cc-cyan);
  padding: 8px 18px;
  border-radius: 24px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  border: 1px solid rgba(44, 181, 214, 0.3);
  margin-bottom: 24px;
}

.bootcamp-heading {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 1.5px;
  color: #ffffff;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.bootcamp h2 {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.8px;
  margin-bottom: 24px;
  color: #ffffff;
}

.bootcamp-lede {
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 1.6;
  margin: 0 auto 48px;
  max-width: 820px;
}

.bootcamp-lede strong {
  color: #ffffff;
  font-weight: 700;
}

.bootcamp-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
  text-align: left;
}

.bootcamp-point {
  background: var(--cc-card);
  border: 1px solid var(--cc-card-border);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: all 0.25s ease;
}

.bootcamp-point:hover {
  border-color: var(--cc-card-hover);
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
}

.bootcamp-point-icon {
  font-size: 1.8rem;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(44, 181, 214, 0.12);
  border-radius: 12px;
}

.bootcamp-point strong {
  display: block;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.bootcamp-point p {
  color: var(--cc-text-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

/* ============================================================================
   FOOTER STYLES (mirrors Frontend/css/base.css for the shared component)
   ============================================================================ */
.site-footer {
  background: #2d3445;
  color: #ffffff;
  padding: 0;
  margin-top: 0;
  position: relative;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #636c82;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 30px 30px;
}

.footer-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-logo-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 8px;
}

.footer-logo-text {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
}

.footer-tagline {
  font-size: 0.95rem;
  color: #8b949e;
  line-height: 1.6;
}

.brand-ecosystem {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.ecosystem-label {
  font-size: 0.75rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ecosystem-links {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}

.ecosystem-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #58a6ff;
  text-decoration: underline;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.ecosystem-link:hover {
  color: #79c0ff;
}

.ecosystem-link i {
  font-size: 0.85rem;
  width: 16px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-col-title {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-link {
  color: #8b949e;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-link:hover {
  color: var(--cc-cyan);
}

.footer-link i {
  font-size: 1rem;
  width: 20px;
}

.footer-link svg {
  flex-shrink: 0;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  text-align: center;
}

.footer-copyright {
  font-size: 0.85rem;
  color: #6e7681;
}

/* Inline patent notice that sits next to the copyright line.
   Intentionally subtle (lighter grey, slightly smaller) so it reads as
   a secondary legal marker rather than a bold callout. */
.footer-patent-notice {
  margin-left: 6px;
  color: #8b949e;
  font-size: 0.95em;
  letter-spacing: 0.3px;
}

/* ============================================================================
   RESPONSIVE
   ============================================================================ */
@media (max-width: 992px) {
  .hero h1 {
    font-size: 2.6rem;
  }

  .hero-card {
    padding: 28px 44px 22px;
  }

  .hero-card-title {
    font-size: 2.4rem;
  }

  .pillar-grid,
  .mentor-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* On mobile/tablet, ALL pillars should read copy-first, media-second
     (including the reversed Pillar 02 which puts media on the LEFT on
     desktop). Forcing the media to come after the copy keeps the
     reading order consistent: headline → benefits → proof video. */
  .pillar-grid-reverse .pillar-copy {
    order: 1;
  }
  .pillar-grid-reverse .pillar-media {
    order: 2;
  }

  .mentor-heading {
    font-size: 2.4rem;
  }

  /* Pull floating credential tags inward so they hug the photo frame
     instead of escaping past the column edge on tablet widths. */
  .mentor-tag-top {
    top: 18px;
    right: 8px;
    left: auto;
  }

  .mentor-tag-mid {
    left: 8px;
  }

  .mentor-tag-bottom {
    bottom: 24px;
    right: 8px;
  }

  .bootcamp h2 {
    font-size: 2.2rem;
  }

  .bootcamp-heading {
    font-size: 2.1rem;
    letter-spacing: 1px;
  }

  .bootcamp-points {
    grid-template-columns: 1fr;
  }

  /* Compare section: stack columns vertically, switch VS to horizontal */
  .compare-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .compare-vs {
    flex-direction: row;
    width: 100%;
    padding: 8px 0;
  }

  .compare-vs-line {
    flex: 1;
    height: 1px;
    width: auto;
    min-height: 0;
    background: linear-gradient(
      90deg,
      rgba(44, 181, 214, 0) 0%,
      rgba(44, 181, 214, 0.35) 50%,
      rgba(44, 181, 214, 0) 100%
    );
  }

  .compare-heading {
    font-size: 2rem;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .footer-brand-col {
    grid-column: span 2;
  }
}

/* ── Mobile: show hamburger, hide desktop nav links until toggled ── */
@media (max-width: 820px) {
  .cc-nav {
    padding: 12px 18px;
    flex-wrap: wrap;
  }

  .cc-nav-toggle {
    display: flex;
  }

  .cc-nav-links {
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    margin-top: 12px;
    padding: 14px 4px 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .cc-nav-links.is-open {
    display: flex;
  }

  .cc-nav-links a {
    padding: 12px 10px;
    font-size: 1rem;
    border-radius: 8px;
  }

  .cc-nav-links a:not(.btn-nav):hover {
    background: rgba(255, 255, 255, 0.04);
  }

  .cc-nav-signin {
    padding: 12px 10px !important;
  }

  .btn-nav {
    text-align: center;
    margin-top: 4px;
  }
}

@media (max-width: 700px) {
  .cc-nav {
    padding: 12px 16px;
  }

  .hero {
    padding: 32px 18px 32px;
  }

  .hero-card {
    padding: 28px 22px 26px;
    margin-bottom: 0;
    border-radius: 22px;
  }

  .hero-logo {
    width: 96px;
    height: 96px;
    margin-bottom: 14px;
  }

  .hero-card-title {
    font-size: 1.9rem;
  }

  .hero h1 {
    font-size: 1.95rem;
    letter-spacing: -0.6px;
    line-height: 1.18;
    overflow-wrap: break-word;
    margin-bottom: 12px;
  }

  .hero-sub {
    font-size: 1rem;
    line-height: 1.6;
  }

  .hero-pill-row {
    margin-top: 18px;
  }

  .hero-pill {
    font-size: 0.82rem;
    padding: 9px 14px;
    line-height: 1.35;
    text-align: center;
    /* Allow the long phrase to wrap inside the pill on tiny screens
       instead of pushing the dot off-axis. */
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  /* Pillars: each section gets a comfortable, equal vertical rhythm so
     the page reads as a clean stack instead of variable gaps. */
  .pillar {
    padding: 56px 18px 56px;
  }

  .pillar-grid,
  .mentor-grid {
    gap: 32px;
  }

  .pillar-tag {
    font-size: 0.78rem;
    letter-spacing: 1.6px;
    padding: 8px 14px;
    margin-bottom: 16px;
  }

  .pillar-copy h3 {
    font-size: 1.6rem;
    letter-spacing: -0.3px;
    margin-bottom: 14px;
  }

  .pillar-lede {
    font-size: 1rem;
    margin-bottom: 22px;
  }

  .pillar-list {
    gap: 12px;
  }

  .pillar-list li {
    font-size: 0.95rem;
    padding: 12px 14px 12px 40px;
  }

  /* Tighter screenshot grid on phones */
  .media-screenshots {
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    gap: 8px;
  }

  /* Compare section padding + card padding */
  .compare {
    padding: 56px 18px 64px;
  }

  .compare-card {
    padding: 24px 20px 22px;
    border-radius: 16px;
  }

  .compare-heading {
    font-size: 1.7rem;
    margin-bottom: 12px;
  }

  .compare-sub {
    font-size: 0.98rem;
    margin-bottom: 28px;
  }

  .compare-list {
    gap: 14px;
  }

  .compare-list li {
    font-size: 0.95rem;
  }

  /* Smaller, less obtrusive VS badge between stacked compare cards */
  .compare-vs {
    padding: 4px 0;
    gap: 10px;
  }

  .compare-vs-circle {
    width: 48px;
    height: 48px;
    font-size: 0.9rem;
    box-shadow:
      0 0 0 4px rgba(44, 181, 214, 0.06),
      0 8px 18px rgba(0, 0, 0, 0.4);
  }

  .mentor {
    padding: 56px 18px 64px;
  }

  .mentor-heading {
    font-size: 1.9rem;
    letter-spacing: -0.4px;
    margin-bottom: 22px;
    text-align: center;
  }

  .mentor-body p {
    font-size: 1.35rem;
    margin-bottom: 18px;
  }

  .mentor-body .mentor-signoff {
    font-size: 1.5rem;
  }

  .mentor-media {
    /* Match desktop "stage" so floating chips overhang the frame edges
       like in desktop view, but capped so nothing escapes the viewport. */
    min-height: 420px;
    max-width: 340px;
    margin: 0 auto;
    width: 100%;
    /* Allow tags to extend slightly past the photo frame (desktop look)
       — outer .mentor section already has overflow-x clipped. */
    overflow: visible;
  }

  .mentor-photo-frame {
    max-width: 100%;
  }

  /* Floating credential chips — match desktop styling and offsets so
     mobile reads the same as desktop: top-right, mid-left, bottom-right,
     each on a single line and overhanging the photo frame edge.
     Float animation is preserved (same as desktop) so the chips drift
     gently up and down. */
  .mentor-tag {
    font-size: 0.78rem;
    padding: 9px 14px;
    border-radius: 12px;
    white-space: nowrap;
    max-width: none;
  }

  .mentor-tag-top {
    top: 24px;
    right: -16px;
    left: auto;
  }

  .mentor-tag-mid {
    top: 50%;
    left: -12px;
    right: auto;
    transform: translateY(-50%);
  }

  .mentor-tag-bottom {
    bottom: 24px;
    right: -20px;
    left: auto;
  }

  .mentor-tag-bottom .mentor-tag-verizon-img {
    height: 18px;
  }

  .bootcamp {
    padding: 56px 18px 56px;
  }

  .bootcamp-heading {
    font-size: 1.6rem;
    letter-spacing: 0.6px;
    margin-bottom: 22px;
  }

  .bootcamp h2 {
    font-size: 1.7rem;
  }

  .bootcamp-lede {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 28px;
  }

  .bootcamp-points {
    gap: 14px;
    margin-bottom: 32px;
  }

  .bootcamp-point {
    padding: 18px;
    gap: 14px;
  }

  .btn-large {
    padding: 16px 32px;
    font-size: 1rem;
  }

  .footer-content {
    padding: 36px 18px 24px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .footer-brand-col {
    grid-column: span 1;
  }

  .ecosystem-links {
    flex-direction: column;
    gap: 10px;
  }

  /* Lightbox arrows + close — pull in from edges so they don't get cut off */
  .media-lightbox-prev {
    left: 8px;
  }
  .media-lightbox-next {
    right: 8px;
  }
  .media-lightbox-arrow {
    width: 42px;
    height: 42px;
    font-size: 1.5rem;
  }
  .media-lightbox-close {
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    font-size: 1.2rem;
  }
}

/* Extra-small phones (≤ 380px): final squeeze on hero/headings */
@media (max-width: 380px) {
  .hero h1 {
    font-size: 1.7rem;
  }

  .hero-logo {
    width: 84px;
    height: 84px;
  }

  .pillar-copy h3 {
    font-size: 1.4rem;
  }

  .compare-heading {
    font-size: 1.5rem;
  }

  .bootcamp-heading {
    font-size: 1.4rem;
  }

  .mentor-heading {
    font-size: 1.65rem;
  }
}
