/* Reusable event landing theme (SEO + conversion) */
.event-page {
  display: grid;
  gap: 16px;
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
}

.event-breadcrumb {
  margin: 0;
  padding: 8px 0 2px;
  color: #5c7390;
  font-size: 0.9rem;
}

.event-breadcrumb a {
  color: #25507c;
  text-decoration: none;
}

.event-breadcrumb a:hover {
  text-decoration: underline;
}

.event-hero {
  border-radius: 20px;
  padding: 22px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.24), transparent 35%),
    radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0.12), transparent 45%),
    linear-gradient(125deg, #0c467d 0%, #1a67a8 52%, #2a86ca 100%);
  color: #f7fbff;
  box-shadow: 0 14px 30px rgba(15, 63, 104, 0.2);
}

.event-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  gap: 18px;
  align-items: stretch;
}

.event-hero-eyebrow {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.76rem;
  font-weight: 700;
  color: #d6ebff;
}

.event-hero h1 {
  margin: 0;
  font-size: clamp(1.6rem, 2.6vw, 2.45rem);
  line-height: 1.1;
}

.event-hero-subtitle {
  margin: 10px 0 0;
  color: #e9f4ff;
  font-size: clamp(1rem, 1.75vw, 1.22rem);
  line-height: 1.42;
  max-width: 860px;
}

.event-hero-badges {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.event-hero-badges .chip {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.3);
  color: #f7fbff;
}

.event-hero-cta-row {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.event-hero-quickdesc {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
  color: #eaf5ff;
  font-size: 0.96rem;
  line-height: 1.45;
  max-width: 900px;
}

.event-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 11px;
  padding: 11px 15px;
  border: 1px solid transparent;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.event-btn-primary {
  background: #f28a00;
  color: #fff;
  border-color: #f4a641;
}

.event-btn-primary:hover {
  filter: brightness(0.98);
}

.event-btn-ghost {
  background: rgba(255, 255, 255, 0.14);
  color: #f7fbff;
  border-color: rgba(255, 255, 255, 0.36);
}

.event-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.2);
}

.event-hero-aside {
  border: 1px solid rgba(226, 240, 255, 0.5);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(2px);
  padding: 12px;
  display: grid;
  gap: 10px;
}

.event-logo-card {
  border: 1px solid rgba(226, 240, 255, 0.5);
  border-radius: 12px;
  background: rgba(249, 253, 255, 0.95);
  padding: 10px;
  min-height: 92px;
}

.event-logo-card img {
  width: 100%;
  height: auto;
  display: block;
}

.event-logo-card.is-transparent {
  background: transparent;
  border-color: rgba(226, 240, 255, 0.36);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.event-logo-card.is-transparent img {
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.35));
}

.event-facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.event-facts li {
  border: 1px solid rgba(219, 237, 255, 0.48);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.14);
  padding: 8px 10px;
  display: grid;
  gap: 2px;
}

.event-facts li span {
  font-size: 0.78rem;
  color: #dceefe;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 700;
}

.event-facts li strong {
  font-size: 0.95rem;
  color: #ffffff;
}

.event-section {
  background: #fff;
  border: 1px solid #d3e2f3;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 8px 20px rgba(15, 66, 109, 0.08);
}

.event-section h2 {
  margin: 0 0 8px;
  font-size: clamp(1.25rem, 2.1vw, 1.7rem);
  color: #0f4d86;
}

.event-section h3 {
  margin: 0;
  color: #235586;
}

.event-section p {
  margin: 0;
  color: #2a4768;
  line-height: 1.55;
}

.event-lead {
  font-size: 1.02rem;
}

.event-why {
  border-left: 5px solid #f28a00;
}

