/* /css/feature-core-course-support.css — /start/feature/core-course-support/ */

.ccs-page {
  background: var(--cream);
  color: var(--text);
}

.ccs-page h1,
.ccs-page h2,
.ccs-page h3 {
  color: var(--ink);
}

.ccs-page .tiny-label.light {
  color: rgba(255, 248, 236, 0.88);
}

.ccs-page .tiny-label.light::before {
  background: var(--gold);
}

/* Reveal motion */
.ccs-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.ccs-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.ccs-reveal-delay {
  transition-delay: 0.12s;
}

.ccs-reveal-delay-2 {
  transition-delay: 0.24s;
}

@media (prefers-reduced-motion: reduce) {
  .ccs-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ——— Hero ——— */
.ccs-hero {
  position: relative;
  overflow: hidden;
  padding: 52px 0 64px;
}

.ccs-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 88% 18%, rgba(94, 148, 99, 0.22), transparent 55%),
    radial-gradient(ellipse 55% 50% at 8% 70%, rgba(37, 91, 114, 0.14), transparent 50%),
    radial-gradient(ellipse 40% 40% at 45% 0%, rgba(241, 182, 70, 0.18), transparent 45%),
    linear-gradient(180deg, #fffdf7 0%, var(--cream) 55%, var(--sage) 100%);
  pointer-events: none;
}

.ccs-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}

.ccs-hero-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  line-height: 0.98;
}

.ccs-hero-sub {
  max-width: 34em;
  margin: 0 0 24px;
  color: var(--ink-2);
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
  font-weight: 700;
  line-height: 1.4;
}

.ccs-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
}

.ccs-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  padding: 10px 14px;
  background: rgba(255, 253, 247, 0.92);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
}

.ccs-hero-points strong {
  color: var(--green-deep);
}

.ccs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.ccs-cta {
  box-shadow: 0 12px 28px rgba(239, 125, 60, 0.28);
}

.ccs-cta:hover {
  transform: translateY(-1px);
}

.ccs-cta-large {
  min-height: 54px;
  padding: 16px 28px;
  font-size: 1.05rem;
}

.ccs-hero-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.ccs-hero-aside {
  display: grid;
  gap: 16px;
}

.ccs-hero-visual {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background: var(--sky);
}

.ccs-hero-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 28%;
}

.ccs-aside-card {
  padding: 22px 22px 20px;
  background: var(--ink);
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(24, 56, 74, 0.22);
}

