/* ==========================================================================
   AWS Central New Jersey — Design System & Stylesheet
   Theme: Ultra-Modern Cloud Dark Glassmorphism + AWS Amber & NJ Cyber Violet
   ========================================================================== */

:root {
  /* Core Color Palette */
  --bg-primary: #070b14;
  --bg-secondary: #0d1527;
  --bg-tertiary: #131f38;
  --bg-card: rgba(15, 23, 42, 0.78);
  --bg-card-hover: rgba(26, 38, 66, 0.88);
  --bg-glass: rgba(255, 255, 255, 0.04);
  --bg-glass-heavy: rgba(13, 21, 39, 0.92);

  /* Borders & Dividers */
  --border-subtle: rgba(255, 255, 255, 0.08);
  --border-glass: rgba(255, 255, 255, 0.12);
  --border-focus: rgba(255, 153, 0, 0.5);
  --border-violet: rgba(139, 92, 246, 0.4);

  /* Brand Accents */
  --aws-amber: #ff9900;
  --aws-amber-hover: #ffad33;
  --aws-amber-glow: rgba(255, 153, 0, 0.35);
  --aws-squid-ink: #232f3e;
  
  --nj-violet: #8b5cf6;
  --nj-violet-hover: #a78bfa;
  --nj-violet-glow: rgba(139, 92, 246, 0.35);
  --nj-purple-deep: #581c87;

  --cyan-accent: #06b6d4;
  --cyan-glow: rgba(6, 182, 212, 0.25);
  --emerald-accent: #10b981;
  --emerald-glow: rgba(16, 185, 129, 0.25);
  --rose-accent: #f43f5e;
  --fuchsia-accent: #d946ef;

  /* Typography */
  --text-primary: #f8fafc;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --text-inverse: #070b14;

  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Spacing & Radius */
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-full: 9999px;

  --container-max: 1240px;
  --container-narrow: 880px;
  --header-height: 80px;

  /* Elevation Shadows */
  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.25);
  --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 20px 45px rgba(0, 0, 0, 0.55);
  --shadow-glow-amber: 0 0 28px var(--aws-amber-glow);
  --shadow-glow-violet: 0 0 32px var(--nj-violet-glow);
  --shadow-glow-fuchsia: 0 0 36px rgba(217, 70, 239, 0.3);

  /* Transitions */
  --transition-fast: 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-smooth: 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Base Reset */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 20px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.65;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Background Ambient Lighting Effect */
.ambient-glow-wrapper {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.ambient-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.35;
  will-change: transform;
}

.glow-orange-top {
  width: 650px;
  height: 650px;
  top: -150px;
  left: 8%;
  background: radial-gradient(circle, var(--aws-amber) 0%, rgba(255, 153, 0, 0) 70%);
}

.glow-violet-top {
  width: 700px;
  height: 700px;
  top: 40px;
  right: 5%;
  background: radial-gradient(circle, var(--nj-violet) 0%, rgba(139, 92, 246, 0) 70%);
}

.glow-cyan-bottom {
  width: 550px;
  height: 550px;
  bottom: 10%;
  left: 5%;
  background: radial-gradient(circle, var(--cyan-accent) 0%, rgba(6, 182, 212, 0) 70%);
  opacity: 0.22;
}

/* Utility Containers */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}

.container-narrow {
  max-width: var(--container-narrow);
}

/* Top Announcement Banner */
.announcement-banner {
  background: linear-gradient(90deg, #3b0764 0%, #1e1b4b 50%, #451a03 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 10px 16px;
  font-size: 0.88rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
}

.announcement-banner .badge-pill {
  background: var(--aws-amber);
  color: #070b14;
  padding: 2px 10px;
  border-radius: 99px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.announcement-banner a {
  color: #fde047;
  text-decoration: underline;
  margin-left: 4px;
  transition: var(--transition-fast);
}

/* Desktop keeps "Get Tickets" in the header only — this banner link is a
   mobile-only stand-in for it, hidden by default (inverse of .hide-mobile). */
.show-mobile-only {
  display: none;
}

.announcement-banner a:hover {
  color: #ffffff;
}

/* Header & Navigation */
.site-header {
  position: sticky;
  top: 0;
  min-height: var(--header-height);
  background: rgba(7, 11, 20, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border-subtle);
  z-index: 100;
  display: flex;
  align-items: center;
  transition: background var(--transition-fast);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand-logo-link {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--text-primary);
  flex-shrink: 0;
}

.brand-badge-img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  filter: drop-shadow(0 2px 10px rgba(139, 92, 246, 0.45));
  transition: transform var(--transition-fast);
}

.brand-logo-link:hover .brand-badge-img {
  transform: scale(1.08) rotate(3deg);
}

.brand-text-block {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-family: var(--font-heading);
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.brand-name .text-aws {
  color: var(--aws-amber);
}

.brand-name .text-violet {
  color: var(--nj-violet);
}

.brand-subtext {
  font-size: 0.74rem;
  color: var(--text-secondary);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nav-links-menu {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
}

.nav-item-link {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: var(--radius-sm);
  transition: all var(--transition-fast);
  position: relative;
  white-space: nowrap;
}

.nav-item-link:hover {
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.06);
}

.nav-item-link.active {
  color: #ffffff;
  background: rgba(139, 92, 246, 0.18);
  border: 1px solid rgba(139, 92, 246, 0.4);
}

.nav-item-link.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 2px;
  background: var(--aws-amber);
  border-radius: 2px;
}

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

.mobile-menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--border-glass);
  color: var(--text-primary);
  padding: 8px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
}