.event-featured-video {
  border: 1px solid #b9d2eb;
  background: linear-gradient(135deg, #f4f9ff 0%, #edf6ff 55%, #f7fbff 100%);
}

.event-featured-video-head {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.event-featured-video-head h2 {
  margin: 0;
}

.event-featured-video-link {
  color: #0f4d86;
  border-color: #9ebfe3;
  background: #ffffff;
}

.event-featured-video-link:hover {
  background: #f1f7ff;
}

.event-video-frame-wrap {
  margin-top: 12px;
  border-radius: 14px;
  border: 1px solid #b7d0e8;
  overflow: hidden;
  background: #071421;
  box-shadow: 0 10px 24px rgba(10, 50, 84, 0.12);
}

.event-video-frame {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.event-format-card-grid {
  display: grid;
  gap: 12px;
}

.event-format-day {
  display: grid;
  gap: 10px;
}

.event-format-family {
  border: 1px solid #d9e7f7;
  border-radius: 13px;
  padding: 12px;
  background: linear-gradient(180deg, #f8fcff 0%, #ffffff 100%);
}

.event-format-day h3 {
  font-size: 1rem;
  margin: 0;
  color: #0f4d86;
}

.event-format-family-description {
  margin: -4px 0 0;
  font-size: 0.9rem;
  color: #4d6784;
}

.event-format-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 10px;
}

.event-format-card {
  border: 1px solid #c9dbf0;
  border-radius: 12px;
  padding: 12px;
  background: #fbfdff;
  display: grid;
  gap: 10px;
}

.event-format-card.is-active {
  border-color: #f28a00;
  box-shadow: 0 0 0 2px rgba(242, 138, 0, 0.18);
}

.event-format-card h4 {
  margin: 0;
  color: #0f4d86;
  font-size: 1.14rem;
}

.event-format-subtitle {
  color: #476487;
  font-size: 0.92rem;
}

.event-format-metrics {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.event-format-metrics li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px dashed #d7e4f4;
  padding-bottom: 4px;
}

.event-format-metrics li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.event-format-metrics span {
  font-size: 0.85rem;
  color: #57718f;
}

.event-format-metrics strong {
  color: #153f68;
  font-size: 0.9rem;
}

.event-format-reco {
  font-size: 0.86rem;
  color: #2b4c6f;
  background: #eef5ff;
  border: 1px solid #d5e4f4;
  border-radius: 9px;
  padding: 8px;
}

.event-format-select-btn {
  border: 1px solid #d67f0d;
  background: #f28a00;
  color: #fff;
  border-radius: 10px;
  padding: 9px 12px;
  font-weight: 800;
  cursor: pointer;
}

.event-format-select-btn:hover {
  filter: brightness(0.98);
}

.event-format-select-btn.is-disabled,
.event-format-select-btn:disabled {
  background: #dbe5f1;
  border-color: #c9d7e8;
  color: #6b819a;
  cursor: not-allowed;
  filter: none;
}

.event-format-controls {
  margin-top: 10px;
  display: grid;
  gap: 10px;
}

.event-select-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
}

.event-select-field {
  display: grid;
  gap: 5px;
}

.event-select-field label {
  font-weight: 700;
  color: #1d4f7e;
}

.event-select-field select {
  border: 1px solid #bfd3eb;
  border-radius: 10px;
  padding: 10px;
  font: inherit;
  background: #fff;
}

.event-status {
  margin: 0;
  color: #2e577f;
  font-size: 0.92rem;
}

.event-status.error {
  color: #8f2d2d;
  font-weight: 700;
}

.event-launch-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 14px;
}

.event-kpi-list,
.event-check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.event-kpi-list li,
.event-check-list li {
  border: 1px solid #d6e5f5;
  border-radius: 13px;
  background: linear-gradient(160deg, #fafdff 0%, #f1f7ff 100%);
  box-shadow: 0 8px 18px rgba(23, 69, 115, 0.08);
}

.event-kpi-list li {
  display: grid;
  gap: 4px;
  padding: 11px 12px;
  border-left: 4px solid #2a70b2;
}

.event-kpi-list span {
  color: #47678a;
  font-size: 0.77rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.event-kpi-list strong {
  color: #0f3d67;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.event-check-list li {
  position: relative;
  padding: 12px 12px 12px 46px;
  color: #163c63;
  font-weight: 650;
  line-height: 1.35;
}

.event-check-list li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-weight: 900;
  font-size: 0.84rem;
  color: #fff;
  background: linear-gradient(150deg, #0f4d86 0%, #2f7dc2 100%);
  box-shadow: 0 4px 10px rgba(15, 77, 134, 0.25);
}

.event-launch-actions {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.event-launch-hint {
  margin-top: 10px;
  color: #476689;
  font-size: 0.92rem;
}

.event-info-grid {
  margin-top: 12px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.event-info-card {
  border: 1px solid #d5e4f4;
  border-radius: 11px;
  background: #f9fcff;
  padding: 11px;
  display: grid;
  gap: 6px;
}

.event-info-card h3 {
  font-size: 1rem;
}

.event-points-list {
  margin: 0;
  padding-left: 18px;
  color: #2b4768;
  line-height: 1.55;
}

.event-table-wrap {
  margin-top: 10px;
  overflow-x: auto;
}

.event-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}

.event-table th,
.event-table td {
  border: 1px solid #d6e4f5;
  padding: 9px;
  text-align: left;
}

.event-table th {
  background: #f2f8ff;
  color: #1f4d7c;
  font-size: 0.87rem;
}

.event-table .event-table-group-row td {
  background: #e9f3ff;
  color: #0f4d86;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.event-table td {
  color: #2a4768;
  font-size: 0.92rem;
}

.event-table-open {
  border: 1px solid #c8dbf2;
  border-radius: 999px;
  background: #e8f2ff;
  color: #17487a;
  font-weight: 700;
  padding: 6px 10px;
  cursor: pointer;
}

.event-table-open:hover {
  background: #ddecff;
}

.event-table-open.is-disabled,
.event-table-open:disabled {
  background: #f0f3f8;
  border-color: #d7e1ee;
  color: #6e8198;
  cursor: not-allowed;
  opacity: 0.95;
}

.event-how-list {
  margin: 8px 0 0;
  padding-left: 20px;
  color: #2a4768;
  line-height: 1.6;
}

.event-how-list li {
  margin-bottom: 5px;
}

.event-faq {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.event-faq-item {
  border: 1px solid #d5e4f4;
  border-radius: 11px;
  background: #f8fcff;
  padding: 10px;
}

.event-faq-item summary {
  font-weight: 800;
  color: #154b7d;
  cursor: pointer;
}

.event-faq-item p {
  margin-top: 8px;
}

.event-links-list {
  margin: 8px 0 0;
  padding-left: 20px;
  color: #274968;
  display: grid;
  gap: 8px;
}

.event-links-list a {
  color: #0f4d86;
  font-weight: 700;
  text-decoration: none;
}

.event-links-list a:hover {
  text-decoration: underline;
}

.event-links-list p {
  margin-top: 4px;
  font-size: 0.9rem;
  color: #4f6b88;
}

@media (max-width: 980px) {
  .event-hero-grid,
  .event-launch-grid {
    grid-template-columns: 1fr;
  }

  .event-logo-card {
    max-width: 420px;
  }
}

@media (max-width: 760px) {
  .event-section,
  .event-hero {
    border-radius: 14px;
    padding: 12px;
  }

  .event-select-grid {
    grid-template-columns: 1fr;
  }

  .event-hero h1 {
    font-size: 1.55rem;
  }

  .event-kpi-list li {
    padding: 10px 11px;
  }

  .event-kpi-list strong {
    font-size: 0.95rem;
  }

  .event-check-list li {
    padding: 11px 11px 11px 42px;
    font-size: 0.92rem;
  }

  .event-facts li strong {
    font-size: 0.9rem;
  }

  .event-btn {
    width: 100%;
  }

  .event-launch-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
