:root {
  --tgd-bg: #0a0817;
  --tgd-bg-2: #120e2b;
  --tgd-panel: #100d24;
  --tgd-panel-2: #191333;
  --tgd-ink: #f4f2ff;
  --tgd-ink-2: #d9d5f2;
  --tgd-muted: #a9a3c9;
  --tgd-line: rgba(255, 255, 255, 0.1);
  --tgd-line-strong: rgba(255, 255, 255, 0.2);
  --tgd-primary: #201a70;
  --tgd-secondary: #3b30a4;
  --tgd-primary-soft: #4b3fd4;
  --tgd-accent: #fce469;
  --tgd-green: #3a9e17;
  --tgd-green-bright: #4ec428;
  --tgd-video: #000000;
  --tgd-video-2: #09061a;
  --tgd-grad-primary: linear-gradient(to right, #201a70, #3b30a4, #3b30a4, #201a70);
  --tgd-grad-stage: radial-gradient(1200px 600px at 70% -10%, rgba(75, 63, 212, 0.35), transparent 60%),
    radial-gradient(900px 500px at 10% 0%, rgba(59, 48, 164, 0.25), transparent 55%),
    linear-gradient(180deg, #120e2b 0%, #0a0817 55%);
  --tgd-ring: 0 0 0 3px rgba(252, 228, 105, 0.45);
  --tgd-radius-card: 12px;
  --tgd-radius-pill: 999px;
  --tgd-shadow-card: 0 10px 40px rgba(0, 0, 0, 0.45);
  --tgd-shadow-lift: 0 18px 50px rgba(0, 0, 0, 0.55);
}

.tgd-presentation {
  background:
    linear-gradient(180deg, rgba(6, 5, 18, 0.18), rgba(7, 5, 17, 0.98) 58%, #070511 100%),
    url("/assets/presentation-page/stage-bg.webp") top center / min(1920px, 140vw) auto no-repeat,
    radial-gradient(1200px 640px at 78% -2%, rgba(62, 52, 175, 0.3), transparent 58%),
    linear-gradient(180deg, #080713 0%, #080713 44px, #0a0817 44px, #070511 100%);
  color: var(--tgd-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

.tgd-presentation * {
  box-sizing: border-box;
}

.tgd-presentation a {
  color: inherit;
}

.tgd-presentation :focus-visible {
  border-radius: 8px;
  box-shadow: var(--tgd-ring);
  outline: 0;
}

.tgd-stage-layer {
  background:
    linear-gradient(180deg, rgba(7, 5, 17, 0.04), rgba(7, 5, 17, 0.78) 82%, rgba(7, 5, 17, 0.98)),
    url("/assets/presentation-page/hero-stage-bg.webp") top center / cover no-repeat,
    radial-gradient(circle at 62% 8%, rgba(255, 255, 255, 0.86) 0 3px, transparent 4px),
    radial-gradient(circle at 70% 11%, rgba(252, 228, 105, 0.42) 0 2px, transparent 3px),
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.34) 0 2px, transparent 3px),
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.22) 0 2px, transparent 3px),
    radial-gradient(980px 420px at 76% 2%, rgba(88, 67, 255, 0.42), transparent 62%),
    radial-gradient(780px 360px at 12% 6%, rgba(96, 52, 178, 0.28), transparent 64%),
    repeating-linear-gradient(150deg, transparent 0 54px, rgba(255, 255, 255, 0.035) 55px 56px, transparent 57px 112px),
    linear-gradient(180deg, rgba(18, 14, 43, 0.95) 0%, rgba(10, 8, 23, 0.54) 62%, transparent 100%);
  height: 720px;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.tgd-stage-layer::before,
.tgd-stage-layer::after {
  content: "";
  filter: blur(10px);
  height: 700px;
  opacity: 0.58;
  position: absolute;
  top: -120px;
  transform-origin: top center;
  width: 260px;
}

.tgd-stage-layer::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(88, 67, 255, 0.16) 42%, transparent 78%);
  left: 62%;
  transform: rotate(12deg) skewX(-16deg);
}

.tgd-stage-layer::after {
  background: linear-gradient(180deg, rgba(252, 228, 105, 0.18), rgba(75, 63, 212, 0.18) 44%, transparent 80%);
  left: 78%;
  transform: rotate(-18deg) skewX(14deg);
}

.tgd-stage-layer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.tgd-shell {
  margin: 0 auto;
  max-width: 1280px;
  padding: 14px clamp(24px, 3vw, 38px) 52px;
  position: relative;
  z-index: 1;
}

.tgd-topbar {
  align-items: center;
  background: rgba(6, 5, 18, 0.86);
  border-bottom: 1px solid var(--tgd-line);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  min-height: 47px;
  padding: 5px clamp(24px, 3vw, 44px);
  position: relative;
  z-index: 2;
}

.tgd-brand {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.tgd-brand-mark {
  display: block;
  height: 32px;
  width: auto;
}

.tgd-brand-title,
.tgd-title,
.tgd-active-panel h2,
.tgd-section h2,
.tgd-global-qa h2,
.tgd-customizer h2 {
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
}

.tgd-brand-title {
  color: var(--tgd-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.tgd-brand-subtitle {
  color: var(--tgd-muted);
  font-size: 12px;
  margin-top: 2px;
}

.tgd-topbar-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.tgd-home-link {
  color: var(--tgd-ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.22em;
}

.tgd-home-link:hover {
  color: #3b30a4;
}

.tgd-affiliate-chip {
  align-items: center;
  background: var(--tgd-panel-2);
  border: 1px solid var(--tgd-line-strong);
  border-radius: var(--tgd-radius-pill);
  color: var(--tgd-accent);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  min-height: 42px;
  padding: 0 16px;
}

.tgd-button,
.tgd-next-step {
  align-items: center;
  border-radius: var(--tgd-radius-pill);
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  min-height: 36px;
  overflow: hidden;
  padding: 0 18px;
  position: relative;
  text-decoration: none;
  transition: box-shadow 180ms cubic-bezier(0.22, 1, 0.36, 1), transform 120ms cubic-bezier(0.22, 1, 0.36, 1), filter 180ms cubic-bezier(0.22, 1, 0.36, 1);
  white-space: nowrap;
}

.tgd-button,
.tgd-next-primary {
  background:
    linear-gradient(90deg, #201a70, #3328ad, #4b3fd4, #201a70) padding-box,
    linear-gradient(100deg, #fce469, #9c8cff, #ffffff, #4b3fd4, #fce469) border-box;
  background-size: 260% 100%, 320% 100%;
  border: 2px solid transparent;
  color: #fff;
}

.tgd-next-step {
  animation: tgd-cta-border-flow 3200ms linear infinite;
  box-shadow: 0 10px 28px rgba(75, 63, 212, 0.28), 0 0 18px rgba(252, 228, 105, 0.12);
  min-height: 42px;
  text-shadow: 0 1px 12px rgba(255, 255, 255, 0.14);
}

.tgd-next-step::before,
.tgd-topbar .tgd-button-secondary::before,
.tgd-final-actions .tgd-button-ghost::before {
  animation: tgd-cta-sheen 4600ms cubic-bezier(0.22, 1, 0.36, 1) infinite;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.12) 42%, rgba(255, 255, 255, 0.58) 50%, rgba(252, 228, 105, 0.2) 58%, transparent 100%);
  content: "";
  inset: -45% auto -45% -65%;
  pointer-events: none;
  position: absolute;
  transform: skewX(-18deg);
  width: 46%;
}

.tgd-next-step::after {
  animation: tgd-cta-arrow-nudge 1800ms ease-in-out infinite;
  content: "›";
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  margin-left: 2px;
  position: relative;
}

.tgd-next-free {
  background:
    linear-gradient(90deg, #2f920f, #43bd1f, #56d52d, #2f920f) padding-box,
    linear-gradient(100deg, #fce469, #ffffff, #55e42d, #baff8a, #fce469) border-box;
  background-size: 260% 100%, 320% 100%;
  border: 2px solid transparent;
  box-shadow: 0 12px 30px rgba(58, 158, 23, 0.38), 0 0 24px rgba(78, 196, 40, 0.28), 0 0 0 1px rgba(252, 228, 105, 0.1);
  color: #fff !important;
  font-size: 15px;
}

.tgd-next-primary {
  box-shadow: 0 12px 30px rgba(75, 63, 212, 0.38), 0 0 24px rgba(252, 228, 105, 0.16), 0 0 0 1px rgba(252, 228, 105, 0.08);
}

.tgd-button:hover,
.tgd-next-step:hover {
  filter: brightness(1.08) saturate(1.12);
  box-shadow: var(--tgd-shadow-lift), 0 0 30px rgba(252, 228, 105, 0.22);
  transform: translateY(-2px);
}

.tgd-next-free:hover {
  box-shadow: var(--tgd-shadow-lift), 0 0 34px rgba(78, 196, 40, 0.34), 0 0 22px rgba(252, 228, 105, 0.2);
}

.tgd-button-secondary,
.tgd-button-ghost {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--tgd-line-strong);
  color: var(--tgd-ink);
}

.tgd-button-secondary:hover,
.tgd-button-ghost:hover {
  border-color: rgba(252, 228, 105, 0.55);
}

.tgd-topbar .tgd-button-secondary,
.tgd-final-actions .tgd-button-ghost {
  animation: tgd-cta-border-flow 3600ms linear infinite;
  background:
    linear-gradient(90deg, rgba(11, 8, 28, 0.92), rgba(28, 22, 66, 0.92), rgba(11, 8, 28, 0.92)) padding-box,
    linear-gradient(100deg, #fce469, #ffffff, #8c7cff, #fce469) border-box;
  background-size: 230% 100%, 300% 100%;
  border: 2px solid transparent;
  box-shadow: 0 10px 28px rgba(252, 228, 105, 0.1), 0 0 20px rgba(156, 140, 255, 0.12);
}

.tgd-button-icon {
  fill: none;
  height: 17px;
  position: relative;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 17px;
}

.tgd-topbar .tgd-button-secondary .tgd-button-icon,
.tgd-final-actions .tgd-button-ghost .tgd-button-icon {
  animation: tgd-cta-icon-pulse 2200ms ease-in-out infinite;
}

.tgd-button span {
  position: relative;
}

.tgd-intro {
  margin-bottom: 4px;
  max-width: min(980px, calc(100% - 250px));
}

.tgd-eyebrow {
  color: var(--tgd-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 7px;
  text-transform: uppercase;
}

.tgd-title {
  color: var(--tgd-ink);
  font-size: clamp(29px, 3.8vw, 58px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
  overflow-wrap: anywhere;
}

.tgd-lede {
  color: var(--tgd-ink-2);
  font-size: 13px;
  line-height: 1.25;
  margin: 7px 0 0;
  max-width: 690px;
  overflow-wrap: anywhere;
}

.tgd-mobile-break {
  display: none;
}

.tgd-panel {
  background:
    linear-gradient(180deg, rgba(28, 23, 60, 0.94), rgba(16, 13, 35, 0.97)),
    radial-gradient(720px 280px at 88% 0%, rgba(75, 63, 212, 0.12), transparent 68%);
  border: 1px solid var(--tgd-line);
  border-radius: var(--tgd-radius-card);
  box-shadow: var(--tgd-shadow-card);
}

.tgd-launcher {
  color: #fff;
  max-width: 100%;
  overflow: visible;
}

.tgd-icon-sprite {
  display: none;
}

.tgd-launcher-grid {
  display: grid;
  column-gap: 16px;
  grid-template-areas:
    "player panel"
    "tabs tabs";
  grid-template-columns: minmax(0, 1fr) clamp(280px, 25%, 360px);
  row-gap: 12px;
}

.tgd-player {
  aspect-ratio: auto;
  background:
    linear-gradient(180deg, rgba(9, 9, 16, 0.96), rgba(4, 4, 8, 0.98)),
    radial-gradient(760px 240px at 12% 0%, rgba(75, 63, 212, 0.24), transparent 62%);
  border: 1px solid var(--tgd-line-strong);
  border-radius: 20px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(252, 228, 105, 0.1);
  grid-area: player;
  min-width: 0;
  overflow: visible;
  padding: 10px;
  position: relative;
}

.tgd-player-view[hidden] {
  display: none !important;
}

.tgd-player-view {
  min-width: 0;
}

.tgd-player-frame {
  aspect-ratio: 16 / 9;
  background: #08080d;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}

.tgd-player-frame--empty {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 320px;
}

.tgd-player-empty {
  align-items: center;
  color: rgba(255, 255, 255, 0.86);
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  min-height: 320px;
  padding: 24px;
  text-align: center;
}

.tgd-player-poster {
  background: #000;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  inset: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 2;
}

.tgd-player-poster.is-hidden {
  display: none;
}

.tgd-player-poster img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tgd-player-poster::after {
  background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.82) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.tgd-poster-play {
  background: #ff0000;
  border-radius: 13px;
  height: 52px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 74px;
  z-index: 3;
}

.tgd-poster-play,
.tgd-poster-link,
.tgd-poster-controls {
  display: none;
}

.tgd-poster-play::before {
  border-bottom: 14px solid transparent;
  border-left: 22px solid #fff;
  border-top: 14px solid transparent;
  content: "";
  left: 29px;
  position: absolute;
  top: 12px;
}

.tgd-poster-link {
  background: rgba(0, 0, 0, 0.58);
  border-radius: 999px;
  bottom: 42px;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
  position: absolute;
  right: 12px;
  z-index: 3;
}

.tgd-poster-controls {
  align-items: center;
  bottom: 0;
  display: grid;
  gap: 10px;
  grid-template-columns: 16px 16px auto 1fr 18px 18px 18px;
  height: 36px;
  left: 0;
  padding: 0 14px;
  position: absolute;
  right: 0;
  z-index: 3;
}

.tgd-poster-controls span {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  position: relative;
}

.tgd-poster-controls span:not(:nth-child(3)):not(:nth-child(4)) {
  height: 16px;
  opacity: 0.84;
  width: 16px;
}

.tgd-poster-controls span:nth-child(5) {
  width: 24px;
}

.tgd-poster-controls span:not(:nth-child(3)):not(:nth-child(4))::before,
.tgd-poster-controls span:not(:nth-child(3)):not(:nth-child(4))::after {
  content: "";
  position: absolute;
}

.tgd-poster-controls span:nth-child(1)::before {
  border-bottom: 6px solid transparent;
  border-left: 9px solid rgba(255, 255, 255, 0.94);
  border-top: 6px solid transparent;
  left: 4px;
  top: 2px;
}

.tgd-poster-controls span:nth-child(2)::before {
  border-bottom: 5px solid transparent;
  border-right: 7px solid rgba(255, 255, 255, 0.92);
  border-top: 5px solid transparent;
  left: 2px;
  top: 3px;
}

.tgd-poster-controls span:nth-child(2)::after {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 2px;
  height: 8px;
  left: 0;
  top: 4px;
  width: 4px;
}

.tgd-poster-controls span:nth-child(5)::before {
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.92);
  content: "CC";
  font-size: 12px;
  font-weight: 900;
  height: 16px;
  left: 1px;
  line-height: 15px;
  text-align: center;
  top: 0;
  width: 22px;
}

.tgd-poster-controls span:nth-child(6)::before {
  border: 2px solid rgba(255, 255, 255, 0.84);
  border-radius: 50%;
  height: 11px;
  left: 2px;
  top: 2px;
  width: 11px;
}

.tgd-poster-controls span:nth-child(7)::before {
  border: 2px solid rgba(255, 255, 255, 0.84);
  height: 12px;
  left: 2px;
  top: 2px;
  width: 12px;
}

.tgd-poster-controls span:nth-child(4) {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.78) 0 13%, rgba(255, 255, 255, 0.28) 13% 100%);
  border-radius: 999px;
  height: 3px;
}

.tgd-player [data-player-frame] > iframe,
.tgd-supporting-frame iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.tgd-player [data-player-frame] > iframe {
  inset: 0;
  position: absolute;
}

.tgd-active-panel {
  align-self: stretch;
  background: linear-gradient(180deg, rgba(16, 13, 36, 0.96), rgba(6, 5, 18, 0.94));
  border: 1px solid var(--tgd-line-strong);
  border-radius: 10px;
  box-shadow: var(--tgd-shadow-card);
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 0.95vw, 13px);
  grid-area: panel;
  height: auto;
  justify-content: flex-start;
  margin-top: 0;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  padding: clamp(15px, 1.3vw, 22px);
}

.tgd-active-panel[hidden] {
  display: none;
}

.tgd-active-panel h2 {
  color: #fff;
  font-size: clamp(24px, 1.85vw, 34px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
}

.tgd-product-badge {
  align-items: center;
  color: var(--tgd-ink-2);
  display: inline-flex;
  font-size: clamp(12px, 0.78vw, 14px);
  font-weight: 800;
  gap: 8px;
}

.tgd-icon-pill,
.tgd-tab-icon {
  align-items: center;
  border: 1px solid rgba(252, 228, 105, 0.24);
  border-radius: 10px;
  color: var(--tgd-accent);
  display: inline-grid;
  flex: 0 0 auto;
  font-size: 15px;
  height: 30px;
  line-height: 1;
  place-items: center;
  width: 30px;
}

.tgd-icon-pill svg,
.tgd-tab-icon svg {
  fill: none;
  height: 16px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 16px;
}

.tgd-outcome {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(14px, 0.92vw, 16px);
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
}

.tgd-context,
.tgd-benefit-list {
  color: var(--tgd-muted);
  font-size: clamp(12.5px, 0.78vw, 14px);
  line-height: 1.35;
}

.tgd-benefit-list {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tgd-benefit-list li {
  align-items: flex-start;
  display: grid;
  gap: 8px;
  grid-template-columns: 22px minmax(0, 1fr);
}

.tgd-benefit-list li span {
  align-items: center;
  background: rgba(75, 63, 212, 0.16);
  border: 1px solid rgba(252, 228, 105, 0.22);
  border-radius: 7px;
  color: #c9c2ff;
  display: inline-grid;
  font-size: 12px;
  height: 22px;
  line-height: 1;
  place-items: center;
  width: 22px;
}

.tgd-benefit-list li svg {
  fill: none;
  height: 10px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 10px;
}

.tgd-more-link,
.tgd-featured-link {
  color: var(--tgd-ink-2);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.tgd-active-panel .tgd-next-step::after,
.tgd-more-link::after {
  content: "›";
  font-size: 15px;
  line-height: 1;
}

.tgd-more-link {
  align-self: center;
  display: inline-flex;
  gap: 6px;
}

.tgd-active-panel .tgd-next-step {
  font-size: clamp(14px, 0.92vw, 16px);
  margin-top: auto;
  min-height: clamp(42px, 2.6vw, 50px);
}

.tgd-more-link:hover,
.tgd-featured-link:hover,
.tgd-footer a:hover {
  text-decoration: underline;
}

@media (min-width: 761px) {
  .tgd-player {
    aspect-ratio: auto;
  }
}

.tgd-tabs {
  align-items: stretch;
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid rgba(32, 26, 112, 0.1);
  border-radius: 22px;
  display: grid;
  gap: 8px;
  grid-area: tabs;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  max-width: 100%;
  min-width: 0;
  padding: 8px;
}

.tgd-tab {
  align-items: center;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(32, 26, 112, 0.12);
  border-radius: 16px;
  color: var(--tgd-muted);
  cursor: pointer;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1fr);
  min-height: 68px;
  overflow: hidden;
  padding: 12px 10px;
  position: relative;
  text-align: left;
  transition: background-color 180ms cubic-bezier(0.22, 1, 0.36, 1), border-color 180ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 180ms cubic-bezier(0.22, 1, 0.36, 1), transform 120ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tgd-tab:first-child {
  border-bottom-left-radius: 16px;
}

.tgd-tab:last-child {
  border-bottom-right-radius: 16px;
  border-right: 1px solid var(--tgd-line);
}

.tgd-tab::after {
  content: none;
}

.tgd-tab:hover,
.tgd-tab.is-active {
  background: #ffffff;
  color: var(--tgd-ink);
  transform: translateY(-2px);
}

.tgd-tab:hover .tgd-tab-icon,
.tgd-tab.is-active .tgd-tab-icon {
  background: rgba(252, 228, 105, 0.08);
  border-color: rgba(252, 228, 105, 0.72);
  color: var(--tgd-accent);
}

.tgd-tab.is-active {
  border-color: rgba(252, 228, 105, 0.82);
  box-shadow: 0 0 0 1px rgba(252, 228, 105, 0.22), 0 14px 24px rgba(38, 32, 90, 0.13);
}

.tgd-tab-name {
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.2;
  text-align: center;
}

.tgd-customizer {
  margin-top: 16px;
  padding: 18px;
}

.tgd-customizer[hidden],
.tgd-share-box[hidden] {
  display: none;
}

.tgd-customizer h2 {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 12px;
}

.tgd-customizer label {
  color: var(--tgd-ink-2);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 6px;
}

.tgd-customizer .form-control {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--tgd-line-strong);
  color: var(--tgd-ink);
}

.tgd-customizer .form-control::placeholder {
  color: rgba(217, 213, 242, 0.55);
}

.tgd-share-box {
  background: rgba(255, 255, 255, 0.06);
  border: 1px dashed var(--tgd-line-strong);
  border-radius: 12px;
  color: var(--tgd-ink-2);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  overflow-wrap: anywhere;
  padding: 10px 12px;
}

.tgd-section,
.tgd-global-qa {
  margin-top: 24px;
  padding: 24px;
}

.tgd-faq {
  margin-top: 24px;
  padding: 30px 36px 34px;
}

.tgd-faq-accordion {
  margin-top: 24px;
}

.tgd-faq .tgd-section-kicker h2 {
  color: var(--tgd-ink);
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.06;
  margin: 10px 0 0;
  max-width: none;
}

.tgd-faq .accordion-button {
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}

.tgd-faq .accordion-button span:first-child {
  min-width: 0;
}

.tgd-faq-tag {
  background: var(--tgd-panel-2);
  border: 1px solid var(--tgd-line);
  border-radius: var(--tgd-radius-pill);
  color: var(--tgd-muted);
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 8px;
}

.tgd-program-guide {
  margin-top: 16px;
  padding: 15px 16px;
}

.tgd-guide-head {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.tgd-program-guide .tgd-eyebrow {
  margin-bottom: 4px;
}

.tgd-section-kicker h2 {
  color: var(--tgd-ink);
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
}

.tgd-program-guide .tgd-section-kicker h2 {
  color: var(--tgd-ink-2);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.tgd-guide-list {
  display: grid;
  gap: 6px;
  margin-top: 12px;
}

.tgd-guide-row {
  align-items: center;
  background: rgba(9, 8, 22, 0.58);
  border: 1px solid var(--tgd-line);
  border-radius: 8px;
  color: var(--tgd-ink);
  cursor: pointer;
  display: grid;
  gap: 14px;
  grid-template-columns: 145px minmax(0, 1fr) auto auto;
  min-height: 54px;
  padding: 0 8px 0 0;
  text-align: left;
  transition: border-color 180ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 180ms cubic-bezier(0.22, 1, 0.36, 1), transform 120ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
}

.tgd-guide-row:hover {
  border-color: var(--tgd-line-strong);
  box-shadow: var(--tgd-shadow-lift);
  transform: translateY(-1px);
}

.tgd-guide-thumb {
  aspect-ratio: 2.72 / 1;
  background: linear-gradient(135deg, rgba(252, 228, 105, 0.18), rgba(75, 63, 212, 0.24));
  border-radius: 7px 0 0 7px;
  display: block;
  overflow: hidden;
  position: relative;
}

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

.tgd-guide-thumb::after {
  background:
    linear-gradient(180deg, rgba(10, 8, 23, 0.1), rgba(10, 8, 23, 0.55)),
    radial-gradient(circle at 80% 16%, rgba(252, 228, 105, 0.18), transparent 42%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.tgd-play-glyph {
  background: rgba(0, 0, 0, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  height: 28px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
}

.tgd-play-glyph::before {
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
  border-top: 6px solid transparent;
  content: "";
  left: 11px;
  position: absolute;
  top: 8px;
}

.tgd-guide-copy,
.tgd-guide-title-line {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.tgd-guide-title-line {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tgd-guide-title {
  color: var(--tgd-ink);
  font-size: 12px;
  font-weight: 800;
  min-width: 0;
  overflow-wrap: anywhere;
}

.tgd-duration,
.tgd-chip {
  border-radius: var(--tgd-radius-pill);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding: 5px 7px;
  white-space: nowrap;
}

.tgd-duration {
  background: rgba(255, 255, 255, 0.06);
  color: var(--tgd-muted);
}

.tgd-chip {
  background: var(--tgd-panel-2);
  color: var(--tgd-muted);
}

.tgd-guide-description {
  color: var(--tgd-muted);
  font-size: 12px;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tgd-watch-pill {
  align-items: center;
  border: 1px solid var(--tgd-line-strong);
  border-radius: var(--tgd-radius-pill);
  color: var(--tgd-ink);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  min-height: 30px;
  min-width: 116px;
  padding: 0 12px;
}

.tgd-guide-row:hover .tgd-watch-pill {
  border-color: rgba(252, 228, 105, 0.55);
}

.tgd-outcomes {
  margin-top: 16px;
  padding: 12px 17px;
}

.tgd-outcomes .tgd-eyebrow,
.tgd-collections .tgd-eyebrow {
  margin-bottom: 4px;
}

.tgd-outcomes .tgd-section-kicker h2 {
  font-size: 18px;
  line-height: 1.1;
}

.tgd-outcome-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 7px;
}

.tgd-outcome-card {
  border: 1px solid var(--tgd-line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-height: 216px;
  padding: 12px;
  position: relative;
  overflow: hidden;
}

.tgd-outcome-card::before {
  content: "";
  inset: 0;
  background-position: center;
  background-size: cover;
  filter: saturate(1.1);
  opacity: 0.42;
  pointer-events: none;
  position: absolute;
}

.tgd-outcome-card::after {
  content: "";
  inset: 0;
  opacity: 0.8;
  pointer-events: none;
  position: absolute;
}

.tgd-outcome-card > * {
  position: relative;
  z-index: 1;
}

.tgd-outcome-card-amber::before {
  background-image:
    radial-gradient(circle at 22% 20%, rgba(252, 228, 105, 0.7), transparent 34%),
    linear-gradient(135deg, rgba(237, 137, 31, 0.72), transparent 70%),
    url("/assets/presentation-page/outcome-learn-digital-course-wall.webp");
}

.tgd-outcome-card-amber::after {
  background: linear-gradient(90deg, rgba(120, 57, 6, 0.92), rgba(156, 86, 18, 0.68) 52%, rgba(10, 8, 23, 0.42));
}

.tgd-outcome-card-indigo::before {
  background-image:
    radial-gradient(circle at 22% 20%, rgba(107, 90, 255, 0.78), transparent 34%),
    linear-gradient(135deg, rgba(75, 63, 212, 0.62), transparent 72%),
    url("/assets/presentation-page/outcome-learn-digital-course-wall.webp");
}

.tgd-outcome-card-indigo::after {
  background: linear-gradient(90deg, rgba(49, 28, 125, 0.9), rgba(49, 28, 125, 0.62) 52%, rgba(10, 8, 23, 0.4));
}

.tgd-outcome-card-violet::before {
  background-image:
    radial-gradient(circle at 22% 20%, rgba(145, 82, 255, 0.78), transparent 34%),
    linear-gradient(135deg, rgba(43, 64, 181, 0.62), transparent 72%),
    url("/assets/presentation-page/outcome-build-person-computer.webp");
}

.tgd-outcome-card-violet::after {
  background: linear-gradient(90deg, rgba(38, 44, 137, 0.9), rgba(38, 44, 137, 0.64) 52%, rgba(10, 8, 23, 0.38));
}

.tgd-outcome-card-green::before {
  background-image:
    radial-gradient(circle at 22% 20%, rgba(78, 196, 40, 0.7), transparent 34%),
    linear-gradient(135deg, rgba(58, 158, 23, 0.62), transparent 72%),
    url("/assets/presentation-page/outcome-share.webp");
}

.tgd-outcome-card-green::after {
  background: linear-gradient(90deg, rgba(18, 84, 27, 0.9), rgba(18, 84, 27, 0.64) 52%, rgba(10, 8, 23, 0.38));
}

.tgd-outcome-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 17px;
  color: #fff;
  display: grid;
  font-size: 28px;
  height: 54px;
  line-height: 1;
  place-items: center;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
  width: 54px;
}

.tgd-outcome-card-amber .tgd-outcome-icon {
  background: rgba(217, 119, 6, 0.62);
  border-color: rgba(252, 228, 105, 0.42);
}

.tgd-outcome-card-indigo .tgd-outcome-icon {
  background: rgba(75, 63, 212, 0.48);
}

.tgd-outcome-card-violet .tgd-outcome-icon {
  background: rgba(123, 63, 242, 0.5);
}

.tgd-outcome-card-green .tgd-outcome-icon {
  background: rgba(58, 158, 23, 0.5);
}

.tgd-outcome-icon svg {
  fill: none;
  height: 27px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 27px;
}

.tgd-outcome-card h3 {
  color: var(--tgd-ink);
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.16;
  margin: 0;
}

.tgd-outcome-card p {
  color: var(--tgd-ink-2);
  font-size: 13px;
  line-height: 1.38;
  margin: 0;
  max-width: 86%;
}

.tgd-outcome-card .tgd-next-step {
  font-size: 13px;
  justify-content: space-between;
  margin-top: auto;
  min-height: 33px;
  padding: 0 12px 0 18px;
  width: 100%;
}

.tgd-outcome-card-amber .tgd-next-step {
  background:
    linear-gradient(90deg, #a84f08, #d97706, #f59e0b, #a84f08) padding-box,
    linear-gradient(100deg, #fff1a8, #ffffff, #f59e0b, #fcd34d, #fff1a8) border-box;
  background-size: 260% 100%, 320% 100%;
  box-shadow: 0 12px 30px rgba(217, 119, 6, 0.36), 0 0 24px rgba(252, 211, 77, 0.28), 0 0 0 1px rgba(252, 228, 105, 0.12);
}

.tgd-outcome-card-violet .tgd-next-step {
  background:
    linear-gradient(90deg, #201a70, #3328ad, #4b3fd4, #201a70) padding-box,
    linear-gradient(100deg, #fce469, #9c8cff, #ffffff, #4b3fd4, #fce469) border-box;
  background-size: 260% 100%, 320% 100%;
}

.tgd-outcome-card-green .tgd-next-step {
  background:
    linear-gradient(90deg, #2f920f, #43bd1f, #56d52d, #2f920f) padding-box,
    linear-gradient(100deg, #fce469, #ffffff, #55e42d, #baff8a, #fce469) border-box;
  background-size: 260% 100%, 320% 100%;
}

.tgd-final-cta {
  background:
    linear-gradient(90deg, rgba(20, 14, 58, 0.72), rgba(11, 8, 28, 0.48)),
    url("/assets/presentation-page/final-cta-bg.webp") center / cover no-repeat,
    radial-gradient(520px 260px at 80% 42%, rgba(99, 67, 255, 0.46), transparent 68%),
    radial-gradient(300px 220px at 12% 64%, rgba(58, 37, 140, 0.58), transparent 72%),
    linear-gradient(135deg, rgba(32, 26, 112, 0.74), rgba(10, 8, 23, 0.96));
  border: 1px solid var(--tgd-line-strong);
  border-radius: var(--tgd-radius-card);
  box-shadow: var(--tgd-shadow-card);
  margin-top: 18px;
  overflow: hidden;
  min-height: 224px;
  padding: 28px 30px 26px;
  position: relative;
}

.tgd-final-cta::before {
  background: radial-gradient(circle at 50% 50%, rgba(252, 228, 105, 0.12), rgba(75, 63, 212, 0.22) 42%, transparent 70%);
  content: "";
  height: 198px;
  left: -44px;
  pointer-events: none;
  position: absolute;
  top: 12px;
  width: 280px;
}

.tgd-final-cta-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  width: min(100%, 900px);
  text-align: center;
  z-index: 1;
}

.tgd-final-art {
  background: url("/assets/presentation-page/final-cta-art.png") left bottom / contain no-repeat;
  bottom: 10px;
  height: 126px;
  left: 30px;
  pointer-events: none;
  position: absolute;
  width: 150px;
  z-index: 1;
}

.tgd-final-art .tgd-chair,
.tgd-final-art .tgd-clapper {
  display: none;
}

.tgd-chair {
  background:
    linear-gradient(180deg, rgba(139, 92, 246, 0.9), rgba(36, 28, 96, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px 28px 12px 12px;
  bottom: 0;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42);
  height: 86px;
  left: 0;
  position: absolute;
  width: 78px;
}

.tgd-chair::before,
.tgd-chair::after {
  background: rgba(10, 8, 23, 0.58);
  border-radius: 999px;
  bottom: -12px;
  content: "";
  height: 16px;
  position: absolute;
  width: 16px;
}

.tgd-chair::before {
  left: 12px;
}

.tgd-chair::after {
  right: 12px;
}

.tgd-clapper {
  align-items: center;
  background: linear-gradient(180deg, #3d2cb1, #1c155e);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  bottom: 18px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.45);
  color: #fff;
  display: grid;
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
  height: 58px;
  left: 58px;
  letter-spacing: 0.04em;
  place-items: center;
  position: absolute;
  width: 76px;
}

.tgd-clapper::before {
  background: repeating-linear-gradient(135deg, #fff 0 10px, #1b1748 10px 20px);
  border-radius: 7px 7px 2px 2px;
  content: "";
  height: 18px;
  left: -3px;
  position: absolute;
  right: -3px;
  top: -16px;
  transform: rotate(-14deg);
}

.tgd-final-cta h2 {
  color: var(--tgd-ink);
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(20px, 2.1vw, 28px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
}

.tgd-final-cta p {
  color: var(--tgd-ink-2);
  font-size: 16px;
  font-weight: 700;
  margin: 8px 0 0;
}

.tgd-final-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 18px;
  width: 100%;
}

.tgd-final-actions .tgd-next-step,
.tgd-final-actions .tgd-button {
  min-width: 202px;
}

.tgd-final-actions .tgd-next-step::after {
  content: "›";
  font-size: 18px;
  line-height: 1;
}

.tgd-trust-row {
  align-items: center;
  color: var(--tgd-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 700;
  gap: 10px 18px;
  justify-content: center;
  margin-top: 14px;
  width: 100%;
}

.tgd-trust-row span::before {
  color: var(--tgd-accent);
  content: "◇";
  font-weight: 800;
  margin-right: 8px;
}

@media (min-width: 760px) {
  .tgd-final-actions {
    gap: 12px;
  }

  .tgd-final-actions .tgd-next-step,
  .tgd-final-actions .tgd-button {
    font-size: 13px;
    min-width: 0;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.tgd-collections {
  margin-top: 16px;
  padding: 12px 16px;
}

.tgd-collection-head {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.tgd-collections .tgd-section-kicker h2 {
  color: var(--tgd-ink-2);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.tgd-collection-action {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--tgd-ink);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 8px;
  min-height: 24px;
  padding: 0;
  white-space: nowrap;
}

.tgd-collection-action:disabled {
  cursor: default;
  opacity: 1;
}

.tgd-collection-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 8px;
}

.tgd-collection-card {
  background: linear-gradient(180deg, rgba(13, 10, 29, 0.96), rgba(8, 6, 18, 0.94));
  border: 1px solid var(--tgd-line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
  padding: 8px;
}

.tgd-collection-cover {
  aspect-ratio: 2.5 / 1;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  min-height: 0;
  padding: 0;
  width: 100%;
}

.tgd-collection-cover::before {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent 56%);
  border-radius: 50%;
  content: "";
  height: 42px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  z-index: 1;
}

.tgd-collection-cover::after {
  background:
    linear-gradient(180deg, rgba(8, 6, 18, 0.02), rgba(8, 6, 18, 0.28)),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.12), transparent 26%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.tgd-collection-cover .tgd-play-glyph {
  background: rgba(5, 4, 12, 0.72);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.42), 0 0 0 5px rgba(255, 255, 255, 0.08);
  display: block;
  height: 42px;
  width: 42px;
}

.tgd-collection-cover .tgd-play-glyph::before {
  border-bottom-width: 7px;
  border-left-width: 10px;
  border-top-width: 7px;
  left: 16px;
  top: 12px;
}

.tgd-collection-card h3 {
  color: var(--tgd-ink);
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.18;
  margin: 0;
}

.tgd-collection-card p {
  color: var(--tgd-muted);
  font-size: 12px;
  line-height: 1.32;
  margin: 0;
}

.tgd-collection-label {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.tgd-mini-video-list {
  display: grid;
  gap: 4px;
}

.tgd-mini-video-list button {
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--tgd-line);
  border-radius: 7px;
  color: var(--tgd-ink-2);
  cursor: pointer;
  display: grid;
  font-size: 12px;
  font-weight: 800;
  gap: 6px;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  min-height: 40px;
  padding: 5px;
  text-align: left;
}

.tgd-mini-video-list button:hover {
  border-color: rgba(252, 228, 105, 0.46);
}

.tgd-mini-thumb {
  aspect-ratio: 16 / 9;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  display: block;
  overflow: hidden;
}

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

.tgd-mini-title {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tgd-mini-duration {
  color: var(--tgd-muted);
}

.tgd-collection-card .tgd-more-link {
  font-size: 12px;
  gap: 6px;
  margin-top: auto;
  padding-top: 3px;
}

.tgd-events-section {
  margin-top: 16px;
  padding: 24px;
}

.tgd-events-section .tgd-section-kicker h2 {
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.06;
}

.tgd-events-subtitle {
  color: var(--tgd-muted);
  font-size: clamp(15px, 1.1vw, 19px);
  line-height: 1.35;
  margin: 10px 0 0;
}

.tgd-events-embed {
  background: #ffffff;
  border: 1px solid rgba(32, 26, 112, 0.14);
  border-radius: 12px;
  margin-top: 24px;
  min-height: 720px;
  overflow: auto;
  padding: 18px;
}

.tgd-events-embed .ae-emd-cal {
  min-height: 680px;
}

.tgd-proof-band {
  background:
    linear-gradient(90deg, rgba(21, 13, 76, 0.74), rgba(48, 30, 134, 0.58), rgba(21, 13, 76, 0.74)),
    url("/assets/presentation-page/proof-band-bg.webp") center / cover no-repeat,
    radial-gradient(520px 260px at 10% 50%, rgba(127, 83, 255, 0.38), transparent 68%),
    radial-gradient(520px 260px at 90% 50%, rgba(127, 83, 255, 0.38), transparent 68%),
    linear-gradient(90deg, rgba(25, 17, 74, 0.96), rgba(58, 36, 145, 0.92), rgba(25, 17, 74, 0.96));
  border: 1px solid var(--tgd-line-strong);
  border-radius: var(--tgd-radius-card);
  box-shadow: var(--tgd-shadow-card);
  margin-top: 18px;
  overflow: hidden;
  padding: 24px 34px;
  text-align: center;
}

.tgd-proof-band h2 {
  color: #fff;
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(22px, 2.35vw, 31px);
  font-weight: 800;
  margin: 0;
}

.tgd-proof-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.tgd-proof-stat {
  align-items: center;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  color: #fff;
  display: grid;
  gap: 3px 14px;
  grid-template-columns: 54px minmax(0, 1fr);
  padding: 0 20px;
  text-align: left;
}

.tgd-proof-stat:last-child {
  border-right: 0;
}

.tgd-proof-stat::before {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(196, 181, 253, 0.38);
  border-radius: 50%;
  color: #c4b5fd;
  content: "+";
  display: grid;
  font-size: 26px;
  height: 46px;
  place-items: center;
  width: 46px;
}

.tgd-proof-stat:nth-child(1)::before {
  content: "▶";
  font-size: 18px;
  font-weight: 900;
}

.tgd-proof-stat:nth-child(2)::before {
  content: "×";
  font-size: 24px;
  font-weight: 900;
}

.tgd-proof-stat:nth-child(3)::before {
  content: "→";
  font-size: 24px;
  font-weight: 900;
}

.tgd-proof-stat strong {
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.12;
}

.tgd-proof-stat span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 800;
  grid-column: 2;
  line-height: 1.25;
}

.tgd-section-header {
  align-items: flex-start;
  display: flex;
  gap: 12px;
}

.tgd-section h2,
.tgd-global-qa h2 {
  color: var(--tgd-ink);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
}

.tgd-section p,
.tgd-global-qa p {
  color: var(--tgd-muted);
  line-height: 1.58;
  margin: 6px 0 0;
}

.tgd-featured-link {
  color: var(--tgd-accent);
  display: inline-flex;
  margin-top: 14px;
}

.tgd-supporting-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.tgd-supporting-card,
.tgd-qa-card {
  background: var(--tgd-panel);
  border: 1px solid var(--tgd-line);
  border-radius: var(--tgd-radius-card);
  padding: 16px;
}

.tgd-supporting-frame {
  aspect-ratio: 16 / 9;
  background: #101010;
  border-radius: 12px;
  display: grid;
  overflow: hidden;
  place-items: center;
}

.tgd-supporting-video {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--tgd-radius-pill);
  color: #fff;
  font-weight: 800;
  min-height: 40px;
  padding: 0 16px;
}

.accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
  --bs-accordion-border-radius: 0;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-color: var(--tgd-ink);
  --bs-accordion-btn-focus-box-shadow: var(--tgd-ring);
  --bs-accordion-active-bg: transparent;
  --bs-accordion-active-color: var(--tgd-accent);
  --bs-accordion-color: var(--tgd-muted);
}

.tgd-faq .accordion-item {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--tgd-line);
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}

.tgd-faq .accordion-item:has(.accordion-button:not(.collapsed)) {
  background: rgba(255, 255, 255, 0.065);
  border-color: rgba(252, 228, 105, 0.32);
  box-shadow: inset 0 0 0 1px rgba(252, 228, 105, 0.08);
}

.accordion-button {
  color: var(--tgd-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  min-height: 54px;
  padding: 14px 22px 14px 64px;
  position: relative;
}

.accordion-button::after {
  content: none;
}

.tgd-faq .accordion-button::before {
  align-items: center;
  background: rgba(252, 228, 105, 0.12);
  border: 1px solid rgba(252, 228, 105, 0.34);
  border-radius: 50%;
  color: var(--tgd-accent);
  content: "+";
  display: grid;
  font-size: 22px;
  font-weight: 800;
  height: 32px;
  left: 22px;
  line-height: 1;
  place-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}

.tgd-faq .accordion-button:not(.collapsed)::before {
  content: "−";
}

.accordion-body {
  border-top: 1px solid rgba(252, 228, 105, 0.24);
  color: rgba(217, 213, 242, 0.9);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.56;
  margin: 0 22px 0 64px;
  padding: 16px 0 22px;
}

.tgd-qa-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
}

.tgd-qa-card {
  box-shadow: none;
}

.tgd-qa-card strong {
  color: var(--tgd-ink);
  display: block;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 6px;
}

.tgd-qa-card p {
  font-size: 13px;
  margin: 0;
}

.tgd-footer {
  color: var(--tgd-muted);
  font-size: 13px;
  margin-top: 26px;
  text-align: center;
}

.tgd-footer a {
  color: var(--tgd-accent);
  font-weight: 800;
  text-decoration: none;
}

@keyframes tgd-cta-border-flow {
  0% {
    background-position: 0% 50%, 0% 50%;
  }
  100% {
    background-position: 260% 50%, 320% 50%;
  }
}

@keyframes tgd-cta-sheen {
  0%,
  58% {
    opacity: 0;
    transform: translateX(0) skewX(-18deg);
  }
  68% {
    opacity: 0.85;
  }
  88% {
    opacity: 0;
    transform: translateX(470%) skewX(-18deg);
  }
  100% {
    opacity: 0;
    transform: translateX(470%) skewX(-18deg);
  }
}

@keyframes tgd-cta-arrow-nudge {
  0%,
  72%,
  100% {
    transform: translateX(0);
  }
  82% {
    transform: translateX(3px);
  }
}

@keyframes tgd-cta-icon-pulse {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(252, 228, 105, 0));
    transform: scale(1);
  }
  50% {
    filter: drop-shadow(0 0 8px rgba(252, 228, 105, 0.58));
    transform: scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tgd-presentation *,
  .tgd-presentation *::before,
  .tgd-presentation *::after {
    animation: none !important;
    background-position: 0 0 !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

@media (max-width: 1180px) {
  .tgd-supporting-grid,
  .tgd-qa-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .tgd-launcher-grid {
    grid-template-areas:
      "player"
      "tabs"
      "panel";
    grid-template-columns: 1fr;
    min-width: 0;
    width: 100%;
  }

  .tgd-player,
  .tgd-active-panel {
    border-radius: var(--tgd-radius-card);
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .tgd-active-panel {
    border: 1px solid var(--tgd-line-strong);
    gap: 10px;
    height: auto;
    margin-top: 0;
    overflow: visible;
  }
}

@media (max-width: 720px) {
  .tgd-presentation,
  .tgd-topbar,
  .tgd-shell,
  .tgd-launcher,
  .tgd-launcher-grid,
  .tgd-panel,
  .tgd-final-cta {
    max-width: 100vw;
  }

  .tgd-presentation {
    overflow-x: clip;
  }

  .tgd-topbar {
    align-items: stretch;
    flex-direction: column;
    padding: 14px;
  }

  .tgd-topbar-actions {
    display: grid;
    grid-template-columns: 1fr;
    min-width: 0;
    width: 100%;
  }

  .tgd-topbar .tgd-button,
  .tgd-active-panel .tgd-next-step {
    min-width: 0;
    width: 100%;
  }

  .tgd-button,
  .tgd-next-step {
    white-space: normal;
  }

  .tgd-poster-link,
  .tgd-poster-controls {
    display: none;
  }

  .tgd-player-poster::after {
    background: linear-gradient(180deg, transparent 64%, rgba(0, 0, 0, 0.38) 100%);
  }

  .tgd-poster-play {
    border-radius: 10px;
    height: 42px;
    width: 60px;
  }

  .tgd-poster-play::before {
    border-bottom-width: 11px;
    border-left-width: 18px;
    border-top-width: 11px;
    left: 24px;
    top: 10px;
  }

  .tgd-shell {
    padding: 18px 16px 40px;
  }

  .tgd-lede {
    max-width: 100%;
  }

  .tgd-intro {
    max-width: 100%;
  }

  .tgd-brand-subtitle {
    display: none;
  }

  .tgd-title {
    font-size: 30px;
    max-width: 100%;
    text-wrap: balance;
  }

  .tgd-mobile-break {
    display: block;
  }

  .tgd-tabs {
    display: flex;
    max-width: calc(100vw - 32px);
    min-width: 0;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  .tgd-tabs::-webkit-scrollbar {
    display: none;
  }

  .tgd-tab {
    flex: 0 0 auto;
    min-height: 64px;
    min-width: 148px;
    scroll-snap-align: start;
  }

  .tgd-active-panel,
  .tgd-program-guide,
  .tgd-outcomes,
  .tgd-events-section,
  .tgd-faq,
  .tgd-section,
  .tgd-global-qa {
    padding: 18px;
  }

  .tgd-faq {
    margin-top: 20px;
    padding: 22px 18px;
  }

  .tgd-faq .tgd-section-kicker h2 {
    font-size: 28px;
    line-height: 1.08;
    margin-top: 8px;
  }

  .tgd-faq-accordion {
    margin-top: 18px;
  }

  .tgd-faq .accordion-item {
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .accordion-button {
    font-size: 14px;
    min-height: 50px;
    padding: 12px 14px 12px 52px;
  }

  .tgd-faq .accordion-button::before {
    height: 26px;
    left: 16px;
    width: 26px;
  }

  .accordion-body {
    font-size: 13.5px;
    line-height: 1.5;
    margin-left: 52px;
    margin-right: 14px;
    padding: 14px 0 18px;
  }

  .tgd-guide-list,
  .tgd-guide-row {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .tgd-guide-row {
    align-items: start;
    gap: 12px;
    grid-template-areas:
      "thumb copy"
      "chip copy";
    grid-template-columns: 96px minmax(0, 1fr);
    min-height: 0;
    padding: 6px;
  }

  .tgd-guide-thumb {
    border-radius: 7px;
    grid-area: thumb;
  }

  .tgd-guide-copy {
    gap: 6px;
    grid-area: copy;
    max-width: 100%;
    min-width: 0;
  }

  .tgd-guide-title-line {
    display: grid;
    gap: 6px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-width: 0;
  }

  .tgd-guide-description {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .tgd-chip {
    grid-area: chip;
    justify-self: start;
  }

  .tgd-watch-pill {
    display: none;
  }

  .tgd-supporting-grid,
  .tgd-outcome-grid,
  .tgd-collection-grid,
  .tgd-proof-grid,
  .tgd-qa-grid {
    grid-template-columns: 1fr;
  }

  .tgd-outcome-card {
    gap: 8px;
    min-height: 0;
  }

  .tgd-outcome-icon {
    border-radius: 14px;
    font-size: 24px;
    height: 44px;
    width: 44px;
  }

  .tgd-outcome-card p {
    max-width: 100%;
  }

  .tgd-collection-head,
  .tgd-guide-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .tgd-collection-action {
    align-self: flex-start;
  }

  .tgd-collection-cover {
    aspect-ratio: 2.5 / 1;
  }

  .tgd-final-cta {
    padding: 24px 18px;
  }

  .tgd-events-section {
    padding: 18px;
  }

  .tgd-events-embed {
    margin-top: 18px;
    min-height: 600px;
    padding: 10px;
  }

  .tgd-events-embed .ae-emd-cal {
    min-height: 560px;
  }

  .tgd-final-art {
    display: none;
  }

  .tgd-final-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tgd-trust-row {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}

/* V4 light-mode comparison route. Keep structure/content from dark V4; only theme the surfaces. */
.tgd-presentation-light {
  --tgd-bg: #f7f9ff;
  --tgd-bg-2: #eef3ff;
  --tgd-panel: #ffffff;
  --tgd-panel-2: #f4f6ff;
  --tgd-ink: #17142f;
  --tgd-ink-2: #3d385f;
  --tgd-muted: #6e6892;
  --tgd-line: rgba(32, 26, 112, 0.12);
  --tgd-line-strong: rgba(32, 26, 112, 0.2);
  --tgd-shadow-card: 0 18px 48px rgba(38, 32, 90, 0.12);
  --tgd-shadow-lift: 0 24px 64px rgba(38, 32, 90, 0.18);
  background:
    radial-gradient(980px 420px at 84% 0%, rgba(252, 228, 105, 0.34), transparent 62%),
    radial-gradient(920px 460px at 8% 8%, rgba(75, 63, 212, 0.13), transparent 58%),
    linear-gradient(180deg, #ffffff 0%, #f7f9ff 48%, #eef3ff 100%);
  color: var(--tgd-ink);
}

.tgd-presentation-light .tgd-stage-layer {
  background:
    radial-gradient(900px 360px at 76% 2%, rgba(252, 228, 105, 0.28), transparent 62%),
    radial-gradient(760px 340px at 10% 6%, rgba(75, 63, 212, 0.16), transparent 64%),
    repeating-linear-gradient(150deg, transparent 0 54px, rgba(32, 26, 112, 0.045) 55px 56px, transparent 57px 112px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 249, 255, 0.68) 62%, transparent 100%);
  border-bottom: 1px solid rgba(32, 26, 112, 0.08);
  opacity: 1;
}

.tgd-presentation-light .tgd-stage-layer::before {
  background: linear-gradient(180deg, rgba(75, 63, 212, 0.16), rgba(75, 63, 212, 0.08) 42%, transparent 78%);
}

.tgd-presentation-light .tgd-stage-layer::after {
  background: linear-gradient(180deg, rgba(252, 228, 105, 0.22), rgba(75, 63, 212, 0.08) 44%, transparent 80%);
}

.tgd-presentation-light .tgd-topbar {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(32, 26, 112, 0.12);
  box-shadow: 0 10px 34px rgba(38, 32, 90, 0.08);
}

.tgd-presentation-light .tgd-brand-title,
.tgd-presentation-light .tgd-title,
.tgd-presentation-light .tgd-section-kicker h2,
.tgd-presentation-light .tgd-section h2,
.tgd-presentation-light .tgd-global-qa h2,
.tgd-presentation-light .tgd-customizer h2,
.tgd-presentation-light .tgd-active-panel h2,
.tgd-presentation-light .tgd-guide-title-line,
.tgd-presentation-light .tgd-outcome-card h3,
.tgd-presentation-light .tgd-collection-card h3,
.tgd-presentation-light .tgd-proof-band h2,
.tgd-presentation-light .tgd-final-cta h2 {
  color: var(--tgd-ink);
}

.tgd-presentation-light .tgd-brand-subtitle,
.tgd-presentation-light .tgd-lede,
.tgd-presentation-light .tgd-guide-copy,
.tgd-presentation-light .tgd-tab-outcome,
.tgd-presentation-light .tgd-trust-row,
.tgd-presentation-light .tgd-footer,
.tgd-presentation-light .tgd-section p,
.tgd-presentation-light .tgd-global-qa p,
.tgd-presentation-light .tgd-outcome-card p,
.tgd-presentation-light .tgd-collection-card p,
.tgd-presentation-light .tgd-more-link {
  color: var(--tgd-muted);
}

.tgd-presentation-light .tgd-eyebrow {
  color: #8d7600;
  text-shadow: none;
}

.tgd-presentation-light .tgd-panel,
.tgd-presentation-light .tgd-active-panel,
.tgd-presentation-light .tgd-program-guide,
.tgd-presentation-light .tgd-outcomes,
.tgd-presentation-light .tgd-events-section,
.tgd-presentation-light .tgd-collections,
.tgd-presentation-light .tgd-section,
.tgd-presentation-light .tgd-global-qa,
.tgd-presentation-light .tgd-customizer {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 255, 0.94));
  border-color: rgba(32, 26, 112, 0.14);
  box-shadow: var(--tgd-shadow-card);
}

.tgd-presentation-light .tgd-launcher {
  color: var(--tgd-ink);
}

.tgd-presentation-light .tgd-player {
  background:
    linear-gradient(180deg, #050508 0%, #0a1020 100%),
    radial-gradient(760px 240px at 12% 0%, rgba(94, 81, 255, 0.22), transparent 62%);
  border-color: rgba(32, 26, 112, 0.22);
  box-shadow: 0 22px 58px rgba(38, 32, 90, 0.22), 0 0 0 1px rgba(252, 228, 105, 0.16);
}

.tgd-presentation-light .tgd-active-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 246, 255, 0.98));
}

.tgd-presentation-light .tgd-product-badge,
.tgd-presentation-light .tgd-outcome {
  color: var(--tgd-ink-2);
}

.tgd-presentation-light .tgd-benefit-list {
  color: var(--tgd-muted);
}

.tgd-presentation-light .tgd-benefit-list li span {
  background: rgba(75, 63, 212, 0.08);
  border-color: rgba(75, 63, 212, 0.18);
  color: #3b30a4;
}

.tgd-presentation-light .tgd-tabs {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(239, 237, 255, 0.72));
  box-shadow: 0 18px 38px rgba(38, 32, 90, 0.12);
}

.tgd-presentation-light .tgd-tab {
  background: linear-gradient(145deg, #ffffff 0%, #fff0bd 100%);
  border-color: rgba(201, 166, 55, 0.34);
  color: var(--tgd-muted);
  box-shadow: 0 7px 16px rgba(38, 32, 90, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.tgd-presentation-light .tgd-tab:nth-child(2) {
  background: linear-gradient(145deg, #ffffff 0%, #f0e5ff 100%);
  border-color: rgba(154, 91, 211, 0.26);
}

.tgd-presentation-light .tgd-tab:nth-child(3) {
  background: linear-gradient(145deg, #ffffff 0%, #dfeeff 100%);
  border-color: rgba(79, 139, 211, 0.28);
}

.tgd-presentation-light .tgd-tab:nth-child(4) {
  background: linear-gradient(145deg, #ffffff 0%, #dff7eb 100%);
  border-color: rgba(67, 166, 126, 0.28);
}

.tgd-presentation-light .tgd-tab:nth-child(5) {
  background: linear-gradient(145deg, #ffffff 0%, #e1f0ff 100%);
  border-color: rgba(76, 137, 201, 0.28);
}

.tgd-presentation-light .tgd-tab:nth-child(6) {
  background: linear-gradient(145deg, #ffffff 0%, #fff4cc 100%);
  border-color: rgba(201, 166, 55, 0.3);
}

.tgd-presentation-light .tgd-tab:nth-child(7) {
  background: linear-gradient(145deg, #ffffff 0%, #ffe6dc 100%);
  border-color: rgba(212, 115, 83, 0.28);
}

.tgd-presentation-light .tgd-tab:nth-child(8) {
  background: linear-gradient(145deg, #ffffff 0%, #d9f4f3 100%);
  border-color: rgba(58, 157, 158, 0.3);
}

.tgd-presentation-light .tgd-tab:hover:not(.is-active) {
  background: linear-gradient(145deg, #ffffff 0%, #f7f5ff 100%);
  color: var(--tgd-ink);
  box-shadow: 0 12px 24px rgba(38, 32, 90, 0.14), inset 0 1px 0 #ffffff;
}

.tgd-presentation-light .tgd-tab.is-active {
  color: var(--tgd-ink);
  box-shadow: 0 12px 24px rgba(38, 32, 90, 0.14), inset 0 1px 0 #ffffff;
}

.tgd-presentation-light .tgd-tab.is-active {
  border-color: rgba(252, 228, 105, 0.9);
  box-shadow: 0 0 0 1px rgba(252, 228, 105, 0.72), 0 16px 30px rgba(38, 32, 90, 0.16);
}

.tgd-presentation-light .tgd-tab-icon,
.tgd-presentation-light .tgd-icon-pill,
.tgd-presentation-light .tgd-outcome-icon,
.tgd-presentation-light .tgd-proof-icon {
  background: rgba(75, 63, 212, 0.08);
  border-color: rgba(75, 63, 212, 0.22);
  color: #3b30a4;
}

.tgd-presentation-light .tgd-tab:hover .tgd-tab-icon,
.tgd-presentation-light .tgd-tab.is-active .tgd-tab-icon {
  background: rgba(252, 228, 105, 0.24);
  border-color: rgba(252, 228, 105, 0.9);
}

.tgd-presentation-light .tgd-collection-action,
.tgd-presentation-light .tgd-button-ghost {
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(32, 26, 112, 0.18);
  color: var(--tgd-ink);
}

.tgd-presentation-light .tgd-next-primary,
.tgd-presentation-light .tgd-button:not(.tgd-button-secondary):not(.tgd-button-ghost) {
  color: #ffffff !important;
}

.tgd-presentation-light .tgd-guide-row,
.tgd-presentation-light .tgd-collection-card,
.tgd-presentation-light .accordion-item {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(32, 26, 112, 0.12);
  box-shadow: 0 10px 26px rgba(38, 32, 90, 0.06);
  color: var(--tgd-ink);
}

.tgd-presentation-light .tgd-guide-row:hover,
.tgd-presentation-light .tgd-collection-card:hover {
  border-color: rgba(75, 63, 212, 0.24);
  box-shadow: 0 18px 42px rgba(38, 32, 90, 0.12);
}

.tgd-presentation-light .tgd-guide-meta,
.tgd-presentation-light .tgd-collection-mini-title,
.tgd-presentation-light .accordion-body,
.tgd-presentation-light .accordion-button {
  color: var(--tgd-muted);
}

.tgd-presentation-light .tgd-duration,
.tgd-presentation-light .tgd-guide-tag,
.tgd-presentation-light .tgd-collection-badge {
  background: rgba(75, 63, 212, 0.08);
  color: #5b5190;
}

.tgd-presentation-light .tgd-outcome-card {
  border-color: rgba(32, 26, 112, 0.14);
  box-shadow: 0 18px 42px rgba(38, 32, 90, 0.1);
}

.tgd-presentation-light .tgd-outcome-card h3,
.tgd-presentation-light .tgd-outcome-card p {
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.42);
}

.tgd-presentation-light .tgd-outcome-card .tgd-next-step {
  color: #ffffff !important;
}

.tgd-presentation-light .tgd-outcome-card::after {
  opacity: 0.86;
}

.tgd-presentation-light .tgd-proof-band {
  background:
    radial-gradient(820px 260px at 8% 50%, rgba(252, 228, 105, 0.24), transparent 62%),
    radial-gradient(820px 260px at 92% 50%, rgba(75, 63, 212, 0.18), transparent 62%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 243, 255, 0.96));
  border-color: rgba(32, 26, 112, 0.16);
  box-shadow: var(--tgd-shadow-card);
}

.tgd-presentation-light .tgd-proof-item {
  border-right-color: rgba(32, 26, 112, 0.14);
  color: var(--tgd-ink);
}

.tgd-presentation-light .tgd-proof-item p {
  color: var(--tgd-muted);
}

.tgd-presentation-light .tgd-proof-stat {
  border-right-color: rgba(32, 26, 112, 0.14);
  color: var(--tgd-ink);
}

.tgd-presentation-light .tgd-proof-stat::before {
  background: rgba(75, 63, 212, 0.08);
  border-color: rgba(75, 63, 212, 0.22);
  color: #7b6cf0;
}

.tgd-presentation-light .tgd-proof-stat span {
  color: var(--tgd-muted);
}

.tgd-presentation-light .tgd-final-cta {
  background: linear-gradient(118deg, #f0edff 0%, #fbfaff 42%, #fffbed 72%, #eef8ff 100%);
  border-color: rgba(32, 26, 112, 0.14);
}

.tgd-presentation-light .tgd-final-cta::before {
  display: none;
}

.tgd-presentation-light .tgd-final-cta .tgd-next-step {
  box-shadow: 0 5px 12px rgba(38, 32, 90, 0.16);
}

.tgd-presentation-light .tgd-final-cta .tgd-button-ghost {
  box-shadow: 0 4px 10px rgba(38, 32, 90, 0.1);
}

.tgd-presentation-light .tgd-final-art {
  filter: drop-shadow(0 18px 34px rgba(38, 32, 90, 0.18));
}

.tgd-presentation-light .tgd-customizer .form-control,
.tgd-presentation-light .tgd-share-box {
  background: #ffffff;
  border-color: rgba(32, 26, 112, 0.18);
  color: var(--tgd-ink);
}

.tgd-presentation-light .accordion-button:not(.collapsed) {
  background: rgba(252, 228, 105, 0.18);
  color: var(--tgd-ink);
}

.tgd-presentation-light .accordion-button::after {
  filter: none;
}

.tgd-presentation-light .tgd-footer a,
.tgd-presentation-light .tgd-more-link:hover,
.tgd-presentation-light .tgd-collection-action:hover {
  color: #201a70;
}

@media (max-width: 760px) {
  .tgd-presentation-light .tgd-shell {
    padding-top: 16px;
  }

  .tgd-player {
    border-radius: 16px;
    padding: 8px;
  }

  .tgd-presentation-light .tgd-tabs {
    box-shadow: none;
  }

  .tgd-presentation-light .tgd-active-panel,
  .tgd-presentation-light .tgd-program-guide,
  .tgd-presentation-light .tgd-outcomes,
  .tgd-presentation-light .tgd-events-section,
  .tgd-presentation-light .tgd-collections,
  .tgd-presentation-light .tgd-proof-band,
  .tgd-presentation-light .tgd-global-qa,
  .tgd-presentation-light .tgd-final-cta {
    box-shadow: 0 12px 30px rgba(38, 32, 90, 0.1);
  }
}
