/* CDC For Students — extends cdc-events.css (shared hero + tokens) */

.page-cdc-students {
  --cdc-stu-sticky-top: clamp(88px, 10vh, 112px);
  background-color: var(--cdc-cream, #fbf8f4);
}

.page-cdc-students .main-header.main-header--three {
  z-index: 100;
}

.page-cdc-students #smooth-content {
  overflow: visible;
}

/* Hero — solid oxblood (per page brief: no photo, words carry it) */
.cdc-stu-hero--solid .cdc-stu-hero__bg {
  background-color: #7c2030;
  background-image: none;
  transform: none;
  animation: none;
}

.cdc-stu-hero--solid .cdc-stu-hero__overlay {
  background: linear-gradient(
    180deg,
    rgba(61, 12, 13, 0.15) 0%,
    transparent 45%,
    rgba(0, 0, 0, 0.12) 100%
  );
}

.cdc-stu-hero--solid .cdc-events-hero__glow--1 {
  background: rgba(201, 163, 90, 0.22);
}

.cdc-stu-hero--solid .cdc-events-hero__glow--2 {
  background: rgba(207, 226, 221, 0.1);
}

/* Hero extras */
.cdc-stu-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}

.cdc-stu-intro {
  padding-bottom: 0;
}

/* Shared section typography */
.cdc-stu-section {
  padding: 30px 10px 30px;
}

.cdc-stu-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  font-family: var(--conlive-heading-font, "Raleway", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cdc-red, #b91c28);
}

.cdc-stu-eyebrow i {
  font-size: 13px;
}

.cdc-stu-eyebrow--light {
  color: rgba(251, 248, 244, 0.75);
}

.cdc-stu-head {
  max-width: 680px;
  margin-bottom: clamp(28px, 4vw, 40px);
}

