/* Clinical Operations & Trial Supply Forum — Main Styles */

:root {
  --navy: #07111F;
  --deep-navy: #020710;
  --teal: #0097D7;
  --cyan: #00D4FF;
  --emerald: #00C853;
  --ice: #E8F4FA;
  --white: #FFFFFF;
  --off-white: #F5F9FC;
  --text-dark: #101820;
  --text-muted: #5A6B78;
  --border: #D3E0E8;
  --lime: #FBD304;
  --font-display: 'Manrope', sans-serif;
  --font-body: 'DM Sans', sans-serif;
  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --ease-cycle: cubic-bezier(0.37, 0, 0.63, 1);
  --nav-height: 72px;
  --gradient-footer: linear-gradient(165deg, #12325c 0%, #0f2a4f 38%, #153a6b 72%, #0e2647 100%);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-height) + 16px);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .hero-btn,
  .hero-title, .hero-tagline, .hero-meta-row, .hero-actions {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .hero-tagline::after { transform: scaleX(1); animation: none; }
  .hero-bg-photo { animation: none; }

  .hero-kicker-item,
  .hero-kicker-sep,
  .forum-promise-point,
  .forum-promise-point::after,
  .forum-promise-label,
  .forum-promise-index,
  .forum-promise-stat,
  .forum-promise-stat-num,
  .forum-promise-stat-label,
  .reveal,
  body:not(.page-inner) .site-nav { animation: none; }

  .hero-kicker-item:first-child {
    color: transparent;
    background: linear-gradient(90deg, var(--cyan) 0%, var(--emerald) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .forum-promise-point:first-child {
    transform: translateX(-4px);
    border-bottom-color: transparent;
  }

  .forum-promise-point:first-child::after { transform: scaleX(1); }
  .forum-promise-point:first-child .forum-promise-label { color: #ffffff; }
  .forum-promise-point:first-child .forum-promise-index { color: var(--emerald); }

  .forum-promise-stat:first-child { transform: translateY(-2px); }
  .forum-promise-stat:first-child .forum-promise-stat-num {
    background: linear-gradient(105deg, var(--cyan) 0%, var(--emerald) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .forum-promise-stat:first-child .forum-promise-stat-num--static {
    background: none;
    -webkit-text-fill-color: var(--emerald);
    color: var(--emerald);
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
  .section-glow::before,
  .section-glow::after,
  .idea-orb,
  .journey-orb { animation: none; }

  .contact-card:hover,
  .ticket-path:hover { transform: none; }

  .survey-drawer,
  .survey-overlay,
  .survey-prompt { transition: none; animation: none; }

  .survey-prompt.is-open {
    opacity: 1;
    transform: none;
  }

  .survey-fab,
  .survey-fab:hover,
  .survey-fab-ring { animation: none; }
}

body {
  font-family: var(--font-body);
  color: var(--text-dark);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

a { color: var(--teal); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--cyan); }

img { max-width: 100%; height: auto; display: block; }

.section-padding { padding: 6rem 0; }
.section-padding-sm { padding: 4rem 0; }

.section-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.section-glow::before,
.section-glow::after {
  content: '';
  position: absolute;
  width: min(70vw, 640px);
  height: min(70vw, 640px);
  border-radius: 50%;
  filter: blur(8px);
  will-change: transform;
}

.section-glow--navy {
  z-index: 0;
  background: linear-gradient(160deg, #020710 0%, #07111F 55%, #0A1C30 100%);
}

.section-glow--navy::before {
  background: radial-gradient(circle, rgba(0,200,83,0.32) 0%, rgba(0,212,255,0.12) 42%, transparent 70%);
  top: -20%;
  left: -15%;
  animation: forumPromiseGlowA 16s ease-in-out infinite;
}

.section-glow--navy::after {
  background: radial-gradient(circle, rgba(0,151,215,0.28) 0%, rgba(0,200,83,0.14) 45%, transparent 70%);
  bottom: -25%;
  right: -20%;
  animation: forumPromiseGlowB 20s ease-in-out infinite;
}

.section-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 75% 65% at 65% 40%, #000 15%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse 75% 65% at 65% 40%, #000 15%, transparent 72%);
}

.section-grid--venue {
  mask-image: radial-gradient(ellipse 75% 65% at 40% 45%, #000 15%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse 75% 65% at 40% 45%, #000 15%, transparent 72%);
}

.section-grid--ink {
  background-image:
    linear-gradient(rgba(7, 17, 31, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 17, 31, 0.045) 1px, transparent 1px);
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 15%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 15%, transparent 72%);
}

.section-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
  color: var(--teal);
}

.section-eyebrow::before {
  content: '';
  width: 2.25rem;
  height: 2px;
  background: linear-gradient(90deg, var(--teal), var(--emerald));
}

.forum-promise > .container,
.attendee-section > .container,
.ticket-section > .container,
.venue-section > .container {
  position: relative;
  z-index: 1;
}

/* Buttons */
.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  background: var(--teal);
  color: var(--white) !important;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 2px solid var(--teal);
  border-radius: 2px;
  transition: all var(--transition);
  cursor: pointer;
}

.btn-cta:hover {
  background: #00B4F0;
  border-color: #00B4F0;
  color: var(--white) !important;
  transform: translateY(-2px);
}

/* Navigation */
.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  padding: 0.85rem 0;
  background: rgba(8, 12, 20, 0.52);
  backdrop-filter: saturate(160%) blur(20px);
  -webkit-backdrop-filter: saturate(160%) blur(20px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.22);
  transition: background var(--transition), padding var(--transition), box-shadow var(--transition);
}

.site-nav::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 151, 215, 0.2) 0%, var(--cyan) 28%, var(--teal) 50%, var(--emerald) 72%, rgba(0, 200, 83, 0.2) 100%);
  box-shadow: 0 1px 10px rgba(0, 212, 255, 0.2), 0 1px 12px rgba(0, 200, 83, 0.18);
  pointer-events: none;
}

.site-nav.is-solid,
.page-inner .site-nav {
  background: rgba(8, 12, 20, 0.72);
  padding: 0.75rem 0;
}

@supports (animation-timeline: scroll()) {
  body:not(.page-inner) .site-nav {
    animation: navCondense linear both;
    animation-timeline: scroll();
    animation-range: 0 80px;
  }
}

@keyframes navCondense {
  to {
    background: rgba(8, 12, 20, 0.72);
    padding: 0.75rem 0;
  }
}

.site-nav .navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: var(--white) !important;
  line-height: 1.2;
  max-width: none;
}

.site-nav .brand-logo {
  display: block;
  height: 48px;
  width: auto;
  flex-shrink: 0;
}

.site-nav .nav-link {
  color: rgba(255,255,255,0.9) !important;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.55rem 0.95rem !important;
  position: relative;
}

.site-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--emerald));
  transition: all var(--transition);
  transform: translateX(-50%);
}

.site-nav .nav-link:hover::after,
.site-nav .nav-link.active::after { width: 60%; }

.site-nav .nav-link:hover,
.site-nav .nav-link.active { color: var(--white) !important; }

.site-nav .btn-nav-cta {
  padding: 0.7rem 1.35rem;
  font-size: 0.82rem;
}

.navbar-toggler {
  border-color: rgba(255,255,255,0.3);
  padding: 0.35rem 0.5rem;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Offcanvas */
.offcanvas-dark {
  background: var(--deep-navy);
  color: var(--white);
}

.offcanvas-dark .nav-link {
  color: rgba(255,255,255,0.85);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  background: #020710;
  overflow: hidden;
  padding: calc(var(--nav-height) + 2.5rem) 0 3.5rem;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

/* Conference hall backdrop */
.hero-bg-photo {
  position: absolute;
  inset: 0;
  background: url('../images/background/CTC-bg.webp') center center / cover no-repeat;
}

.hero-bg-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(2, 7, 16, 0.78) 0%,
    rgba(2, 7, 16, 0.48) 46%,
    rgba(2, 7, 16, 0.22) 100%
  );
}

.hero > .container{
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: none;
}

/* Positioning line — supporting, not competing */
.hero-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.75rem;
  margin: 0 0 1.35rem;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.62);
  text-shadow: 0 1px 12px rgba(4,28,36,0.35);
  --kicker-cycle: 6.4s var(--ease-cycle) infinite;
}

.hero-kicker-item {
  background: linear-gradient(90deg, var(--cyan) 0%, var(--emerald) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  will-change: filter, opacity;
}

.hero-kicker-item:nth-child(1) {
  animation: kickerOn var(--kicker-cycle);
}

.hero-kicker-item:nth-child(3) {
  animation: kickerOn var(--kicker-cycle);
  animation-delay: -3.2s;
}

.hero-kicker-sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(0,151,215,0.35);
  flex-shrink: 0;
  animation: kickerSep var(--kicker-cycle);
}

@keyframes kickerOn {
  0%, 34% {
    filter: grayscale(0) brightness(1) drop-shadow(0 0 12px rgba(0,212,255,0.28));
    opacity: 1;
  }
  50%, 84% {
    filter: grayscale(0.8) brightness(1.65);
    opacity: 0.48;
  }
  100% {
    filter: grayscale(0) brightness(1) drop-shadow(0 0 12px rgba(0,212,255,0.28));
    opacity: 1;
  }
}

