/* Marketing landing — layout from reference, GenZ dark cinematic theme */

.eo-page--marketing {
  background: #0a0505;
}

.eo-page--marketing .eo-bg__overlay {
  background:
    linear-gradient(180deg, rgba(30, 6, 2, 0.5) 0%, rgba(4, 1, 0, 0.85) 100%),
    radial-gradient(ellipse 100% 80% at 50% 0%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.eo-site {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.eo-site-main {
  flex: 1;
}

.eo-site-flash {
  width: min(1140px, 92vw);
  margin: 0 auto;
  padding: 0.75rem 0 0;
}

.eo-site-flash .eo-alert {
  margin: 0 0 1rem;
}

.eo-container {
  width: min(1140px, 92vw);
  margin: 0 auto;
}

.eo-member-bar {
  position: relative;
  z-index: 50;
  background: rgba(20, 8, 6, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.55rem 0;
}

.eo-member-bar--warn {
  background: rgba(80, 40, 0, 0.85);
}

.eo-member-bar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  font-size: 0.9rem;
}

.eo-member-bar__avatar {
  border-radius: 50%;
  object-fit: cover;
}

.eo-member-bar__text {
  margin: 0;
  flex: 1;
  min-width: 10rem;
  color: rgba(255, 255, 255, 0.9);
}

.eo-member-bar__meta {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 400;
}

.eo-member-bar__actions {
  display: flex;
  gap: 1rem;
}

.eo-member-bar__actions a {
  color: var(--eo-accent, #e85d04);
  font-weight: 600;
  text-decoration: none;
}

.eo-member-bar__actions a:hover {
  text-decoration: underline;
}

/* Interior pages — full-width site layout (not centered dashboard card) */
.eo-page-section {
  padding: clamp(2rem, 5vw, 3.25rem) 0 clamp(3rem, 6vw, 4.5rem);
}

.eo-page-panel {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  text-align: left;
  background: var(--eo-glass);
  border: 1px solid var(--eo-glass-border);
  border-radius: 20px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.eo-page-panel--form {
  max-width: min(920px, 100%);
}

.eo-page-panel--wide {
  max-width: min(960px, 100%);
}

.eo-page--site-page .eo-content-page__head,
.eo-page--site-page .eo-member-auth-head,
.eo-page--site-page .eo-section-head {
  margin-bottom: 1.25rem;
  text-align: left;
}

.eo-page--site-page .eo-section-head .eo-form-intro {
  margin-top: 0.65rem;
}

.eo-page--site-page .eo-form-title {
  margin: 0.5rem 0 0;
  font-size: clamp(1.65rem, 3.5vw, 2.15rem);
  font-weight: 700;
  line-height: 1.2;
}

.eo-page--site-page .eo-form-intro {
  margin: 0.85rem 0 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--eo-text-muted);
}

.eo-page--site-page .eo-logo--page {
  text-align: center;
  margin-bottom: 1.25rem;
}

.eo-page--site-page .eo-logo--page .eo-logo__img {
  max-width: min(240px, 55vw);
  height: auto;
}

.eo-page-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.65rem;
  margin: 0 0 1.25rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
}

.eo-page-breadcrumb a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.eo-page-breadcrumb a:hover {
  color: #ffc857;
  text-decoration: underline;
}

.eo-page-breadcrumb__sep {
  opacity: 0.45;
}

/* Nav — member card download */
.eo-nav a.eo-nav__card-dl,
.eo-nav__card-dl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  flex-shrink: 0;
  padding: 0.48rem 0.9rem;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.2;
  color: #ffc857;
  text-decoration: none;
  white-space: nowrap;
  background: rgba(255, 200, 87, 0.1);
  border: 1px solid rgba(255, 200, 87, 0.38);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: color 0.15s, background 0.15s, border-color 0.15s, transform 0.15s, box-shadow 0.15s;
}

.eo-nav a.eo-nav__card-dl:hover,
.eo-nav__card-dl:hover {
  color: #ffe08a;
  text-decoration: none;
  background: rgba(255, 200, 87, 0.18);
  border-color: rgba(255, 200, 87, 0.55);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
  transform: translateY(-1px);
}

.eo-nav__card-dl-icon {
  flex-shrink: 0;
}

.eo-nav__card-dl--menu {
  display: none;
}

/* Nav — signed-in account cluster */
.eo-nav__account {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
}

.eo-nav__user {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 11rem;
  padding: 0.3rem 0.85rem 0.3rem 0.35rem;
  text-decoration: none;
  color: var(--eo-text);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  transition: background 0.15s, border-color 0.15s, transform 0.15s;
}

.eo-nav__user:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}

.eo-nav__user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.eo-nav__user-avatar--fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(214, 40, 40, 0.35);
  border: 1px solid rgba(214, 40, 40, 0.5);
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
}

