.event-page-main {
  background: radial-gradient(
      1000px 500px at 50% 0%,
      rgba(201, 162, 74, 0.08),
      transparent 60%
    ),
    #0b0b0b;
}

.event-hero-modern {
  padding-top: 120px;
}

.event-hero-shell {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04),
    rgba(255, 255, 255, 0.02)
  );
  border-radius: 28px;
  padding: 2rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.event-hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(201, 162, 74, 0.12),
    transparent 35%
  );
  pointer-events: none;
}

.event-kicker-wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.event-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.72);
  font-family: ui-sans-serif, system-ui;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-logo-panel {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 22px;
  padding: 1rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.event-logo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

.event-title {
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  line-height: 1.02;
  color: #fff;
}

.event-subheadline {
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 1.4;
  color: var(--gold);
}

.event-facts-hero {
  display: grid;
  gap: 14px;
  max-width: 640px;
}

.event-fact-item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 14px;
  align-items: start;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.event-fact-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.event-fact-label {
  font-family: ui-sans-serif, system-ui;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.event-fact-value {
  font-family: ui-sans-serif, system-ui;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.65;
}

.event-note-free {
  max-width: 640px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(201, 162, 74, 0.2);
  background: rgba(201, 162, 74, 0.08);
  color: rgba(255, 255, 255, 0.85);
  font-family: ui-sans-serif, system-ui;
  line-height: 1.65;
}

.event-note-free strong {
  color: var(--gold);
  font-weight: 600;
}

@media (max-width: 767px) {
  .event-fact-item {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

.event-subtitle {
  max-width: 52ch;
  font-family: ui-sans-serif, system-ui;
  color: var(--gold);
  line-height: 1.85;
}

.event-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.15rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.88);
  background: transparent;
  text-decoration: none;
  transition: 0.25s ease;
}

.btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.event-section-label {
  font-family: ui-sans-serif, system-ui;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: var(--gold);
  margin-bottom: 12px;
}

.event-section-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-bottom: 0;
}

.editorial-block {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.02);
}

.event-richtext {
  font-family: ui-sans-serif, system-ui;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.9;
}

.event-richtext-lg {
  font-size: 1.05rem;
}

.event-highlight-box {
  position: relative;
  height: 100%;
  border: 1px solid rgba(201, 162, 74, 0.18);
  background: rgba(201, 162, 74, 0.06);
  border-radius: 20px;
  padding: 1.5rem;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.8;
}

.event-highlight-mark {
  position: absolute;
  top: -8px;
  left: 16px;
  font-size: 4rem;
  line-height: 1;
  color: rgba(201, 162, 74, 0.25);
}

.exhibitor-card {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 1.5rem;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.02);
  transition: transform 0.25s ease, border-color 0.25s ease,
    background-color 0.25s ease;
}

.exhibitor-card:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 162, 74, 0.25);
  background: rgba(255, 255, 255, 0.03);
}

.exhibitor-logo {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  aspect-ratio: 4 / 3;
}

.exhibitor-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.exhibitor-title {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  color: #fff;
}

.exhibitor-content {
  font-family: ui-sans-serif, system-ui;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
}

.ticket-cta {
  border: 1px solid rgba(201, 162, 74, 0.2);
  background: linear-gradient(
    180deg,
    rgba(201, 162, 74, 0.08),
    rgba(255, 255, 255, 0.02)
  );
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.signup-info-panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.02);
}

.signup-benefits li {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 0.75rem;
  font-family: ui-sans-serif, system-ui;
}

.event-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.event-form-card .event-card-body {
  padding: 1.75rem;
}

.event-form .form-label {
  font-family: ui-sans-serif, system-ui;
  color: rgba(255, 255, 255, 0.82);
}

.event-form .form-control,
.event-form .form-select {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 14px;
  padding: 0.95rem 1rem;
}

.event-form .form-control:focus,
.event-form .form-select:focus {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(201, 162, 74, 0.55);
  box-shadow: 0 0 0 0.2rem rgba(201, 162, 74, 0.1);
  color: #fff;
}

