/* ============================================================
   GDB INTERNATIONAL SCHOOL — ADMISSIONS PAGE STYLES
   ============================================================ */

/* ── LEVEL SELECTOR TABS ── */
.adm-level-tabs {
  background: var(--black-2);
  border-bottom: 2px solid rgba(26,122,26,0.25);
  position: sticky; top: 68px; z-index: 500;
}
.alt-inner {
  max-width: 1440px; margin: 0 auto;
  padding: 0 clamp(20px,4vw,56px);
  display: flex; gap: 0;
}
.alt-tab {
  display: flex; align-items: center; gap: 14px;
  padding: 22px 36px;
  font-family: var(--font-sans);
  color: rgba(255,255,255,0.45);
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: all 0.25s var(--ease);
  cursor: pointer;
  flex: 1; justify-content: center;
}
.alt-tab i {
  font-size: 1.4rem;
  transition: color 0.25s;
}
.alt-tab .alt-name {
  display: block;
  font-size: 0.88rem; font-weight: 700;
  letter-spacing: 0.3px;
}
.alt-tab .alt-ages {
  display: block;
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase;
  opacity: 0.6; margin-top: 2px;
}
.alt-tab:hover { color: rgba(255,255,255,0.8); }

.alt-tab[data-level="nursery"].active  { color: var(--green);  border-color: var(--green); }
.alt-tab[data-level="nursery"].active i { color: var(--green); }

.alt-tab[data-level="primary"].active  { color: var(--yellow); border-color: var(--yellow); }
.alt-tab[data-level="primary"].active i { color: var(--yellow); }

.alt-tab[data-level="secondary"].active  { color: var(--red-light); border-color: var(--red); }
.alt-tab[data-level="secondary"].active i { color: var(--red-light); }

/* ── CRITERIA SECTION ── */
.adm-criteria-section {
  background: var(--black);
  padding: 0;
}
.adm-criteria-inner {
  max-width: 1440px; margin: 0 auto;
}

/* Panel visibility */
.criteria-panel {
  display: none;
  grid-template-columns: 420px 1fr;
  gap: 0;
  padding: clamp(60px,8vw,120px) clamp(20px,5vw,80px);
  animation: panelFade 0.4s var(--ease);
}
.criteria-panel.active { display: grid; }
@keyframes panelFade {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── IMAGE COLUMN ── */
.cp-img-col {
  padding-right: 56px;
  display: flex; flex-direction: column; gap: 24px;
}
.cp-img-wrap {
  position: relative;
  border-radius: var(--rlg); overflow: hidden;
  height: 360px; flex-shrink: 0;
}
.cp-img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.cp-img-wrap:hover img { transform: scale(1.04); }
.cp-img-badge {
  position: absolute; bottom: 18px; left: 18px;
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-sans); font-size: 0.72rem; font-weight: 800;
  letter-spacing: 1.5px; text-transform: uppercase;
  padding: 8px 18px; border-radius: 100px;
}
.cp-badge--green  { background: var(--green);  color: var(--black); }
.cp-badge--yellow { background: var(--yellow); color: var(--black); }
.cp-badge--red    { background: var(--red);    color: #fff; }

/* Quick facts box */
.cp-quick-facts {
  background: var(--black-3);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--rlg);
  padding: 20px;
  display: flex; flex-direction: column; gap: 14px;
}
.cpf-item {
  display: flex; align-items: flex-start; gap: 14px;
}
.cpf-item > i {
  width: 36px; height: 36px; flex-shrink: 0;
  background: rgba(26,122,26,0.12);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: var(--green); font-size: 0.9rem;
}
.cpf-item div { display: flex; flex-direction: column; gap: 2px; }
.cpf-item strong {
  font-family: var(--font-sans); font-size: 0.75rem;
  font-weight: 700; color: #fff;
}
.cpf-item span {
  font-family: var(--font-body); font-size: 0.8rem;
  color: var(--light-grey);
}

/* ── CONTENT COLUMN ── */
.cp-content-col { }

.cp-title {
  font-family: var(--font-display);
  font-size: clamp(2rem,3vw,2.8rem);
  font-weight: 700; color: #fff;
  line-height: 1.15; margin-bottom: 18px;
}
.cp-title em { font-style: italic; color: var(--green); }
.cp-lead {
  font-family: var(--font-body); font-size: 1.02rem;
  color: rgba(255,255,255,0.85); line-height: 1.8; margin-bottom: 28px;
}