.eo-nav__user-name {
  font-size: 0.86rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.eo-nav a.eo-nav__signout,
.eo-nav__signout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0.48rem 0.95rem;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: color 0.15s, background 0.15s, border-color 0.15s, transform 0.15s, box-shadow 0.15s;
}

.eo-nav a.eo-nav__signout:hover,
.eo-nav__signout:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(214, 40, 40, 0.22);
  border-color: rgba(214, 40, 40, 0.55);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
  transform: translateY(-1px);
}

.eo-nav__signout--menu {
  display: none;
}

.eo-nav__menu-actions {
  display: none;
}

.eo-nav__menu-profile {
  display: none;
}

/* Pill badge */
.eo-pill {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffc857;
  background: rgba(214, 40, 40, 0.2);
  border: 1px solid rgba(214, 40, 40, 0.45);
  border-radius: 999px;
}

.eo-nav a {
  text-decoration: none;
}

.eo-nav a:hover {
  text-decoration: none;
}

/* Navigation */
.eo-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  overflow: visible;
  background: rgba(10, 5, 5, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body.eo-nav-open {
  overflow: hidden;
}

body.eo-nav-open .eo-link-back--top {
  visibility: hidden;
}

.eo-nav__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: min(1140px, 92vw);
  margin: 0 auto;
  padding: 0.85rem 0;
}

.eo-nav__brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: var(--eo-text);
  flex-shrink: 0;
}

.eo-nav__logo {
  width: 40px;
  height: auto;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}

.eo-nav__name {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.eo-nav__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  flex: 1;
  min-width: 0;
}

.eo-nav__menu-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  flex-wrap: wrap;
}

.eo-nav__menu-links a,
.eo-nav__menu a {
  padding: 0.45rem 0.85rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--eo-text-muted);
  text-decoration: none;
  border-radius: 999px;
  transition: color 0.15s, background 0.15s;
}

.eo-nav__menu-links a:hover,
.eo-nav__menu a:hover {
  color: var(--eo-text);
  background: rgba(255, 255, 255, 0.06);
  text-decoration: none;
}

.eo-nav__menu a.eo-nav__signout,
.eo-nav__menu a.eo-nav__menu-profile {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  border-radius: 999px;
}

.eo-nav__menu a.eo-nav__menu-profile {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.eo-nav__menu a.eo-nav__signout {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.eo-nav__menu a.eo-nav__signout:hover,
.eo-nav__menu a.eo-nav__menu-profile:hover {
  color: #fff;
  background: rgba(214, 40, 40, 0.18);
  border-color: rgba(214, 40, 40, 0.45);
}

.eo-nav__cta {
  flex-shrink: 0;
  padding: 0.55rem 1.15rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: var(--eo-red);
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(214, 40, 40, 0.4);
  transition: background 0.2s, transform 0.15s, color 0.15s;
}

.eo-nav__cta:hover {
  color: #fff;
  background: var(--eo-red-hover);
  transform: translateY(-1px);
}

.eo-nav__end {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  margin-left: auto;
}

.eo-nav__lang {
  flex-shrink: 0;
}

.eo-nav__lang .eo-lang-switch {
  background: rgba(0, 0, 0, 0.45);
}

.eo-nav__lang .eo-lang-switch__btn {
  padding: 0.3rem 0.55rem;
  font-size: 0.72rem;
}

.eo-nav__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  cursor: pointer;
  flex-shrink: 0;
}

.eo-nav__toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: var(--eo-text);
  border-radius: 1px;
  transition: transform 0.2s, opacity 0.2s;
}

