@import url('https://fonts.googleapis.com/css2?family=Anton&family=Barlow+Condensed:wght@400;600;700;900&family=Barlow:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap');

:root {
  --font-size: 16px;
  --background: #f5f0e8;
  --foreground: #0a0a0a;
  --card: #ffffff;
  --card-foreground: #0a0a0a;
  --popover: #ffffff;
  --popover-foreground: #0a0a0a;
  --primary: #1a2bbd;
  --primary-foreground: #ffffff;
  --secondary: #6ECFBE;
  --secondary-foreground: #0a0a0a;
  --muted: #e8e4d9;
  --muted-foreground: #4a4a4a;
  --accent: #6ECFBE;
  --accent-foreground: #0a0a0a;
  --destructive: #d4183d;
  --destructive-foreground: #ffffff;
  --border: #0a0a0a;
  --input: transparent;
  --input-background: #ffffff;
  --switch-background: #cbced4;
  --font-weight-medium: 600;
  --font-weight-normal: 400;
  --ring: #1a2bbd;
  --radius: 0rem;
}

.program-row { border-bottom: 1px solid rgba(110,207,190,0.15); }
.program-row-last { border-bottom: none; }
.session-desktop { background: transparent; }
.company-soft-blue { background: #1E6BB8; color: #fff; }
.company-gray { background: #3D5A75; color: #fff; }
.company-blue { background: #1A5FC8; color: #fff; }
.company-light-blue { background: #00AEEF; color: #fff; }
.company-red { background: #E31E24; color: #fff; }
.company-brown { background: #9A7530; color: #fff; }
.company-yellow { background: #F5C400; color: #fff; }
.company-dark-blue { background: #084F9C; color: #fff; }
.company-orange { background: #D35A20; color: #fff; }
.company-default { background: #5590cf; color: #fff; }

.program-section {
  background: #0a0a0a;
  padding: 100px 0;
  border-top: 4px solid #6ECFBE;
}

.program-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.program-header { margin-bottom: 48px; }
.program-label {
  display: inline-block;
  background: #6ECFBE;
  border: 3px solid #6ECFBE;
  box-shadow: 5px 5px 0 #1a2bbd;
  padding: 4px 16px;
  margin-bottom: 16px;
}
.program-label-text {
  font-family: 'Space Mono', monospace;
  font-size: .7rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #0a0a0a;
}
.program-title span { color: #6ECFBE; }
.program-title {
  font-family: 'Anton', sans-serif;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 1.05;
  letter-spacing: -1px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.program-description { font-family: 'Barlow', sans-serif; font-size: 1.05rem; color: #aaaaaa; max-width: 560px; }
.schedule-container { border: 3px solid #6ECFBE; background: #111111; }
.day-header { background: #5590cf; border-bottom: 3px solid #6ECFBE; padding: 24px 28px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.day-kicker { font-family: 'Space Mono', monospace; font-size: .7rem; letter-spacing: .2em; color: #fff; margin-bottom: 6px; text-transform: uppercase; }
.day-title-date { display: flex; flex-direction: column; gap: 10px; }
.day-title { font-family: 'Anton', sans-serif; font-size: clamp(1.5rem, 4vw, 2.8rem); color: #fff; text-transform: uppercase; line-height: 1; margin: 0; }
.day-date { background: #6ECFBE; border: 2px solid #0a0a0a; padding: 4px 14px; font-family: 'Anton', sans-serif; font-size: 1.1rem; color: #0a0a0a; letter-spacing: .05em; white-space: nowrap; align-self: flex-start; }

.site-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background: transparent;
  border-bottom: none;
  box-shadow: none;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s;
  padding: 0 24px;
}

.footer-grid { max-width: 1200px; margin: 0 auto; padding: 48px 24px 32px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; }

.site-navbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.hero-social-link { width: 44px; height: 44px; background: rgba(255,255,255,.08); border: 2px solid rgba(255,255,255,.4); display: flex; align-items: center; justify-content: center; text-decoration: none; transition: all .15s; }

.ticker-container { margin-top: 60px; border-top: 3px solid rgba(255,255,255,.2); border-bottom: 3px solid rgba(255,255,255,.2); padding: 10px 0; overflow: hidden; white-space: nowrap; }

.site-navbar-brand-group,
.site-navbar-brand {
  display: flex;
  align-items: center;
}
.ticker-track { min-width: max-content; }

.site-navbar-brand-group { gap: 12px; }

.site-navbar-logo {
  height: 28px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.nav-link-desktop {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  padding: 6px 14px;
  border: 2px solid transparent;
  transition: all 0.15s;
}

.btn-cta-nav {
  font-family: 'Anton', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0a0a0a;
  text-decoration: none;
  padding: 8px 20px;
  background: #6ECFBE;
  border: 3px solid #0a0a0a;
  box-shadow: 4px 4px 0 #0a0a0a;
  margin-left: 8px;
  display: inline-block;
}

.nav-mobile-btn {
  padding: 8px;
}

.mobile-menu {
  display: none;
  background: #ffffff;
  border-top: 3px solid #0a0a0a;
  padding: 16px 24px 24px;
  flex-direction: column;
  gap: 8px;
}

.mobile-nav-link {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0a0a0a;
  text-decoration: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 8px;
}

.mobile-nav-link.cta-only {
  color: #6ECFBE;
  padding: 12px 20px;
  background: #1a2bbd;
  border: 3px solid #0a0a0a;
  text-align: center;
  margin-top: 8px;
}

.mobile-social-links {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 2px solid rgba(0, 0, 0, 0.15);
}

.mobile-social-link {
  width: 44px;
  height: 44px;
  background: #0a0a0a;
  border: 3px solid #0a0a0a;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.site-footer {
  background: #0a0a0a;
  border-top: 4px solid #6ECFBE;
}

.footer-top-band {
  background: #1a2bbd;
  border-bottom: 4px solid #0a0a0a;
  padding: 32px 24px;
  text-align: center;
}

.footer-title {
  font-family: 'Anton', sans-serif;
  font-size: clamp(1.5rem, 5vw, 3.5rem);
  color: #6ECFBE;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  line-height: 1;
  margin-bottom: 12px;
}

.footer-subtitle {
  font-family: 'Space Mono', monospace;
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  color: #ffffff;
  text-transform: uppercase;
}

.footer-logo-wrap { margin-bottom: 20px; }
.footer-logo { height: 36px; width: auto; display: block; filter: brightness(0) invert(1); }
.footer-email { display: inline-block; font-family: 'Space Mono', monospace; font-size: 0.7rem; letter-spacing: 0.15em; color: #6ECFBE; text-decoration: none; }
.footer-section-title { font-family: 'Barlow Condensed', sans-serif; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase; color: #555555; margin-bottom: 16px; padding-bottom: 8px; border-bottom: 2px solid #333333; }
.company-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.company-tag { font-family: 'Barlow Condensed', sans-serif; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.05em; color: #0a0a0a; background: #6ECFBE; border: 2px solid #6ECFBE; padding: 8px; display: flex; align-items: center; justify-content: center; text-align: center; }
.company-tag-wide { grid-column: span 2; }
.footer-legal-bar { border-top: 1px solid #222222; padding: 14px 24px; max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px 20px; }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: 8px 20px; align-items: center; }
.footer-legal-link { font-family: 'Barlow', sans-serif; font-size: 0.72rem; color: #555555; text-decoration: none; transition: color 0.15s; }
.footer-copyright { border-top: 1px solid #222222; padding: 14px 24px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px; max-width: 1200px; margin: 0 auto; font-family: 'Space Mono', monospace; font-size: 0.65rem; letter-spacing: 0.1em; color: #555555; }
.footer-hover-link { display: block; font-family: 'Barlow', sans-serif; font-size: 0.9rem; color: #aaaaaa; text-decoration: none; padding: 5px 0; transition: color 0.15s; }

.benefits-section { background: #0a0a0a; padding: 100px 0; border-top: 4px solid #6ECFBE; }
.section-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.benefits-header { margin-bottom: 64px; max-width: 760px; }
.section-label { display: inline-block; background: #6ECFBE; border: 3px solid #6ECFBE; box-shadow: 5px 5px 0 #1a2bbd; padding: 4px 16px; margin-bottom: 20px; }
.section-label span { font-family: 'Space Mono', monospace; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: #0a0a0a; }
.benefits-description { font-family: 'Barlow', sans-serif; font-size: 1.1rem; color: #aaaaaa; line-height: 1.75; border-left: 4px solid #6ECFBE; padding-left: 20px; margin: 0; }
.benefits-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(1.2rem, 2.5vw, 1.8rem); font-weight: 700; line-height: 1.2; letter-spacing: 0.05em; color: #ffffff; text-transform: uppercase; margin-bottom: 32px; }
.benefit-card { border: none; border-right: 3px solid #6ECFBE; border-bottom: 3px solid #6ECFBE; padding: 32px; position: relative; overflow: hidden; transition: transform 0.15s; cursor: default; transform: scale(1); z-index: 1; }
.benefit-dark { background: #1a2bbd; color: #ffffff; }
.benefit-light { background: #f5f0e8; color: #0a0a0a; }
.benefit-number { position: absolute; top: 8px; right: 12px; font-family: 'Anton', sans-serif; font-size: 5rem; line-height: 1; pointer-events: none; user-select: none; }
.benefit-dark .benefit-number { color: rgba(255,255,255,0.1); }
.benefit-light .benefit-number { color: rgba(0,0,0,0.07); }
.benefit-icon { width: 52px; height: 52px; border: 3px solid #0a0a0a; box-shadow: 4px 4px 0 #0a0a0a; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.benefit-dark .benefit-icon { background: #6ECFBE; }
.benefit-light .benefit-icon { background: #1a2bbd; }
.benefit-icon span { font-family: 'Anton', sans-serif; font-size: 1.5rem; }
.benefit-dark .benefit-icon span { color: #0a0a0a; }
.benefit-light .benefit-icon span { color: #ffffff; }
.benefit-card-title { font-family: 'Barlow Condensed', sans-serif; font-size: 1.2rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 12px; line-height: 1.2; }
.benefit-card-description { font-family: 'Barlow', sans-serif; font-size: 0.9rem; line-height: 1.65; margin: 0; }
.benefit-dark .benefit-card-description { color: rgba(255,255,255,0.82); }
.benefit-light .benefit-card-description { color: rgba(0,0,0,0.72); }
.benefits-cta { margin-top: 48px; background: #1a2bbd; border: 4px solid #0a0a0a; box-shadow: 8px 8px 0 #0a0a0a; padding: 36px 40px; display: none; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.benefits-cta-kicker { font-family: 'Space Mono', monospace; font-size: 0.7rem; letter-spacing: 0.2em; color: #f5f0e8; text-transform: uppercase; margin-bottom: 8px; }
.benefits-cta-title { font-family: 'Anton', sans-serif; font-size: clamp(1.5rem, 4vw, 2.5rem); color: #ffffff; text-transform: uppercase; line-height: 1; }
.benefits-cta-button { display: inline-block; background: #6ECFBE; border: 4px solid #0a0a0a; box-shadow: 8px 8px 0 #0a0a0a; padding: 16px 36px; text-decoration: none; }
.benefits-cta-button span { font-family: 'Anton', sans-serif; font-size: 1.4rem; letter-spacing: 0.05em; text-transform: uppercase; color: #0a0a0a; }

.apply-section { background: #f5f0e8; border-top: 4px solid #0a0a0a; padding: 80px 0; overflow: hidden; }
.apply-content { background: #1a2bbd; padding: 52px 48px; border-right: 4px solid #0a0a0a; display: flex; flex-direction: column; gap: 32px; }
.apply-label { display: inline-block; background: #6ECFBE; border: 3px solid #0a0a0a; box-shadow: 4px 4px 0 #0a0a0a; padding: 4px 16px; margin-bottom: 28px; }
.apply-label span { font-family: 'Space Mono', monospace; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: #0a0a0a; }
.apply-description { font-family: 'Barlow', sans-serif; font-size: 0.9rem; color: rgba(255,255,255,0.82); line-height: 1.75; margin-bottom: 0; }
.metric-cell { padding: 16px 12px; text-align: center; }
.metric-cell-bordered { border-right: 3px solid rgba(255,255,255,0.2); }
.metric-count { font-family: 'Anton', sans-serif; font-size: clamp(1.4rem, 3vw, 2rem); color: #6ECFBE; line-height: 1; margin-bottom: 4px; }
.metric-title { font-family: 'Space Mono', monospace; font-size: 0.6rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
.apply-right-content { display: flex; flex-direction: column; }
.apply-slider-frame { border-bottom: 4px solid #0a0a0a; position: relative; flex: 1; min-height: 240px; }
.carousel-slide { position: relative; width: 100%; height: 100%; flex-shrink: 0; }
.video-image-wrapper, .video-iframe-wrapper { position: relative; width: 100%; height: 100%; }
.slide-cover-image { width: 100%; height: 100%; object-fit: cover; display: block; }
.video-overlay { position: absolute; inset: 0; background: rgba(10,10,10,0.45); display: flex; align-items: center; justify-content: center; }
.video-play-btn { width: 60px; height: 60px; background: #6ECFBE; border: 3px solid #0a0a0a; box-shadow: 4px 4px 0 #0a0a0a; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.video-iframe-wrapper iframe { width: 100%; height: 100%; display: block; border: none; }
.slide-gradient { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,10,10,0.55) 0%, transparent 50%); }
.slide-title { position: absolute; bottom: 14px; left: 16px; font-family: 'Barlow Condensed', sans-serif; font-size: 0.85rem; font-weight: 700; color: #ffffff; letter-spacing: 0.05em; text-transform: uppercase; }
.carousel-control { position: absolute; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; background: #6ECFBE; border: 2px solid #0a0a0a; box-shadow: 3px 3px 0 #0a0a0a; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 10; }
.carousel-control-prev { left: 12px; }
.carousel-control-next { right: 12px; }
.carousel-dots { position: absolute; bottom: 12px; right: 14px; display: flex; gap: 5px; z-index: 10; }
.carousel-dots button { height: 8px; border: none; cursor: pointer; padding: 0; transition: 0.2s; }
.business-panel { background: #ffffff; padding: 28px 32px; }
.business-title { font-family: 'Space Mono', monospace; font-size: 0.65rem; letter-spacing: 0.25em; text-transform: uppercase; color: #777777; margin-bottom: 16px; }
.business-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.business-card { background: #ffffff; border: 2px solid #e0e0e0; width: 100%; aspect-ratio: 2/1; display: flex; align-items: center; justify-content: center; padding: 8px; overflow: hidden; }
.business-image { width: 100%; height: 100%; object-fit: contain; display: block; }

.experience-section { background: #f5f0e8; padding: 100px 0; border-top: 4px solid #0a0a0a; }
.experience-header { margin-bottom: 60px; }
.experience-label { display: inline-block; background: #1a2bbd; border: 3px solid #0a0a0a; box-shadow: 5px 5px 0 #0a0a0a; padding: 4px 16px; margin-bottom: 16px; }
.experience-label span { font-family: 'Space Mono', monospace; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: #6ECFBE; }
.experience-header h2 { font-family: 'Anton', sans-serif; font-size: clamp(2.5rem, 6vw, 5rem); line-height: 1.05; letter-spacing: -1px; color: #0a0a0a; text-transform: uppercase; margin-bottom: 16px; }
.experience-header p { font-family: 'Barlow', sans-serif; font-size: 1.1rem; color: #4a4a4a; max-width: 560px; }
.experience-card { background: #ffffff; border-right: 3px solid #0a0a0a; border-bottom: 3px solid #0a0a0a; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.experience-image-wrap { width: 100%; aspect-ratio: 16/9; overflow: hidden; border-bottom: 3px solid currentColor; flex-shrink: 0; }
.experience-card-image { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(20%); transition: transform 0.3s, filter 0.3s; transform: scale(1); }
.experience-card-content { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.experience-company { display: inline-flex; align-items: center; padding: 3px 10px; margin-bottom: 14px; align-self: flex-start; }
.experience-company span { font-family: 'Space Mono', monospace; font-size: 0.58rem; font-weight: 700; letter-spacing: 0.15em; color: #ffffff; text-transform: uppercase; }
.experience-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.1rem; font-weight: 900; letter-spacing: 0.04em; color: #0a0a0a; text-transform: uppercase; line-height: 1.2; margin-bottom: 10px; }
.experience-card p { font-family: 'Barlow', sans-serif; font-size: 0.85rem; color: #4a4a4a; line-height: 1.6; margin-bottom: 16px; flex: 1; }
.experience-meta { display: flex; flex-direction: column; gap: 5px; }
.experience-meta > div { display: flex; align-items: center; gap: 6px; }
.experience-meta-icon { color: currentColor; }
.experience-meta span { font-family: 'Space Mono', monospace; font-size: 0.6rem; letter-spacing: 0.1em; color: #666666; text-transform: uppercase; }
.experience-soft-blue { color: #1E6BB8; }
.experience-gray { color: #3D5A75; }
.experience-blue { color: #1A5FC8; }
.experience-light-blue { color: #00AEEF; }
.experience-red { color: #E31E24; }
.experience-brown { color: #9A7530; }
.experience-yellow { color: #F5C400; }
.experience-company { background: currentColor; }
.hero-section { background:#1a2bbd; min-height:80vh; position:relative; overflow:hidden; display:flex; flex-direction:column; justify-content:center; padding:80px 0 0; }
.hero-shape-top,.hero-shape-bottom,.hero-shape-small { position:absolute; z-index:0; }
.hero-shape-top { top:-60px; right:-60px; width:400px; height:400px; background:#6ECFBE; border:4px solid #0a0a0a; transform:rotate(15deg); opacity:.18; }
.hero-shape-bottom { bottom:-80px; left:-40px; width:300px; height:300px; background:#6ECFBE; border:4px solid #fff; transform:rotate(-20deg); opacity:.12; }
.hero-shape-small { top:30%; left:5%; width:80px; height:80px; background:rgba(255,255,255,.15); border:3px solid rgba(255,255,255,.3); }
.hero-content { max-width:1200px; padding:0 24px; margin:0 auto; width:100%; position:relative; z-index:10; }
.hero-tag { display:inline-block; background:#6ECFBE; border:3px solid #0a0a0a; box-shadow:4px 4px 0 #0a0a0a; padding:4px 16px; margin-bottom:24px; }
.hero-tag span { font-family:'Space Mono',monospace; font-size:.75rem; letter-spacing:.2em; text-transform:uppercase; color:#0a0a0a; font-weight:700; }
.hero-title { font-family:'Anton',sans-serif; font-size:clamp(3rem,9vw,8rem); line-height:1.15; letter-spacing:-2px; color:#fff; text-transform:uppercase; margin:0 0 30px; }
.hero-badges,.hero-countdown-row { display:flex; align-items:center; gap:12px; margin-bottom:32px; flex-wrap:wrap; }
.hero-countdown-row { align-items: center; gap: 24px; }
.hero-badge { border:3px solid #0a0a0a; padding:6px 18px; display:inline-flex; align-items:center; gap:8px; }
.hero-badge span { font-family:'Barlow Condensed',sans-serif; font-size:18px; font-weight:700; color:#0a0a0a; letter-spacing:.1em; text-transform:uppercase; }
.badge-white { background:#fff; }.badge-green { background:#6ECFBE; }
.countdown-header { font-family:'Space Mono',monospace; font-size:.65rem; letter-spacing:.25em; text-transform:uppercase; color:#6ECFBE; margin-bottom:10px; }
.countdown-timer { display:flex; gap:8px; flex-wrap:wrap; }
.countdown-panel { background:#6ECFBE; border:3px solid #0a0a0a; box-shadow:6px 6px 0 #0a0a0a; min-width:90px; padding:12px 18px; display:flex; flex-direction:column; align-items:center; }
.countdown-value { font-family:'Anton',sans-serif; font-size:clamp(2.5rem,6vw,4.5rem); line-height:1; color:#0a0a0a; letter-spacing:-1px; }.countdown-label-small { font-family:'Space Mono',monospace; font-size:.65rem; letter-spacing:.15em; text-transform:uppercase; color:#0a0a0a; margin-top:4px; }
.hero-cta,.btn-cta { background:#6ECFBE; border:4px solid #0a0a0a; box-shadow:8px 8px 0 #0a0a0a; padding:18px 40px; text-decoration:none; cursor:pointer; }.hero-cta span,.btn-cta span { font-family:'Anton',sans-serif; font-size:1.5rem; letter-spacing:.05em; text-transform:uppercase; color:#0a0a0a; }
.ended-only { background:#6ECFBE; border:3px solid #0a0a0a; box-shadow:6px 6px 0 #0a0a0a; padding:16px 28px; width:100%; }
.hero-ended-state { font-family:'Space Mono',monospace; font-size:.65rem; letter-spacing:.2em; text-transform:uppercase; color:#0a0a0a; margin-bottom:6px; }
.hero-ended-description { font-family:'Anton',sans-serif; font-size:1.4rem; color:#0a0a0a; letter-spacing:.03em; text-transform:uppercase; line-height:1.2; }
.ticker-item { font-family:'Barlow Condensed',sans-serif; font-size:1rem; font-weight:700; letter-spacing:.2em; text-transform:uppercase; margin-right:48px; }.ticker-accent { color:#6ECFBE; }.ticker-light { color:#fff; }

.faq-section { background: #f5f0e8; padding: 100px 0; border-top: 4px solid #0a0a0a; }
.faq-header h2 { font-family: 'Anton', sans-serif; font-size: clamp(2.5rem, 6vw, 5rem); line-height: 1.05; letter-spacing: -1px; color: #0a0a0a; text-transform: uppercase; }
.faq-list { border: 3px solid #0a0a0a; box-shadow: 8px 8px 0 #0a0a0a; }
.faq-item { border-bottom: 3px solid #0a0a0a; }
.faq-item-last { border-bottom: none; }
.faq-btn { width: 100%; background: #ffffff; border: none; padding: 22px 28px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; gap: 16px; transition: background 0.2s; text-align: left; }
.faq-btn span { font-family: 'Barlow Condensed', sans-serif; font-size: 1.15rem; font-weight: 700; letter-spacing: 0.02em; color: #0a0a0a; flex: 1; transition: color 0.2s; }
.faq-icon { width: 36px; height: 36px; background: #0a0a0a; border: 2px solid #0a0a0a; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.2s; }
.faq-answer { background: #1a2bbd; border-top: 2px solid rgba(255,214,0,0.3); padding: 20px 28px 24px; }
.faq-answer p { font-family: 'Barlow', sans-serif; font-size: 1rem; color: rgba(255,255,255,0.9); line-height: 1.7; margin: 0; }

.speakers-section { background: #f5f0e8; padding: 100px 0; border-top: 4px solid #0a0a0a; }
.speakers-header { margin-bottom: 60px; }
.speakers-label { display: inline-block; background: #1a2bbd; border: 3px solid #0a0a0a; box-shadow: 5px 5px 0 #0a0a0a; padding: 4px 16px; margin-bottom: 16px; }
.speakers-label span { font-family: 'Space Mono', monospace; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: #6ECFBE; }
.speakers-section-title { position: relative; z-index: 0; font-family: 'Anton', sans-serif; font-size: clamp(2.5rem, 6vw, 5rem); line-height: 1.2; letter-spacing: -1px; color: #0a0a0a; text-transform: uppercase; margin-bottom: 16px; }
.speakers-section-title span { position: relative; z-index: -1; background: #6ECFBE; }
.speakers-header p { font-family: 'Barlow', sans-serif; font-size: 1.1rem; color: #4a4a4a; max-width: 560px; }
.speakers-grid { display: grid; gap: 0; border: 3px solid #0a0a0a; }
.speaker-card { position: relative; cursor: pointer; border-right: 3px solid #0a0a0a; border-bottom: 3px solid #0a0a0a; overflow: hidden; aspect-ratio: 3/4; background: #0a0a0a; }
.speaker-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,10,10,0.88) 0%, rgba(10,10,10,0.2) 55%, transparent 100%); pointer-events: none; }
.speaker-company { position: absolute; bottom: 61px; left: 12px; background: currentColor; padding: 3px 8px; display: inline-flex; align-items: center; }
.speaker-company span { font-family: 'Space Mono', monospace; font-size: 0.52rem; font-weight: 700; letter-spacing: 0.15em; color: #ffffff; white-space: nowrap; }
.speaker-details { position: absolute; bottom: 12px; left: 12px; right: 12px; }
.speaker-name { display: block; font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; font-weight: 700; color: #ffffff; line-height: 1.2; }
.speaker-title { display: block; font-family: 'Barlow', sans-serif; font-size: 0.68rem; color: rgba(255,255,255,0.8); margin-top: 2px; line-height: 1.3; }
.speaker-card-image { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(40%); transition: filter 0.3s, transform 0.3s; }
.speaker-soft-blue { color: #1E6BB8; }.speaker-gray { color: #3D5A75; }.speaker-blue { color: #1A5FC8; }.speaker-light-blue { color: #00AEEF; }.speaker-red { color: #E31E24; }.speaker-brown { color: #9A7530; }.speaker-yellow { color: #F5C400; }

#navbar.is-scrolled {
  background: #ffffff;
  border-bottom: 3px solid #0a0a0a;
  box-shadow: 0 4px 0 #0a0a0a;
}

#nav-logo.is-scrolled {
  filter: brightness(0);
}

.nav-link-desktop.is-scrolled {
  color: #0a0a0a;
}

.nav-mobile-btn svg.is-scrolled {
  stroke: #0a0a0a;
}

#mobile-menu.is-open {
  display: flex;
}

.cta-only.is-hidden,
.ended-only:not(.is-visible),
.ended-flex:not(.is-flex) {
  display: none;
}

.ended-only.is-visible {
  display: block;
}

.ended-flex.is-flex {
  display: flex;
}

.cta-only:not(.is-hidden) { display: block; }
.hero-countdown-row > a.cta-only:not(.is-hidden) { display: inline-block; }

#nav-cta.is-inline-block {
  display: inline-block;
}

#carousel-dots button.is-active {
  width: 20px;
  background: #6ECFBE;
}

#carousel-dots button:not(.is-active) {
  width: 8px;
  background: rgba(255, 255, 255, 0.5);
}

.video-image-wrapper.is-hidden,
.video-iframe-wrapper.is-hidden {
  display: none;
}

.video-image-wrapper:not(.is-hidden),
.video-iframe-wrapper:not(.is-hidden) {
  display: block;
}

.faq-btn.is-open {
  background: #1a2bbd !important;
}

.faq-btn.is-open span {
  color: #6ECFBE !important;
}

.faq-btn.is-hovered {
  background: #f5f0e8;
}

.faq-icon.is-open {
  background: #6ECFBE;
  border-color: #6ECFBE;
}

/* CSS resets and base styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: var(--font-size);
  scroll-behavior: smooth;
  height: 100%;
}

body {
  background-color: var(--background);
  color: var(--foreground);
  font-family: 'Barlow', sans-serif;
  height: 100%;
  overflow-x: hidden;
}

/* Utility classes mapping to Tailwind classes used in React */
.flex { display: flex; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.relative { position: relative; }
.z-10 { z-index: 10; }
.mx-auto { margin-left: auto; margin-right: auto; }
.w-full { width: 100%; }

/* CSP-safe interaction states for view components. */
.js-nav-link:hover {
  border-color: #0a0a0a;
  background: #ffffff;
  color: #0a0a0a;
}

.footer-hover-link:hover,
.footer-legal-link:hover {
  color: #6ECFBE;
}

.benefit-card:hover {
  transform: scale(1.02);
  z-index: 5;
}

.experience-card-image:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.program-row:hover {
  background: rgba(110, 207, 190, 0.04);
}

.speaker-card-image:hover {
  filter: grayscale(0%);
  transform: scale(1.08);
}

.hero-social-link:hover {
  background: #6ECFBE;
  border-color: #6ECFBE;
  box-shadow: 3px 3px 0 #0a0a0a;
}

/* Scroll Ticker Animation */
@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.ticker-track {
  display: inline-block;
  animation: ticker 18s linear infinite;
}

/* Grid Layouts & Responsive Media Queries */

/* Navbar responsive behavior */
.nav-desktop {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-mobile-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: none;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .nav-desktop { display: none !important; }
  .nav-mobile-btn { display: flex !important; }
}

/* Hero social icons responsive */
.hero-social {
  position: absolute;
  bottom: 80px;
  right: 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 10;
}

@media (max-width: 768px) {
  .hero-social { display: none !important; }
}

/* About Grid */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 4px solid #0a0a0a;
  box-shadow: 8px 8px 0 #0a0a0a;
}

/* Speakers Grid */
.speakers-grid {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 900px) {
  .speakers-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}

@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Stats Grid */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 40px;
  border: 3px solid rgba(255,255,255,0.2);
}

@media (max-width: 900px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Physical Program Grid */
.physical-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 3px solid #0a0a0a;
  box-shadow: 8px 8px 0 #0a0a0a;
}

@media (max-width: 600px) {
  .physical-grid {
    grid-template-columns: 1fr !important;
  }
  .physical-grid > div {
    border-right: none !important;
    border-bottom: 3px solid #0a0a0a !important;
  }
  .physical-grid > div:last-child {
    border-bottom: none !important;
  }
}

@media (min-width: 601px) and (max-width: 1100px) {
  .physical-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .physical-grid > div {
    border-right: none !important;
    border-bottom: 3px solid #0a0a0a !important;
  }
  .physical-grid > div:nth-child(odd) {
    border-right: 3px solid #0a0a0a !important;
  }
  .physical-grid > div:nth-last-child(-n+2) {
    border-bottom: none !important;
  }
}

/* Schedule responsive rows */
.schedule-header {
  display: grid;
  grid-template-columns: 0.8fr 1.5fr 1fr;
  gap: 20px;
  padding: 24px 28px;
  border-bottom: 1px solid rgba(110,207,190,0.15);
  background: rgba(110,207,190,0.05);
}

.session-desktop {
  display: grid;
  grid-template-columns: 0.8fr 1.5fr 1fr;
  gap: 20px;
  padding: 24px 28px;
  align-items: center;
}

.session-mobile {
  display: none;
  padding: 24px 28px;
}

.schedule-column { font-family:'Space Mono',monospace; font-size:.6rem; letter-spacing:.2em; text-transform:uppercase; color:#6ECFBE; }
.session-hour { font-family:'Space Mono',monospace; font-size:.75rem; color:#6ECFBE; letter-spacing:.03em; }
.session-subject { font-family:'Barlow Condensed',sans-serif; font-size:1.05rem; font-weight:700; letter-spacing:.02em; }
.session-has-subject { color:#fff; }.session-no-subject { color:#555; font-style:italic; }
.session-company { display:inline-flex; justify-self:start; align-self:center; width:max-content; max-width:100%; box-sizing:border-box; align-items:center; padding:3px 10px; font-family:'Barlow Condensed',sans-serif; font-size:.72rem; font-weight:700; color:#fff; letter-spacing:.05em; }
.session-mobile-meta { display:flex; justify-content:space-between; align-items:flex-start; margin-bottom:8px; gap:8px; flex-wrap:wrap; }

@media (max-width: 768px) {
  .program-section { padding: 72px 0; }
  .schedule-header { display: none !important; }
  .session-desktop { display: none !important; }
  .session-mobile { display: block !important; }
  .footer-grid { padding: 36px 24px 28px; gap: 32px; }
  .footer-legal-bar { padding: 14px 24px; }
  .footer-legal-links { gap: 8px 14px; }
  .footer-copyright { padding: 14px 24px; flex-direction: column; align-items: flex-start; gap: 6px; }
}

/* Benefits Grid */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 3px solid #6ECFBE;
}

@media (max-width: 900px) {
  .benefits-grid {
    grid-template-columns: 1fr !important;
  }
  .benefits-grid > div {
    border-right: none !important;
    border-bottom: 3px solid #6ECFBE !important;
  }
  .benefits-grid > div:last-child {
    border-bottom: none !important;
  }
}

/* FAQ Grid Layout */
.faq-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 64px;
  align-items: end;
}

@media (max-width: 768px) {
  .faq-header {
    grid-template-columns: 1fr !important;
  }
}

/* Footer Grid */
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Custom Media Carousel layout styles */
.carousel-viewport {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.carousel-container {
  display: flex;
  height: 100%;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.carousel-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 260px;
}

/* Accordion transition styling */
.accordion-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out, opacity 0.2s ease-out;
}

.accordion-content.open {
  max-height: 300px;
  opacity: 1;
}

/* Custom Speaker Hover Styles */
.speaker-card {
  transition: z-index 0.15s, transform 0.15s;
}
.speaker-card:hover {
  z-index: 10;
  transform: scale(1.03);
}

/* Button transitions & translations */
.btn-cta {
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.btn-cta:hover {
  box-shadow: 4px 4px 0 #0a0a0a !important;
  transform: translate(4px, 4px) !important;
}

.btn-cta-nav {
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.btn-cta-nav:hover {
  box-shadow: 2px 2px 0 #0a0a0a !important;
  transform: translate(2px, 2px) !important;
}