@keyframes kickerSep {
  0%, 34% {
    background: linear-gradient(135deg, var(--cyan), var(--emerald));
    box-shadow: 0 0 8px rgba(0,200,83,0.45);
    transform: scale(1);
  }
  50%, 84% {
    background: rgba(0,151,215,0.35);
    box-shadow: 0 0 0 transparent;
    transform: scale(0.85);
  }
  100% {
    background: linear-gradient(135deg, var(--cyan), var(--emerald));
    box-shadow: 0 0 8px rgba(0,200,83,0.45);
    transform: scale(1);
  }
}

/* MAIN TITLE */
.hero-title {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5.8vw, 4.35rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: var(--white);
  text-shadow: 0 2px 28px rgba(4,28,36,0.45);
  opacity: 0;
  transform: translateY(28px);
  animation: heroRise 1s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
}

.hero-tagline {
  margin: 0 0 1.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.4vw, 1.65rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: transparent;
  background: linear-gradient(90deg, var(--cyan) 0%, var(--emerald) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transform: translateY(18px);
  animation: heroRise 0.9s ease 0.22s forwards;
}

.hero-tagline::after {
  content: '';
  display: block;
  width: 72px;
  height: 3px;
  margin-top: 0.95rem;
  background: linear-gradient(90deg, var(--teal), var(--cyan) 55%, var(--emerald));
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  animation: heroBar 0.7s ease 0.7s forwards;
}

@keyframes heroRise {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes heroBar {
  to { transform: scaleX(1); }
}

.hero-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
  margin-bottom: 2.25rem;
  opacity: 0;
  animation: heroRise 0.9s ease 0.35s forwards;
}

.hero-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.9);
}

.hero-meta-item i {
  color: var(--emerald);
  font-size: 1.2rem;
}

.hero-meta-divider {
  width: 1px;
  height: 18px;
  background: rgba(255,255,255,0.2);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  opacity: 0;
  animation: heroRise 0.9s ease 0.5s forwards;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 1rem 1.25rem;
}

.hero-btn i {
  transition: transform 0.35s ease;
}

.hero-btn:hover i {
  transform: translateX(4px);
}

.hero-btn-agenda {
  background: transparent;
  border-color: var(--emerald);
  color: var(--emerald) !important;
}

.hero-btn-agenda:hover {
  background: rgba(0, 200, 83, 0.12);
  border-color: var(--emerald);
  color: var(--emerald) !important;
}

/* Forum Promise — after hero */
.forum-promise {
  position: relative;
  background: var(--navy);
  color: var(--white);
  overflow: hidden;
}

@keyframes forumPromiseGlowA {
  0%   { transform: translate(0, 0) scale(1); }
  25%  { transform: translate(55vw, 18vh) scale(1.12); }
  50%  { transform: translate(35vw, 48vh) scale(0.95); }
  75%  { transform: translate(-5vw, 30vh) scale(1.08); }
  100% { transform: translate(0, 0) scale(1); }
}

@keyframes forumPromiseGlowB {
  0%   { transform: translate(0, 0) scale(1); }
  25%  { transform: translate(-45vw, -20vh) scale(1.1); }
  50%  { transform: translate(-55vw, -45vh) scale(0.92); }
  75%  { transform: translate(-15vw, -10vh) scale(1.06); }
  100% { transform: translate(0, 0) scale(1); }
}

.forum-promise-copy {
  max-width: none;
}


.forum-promise-negation {
  margin: 0 0 1.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  background: linear-gradient(105deg, var(--cyan) 0%, var(--emerald) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.forum-promise-heading {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.6vw, 2.85rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--white);
  max-width: 22ch;
}

.forum-promise-accent {
  color: var(--cyan);
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: unset;
}

.forum-promise-stats {
  margin-top: 3.25rem;
  padding-top: 0;
  border-top: none;
  max-width: none;
}

.forum-promise-stat {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  padding: 0.35rem 0.75rem;
  --stat-cycle: 18s var(--ease-cycle) var(--stat-delay, 0s) infinite;
  animation: forumStatLift var(--stat-cycle);
}

.forum-promise-stat:nth-child(1) { --stat-delay: 0s; }
.forum-promise-stat:nth-child(2) { --stat-delay: -15s; }
.forum-promise-stat:nth-child(3) { --stat-delay: -12s; }
.forum-promise-stat:nth-child(4) { --stat-delay: -9s; }
.forum-promise-stat:nth-child(5) { --stat-delay: -6s; }
.forum-promise-stat:nth-child(6) { --stat-delay: -3s; }

.forum-promise-stat:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0.35rem;
  right: 0;
  bottom: 0.35rem;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.2), transparent);
}


@keyframes forumStatLift {
  0% { transform: none; }
  5%, 12% { transform: translateY(-4px); }
  17%, 100% { transform: none; }
}

.forum-promise-stat-num {
  font-family: var(--font-display);
  font-size: clamp(2.85rem, 5vw, 3.95rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  background: linear-gradient(105deg, var(--cyan) 0%, var(--emerald) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.forum-promise-stat-num:not(.forum-promise-stat-num--static) {
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.forum-promise-stat .forum-promise-stat-num:not(.forum-promise-stat-num--static) {
  animation: forumStatNum var(--stat-cycle);
}

@keyframes forumStatNum {
  0% {
    filter: grayscale(0.8) brightness(1.7);
    opacity: 0.72;
  }
  5%, 12% {
    filter: grayscale(0) brightness(1) drop-shadow(0 0 16px rgba(0,212,255,0.22));
    opacity: 1;
  }
  17%, 100% {
    filter: grayscale(0.8) brightness(1.7);
    opacity: 0.72;
  }
}

.forum-promise-stat-num--static {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #ffffff;
}

.forum-promise-stat .forum-promise-stat-num--static {
  animation: forumStatStatic var(--stat-cycle);
}

@keyframes forumStatStatic {
  0% {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    filter: none;
  }
  5%, 12% {
    color: var(--emerald);
    -webkit-text-fill-color: var(--emerald);
    filter: drop-shadow(0 0 16px rgba(0,200,83,0.25));
  }
  17%, 100% {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    filter: none;
  }
}

.forum-promise-stat-label {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.88);
  line-height: 1.35;
  animation: forumStatLabel var(--stat-cycle);
}

@keyframes forumStatLabel {
  0% { color: rgba(255,255,255,0.88); }
  5%, 12% { color: #ffffff; }
  17%, 100% { color: rgba(255,255,255,0.88); }
}

.forum-promise-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  border-top: none;
}

.forum-promise-point {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  --cycle: 12s var(--ease-cycle) var(--cycle-delay, 0s) infinite;
  animation: forumPointCycle var(--cycle);
}

.forum-promise-point:nth-child(1) { --cycle-delay: 0s; }
.forum-promise-point:nth-child(2) { --cycle-delay: -9s; }
.forum-promise-point:nth-child(3) { --cycle-delay: -6s; }
.forum-promise-point:nth-child(4) { --cycle-delay: -3s; }

.forum-promise-point::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--emerald));
  transform: scaleX(0);
  transform-origin: left;
  pointer-events: none;
  animation: forumPointLine var(--cycle);
}

.forum-promise-point:hover,
.forum-promise-point.is-active {
  transform: translateX(-4px) !important;
  border-bottom-color: transparent !important;
}

.forum-promise-point:hover,
.forum-promise-point:hover::after,
.forum-promise-point:hover .forum-promise-label,
.forum-promise-point:hover .forum-promise-index {
  animation-play-state: paused;
}

@keyframes forumPointCycle {
  0% {
    transform: none;
    border-bottom-color: rgba(255,255,255,0.12);
  }
  6%, 19% {
    transform: translateX(-4px);
    border-bottom-color: transparent;
  }
  25%, 100% {
    transform: none;
    border-bottom-color: rgba(255,255,255,0.12);
  }
}

.forum-promise-point:hover::after,
.forum-promise-point.is-active::after {
  transform: scaleX(1) !important;
}

@keyframes forumPointLine {
  0% { transform: scaleX(0); }
  6%, 19% { transform: scaleX(1); }
  25%, 100% { transform: scaleX(0); }
}

.forum-promise-point:hover .forum-promise-label,
.forum-promise-point.is-active .forum-promise-label {
  color: #ffffff !important;
}

.forum-promise-label {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: rgba(255,255,255,0.92);
  order: 1;
  animation: forumPointLabel var(--cycle);
}