.event-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.event-form .form-check-label {
  font-family: ui-sans-serif, system-ui;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

@media (max-width: 991px) {
  .event-hero-shell,
  .editorial-block,
  .ticket-cta {
    padding: 1.5rem;
  }

  .exhibitor-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .event-hero-modern {
    padding-top: 100px;
  }
}
.event-facts-list li {
  padding: 0 0 1rem 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
  font-family: ui-sans-serif, system-ui;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 1rem;
}

.event-facts-list li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.event-richtext h3 {
  font-size: 1.2rem;
  margin-top: 1.8rem;
  margin-bottom: 0.75rem;
  color: #fff;
}

.event-richtext h3:first-child {
  margin-top: 0;
}

.event-accordion-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.event-accordion-card:hover {
  border-color: rgba(201, 162, 74, 0.25);
  background: rgba(255, 255, 255, 0.03);
}

.event-accordion-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 18px 20px;
  background: transparent;
  border: none;
  cursor: pointer;

  color: #fff;
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
}

.event-accordion-toggle i {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  color: var(--gold);
}

.event-accordion-card.active .event-accordion-toggle i {
  transform: rotate(45deg);
}

.event-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 20px;
}

.event-accordion-card.active .event-accordion-content {
  padding: 0 20px 18px 20px;
}

.event-accordion-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: ui-sans-serif, system-ui;
  line-height: 1.8;
}

.event-benefit-card {
  height: 100%;
  padding: 22px;
  border-radius: 20px;

  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);

  transition: all 0.3s ease;
}

.event-benefit-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 162, 74, 0.25);
  background: rgba(255, 255, 255, 0.03);
}

.event-benefit-icon {
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  color: var(--gold);
  margin-bottom: 10px;
}

.event-benefit-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.6rem;
  color: #fff;
}

.event-benefit-card p {
  font-family: ui-sans-serif, system-ui;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin-bottom: 0;
}

.guest-highlight {
  position: relative;
  border-radius: 28px;
  padding: 2.5rem;
  overflow: hidden;

  border: 1px solid rgba(201, 162, 74, 0.18);
  background: linear-gradient(
    180deg,
    rgba(201, 162, 74, 0.08),
    rgba(255, 255, 255, 0.02)
  );

  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
}

.guest-highlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(201, 162, 74, 0.2),
    transparent 40%
  );
  pointer-events: none;
}

.guest-image-wrap {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.guest-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.guest-title {
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.1;
  color: #fff;
}

.guest-title span {
  color: var(--gold);
}

.guest-instagram {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 10px 16px;
  border-radius: 999px;

  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);

  text-decoration: none;
  color: rgba(255, 255, 255, 0.85);
  font-family: ui-sans-serif, system-ui;

  transition: all 0.25s ease;
}

.guest-instagram i {
  font-size: 1.2rem;
}

.guest-instagram:hover {
  color: #000;
  background: var(--gold);
  border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(201, 162, 74, 0.35);
}

.talent-shell {
  position: relative;
  border: 1px solid rgba(201, 162, 74, 0.18);
  background: linear-gradient(
    180deg,
    rgba(201, 162, 74, 0.08),
    rgba(255, 255, 255, 0.02)
  );
  border-radius: 28px;
  padding: 2rem;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.talent-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(201, 162, 74, 0.12),
    transparent 35%
  );
  pointer-events: none;
}

.talent-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  color: #fff;
}

.talent-subheadline {
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.5;
  color: var(--gold);
  max-width: 42rem;
}

.talent-visual-card {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.talent-visual-card img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

@media (max-width: 991px) {
  .talent-shell {
    padding: 1.5rem;
  }

  .talent-visual-card img {
    min-height: 320px;
  }
}

select option {
  background-color: #000;
  color: #fff;
}

.why-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
  transition: all 0.3s ease;
}

.why-card:hover {
  border-color: rgba(201, 162, 74, 0.25);
}

.why-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: transparent;
  border: none;
  cursor: pointer;

  font-family: ui-serif, Georgia;
  font-size: 1.2rem;
  color: #fff;
}

.why-toggle i {
  color: var(--gold);
  transition: 0.3s;
}

.why-card.active .why-toggle i {
  transform: rotate(45deg);
}

.why-content {
  padding: 0 20px 20px 20px;
}

.why-headline {
  color: var(--gold);
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.why-content p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
}

.why-more {
  display: none;
  margin-top: 10px;
}

.why-card.show-more .why-more {
  display: block;
}

.why-readmore {
  margin-top: 12px;
  background: none;
  border: none;
  color: var(--gold);
  cursor: pointer;
  font-family: ui-sans-serif;
}
