/* ============================================================
   Edu2Future LLC — Programs
   Extends "Editorial Prestige" (study-usa.css).
   Page-specific components, .prog- prefixed.
   ============================================================ */

.prog-hero {
  position: relative;
  z-index: 1;
  max-width: 940px;
}
.prog-hero .su-display {
  color: #fff;
  font-size: clamp(2.4rem, 5.6vw, 4.2rem);
  margin: 22px 0 24px;
}

/* Hero quick-nav chips -------------------------------------- */
.prog-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}
.prog-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 999px;
  font-size: .92rem;
  font-weight: 600;
  color: #EAF0F7;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.16);
  text-decoration: none;
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
.prog-chip span { color: var(--su-gold); font-weight: 700; }
.prog-chip em {
  font-style: normal;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #1a1407;
  background: var(--su-gold);
  padding: 3px 8px;
  border-radius: 999px;
}
.prog-chip:hover { background: rgba(212,175,55,.12); border-color: rgba(212,175,55,.4); transform: translateY(-2px); }

/* ============================================================
   PROGRAM INDEX
   ============================================================ */
.prog-index {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.prog-index-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--su-line);
  border-radius: 18px;
  padding: 30px 28px 28px;
  text-decoration: none;
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.prog-index-card::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--su-gold);
  transform: scaleX(0); transform-origin: left;
  transition: transform .4s ease;
}
.prog-index-card:hover { transform: translateY(-8px); box-shadow: 0 30px 60px -28px rgba(11,31,58,.35); border-color: transparent; }
.prog-index-card:hover::before { transform: scaleX(1); }
.prog-index-status {
  align-self: flex-start;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.prog-index-status.is-live { color: #1d6b3f; background: rgba(34,139,84,.12); border: 1px solid rgba(34,139,84,.3); }
.prog-index-status.is-soon { color: #8a6d1a; background: rgba(212,175,55,.14); border: 1px solid rgba(212,175,55,.4); }
.prog-index-ico {
  width: 52px; height: 52px;
  border-radius: 13px;
  display: grid; place-items: center;
  background: linear-gradient(160deg, #0d2444, var(--su-ink));
  color: var(--su-gold);
  margin-bottom: 18px;
}
.prog-index-ico svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.prog-index-card h3 {
  font-family: var(--su-serif);
  font-weight: 500;
  font-size: 1.4rem;
  color: var(--su-ink);
  margin-bottom: 8px;
}
.prog-index-card p { font-size: .92rem; line-height: 1.55; color: var(--color-paragraph); margin-bottom: 20px; flex: 1; }
.prog-index-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: .9rem;
  color: var(--su-navy);
}
.prog-index-link .su-arrow { color: var(--su-gold); transition: transform .25s ease; }
.prog-index-card:hover .prog-index-link .su-arrow { transform: translateX(5px); }

/* ============================================================
   BRIDGEUSA — lead + tracks (on navy band)
   ============================================================ */
.prog-lead { max-width: 760px; margin-bottom: clamp(40px, 5vw, 60px); }
.prog-lead .su-display { color: #fff; font-size: clamp(2rem, 4vw, 3rem); margin: 18px 0 20px; }
.prog-lead p { color: #B9C6D6; font-size: 1.08rem; line-height: 1.7; }
.prog-lead p b { color: var(--su-gold); }
.prog-lead-meta { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 12px; }
.prog-lead-meta li { display: flex; align-items: center; gap: 12px; color: #EAF0F7; font-size: .98rem; font-weight: 500; }
.prog-lead-ico {
  flex: none;
  width: 34px; height: 34px;
  border-radius: 9px;
  display: grid; place-items: center;
  background: rgba(212,175,55,.14);
  border: 1px solid rgba(212,175,55,.32);
  color: var(--su-gold);
}
.prog-lead-ico svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.prog-tracks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.prog-track {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  padding: 36px 34px;
  transition: transform .35s ease, border-color .35s ease, background .35s ease;
}
.prog-track:hover { transform: translateY(-6px); border-color: rgba(212,175,55,.4); background: rgba(212,175,55,.05); }
.prog-track-head { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.prog-track-tag {
  flex: none;
  font-family: var(--su-serif);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: .04em;
  color: #1a1407;
  background: var(--su-gold);
  padding: 8px 16px;
  border-radius: 10px;
}
.prog-track-head h3 {
  font-family: var(--su-serif);
  font-weight: 500;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.15;
}
.prog-track-sub {
  font-size: .98rem;
  line-height: 1.65;
  color: #B9C6D6;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.prog-track-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; }
.prog-track-list li {
  display: flex; align-items: flex-start; gap: 11px;
  font-size: .96rem; line-height: 1.45; color: #EAF0F7;
}
.prog-track-list svg {
  width: 17px; height: 17px; flex: none; margin-top: 2px;
  fill: none; stroke: var(--su-gold); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round;
}

.prog-cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: clamp(34px, 4vw, 48px); }

/* ============================================================
   MAS EABM — feature split
   ============================================================ */
.prog-feature {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: clamp(36px, 5vw, 64px);
  align-items: center;
}
.prog-feature-body .su-display { font-size: clamp(2.2rem, 4.4vw, 3.2rem); margin: 16px 0 18px; }
.prog-feature-lede { font-size: 1.1rem; line-height: 1.7; color: var(--color-paragraph); }
.prog-feature-lede b { color: var(--su-ink); }

.prog-spec {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 30px 0 26px;
  background: var(--su-line);
  border: 1px solid var(--su-line);
  border-radius: 16px;
  overflow: hidden;
}
.prog-spec-item { background: #fff; padding: 20px 22px; }
.prog-spec-label {
  display: block;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin-bottom: 6px;
}
.prog-spec-val { font-family: var(--su-serif); font-size: 1.05rem; color: var(--su-ink); line-height: 1.3; }

.prog-feature-points { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 12px; }
.prog-feature-points li {
  display: flex; align-items: center; gap: 11px;
  font-size: .98rem; font-weight: 500; color: var(--su-ink);
}
.prog-feature-points svg {
  width: 18px; height: 18px; flex: none;
  fill: none; stroke: var(--su-gold); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round;
}

.prog-feature-aside {
  background: linear-gradient(160deg, #0d2444, var(--su-ink));
  border: 1px solid rgba(212,175,55,.28);
  border-radius: 22px;
  padding: 40px 34px;
  text-align: center;
  box-shadow: 0 36px 80px -50px rgba(11,31,58,.7);
}
.prog-crest {
  width: 88px; height: 88px;
  margin: 0 auto 26px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--su-serif);
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--su-gold);
  background: rgba(212,175,55,.1);
  border: 2px solid var(--su-gold);
}
.prog-feature-stat { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); }
.prog-feature-stat:first-of-type { border-top: none; }
.prog-feature-stat b {
  display: block;
  font-family: var(--su-serif);
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
}
.prog-feature-stat span { font-size: .82rem; color: #AEBCCD; }

/* ============================================================
   COMING SOON — Summer Camps & Boarding Schools
   ============================================================ */
.prog-soon-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.prog-soon {
  position: relative;
  background: #fff;
  border: 1px solid var(--su-line);
  border-radius: 20px;
  padding: 40px 36px 36px;
  overflow: hidden;
}
.prog-soon::after {
  content: "";
  position: absolute; inset: 0;
  background:
    repeating-linear-gradient(135deg, rgba(212,175,55,.05) 0 14px, transparent 14px 28px);
  pointer-events: none;
}
.prog-soon-badge {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #8a6d1a;
  background: rgba(212,175,55,.14);
  border: 1px solid rgba(212,175,55,.4);
  padding: 6px 13px;
  border-radius: 999px;
  margin-bottom: 22px;
}
.prog-soon-ico {
  position: relative; z-index: 1;
  width: 56px; height: 56px;
  border-radius: 14px;
  display: grid; place-items: center;
  background: linear-gradient(160deg, #0d2444, var(--su-ink));
  color: var(--su-gold);
  margin-bottom: 20px;
}
.prog-soon-ico svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.prog-soon h3 {
  position: relative; z-index: 1;
  font-family: var(--su-serif);
  font-weight: 500;
  font-size: 1.6rem;
  color: var(--su-ink);
  line-height: 1.15;
  margin-bottom: 12px;
}
.prog-soon p { position: relative; z-index: 1; font-size: .98rem; line-height: 1.65; color: var(--color-paragraph); margin-bottom: 22px; }
.prog-soon-list { position: relative; z-index: 1; list-style: none; padding: 0; margin: 0 0 26px; display: grid; gap: 10px; }
.prog-soon-list li {
  position: relative;
  padding-left: 22px;
  font-size: .94rem;
  color: var(--su-ink);
}
.prog-soon-list li::before {
  content: "";
  position: absolute; left: 0; top: 8px;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--su-gold);
}
.prog-soon-link {
  position: relative; z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: .92rem;
  color: var(--su-navy);
  text-decoration: none;
}
.prog-soon-link .su-arrow { color: var(--su-gold); transition: transform .25s ease; }
.prog-soon-link:hover .su-arrow { transform: translateX(5px); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {
  .prog-index { grid-template-columns: repeat(2, 1fr); }
  .prog-feature { grid-template-columns: 1fr; }
  .prog-feature-aside { max-width: 420px; }
}
@media (max-width: 760px) {
  .prog-tracks { grid-template-columns: 1fr; }
  .prog-soon-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .prog-index { grid-template-columns: 1fr; }
  .prog-spec { grid-template-columns: 1fr; }
}