@keyframes forumPointLabel {
  0% { color: rgba(255,255,255,0.92); }
  6%, 19% { color: #ffffff; }
  25%, 100% { color: rgba(255,255,255,0.92); }
}

.forum-promise-point:hover .forum-promise-index,
.forum-promise-point.is-active .forum-promise-index {
  color: var(--emerald) !important;
}

.forum-promise-index {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(0,200,83,0.85);
  order: 2;
  flex-shrink: 0;
  animation: forumPointIndex var(--cycle);
}

@keyframes forumPointIndex {
  0% { color: rgba(0,200,83,0.85); }
  6%, 19% { color: var(--emerald); }
  25%, 100% { color: rgba(0,200,83,0.85); }
}

.forum-promise-stats:hover .forum-promise-stat,
.forum-promise-stats:hover .forum-promise-stat-num,
.forum-promise-stats:hover .forum-promise-stat-label {
  animation-play-state: paused;
}

/* Idea Section — interactive narrative */
.idea-section {
  position: relative;
  background: #0097D7;
  color: var(--white);
  overflow: visible;
  transition: background 0.7s cubic-bezier(0.22, 1, 0.36, 1), color 0.5s ease;
  --idea-glow-x: 70%;
  --idea-glow-y: 40%;
}

.idea-section.is-forum {
  background: #00C853;
}

.idea-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.idea-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.55;
  will-change: transform;
}

.idea-orb--a {
  width: min(42vw, 420px);
  height: min(42vw, 420px);
  top: -12%;
  left: -8%;
  background: radial-gradient(circle, rgba(0,212,255,0.4) 0%, transparent 68%);
  animation: ideaOrbA 18s ease-in-out infinite;
  transition: background 0.7s ease;
}

.idea-orb--b {
  width: min(36vw, 360px);
  height: min(36vw, 360px);
  right: -6%;
  bottom: -10%;
  background: radial-gradient(circle, rgba(0,151,215,0.32) 0%, transparent 68%);
  animation: ideaOrbB 22s ease-in-out infinite;
  transition: background 0.7s ease;
}

.idea-orb--c {
  width: min(28vw, 280px);
  height: min(28vw, 280px);
  top: 40%;
  left: 45%;
  background: radial-gradient(circle, rgba(0,212,255,0.2) 0%, transparent 70%);
  animation: ideaOrbC 14s ease-in-out infinite;
  transition: background 0.7s ease;
}

.idea-section.is-forum .idea-orb--a {
  background: radial-gradient(circle, rgba(0,200,83,0.42) 0%, transparent 68%);
}

.idea-section.is-forum .idea-orb--b {
  background: radial-gradient(circle, rgba(0,212,255,0.22) 0%, transparent 68%);
}

.idea-section.is-forum .idea-orb--c {
  background: radial-gradient(circle, rgba(0,200,83,0.22) 0%, transparent 70%);
}

.idea-cursor-glow {
  position: absolute;
  width: 340px;
  height: 340px;
  margin: -170px 0 0 -170px;
  left: var(--idea-glow-x);
  top: var(--idea-glow-y);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,212,255,0.28) 0%, rgba(0,151,215,0.12) 40%, transparent 68%);
  opacity: 0;
  transition: opacity 0.4s ease, background 0.7s ease;
  mix-blend-mode: screen;
}

.idea-section:hover .idea-cursor-glow,
.idea-section.is-live .idea-cursor-glow {
  opacity: 1;
}

.idea-section.is-forum .idea-cursor-glow {
  background: radial-gradient(circle, rgba(0,200,83,0.3) 0%, rgba(0,212,255,0.14) 42%, transparent 68%);
}

@keyframes ideaOrbA {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(12%, 18%) scale(1.12); }
}

@keyframes ideaOrbB {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-16%, -12%) scale(1.08); }
}

@keyframes ideaOrbC {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-8%, 10%) scale(0.9); }
}

.idea-section > .container {
  position: relative;
  z-index: 1;
}

.idea-stage {
  display: grid;
  grid-template-columns: minmax(7rem, 0.45fr) minmax(0, 1.55fr);
  gap: clamp(1.75rem, 4vw, 3.5rem);
  align-items: center;
}

.idea-aside {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  min-height: 18rem;
  padding: 1.5rem 0;
  isolation: isolate;
  overflow: visible;
}

.idea-watermark {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: clamp(10rem, 18vw, 15rem);
  aspect-ratio: 1 / 1;
  border-radius: 2.4rem;
  background: rgba(255,255,255,0.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
  pointer-events: none;
  user-select: none;
  color: transparent;
  transform: translate(-50%, -50%) scale(0.92);
  opacity: 0;
  transition:
    opacity 0.45s ease,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.5s ease,
    box-shadow 0.5s ease;
}

.idea-watermark::before {
  content: attr(data-mark);
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: clamp(7rem, 13vw, 10rem);
  font-weight: 800;
  line-height: 1;
  color: rgba(255,255,255,0.84);
}

.idea-watermark::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: clamp(-1.15rem, -1.7vw, -0.85rem);
  width: clamp(2rem, 3.2vw, 2.8rem);
  height: clamp(2rem, 3.2vw, 2.8rem);
  background: inherit;
  border-radius: 0.5rem;
  transform: translateX(-50%) rotate(45deg);
}

.idea-watermark[data-mark="!"]::before {
  font-size: clamp(7.8rem, 14vw, 10.8rem);
}

.idea-section.is-ready .idea-watermark.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.idea-section.is-forum .idea-watermark {
  background: rgba(255,255,255,0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
}

.idea-watermark.is-swap {
  opacity: 0;
  transform: translate(-50%, -62%) scale(0.88);
}

.idea-pill {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  padding: 0.7rem 1.25rem 0.7rem 0.85rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.95);
  color: var(--navy);
  box-shadow:
    0 10px 28px rgba(0,0,0,0.16),
    0 0 0 1px rgba(255,255,255,0.35);
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.55s ease 0.1s,
    transform 0.55s ease 0.1s,
    background 0.45s ease,
    box-shadow 0.45s ease;
}

.idea-pill::before {
  content: '';
  width: 0.55rem;
  height: 0.55rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 10px rgba(0,212,255,0.7);
}

.idea-section.is-ready .idea-pill {
  opacity: 1;
  transform: translateY(0);
}

.idea-section.is-forum .idea-pill::before {
  background: var(--emerald);
  box-shadow: 0 0 10px rgba(0,200,83,0.7);
}

.idea-pill-label {
  font-family: var(--font-display);
  font-size: clamp(0.9rem, 1.4vw, 1.05rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.3;
  color: var(--navy);
  text-shadow: none;
}

.idea-main {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  min-width: 0;
}

.idea-statement {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.idea-statement .idea-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.65em);
  filter: blur(6px);
  transition:
    opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.5s ease;
}

.idea-statement.is-animated .idea-word {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.idea-next {
  position: relative;
  z-index: 1;
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s, color 0.3s ease;
}

.idea-section.is-ready .idea-next {
  opacity: 1;
  transform: translateY(0);
}

.idea-next:hover {
  color: #ffffff;
}

.idea-next-kicker {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  transition: color 0.3s ease;
}

.idea-next:hover .idea-next-kicker {
  color: rgba(255,255,255,0.85);
}

.idea-next-label {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  border-bottom: 1px solid rgba(255,255,255,0.45);
  padding-bottom: 0.1rem;
  transition: border-color 0.3s ease;
}

.idea-next:hover .idea-next-label {
  border-bottom-color: #ffffff;
}

.idea-next i {
  font-size: 0.95rem;
  transition: transform 0.3s ease;
}

.idea-next:hover i {
  transform: translateX(5px);
}

.idea-panels {
  position: relative;
  min-height: 16rem;
}

.idea-panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(24px) scale(0.985);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.55s;
}

.idea-panel.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  position: relative;
}

.idea-panel[hidden] {
  display: flex !important;
}

.idea-support {
  margin: 0;
  font-size: clamp(1.12rem, 1.55vw, 1.28rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.93);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.idea-support.is-shown {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .idea-stage {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .idea-watermark {
    display: none !important;
  }

  .idea-aside {
    min-height: 0;
    padding: 0.5rem 0 0;
  }

  .idea-next {
    align-self: flex-start;
  }

  .idea-panels {
    min-height: 14rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .idea-orb,
  .idea-cursor-glow { animation: none !important; }
  .idea-panel,
  .idea-statement .idea-word,
  .idea-support,
  .idea-watermark,
  .idea-pill,
  .idea-next {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  .idea-watermark {
    transform: translate(-50%, -50%) !important;
  }
}

/* Journey Section */
.journey-section {
  position: relative;
  background:
    radial-gradient(ellipse 80% 55% at 8% 0%, rgba(0, 151, 215, 0.1), transparent 58%),
    radial-gradient(ellipse 70% 50% at 92% 100%, rgba(0, 200, 83, 0.12), transparent 52%),
    var(--off-white);
  color: var(--text-dark);
  padding: 6.5rem 0 7rem;
  overflow: hidden;
}

.journey-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.journey-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.7;
}

.journey-orb--a {
  width: min(42vw, 420px);
  height: min(42vw, 420px);
  top: -12%;
  right: 8%;
  background: rgba(0, 151, 215, 0.16);
  animation: journeyOrbA 14s ease-in-out infinite alternate;
}

.journey-orb--b {
  width: min(40vw, 400px);
  height: min(40vw, 400px);
  bottom: -18%;
  left: 2%;
  background: rgba(0, 200, 83, 0.2);
  animation: journeyOrbB 16s ease-in-out infinite alternate;
}

.journey-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(7, 17, 31, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 17, 31, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 45%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 45%, #000 20%, transparent 75%);
  opacity: 0.85;
}

@keyframes journeyOrbA {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(-6%, 8%) scale(1.08); }
}

@keyframes journeyOrbB {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(8%, -6%) scale(1.12); }
}

.journey-section > .container {
  position: relative;
  z-index: 1;
}

.journey-intro {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1.5rem;
  white-space: nowrap;
}

.journey-intro-mark {
  flex-shrink: 0;
  width: clamp(2.25rem, 4vw, 3.25rem);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), var(--emerald));
  box-shadow: 0 0 18px rgba(0, 151, 215, 0.28);
}