/* Typography & Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.025em;
  font-weight: 700;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(139, 92, 246, 0.12);
  border: 1px solid rgba(139, 92, 246, 0.3);
  color: var(--nj-violet-hover);
  margin-bottom: 16px;
}

.section-tag.tag-amber {
  background: rgba(255, 153, 0, 0.12);
  border-color: rgba(255, 153, 0, 0.35);
  color: var(--aws-amber-hover);
}

.section-tag.tag-cyan {
  background: rgba(6, 182, 212, 0.12);
  border-color: rgba(6, 182, 212, 0.35);
  color: var(--cyan-accent);
}

.section-tag.tag-fuchsia {
  background: rgba(217, 70, 239, 0.14);
  border-color: rgba(217, 70, 239, 0.4);
  color: #f0abfc;
}

.section-tag.tag-emerald {
  background: rgba(16, 185, 129, 0.14);
  border-color: rgba(16, 185, 129, 0.4);
  color: #6ee7b7;
}

.section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}

.section-title {
  font-size: clamp(2rem, 3.8vw, 2.85rem);
  font-weight: 800;
  margin-bottom: 16px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: var(--font-body);
  border-radius: var(--radius-sm);
  text-decoration: none;
  cursor: pointer;
  transition: all var(--transition-fast);
  border: 1px solid transparent;
  white-space: nowrap;
}

.btn-sm {
  padding: 8px 16px;
  font-size: 0.86rem;
  border-radius: var(--radius-sm);
}

.btn-lg {
  padding: 16px 32px;
  font-size: 1.05rem;
  border-radius: var(--radius-md);
}

.btn-primary {
  background: linear-gradient(135deg, #ff9900 0%, #ff7700 100%);
  color: #070b14;
  box-shadow: 0 4px 18px rgba(255, 153, 0, 0.35);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #ffaa22 0%, #ff8800 100%);
  box-shadow: 0 6px 24px rgba(255, 153, 0, 0.55);
  transform: translateY(-2px);
  color: #070b14;
}

.btn-violet {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  color: #ffffff;
  box-shadow: 0 4px 18px rgba(139, 92, 246, 0.35);
}

.btn-violet:hover {
  background: linear-gradient(135deg, #9d74f7 0%, #8b5cf6 100%);
  box-shadow: 0 6px 24px rgba(139, 92, 246, 0.55);
  transform: translateY(-2px);
  color: #ffffff;
}

.btn-fuchsia {
  background: linear-gradient(135deg, #d946ef 0%, #a21caf 100%);
  color: #ffffff;
  box-shadow: 0 4px 18px rgba(217, 70, 239, 0.35);
}

.btn-fuchsia:hover {
  background: linear-gradient(135deg, #e879f9 0%, #c026d3 100%);
  box-shadow: 0 6px 24px rgba(217, 70, 239, 0.55);
  transform: translateY(-2px);
  color: #ffffff;
}

.btn-emerald {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff;
  box-shadow: 0 4px 18px rgba(16, 185, 129, 0.35);
}

.btn-emerald:hover {
  background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
  box-shadow: 0 6px 24px rgba(16, 185, 129, 0.55);
  transform: translateY(-2px);
  color: #ffffff;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-primary);
  border-color: var(--border-glass);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

.btn-outline-amber {
  background: transparent;
  color: var(--aws-amber);
  border: 1px solid var(--aws-amber);
}

.btn-outline-amber:hover {
  background: rgba(255, 153, 0, 0.12);
  transform: translateY(-2px);
}

.btn-group {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* Glassmorphism Card System */
.glass-card {
  background: var(--bg-card);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  padding: 32px;
  position: relative;
  transition: all var(--transition-smooth);
}

