:root {
  --navy: #003b5c;
  --orange: #e8620a;
  --white: #FFFFFF;
}

.social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-link {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid var(--border-color);
  background: var(--orange);
  border-color: var(--orange);
  color: #000;
}

.social-link:hover {
  background: var(--orange);
  color: black;
}

.footer {
  background: #111827;
  color: #9ca3af;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding: 48px 40px 36px;
}

.footer-brand p {
  font-size: 13px;
  line-height: 1.7;
  margin-top: 10px;
  max-width: 260px;
}

.footer-col h4 {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.footer-col a {
  display: block;
  font-size: 13px;
  color: #9ca3af;
  text-decoration: none;
  margin-bottom: 8px;
}

.footer-col a:hover {
  color: #fff;
}

.footer-bottom {
  padding: 16px 40px;
  border-top: 1px solid #1f2937;
  display: flex;
  justify-content: center;
  font-size: 12px;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-logo {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 768px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
    padding: 32px 20px;
  }
}







/* Banner */
/* ════════════════════════════════
       MODAL OVERLAY
    ════════════════════════════════ */
/* #modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#modal-overlay.visible {
  opacity: 1;
  pointer-events: all;
} */

/* Wrapper — positions close button relative to banner */
/* .modal-wrapper {
  position: relative;
  width: 680px;
  max-width: 100%;
  transform: translateY(24px);
  transition: transform 0.35s ease;
}

#modal-overlay.visible .modal-wrapper {
  transform: translateY(0);
} */

/* ── Close Button ── */
/* #modal-close {
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 10000;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid white;
  background: var(--navy);
  color: white;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.15s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

#modal-close:hover {
  background: var(--orange);
  transform: scale(1.1);
}

#modal-close:active {
  transform: scale(0.95);
} */
/* 
.wb-root {
  font-family: 'DM Sans', sans-serif;
  background: #0B1F4B;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  position: relative;
}

.wb-header {
  background: #0B1F4B;
  padding: 20px 32px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.wb-logo-block {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wb-logo-mark {
  width: 38px;
  height: 38px;
  background: #E87722;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
}

.wb-logo-text {
  display: flex;
  flex-direction: column;
}

.wb-logo-main {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
}

.wb-logo-sub {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.3px;
  margin-top: 1px;
}

.wb-badge {
  background: #E87722;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
}

.wb-hero {
  background: linear-gradient(160deg, #0d2458 0%, #0B1F4B 60%, #081637 100%);
  padding: 36px 32px 28px;
  text-align: center;
  position: relative;
}

.wb-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #E87722, #f4a44a, #E87722);
}

.wb-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #E87722;
  margin-bottom: 12px;
}

.wb-title {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 15px;
  letter-spacing: -0.5px;
}
.date-title {
  font-size: 30px;
  font-weight: 700;
  color: #E87722;
  line-height: 1.2;
  margin: 0 0 18px;
}
.wb-subtitle {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.wb-divider {
  width: 40px;
  height: 2px;
  background: #E87722;
  margin: 0 auto 20px;
  border-radius: 2px;
}

.wb-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
  max-width: 520px;
  margin: 0 auto 25px;
}

.wb-meta-item {
  background: rgba(255, 255, 255, 0.04);
  padding: 14px 16px;
  text-align: center;
}

.wb-meta-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
  margin-bottom: 5px;
}

.wb-meta-value {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}

.wb-speakers-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-bottom: 16px;
}

.wb-speakers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 680px;
  margin: 0 auto;
}

.wb-speaker {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px 10px 12px;
  text-align: center;
  transition: border-color 0.2s;
  cursor: default;
}

.wb-speaker:hover {
  border-color: rgba(232, 119, 34, 0.4);
  background: rgba(232, 119, 34, 0.05);
}

.wb-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin: 0 auto 10px;
  background: #1a3068;
  border: 2px solid rgba(232, 119, 34, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 600;
  color: #E87722;
  overflow: hidden;
}

.wb-speaker-name {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 3px;
}

.wb-speaker-cred {
  font-size: 10px;
  color: #E87722;
  font-weight: 500;
  margin-bottom: 4px;
  letter-spacing: 0.3px;
}

.wb-speaker-role {
  font-size: 9.5px;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 400;
  letter-spacing: 0.2px;
}

.wb-footer {
  background: #081637;
  padding: 22px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.wb-footer-note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}

.wb-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #E87722;
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 11px 24px;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s, transform 0.1s;
}

.wb-cta:hover {
  background: #d0691a;
}

.wb-cta:active {
  transform: scale(0.97);
}

.wb-cta-arrow {
  display: inline-block;
  font-size: 14px;
  transition: transform 0.15s;
}

.wb-cta:hover .wb-cta-arrow {
  transform: translateX(3px);
}

.wb-bottom-bar {
  background: #060f25;
  padding: 8px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
}

.wb-copyright {
  font-size: 9.5px;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.3px;
  text-align: center;
}

.wb-saucm-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E87722;
  opacity: 0.6;
} */

.video video {
  width: 100%;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 16/9;
  border-radius: 20px;
}

:root {
  --navy:       #003b5c;
  --navy-dk:    #131f47;
  --navy-xdk:   #111827;
  --navy-seal:  #0E2444;   /* deep navy from seal */
  --orange:     #E8831A;
  --orange-dk:  #c96f12;
  --orange-lt:  #f0a050;
  --cyan:       #1AABCC;   /* cyan cross from seal */
  --cream:      #fff;
  --cream-lt:   #FDF6EE;
  --cream-mid:  #F2EBE0;
  --cream-dk:   #EDE4D5;
  --white:      #ffffff;
  --text-dark:  #1C2B5E;
  --text-body:  #4A4A6A;
  --text-muted: #6B6B8A;
  --text-light: #9999B8;
  --border:     #E8E2D8;
  --border-dk:  #D8D0C4;
  --shadow-sm:  0 1px 4px rgba(28,43,94,0.07);
  --shadow-md:  0 4px 16px rgba(28,43,94,0.10);
  --shadow-lg:  0 12px 40px rgba(28,43,94,0.14);
  --radius:     8px;
  --radius-lg:  14px;
  --radius-xl:  20px;
  --max-w:      1280px;
  --font:       'Inter', system-ui, sans-serif;
  --serif:      'Playfair Display', Georgia, serif;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.nav-seal {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}

.nav-brand-text {
  display: flex;
  flex-direction: column;
}

.nav-brand-name {
  font-family: var(--font);
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.2px;
  line-height: 1;
}

.nav-brand-sub {
  font-size: 9px;
  color: var(--text-muted);
  letter-spacing: 0.3px;
  margin-top: 2px;
}

/* ════════════════════════════════════
    POPUP BANNER STYLES
  ════════════════════════════════════ */
.popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(10, 18, 48, 0.72);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.popup-overlay.hidden {
  display: none;
}

.popup-banner {
  background: var(--white);
  border-radius: 20px;
  max-width: 780px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.32);
  animation: slideUp 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.95)
  }

  to {
    opacity: 1;
    transform: none
  }
}