/* Requirements box */
.cp-requirements {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(26,122,26,0.18);
  border-left: 3px solid var(--green);
  border-radius: 0 var(--r) var(--r) 0;
  padding: 22px 24px; margin-bottom: 24px;
}
.cp-requirements--exam {
  border-left-color: var(--yellow);
  border-color: rgba(245,208,0,0.18);
}
.cp-requirements h4 {
  font-family: var(--font-sans); font-size: 0.8rem; font-weight: 800;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--green); margin-bottom: 14px;
  display: flex; align-items: center; gap: 8px;
}
.cp-requirements--exam h4 { color: var(--yellow); }
.cp-requirements ul {
  display: flex; flex-direction: column; gap: 9px;
}
.cp-requirements ul li {
  display: flex; align-items: flex-start; gap: 10px;
  font-family: var(--font-body); font-size: 0.86rem;
  color: var(--light-grey); line-height: 1.5;
}
.cp-requirements ul li .fa-check { color: var(--green); flex-shrink: 0; margin-top: 3px; }
.cp-requirements p {
  font-family: var(--font-body); font-size: 0.86rem;
  color: var(--light-grey); line-height: 1.75;
}

/* SSS Streams */
.cp-streams {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--r); padding: 22px 24px; margin-bottom: 24px;
}
.cp-streams h4 {
  font-family: var(--font-sans); font-size: 0.8rem; font-weight: 800;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: rgba(255,255,255,0.7); margin-bottom: 16px;
  display: flex; align-items: center; gap: 8px;
}
.cp-streams h4 i { color: var(--green); }
.stream-pills { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 14px; }
.stream-pill {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 20px; border-radius: var(--r);
  font-family: var(--font-sans); font-size: 0.82rem; font-weight: 700;
  flex: 1; min-width: 110px; justify-content: center;
}
.stream-science { background: rgba(26,122,26,0.15); color: var(--green);  border: 1px solid rgba(26,122,26,0.3); }
.stream-arts    { background: rgba(245,208,0,0.1);  color: var(--yellow); border: 1px solid rgba(245,208,0,0.25); }
.stream-commerce{ background: rgba(204,17,17,0.1);  color: var(--red-light); border: 1px solid rgba(204,17,17,0.25); }
.stream-note {
  font-family: var(--font-body); font-size: 0.78rem;
  color: var(--mid-grey); font-style: italic; line-height: 1.6;
}

/* Process steps */
.cp-process { margin-bottom: 28px; }
.cp-process h4 {
  font-family: var(--font-sans); font-size: 0.8rem; font-weight: 800;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: rgba(255,255,255,0.7); margin-bottom: 16px;
  display: flex; align-items: center; gap: 8px;
}
.cp-process h4 i { color: var(--green); }
.cp-steps { display: flex; flex-direction: column; gap: 12px; }
.cp-step {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 14px 16px;
  background: var(--black-3);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--r);
  transition: border-color 0.2s, background 0.2s;
}
.cp-step:hover { border-color: rgba(26,122,26,0.3); background: var(--black-4); }
.cps-num {
  font-family: var(--font-display); font-size: 1.5rem;
  font-weight: 900; color: var(--green);
  line-height: 1; flex-shrink: 0; width: 36px;
}
.cp-step > div > strong {
  display: block; font-family: var(--font-sans);
  font-size: 0.86rem; font-weight: 700; color: #fff; margin-bottom: 3px;
}
.cp-step > div > p {
  font-family: var(--font-body); font-size: 0.8rem;
  color: var(--light-grey); line-height: 1.5; margin: 0;
}

