@font-face {
  font-family: "GT Era Display";
  src: url("directmax/sharedAssets/css/fonts/GT-Era-Display-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "GT Era Text";
  src: url("directmax/sharedAssets/css/fonts/GT-Era-Text-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "GT Era Text";
  src: url("directmax/sharedAssets/css/fonts/GT-Era-Text-Heavy.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "ABC Diatype Semi Mono";
  src: url("directmax/sharedAssets/css/fonts/ABCDiatypeSemi-Mono-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  color-scheme: light;
  --brand-navy: #171d2c;
  --brand-blue: #2666ff;
  --brand-ash-blue: #b3d3f3;
  --brand-ash: #e4e8eb;
  --brand-cream: #fffaf1;
  --brand-slate: #313843;
  --brand-muted: #5c6577;
  --alert-red: var(--brand-blue);
  --video-bg: var(--brand-ash);
  --navy: var(--brand-navy);
  --comment-blue: var(--brand-blue);
  --comment-border: #cdd2d7;
  --body-copy: var(--brand-slate);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--brand-navy);
  background: var(--brand-cream);
  font-family: "GT Era Text", Figtree, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

body.transcript-open,
body.policy-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

.local-preview-controls {
  position: fixed;
  z-index: 10000;
  top: 12px;
  right: 12px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(179, 211, 243, 0.45);
  border-radius: 10px;
  color: #fff;
  background: rgba(23, 29, 44, 0.96);
  box-shadow: 0 12px 34px rgba(23, 29, 44, 0.28);
  font-size: 12px;
}

.local-preview-controls button {
  padding: 7px 10px;
  border: 0;
  border-radius: 5px;
  color: var(--brand-navy);
  background: var(--brand-ash-blue);
  cursor: pointer;
  font: 800 12px/1 "GT Era Text", Arial, sans-serif;
}

.local-preview-controls button:hover,
.local-preview-controls button:focus-visible {
  color: #fff;
  background: var(--alert-red);
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.alert-banner {
  min-height: 60px;
  padding: 16px 18px;
  display: grid;
  place-items: center;
  border-bottom: 4px solid var(--brand-blue);
  background: linear-gradient(90deg, var(--brand-navy), var(--brand-slate));
  color: var(--brand-cream);
  box-shadow: 0 8px 30px rgba(23, 29, 44, 0.2);
}

.alert-banner p {
  margin: 0;
  font-size: 20px;
  font-family: "ABC Diatype Semi Mono", "GT Era Text", sans-serif;
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 1.4;
  text-align: center;
}

.video-section {
  padding: 0 30px 42px;
  background: linear-gradient(180deg, var(--brand-ash) 0%, #f7f9fb 66%, var(--brand-cream) 100%);
}

.video-column {
  width: min(980px, 100%);
  margin: 0 auto;
}

.video-meta {
  margin: 0;
  padding-top: 8px;
  color: var(--brand-muted);
  font-family: "ABC Diatype Semi Mono", "GT Era Text", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.video-column h1 {
  max-width: 940px;
  margin: 20px auto 22px;
  color: var(--brand-navy);
  font-family: "GT Era Display", "GT Era Text", Figtree, sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-align: center;
}

vturb-smartplayer {
  overflow: hidden;
  border: 3px solid var(--brand-blue);
  border-radius: 18px;
  background: #000;
  box-shadow: 0 24px 54px rgba(23, 29, 44, 0.22), 0 0 0 6px rgba(38, 102, 255, 0.08);
}

.speaker-message {
  width: min(750px, 100%);
  height: auto;
  margin: 14px auto 0;
}

.advertorial-reveal {
  display: none;
  background: #fff;
}

.advertorial-transition {
  padding: 26px 18px 24px;
  color: #fff;
  border-bottom: 4px solid var(--brand-blue);
  background: linear-gradient(110deg, var(--brand-navy), var(--brand-slate));
  text-align: center;
}

.advertorial-transition p {
  margin: 0 0 4px;
  color: var(--brand-ash-blue);
  font-family: "ABC Diatype Semi Mono", "GT Era Text", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.advertorial-transition h2 {
  margin: 0;
  color: var(--brand-cream);
  font-family: "GT Era Display", "GT Era Text", sans-serif;
  font-size: clamp(24px, 4vw, 38px);
  line-height: 1.15;
}

.advertorial-reveal.is-revealed {
  animation: advertorial-enter 420ms ease-out both;
}

#advertorial-frame {
  width: 100%;
  min-height: 100vh;
  display: block;
  border: 0;
  background: #fff;
}

@keyframes advertorial-enter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.continue-cta {
  width: min(680px, 100%);
  margin: 24px auto 0;
  display: none;
  text-align: center;
}

.continue-button {
  min-height: 64px;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #184dcc;
  border-radius: 10px;
  color: #fff;
  background: var(--alert-red);
  box-shadow: 0 6px 0 #1748bc, 0 12px 24px rgba(23, 29, 44, 0.22);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.continue-button::after {
  content: "\2192";
  margin-left: 12px;
}

.continue-button:hover {
  background: #3d76ff;
  transform: translateY(-2px);
  box-shadow: 0 8px 0 #1748bc, 0 14px 28px rgba(23, 29, 44, 0.26);
}

.continue-button:focus-visible {
  outline: 3px solid var(--navy);
  outline-offset: 4px;
}

.continue-button:active {
  transform: translateY(4px);
  box-shadow: 0 2px 0 #1748bc, 0 6px 12px rgba(23, 29, 44, 0.18);
}

.reviews {
  width: min(636px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 8px;
}

.reviews h2 {
  margin: 0 auto 12px;
  padding-top: 16px;
  color: var(--comment-blue);
  font: 700 22px/36px "GT Era Display", "GT Era Text", Arial, sans-serif;
  text-align: center;
}

.comment-list {
  width: 100%;
}

.comment {
  min-height: 115px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--comment-border);
  border-bottom: 0;
}

.comment:last-child {
  border-bottom: 0;
}

.comment > img {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  border-radius: 0;
  object-fit: cover;
}

.comment-copy {
  min-width: 0;
  padding: 10px 4px 20px 8px;
}

.comment-meta {
  min-height: 28px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.comment-meta strong {
  color: var(--comment-blue);
  font-size: 18px;
  line-height: 28px;
}

.comment-meta time {
  margin-left: 5px;
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.comment p {
  margin: 0;
  color: var(--body-copy);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.featured {
  min-height: 360px;
  padding: 64px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 4px solid var(--brand-blue);
  border-bottom: 4px solid var(--brand-blue);
  background: linear-gradient(135deg, var(--brand-navy), var(--brand-slate));
}

.featured h2 {
  margin: 0 0 10px;
  color: var(--brand-cream);
  font-family: "GT Era Display", "GT Era Text", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}

.featured img {
  width: min(719px, 100%);
  height: auto;
}

.legitscript-verification {
  padding: 28px 18px;
  display: flex;
  justify-content: center;
  background: var(--brand-ash);
}

.legitscript-seal {
  display: flex;
  align-items: center;
  justify-content: center;
}

.legitscript-seal img {
  width: auto;
  max-width: 100%;
  height: 100px;
}

.legitscript-seal:focus-visible {
  border-radius: 4px;
  outline: 3px solid var(--navy);
  outline-offset: 5px;
}

.site-footer {
  padding: 0 8px;
  color: #c5cad3;
  background: var(--brand-navy);
  font-family: "GT Era Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer-inner {
  width: min(960px, 100%);
  margin: 0 auto;
  padding: 28px 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.footer-inner p {
  margin: 16px 0;
}

.health-disclaimer {
  color: var(--brand-ash);
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 16px;
}

.footer-links a {
  color: var(--brand-ash-blue);
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.policy-overlay[hidden] {
  display: none;
}

.policy-overlay {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: grid;
  place-items: center;
  padding: 24px;
}

.policy-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 17, 37, 0.82);
  backdrop-filter: blur(3px);
}

.policy-dialog {
  position: relative;
  width: min(660px, 100%);
  max-height: min(82vh, 660px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(179, 211, 243, 0.65);
  color: var(--brand-slate);
  background: var(--brand-cream);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  font-family: "GT Era Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.policy-dialog:focus {
  outline: none;
}

.policy-header {
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 4px solid var(--brand-blue);
  background: var(--navy);
  color: #fff;
}

.policy-header h2 {
  margin: 0;
  font-family: "GT Era Display", "GT Era Text", sans-serif;
  font-size: 22px;
  line-height: 1.25;
}

.policy-close {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font: 300 30px/32px Arial, sans-serif;
}

.policy-close:hover,
.policy-close:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.policy-content {
  padding: 26px 30px 36px;
  overflow-y: auto;
  font-size: 16px;
  line-height: 1.55;
}

.policy-content h3 {
  margin: 24px 0 8px;
  color: var(--navy);
  font-size: 19px;
  line-height: 1.3;
}

.policy-content section > h3:first-child {
  margin-top: 0;
  font-size: 22px;
}

.policy-content p {
  margin: 0 0 16px;
}

.citation-list {
  margin: 20px 0 0;
  padding-left: 24px;
}

.citation-list li {
  margin-bottom: 14px;
  padding-left: 4px;
}

.citation-list a {
  color: var(--brand-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.citation-list a:hover,
.citation-list a:focus-visible {
  color: #1748bc;
}

.transcript-modal[hidden] {
  display: none;
}

.transcript-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.transcript-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 17, 37, 0.82);
  backdrop-filter: blur(3px);
}

.transcript-dialog {
  position: relative;
  width: min(900px, 100%);
  max-height: min(88vh, 920px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(179, 211, 243, 0.65);
  background: var(--brand-cream);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.transcript-dialog:focus {
  outline: none;
}

.transcript-header {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 4px solid var(--brand-blue);
  background: var(--navy);
  color: #fff;
}

.transcript-header p,
.transcript-header h2 {
  margin: 0;
}

.transcript-header p {
  margin-bottom: 2px;
  color: var(--brand-ash-blue);
  font-family: "ABC Diatype Semi Mono", "GT Era Text", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.transcript-header h2 {
  font-family: "GT Era Display", "GT Era Text", sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.transcript-close {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font: 300 32px/36px Arial, sans-serif;
}

.transcript-close:hover,
.transcript-close:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.transcript-scroll {
  padding: 28px clamp(22px, 5vw, 54px) 48px;
  overflow-y: auto;
  color: var(--brand-slate);
  font-family: "GT Era Text", Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.7;
}

.transcript-scroll h2,
.transcript-scroll h3 {
  color: var(--navy);
  font-family: "GT Era Display", "GT Era Text", Figtree, Arial, sans-serif;
}

.transcript-scroll h2 {
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 1.2;
}

.transcript-scroll h3 {
  margin: 34px 0 16px;
  padding-top: 24px;
  border-top: 1px solid #dfe4ec;
  font-size: 22px;
  line-height: 1.3;
}

.transcript-scroll p {
  margin: 0 0 18px;
}

.transcript-speaker {
  margin: 26px 0 8px;
  color: var(--navy);
  font-family: "ABC Diatype Semi Mono", "GT Era Text", Figtree, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .local-preview-controls {
    position: static;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 0;
  }

  .alert-banner {
    min-height: 48px;
    padding: 10px 14px;
  }

  .alert-banner p {
    font-size: 14px;
    line-height: 1.35;
  }

  .video-section {
    padding: 0 10px 16px;
  }

  .video-column h1 {
    margin: 14px 0;
    font-size: clamp(24px, 8vw, 36px);
  }

  .speaker-message {
    width: 100%;
  }

  .continue-cta {
    margin-top: 18px;
  }

  .continue-button {
    min-height: 58px;
    padding: 14px 20px;
    font-size: 22px;
  }

  .reviews {
    width: min(100%, calc(100% - 20px));
  }

  .comment {
    min-height: 0;
    padding: 14px;
    align-items: flex-start;
    gap: 12px;
  }

  .comment > img {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
  }

  .comment-copy {
    padding: 2px 0 12px;
  }

  .comment-meta strong {
    font-size: 17px;
  }

  .comment p {
    font-size: 14px;
    line-height: 21px;
  }

  .featured {
    min-height: 0;
    padding: 46px 18px;
  }

  .featured h2 {
    font-size: 26px;
  }

  .footer-links {
    gap: 4px 14px;
  }

  .policy-overlay {
    padding: 12px;
  }

  .policy-dialog {
    max-height: 92dvh;
  }

  .policy-header {
    padding: 15px 16px;
  }

  .policy-header h2 {
    font-size: 19px;
  }

  .policy-content {
    padding: 22px 20px 32px;
    font-size: 15px;
  }

  .transcript-modal {
    padding: 0;
  }

  .transcript-dialog {
    width: 100%;
    max-height: 100dvh;
    min-height: 100dvh;
    border-radius: 0;
  }

  .transcript-header {
    padding: 16px 18px;
  }

  .transcript-header h2 {
    font-size: 20px;
  }

  .transcript-scroll {
    padding: 24px 20px 42px;
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .continue-button {
    transition: none;
  }

  .advertorial-reveal.is-revealed {
    animation: none;
  }
}

@media (max-width: 430px) {
  .comment > img {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }

  .comment-meta time {
    width: 100%;
    margin: -4px 0 3px;
    line-height: 20px;
  }

  .footer-links span {
    display: none;
  }
}