/* Banner top — cream/peach gradient matching hero */
.popup-top {
  /* background: linear-gradient(135deg, var(--cream-lt) 0%, var(--cream-mid) 60%, var(--cream-dk) 100%); */
  padding: 32px 36px 24px;
  position: relative;
  border-bottom: 1px solid var(--border);
}

.popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(28, 43, 94, 0.08);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  font-size: 16px;
  transition: background 0.15s;
  line-height: 1;
}

.popup-close:hover {
  background: rgba(28, 43, 94, 0.15);
}

.popup-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.popup-seal {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}

.popup-org-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
}

.popup-org-sub {
  font-size: 14px;
  color: var(--text-muted);
  margin-top: 2px;
}

.popup-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--orange);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.popup-tag-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  animation: blink 1.5s ease-in-out infinite;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: 0.3
  }
}

.popup-title {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.15;
  letter-spacing: -0.4px;
  margin-bottom: 16px;
}

/* Date/Time pills inside popup */
.popup-datetime {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.popup-dt-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--navy);
  color: #fff;
  padding: 12px 16px;
  border-radius: 8px;
  flex: 1;
  min-width: 140px;
}

.popup-dt-pill svg {
  width: 18px;
  height: 18px;
  stroke: var(--orange);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  flex-shrink: 0;
}

.popup-dt-pill-lbl {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 4px;
}

.popup-dt-pill-val {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.popup-dt-pill-val em {
  color: var(--orange-lt);
  font-style: normal;
}

/* Banner body */
.popup-body {
  padding: 24px 36px 28px;
}

.popup-free-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-muted);
}

.popup-free-label svg {
  width: 15px;
  height: 15px;
  stroke: var(--orange);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}

.popup-speakers {
  display: flex;
  gap: 10px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.popup-spk {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 7px 12px;
  flex: 1;
  min-width: 120px;
}

.popup-spk-av {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--cream-dk);
  border: 1.5px solid var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 10px;
  font-weight: 700;
  color: var(--navy);
}

.popup-spk-nm {
  font-size: 12px;
  font-weight: 600;
  color: var(--navy);
}

.popup-spk-cr {
  font-size: 10px;
  color: var(--orange);
  font-weight: 500;
}

.popup-actions {
  display: flex;
  gap: 12px;
}

.popup-btn-primary {
  flex: 1;
  background: var(--orange);
  color: #fff;
  border: none;
  border-radius: var(--radius);
  font-family: var(--font);
  font-size: 15px;
  font-weight: 700;
  padding: 14px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.15s, transform 0.1s;
}

.popup-btn-primary:hover {
  background: var(--orange-dk);
}

.popup-btn-primary:active {
  transform: scale(0.97);
}

.popup-btn-ghost {
  background: transparent;
  color: var(--navy);
  border: 1.5px solid var(--border-dk);
  border-radius: var(--radius);
  font-family: var(--font);
  font-size: 14px;
  font-weight: 600;
  padding: 14px 20px;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.15s, color 0.15s;
  white-space: nowrap;
}

.popup-btn-ghost:hover {
  border-color: var(--navy);
  color: var(--navy);
}

.popup-note {
  font-size: 11px;
  color: var(--text-light);
  text-align: center;
  margin-top: 12px;
}

/* Trigger button (floating) */
.popup-trigger {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9000;
  background: var(--orange);
  color: #fff;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 700;
  padding: 13px 22px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 24px rgba(232, 131, 26, 0.45);
  display: flex;
  align-items: center;
  gap: 9px;
  transition: background 0.15s, transform 0.15s, box-shadow 0.15s;
  animation: floatIn 0.6s 2s ease both;
}

@keyframes floatIn {
  from {
    opacity: 0;
    transform: translateY(20px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.popup-trigger:hover {
  background: var(--orange-dk);
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(232, 131, 26, 0.5);
}

.popup-trigger-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  animation: pulse 1.6s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1)
  }

  50% {
    opacity: 0.4;
    transform: scale(0.75)
  }
}