.eo-nav__toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.eo-nav__toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.eo-nav__toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Hero */
.eo-hero {
  position: relative;
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(2rem, 4vw, 3rem);
  overflow: hidden;
}

.eo-hero__stripes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background: repeating-linear-gradient(90deg,
      transparent,
      transparent 48px,
      rgba(255, 255, 255, 0.03) 48px,
      rgba(255, 255, 255, 0.03) 49px);
}

.eo-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: end;
}

.eo-hero__title {
  margin: 0;
  font-size: clamp(2rem, 5.5vw, 3.35rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--eo-text);
}

.eo-hero__aside {
  padding-bottom: 0.35rem;
}

.eo-hero__lead {
  margin: 0.85rem 0 0;
  font-size: clamp(0.92rem, 2vw, 1.02rem);
  line-height: 1.7;
  color: var(--eo-text-muted);
}

.eo-hero__signin {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.eo-hero__signin .eo-cta {
  margin: 0;
  flex: 1 1 auto;
  min-width: min(100%, 10.5rem);
  justify-content: center;
}

/* Member count */
.eo-member-live-stat {
  margin: 0 0 1.15rem;
}

.eo-member-live-stat__card {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: min(100%, 16rem);
  padding: 0.85rem 1.1rem 0.95rem;
  background: linear-gradient(145deg, rgba(214, 40, 40, 0.22), rgba(0, 0, 0, 0.35));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.eo-member-live-stat.is-bumping .eo-member-live-stat__card {
  transform: scale(1.02);
  border-color: rgba(255, 210, 90, 0.45);
  box-shadow: 0 10px 32px rgba(214, 40, 40, 0.35);
}

.eo-member-live-stat__figure {
  display: flex;
  align-items: baseline;
  gap: 0.15rem;
  line-height: 1;
}

.eo-member-live-stat__number {
  font-size: clamp(2rem, 5vw, 2.65rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  color: #fff;
  text-shadow: 0 2px 16px rgba(214, 40, 40, 0.35);
}

.eo-member-live-stat__label {
  margin: 0.2rem 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}

.eo-member-live-stat--compact {
  margin-top: 0;
  margin-bottom: 1rem;
}

.eo-member-live-stat--compact .eo-member-live-stat__card {
  min-width: 0;
  width: 100%;
  max-width: 20rem;
  padding: 0.7rem 0.95rem 0.8rem;
}

.eo-member-live-stat--compact .eo-member-live-stat__number {
  font-size: clamp(1.65rem, 4vw, 2rem);
}

.eo-section-head--with-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}

@media (prefers-reduced-motion: reduce) {
  .eo-member-live-stat.is-bumping .eo-member-live-stat__card {
    transform: none;
  }
}

/* Section headings */
.eo-section-head {
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.eo-section-head--center {
  text-align: center;
}

.eo-section-head--center .eo-pill {
  margin-bottom: 0.65rem;
}

.eo-section-title {
  margin: 0.5rem 0 0;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
}

/* Events grid */
.eo-events-section {
  padding: clamp(2rem, 5vw, 3.5rem) 0;
}

.eo-page--landing-events-first .eo-events-section {
  padding-top: clamp(1.25rem, 3vw, 2rem);
}

.eo-events-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 1.75rem);
}

.eo-event-tile {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--eo-glass);
  border: 1px solid var(--eo-glass-border);
  border-radius: 12px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.eo-event-tile:hover {
  border-color: rgba(214, 40, 40, 0.45);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
  transform: translateY(-3px);
}

.eo-event-tile__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.eo-event-tile__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.eo-event-tile:hover .eo-event-tile__media img {
  transform: scale(1.04);
}

.eo-event-tile__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.15rem 1.2rem 1.25rem;
  gap: 0.5rem;
}