.glass-card:hover {
  background: var(--bg-card-hover);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.glass-card.highlight-amber {
  border-color: rgba(255, 153, 0, 0.4);
  box-shadow: 0 0 30px rgba(255, 153, 0, 0.15);
}

.glass-card.highlight-violet {
  border-color: rgba(139, 92, 246, 0.4);
  box-shadow: 0 0 30px rgba(139, 92, 246, 0.15);
}

.glass-card.highlight-fuchsia {
  border-color: rgba(217, 70, 239, 0.45);
  box-shadow: var(--shadow-glow-fuchsia);
}

.glass-card.highlight-emerald {
  border-color: rgba(16, 185, 129, 0.45);
  box-shadow: 0 0 30px rgba(16, 185, 129, 0.18);
}

/* Pre-Conference Community Mixer Highlight */
.preconf-banner-card {
  background: linear-gradient(135deg, rgba(30, 27, 75, 0.95) 0%, rgba(15, 23, 42, 0.98) 100%);
  border: 2px solid rgba(139, 92, 246, 0.5);
  border-radius: var(--radius-xl);
  padding: 32px 36px;
  box-shadow: var(--shadow-glow-violet);
  margin: 36px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.preconf-banner-content {
  flex: 1;
  min-width: 300px;
}

.preconf-date-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(255, 153, 0, 0.18);
  border: 1px solid rgba(255, 153, 0, 0.4);
  border-radius: var(--radius-full);
  color: var(--aws-amber);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.preconf-title {
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}

.preconf-desc {
  font-size: 0.96rem;
  color: var(--text-secondary);
  line-height: 1.6;
  max-width: 700px;
}

.preconf-attendees-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.preconf-tag {
  font-size: 0.8rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-subtle);
  color: var(--text-primary);
}

/* Hero Section */
.hero-section {
  padding: 75px 0 65px;
  position: relative;
  text-align: center;
}

.hero-content {
  max-width: 980px;
  margin: 0 auto;
}

.hero-event-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 22px;
  border-radius: var(--radius-full);
  background: rgba(139, 92, 246, 0.16);
  border: 1px solid rgba(139, 92, 246, 0.45);
  font-size: 0.92rem;
  font-weight: 700;
  color: #e9d5ff;
  margin-bottom: 24px;
}

.hero-event-pill .event-pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--aws-amber);
  box-shadow: 0 0 10px var(--aws-amber);
  animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.6; }
}

.hero-main-title {
  font-size: clamp(2.4rem, 5.2vw, 4.2rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin-bottom: 22px;
}

.hero-main-title .gradient-text-aws {
  background: linear-gradient(135deg, #ffffff 0%, #ff9900 60%, #ffb84d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-desc {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: var(--text-secondary);
  max-width: 820px;
  margin: 0 auto 36px;
  line-height: 1.65;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

/* Event Metadata Strip */
.event-meta-strip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  padding: 16px 32px;
  background: rgba(13, 21, 39, 0.85);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-full);
  margin-bottom: 48px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-primary);
}

.meta-item svg {
  color: var(--aws-amber);
  flex-shrink: 0;
}

/* Countdown Clock */
.countdown-container {
  max-width: 740px;
  margin: 0 auto 55px;
  background: rgba(13, 21, 39, 0.9);
  border: 1px solid rgba(139, 92, 246, 0.35);
  border-radius: var(--radius-xl);
  padding: 26px 24px;
  box-shadow: var(--shadow-glow-violet);
}

.countdown-label {
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--nj-violet-hover);
  margin-bottom: 16px;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.countdown-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 16px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.countdown-num {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.5vw, 2.75rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 6px;
  text-shadow: 0 0 16px rgba(255, 153, 0, 0.35);
}

.countdown-unit {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
}

/* Community Stats Counter Strip */
.stats-ribbon {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 36px 0 70px;
}

.stat-card {
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 24px;
  text-align: center;
  transition: transform var(--transition-fast);
}

.stat-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 153, 0, 0.3);
}