/* Apply button */
.cp-apply-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--green); color: var(--black);
  font-family: var(--font-sans); font-size: 0.84rem; font-weight: 800;
  letter-spacing: 0.5px; padding: 15px 32px; border-radius: 4px;
  transition: background 0.2s, transform 0.2s;
  box-shadow: var(--shadow-green);
}
.cp-apply-btn:hover { background: var(--green-bright); transform: translateY(-2px); }
.cp-apply-btn--yellow { background: var(--yellow); box-shadow: 0 8px 28px rgba(245,208,0,0.35); }
.cp-apply-btn--yellow:hover { background: #fde100; }
.cp-apply-btn--red { background: var(--red); color: #fff; box-shadow: var(--shadow-red); }
.cp-apply-btn--red:hover { background: var(--red-light); }

/* ── FEES SECTION ── */
.fees-section {
  background: var(--black-2);
  padding: clamp(80px,10vw,130px) clamp(20px,5vw,80px);
}
.fees-inner { max-width: 1440px; margin: 0 auto; }
.fees-header {
  margin-bottom: 56px; max-width: 600px;
}
.fees-title {
  font-family: var(--font-display);
  font-size: clamp(2rem,3.5vw,3rem);
  font-weight: 700; color: #fff; line-height: 1.2; margin-bottom: 14px;
}
.fees-title em { font-style: italic; color: var(--green); }
.fees-header p {
  font-family: var(--font-body); font-size: 0.9rem;
  color: var(--light-grey); line-height: 1.75;
}
.fees-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; align-items: start;
}
.fee-card {
  background: var(--black-3);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--rlg); overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
}
.fee-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-dark); }
.fee-card--featured {
  border-color: var(--yellow);
  box-shadow: 0 0 0 1px var(--yellow), 0 20px 60px rgba(245,208,0,0.12);
}
.fee-best-value {
  position: absolute; top: 0; right: 20px;
  background: var(--yellow); color: var(--black);
  font-family: var(--font-sans); font-size: 0.64rem; font-weight: 900;
  letter-spacing: 1.5px; text-transform: uppercase;
  padding: 5px 14px; border-radius: 0 0 8px 8px;
}
.fee-card-header {
  padding: 28px 28px 22px;
  display: flex; flex-direction: column; gap: 8px;
}
.fee-card-header--green  { background: rgba(26,122,26,0.15); border-bottom: 1px solid rgba(26,122,26,0.2); }
.fee-card-header--yellow { background: rgba(245,208,0,0.08);  border-bottom: 1px solid rgba(245,208,0,0.18); }
.fee-card-header--red    { background: rgba(204,17,17,0.1);   border-bottom: 1px solid rgba(204,17,17,0.18); }
.fee-card-header i { font-size: 1.6rem; }
.fee-card-header--green  i { color: var(--green); }
.fee-card-header--yellow i { color: var(--yellow); }
.fee-card-header--red    i { color: var(--red-light); }
.fee-card-header h3 {
  font-family: var(--font-display); font-size: 1.4rem;
  font-weight: 700; color: #fff;
}
.fee-tag {
  font-family: var(--font-sans); font-size: 0.68rem; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.45);
}
.fee-card-body { padding: 24px 28px; }
.fee-item {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-family: var(--font-body); font-size: 0.85rem;
}
.fee-item:last-of-type { border-bottom: none; }
.fee-item span { color: var(--light-grey); }
.fee-item strong { color: #fff; font-family: var(--font-sans); font-weight: 700; }
.fee-item--highlight { background: rgba(26,122,26,0.08); margin: 0 -28px; padding: 12px 28px; }
.fee-item--highlight strong { color: var(--green); }
.fee-includes {
  display: flex; flex-direction: column; gap: 8px;
  margin: 18px 0;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.fee-includes li {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-size: 0.82rem; color: var(--light-grey);
}
.fee-includes .fa-check { color: var(--green); font-size: 0.75rem; }
.fee-cta {
  display: block; text-align: center;
  font-family: var(--font-sans); font-size: 0.82rem; font-weight: 700;
  padding: 13px; border-radius: 6px; margin-top: 8px;
  transition: opacity 0.2s, transform 0.2s;
}
.fee-cta:hover { opacity: 0.88; transform: translateY(-2px); }
.fee-cta--green  { background: var(--green);  color: var(--black); }
.fee-cta--yellow { background: var(--yellow); color: var(--black); }
.fee-cta--red    { background: var(--red);    color: #fff; }

.fees-note {
  margin-top: 32px; padding: 18px 24px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--r);
  font-family: var(--font-body); font-size: 0.84rem;
  color: var(--light-grey); line-height: 1.7;
  display: flex; align-items: flex-start; gap: 12px;
}
.fees-note .fa-circle-info { color: var(--yellow); font-size: 1rem; margin-top: 2px; flex-shrink: 0; }

/* ── APPLICATION FORM ── */
.apply-section {
  background: var(--black);
  padding: clamp(80px,10vw,130px) clamp(20px,5vw,80px);
}
.apply-inner {
  max-width: 1440px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.4fr;
  gap: 80px; align-items: start;
}
.apply-title {
  font-family: var(--font-display);
  font-size: clamp(2rem,3vw,2.8rem);
  font-weight: 700; color: #fff;
  line-height: 1.15; margin-bottom: 16px;
}
.apply-title em { font-style: italic; color: var(--green); }
.apply-intro {
  font-family: var(--font-body); font-size: 0.9rem;
  color: var(--light-grey); line-height: 1.8; margin-bottom: 32px;
}
.apply-contact-cards {
  display: flex; flex-direction: column; gap: 14px;
}
.acc-item {
  display: flex; align-items: center; gap: 16px;
  padding: 14px 18px;
  background: var(--black-3);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--r);
  transition: border-color 0.2s;
}
.acc-item:hover { border-color: rgba(26,122,26,0.35); }
.acc-icon {
  width: 42px; height: 42px; flex-shrink: 0;
  background: rgba(26,122,26,0.12);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--green); font-size: 1rem;
}
.acc-item strong {
  display: block; font-family: var(--font-sans);
  font-size: 0.72rem; font-weight: 700; color: rgba(255,255,255,0.5);
  letter-spacing: 1px; text-transform: uppercase; margin-bottom: 3px;
}
.acc-item a, .acc-item span {
  font-family: var(--font-body); font-size: 0.88rem; color: #fff;
  transition: color 0.2s;
}
.acc-item a:hover { color: var(--green); }

