.elementor-11614 .elementor-element.elementor-element-d0fae9f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11614 .elementor-element.elementor-element-d0fae9f.e-con{--flex-grow:0;--flex-shrink:0;}@media(max-width:1024px) and (min-width:768px){.elementor-11614 .elementor-element.elementor-element-d0fae9f{--width:1069px;}}/* Start custom CSS *//* ════════════════════════════════════════════════════════════
   The Dental Medical Convergence · TEDx Talk page global CSS
   Paste into Elementor → Site Settings → Custom CSS, OR load
   via your child theme. One file covers all 8 content blocks
   plus the video modal.
   Site header & footer rules are intentionally omitted · those
   are handled by the WordPress theme's global header/footer.
   ════════════════════════════════════════════════════════════ */


/* ════════════════════════════════════════════════════════════
   Defensive armor against hostile WP themes (Astra, Hello,
   Kadence, GeneratePress, etc.). These rules anchor everything
   to .dmc-tedx so specificity beats plain element body.elementor-page-11614s
   like  h1{}  or  ul{}  that themes set globally. The page-
   specific rules further down re-scope the same elements to
   .dmc-tedx as well, so they always win the cascade.
   ════════════════════════════════════════════════════════════ */
.dmc-tedx h1,
.dmc-tedx h2,
.dmc-tedx h3,
.dmc-tedx h4,
.dmc-tedx h5,
.dmc-tedx h6 {
  font-family: inherit;
  color: inherit;
}
.dmc-tedx p {
  margin: 0;
  color: inherit;
}
.dmc-tedx a {
  color: inherit;
  text-decoration: none;
}
.dmc-tedx ul,
.dmc-tedx ol {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.dmc-tedx img {
  max-width: 100%;
  height: auto;
  display: block;
}
.dmc-tedx button {
  font-family: inherit;
}

/* Zero out Elementor's own HTML-widget wrappers so our sections
   keep their full width and don't inherit container padding. */
.dmc-tedx .elementor-widget-html,
.dmc-tedx .elementor-widget-html > .elementor-widget-container {
  padding: 0;
  margin: 0;
}
.dmc-tedx .elementor-widget-html > .elementor-widget-container > section,
.dmc-tedx .elementor-widget-html > .elementor-widget-container > div {
  margin: 0;
}
.dmc-tedx .elementor-section,
.dmc-tedx .elementor-container {
  max-width: none;
  padding: 0;
}
.dmc-tedx .elementor-column,
.dmc-tedx .elementor-widget-wrap {
  padding: 0;
}

/* ──── Page-specific CSS (from tedx-talk.html <style>) ──────── */
    /* ============================================================
       DESIGN TOKENS
    ============================================================ */
    :root {
      /* Backgrounds */
      --bg-page:        #0A101C;
      --bg-card:        #121A2A;
      --bg-elevated:    #1B2540;
      --bg-footer:      #060B16;

      /* Borders */
      --border-subtle:  rgba(255,255,255,0.08);
      --border-hover:   rgba(81,162,255,0.35);

      /* Text */
      --text-primary:   #FFFFFF;
      --text-muted:     rgba(255,255,255,0.86);
      --text-subtle:    rgba(255,255,255,0.60);

      /* Brand */
      --navy:           #164991;
      --navy-deep:      #0A2463;
      --blue:           #3B82F6;
      --blue-soft:      #51A2FF;
      --red:            #E63946;
      --red-deep:       #C10007;
      --amber:          #F59E0B;
      --teal:           #2EC4B6;
      --green:          #10B981;
      --red-soft:       #FF4757;

      /* Typography */
      --font-body:      'Inter', system-ui, -apple-system, sans-serif;
      --font-display:   'Poppins', 'Inter', sans-serif;
      --font-editorial: 'Georgia', 'Times New Roman', serif;

      /* Layout */
      --wrapper-max:    1240px;
      --wrapper-narrow: 880px;
      --wrapper-pad:    32px;
    }

    /* ============================================================
       RESET + BASE
    ============================================================ */
    .dmc-tedx, .dmc-tedx *, .dmc-tedx *::before, .dmc-tedx *::after { box-sizing: border-box; margin: 0; padding: 0; }

    .dmc-tedx {
      scroll-behavior: smooth;
      font-size: 16px;
    }

    .dmc-tedx {
      font-family: var(--font-body);
      background: var(--bg-page);
      color: var(--text-primary);
      line-height: 1.5;
      -webkit-font-smoothing: antialiased;
    }

    .dmc-tedx img { max-width: 100%; display: block; }
    .dmc-tedx a { color: inherit; text-decoration: none; }

    /* ============================================================
       LAYOUT UTILITIES
    ============================================================ */
    .wrapper {
      max-width: var(--wrapper-max);
      padding: 0 var(--wrapper-pad);
      margin: 0 auto;
    }

    .wrapper--narrow {
      max-width: var(--wrapper-narrow);
      padding: 0 var(--wrapper-pad);
      margin: 0 auto;
    }

    .dmc-tedx section { padding: 56px 0; position: relative; }

    /* ============================================================
       TYPOGRAPHY
    ============================================================ */
    .eyebrow {
      font-size: 24px;
      font-weight: 700;
      color: var(--red-soft);
      letter-spacing: 2.4px;
      text-transform: uppercase;
      margin-bottom: 16px;
      display: block;
    }

    .dmc-tedx h1 {
      font-family: var(--font-display) !important;
      font-size: clamp(40px, 5.5vw, 80px);
      font-weight: 900;
      line-height: 1.04;
      letter-spacing: -0.025em;
      text-wrap: balance;
      color: var(--text-primary);
    }

    .dmc-tedx h2 {
      font-family: var(--font-display) !important;
      font-size: clamp(32px, 4vw, 48px);
      font-weight: 900;
      line-height: 1.05;
      letter-spacing: -0.02em;
      text-wrap: balance;
      color: var(--text-primary);
    }

    .dmc-tedx h3 {
      font-size: clamp(18px, 2vw, 22px);
      font-weight: 700;
      line-height: 1.3;
      color: var(--text-primary);
    }

    .lede {
      font-size: 18px;
      line-height: 1.65;
      color: var(--text-muted);
    }

    /* ============================================================
       SECTION HEAD PATTERN
    ============================================================ */
    .section-head {
      text-align: left;
      margin-bottom: 48px;
    }

    .section-head .accent-rules { justify-content: flex-start; }

    .section-head h2 {
      margin-bottom: 16px;
    }

    .section-head .lede {
      max-width: 640px;
      margin: 0 0 24px;
    }

    .accent-rules {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-top: 24px;
    }

    .accent-rules .b {
      display: block;
      width: 56px;
      height: 4px;
      background: var(--blue-soft);
      border-radius: 2px;
    }

    .accent-rules .r {
      display: block;
      width: 28px;
      height: 4px;
      background: var(--red);
      border-radius: 2px;
    }

    /* ============================================================
       BUTTONS
    ============================================================ */
    .btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 14px 24px;
      font-size: 16px;
      font-weight: 700;
      font-family: var(--font-body);
      border-radius: 10px;
      border: none;
      cursor: pointer;
      line-height: 1;
      transition: transform 100ms ease, box-shadow 150ms ease, opacity 150ms ease;
      text-decoration: none;
      white-space: nowrap;
    }

    .btn:hover { transform: translateY(-1px); }
    .btn:active { transform: translateY(0); }

    .btn--donate {
      background: linear-gradient(180deg, #E7000B 0%, #C10007 100%);
      color: #fff;
      box-shadow: 0 4px 16px rgba(199,0,7,0.35);
    }

    .btn--donate:hover {
      box-shadow: 0 6px 24px rgba(199,0,7,0.5);
    }

    .btn--primary {
      background: var(--blue);
      color: #fff;
      box-shadow: 0 4px 16px rgba(59,130,246,0.3);
    }

    .btn--primary:hover {
      box-shadow: 0 6px 24px rgba(59,130,246,0.45);
    }

    .btn--outline {
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.18);
      color: #fff;
      backdrop-filter: blur(6px);
    }

    .btn--outline:hover {
      border-color: var(--border-hover);
      background: rgba(255,255,255,0.07);
    }

    .btn--lg {
      padding: 18px 30px;
      font-size: 18px;
      border-radius: 12px;
    }

    .btn--sm {
      padding: 10px 18px;
      font-size: 14px;
      border-radius: 8px;
    }

    /* ============================================================
       CARDS
    ============================================================ */
    .card {
      background: var(--bg-card);
      border: 1px solid var(--border-subtle);
      border-radius: 20px;
      padding: 28px;
      transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
    }

    .card:hover {
      transform: translateY(-4px);
      border-color: var(--border-hover);
      box-shadow: 0 12px 40px rgba(0,0,0,0.35);
    }

    /* ============================================================
       SCROLL REVEAL
    ============================================================ */
    .reveal {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 700ms cubic-bezier(.2,.7,.2,1), transform 700ms cubic-bezier(.2,.7,.2,1);
    }

    .reveal.in {
      opacity: 1;
      transform: translateY(0);
    }

    .reveal--delay-1 { transition-delay: 100ms; }
    .reveal--delay-2 { transition-delay: 200ms; }
    .reveal--delay-3 { transition-delay: 300ms; }
    .reveal--delay-4 { transition-delay: 400ms; }
    .reveal--delay-5 { transition-delay: 500ms; }

    @media (prefers-reduced-motion: reduce) {
      .reveal {
        opacity: 1;
        transform: none;
        transition: none;
      }
    }

    /* ============================================================
       STICKY HEADER
    ============================================================ */
    .site-header {
      position: sticky;
      top: 0;
      z-index: 100;
      background: rgba(10,16,28,0.85);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border-bottom: 1px solid transparent;
      transition: background 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
    }

    .site-header.scrolled {
      background: rgba(10,16,28,0.96);
      border-bottom-color: rgba(255,255,255,0.10);
      box-shadow: 0 4px 24px -8px rgba(0,0,0,0.6);
    }

    .header-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 68px;
      gap: 24px;
    }

    .site-logo {
      font-family: var(--font-display) !important;
      font-size: 18px;
      font-weight: 800;
      color: var(--text-primary);
      flex-shrink: 0;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .site-logo .logo-img {
      height: 38px;
      width: auto;
      /* Wordmark is dark navy on transparent; knock it to white for the dark header */
      filter: brightness(0) invert(1);
    }

    .site-logo .logo-icon {
      width: 36px;
      height: 36px;
      background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-weight: 900;
      color: #fff;
      flex-shrink: 0;
    }

    .site-nav {
      display: flex;
      align-items: center;
      gap: 4px;
      list-style: none;
    }

    .site-nav a {
      font-size: 14px;
      font-weight: 500;
      color: var(--text-muted);
      padding: 8px 14px;
      border-radius: 8px;
      position: relative;
      transition: color 200ms, background 200ms;
    }

    .site-nav a:hover,
    .site-nav a.active {
      color: var(--text-primary);
      background: rgba(255,255,255,0.06);
    }

    .site-nav a.active {
      color: var(--blue-soft);
    }

    .header-actions {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-shrink: 0;
    }

    .hamburger {
      display: none;
      flex-direction: column;
      gap: 5px;
      background: none;
      border: none;
      cursor: pointer;
      padding: 8px;
    }

    .hamburger span {
      display: block;
      width: 22px;
      height: 2px;
      background: var(--text-primary);
      border-radius: 2px;
      transition: transform 300ms ease, opacity 300ms ease;
    }

    /* Mobile nav */
    .mobile-nav {
      display: none;
      position: fixed;
      inset: 68px 0 0 0;
      background: rgba(10,16,28,0.98);
      backdrop-filter: blur(16px);
      z-index: 99;
      padding: 32px;
      flex-direction: column;
      gap: 8px;
    }

    .mobile-nav.open { display: flex; }

    .mobile-nav a {
      font-size: 20px;
      font-weight: 600;
      color: var(--text-muted);
      padding: 14px 0;
      border-bottom: 1px solid var(--border-subtle);
      transition: color 200ms;
    }

    .mobile-nav a:hover,
    .mobile-nav a.active { color: var(--text-primary); }

    /* ============================================================
       HERO (VIDEO-FIRST)
    ============================================================ */
    .hero {
      padding: 72px 0 64px;
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(900px 500px at 85% -10%, rgba(81,162,255,0.18), transparent 60%),
        radial-gradient(700px 400px at -10% 110%, rgba(230,57,70,0.16), transparent 60%),
        linear-gradient(180deg, #0A101C 0%, #0C1426 100%);
    }

    .hero::before {
      content: '';
      position: absolute;
      top: -120px;
      left: 50%;
      transform: translateX(-50%);
      width: 900px;
      height: 500px;
      background: radial-gradient(ellipse at center, rgba(22,73,145,0.18) 0%, transparent 70%);
      pointer-events: none;
    }

    .breadcrumbs {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 28px;
      font-size: 14px;
      font-weight: 600;
      color: #fff;
      letter-spacing: 0.2px;
      position: relative;
      z-index: 1;
    }
    .breadcrumbs a { color: #fff; text-decoration: none; opacity: 0.85; transition: opacity 120ms ease; }
    .breadcrumbs a:hover { opacity: 1; }
    .breadcrumbs svg { color: #E63946; flex-shrink: 0; }
    .breadcrumbs span[aria-current="page"] { color: #fff; }

    .hero-eyebrow {
      text-align: center;
      margin-bottom: 20px;
    }

    .tedx-badge {
      display: inline-block;
      font-size: 24px;
      font-weight: 700;
      letter-spacing: 2.4px;
      text-transform: uppercase;
      color: #FF4757;
    }

    .hero-headline {
      text-align: center;
      margin-bottom: 32px;
      position: relative;
    }

    .hero-headline h1 {
      max-width: 900px;
      margin: 0 auto;
    }

    .hero-headline h1 em {
      font-style: normal;
      color: var(--blue-soft);
    }

    /* VIDEO PLAYER */
    .video-stage {
      position: relative;
      max-width: 960px;
      margin: 0 auto 32px;
    }

    .video-glow {
      position: absolute;
      inset: -20px;
      background: radial-gradient(ellipse at center, rgba(81,162,255,0.12) 0%, transparent 70%);
      pointer-events: none;
      border-radius: 24px;
      z-index: 0;
    }

    .dmc-tedx lite-youtube {
      border-radius: 16px;
      overflow: hidden;
      width: 100%;
      aspect-ratio: 16/9;
      position: relative;
      z-index: 1;
      box-shadow:
        0 0 0 1px rgba(255,255,255,0.08),
        0 32px 80px rgba(0,0,0,0.6),
        0 8px 24px rgba(0,0,0,0.4);
    }

    /* View badge */
    .view-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: rgba(16,185,129,0.12);
      border: 1px solid rgba(16,185,129,0.3);
      border-radius: 100px;
      padding: 6px 14px;
      font-size: 14px;
      font-weight: 700;
      color: var(--green);
      margin-bottom: 16px;
    }

    .view-badge svg { width: 14px; height: 14px; flex-shrink: 0; }

    .hero-meta {
      text-align: center;
      max-width: 720px;
      margin: 0 auto;
    }

    .hero-meta .view-badge { margin-bottom: 16px; }

    .hero-context {
      font-size: 18px;
      line-height: 1.65;
      color: var(--text-muted);
    }

    .hero-context strong {
      color: var(--text-primary);
      font-weight: 700;
    }

    .hero-context em {
      font-style: italic;
      color: var(--amber);
    }

    /* Duration pill */
    .duration-pill {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: rgba(255,255,255,0.06);
      border: 1px solid var(--border-subtle);
      border-radius: 100px;
      padding: 6px 14px;
      font-size: 14px;
      font-weight: 600;
      color: var(--text-muted);
      margin-top: 16px;
      cursor: pointer;
    }
    .duration-pill:focus-visible { outline: 2px solid var(--blue-soft); outline-offset: 3px; }

    /* ============================================================
       KEY TAKEAWAYS
    ============================================================ */
    .takeaways { background: var(--bg-page); }

    .takeaways-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-bottom: 40px;
    }

    .takeaway-card {
      background: var(--bg-card);
      border: 1px solid var(--border-subtle);
      border-radius: 20px;
      padding: 32px 28px;
      position: relative;
      overflow: hidden;
      transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
    }

    .takeaway-card:hover {
      transform: translateY(-4px);
      border-color: var(--border-hover);
      box-shadow: 0 12px 40px rgba(0,0,0,0.35);
    }

    .takeaway-number {
      font-family: var(--font-display) !important;
      font-size: 48px;
      font-weight: 900;
      color: rgba(81,162,255,0.2);
      line-height: 1;
      margin-bottom: 16px;
    }

    .takeaway-card p {
      font-size: 17px;
      line-height: 1.6;
      color: var(--text-muted);
    }

    .takeaway-card p strong {
      color: var(--text-primary);
      font-weight: 700;
    }

    .takeaways-closer {
      text-align: center;
      font-family: var(--font-editorial);
      font-style: italic;
      font-size: 20px;
      color: var(--amber) !important;
      max-width: 560px;
      margin: 0 auto !important;
      line-height: 1.6;
    }

    /* ============================================================
       SHARE SECTION
    ============================================================ */
    .share-section {
      padding: 40px 0;
      background: var(--bg-page);
      border-top: 1px solid var(--border-subtle);
      border-bottom: 1px solid var(--border-subtle);
    }

    .share-bar {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      flex-wrap: wrap;
    }

    .share-label {
      font-size: 15px;
      font-weight: 700;
      color: #fff;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      font-size: 14px;
    }

    .share-divider {
      width: 1px;
      height: 24px;
      background: var(--border-subtle);
    }

    .share-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 20px;
      font-size: 14px;
      font-weight: 600;
      border-radius: 10px;
      border: 1px solid var(--border-subtle);
      background: rgba(255,255,255,0.04);
      color: #fff;
      cursor: pointer;
      transition: all 200ms ease;
    }

    .share-btn:hover {
      border-color: var(--border-hover);
      color: var(--text-primary);
      background: rgba(255,255,255,0.08);
    }

    .share-btn svg {
      width: 18px;
      height: 18px;
      flex-shrink: 0;
    }

    .share-btn--linkedin:hover { border-color: #0077B5; color: #0077B5; }
    .share-btn--twitter:hover  { border-color: #1DA1F2; color: #1DA1F2; }
    .share-btn--facebook:hover { border-color: #4267B2; color: #4267B2; }
    .share-btn--email:hover    { border-color: var(--amber); color: var(--amber); }

    /* ============================================================
       ABOUT THE SPEAKER
    ============================================================ */
    .about-speaker { background: var(--bg-page); }

    .speaker-grid {
      display: grid;
      grid-template-columns: 340px 1fr;
      gap: 56px;
      align-items: start;
    }

    .speaker-photo {
      position: relative;
    }

    .photo-placeholder {
      width: 100%;
      aspect-ratio: 3/4;
      border: 1px solid var(--border-subtle);
      border-radius: 20px;
      position: relative;
      overflow: hidden;
      background: linear-gradient(180deg, #1a3a78 0%, #0A2463 100%);
    }

    .photo-placeholder img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .speaker-photo-badge {
      position: absolute;
      bottom: -16px;
      left: 50%;
      transform: translateX(-50%);
      background: var(--bg-elevated);
      border: 1px solid var(--border-subtle);
      border-radius: 100px;
      padding: 8px 20px;
      font-size: 14px;
      font-weight: 700;
      color: var(--blue-soft);
      white-space: nowrap;
      display: flex;
      align-items: center;
      gap: 6px;
      z-index: 1;
    }

    .speaker-bio { padding-top: 8px; }

    .speaker-bio .eyebrow { margin-bottom: 12px; }

    .speaker-bio h2 { margin-bottom: 8px; }

    .speaker-focus {
      font-size: 18px;
      font-weight: 600;
      color: var(--text-muted) !important;
      margin-bottom: 28px !important;
      line-height: 1.5;
    }

    .credentials-strip {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 28px;
    }

    .cred-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: rgba(59,130,246,0.08);
      border: 1px solid rgba(59,130,246,0.2);
      border-radius: 100px;
      padding: 7px 16px;
      font-size: 14px;
      font-weight: 600;
      color: var(--blue-soft);
    }

    .bio-text {
      font-size: 16px;
      line-height: 1.75;
      color: var(--text-muted);
    }

    .bio-text strong {
      color: var(--text-primary);
      font-weight: 600;
    }

    /* ============================================================
       ORAL-SYSTEMIC RESEARCH
    ============================================================ */
    .research {
      background: transparent;
      padding: 56px 24px;
    }

    /* Contained, centered blue panels (matches live Mission strategy panel) */
    .research > .wrapper,
    .support-mission > .wrapper {
      background: linear-gradient(180deg, #0A2463 0%, #122a5e 100%);
      border-radius: 28px;
      padding: clamp(40px, 6vw, 72px) clamp(28px, 5vw, 64px);
      position: relative;
      overflow: hidden;
      box-shadow: 0 40px 80px -20px rgba(10,36,99,0.5);
    }
    .research > .wrapper > *,
    .support-mission > .wrapper > * { position: relative; z-index: 1; }
    .research .eyebrow,
    .support-mission .eyebrow { color: var(--amber); }

    .research-list {
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin-bottom: 40px;
    }

    .research-card {
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.10);
      border-radius: 16px;
      padding: 24px 28px;
      display: flex;
      align-items: flex-start;
      gap: 20px;
      transition: transform 300ms ease, border-color 300ms ease;
      text-decoration: none;
      color: inherit;
      cursor: pointer;
    }

    .research-card:hover {
      transform: translateY(-2px);
      border-color: var(--border-hover);
    }

    .research-card .source-link {
      font-size: 14px;
      font-weight: 600;
      color: var(--blue-soft);
      margin-top: 8px;
      display: inline-flex;
      align-items: center;
      gap: 4px;
      opacity: 0.7;
      transition: opacity 200ms ease;
    }
    .research-card:hover .source-link { opacity: 1; }

    .research-num {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      flex-shrink: 0;
      border-radius: 999px;
      background: var(--blue-soft);
      color: var(--navy-deep);
      font-weight: 900;
      font-size: 18px;
    }

    .research-source {
      flex-shrink: 0;
      width: 210px;
    }

    .research-source-name {
      font-size: 14px;
      font-weight: 800;
      color: var(--amber) !important;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      line-height: 1.3;
    }

    .research-source-type {
      font-size: 14px;
      color: var(--text-subtle);
      margin-top: 4px;
    }

    .research-divider {
      width: 1px;
      align-self: stretch;
      background: var(--border-subtle);
      flex-shrink: 0;
    }

    .research-finding {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      font-size: 16px;
      line-height: 1.6;
      color: var(--text-muted);
    }

    .research-finding strong {
      color: var(--text-primary);
      font-weight: 600;
    }

    .research-closer {
      text-align: center;
      max-width: 640px;
      margin: 0 auto !important;
      font-size: 17px;
      line-height: 1.65;
      color: var(--text-muted) !important;
    }

    .research-closer strong {
      color: var(--blue-soft);
      font-weight: 700;
    }

    /* ============================================================
       GET THE BOOK
    ============================================================ */
    .get-book { background: var(--bg-page); }

    .book-grid {
      display: grid;
      grid-template-columns: 280px 1fr;
      gap: 56px;
      align-items: center;
    }

    .book-cover {
      display: block;
      width: 100%;
      height: auto;
      max-width: 320px;
      margin: 0 auto;
      filter: drop-shadow(0 26px 50px rgba(0,0,0,0.6));
      transition: transform 500ms cubic-bezier(.2,.8,.2,1);
    }
    a.book-cover-link:hover .book-cover { transform: translateY(-6px) scale(1.03); }

    .book-cover::before { content: none; }

    .book-cover-title {
      font-family: var(--font-display) !important;
      font-size: 16px;
      font-weight: 800;
      color: var(--text-primary);
      line-height: 1.3;
    }

    .book-cover-author {
      font-size: 14px;
      color: var(--text-muted);
    }

    .book-cover-icon {
      width: 40px;
      height: 40px;
      opacity: 0.3;
      margin-bottom: 8px;
    }

    .book-info .eyebrow { margin-bottom: 12px; }

    .book-info h2 { margin-bottom: 16px; }

    .book-description {
      font-size: 17px;
      line-height: 1.7;
      color: var(--text-muted) !important;
      margin-bottom: 28px !important;
    }

    .book-cta-group {
      display: flex;
      align-items: center;
      gap: 16px;
      flex-wrap: wrap;
    }

    .book-note {
      font-size: 14px;
      color: var(--text-subtle) !important;
      font-style: italic;
    } 

    /* ============================================================
       SUPPORT MISSION
    ============================================================ */
    .support-mission {
      background: transparent;
      padding: 56px 24px;
    }

    .mission-statement {
      text-align: center;
      max-width: 640px;
      margin: 0 auto 48px !important;
      font-size: 17px;
      line-height: 1.7;
      color: var(--text-muted) !important;
    }

    .action-cards {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      margin-bottom: 40px;
    }

    .action-card {
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.10);
      border-radius: 20px;
      padding: 36px 32px;
      text-align: center;
      transition: transform 300ms ease, border-color 300ms ease;
    }

    .action-card:hover {
      transform: translateY(-4px);
      border-color: var(--border-hover);
    }

    .action-card-icon {
      width: 56px;
      height: 56px;
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
    }

    .action-card-icon--share {
      background: rgba(59,130,246,0.15);
    }

    .action-card-icon--donate {
      background: rgba(230,57,70,0.15);
    }

    .action-card-icon svg {
      width: 24px;
      height: 24px;
    }

    .action-card h3 {
      margin-bottom: 12px;
    }

    .action-card p {
      font-size: 15px;
      color: var(--text-muted);
      margin-bottom: 24px;
      line-height: 1.6;
    }

    .share-story {
      text-align: center;
      font-size: 15px;
      color: var(--text-subtle);
    }

    .share-story a {
      color: var(--blue-soft);
      font-weight: 600;
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .share-story a:hover { color: var(--text-primary); }

    /* ============================================================
       FAQ
    ============================================================ */
    .faq { background: var(--bg-page); }

    .faq-list {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .faq-item {
      background: var(--bg-card);
      border: 1px solid var(--border-subtle);
      border-radius: 16px;
      overflow: hidden;
      transition: border-color 300ms ease;
    }

    .faq-item:hover { border-color: var(--border-hover); }

    .faq-question {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 22px 28px;
      background: none;
      border: none;
      cursor: pointer;
      text-align: left;
      color: var(--text-primary);
      font-size: 19px;
      font-weight: 700;
      font-family: var(--font-body);
      background-color: transparent !important;
      white-space: normal;
    }

    .faq-icon {
      width: 32px;
      height: 32px;
      flex-shrink: 0;
      background: transparent;
      border: 1.5px solid rgba(255,255,255,0.3);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 300ms ease, background 300ms ease;
    }

    .faq-item.open .faq-icon {
      transform: rotate(45deg);
      background: var(--blue);
      border-color: var(--blue);
    }

    .faq-icon svg {
      width: 14px;
      height: 14px;
      color: #fff;
    }

    .faq-item.open .faq-icon svg { color: #fff; }

    .faq-answer {
      display: none;
      padding: 0 28px 22px;
      font-size: 16px;
      line-height: 1.7;
      color: #fff;
    }

    .faq-answer a {
      color: var(--blue-soft);
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .faq-item.open .faq-answer { display: block; }

    /* ============================================================
       FOOTER
    ============================================================ */
    .site-footer {
      background: var(--bg-footer);
      border-top: 1px solid var(--border-subtle);
      padding: 56px 0 32px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.5fr 1fr 1fr 1fr;
      gap: 48px;
      margin-bottom: 48px;
    }

    .footer-brand p {
      font-size: 14px;
      color: var(--text-subtle);
      line-height: 1.7;
      margin-top: 16px;
      max-width: 280px;
    }

    .footer-col h4 {
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      color: var(--text-subtle);
      margin-bottom: 16px;
    }

    .footer-col ul {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .footer-col a {
      font-size: 14px;
      color: var(--text-muted);
      transition: color 200ms;
    }

    .footer-col a:hover { color: var(--text-primary); }

    .footer-bottom {
      padding-top: 32px;
      border-top: 1px solid var(--border-subtle);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
    }

    .footer-bottom p {
      font-size: 14px;
      color: var(--text-subtle);
    }

    .social-links {
      display: flex;
      gap: 12px;
      margin-top: 20px;
    }

    .social-link {
      width: 36px;
      height: 36px;
      background: rgba(255,255,255,0.05);
      border: 1px solid var(--border-subtle);
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 200ms;
    }

    .social-link:hover {
      background: rgba(255,255,255,0.1);
      border-color: var(--border-hover);
    }

    .social-link svg { width: 16px; height: 16px; color: var(--text-muted); }

    .nonprofit-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: rgba(16,185,129,0.08);
      border: 1px solid rgba(16,185,129,0.2);
      border-radius: 100px;
      padding: 5px 12px;
      font-size: 14px;
      font-weight: 600;
      color: var(--green);
    }

    /* ============================================================
       ANIMATION LAYER (from homepage / about page)
    ============================================================ */
    /* Hero concentric rings */
    .hero::after {
      content: "";
      position: absolute;
      right: -260px;
      top: -260px;
      width: 980px;
      height: 980px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,0.06);
      box-shadow:
        inset 0 0 0 120px rgba(255,255,255,0.03),
        inset 0 0 0 240px rgba(255,255,255,0.04),
        inset 0 0 0 360px rgba(255,255,255,0.03);
      pointer-events: none;
      z-index: 0;
    }
    .hero .wrapper { position: relative; z-index: 1; }

    /* Hero text accent */
    .hero h1 .underline-red {
      position: relative;
      display: inline-block;
    }
    .hero h1 .underline-red::after {
      content: "";
      position: absolute;
      left: 4%;
      right: 4%;
      bottom: 4px;
      height: 8px;
      background: var(--red);
      border-radius: 4px;
      opacity: 0.9;
      z-index: -1;
    }

    /* Section glow overlays */
    .dmc-tedx section.glow-blue::before,
    .dmc-tedx section.glow-red::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 0;
    }
    .dmc-tedx section.glow-blue::before {
      background: radial-gradient(900px 400px at 80% 0%, rgba(81,162,255,0.07), transparent 60%);
    }
    .dmc-tedx section.glow-red::before {
      background: radial-gradient(700px 400px at 10% 100%, rgba(230,57,70,0.07), transparent 60%);
    }
    .dmc-tedx section > .wrapper,
    .dmc-tedx section > .wrapper--narrow {
      position: relative;
      z-index: 1;
    }

    /* Takeaway card top accent bars */
    .takeaway-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      z-index: 2;
    }
    .takeaway-card.c1::before { background: linear-gradient(90deg, var(--red), transparent); }
    .takeaway-card.c2::before { background: linear-gradient(90deg, var(--amber), transparent); }
    .takeaway-card.c3::before { background: linear-gradient(90deg, var(--blue-soft), transparent); }

    /* Speaker portrait gradient overlay */
    .photo-placeholder::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      background:
        radial-gradient(circle at 30% 25%, rgba(255,255,255,0.20), transparent 50%),
        radial-gradient(circle at 70% 75%, rgba(230,57,70,0.15), transparent 55%);
      pointer-events: none;
      z-index: 0;
    }
    .photo-placeholder > * { position: relative; z-index: 1; }

    /* Support mission decorative ring */
    .research > .wrapper::after,
    .support-mission > .wrapper::after {
      content: "";
      position: absolute;
      right: -120px;
      top: -120px;
      width: 500px;
      height: 500px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,0.06);
      box-shadow:
        inset 0 0 0 80px rgba(255,255,255,0.03),
        inset 0 0 0 160px rgba(255,255,255,0.04);
      pointer-events: none;
      z-index: 0;
    }

    /* Active nav link indicator */
    .header-inner nav a.active::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -22px;
      height: 2px;
      background: linear-gradient(90deg, var(--blue-soft), rgba(81,162,255,0));
      border-radius: 2px;
    }

    /* Donate action card red glow */
    .action-card.donate {
      border-color: rgba(230,57,70,0.35);
      background: radial-gradient(600px 320px at 100% 0%, rgba(230,57,70,0.12), transparent 60%), var(--bg-card);
    }

    /* ============================================================
       RESPONSIVE
    ============================================================ */
    @media (max-width: 1100px) {
      .speaker-grid { grid-template-columns: 280px 1fr; gap: 40px; }
    }

    @media (max-width: 1024px) {
      .takeaways-grid { gap: 16px; }
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    }

    @media (max-width: 920px) {
      .site-nav, .header-actions .btn--outline { display: none; }
      .hamburger { display: flex; }
      .site-header { padding-top: calc(env(safe-area-inset-top, 0px) + 22px); }
      .site-logo .logo-img { height: 34px; }
      .header-actions .btn--donate { padding: 9px 15px; font-size: 14px; }

      .hero { padding: 48px 0 56px; }

      .takeaways-grid { grid-template-columns: 1fr; }

      .speaker-grid { grid-template-columns: 1fr; }
      .speaker-photo { max-width: 320px; margin: 0 auto; }

      .book-grid { grid-template-columns: 1fr; }
      .book-cover { max-width: 220px; margin: 0 auto; }

      .action-cards { grid-template-columns: 1fr; }

      .footer-grid { grid-template-columns: 1fr 1fr; }

      .research-card { flex-direction: column; gap: 12px; }
      .research-divider { display: none; }
      .research-source { min-width: unset; }
    }

    @media (max-width: 560px) {
      .dmc-tedx { --wrapper-pad: 20px; }

      .hero { padding: 40px 0 48px; }

      .share-bar { flex-direction: column; align-items: stretch; }
      .share-btn { justify-content: center; }
      .share-divider { display: none; }

      .footer-grid { grid-template-columns: 1fr; }
      .footer-bottom { flex-direction: column; align-items: flex-start; }

      .book-cta-group { flex-direction: column; align-items: flex-start; }
      .credentials-strip { gap: 8px; }
    }

    /* ============================================================
       VIDEO POSTER + MODAL LIGHTBOX
    ============================================================ */
    .video-poster {
      display: block;
      width: 100%;
      aspect-ratio: 16/9;
      border: none;
      padding: 0;
      margin: 0;
      border-radius: 16px;
      overflow: hidden;
      position: relative;
      z-index: 1;
      cursor: pointer;
      background-color: #000;
      background-size: cover;
      background-position: center;
      box-shadow:
        0 0 0 1px rgba(255,255,255,0.08),
        0 32px 80px rgba(0,0,0,0.6),
        0 8px 24px rgba(0,0,0,0.4);
      transition: transform 300ms cubic-bezier(.2,.8,.2,1);
    }

    .video-poster::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,0.28));
      transition: background 200ms ease;
    }

    .video-poster:hover { transform: translateY(-2px); }
    .video-poster:hover::after { background: linear-gradient(180deg, rgba(0,0,0,0) 25%, rgba(0,0,0,0.38)); }
    .video-poster:focus-visible { outline: 3px solid var(--blue-soft); outline-offset: 4px; }

    .video-play {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80px;
      height: 56px;
      border-radius: 16px;
      background: rgba(230,57,70,0.85);
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
      z-index: 2;
      transition: background 200ms ease, transform 200ms ease;
    }

    .video-play::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-40%, -50%);
      border-style: solid;
      border-width: 11px 0 11px 18px;
      border-color: transparent transparent transparent #fff;
    }

    .video-poster:hover .video-play {
      background: var(--red);
      transform: translate(-50%, -50%) scale(1.06);
    }

    /* Modal */
    .video-modal {
      position: fixed;
      inset: 0;
      z-index: 1000;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 32px;
    }

    .video-modal.open { display: flex; }

    .video-modal-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(6,11,22,0.84);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      animation: video-fade 200ms ease;
    }

    .video-modal-inner {
      position: relative;
      z-index: 1;
      width: min(1120px, 100%);
      animation: video-pop 240ms cubic-bezier(.2,.8,.2,1);
    }

    .video-modal-frame {
      position: relative;
      width: 100%;
      aspect-ratio: 16/9;
      border-radius: 16px;
      overflow: hidden;
      background: #000;
      box-shadow:
        0 0 0 1px rgba(255,255,255,0.10),
        0 50px 120px rgba(0,0,0,0.7);
    }

    .video-modal-frame iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

    .video-modal-close {
      position: absolute;
      top: -52px;
      right: 0;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,0.18);
      background: rgba(255,255,255,0.08);
      color: #fff;
      font-size: 24px;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background 200ms ease, border-color 200ms ease, transform 200ms ease;
    }

    .video-modal-close:hover {
      background: rgba(255,255,255,0.16);
      border-color: rgba(255,255,255,0.35);
      transform: scale(1.05);
    }

    .video-modal-fallback {
      text-align: center;
      margin-top: 16px;
      font-size: 14px;
      color: var(--text-muted);
    }

    .video-modal-fallback a {
      color: var(--blue-soft);
      font-weight: 600;
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .video-modal-fallback a:hover { color: #fff; }

    @keyframes video-fade { from { opacity: 0; } to { opacity: 1; } }    @keyframes video-pop { from { opacity: 0; transform: translateY(12px) scale(0.98); } to { opacity: 1; transform: none; } }

    @media (max-width: 560px) {
      .video-modal { padding: 20px; }
      .video-modal-close { top: -48px; }
    }

    /* ============================================================
       LITE-YT OVERRIDES
    ============================================================ */
    .dmc-tedx lite-youtube::before {
      background-image: none;
      background: transparent;
    }

    .dmc-tedx lite-youtube .lty-playbtn {
      background-color: rgba(230,57,70,0.85);
      backdrop-filter: blur(4px);
      border-radius: 16px;
      width: 80px;
      height: 56px;
      border: none;
      transition: background-color 200ms ease, transform 200ms ease;
    }

    .dmc-tedx lite-youtube:hover .lty-playbtn,
    .dmc-tedx lite-youtube .lty-playbtn:focus {
      background-color: var(--red);
      transform: scale(1.06);
    }

    /* Subtle gradient overlay on the thumbnail */
    .dmc-tedx lite-youtube {
      background-color: #000;
    }/* End custom CSS */