/* ======================================
   ADMISSIONS 2026 LANDING PAGE
====================================== */

:root{
  --ad26-text:#0f172a;
  --ad26-muted:#64748b;
  --ad26-border:rgba(15,23,42,.10);
  --ad26-soft:#f8fafc;
  --ad26-shadow:0 14px 40px rgba(0,0,0,.08);
  --ad26-accent:#ff445e;
}

/* HERO */

.ad26.page-hero{
  padding-top:140px;
  padding-bottom:60px;
  background:#fff;
}

.ad26-heroGrid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:40px;
  align-items:start;
}

/* TEXT AREA */

.ad26-kicker{
  font-size:13px;
  font-weight:800;
  letter-spacing:.12em;
  margin-bottom:10px;
}

.ad26-title{
  font-size:40px;
  font-weight:800;
  line-height:1.2;
  margin-bottom:14px;
}

.ad26-lead{
  font-size:15px;
  line-height:1.7;
  color:var(--ad26-muted);
  margin-bottom:18px;
}

.ad26-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:20px;
}

.ad26-badge{
  background:#f1f5f9;
  padding:8px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
}

/* BUTTONS */

.ad26-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:24px;
}

.ad26-btn{
  padding:12px 18px;
  border-radius:999px;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.ad26-btn--primary{
  background:var(--ad26-accent);
  color:#fff;
}

.ad26-btn--ghost{
  border:1px solid var(--ad26-border);
  color:var(--ad26-text);
}

/* TRUST STRIP */

.ad26-trust{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.ad26-trustItem{
  background:#fff;
  border:1px solid var(--ad26-border);
  border-radius:14px;
  padding:14px;
  box-shadow:var(--ad26-shadow);
}

.ad26-trustItem strong{
  display:block;
  font-size:13px;
}

.ad26-trustItem span{
  font-size:12px;
  color:var(--ad26-muted);
}

/* FORM */

.ad26-formCard{
  border:1px solid var(--ad26-border);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--ad26-shadow);
}

.ad26-formHead{
  padding:20px;
  border-bottom:1px solid var(--ad26-border);
}

.ad26-formHead h2{
  font-size:20px;
  margin-bottom:4px;
}

.ad26-formHead p{
  font-size:13px;
  color:var(--ad26-muted);
}

.ad26-form{
  padding:20px;
}

.ad26-field{
  margin-bottom:14px;
}

.ad26-field label{
  font-size:13px;
  font-weight:700;
  display:block;
  margin-bottom:6px;
}

.ad26-field input,
.ad26-field select,
.ad26-field textarea{
  width:100%;
  border:1px solid var(--ad26-border);
  border-radius:12px;
  padding:10px 12px;
  font-size:14px;
}

.ad26-field textarea{
  resize:vertical;
}

.ad26-field--two{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.ad26-submit{
  width:100%;
  border:none;
  padding:12px;
  border-radius:999px;
  background:var(--ad26-accent);
  color:#fff;
  font-weight:700;
  cursor:pointer;
}

.ad26-inlineSuccess{
  margin-top:10px;
  background:#ecfdf5;
  border:1px solid #10b981;
  padding:10px;
  border-radius:10px;
  font-size:13px;
}

.ad26-inlineError{
  margin-top:10px;
  background:#fef2f2;
  border:1px solid #ef4444;
  padding:10px;
  border-radius:10px;
  font-size:13px;
}

.ad26-note{
  margin-top:10px;
  font-size:12px;
  color:var(--ad26-muted);
}

/* SECTION BASE */

.ad26.page-section{
  padding:70px 0;
}

.ad26-section--soft{
  background:var(--ad26-soft);
}

/* SECTION HEAD */

.ad26-sectionHead{
  display:flex;
  justify-content:space-between;
  margin-bottom:30px;
}

.ad26-sectionHead--center{
  flex-direction:column;
  align-items:center;
  text-align:center;
}

.ad26-sectionHead h2{
  font-size:30px;
  margin-bottom:6px;
}

.ad26-sectionHead p{
  font-size:14px;
  color:var(--ad26-muted);
}

/* WHY SECTION */

.ad26-whyGrid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.ad26-whyCard{
  background:#fff;
  border:1px solid var(--ad26-border);
  padding:20px;
  border-radius:16px;
}

.ad26-whyIcon{
  font-size:24px;
  margin-bottom:10px;
}

/* COURSES */

.ad26-courseGrid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.ad26-courseCard{
  border:1px solid var(--ad26-border);
  border-radius:16px;
  padding:20px;
  background:#fff;
}

.ad26-courseCard h3{
  margin-bottom:6px;
}

/* PROCESS */

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

.ad26-processCard{
  border:1px solid var(--ad26-border);
  border-radius:16px;
  padding:20px;
}

.ad26-step{
  display:inline-block;
  background:var(--ad26-accent);
  color:#fff;
  width:32px;
  height:32px;
  border-radius:50%;
  text-align:center;
  line-height:32px;
  font-weight:700;
  margin-bottom:10px;
}

.ad26-eligibility{
  margin-top:18px;
  font-size:14px;
}

/* GALLERY */

.ad26-galleryGrid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.ad26-galleryItem img{
  width:100%;
  border-radius:12px;
  object-fit:cover;
  height:220px;
}

/* EXPOSURE */

.ad26-exposureGrid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.ad26-exposureCard{
  border:1px solid var(--ad26-border);
  border-radius:16px;
  padding:20px;
}

/* LOGO ROW */

.ad26-logoRow{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}

.ad26-logoItem{
  border:1px solid var(--ad26-border);
  padding:30px;
  text-align:center;
  border-radius:12px;
  background:#fff;
}

/* REVIEWS */

.ad26-reviewGrid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.ad26-reviewCard{
  border:1px solid var(--ad26-border);
  border-radius:16px;
  padding:20px;
}

.ad26-rating{
  font-weight:700;
}

/* FINAL CTA */

.ad26-finalCta{
  background:#0f172a;
  color:#fff;
  border-radius:20px;
  padding:40px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.ad26-finalActions{
  display:flex;
  gap:10px;
}

/* RESPONSIVE */

@media(max-width:1100px){

.ad26-heroGrid{
grid-template-columns:1fr;
}

.ad26-whyGrid,
.ad26-courseGrid,
.ad26-exposureGrid{
grid-template-columns:repeat(2,1fr);
}

.ad26-galleryGrid{
grid-template-columns:repeat(2,1fr);
}

.ad26-logoRow{
grid-template-columns:repeat(3,1fr);
}

}

@media(max-width:760px){

.ad26-title{
font-size:30px;
}

.ad26-field--two,
.ad26-trust,
.ad26-whyGrid,
.ad26-courseGrid,
.ad26-processGrid,
.ad26-exposureGrid,
.ad26-reviewGrid,
.ad26-galleryGrid,
.ad26-logoRow{
grid-template-columns:1fr;
}

.ad26-finalCta{
flex-direction:column;
gap:20px;
align-items:flex-start;
}

}