/* Form */
.apply-form {
  background: var(--black-3);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--rlg);
  padding: clamp(28px,4vw,48px);
}
.af-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
  margin-bottom: 16px;
}
.af-field {
  display: flex; flex-direction: column; gap: 7px;
  margin-bottom: 16px;
}
.af-field--full { grid-column: 1 / -1; }
.af-field label {
  font-family: var(--font-sans); font-size: 0.73rem; font-weight: 700;
  letter-spacing: 0.8px; color: rgba(255,255,255,0.65);
  text-transform: uppercase;
}
.req { color: var(--red-light); }
.af-field input,
.af-field select,
.af-field textarea {
  background: var(--black-2);
  border: 1.5px solid rgba(255,255,255,0.1);
  border-radius: 8px; padding: 12px 16px;
  font-family: var(--font-body); font-size: 0.88rem;
  color: #fff; width: 100%;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  -webkit-appearance: none;
}
.af-field input::placeholder,
.af-field textarea::placeholder { color: rgba(255,255,255,0.25); }
.af-field input:focus,
.af-field select:focus,
.af-field textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(26,122,26,0.18);
}
.af-field select option { background: var(--black-3); color: #fff; }
.af-field input.error,
.af-field select.error,
.af-field textarea.error { border-color: var(--red); }
.af-field textarea { resize: vertical; min-height: 100px; }

.af-check {
  display: flex; align-items: flex-start; gap: 12px;
  margin-bottom: 22px;
}
.af-check input[type="checkbox"] {
  width: 18px; height: 18px; flex-shrink: 0;
  margin-top: 2px; accent-color: var(--green);
  cursor: pointer;
}
.af-check label {
  font-family: var(--font-body); font-size: 0.82rem;
  color: var(--light-grey); line-height: 1.55; cursor: pointer;
}

.af-submit {
  width: 100%; padding: 16px;
  background: var(--green); color: var(--black);
  border-radius: 8px;
  font-family: var(--font-sans); font-size: 0.88rem; font-weight: 800;
  letter-spacing: 0.5px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: var(--shadow-green);
}
.af-submit:hover { background: var(--green-bright); transform: translateY(-2px); }
.af-submit:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }

.af-success {
  margin-top: 20px; padding: 18px 20px;
  background: rgba(26,122,26,0.12);
  border: 1px solid rgba(26,122,26,0.35);
  border-radius: var(--r);
  display: flex; align-items: flex-start; gap: 14px;
  animation: fadeSlideUp 0.4s var(--ease);
}
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}
.af-success .fa-circle-check { color: var(--green); font-size: 1.4rem; flex-shrink: 0; margin-top: 2px; }
.af-success strong { display: block; font-family: var(--font-sans); font-size: 0.9rem; font-weight: 700; color: var(--green); margin-bottom: 4px; }
.af-success p { font-family: var(--font-body); font-size: 0.82rem; color: var(--light-grey); line-height: 1.6; margin: 0; }

/* ── KEY DATES TIMELINE ── */
.dates-section {
  background: var(--black-2);
  padding: clamp(80px,10vw,130px) clamp(20px,5vw,80px);
}
.dates-inner { max-width: 1440px; margin: 0 auto; }
.dates-header { margin-bottom: 60px; }
.dates-header h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem,3.5vw,3rem);
  font-weight: 700; color: #fff; line-height: 1.2;
}
.dates-header h2 em { font-style: italic; color: var(--green); }

.dates-timeline {
  position: relative; max-width: 760px;
  display: flex; flex-direction: column; gap: 0;
}
.dates-timeline::before {
  content: '';
  position: absolute; left: 22px; top: 22px; bottom: 22px; width: 2px;
  background: linear-gradient(to bottom, var(--green), var(--red));
}

.dt-item {
  display: flex; gap: 28px; align-items: flex-start;
  padding-bottom: 36px; position: relative;
}
.dt-item:last-child { padding-bottom: 0; }

.dt-marker {
  width: 46px; height: 46px; flex-shrink: 0;
  border-radius: 50%; background: var(--black-3);
  border: 2px solid rgba(255,255,255,0.12);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.3); font-size: 0.85rem; z-index: 2;
  transition: all 0.3s;
}
.dt-item.dt-done .dt-marker {
  background: var(--green); border-color: var(--green);
  color: var(--black); font-size: 1rem;
  box-shadow: var(--shadow-green);
}
.dt-marker--active {
  background: var(--yellow) !important; border-color: var(--yellow) !important;
  color: var(--black) !important;
  box-shadow: 0 0 0 5px rgba(245,208,0,0.18), 0 8px 28px rgba(245,208,0,0.3) !important;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%,100% { box-shadow: 0 0 0 5px rgba(245,208,0,0.18), 0 8px 28px rgba(245,208,0,0.3); }
  50%      { box-shadow: 0 0 0 10px rgba(245,208,0,0.08), 0 8px 28px rgba(245,208,0,0.3); }
}

.dt-content {
  padding-top: 8px; flex: 1;
}
.dt-date {
  font-family: var(--font-sans); font-size: 0.68rem; font-weight: 800;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--green); display: block; margin-bottom: 6px;
}
.dt-item.dt-done .dt-date { color: var(--green); }
.dt-item.dt-active .dt-date { color: var(--yellow); }
.dt-content h4 {
  font-family: var(--font-sans); font-size: 0.95rem; font-weight: 700;
  color: #fff; margin-bottom: 6px;
  display: flex; align-items: center; gap: 10px;
}
.dt-badge {
  background: var(--yellow); color: var(--black);
  font-size: 0.6rem; letter-spacing: 1px; padding: 3px 10px;
  border-radius: 100px; font-weight: 900;
  animation: pulse 2s infinite;
}
.dt-content p {
  font-family: var(--font-body); font-size: 0.84rem;
  color: var(--light-grey); line-height: 1.6;
}

/* ── FAQ ── */
.faq-section {
  background: var(--black);
  padding: clamp(80px,10vw,130px) clamp(20px,5vw,80px);
}
.faq-inner {
  max-width: 1440px; margin: 0 auto;
  display: grid; grid-template-columns: 320px 1fr;
  gap: 80px; align-items: start;
}
.faq-header h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem,3vw,2.8rem);
  font-weight: 700; color: #fff; line-height: 1.2; margin-top: 12px;
}
.faq-header h2 em { font-style: italic; color: var(--green); }

.faq-list { display: flex; flex-direction: column; gap: 0; }
.faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.faq-item:first-child { border-top: 1px solid rgba(255,255,255,0.07); }