.journey-intro-copy {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.1vw, 1.55rem);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.journey-intro-soft {
  color: var(--text-muted);
  font-weight: 500;
}

.journey-intro-accent {
  font-weight: 800;
  background: linear-gradient(105deg, var(--teal) 0%, var(--cyan) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.journey-intro-emphasis {
  font-weight: 800;
  color: var(--emerald);
}

.journey-flow {
  --journey-gap: 0.85rem;
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--journey-gap);
  margin-top: 2.75rem;
}

.journey-steps-wrap {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: var(--journey-gap);
  row-gap: var(--journey-gap);
}

.journey-heading {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: auto auto;
  column-gap: var(--journey-gap);
  row-gap: 0.45rem;
  margin: 0 0 0.85rem;
  overflow: visible;
  font-family: var(--font-display);
  font-size: clamp(0.85rem, 2.1vw, 2.25rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: var(--navy);
}

.journey-heading-from {
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  align-self: end;
  display: inline-flex;
  align-items: center;
  padding: 0.42em 1.05em;
  border-radius: 999px;
  border: 1px solid rgba(0, 151, 215, 0.35);
  font-size: clamp(0.78rem, 1.4vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
  color: var(--teal);
  background:
    linear-gradient(135deg, rgba(0, 151, 215, 0.14), rgba(0, 200, 83, 0.1)),
    var(--white);
  box-shadow:
    0 6px 20px rgba(0, 151, 215, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.journey-heading-cell {
  position: relative;
  grid-row: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  white-space: nowrap;
  overflow: visible;
}

.journey-heading-cell:not(:last-child)::after {
  content: '→';
  position: absolute;
  top: 50%;
  left: 100%;
  width: var(--journey-gap);
  transform: translateY(-50%);
  font-size: 0.82em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: rgba(0, 151, 215, 0.45);
  pointer-events: none;
}

.journey-heading-cell:nth-child(n+3):not(:last-child)::after {
  color: rgba(0, 200, 83, 0.5);
}

.journey-heading-word {
  display: inline-block;
  flex-shrink: 0;
  color: var(--navy);
  transition: color 0.4s ease, text-shadow 0.4s ease;
}

.journey-heading-word.is-lit {
  color: var(--teal);
  text-shadow: 0 0 22px rgba(0, 151, 215, 0.22);
}

.journey-heading-word.is-lit[data-journey-word="2"],
.journey-heading-word.is-lit[data-journey-word="3"],
.journey-heading-word.is-lit[data-journey-word="4"] {
  color: var(--emerald);
  text-shadow: 0 0 22px rgba(0, 200, 83, 0.22);
}

.journey-rail {
  grid-column: 1 / -1;
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--journey-gap);
  align-items: center;
  height: 14px;
  margin-bottom: 0.35rem;
}

.journey-rail-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 999px;
  background: rgba(7, 17, 31, 0.1);
  transform: translateY(-50%);
  overflow: hidden;
}

.journey-rail-fill {
  display: block;
  height: 100%;
  width: var(--journey-progress, 0%);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal), var(--emerald));
  box-shadow: 0 0 14px rgba(0, 151, 215, 0.28);
  transition: width 0.55s cubic-bezier(0.4, 0, 0.2, 1), height 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.journey-node {
  position: relative;
  z-index: 1;
  justify-self: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d5e0e8;
  border: 2px solid var(--off-white);
  box-shadow: 0 0 0 2px rgba(7, 17, 31, 0.08);
  transition: background 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}

.journey-node.is-done {
  background: var(--teal);
  box-shadow: 0 0 0 2px var(--off-white), 0 0 12px rgba(0, 151, 215, 0.35);
}

.journey-node.is-done[data-tone="emerald"] {
  background: var(--emerald);
  box-shadow: 0 0 0 2px var(--off-white), 0 0 12px rgba(0, 200, 83, 0.35);
}

.journey-node.is-active {
  transform: scale(1.2);
}

.journey-node.is-active::after {
  content: '';
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(var(--journey-gap) + 0.2rem);
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 0 10px rgba(0, 151, 215, 0.35);
  pointer-events: none;
}

.journey-node.is-active[data-tone="emerald"]::after {
  background: var(--emerald);
  box-shadow: 0 0 10px rgba(0, 200, 83, 0.35);
}

.journey-step {
  --step-accent: var(--teal);
  --step-accent-soft: rgba(0, 151, 215, 0.1);
  --step-accent-border: rgba(0, 151, 215, 0.16);
  --step-accent-glow: rgba(0, 151, 215, 0.28);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  min-height: 220px;
  padding: 1.35rem 1.25rem 1.5rem;
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 28px rgba(7, 17, 31, 0.05);
  cursor: pointer;
  outline: none;
  transition:
    border-color 0.4s ease,
    background 0.4s ease,
    box-shadow 0.4s ease,
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.journey-step[data-tone="emerald"] {
  --step-accent: var(--emerald);
  --step-accent-soft: rgba(0, 200, 83, 0.1);
  --step-accent-border: rgba(0, 200, 83, 0.18);
  --step-accent-glow: rgba(0, 200, 83, 0.28);
}

.journey-step::before {
  content: none;
}

.journey-step:hover,
.journey-step:focus-visible,
.journey-step.is-active {
  border-color: var(--step-accent);
  background: var(--white);
  box-shadow:
    0 0 0 1px var(--step-accent-border),
    0 18px 40px var(--step-accent-glow);
  transform: translateY(-4px);
}

.journey-step-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0.75rem;
}

.journey-step-index {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(7, 17, 31, 0.28);
  transition: color 0.35s ease;
}

.journey-step.is-active .journey-step-index,
.journey-step:hover .journey-step-index,
.journey-step:focus-visible .journey-step-index {
  color: var(--step-accent);
}

.journey-step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 0.75rem;
  font-size: 1.2rem;
  color: var(--step-accent);
  background: var(--step-accent-soft);
  border: 1px solid var(--step-accent-border);
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, color 0.35s ease;
}

.journey-step.is-active .journey-step-icon,
.journey-step:hover .journey-step-icon,
.journey-step:focus-visible .journey-step-icon {
  color: var(--white);
  background: var(--step-accent);
  border-color: var(--step-accent);
  box-shadow: 0 8px 20px var(--step-accent-glow);
}

.journey-step-label {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--step-accent);
  font-weight: 700;
}

.journey-step p {
  margin: 0;
  margin-top: auto;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.25vw, 0.9rem);
  font-weight: 600;
  line-height: 1.25;
  /*letter-spacing: -0.02em;*/
  color: var(--navy);
}

.journey-arrow {
  text-align: center;
  color: var(--teal);
  font-size: 1.5rem;
  padding: 0.5rem 0;
}

/* Who Should Attend */
.attendee-section {
  position: relative;
  background: var(--navy);
  color: var(--white);
  overflow: hidden;
}

.attendee-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  margin-bottom: 1.75rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.attendee-head-copy {
  min-width: 0;
}

.attendee-heading {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--white);
}

.attendee-tagline {
  margin: 0;
  max-width: 36rem;
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.01em;
  background: linear-gradient(105deg, var(--cyan) 0%, var(--teal) 45%, var(--emerald) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.attendee-cta-btn {
  flex-shrink: 0;
}

.attendee-pills {
  list-style: none;
  --hex-size: clamp(9.5rem, 14vw, 12.5rem);
  --hex-gap: 1.15rem;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, var(--hex-size));
  gap: 0 var(--hex-gap);
  padding: 0.5rem calc((var(--hex-size) + var(--hex-gap)) / 2) 0 0;
  justify-items: center;
}

.attendee-pill {
  --hex-ring: rgba(0, 151, 215, 0.72);
  --hex-fill-a: rgba(0, 151, 215, 0.34);
  --hex-fill-b: rgba(0, 151, 215, 0.1);
  --hex-glow: rgba(0, 151, 215, 0.42);
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 10px 22px var(--hex-glow));
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease;
}

.attendee-pill:nth-child(even) {
  --hex-ring: rgba(0, 200, 83, 0.72);
  --hex-fill-a: rgba(0, 200, 83, 0.32);
  --hex-fill-b: rgba(0, 200, 83, 0.1);
  --hex-glow: rgba(0, 200, 83, 0.38);
}

.attendee-pill:nth-child(n + 6) {
  margin-top: calc(var(--hex-size) * -0.288675 + var(--hex-gap) * 0.866025);
  position: relative;
  left: calc((var(--hex-size) + var(--hex-gap)) / 2);
}