.ccs-aside-label {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ccs-aside-card ul {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.ccs-aside-card li {
  position: relative;
  padding: 8px 0 8px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 800;
  font-size: 0.98rem;
}

.ccs-aside-card li:first-child {
  border-top: 0;
  padding-top: 0;
}

.ccs-aside-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: var(--green);
}

.ccs-aside-soon {
  margin: 0;
  color: rgba(255, 248, 236, 0.72);
  font-size: 0.88rem;
  line-height: 1.4;
}

/* ——— Shared sections ——— */
.ccs-section {
  padding: 64px 0;
}

.ccs-section-head {
  max-width: 720px;
  margin-bottom: 36px;
}

.ccs-section-head.centered {
  margin-left: auto;
  margin-right: auto;
}

.ccs-section-head h2 {
  margin-bottom: 12px;
}

.ccs-section-head p:not(.tiny-label) {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

/* ——— How ——— */
.ccs-how {
  background: var(--paper);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.ccs-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ccs-step {
  padding: 28px 24px 26px;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 18px;
  border-top: 4px solid var(--green);
}

.ccs-step:nth-child(2) {
  border-top-color: var(--gold);
}

.ccs-step:nth-child(3) {
  border-top-color: var(--ink-2);
}

.ccs-step-num {
  display: block;
  margin-bottom: 14px;
  color: var(--green-deep);
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 650;
  letter-spacing: -0.03em;
}

.ccs-step h3 {
  margin-bottom: 10px;
  font-size: 1.28rem;
}

.ccs-step p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

/* ——— Subjects ——— */
.ccs-subjects {
  background:
    radial-gradient(ellipse 50% 40% at 0% 50%, rgba(230, 241, 245, 0.9), transparent 60%),
    var(--cream);
}

.ccs-subject-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.ccs-subject {
  padding: 28px 26px 26px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(24, 56, 74, 0.06);
}

.ccs-subject-eyebrow {
  margin: 0 0 8px;
  color: var(--green-deep);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ccs-subject h3 {
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-weight: 650;
}

.ccs-subject-lead {
  margin: 0 0 20px;
  color: var(--muted);
}

.ccs-subject-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.ccs-subject h4 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ccs-subject ul {
  margin: 0;
  padding: 0 0 0 1.1em;
  color: var(--text);
  font-size: 0.95rem;
}

.ccs-subject li {
  margin-bottom: 6px;
}

/* ——— Schedule ——— */
.ccs-schedule {
  background:
    radial-gradient(ellipse 60% 45% at 50% 0%, rgba(241, 182, 70, 0.14), transparent 55%),
    linear-gradient(180deg, var(--sage) 0%, var(--cream) 100%);
}

.ccs-schedule-banners {
  display: grid;
  gap: 10px;
  max-width: 720px;
  margin: 0 auto 28px;
}

.ccs-banner {
  margin: 0;
  padding: 14px 18px;
  text-align: center;
  background: rgba(255, 253, 247, 0.9);
  border: 1px solid var(--border);
  border-radius: 12px;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 700;
}

.ccs-banner-urgent {
  background: #fff4e8;
  border-color: rgba(239, 125, 60, 0.35);
  border-left: 5px solid var(--orange);
}

.ccs-banner-urgent strong {
  color: #c45a1a;
}

.ccs-schedule-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 32px;
}

.ccs-day {
  padding: 22px 20px 18px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(24, 56, 74, 0.07);
}

.ccs-day h3 {
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--gold);
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 650;
}

.ccs-day ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ccs-day li {
  display: grid;
  gap: 4px;
  padding: 12px 0;
  border-top: 1px solid var(--sand);
}

.ccs-day li:first-child {
  border-top: 0;
  padding-top: 0;
}

.ccs-day time {
  display: block;
  color: var(--green-deep);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ccs-day span {
  color: var(--ink);
  font-weight: 800;
  font-size: 1.02rem;
  line-height: 1.3;
}

.ccs-schedule-cta {
  text-align: center;
}

.ccs-schedule-cta p {
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 700;
}

/* ——— Difference ——— */
.ccs-difference {
  padding: 64px 0;
  background:
    radial-gradient(circle at 86% 12%, rgba(241, 182, 70, 0.18), transparent 32%),
    linear-gradient(135deg, #143f58 0%, #2d735d 100%);
  color: #fff;
}

.ccs-difference-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: start;
}

.ccs-difference h2 {
  color: #fff;
  margin-bottom: 14px;
}

.ccs-difference-copy p:not(.tiny-label) {
  margin: 0;
  color: rgba(255, 248, 236, 0.82);
  font-size: 1.08rem;
  line-height: 1.5;
}

.ccs-pillars {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.ccs-pillars li {
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  color: rgba(255, 248, 236, 0.9);
  font-size: 0.98rem;
  line-height: 1.4;
}

.ccs-pillars strong {
  color: #fff;
}

/* ——— Coach ——— */
.ccs-coach {
  background: var(--paper);
}

.ccs-coach-inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: center;
}

.ccs-coach-photo {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background: var(--sand);
}

.ccs-coach-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top center;
}

.ccs-coach-copy h2 {
  margin-bottom: 14px;
}

.ccs-coach-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

.ccs-promise {
  margin-top: 18px !important;
  padding: 14px 16px;
  background: var(--sage);
  border-left: 5px solid var(--green);
  color: var(--ink) !important;
  font-family: var(--serif);
  font-size: 1.2rem !important;
  font-weight: 650;
  line-height: 1.25;
}

/* ——— Final CTA ——— */
.ccs-final {
  padding: 72px 0 80px;
  background:
    radial-gradient(ellipse 50% 60% at 50% 100%, rgba(94, 148, 99, 0.2), transparent 55%),
    radial-gradient(ellipse 40% 50% at 20% 0%, rgba(241, 182, 70, 0.16), transparent 50%),
    linear-gradient(180deg, #163d52 0%, #1f5a48 100%);
  color: #fff;
  text-align: center;
}

.ccs-final-inner {
  max-width: 760px;
}

.ccs-final h2 {
  color: #fff;
  margin-bottom: 16px;
}

.ccs-final > .site-shell > p,
.ccs-final-inner > p {
  margin: 0 auto 22px;
  max-width: 36em;
  color: rgba(255, 248, 236, 0.86);
  font-size: 1.12rem;
  line-height: 1.45;
}

.ccs-final-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}

.ccs-final-points span {
  padding: 9px 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
  color: #fff;
}

.ccs-final .ccs-cta {
  margin-bottom: 22px;
}

.ccs-final-tag {
  margin: 0 !important;
  color: rgba(255, 248, 236, 0.65) !important;
  font-family: var(--serif);
  font-size: 1.05rem !important;
  font-style: italic;
}

/* ——— Responsive ——— */
@media (max-width: 980px) {
  .ccs-hero-inner,
  .ccs-difference-inner,
  .ccs-coach-inner {
    grid-template-columns: 1fr;
  }

  .ccs-hero {
    padding: 36px 0 48px;
  }

  .ccs-hero-aside {
    max-width: 520px;
  }

  .ccs-coach-photo {
    max-width: 280px;
  }

  .ccs-steps,
  .ccs-subject-grid,
  .ccs-schedule-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ccs-section {
    padding: 48px 0;
  }

  .ccs-subject-cols {
    grid-template-columns: 1fr;
  }

  .ccs-hero-actions {
    flex-direction: column;
  }

  .ccs-hero-actions .button {
    width: 100%;
  }

  .ccs-hero-points span {
    width: 100%;
    justify-content: center;
  }

  .ccs-final {
    padding: 56px 0 64px;
  }

  .ccs-final .ccs-cta-large {
    width: 100%;
  }
}
