.assertive-gsap-header {
  --age-height: 100vh;
  --age-overlay-opacity: 0.55;
  position: relative;
  min-height: var(--age-height);
  width: 100%;
  overflow: hidden;
  background: #020817;
  color: #fff;
  isolation: isolate;
}
.assertive-gsap-header .age-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.assertive-gsap-header .age-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(2,8,23,.95) 0%, rgba(2,8,23,.72) 36%, rgba(2,8,23,.16) 78%), linear-gradient(180deg, rgba(2,8,23,.25) 0%, rgba(2,8,23,var(--age-overlay-opacity)) 100%);
  pointer-events: none;
}
.assertive-gsap-header .age-content {
  position: relative;
  z-index: 3;
  width: min(760px, 92vw);
  padding: clamp(110px, 16vh, 180px) 6vw 80px;
  min-height: var(--age-height);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.assertive-gsap-header .age-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  margin-bottom: 24px;
  border: 1px solid rgba(100,211,255,.4);
  border-radius: 999px;
  background: rgba(8,35,75,.48);
  color: #9eeaff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}
.assertive-gsap-header .age-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #24d2ff;
  box-shadow: 0 0 18px rgba(36,210,255,.9);
}
.assertive-gsap-header .age-headline {
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 7vw, 112px);
  line-height: .92;
  font-weight: 950;
  letter-spacing: -.055em;
  text-transform: uppercase;
  max-width: 820px;
}
.assertive-gsap-header .age-headline span {
  background: linear-gradient(135deg, #24d2ff, #8160ff 58%, #b06cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.assertive-gsap-header .age-subheadline {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.84);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.58;
}
.assertive-gsap-header .age-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.assertive-gsap-header .age-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 162px;
  min-height: 54px;
  padding: 16px 24px;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.assertive-gsap-header .age-btn:hover,
.assertive-gsap-header .age-btn:focus { color: #fff; transform: translateY(-3px); }
.assertive-gsap-header .age-btn-primary { background: linear-gradient(135deg, #7458ff 0%, #18c8ff 100%); box-shadow: 0 18px 50px rgba(24,200,255,.28); }
.assertive-gsap-header .age-btn-primary:hover,
.assertive-gsap-header .age-btn-primary:focus { box-shadow: 0 20px 65px rgba(24,200,255,.42); }
.assertive-gsap-header .age-btn-secondary { border: 1px solid rgba(255,255,255,.42); background: rgba(255,255,255,.075); backdrop-filter: blur(14px); }
.assertive-gsap-header .age-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.assertive-gsap-header .age-scroll-cue span {
  display: inline-block;
  width: 18px;
  height: 30px;
  border: 2px solid rgba(255,255,255,.7);
  border-radius: 999px;
  position: relative;
}
.assertive-gsap-header .age-scroll-cue span::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: #fff;
}
.assertive-gsap-notice { padding: 18px 22px; background: #fff7d6; border-left: 4px solid #d99a00; color: #1f2937; font-weight: 700; }
@media (max-width: 782px) {
  .assertive-gsap-header { --age-height: 92vh; }
  .assertive-gsap-header .age-content { justify-content: flex-end; padding: 96px 24px 86px; }
  .assertive-gsap-header .age-overlay { background: linear-gradient(90deg, rgba(2,8,23,.92) 0%, rgba(2,8,23,.62) 100%), linear-gradient(180deg, rgba(2,8,23,.18) 0%, rgba(2,8,23,.86) 100%); }
  .assertive-gsap-header .age-headline { font-size: clamp(42px, 13vw, 62px); }
  .assertive-gsap-header .age-buttons { flex-direction: column; }
  .assertive-gsap-header .age-btn { width: 100%; }
}