.attendee-pill-hex {
  width: var(--hex-size);
  height: calc(var(--hex-size) * 1.1547);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1rem;
  text-align: center;
  text-wrap: balance;
  font-family: var(--font-display);
  font-size: clamp(0.92rem, 1.25vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.28;
  color: #ffffff;
  background:
    radial-gradient(circle at 50% 28%, var(--hex-fill-a) 0%, var(--hex-fill-b) 58%, rgba(7, 17, 31, 0.35) 100%);
  box-shadow:
    inset 0 0 0 2px var(--hex-ring),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition:
    background 0.4s ease,
    box-shadow 0.4s ease,
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.attendee-pill:hover {
  transform: translateY(-5px);
  filter: drop-shadow(0 16px 32px var(--hex-glow));
}

.attendee-pill:hover .attendee-pill-hex {
  background:
    radial-gradient(circle at 50% 25%, rgba(0, 212, 255, 0.48) 0%, rgba(0, 200, 83, 0.32) 52%, rgba(0, 151, 215, 0.18) 100%);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transform: scale(1.04);
}

/* Tickets */
.ticket-section {
  position: relative;
  background: var(--off-white);
  color: var(--text-dark);
  overflow: hidden;
}

.ticket-bg::before {
  background: radial-gradient(circle, rgba(0, 151, 215, 0.16) 0%, rgba(0, 212, 255, 0.08) 42%, transparent 70%);
  top: -28%;
  left: -16%;
  animation: forumPromiseGlowA 16s ease-in-out infinite;
}

.ticket-bg::after {
  background: radial-gradient(circle, rgba(0, 200, 83, 0.12) 0%, rgba(0, 151, 215, 0.06) 45%, transparent 70%);
  bottom: -32%;
  right: -18%;
  animation: forumPromiseGlowB 20s ease-in-out infinite;
}

.ticket-head {
  max-width: 40rem;
  margin-bottom: 2.25rem;
}

.ticket-heading {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--navy);
}

.ticket-tagline {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.01em;
  background: linear-gradient(105deg, var(--teal) 0%, var(--cyan) 45%, var(--emerald) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.ticket-paths {
  position: relative;
  z-index: 1;
}

.ticket-path {
  --stub: var(--teal);
  --ticket-notch: var(--off-white);
  display: grid;
  grid-template-columns: 4.6rem minmax(0, 1fr);
  width: 100%;
  min-height: 14.5rem;
  background: transparent;
  transition: transform var(--transition);
}

.ticket-path[data-tone="meet"] { --stub: var(--teal); }
.ticket-path[data-tone="solve"] { --stub: var(--navy); }
.ticket-path[data-tone="peer"] { --stub: #0B7A3E; }

.ticket-path:hover {
  transform: translateY(-6px) rotate(-0.35deg);
}

.ticket-stub {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 1.05rem 0.4rem;
  background: var(--stub);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.08);
}

.ticket-stub::before,
.ticket-stub::after {
  content: '';
  position: absolute;
  right: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--ticket-notch);
  transform: translateX(50%);
  z-index: 2;
}

.ticket-stub::before { top: -9px; }
.ticket-stub::after { bottom: -9px; }

.ticket-stub-no {
  font-family: var(--font-display);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.ticket-kicker {
  margin: auto 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--white);
}

.ticket-admit {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.35rem 1.3rem 1.2rem 1.45rem;
  background: linear-gradient(180deg, #ffffff 0%, #f4fafc 100%);
  border: 2px dashed var(--navy);
  border-left: 0;
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.08);
  overflow: visible;
}

.ticket-admit::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.15rem;
  bottom: 1.15rem;
  border-left: 2px dashed rgba(7, 17, 31, 0.16);
}

.ticket-path h3 {
  margin: 0 0 0.55rem;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.ticket-copy {
  margin: 0 0 1.15rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--text-muted);
}

.ticket-cta {
  align-self: flex-end;
  margin-top: auto;
  padding: 0.65rem 1.05rem;
  font-size: 0.72rem;
}

.ticket-cta-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.ticket-cta i {
  display: inline-block;
  transition: transform 0.35s ease;
}

.ticket-cta:hover i {
  transform: translateX(4px);
}

.ticket-path[data-tone="solve"] .ticket-cta {
  background: var(--navy);
  border-color: var(--navy);
}

.ticket-path[data-tone="solve"] .ticket-cta:hover {
  background: var(--deep-navy);
  border-color: var(--deep-navy);
}

.ticket-path[data-tone="peer"] .ticket-cta {
  background: #0B7A3E;
  border-color: #0B7A3E;
}

.ticket-path[data-tone="peer"] .ticket-cta:hover {
  background: #096534;
  border-color: #096534;
}

body.survey-open {
  overflow: hidden;
}

.survey-launcher {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1035;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.survey-launcher.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

.survey-prompt {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.85rem);
  width: min(22.5rem, calc(100vw - 2.5rem));
  padding: 1.15rem 1.2rem 1.2rem;
  border-radius: 1.15rem;
  background: rgba(7, 17, 31, 0.96);
  border: 1px solid rgba(0, 212, 255, 0.28);
  box-shadow: 0 18px 48px rgba(2, 7, 16, 0.38);
  color: var(--white);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 1.15rem, 0) scale(0.86);
  transform-origin: 92% 100%;
  will-change: transform, opacity;
}

.survey-prompt.is-open {
  visibility: visible;
  pointer-events: auto;
  animation: surveyPromptIn 0.62s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.survey-prompt.is-open.is-closing {
  pointer-events: none;
  animation: surveyPromptOut 0.32s cubic-bezier(0.4, 0, 1, 1) both;
}

@keyframes surveyPromptIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 1.15rem, 0) scale(0.86);
  }
  58% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes surveyPromptOut {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0.85rem, 0) scale(0.9);
  }
}

.survey-prompt-close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
}

.survey-prompt-kicker {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--emerald);
}

.survey-prompt-title {
  margin: 0 0 0.85rem;
  padding-right: 1.4rem;
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: var(--white);
}

.survey-prompt-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.75rem;
  margin-bottom: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.78);
}

.survey-prompt-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.survey-prompt-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  min-height: 2.85rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(105deg, var(--teal) 0%, #00B4F0 46%, var(--emerald) 100%);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.survey-prompt-cta i {
  transition: transform 0.35s ease;
}

.survey-prompt-cta:hover i {
  transform: translateX(4px);
}

.survey-fab-wrap {
  position: relative;
  width: 4.4rem;
  height: 4.4rem;
  display: grid;
  place-items: center;
  pointer-events: auto;
}

.survey-fab-ring,
.survey-fab-ring--outer {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(0, 212, 255, 0.9);
  box-shadow: 0 0 12px rgba(0, 212, 255, 0.45);
  pointer-events: none;
  animation: surveyFabRing 2.2s ease-out infinite;
}

.survey-fab-ring--outer {
  inset: -10px;
  border-width: 1px;
  border-color: rgba(0, 212, 255, 0.4);
  box-shadow: 0 0 16px rgba(0, 212, 255, 0.28);
  animation-delay: 0.7s;
}

.survey-fab {
  position: relative;
  z-index: 1;
  width: 4.4rem;
  height: 4.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal) 0%, var(--emerald) 100%);
  color: var(--white);
  font-size: 0;
  box-shadow:
    0 12px 28px rgba(0, 151, 215, 0.32),
    0 0 22px rgba(0, 200, 83, 0.18);
  cursor: pointer;
  animation: surveyTabPulse 2.8s ease-in-out infinite;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.survey-fab:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow:
    0 16px 34px rgba(0, 151, 215, 0.4),
    0 0 28px rgba(0, 200, 83, 0.24);
  animation: none;
}