.stat-number {
  font-family: var(--font-heading);
  font-size: 2.3rem;
  font-weight: 800;
  color: var(--aws-amber);
  line-height: 1.1;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 0.88rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Section Spacing */
.page-section {
  padding: 80px 0;
  position: relative;
}

.page-section-alt {
  background: rgba(13, 21, 39, 0.4);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

/* Page Banner / Hero for Inner Pages */
.page-banner {
  padding: 70px 0 50px;
  text-align: center;
  position: relative;
}

.page-banner-title {
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  font-weight: 800;
  margin-bottom: 16px;
}

.page-banner-subtitle {
  font-size: 1.15rem;
  color: var(--text-secondary);
  max-width: 740px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ==========================================================================
   PROVISIONAL AGENDA & MULTI-ROOM PROGRAM ARCHITECTURE
   ========================================================================== */

.provisional-badge-banner {
  background: rgba(255, 153, 0, 0.14);
  border: 1px solid rgba(255, 153, 0, 0.45);
  border-radius: var(--radius-md);
  padding: 16px 24px;
  text-align: center;
  margin-bottom: 32px;
  box-shadow: 0 0 20px rgba(255, 153, 0, 0.15);
}

.provisional-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--aws-amber-hover);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.provisional-sub {
  font-size: 0.88rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.agenda-room-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.agenda-room-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-glass);
  color: var(--text-secondary);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 10px 20px;
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.agenda-room-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.agenda-room-btn.active {
  background: linear-gradient(135deg, var(--aws-amber) 0%, #ff7700 100%);
  color: #070b14;
  border-color: var(--aws-amber);
  box-shadow: 0 4px 18px rgba(255, 153, 0, 0.35);
}

/* Agenda Timeline Items */
.agenda-timeline {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 980px;
  margin: 0 auto 50px;
}

.agenda-session-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  padding: 24px 28px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  align-items: start;
  transition: all var(--transition-smooth);
}

.agenda-session-card:hover {
  background: var(--bg-card-hover);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.agenda-session-card.featured-panel {
  background: linear-gradient(135deg, rgba(26, 17, 48, 0.9) 0%, rgba(15, 23, 42, 0.9) 100%);
  border: 2px solid rgba(217, 70, 239, 0.45);
  box-shadow: var(--shadow-glow-fuchsia);
}

.agenda-session-card.keynote-card {
  border-left: 4px solid var(--aws-amber);
}

.session-time-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.session-time {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--aws-amber);
  line-height: 1.2;
}

.session-room-badge {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 3px 8px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.07);
  color: var(--text-secondary);
  border: 1px solid var(--border-subtle);
  width: fit-content;
}

.session-details-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.session-badges-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.badge-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 3px 10px;
  border-radius: var(--radius-full);
}

.badge-tag.keynote { background: rgba(255, 153, 0, 0.2); color: var(--aws-amber-hover); border: 1px solid rgba(255, 153, 0, 0.4); }
.badge-tag.featured { background: rgba(217, 70, 239, 0.2); color: #f0abfc; border: 1px solid rgba(217, 70, 239, 0.4); }
.badge-tag.technical { background: rgba(139, 92, 246, 0.2); color: var(--nj-violet-hover); border: 1px solid rgba(139, 92, 246, 0.4); }
.badge-tag.workshop { background: rgba(6, 182, 212, 0.2); color: var(--cyan-accent); border: 1px solid rgba(6, 182, 212, 0.4); }
.badge-tag.panel { background: rgba(244, 63, 94, 0.2); color: #fda4af; border: 1px solid rgba(244, 63, 94, 0.4); }
.badge-tag.community { background: rgba(16, 185, 129, 0.2); color: #6ee7b7; border: 1px solid rgba(16, 185, 129, 0.4); }

.session-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.3;
}

.session-speaker-info {
  font-size: 0.88rem;
  color: var(--aws-amber);
  font-weight: 600;
}

.session-desc {
  font-size: 0.94rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.session-topics-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

.session-topic-pill {
  font-size: 0.74rem;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-muted);
  border: 1px solid var(--border-subtle);
}

/* ==========================================================================
   DIGITAL CREDENTIALS & COMMUNITY RECOGNITION ARCHITECTURE
   ========================================================================== */

.credentials-card-hero {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.08) 0%, rgba(13, 21, 39, 0.92) 100%);
  border: 2px solid rgba(16, 185, 129, 0.4);
  border-radius: var(--radius-xl);
  padding: 44px 36px;
  box-shadow: 0 0 36px rgba(16, 185, 129, 0.2);
  margin: 36px 0;
  position: relative;
}

.credential-flow-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin: 32px 0 28px;
  position: relative;
}

.credential-step-box {
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 22px 18px;
  text-align: center;
  position: relative;
  transition: transform var(--transition-fast);
}

.credential-step-box:hover {
  transform: translateY(-3px);
  border-color: rgba(16, 185, 129, 0.45);
}

.step-num-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--emerald-accent);
  color: #070b14;
  font-weight: 800;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.step-box-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.step-box-desc {
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

.credential-roles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.credential-role-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 16px;
}

.credential-role-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--aws-amber);
  margin-bottom: 4px;
}

.credential-role-desc {
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

/* ==========================================================================
   MEDIA, PHOTOGRAPHY, VIDEO & CREATIVE PARTNERS
   ========================================================================== */

.media-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin: 32px 0;
}

.media-feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  padding: 28px;
}

.media-feature-icon {
  font-size: 2.2rem;
  margin-bottom: 12px;
}

.media-feature-title {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.media-feature-desc {
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 16px;
}

/* Contact / Questions Global Component */
.contact-questions-wrap {
  background: linear-gradient(135deg, rgba(26, 38, 66, 0.7) 0%, rgba(13, 21, 39, 0.9) 100%);
  border: 1px solid rgba(139, 92, 246, 0.35);
  border-radius: var(--radius-xl);
  padding: 36px;
  text-align: center;
  max-width: 820px;
  margin: 40px auto 0;
}

.contact-email-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--aws-amber);
  text-decoration: none;
  background: rgba(255, 153, 0, 0.1);
  border: 1px solid rgba(255, 153, 0, 0.35);
  padding: 10px 22px;
  border-radius: var(--radius-full);
  margin: 16px 0 20px;
  transition: all var(--transition-fast);
}