.eo-event-tile__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.eo-event-tile__cat {
  font-size: 0.78rem;
  font-weight: 600;
  color: #ffc857;
}

.eo-event-tile__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
}

.eo-event-tile__fact {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.78rem;
  color: var(--eo-text-muted);
}

a.eo-event-tile__fact {
  text-decoration: none;
  transition: color 0.15s ease;
}

a.eo-event-tile__fact:hover,
a.eo-event-tile__fact:focus-visible {
  color: #ffc857;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.eo-event-tile__title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.35;
}

.eo-event-tile__title a {
  color: var(--eo-text);
  text-decoration: none;
}

.eo-event-tile__title a:hover {
  color: var(--eo-red-hover);
}

.eo-event-tile__desc {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--eo-text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.eo-event-tile__btn {
  align-self: flex-start;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.6rem 1.15rem;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  background: var(--eo-red);
  border: none;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(214, 40, 40, 0.4);
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.eo-event-tile__btn:hover {
  color: #fff;
  background: var(--eo-red-hover);
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(239, 35, 60, 0.45);
}

.eo-event-tile__btn--disabled {
  cursor: not-allowed;
  opacity: 0.82;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  max-width: 100%;
  text-align: left;
}

.eo-event-tile__btn-label {
  display: block;
  line-height: 1.35;
}

.eo-event-tile__btn-spots {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 200, 87, 0.92);
}

.eo-event-tile__past {
  display: inline-block;
  margin-right: 0.35rem;
  padding: 0.2rem 0.55rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffc857;
  background: rgba(255, 200, 87, 0.12);
  border: 1px solid rgba(255, 200, 87, 0.35);
  border-radius: 999px;
}

.eo-empty-state {
  padding: 2.5rem;
  text-align: center;
  color: var(--eo-text-muted);
  background: rgba(0, 0, 0, 0.35);
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 12px;
}

/* Why section */
.eo-why {
  padding: clamp(2.5rem, 6vw, 4rem) 0;
}

.eo-movement-manifesto {
  max-width: 52rem;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  text-align: center;
  background:
    linear-gradient(145deg, rgba(214, 40, 40, 0.12) 0%, rgba(0, 0, 0, 0.45) 55%),
    rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(214, 40, 40, 0.35);
  border-radius: 14px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.eo-movement-manifesto__tagline {
  margin: 0 0 1.5rem;
  font-size: clamp(1.35rem, 3.5vw, 1.85rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--eo-text);
}

.eo-movement-manifesto__body {
  display: grid;
  gap: 1.15rem;
  text-align: left;
}

.eo-movement-manifesto__body p {
  margin: 0;
  font-size: clamp(0.95rem, 2vw, 1.08rem);
  line-height: 1.75;
  color: var(--eo-text-muted);
}

.eo-movement-manifesto__body p:first-child {
  padding-left: 1rem;
  border-left: 3px solid var(--eo-red);
  color: rgba(255, 255, 255, 0.88);
}

.eo-movement-manifesto__closing {
  margin: 1.75rem 0 0;
  font-size: clamp(1.05rem, 2.5vw, 1.2rem);
  font-weight: 700;
  line-height: 1.45;
  color: #ffc857;
}

.eo-movement-manifesto__cta {
  margin-top: 1.75rem;
  display: flex;
  justify-content: center;
}

.eo-movement-manifesto__cta .eo-cta {
  margin: 0;
}

/* CTA split */
.eo-cta-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 360px;
  margin: clamp(1rem, 3vw, 2rem) 0;
}

.eo-cta-split__media {
  position: relative;
  min-height: 280px;
  overflow: hidden;
}

.eo-cta-split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.eo-cta-split__panel {
  display: flex;
  align-items: center;
  padding: clamp(2rem, 5vw, 3rem);
  background: linear-gradient(135deg, #1a0a0a 0%, #0d0505 50%, #1a0808 100%);
  border: 1px solid rgba(214, 40, 40, 0.25);
  border-left: none;
}

.eo-cta-split__inner {
  max-width: 420px;
}

.eo-cta-split__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  font-weight: 700;
  line-height: 1.2;
}

.eo-cta-split__text {
  margin: 0 0 1.5rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--eo-text-muted);
}

