/*
  Scholars Network — employers page styles
  ----------------------------------------
  Page-specific styles. Shared primitives (reset, `:root` brand tokens, base
  `body`, `html { scroll-behavior }`) live in global.css and are not redefined
  here. `--light` is overridden because the employers page uses a different
  shade (#F8FAFC) than the global default (#EBF8F8).
*/

:root { --light: #F8FAFC; }

.dropdown-menu::before { content:""; position:absolute; top:-10px; left:0; right:0; height:10px; }

/* PAGE HERO */
.page-hero {
  min-height: 70vh;
  background: linear-gradient(135deg, var(--navy) 0%, #00435C 100%);
  display:flex; align-items:center;
  padding: 120px 5% 80px;
  position:relative; overflow:hidden;
}
.page-hero::before {
  content:''; position:absolute; inset:0;
  background:linear-gradient(120deg, rgba(255,255,255,0.04) 0%, transparent 70%);
}
.page-hero-inner { max-width:1200px; margin:0 auto; width:100%; position:relative; z-index:1; display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:clamp(2rem,3vw,4rem); align-items:center; }
.page-hero-inner > * { min-width:0; }
.page-hero h1 { font-family:'Playfair Display',serif; font-size:clamp(2rem,3.5vw,3.2rem); font-weight:400; color:var(--white); line-height:1.15; margin-bottom:1.25rem; }
.page-hero h1 em { font-style:normal; color:var(--gold); }
.hero-sub { font-size:1.05rem; color:rgba(255,255,255,0.7); line-height:1.7; margin-bottom:2rem; max-width:560px; }
.btn-primary { display:inline-flex; align-items:center; gap:0.5rem; background:var(--teal); color:var(--white); padding:0.85rem 2rem; border-radius:8px; font-size:0.95rem; font-weight:600; text-decoration:none; transition:background 0.2s,transform 0.2s; }
.btn-primary:hover { background:var(--teal-lt); transform:translateY(-1px); }
.btn-outline-light { display:inline-flex; align-items:center; gap:0.5rem; border:1.5px solid rgba(255,255,255,0.3); color:var(--white); padding:0.85rem 2rem; border-radius:8px; font-size:0.95rem; font-weight:600; text-decoration:none; transition:border-color 0.2s,background 0.2s; }
.btn-outline-light:hover { border-color:rgba(255,255,255,0.6); background:rgba(255,255,255,0.05); }

/* SECTIONS */
.section { padding:5rem 5%; max-width:1200px; margin:0 auto; }
.section.paths-section { max-width:none; background:#F3F8FA; }
.section.paths-section > .section-title,
.section.paths-section > .section-lead,
.section.paths-section > .path-grid { max-width:1200px; margin-left:auto; margin-right:auto; }
.section-title { font-family:'Playfair Display',serif; font-size:clamp(1.8rem,3vw,2.6rem); font-weight:400; line-height:1.2; letter-spacing:0; margin-bottom:1rem; }
.section-lead { font-size:1.05rem; color:var(--gray); max-width:560px; line-height:1.7; margin-top:-0.5rem; margin-bottom:1.2rem; }
.section-lead.one-line { max-width:none; white-space:nowrap; }

/* PATH CARDS */
.path-grid { display:grid; grid-template-columns:1fr 1fr; gap:2rem; }
.path-card { border-radius:20px; padding:2.5rem; text-decoration:none; color:inherit; display:block; transition:transform 0.25s,box-shadow 0.25s; position:relative; overflow:hidden; }
.path-card:hover { transform:translateY(-4px); box-shadow:0 20px 60px rgba(0,0,0,0.12); }
.path-card.navy { background:var(--navy); color:var(--white); }
.path-card.teal { background:var(--teal); color:var(--white); }
.path-card h3 { font-family:'Playfair Display',serif; font-size:1.5rem; font-weight:400; margin-bottom:0.75rem; }
.path-card p { font-size:0.9rem; line-height:1.7; opacity:0.75; margin-bottom:1.5rem; }
.path-card .arrow { display:inline-flex; align-items:center; gap:0.5rem; font-size:0.875rem; font-weight:700; opacity:0.9; transition:gap 0.2s; }
.path-card:hover .arrow { gap:0.75rem; }

/* LOGOS CAROUSEL */
.logos-section { background:var(--white); border-top:1px solid var(--border); border-bottom:1px solid var(--border); padding:3rem 0; overflow:hidden; }
.logos-label { text-align:center; font-size:0.8rem; font-weight:600; text-transform:uppercase; letter-spacing:0.08em; color:var(--gray); margin-bottom:2rem; }

/* VIDEO */
.video-section {
  background: var(--sky);
  padding: 5rem 5%;
  border-bottom: 1px solid var(--border);
}
.video-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.video-frame {
  position: relative;
  padding-bottom: 48%;
  height: 0;
  overflow: hidden;
  border-radius: 16px;
  margin-top: 2rem;
  background: var(--navy);
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}
.video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* DIFFERENTIATORS */
    .diff-section { background:var(--light); padding:5rem 5%; border-top:1px solid var(--border); border-bottom:1px solid var(--border); }
.diff-inner { max-width:1200px; margin:0 auto; }
.diff-section .section-title { color:var(--navy); }
.diff-section .section-title { max-width:900px; margin-bottom:0.75rem; }
.diff-subtext { max-width:760px; color:var(--gray); font-size:1.05rem; line-height:1.7; margin:0 0 2rem; }
.diff-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; }
.diff-card { background:#fff; border:1px solid var(--border,#E3E3E3); border-radius:16px; padding:1.75rem; }
.diff-num { font-family:'Playfair Display',serif; font-size:3rem; font-weight:400; color:var(--teal); line-height:1; margin-bottom:0.75rem; }
.diff-card h4 { font-size:1rem; font-weight:700; margin-bottom:0.5rem; }
.diff-card p { font-size:0.85rem; color:var(--gray); line-height:1.65; }

/* TESTIMONIALS */
.testimonials-section { background:var(--sky); padding:5rem 5%; }
.testimonials-inner { max-width:1200px; margin:0 auto; }
.testimonials-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1.5rem; }

/* CTA */
.cta-section { background:var(--teal); padding:4rem 5%; text-align:center; }
.cta-section h2 { font-family:'Playfair Display',serif; font-size:clamp(1.6rem,3vw,2.4rem); font-weight:400; color:var(--white); margin-bottom:0.75rem; }
.cta-section p { color:rgba(255,255,255,0.8); font-size:1rem; margin-bottom:2rem; }
.cta-section .btn-primary { background:var(--white); color:var(--teal); }
.cta-section .btn-primary:hover { background:rgba(255,255,255,0.9); }



@media(max-width:1024px) {
  .page-hero-inner { grid-template-columns:1fr; gap:2.5rem; }
  .section-lead.one-line { white-space:normal; }
  .path-grid { grid-template-columns:1fr !important; }
  .diff-grid { grid-template-columns:repeat(2,1fr); }
  .testimonials-grid { grid-template-columns:repeat(2,1fr); }

}
@media(max-width:640px) {

  .diff-grid { grid-template-columns:1fr; }
  .testimonials-grid { grid-template-columns:1fr; }

}

/* MODAL */.modal-body { padding:1.5rem; } .checkbox-grid { grid-template-columns:1fr; }