.contact-email-link:hover {
  background: rgba(255, 153, 0, 0.2);
  transform: translateY(-2px);
  box-shadow: var(--shadow-glow-amber);
}

/* Eventbrite Registration Hub Component */
.eventbrite-card {
  background: var(--bg-card);
  border: 2px solid rgba(255, 153, 0, 0.4);
  border-radius: var(--radius-xl);
  padding: 40px 32px;
  text-align: center;
  box-shadow: var(--shadow-glow-amber);
  margin: 30px auto;
  max-width: 820px;
}

.ticket-tiers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin: 28px 0;
  text-align: left;
}

.ticket-tier-box {
  background: rgba(7, 11, 20, 0.7);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ticket-tier-box.highlight {
  border-color: var(--aws-amber);
  box-shadow: 0 0 20px rgba(255, 153, 0, 0.15);
}

.ticket-price {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--aws-amber);
  margin: 6px 0;
}

/* Forms & Inputs */
.form-card {
  max-width: 840px;
  margin: 0 auto;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.form-group-full {
  grid-column: 1 / -1;
}

.form-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text-primary);
}

.required-star {
  color: var(--aws-amber);
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  background: rgba(7, 11, 20, 0.85);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  font-family: var(--font-body);
  font-size: 0.94rem;
  color: var(--text-primary);
  outline: none;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: var(--aws-amber);
  box-shadow: 0 0 0 3px rgba(255, 153, 0, 0.2);
}

.form-checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}

.form-checkbox {
  width: 18px;
  height: 18px;
  accent-color: var(--aws-amber);
  cursor: pointer;
  margin-top: 3px;
}

/* Role Selector Grid */
.role-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.role-card-option {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 16px 12px;
  text-align: center;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.role-card-option:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--border-violet);
}

.role-card-option.selected {
  background: rgba(139, 92, 246, 0.2);
  border-color: var(--nj-violet);
  box-shadow: 0 0 16px rgba(139, 92, 246, 0.3);
}

.role-icon {
  font-size: 1.8rem;
  margin-bottom: 6px;
}

.role-title {
  font-size: 0.9rem;
  font-weight: 700;
}

/* Modals */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-overlay.active {
  display: flex;
}

.modal-dialog {
  background: var(--bg-secondary);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-xl);
  padding: 36px;
  max-width: 540px;
  width: 100%;
  position: relative;
  box-shadow: var(--shadow-lg);
}

.modal-close-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  background: transparent;
  border: none;
  color: var(--text-secondary);
  font-size: 1.6rem;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quiz-option-btn {
  display: block;
  width: 100%;
  text-align: left;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-glass);
  color: var(--text-primary);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 14px 16px;
  margin-bottom: 10px;
  border-radius: var(--radius-md);
  cursor: pointer;
  min-height: 44px;
  transition: all var(--transition-fast);
}

.quiz-option-btn:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--border-violet);
}

.quiz-option-btn:disabled {
  cursor: not-allowed;
}

.quiz-option-btn.correct {
  border-color: #10b981;
  background: rgba(16, 185, 129, 0.15);
}

.quiz-option-btn.incorrect {
  border-color: #f43f5e;
  background: rgba(244, 63, 94, 0.15);
}

/* ==========================================================================
   VENUE & LOCATION SHOWCASE (CROWNE PLAZA EDISON)
   ========================================================================== */

.venue-hero-card {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(13, 21, 39, 0.98) 100%);
  border: 2px solid rgba(255, 153, 0, 0.35);
  border-radius: var(--radius-xl);
  padding: 38px 32px;
  box-shadow: var(--shadow-glow-amber);
  margin-bottom: 40px;
}

.venue-details-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.venue-title-group h3 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  margin-bottom: 8px;
}

.venue-address-line {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-secondary);
  font-size: 1.05rem;
  font-weight: 600;
}

.venue-address-line svg {
  color: var(--aws-amber);
  flex-shrink: 0;
}

.venue-contact-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--nj-violet-hover);
  font-weight: 700;
  margin-top: 6px;
  font-size: 0.95rem;
}

.venue-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.venue-photo-card {
  background: rgba(7, 11, 20, 0.85);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--transition-fast), border-color var(--transition-fast);
}

.venue-photo-card:hover {
  transform: translateY(-4px);
  border-color: var(--aws-amber);
  box-shadow: var(--shadow-md);
}

.venue-photo-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid var(--border-glass);
}