.survey-fab-icon {
  width: 2.2rem;
  height: 2.2rem;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

@keyframes surveyTabPulse {
  0%, 100% {
    box-shadow:
      0 12px 28px rgba(0, 151, 215, 0.28),
      0 0 18px rgba(0, 212, 255, 0.16);
  }
  50% {
    box-shadow:
      0 16px 36px rgba(0, 151, 215, 0.4),
      0 0 28px rgba(0, 200, 83, 0.22);
  }
}

@keyframes surveyFabRing {
  0% { transform: scale(0.92); opacity: 0.85; }
  70% { transform: scale(1.18); opacity: 0.15; }
  100% { transform: scale(1.28); opacity: 0; }
}

.survey-overlay {
  position: fixed;
  inset: 0;
  z-index: 1048;
  background: rgba(2, 7, 16, 0.48);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.survey-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.survey-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  display: flex;
  width: min(70rem, 100vw);
  background: var(--white);
  box-shadow: -24px 0 48px rgba(7, 17, 31, 0.18);
  transform: translateX(100%);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
}

.survey-drawer.is-open {
  transform: translateX(0);
}

.survey-drawer .assessment-board {
  display: grid;
  grid-template-columns: minmax(17.5rem, 22.75rem) minmax(0, 1fr);
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: 0;
  box-shadow: none;
  overflow: hidden;
}

.survey-drawer .assessment-board::before {
  display: none;
}

.survey-drawer .assessment-intro {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3.5rem 2.5rem 2.75rem;
}

.survey-drawer .assessment-heading {
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
  margin-bottom: 1.15rem;
}

.survey-drawer .assessment-lead {
  max-width: 18.5rem;
  font-size: 1rem;
}

.survey-drawer .assessment-meta {
  margin-top: auto;
  padding-top: 2.5rem;
}

.survey-drawer .assessment-panel {
  position: relative;
  justify-content: flex-start;
  height: 100%;
  min-height: 0;
  padding: 3.25rem 3.5rem 2.75rem;
  overflow: auto;
}

.survey-drawer-close {
  position: absolute;
  top: 1.35rem;
  right: 1.35rem;
  z-index: 2;
  width: 2.35rem;
  height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: var(--ice);
  color: var(--navy);
  font-size: 1rem;
  cursor: pointer;
}

.survey-drawer-close:hover {
  background: #d7ebf5;
}

.survey-drawer .assessment-qhead {
  padding-right: 3rem;
  margin-bottom: 1.75rem;
}

.survey-drawer .assessment-qtext {
  font-size: 1.35rem;
  margin-bottom: 1.75rem;
}

.survey-drawer .assessment-options {
  gap: 0.7rem;
  max-width: 38rem;
}

.survey-drawer .assessment-option {
  padding: 0.95rem 1.15rem;
  min-height: 3.35rem;
  font-size: 0.92rem;
}

.assessment-board {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: 0 18px 40px rgba(7, 17, 31, 0.06);
}

.assessment-board::before {
  content: '';
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--cyan) 55%, var(--emerald));
}

.assessment-intro {
  background: var(--deep-navy);
  color: var(--white);
  padding: 2.35rem 2.25rem 2.5rem;
}

.assessment-eyebrow {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cyan);
}

.assessment-heading {
  margin: 0 0 1rem;
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--white);
}

.assessment-lead {
  margin: 0 0 1.15rem;
  max-width: 22rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

.assessment-meta {
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.assessment-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 22.5rem;
  padding: 2.15rem 2.25rem 2.25rem;
  background: var(--white);
}

.assessment-qhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.15rem;
}

.assessment-steps {
  display: flex;
  gap: 0.35rem;
}

.assessment-step {
  display: block;
  width: 1.85rem;
  height: 3px;
  background: var(--border);
}

.assessment-step.is-done,
.assessment-step.is-current {
  background: linear-gradient(90deg, var(--teal), var(--emerald));
}

.assessment-qnum {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--text-muted);
}

.assessment-topic {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
}

.assessment-qtext {
  margin: 0 0 1.15rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: var(--text-dark);
}

.assessment-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.assessment-option {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.7rem 0.9rem;
  border: 1px solid var(--border);
  background: var(--white);
  text-align: left;
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.35;
  color: var(--text-dark);
  cursor: pointer;
  transition: border-color var(--transition), background var(--transition), color var(--transition);
}

.assessment-option-key {
  flex-shrink: 0;
  width: 1.45rem;
  height: 1.45rem;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.assessment-option:hover,
.assessment-option:focus-visible {
  border-color: var(--teal);
  background: var(--ice);
  color: var(--navy);
  outline: none;
}

.assessment-option.is-selected {
  border-color: transparent;
  background: var(--navy);
  color: var(--white);
}

.assessment-result {
  display: none;
}

.assessment-result.show { display: block; }

.assessment-result-title {
  margin: 0.35rem 0 1rem;
  font-size: 1.15rem;
}

.assessment-result-line {
  margin: 0 0 0.45rem;
  font-size: 0.92rem;
  color: var(--text-muted);
}

.assessment-result-line strong {
  display: inline-block;
  min-width: 5.5rem;
  margin-right: 0.35rem;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
}

.assessment-capture {
  max-width: 32rem;
}

.assessment-capture-lead {
  margin: 0 0 1.35rem;
  max-width: 28rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text-muted);
}

.assessment-capture .form-control {
  background: var(--off-white);
}

.assessment-capture .form-control:focus {
  background: var(--white);
}

.assessment-capture .contact-form-submit {
  margin-top: 0.15rem;
}

.result-score {
  margin: 0;
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--navy);
}

.result-score span {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--text-muted);
}

/* Venue */
.venue-section {
  position: relative;
  background: var(--navy);
  color: var(--white);
  overflow: hidden;
}

.venue-bg.section-glow--navy::before {
  top: -22%;
  right: -14%;
  left: auto;
  background: radial-gradient(circle, rgba(0, 151, 215, 0.3) 0%, rgba(0, 200, 83, 0.12) 42%, transparent 70%);
  animation: forumPromiseGlowB 20s ease-in-out infinite;
}

.venue-bg.section-glow--navy::after {
  bottom: -26%;
  left: -16%;
  right: auto;
  background: radial-gradient(circle, rgba(0, 200, 83, 0.28) 0%, rgba(0, 212, 255, 0.1) 45%, transparent 70%);
  animation: forumPromiseGlowA 16s ease-in-out infinite;
}

.venue-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(2.25rem, 4.5vw, 4.5rem);
  align-items: stretch;
}

.venue-copy-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none;
}

.venue-eyebrow {
  margin: 0 0 1.1rem;
  padding: 0;
  border: 0;
  background: none;
  color: var(--cyan);
}

.venue-eyebrow::before {
  background: linear-gradient(90deg, var(--cyan), var(--emerald));
}

.venue-heading {
  margin: 0 0 1.15rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--white);
}

.venue-heading span {
  background: linear-gradient(105deg, var(--cyan) 0%, var(--emerald) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.venue-copy {
  margin: 0 0 1.75rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}

.venue-details {
  position: relative;
  margin-top: 0.25rem;
}

.venue-details::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 14% 18%, rgba(0, 212, 255, 0.1), transparent 26%),
    radial-gradient(circle at 86% 82%, rgba(0, 200, 83, 0.08), transparent 24%);
  pointer-events: none;
}

.venue-meta {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
}

.venue-meta-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  padding: 1.15rem 1.25rem;
  min-height: 100%;
  background: linear-gradient(135deg, rgba(0, 151, 215, 0.26) 0%, rgb(33 66 113 / 82%) 58%, rgba(0, 151, 215, 0.08) 100%);
}

.venue-meta-item:last-child {
  background: linear-gradient(135deg, rgb(0 200 83 / 36%) 0%, rgb(25 118 34 / 50%) 58%, rgba(0, 200, 83, 0.08) 100%);
}

.venue-meta-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.venue-meta-label i {
  font-size: 0.85rem;
  color: var(--cyan);
}

.venue-meta-item:last-child .venue-meta-label i {
  color: var(--emerald);
}

.venue-meta-value {
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.venue-cta {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem 1.25rem;
  width: 100%;
  margin-top: 0.9rem;
  padding: 1rem 1rem 1rem 1.1rem;
  background:
    linear-gradient(rgba(7, 17, 31, 0.76), rgba(7, 17, 31, 0.76)) padding-box,
    linear-gradient(105deg, rgba(0, 151, 215, 0.78) 0%, rgba(0, 212, 255, 0.52) 45%, rgba(0, 200, 83, 0.76) 100%) border-box;
  border: 1px solid transparent;
  border-radius: 18px;
  color: var(--white) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}

.venue-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 151, 215, 0.1) 0%, rgba(0, 200, 83, 0.06) 100%),
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.12) 48%, transparent 70%);
  transform: translateX(-32%);
  transition: transform 0.6s ease;
  pointer-events: none;
}

.venue-cta-badge,
.venue-cta-copy,
.venue-cta-action {
  position: relative;
  z-index: 1;
}

.venue-cta-badge {
  display: inline-flex;
  align-items: center;
  min-height: 100%;
  padding: 0.8rem 1rem;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(0, 151, 215, 0.22) 0%, rgba(0, 151, 215, 0.08) 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cyan);
}

.venue-cta-copy {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  min-width: 0;
}

.venue-cta-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--white);
}

.venue-cta-sub {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.7);
}

.venue-cta-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 151, 215, 0.18) 0%, rgba(0, 200, 83, 0.22) 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.venue-cta-action i {
  font-size: 1rem;
  transition: transform 0.35s ease;
}

.venue-cta:hover {
  background:
    linear-gradient(rgba(9, 22, 38, 0.92), rgba(9, 22, 38, 0.92)) padding-box,
    linear-gradient(105deg, var(--cyan) 0%, var(--teal) 45%, var(--emerald) 100%) border-box;
  box-shadow: 0 18px 36px rgba(2, 7, 16, 0.22);
  transform: translateY(-3px);
}

.venue-cta:hover::before {
  transform: translateX(12%);
}

.venue-cta:hover .venue-cta-action i {
  transform: translateX(4px);
}

@media (max-width: 991.98px) {
  .venue-details {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .venue-details::before {
    display: none;
  }

  .venue-cta { display: none !important; }
}

.venue-stage {
  position: relative;
  margin: 0;
  min-height: 28rem;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
  background: #07111F;
}

.venue-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 28rem;
  object-fit: cover;
  object-position: center 36%;
}