.cdc-stu-head--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.cdc-stu-head--light .cdc-stu-title {
  color: var(--cdc-cream, #fbf8f4);
}

.cdc-stu-title {
  margin: 0;
  font-family: var(--conlive-heading-font, "Raleway", sans-serif);
  font-size: clamp(24px, 3vw + 10px, 38px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  padding-bottom: 30px;
  color: var(--cdc-charcoal, #1c1c1c);
}

.cdc-stu-title span {
  background: linear-gradient(90deg, var(--cdc-red-700, #8c1f1f), var(--cdc-red-bright, #d6293a));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.cdc-stu-title--light {
  color: var(--cdc-cream, #fbf8f4);
}

.cdc-stu-title--light span {
  background: var(--cdc-gradient-hero-accent, linear-gradient(90deg, #fbf8f4, #e8c9a0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.cdc-stu-title--section {
  padding-bottom: 12px;
}

.cdc-stu-skills__intro {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(15px, 0.35vw + 14px, 16px);
  line-height: 1.6;
  color: var(--conlive-text, #636363);
}

.cdc-stu-lead {
  margin: 0 0 14px;
  font-size: clamp(15px, 0.4vw + 14px, 17px);
  line-height: 1.7;
  color: var(--conlive-text, #636363);
}

.cdc-stu-lead:last-child {
  margin-bottom: 0;
}

/* Split layouts */
.cdc-stu-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

@media (min-width: 992px) {
  .cdc-stu-split {
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(24px, 4vw, 40px);
  }
}

.cdc-stu-split__visual,
.cdc-stu-who__visual {
  align-self: start;
}

@media (min-width: 992px) {
  .cdc-stu-split__visual,
  .cdc-stu-who__visual {
    position: sticky;
    top: var(--cdc-stu-sticky-top);
    z-index: 2;
  }
}

.cdc-stu-visual {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 260px;
  box-shadow: 0 24px 56px rgba(61, 12, 13, 0.14);
}

.cdc-stu-visual--tall {
  min-height: 450px;
}

.cdc-stu-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
}

.cdc-stu-visual__badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(251, 248, 244, 0.94);
  backdrop-filter: blur(8px);
  font-family: var(--conlive-heading-font, "Raleway", sans-serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cdc-charcoal, #1c1c1c);
}

.cdc-stu-visual__badge strong {
  display: block;
  margin-top: 2px;
  font-size: 26px;
  line-height: 1;
  color: var(--cdc-red, #b91c28);
}

/* Why */
.cdc-stu-why {
  background: #fff;
}

.cdc-stu-why--full .cdc-stu-why__content {
  width: 100%;
  max-width: none;
}

/* Skills grid */
.cdc-stu-skills {
  background: var(--cdc-cream, #fbf8f4);
}

.cdc-stu-skills__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.cdc-stu-skill {
  position: relative;
  padding: clamp(24px, 3vw, 30px) clamp(20px, 2.5vw, 26px);
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(61, 12, 13, 0.07);
  box-shadow: 0 12px 36px rgba(61, 12, 13, 0.05);
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.cdc-stu-skill:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(61, 12, 13, 0.1);
}

.cdc-stu-skill__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: var(--cdc-gradient, linear-gradient(135deg, #3d0c0d, #b91c28));
  color: #fff;
  font-size: 20px;
  box-shadow: 0 8px 22px rgba(185, 28, 40, 0.28);
}

.cdc-stu-skill__num {
  position: absolute;
  top: 18px;
  right: 18px;
  font-family: var(--conlive-heading-font, "Raleway", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(185, 28, 40, 0.35);
}

.cdc-stu-skill__title {
  margin: 0 0 8px;
  font-family: var(--conlive-heading-font, "Raleway", sans-serif);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--cdc-charcoal, #1c1c1c);
}

.cdc-stu-skill__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--conlive-text, #636363);
}

/* How it works */
.cdc-stu-how {
  position: relative;
  overflow: hidden;
  color: var(--cdc-cream, #fbf8f4);
}

.cdc-stu-how__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
}

.cdc-stu-how__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(61, 12, 13, 0.94) 0%,
    rgba(107, 24, 24, 0.9) 50%,
    rgba(61, 12, 13, 0.88) 100%
  );
}

.cdc-stu-how .container {
  position: relative;
  z-index: 1;
}

.cdc-stu-how__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.cdc-stu-how-card {
  padding: clamp(24px, 3vw, 30px);
  border-radius: 20px;
  background: rgba(251, 248, 244, 0.08);
  border: 1px solid rgba(251, 248, 244, 0.14);
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, background 0.3s ease;
}

.cdc-stu-how-card:hover {
  transform: translateY(-4px);
  background: rgba(251, 248, 244, 0.12);
}

.cdc-stu-how-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: rgba(251, 248, 244, 0.14);
  color: #f0d4b0;
  font-size: 18px;
}

.cdc-stu-how-card__num {
  display: block;
  margin-bottom: 8px;
  font-family: var(--conlive-heading-font, "Raleway", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #f0d4b0;
}

.cdc-stu-how-card__title {
  margin: 0 0 10px;
  font-family: var(--conlive-heading-font, "Raleway", sans-serif);
  font-size: clamp(17px, 1vw + 14px, 20px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--cdc-cream, #fbf8f4);
}

.cdc-stu-how-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(251, 248, 244, 0.82);
}

/* Who should join */
.cdc-stu-who {
  background: #fff;
}

.cdc-stu-who__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

@media (min-width: 992px) {
  .cdc-stu-who__layout {
    grid-template-columns: 0.9fr 1.1fr;
    gap: clamp(24px, 4vw, 40px);
  }
}

.cdc-stu-who__panel {
  padding: clamp(24px, 4vw, 36px);
  border-radius: 22px;
  background: var(--cdc-cream, #fbf8f4);
  border: 1px solid rgba(61, 12, 13, 0.08);
  box-shadow: 0 16px 44px rgba(61, 12, 13, 0.06);
}

.cdc-stu-checklist {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cdc-stu-checklist__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  font-size: 15px;
  line-height: 1.6;
  color: var(--cdc-charcoal, #1c1c1c);
}

.cdc-stu-checklist__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  border-radius: 50%;
  background: rgba(185, 28, 40, 0.1);
  color: var(--cdc-red, #b91c28);
  font-size: 11px;
  flex-shrink: 0;
}

/* Testimonials — oxblood left border, italic quote, bold name, monospace role */
.cdc-stu-quotes {
  background: var(--cdc-cream, #fbf8f4);
}

.cdc-stu-quote {
  margin: 0;
  padding: clamp(20px, 3vw, 28px) clamp(18px, 2.5vw, 24px);
  padding-left: clamp(20px, 2.5vw, 26px);
  border-left: 4px solid #7c2030;
  border-radius: 0 12px 12px 0;
  background: #fff;
  box-shadow: none;
}

.cdc-stu-quote__text {
  margin: 0 0 16px;
  font-size: clamp(15px, 0.35vw + 14px, 17px);
  font-style: italic;
  line-height: 1.65;
  color: var(--cdc-charcoal, #1c1c1c);
}

.cdc-stu-quote__foot {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cdc-stu-quote__name {
  font-family: var(--conlive-heading-font, "Raleway", sans-serif);
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  color: var(--cdc-charcoal, #1c1c1c);
}

.cdc-stu-quote__role {
  font-family: ui-monospace, "Cascadia Code", "SF Mono", Consolas, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--conlive-text, #636363);
}

/* Past events strip — 3 cards: date, title, motion line */
.cdc-stu-floor {
  background: #fff;
}

.cdc-stu-floor-card {
  padding: clamp(18px, 2.5vw, 24px);
  border-radius: 14px;
  background: var(--cdc-cream, #fbf8f4);
  border: 1px solid rgba(61, 12, 13, 0.08);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.cdc-stu-floor-card:hover {
  border-color: rgba(124, 32, 48, 0.22);
  box-shadow: 0 12px 32px rgba(61, 12, 13, 0.08);
}

.cdc-stu-floor-card__date {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(124, 32, 48, 0.1);
  font-family: ui-monospace, "Cascadia Code", "SF Mono", Consolas, monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #7c2030;
}

.cdc-stu-floor-card__title {
  margin: 0 0 10px;
  font-family: var(--conlive-heading-font, "Raleway", sans-serif);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--cdc-charcoal, #1c1c1c);
}

.cdc-stu-floor-card__motion {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--conlive-text, #636363);
}

.cdc-stu-floor__more {
  margin-top: clamp(28px, 4vw, 36px);
}

/* Closing CTA */
.cdc-stu-closing {
  padding-top: 0;
}

.cdc-stu-closing__box {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 22px;
  overflow: hidden;
  background: var(--cdc-charcoal, #1c1c1c);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  .cdc-stu-closing__box {
    grid-template-columns: 0.42fr 0.58fr;
    min-height: 320px;
  }
}

.cdc-stu-closing__media {
  min-height: 200px;
  background-size: cover;
  background-position: center;
}

.cdc-stu-closing__content {
  padding: clamp(28px, 4vw, 44px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cdc-stu-closing__title {
  margin: 0 0 12px;
  font-family: var(--conlive-heading-font, "Raleway", sans-serif);
  font-size: clamp(22px, 2.5vw + 12px, 32px);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.cdc-stu-closing__text {
  margin: 0 0 24px;
  max-width: 520px;
  font-size: 15px;
  font-style: italic;
  line-height: 1.6;
  color: rgba(251, 248, 244, 0.78);
}

.cdc-stu-closing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-cdc-students .cdc-stu-closing .btn-outline-cdc {
  border-color: rgba(251, 248, 244, 0.45);
  color: var(--cdc-cream, #fbf8f4);
}

.page-cdc-students .cdc-stu-closing .btn-outline-cdc:hover {
  border-color: var(--cdc-cream, #fbf8f4);
  background: rgba(251, 248, 244, 0.1);
  color: var(--cdc-cream, #fbf8f4);
}

/* Responsive */
@media (max-width: 991px) {
  .cdc-stu-skills__grid,
  .cdc-stu-how__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cdc-stu-how__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .cdc-stu-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cdc-stu-hero__actions .btn-gradient-cdc,
  .cdc-stu-hero__actions .btn-outline-cdc {
    width: 100%;
    justify-content: center;
  }

  .cdc-stu-skills__grid,
  .cdc-stu-how__grid {
    grid-template-columns: 1fr;
  }

  .cdc-stu-closing__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cdc-stu-closing__actions .btn-gradient-cdc,
  .cdc-stu-closing__actions .btn-outline-cdc {
    width: 100%;
    justify-content: center;
  }

  .cdc-events-intro__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .cdc-stu-who__panel {
    padding: 20px 18px;
  }

  .cdc-stu-visual {
    min-height: 220px;
  }
}