.venue-photo-info {
  padding: 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.venue-room-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 4px;
}

.venue-room-subtitle {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--aws-amber);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.venue-room-desc {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

.venue-transit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.venue-transit-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 18px;
}

.venue-transit-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.venue-transit-desc {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

/* Footer */
.site-footer {
  background: #04070d;
  border-top: 1px solid var(--border-subtle);
  padding: 60px 0 30px;
  margin-top: auto;
}

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

.footer-brand-desc {
  font-size: 0.9rem;
  color: var(--text-secondary);
  max-width: 320px;
  line-height: 1.6;
  margin-top: 10px;
}

.footer-col-title {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-primary);
  margin-bottom: 18px;
}

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

.footer-link {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color var(--transition-fast);
}

.footer-link:hover {
  color: var(--aws-amber);
}

.footer-bottom {
  border-top: 1px solid var(--border-subtle);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--text-muted);
  flex-wrap: wrap;
  gap: 12px;
}

/* Live Registration Stats Counter */
.registration-counter-strip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.35);
  border-radius: var(--radius-full);
  padding: 6px 18px;
  font-size: 0.9rem;
  color: #34d399;
  margin-bottom: 16px;
}

.stats-live-dot {
  width: 8px;
  height: 8px;
  background-color: #10b981;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 10px #10b981;
  animation: pulse-dot 1.8s infinite;
}

@keyframes pulse-dot {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
  70% { transform: scale(1.15); box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

/* Keynote Spotlight Card */
.keynote-spotlight-card {
  background: linear-gradient(135deg, rgba(20, 24, 40, 0.96) 0%, rgba(13, 17, 28, 0.98) 100%);
  border: 2px solid rgba(139, 92, 246, 0.45);
  border-radius: var(--radius-xl);
  padding: 36px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 36px;
  align-items: center;
  box-shadow: var(--shadow-glow-violet);
  margin-bottom: 30px;
}

.keynote-speaker-photo-wrap {
  position: relative;
  width: 240px;
  height: 280px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 2px solid rgba(255, 153, 0, 0.4);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.keynote-speaker-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.4s ease;
}

.keynote-spotlight-card:hover .keynote-speaker-img {
  transform: scale(1.04);
}

.keynote-speaker-info {
  display: flex;
  flex-direction: column;
}

.keynote-badge-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.keynote-talk-title {
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 12px;
}

.keynote-speaker-meta {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--aws-amber);
  margin-bottom: 14px;
}

.keynote-talk-desc {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: 16px;
}

.keynote-speaker-bio {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.55;
  border-top: 1px solid var(--border-subtle);
  padding-top: 14px;
}

/* 4 Venue Pillars Grid */
.venue-four-pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  margin: 30px 0;
}

.venue-pillar-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  padding: 26px 22px;
  transition: all var(--transition-smooth);
}

.venue-pillar-card:hover {
  transform: translateY(-4px);
  border-color: var(--aws-amber);
  background: var(--bg-card-hover);
  box-shadow: var(--shadow-md);
}

.venue-pillar-icon {
  font-size: 2rem;
  margin-bottom: 12px;
}

.venue-pillar-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}

.venue-pillar-desc {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.55;
}

/* Agenda Preview List on Home */
.agenda-preview-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.agenda-preview-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  transition: all var(--transition-fast);
}

.agenda-preview-item:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 153, 0, 0.4);
}

.agenda-preview-time {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--aws-amber);
  white-space: nowrap;
}

.agenda-preview-name {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-primary);
}

/* Order Confirmation & Participant Registration Styles */
.order-confirmation-wrapper {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 32px;
  align-items: start;
}

.order-summary-box {
  padding: 28px;
  position: sticky;
  top: 90px;
}

.order-summary-header {
  border-bottom: 1px solid var(--border-subtle);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.order-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.4);
  color: #34d399;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 6px;
}

.order-id-display {
  font-size: 0.88rem;
  color: var(--text-secondary);
}

.order-summary-details {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}

.summary-line-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 0.88rem;
}

.summary-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  font-weight: 700;
}

.summary-val {
  color: var(--text-primary);
  line-height: 1.45;
}

/* Interactive Eventbrite Ticket Checkout Box */
.eb-checkout-widget {
  background: var(--bg-card, #131722);
  border: 1px solid var(--border-glass, rgba(255, 255, 255, 0.12));
  border-radius: var(--radius-xl, 18px);
  padding: 32px;
  box-shadow: var(--shadow-lg, 0 10px 30px rgba(0,0,0,0.5));
}

.ticket-tier-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 24px;
  margin: 28px 0;
}

.ticket-tier-card {
  background: rgba(22, 27, 46, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg, 14px);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: all var(--transition-smooth, 0.3s ease);
  backdrop-filter: blur(12px);
}