.venue-map {
  position: absolute;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 2;
  width: min(42%, 15rem);
  height: 46%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(0, 212, 255, 0.4);
  background: #0a1524;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

.venue-map iframe {
  display: block;
  flex: 1;
  width: calc(100% + 2px);
  min-height: 0;
  margin: -1px -1px 0;
  border: 0;
  filter: grayscale(0.25) saturate(0.9) contrast(1.05);
}

.venue-map-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 2.35rem;
  background: linear-gradient(105deg, var(--teal) 0%, var(--emerald) 100%);
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.venue-map-link:hover {
  color: #ffffff;
  filter: brightness(1.08);
}

/* Floating Elements */
.agenda-fab {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 1030;
  padding: 0.75rem 1.25rem;
  background: var(--navy);
  color: var(--white);
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 8px 30px rgba(6,26,42,0.3);
  transition: all var(--transition);
}

.agenda-fab:hover { background: var(--deep-navy); }

.agenda-count {
  background: var(--teal);
  color: var(--white);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
}

.mobile-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1025;
  padding: 0.75rem 1rem;
  background: var(--deep-navy);
  border-top: 1px solid rgba(255,255,255,0.1);
}

.mobile-sticky-cta .btn-cta {
  width: 100%;
  justify-content: center;
}

/* Page Hero (inner pages) */
.page-hero {
  background: var(--navy);
  color: var(--white);
  padding: calc(var(--nav-height) + 4rem) 0 4rem;
  position: relative;
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin: 0 0 1rem;
}

.page-hero-accent {
  background: linear-gradient(90deg, var(--cyan), var(--teal), var(--emerald));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-hero-sub {
  margin: 0;
  max-width: 38rem;
  font-size: 1.125rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.72);
}

.page-hero .breadcrumb-nav {
  margin-bottom: 1.25rem;
}

.page-hero .venue-eyebrow {
  margin-bottom: 0.85rem;
}

.breadcrumb-nav {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
}

.breadcrumb-nav a { color: var(--cyan); }

/* Contact */
.contact-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 88% 8%, rgba(0, 212, 255, 0.16), transparent 42%),
    radial-gradient(ellipse at 6% 92%, rgba(0, 200, 83, 0.1), transparent 40%),
    var(--off-white);
}

.contact-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.contact-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
}

.contact-orb--a {
  width: min(52vw, 420px);
  height: min(52vw, 420px);
  top: -12%;
  right: -8%;
  background: radial-gradient(circle, rgba(0, 212, 255, 0.28) 0%, transparent 70%);
}

.contact-orb--b {
  width: min(46vw, 360px);
  height: min(46vw, 360px);
  bottom: -18%;
  left: -10%;
  background: radial-gradient(circle, rgba(0, 200, 83, 0.2) 0%, transparent 70%);
}

.contact-head {
  margin-bottom: 2.5rem;
  max-width: 40rem;
}

.contact-heading {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--navy);
}

.contact-heading span {
  background: linear-gradient(105deg, var(--cyan) 0%, var(--teal) 50%, var(--emerald) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.contact-head-sub {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--text-muted);
}

.contact-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 1.4rem 1.3rem 1.3rem;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(232,244,250,0.55) 100%);
  border-radius: 14px;
  border: 1px solid transparent;
  background-clip: padding-box;
  box-shadow: 0 12px 32px rgba(7, 17, 31, 0.08);
  transition: transform var(--transition), box-shadow var(--transition);
}

.contact-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--cyan), var(--teal), var(--emerald));
}

.contact-card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(160deg, rgba(0, 212, 255, 0.55), rgba(0, 151, 215, 0.2) 42%, rgba(0, 200, 83, 0.35));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 151, 215, 0.16);
}

.contact-card[data-tone="speak"]::before { background: linear-gradient(90deg, var(--cyan), var(--teal)); }
.contact-card[data-tone="ticket"]::before { background: linear-gradient(90deg, var(--teal), var(--emerald)); }
.contact-card[data-tone="sponsor"]::before { background: linear-gradient(90deg, var(--emerald), var(--cyan)); }
.contact-card[data-tone="media"]::before { background: linear-gradient(90deg, var(--navy), var(--teal), var(--cyan)); }

.contact-card-tag {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin: 0 0 0.8rem;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0, 212, 255, 0.2), rgba(0, 151, 215, 0.16));
  font-family: var(--font-display);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.3;
  color: var(--navy);
}

.contact-card[data-tone="ticket"] .contact-card-tag {
  background: linear-gradient(90deg, rgba(0, 151, 215, 0.18), rgba(0, 200, 83, 0.16));
}

.contact-card[data-tone="sponsor"] .contact-card-tag {
  background: linear-gradient(90deg, rgba(0, 200, 83, 0.18), rgba(0, 212, 255, 0.14));
}

.contact-card[data-tone="media"] .contact-card-tag {
  background: linear-gradient(90deg, rgba(7, 17, 31, 0.08), rgba(0, 151, 215, 0.18));
}

.contact-card-name {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--navy);
}

.contact-card-role {
  margin: 0.3rem 0 0;
  font-size: 0.82rem;
  color: var(--text-muted);
}

.contact-card-role::after {
  content: '';
  display: block;
  width: 2.25rem;
  height: 2px;
  margin: 0.8rem 0 0.9rem;
  background: linear-gradient(90deg, var(--cyan), var(--teal), transparent);
}

.contact-card-email {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: auto;
  font-size: 0.82rem;
  font-weight: 600;
  word-break: break-word;
  color: var(--navy);
}

.contact-card-email i {
  color: var(--teal);
  font-size: 0.95rem;
}

.contact-card-email:hover { color: var(--teal); }

.contact-form {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 1.75rem 1.7rem 1.7rem;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(232,244,250,0.45) 100%);
  border-radius: 14px;
  border: 1px solid transparent;
  box-shadow: 0 16px 40px rgba(7, 17, 31, 0.08);
}

.contact-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--cyan), var(--teal), var(--emerald));
}

.contact-form::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  padding: 1px;
  background: linear-gradient(160deg, rgba(0, 212, 255, 0.5), rgba(0, 151, 215, 0.18) 50%, rgba(0, 200, 83, 0.32));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.contact-form-label {
  display: block;
  margin-bottom: 0.4rem;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
}

.contact-form .form-control,
.contact-form .form-select {
  background: var(--off-white);
  border-color: var(--border);
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  background: var(--white);
}

.contact-form .form-control::placeholder {
  color: #9aabb6;
  font-style: italic;
}

.contact-form-submit {
  width: 100%;
  justify-content: center;
  border: 0;
  background: linear-gradient(90deg, var(--teal), #00B4F0 50%, var(--emerald));
  box-shadow: 0 8px 22px rgba(0, 151, 215, 0.28);
}

.contact-form-submit:hover {
  background: linear-gradient(90deg, #00B4F0, var(--cyan) 50%, var(--emerald));
  border: 0;
}

/* Agenda */
.agenda-section {
  background: var(--off-white);
}

.page-inner .agenda-section {
  padding-top: 2.75rem;
}

.page-inner .agenda-legend {
  margin-top: 0;
}

.agenda-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  margin: 1.5rem 0 0;
}

.agenda-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.agenda-legend-item::before {
  content: '';
  width: 0.85rem;
  height: 0.85rem;
  border: 1px solid rgba(7, 17, 31, 0.12);
}

.agenda-legend-item[data-tone="session"]::before { background: var(--white); }
.agenda-legend-item[data-tone="partner"]::before { background: rgba(0, 200, 83, 0.28); }
.agenda-legend-item[data-tone="challenge"]::before { background: rgba(0, 212, 255, 0.38); }
.agenda-legend-item[data-tone="break"]::before { background: rgba(251, 211, 4, 0.55); }

.agenda-board {
  background: var(--white);
  border: 1px solid var(--border);
}

.agenda-board-head,
.agenda-item {
  display: grid;
  grid-template-columns: 8.75rem 16.5rem minmax(0, 1fr) auto;
  gap: 1rem 1.15rem;
  align-items: start;
}

.agenda-board-head {
  padding: 0.85rem 1.25rem;
  background: var(--navy);
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.agenda-item {
  padding: 1.2rem 1.25rem;
  border-top: 1px solid var(--border);
  background: var(--white);
}

.agenda-item--break {
  background: rgba(251, 211, 4, 0.28);
  align-items: center;
}

.agenda-item--partner {
  background: rgba(0, 200, 83, 0.14);
}

.agenda-item--challenge {
  background: rgba(0, 212, 255, 0.2);
}

.agenda-item-time {
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--navy);
  white-space: nowrap;
}

.agenda-item-type {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
  color: var(--teal);
}

.agenda-item--partner .agenda-item-type { color: #057a36; }
.agenda-item--challenge .agenda-item-type { color: #007aa3; }
.agenda-item--break .agenda-item-type { color: var(--navy); }

.agenda-item-body {
  min-width: 0;
}

.agenda-item-body h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
  color: var(--navy);
}

.agenda-item-body p {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.agenda-item-body ul {
  margin: 0.45rem 0 0;
  padding-left: 1.1rem;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.agenda-item-body li + li { margin-top: 0.15rem; }

.agenda-item-session {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  min-width: 0;
}

.agenda-people {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.agenda-person {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 0.6rem;
  align-items: center;
}

.agenda-person img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 2px;
  background: var(--ice);
}

.agenda-person-meta {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  min-width: 0;
}

.agenda-person-name {
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.25;
  color: var(--navy);
}

.agenda-person-role,
.agenda-person-org {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--text-muted);
}

.agenda-person-org {
  display: none;
}

.agenda-session {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 1.5rem 2rem;
  margin-bottom: 1rem;
  transition: border-color var(--transition);
}

.agenda-session:hover { border-color: var(--teal); }

.agenda-session-type {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
}

.btn-agenda-add {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.5rem 0.85rem;
  background: transparent;
  border: 1px solid var(--teal);
  color: var(--teal);
  cursor: pointer;
  white-space: nowrap;
  align-self: start;
  transition: all var(--transition);
}

.btn-agenda-add:hover,
.btn-agenda-add.added {
  background: var(--teal);
  color: var(--white);
}

/* Forms */
.form-control, .form-select {
  border-radius: 2px;
  border: 1px solid var(--border);
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
}

.form-control:focus, .form-select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(0,151,215,0.15);
}

.form-label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 0.35rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
}

.invalid-feedback { font-size: 0.8rem; }

/* Modal */
.modal-content {
  border-radius: 2px;
  border: none;
}

.modal-header {
  border-bottom: 1px solid var(--border);
  padding: 1.5rem 2rem;
}

.modal-body { padding: 2rem; }

.modal-footer {
  border-top: 1px solid var(--border);
  padding: 1rem 2rem;
}

/* Reveal Animation */
.reveal {
  opacity: 1;
  transform: none;
}

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .reveal:not(.forum-promise-point) {
      opacity: 0;
      transform: translateY(18px);
      animation: revealIn cubic-bezier(0.16, 1, 0.3, 1) both;
      animation-timeline: view();
      animation-range: entry 0% entry 85%;
    }
  }
}