.eo-cta-split__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.eo-cta--light {
  background: var(--eo-red);
  color: #fff;
  box-shadow: 0 6px 24px rgba(214, 40, 40, 0.45);
}

.eo-cta--ghost {
  background: transparent;
  color: var(--eo-text);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: none;
}

.eo-cta--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(214, 40, 40, 0.45);
}

/* FAQ */
.eo-faq {
  padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(3rem, 7vw, 5rem);
}

.eo-faq__wrap {
  max-width: 720px;
}

.eo-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.eo-faq__item {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s, background 0.2s;
}

.eo-faq__item[open] {
  background: rgba(214, 40, 40, 0.08);
  border-color: rgba(214, 40, 40, 0.35);
}

.eo-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.eo-faq__question::-webkit-details-marker {
  display: none;
}

.eo-faq__question::after {
  content: "+";
  flex-shrink: 0;
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--eo-text-muted);
  line-height: 1;
}

.eo-faq__item[open] .eo-faq__question::after {
  content: "−";
  color: var(--eo-red-hover);
}

.eo-faq__answer {
  padding: 0 1.15rem 1rem;
}

.eo-faq__answer p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--eo-text-muted);
}

.eo-faq__answer p+.eo-faq__bullets {
  margin-top: 0.75rem;
}

.eo-faq__bullets {
  margin: 0;
  padding-left: 1.25rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--eo-text-muted);
}

.eo-faq__bullets li+li {
  margin-top: 0.45rem;
}

/* Footer */
.eo-site-footer {
  padding: 1.75rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.45);
}

.eo-site-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  width: min(1140px, 92vw);
  margin: 0 auto;
  text-align: center;
}

.eo-site-footer__logo {
  opacity: 0.85;
}

.eo-site-footer__copy {
  margin: 0;
  font-size: 0.82rem;
  color: var(--eo-text-muted);
}

.eo-site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1.25rem;
}

.eo-site-footer__links a {
  color: var(--eo-text-muted);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
}

.eo-site-footer__links a:hover {
  color: var(--eo-text);
}

.eo-site-footer__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
}

.eo-site-footer__social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--eo-text-muted);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.eo-site-footer__social-link:hover {
  color: var(--eo-text);
  border-color: rgba(214, 40, 40, 0.45);
  background: rgba(214, 40, 40, 0.12);
}

.eo-site-footer__icon {
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
}

.eo-signed-bar {
  text-align: center;
  padding: 0 1rem 1.5rem;
  font-size: 0.88rem;
  color: var(--eo-text-muted);
}

/* Responsive */
@media (max-width: 960px) {
  .eo-hero__grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .eo-cta-split {
    grid-template-columns: 1fr;
  }

  .eo-cta-split__media {
    min-height: 220px;
  }

  .eo-cta-split__panel {
    border-left: 1px solid rgba(214, 40, 40, 0.25);
  }
}

