/* =============================================
   HERO — Hero Section, Trust Bar, Media Bar
   ============================================= */

/* === HERO === */
.hero {
  min-height: 100vh;
  padding: 140px 32px 60px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -180px;
  right: -180px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(13, 107, 78, .05) 0%, transparent 70%);
  pointer-events: none;
}
.hg {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.up {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--red-s);
  border: 1px solid rgba(220, 53, 69, .15);
  padding: 5px 12px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-bottom: 18px;
  animation: fu .5s ease forwards;
}
.pd { width: 5px; height: 5px; background: var(--red); border-radius: 50%; animation: pu 2s infinite }

.hero h1 {
  font-family: var(--fd);
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.1;
  margin-bottom: 16px;
  animation: fu .6s ease .1s forwards;
  opacity: 0;
}
.hero h1 em { color: var(--em); font-style: italic }

.hsub {
  font-size: 16px;
  line-height: 1.65;
  color: var(--mu);
  max-width: 500px;
  margin-bottom: 24px;
  animation: fu .6s ease .15s forwards;
  opacity: 0;
}
.hsub strong { color: var(--ch); font-weight: 600 }

.mqc { display: none }

.sp {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  animation: fu .6s ease .2s forwards;
  opacity: 0;
}
.avs { display: flex }
.av {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--cream);
  margin-left: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.av:first-child { margin-left: 0 }
.a1 { background: linear-gradient(135deg, #667eea, #764ba2) }
.a2 { background: linear-gradient(135deg, #f093fb, #f5576c) }
.a3 { background: linear-gradient(135deg, #4facfe, #00f2fe) }
.a4 { background: linear-gradient(135deg, #43e97b, #38f9d7) }
.a5 { background: linear-gradient(135deg, #fa709a, #fee140) }

.pt2 { font-size: 13px; color: var(--mu); line-height: 1.3 }
.pt2 .st { color: var(--gold); letter-spacing: 1px }
.pt2 strong { color: var(--ch) }

.tr { display: none; gap: 16px; flex-wrap: wrap; animation: fu .6s ease .25s forwards; opacity: 0 }
.tb { display: flex; align-items: center; gap: 5px; font-size: 12px; color: var(--mu); font-weight: 500 }
.tb svg { width: 14px; height: 14px; color: var(--em-l); flex-shrink: 0 }

.hms { display: none }

/* Mobile inline form — hidden on desktop */
.hmf { display: none }

.hfw { animation: fr .8s ease .2s forwards; opacity: 0 }
.hf {
  background: var(--wh);
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, .06), 0 0 0 1px rgba(200, 164, 78, .08);
}
.fh { text-align: center; margin-bottom: 20px }
.fh h3 { font-family: var(--fd); font-size: 20px; margin-bottom: 3px }
.fh p { font-size: 12px; color: var(--mu) }

/* === TRUST BAR === */
.tbar {
  padding: 28px 32px;
  background: var(--ivory);
  border-top: 1px solid rgba(200, 164, 78, .08);
  border-bottom: 1px solid rgba(200, 164, 78, .08);
}
.tlb {
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mu);
  margin-bottom: 14px;
}
.tlogos { display: flex; justify-content: center; align-items: center; gap: 36px; flex-wrap: wrap }
.tl {
  height: 32px;
  max-width: 100px;
  opacity: 1;
  transition: opacity .3s;
  object-fit: contain;
}
.tl-dartmouth {
  height: 42px;
  max-width: 130px;
}

/* === MEDIA MENTIONS BAR === */
.media-bar { padding: 20px 32px; background: var(--wh); border-bottom: 1px solid rgba(200, 164, 78, .06) }
.media-bar-in {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
.media-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mu);
  white-space: nowrap;
}
.media-logos { display: flex; align-items: center; gap: 36px; flex-wrap: wrap; justify-content: center }
.media-logo {
  font-family: var(--fd);
  font-size: 17px;
  color: rgba(26, 26, 26, .15);
  white-space: nowrap;
  transition: color .3s;
  cursor: default;
}
.media-logo:hover { color: rgba(26, 26, 26, .3) }

/* === HERO DECORATIVE === */
.hero::after {
  content: '';
  position: absolute;
  bottom: -120px;
  left: -120px;
  width: 500px;
  height: 500px;
  border: 2px solid rgba(200, 164, 78, .06);
  border-radius: 50%;
  pointer-events: none;
  box-shadow: 0 0 0 40px rgba(200, 164, 78, .025), 0 0 0 80px rgba(200, 164, 78, .015);
}