.faq-q {
  width: 100%; display: flex; justify-content: space-between;
  align-items: flex-start; gap: 20px;
  padding: 20px 4px; text-align: left; cursor: pointer;
  transition: color 0.2s;
}
.faq-q span {
  font-family: var(--font-sans); font-size: 0.92rem; font-weight: 700;
  color: rgba(255,255,255,0.8); line-height: 1.5;
  transition: color 0.2s;
}
.faq-q:hover span { color: #fff; }
.faq-q[aria-expanded="true"] span { color: var(--green); }
.faq-icon {
  color: rgba(255,255,255,0.3); flex-shrink: 0;
  font-size: 0.85rem; margin-top: 4px;
  transition: transform 0.3s var(--ease), color 0.2s;
}
.faq-q[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg); color: var(--green);
}
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s var(--ease), padding 0.3s;
}
.faq-a.open { max-height: 300px; padding-bottom: 20px; }
.faq-a p {
  font-family: var(--font-body); font-size: 0.86rem;
  color: var(--light-grey); line-height: 1.78; padding: 0 4px;
}

/* ── BOTTOM CTA STRIP ── */
.adm-cta-strip {
  background: var(--green-dim);
  border-top: 2px solid rgba(26,122,26,0.4);
}
.adm-cta-inner {
  max-width: 1440px; margin: 0 auto;
  padding: clamp(36px,5vw,60px) clamp(20px,5vw,80px);
  display: flex; align-items: center;
  justify-content: space-between; gap: 32px; flex-wrap: wrap;
}
.adm-cta-inner h3 {
  font-family: var(--font-display); font-size: clamp(1.5rem,2.5vw,2rem);
  font-weight: 700; color: #fff; margin-bottom: 8px;
}
.adm-cta-inner > div > p {
  font-family: var(--font-body); font-size: 0.9rem;
  color: rgba(255,255,255,0.7); max-width: 480px;
}
.adm-cta-actions { display: flex; gap: 14px; flex-wrap: wrap; flex-shrink: 0; }
.adm-cta-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--yellow); color: var(--black);
  font-family: var(--font-sans); font-size: 0.84rem; font-weight: 800;
  padding: 14px 28px; border-radius: 4px;
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 8px 28px rgba(245,208,0,0.3);
}
.adm-cta-btn:hover { background: #fde100; transform: translateY(-2px); }
.adm-cta-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  border: 2px solid rgba(255,255,255,0.35); color: rgba(255,255,255,0.85);
  font-family: var(--font-sans); font-size: 0.84rem; font-weight: 700;
  padding: 13px 24px; border-radius: 4px;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.adm-cta-ghost:hover {
  border-color: #fff; color: #fff; background: rgba(255,255,255,0.06);
}

/* ── SHARED REVEAL ── */
.reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.65s var(--ease), transform 0.65s var(--ease);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.12s; }
.reveal-delay-2 { transition-delay: 0.24s; }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .criteria-panel { grid-template-columns: 1fr; }
  .cp-img-col { padding-right: 0; flex-direction: row; flex-wrap: wrap; gap: 20px; }
  .cp-img-wrap { flex: 1; min-width: 280px; }
  .cp-quick-facts { flex: 1; min-width: 260px; }
  .apply-inner { grid-template-columns: 1fr; gap: 48px; }
  .faq-inner { grid-template-columns: 1fr; }
  .fees-grid { grid-template-columns: 1fr; max-width: 480px; }
}
@media (max-width: 768px) {
  .alt-inner { overflow-x: auto; scrollbar-width: none; }
  .alt-inner::-webkit-scrollbar { display: none; }
  .alt-tab { padding: 16px 20px; flex: none; }
  .adm-level-tabs { top: 0; }
  .criteria-panel { padding: 48px clamp(20px,4vw,40px); }
  .af-row { grid-template-columns: 1fr; }
  .dates-timeline::before { left: 22px; }
  .adm-cta-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
  .alt-tab { min-width: 140px; }
  .cp-img-col { flex-direction: column; }
  .stream-pills { flex-direction: column; }
  .adm-cta-actions { flex-direction: column; width: 100%; }
  .adm-cta-btn, .adm-cta-ghost { justify-content: center; }
}