@media (max-width: 992px) {
  .eo-nav__toggle {
    display: flex;
    position: relative;
    z-index: 2;
  }

  .eo-nav__inner {
    position: static;
    flex-wrap: nowrap;
    gap: 0.5rem;
  }

  .eo-nav__menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    flex: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.75rem min(4vw, 1rem) 1rem;
    background: #0a0505;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.55);
  }

  .eo-nav__menu.is-open {
    display: flex;
  }

  .eo-nav__menu-links {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0.15rem;
  }

  .eo-nav__menu-links a,
  .eo-nav__menu a {
    width: 100%;
    padding: 0.65rem 0.75rem;
    border-radius: 8px;
  }

  .eo-nav__menu-actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    margin-top: 0.65rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .eo-nav__menu-profile,
  .eo-nav__signout--menu {
    display: inline-flex;
    width: 100%;
    justify-content: center;
  }

  .eo-nav__cta--desktop,
  .eo-nav__account {
    display: none;
  }

  .eo-nav__card-dl--bar {
    display: none;
  }

  .eo-nav__card-dl--menu {
    display: inline-flex;
    width: 100%;
    padding: 0.72rem 0.85rem;
    font-size: 0.9rem;
    border-radius: 8px;
  }

  .eo-nav__cta--in-menu {
    display: inline-flex;
    width: 100%;
    justify-content: center;
  }

  .eo-nav__name {
    font-size: 0.92rem;
  }

  .eo-nav__logo {
    width: 34px;
  }
}

@media (max-width: 992px) and (min-width: 481px) {
  .eo-nav__card-dl--bar {
    display: inline-flex;
    padding: 0.42rem 0.72rem;
    font-size: 0.78rem;
  }
}

@media (max-width: 480px) {
  .eo-nav__card-dl--bar {
    display: inline-flex;
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .eo-nav__card-dl--bar .eo-nav__card-dl-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .eo-nav__card-dl--bar .eo-nav__card-dl-icon {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 768px) {
  .eo-events-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 993px) {

  .eo-nav__cta--in-menu,
  .eo-nav__menu-actions,
  .eo-nav__card-dl--menu {
    display: none !important;
  }
}

/* Member join — Google sign-in only */
.eo-page--member-join .eo-page-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 10rem);
  min-height: calc(100dvh - 10rem);
  padding: clamp(1.25rem, 4vw, 2.5rem) 0 2.5rem;
}

.eo-page--member-join .eo-page-panel {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.eo-member-join {
  width: min(100%, 420px);
  margin: 0 auto;
  text-align: center;
}

.eo-member-join__card {
  padding: clamp(1.85rem, 5vw, 2.35rem);
  background: rgba(12, 8, 8, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.eo-member-join__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.15rem;
}

.eo-member-join__logo {
  width: 72px;
  height: auto;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.45));
}

.eo-member-join__title {
  margin: 0 0 0.45rem;
  font-size: clamp(1.45rem, 4.5vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.eo-member-join__lead {
  margin: 0 0 1.35rem;
  font-size: clamp(0.9rem, 2.5vw, 0.98rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

.eo-member-join__action {
  width: 100%;
  padding: 0.35rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.eo-member-join__note {
  margin: 1rem 0 0;
  font-size: 0.78rem;
  line-height: 1.55;
  color: rgba(245, 240, 232, 0.48);
}

.eo-member-join__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.35rem;
  padding: 0.55rem 1rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}

.eo-member-join__back:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.22);
}

.eo-google-signin-wrap--hero {
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin: 0;
}

.eo-google-signin-wrap--hero>div,
.eo-google-signin-wrap--hero iframe {
  width: 100% !important;
  max-width: 100% !important;
}

/* Responsive page shells */
@media (max-width: 768px) {
  .eo-page-section {
    padding: clamp(1.25rem, 4vw, 2rem) 0;
  }

  .eo-page-panel,
  .eo-page-panel--form {
    padding: clamp(1.25rem, 4vw, 1.75rem);
    border-radius: 14px;
  }

  .eo-container {
    width: min(1140px, 94vw);
  }

  .eo-page--site-page .eo-form-title {
    font-size: clamp(1.35rem, 5vw, 1.75rem);
  }

  .eo-member-join__card {
    border-radius: 16px;
  }
}

@media (max-width: 480px) {
  .eo-member-join {
    width: 100%;
  }

  .eo-member-join__card {
    padding: 1.35rem 1.1rem;
  }
}