.ticket-tier-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
}

.ticket-tier-card.featured-tier {
  border-color: var(--aws-amber, #ff9900);
  background: linear-gradient(180deg, rgba(255, 153, 0, 0.1) 0%, rgba(22, 27, 46, 0.9) 100%);
  box-shadow: 0 0 24px rgba(255, 153, 0, 0.18);
}

.ticket-card-header {
  margin-bottom: 16px;
}

.ticket-badge-pill {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 153, 0, 0.2);
  color: var(--aws-amber, #ff9900);
  margin-bottom: 10px;
}

.ticket-card-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 6px;
}

.ticket-card-price {
  font-size: 2.2rem;
  font-weight: 900;
  color: #ffffff;
  font-family: var(--font-heading, 'Outfit', sans-serif);
  margin-bottom: 4px;
}

.ticket-card-sales-end {
  font-size: 0.82rem;
  color: var(--text-muted, #94a3b8);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ticket-card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 16px;
  flex: 1;
}

.ticket-card-features li {
  font-size: 0.88rem;
  color: var(--text-secondary, #cbd5e1);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.45;
}

.ticket-card-features li svg {
  color: var(--emerald-accent, #10b981);
  flex-shrink: 0;
  margin-top: 2px;
}

.community-commitment-card {
  background: linear-gradient(135deg, rgba(255, 153, 0, 0.12) 0%, rgba(139, 92, 246, 0.1) 100%);
  border: 1px solid rgba(255, 153, 0, 0.35);
  border-radius: var(--radius-xl, 18px);
  padding: 36px;
  margin: 32px 0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.eb-promo-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-subtle);
  flex-wrap: wrap;
  gap: 12px;
}

.eb-promo-toggle {
  color: var(--aws-amber);
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.eb-promo-input-group {
  display: flex;
  gap: 8px;
  width: 100%;
  max-width: 320px;
}

.eb-ticket-item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--border-subtle);
  gap: 16px;
  flex-wrap: wrap;
}

.eb-ticket-info {
  flex: 1;
  min-width: 240px;
}

.eb-ticket-name {
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 4px;
}

.eb-ticket-price {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.eb-ticket-sales-end {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.eb-quantity-controls {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 4px;
  gap: 12px;
}

.eb-qty-btn {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition-fast);
}

.eb-qty-btn:hover:not(:disabled) {
  background: var(--aws-amber);
  color: #000000;
}

.eb-qty-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.eb-qty-display {
  font-size: 1rem;
  font-weight: 800;
  color: #ffffff;
  min-width: 24px;
  text-align: center;
}

.eb-checkout-footer {
  margin-top: 24px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.eb-summary-text {
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.eb-summary-text strong {
  color: #ffffff;
  font-size: 1.15rem;
}

/* Sponsor Opportunities Grid */
.sponsor-opp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 28px 0;
}

.sponsor-opp-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: all var(--transition-smooth);
}

.sponsor-opp-card:hover {
  transform: translateY(-4px);
  border-color: var(--aws-amber);
  box-shadow: var(--shadow-md);
}

.sponsor-opp-icon {
  font-size: 2.2rem;
  margin-bottom: 12px;
}

.sponsor-opp-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}

.sponsor-opp-desc {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.55;
}

/* Responsive Media Queries */
@media (max-width: 900px) {
  .order-confirmation-wrapper {
    grid-template-columns: 1fr;
  }
  .order-summary-box {
    position: static;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .keynote-spotlight-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .keynote-speaker-photo-wrap {
    margin: 0 auto;
  }
  .keynote-badge-row {
    justify-content: center;
  }

  /* Mobile Navigation Drawer — collapses the horizontal nav into a
     toggleable dropdown; matches the classes app.js's initMobileMenu()
     already wires up (mobileToggle / navLinksMenu / .mobile-open). */
  .nav-links-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(7, 11, 20, 0.97);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--border-subtle);
    padding: 8px 24px 16px;
    z-index: 50;
  }

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

  .navMainMenu.mobile-open {
    display: flex;
  }
  .navMainMenu {
    display: none;
  }
  /* justify-content: space-between already distributes leftover space on
     its own — an explicit gap adds a FIXED minimum per adjacent pair on
     top of that, so a 3rd (open-drawer) item costs an extra 20px even
     though <nav>'s own content is ~0 width. Drop it so the header uses
     the same total width whether the drawer is open or closed. */
  .nav-container {
    gap: 0;
  }

  .show-mobile-only {
    display: inline;
  }

  .nav-item-link {
    display: block;
    width: 100%;
    padding: 12px 10px;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .hide-mobile {
    display: none;
  }

  /* Ticket quantity +/- buttons are 32px at every width today — bump to
     the ~44px touch-target guideline on the sizes people actually buy
     tickets from a phone at. */
  .eb-qty-btn {
    width: 44px;
    height: 44px;
    font-size: 1.4rem;
  }

  /* .btn: long CTA text (e.g. "Purchase Your Community Day Pass on
     Eventbrite", the sponsorship-pricing button) was forced onto one
     line by the base white-space: nowrap with no width cap, so it grew
     past the viewport and got silently clipped by body's overflow-x:
     hidden. Letting it wrap + capping width fixes every .btn CTA
     site-wide, not just these two. */
  .btn {
    white-space: normal;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  /* .contact-email-link: the email string has no spaces to wrap at, and
     as a flex child it wouldn't shrink below its own width without
     min-width: 0 even with wrapping enabled — both are needed together. */
  .contact-email-link {
    max-width: 100%;
    box-sizing: border-box;
    border-radius: var(--radius-lg);
  }

  .contact-email-link span {
    font-size: 0.95rem;
    overflow-wrap: break-word;
    min-width: 0;
  }

  .contact-email-link svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }

  /* Button groups: stack full-width instead of wrapping into an
     inconsistent mix of 1- and 2-button rows. */
  .btn-group {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-group .btn {
    width: 100%;
  }

  /* Pills sized for one line break badly once their content wraps to
     2-3 lines — soften the corner radius and allow wrapping instead of
     silent overflow. */
  .preconf-date-pill {
    flex-wrap: wrap;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: var(--radius-lg);
    justify-content: center;
    margin-bottom: 16px;
  }

  .event-meta-strip {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: var(--radius-lg);
    padding: 20px 24px;
  }

  .agenda-room-nav {
    flex-direction: column;
    align-items: stretch;
  }

  .agenda-room-btn {
    width: 100%;
  }

  /* .nav-container's logo and nav-actions are both flex-shrink: 0 with no
     wrap fallback — at ~390px their combined width can exceed available
     space, clipping the hamburger. Reclaim width by dropping the
     decorative subtext line, plus a wrap fallback for safety. */
  /* .brand-subtext {
    display: none;
  } */

  .nav-container {
    flex-wrap: wrap;
  }

  /* Separate bug: no flex-wrap at all, so long banner text/link forces a
     horizontally overflowing row. */
  .announcement-banner {
    flex-wrap: wrap;
  }

  /* position: sticky + backdrop-filter on the same element is a known
     WebKit rendering bug that can misplace the sticky element relative
     to its actual document-flow position. Dropping the blur at mobile
     removes the interaction; the slightly-transparent solid background
     already set above still reads fine without it. */
  .site-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@media (max-width: 650px) {
  .footer-top {
    grid-template-columns: 1fr;
  }
  .agenda-session-card {
    grid-template-columns: 1fr;
  }
}

@media print {
  .site-header, .site-footer, .announcement-banner, .ambient-glow-wrapper, .order-summary-box, .btn {
    display: none !important;
  }
  body {
    background: #ffffff !important;
    color: #000000 !important;
  }
  .digital-pass-card {
    border: 2px solid #000 !important;
    color: #000 !important;
    background: #fff !important;
    box-shadow: none !important;
  }
}

/* Sponsorship Matrix Comparison Table (South Florida style) */
.sponsor-matrix-wrap {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-card);
  overflow-x: auto;
  margin: 32px 0 40px;
  box-shadow: var(--shadow-card);
  -webkit-overflow-scrolling: touch;
}

.sponsor-matrix-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  min-width: 760px;
}

.sponsor-matrix-table th,
.sponsor-matrix-table td {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.92rem;
}

.sponsor-matrix-table thead th {
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font-weight: 800;
  font-family: var(--font-heading);
  text-align: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

.sponsor-matrix-table thead th:first-child {
  text-align: left;
  width: 32%;
}

.sponsor-matrix-table tbody td {
  color: var(--text-secondary);
  text-align: center;
}

.sponsor-matrix-table tbody td:first-child {
  text-align: left;
  font-weight: 600;
  color: #ffffff;
}

.sponsor-matrix-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.02);
}

.sponsor-matrix-table .highlight-col {
  background: rgba(255, 153, 0, 0.05);
}

.sponsor-matrix-table thead .highlight-col {
  background: rgba(255, 153, 0, 0.12);
  color: var(--aws-amber);
}

.matrix-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #10b981;
  font-weight: 800;
  font-size: 1.15rem;
}

.matrix-dash {
  color: rgba(255, 255, 255, 0.25);
  font-weight: 700;
  font-size: 1.1rem;
}

.matrix-badge-tier {
  font-size: 0.82rem;
  color: var(--aws-amber);
  display: block;
  margin-top: 4px;
  font-weight: 700;
}

.sponsor-matrix-caption {
  text-align: center;
  font-size: 0.84rem;
  color: var(--text-muted);
  font-style: italic;
  padding: 12px 20px;
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}


