/* ============================================================
   High-Profile Treatment Page
   Source: _design-reference/redesign/high-profile-treatment.html
   ============================================================ */

/* ── Intro Section ── */
.hp-intro {
  background: #fff;
  padding: 88px 0;
}

.hp-intro__inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.hp-intro__heading {
  font-size: 40px;
  font-weight: 900;
  color: #1F2A3D;
  margin: 12px 0 28px;
  letter-spacing: -0.02em;
  line-height: 1.15;
  text-wrap: pretty;
}

.hp-intro__body {
  font-size: 17px;
  line-height: 1.75;
  color: #3D3F47;
  text-align: left;
}
.hp-intro__body p { margin: 0 0 18px; }

.hp-intro__pullquote {
  margin: 32px 0;
  padding: 24px 28px;
  border-left: 4px solid var(--apoh-green);
  background: #FAFAF9;
  border-radius: 0 12px 12px 0;
  font-family: var(--font-slab);
  font-style: italic;
  font-size: 17px;
  line-height: 1.55;
  color: #1F2A3D;
  font-weight: 300;
  text-align: left;
}

.hp-intro__ctas {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
}

/* ── Award-Winning Section ── */
.hp-award {
  background: #FAFAF9;
  padding: 80px 0;
  border-top: 1px solid #EAEAE7;
  border-bottom: 1px solid #EAEAE7;
}

.hp-award__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

.hp-award__video-thumb {
  display: block;
  position: relative;
  aspect-ratio: 5 / 4;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(36, 106, 180, 0.18);
  background: #0E1A2D;
  text-decoration: none;
}

.hp-award__video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hp-award__video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.18);
}

.hp-award__video-play {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
  transition: transform 0.15s;
}
.hp-award__video-thumb:hover .hp-award__video-play {
  transform: scale(1.08);
}

.hp-award__video-dur {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 4px 10px;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 8px;
  letter-spacing: 0.04em;
}

.hp-award__video-caption {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 700;
  color: #585961;
  padding-left: 4px;
}

.hp-award__heading {
  font-size: 42px;
  font-weight: 900;
  color: #1F2A3D;
  margin: 12px 0 18px;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.hp-award__body {
  font-size: 17px;
  line-height: 1.65;
  color: #585961;
  margin: 0 0 24px;
}

.hp-award__blockquote {
  margin: 0;
  padding: 20px 24px;
  border-left: 4px solid var(--apoh-green);
  background: #FAFAF9;
  border-radius: 0 12px 12px 0;
  font-family: var(--font-slab);
  font-style: italic;
  font-size: 17px;
  line-height: 1.55;
  color: #1F2A3D;
  font-weight: 300;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .hp-intro__heading { font-size: 30px; }
  .hp-award__grid { grid-template-columns: 1fr; gap: 40px; }
  .hp-award__heading { font-size: 30px; }
}