@keyframes revealIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Focus styles */
:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}

/* Skip link */
.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  background: var(--teal);
  color: var(--white);
  padding: 0.5rem 1rem;
  z-index: 9999;
  font-weight: 700;
}

.skip-link:focus { top: 1rem; }

/* Utility */
.text-muted-custom { color: var(--text-muted); }

/* Footer */
.site-footer {
    background: radial-gradient(ellipse 70% 55% at 12% 0%, rgba(92, 176, 233, 0.22) 0%, transparent 58%),
        radial-gradient(ellipse 60% 50% at 88% 100%, rgba(61, 114, 252, 0.18) 0%, transparent 52%),
        radial-gradient(ellipse 45% 40% at 50% 50%, rgba(255, 210, 93, 0.04) 0%, transparent 60%),
        var(--gradient-footer);
    /*margin-top: 50px;*/
    padding: 4.5rem 0 2rem;
    color: rgba(238, 247, 253, 0.96);
    position: relative;
    overflow: hidden;
}

.site-footer::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(92, 176, 233, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(92, 176, 233, 0.045) 1px, transparent 1px);
    background-size: 56px 56px;
    pointer-events: none;
    opacity: 0.7;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(92, 176, 233, 0.65),
        rgba(61, 114, 252, 0.75),
        rgba(255, 210, 93, 0.35),
        transparent
    );
    pointer-events: none;
    z-index: 1;
}

.footer-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(80px);
    z-index: 0;
}

.footer-glow--left {
    width: 480px;
    height: 480px;
    top: -140px;
    left: -120px;
    background: radial-gradient(circle, rgba(61, 114, 252, 0.32) 0%, transparent 68%);
}

.footer-glow--right {
    width: 420px;
    height: 420px;
    bottom: -60px;
    right: -40px;
    background: radial-gradient(circle, rgba(92, 176, 233, 0.28) 0%, transparent 68%);
}

.footer-inner {
    margin: 0 auto;
    padding-inline: 24px;
    position: relative;
    z-index: 1;
}

.site-footer > .container > .footer-inner > .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 2rem;
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
}

.site-footer > .container > .footer-inner > .row > [class*="col-"] {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
}

.footer-main-title {
    font-size: clamp(1.7rem, 2.5vw, 2.6rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--text-on-light);
}

.footer-main-copy {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-on-light-muted);
    margin-bottom: 18px;
}

.footer-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.footer-cta-buttons .btn-cta-outline {
    background: #ffffff;
    color: var(--navy);
    border-color: var(--navy);
    border-width: 1.5px;
}

.footer-cta-buttons .btn-cta-outline:hover {
    background: var(--navy);
    color: #ffffff;
}

.closing-cta-section .btn-cta-primary {
    background: var(--navy);
    box-shadow: 0 8px 24px var(--shadow-navy);
}

.closing-cta-section .btn-cta-primary:hover {
    background: var(--navy-hover);
    box-shadow: 0 12px 32px var(--shadow-navy);
}

.footer-logo-link {
    display: inline-block;
    margin-bottom: 1.25rem;
}

.footer-logo {
    width: min(200px, 100%);
    height: auto;
    display: block;
    filter: brightness(1.05);
}

.footer-tagline {
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 0 0 0.75rem;
    max-width: 280px;
}

.footer-brand-desc {
    font-size: 0.98rem;
    line-height: 1.7;
    color: rgba(220, 234, 250, 0.92);
    margin: 0 0 1.5rem;
    max-width: 360px;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(92, 176, 233, 0.35);
    background: linear-gradient(145deg, rgba(92, 176, 233, 0.18) 0%, rgba(61, 114, 252, 0.12) 100%);
    color: #eef7fd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.footer-social a:hover {
    color: #fff;
    background: linear-gradient(145deg, rgba(92, 176, 233, 0.32) 0%, rgba(61, 114, 252, 0.24) 100%);
    border-color: rgba(125, 196, 245, 0.65);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(61, 114, 252, 0.28);
}

.footer-heading {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    color: #8ecbf5;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-heading::after {
    content: "";
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: var(--gradient-brand);
    opacity: 0.85;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 4px;
}

.footer-links a {
    display: inline-flex;
    align-items: center;
    padding: 7px 0;
    font-size: 0.96rem;
    color: rgba(238, 247, 253, 0.9);
    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.footer-links a:hover {
    color: #fff;
    transform: translateX(4px);
}

.footer-contact {
    display: grid;
    gap: 14px;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.96rem;
    line-height: 1.6;
    color: rgba(238, 247, 253, 0.9);
}

.footer-contact-item a {
    color: inherit;
    transition: color 0.2s ease;
}

.footer-contact-item a:hover {
    color: #fff;
}

.footer-contact-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(92, 176, 233, 0.28) 0%, rgba(61, 114, 252, 0.18) 100%);
    border: 1px solid rgba(125, 196, 245, 0.4);
    color: #b8e0fb;
    font-size: 0.85rem;
    box-shadow: 0 6px 18px rgba(61, 114, 252, 0.15);
}

.footer-newsletter-card {
    background: linear-gradient(
        155deg,
        rgba(92, 176, 233, 0.16) 0%,
        rgba(61, 114, 252, 0.1) 55%,
        rgba(255, 255, 255, 0.06) 100%
    );
    border: 1px solid rgba(125, 196, 245, 0.32);
    border-radius: 20px;
    padding: 1.75rem;
    backdrop-filter: blur(14px);
    box-shadow:
        0 20px 50px rgba(8, 20, 42, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    height: 100%;
}

.footer-newsletter-card .footer-heading {
    color: #fff;
    justify-content: center;
    text-align: center;
}

.footer-newsletter-card .footer-heading::after {
    display: none;
}

.footer-newsletter-card .footer-cta-copy {
    text-align: center;
}

.footer-cta-copy {
    font-size: 0.88rem;
    line-height: 1.7;
    color: rgba(220, 234, 250, 0.92);
    margin-bottom: 1.25rem;
}

.footer-divider {
    height: 1px;
    margin: 2.75rem 0 1.5rem;
    background: linear-gradient(90deg, transparent, rgba(92, 176, 233, 0.28), rgba(61, 114, 252, 0.28), transparent);
}

.footer-newsletter {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
}

.footer-newsletter input {
    height: 46px;
    border-radius: 8px;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: rgba(13, 28, 61, 0.4);
    color: #eef7fd;
    font-size: 0.9rem;
    padding: 0 14px;
    outline: none;
}

.footer-newsletter input::placeholder {
    color: rgba(226, 232, 240, 0.66);
}

.footer-newsletter input:focus {
    border-color: rgba(238, 247, 253, 0.58);
}

.footer-newsletter .btn-cta {
    width: 100%;
    min-height: 46px;
}

.footer-newsletter-trigger {
    margin-top: 4px;
}

.footer-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px 20px;
    font-size: 0.82rem;
    color: rgba(184, 210, 235, 0.95);
}

.footer-meta-right {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px 20px;
}

.footer-meta-right a {
    color: inherit;
    transition: color 0.2s ease;
    position: relative;
}

.footer-meta-right a:hover {
    color: #fff;
}

.footer-meta-right a:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(148, 163, 184, 0.5);
    transform: translateY(-50%);
}