/* RuniverseHub · PUBLIC-EVENT-PREMIUM-CONTENT-1.0
   Historia, cronograma, recorrido, categorías, información importante,
   FAQ, organizador y CTA final. Usa datos productivos del View Model. */

.rh-v2-public-event-premium-core {
  --rh-event-content-gap: clamp(22px, 4vw, 38px);
  --rh-event-content-radius: clamp(22px, 3vw, 30px);
  --rh-event-content-pad: clamp(20px, 4vw, 34px);
}

.rh-v2-public-event-premium-core .rh-v2-event-detail-main {
  gap: var(--rh-event-content-gap);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-section-head > div {
  min-width: 0;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-section-head span,
.rh-v2-public-event-premium-core .rh-v2-event-premium-section-head small {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 7px;
  color: var(--rh-event-p-green);
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-section-head h2 {
  margin: 0;
  color: var(--rh-event-p-text);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-section-head > p {
  max-width: 410px;
  margin: 0;
  color: var(--rh-event-p-muted);
  font-size: .88rem;
  line-height: 1.65;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-section-head > a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(85, 242, 177, .2);
  border-radius: 999px;
  background: rgba(85, 242, 177, .055);
  color: var(--rh-event-p-text);
  font-size: .78rem;
  font-weight: 850;
  white-space: nowrap;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-section-head > a:hover {
  border-color: rgba(85, 242, 177, .43);
  background: rgba(85, 242, 177, .1);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-section-head > a svg {
  width: 15px;
  height: 15px;
}

/* Historia */
.rh-v2-public-event-premium-core .rh-v2-event-premium-story,
.rh-v2-public-event-premium-core .rh-v2-event-premium-schedule,
.rh-v2-public-event-premium-core .rh-v2-event-premium-route,
.rh-v2-public-event-premium-core .rh-v2-event-premium-categories,
.rh-v2-public-event-premium-core .rh-v2-event-premium-important,
.rh-v2-public-event-premium-core .rh-v2-event-premium-faq {
  position: relative;
  overflow: hidden;
  padding: var(--rh-event-content-pad);
  border: 1px solid var(--rh-event-p-border);
  border-radius: var(--rh-event-content-radius);
  background:
    linear-gradient(145deg, rgba(16, 34, 49, .94), rgba(8, 21, 33, .96));
  box-shadow: var(--rh-event-p-shadow);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-story::before,
.rh-v2-public-event-premium-core .rh-v2-event-premium-route::before,
.rh-v2-public-event-premium-core .rh-v2-event-premium-categories::before,
.rh-v2-public-event-premium-core .rh-v2-event-premium-important::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--rh-event-p-green), var(--rh-event-p-cyan), transparent 92%);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-story__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(240px, .75fr);
  gap: 18px;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-story__main,
.rh-v2-public-event-premium-core .rh-v2-event-premium-story__highlight {
  border: 1px solid rgba(147, 192, 218, .13);
  border-radius: 23px;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-story__main {
  padding: clamp(20px, 3vw, 30px);
  background: rgba(4, 15, 25, .44);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-story__lead {
  margin: 0;
  color: var(--rh-event-p-text);
  font-size: clamp(1.04rem, 2vw, 1.28rem);
  font-weight: 720;
  line-height: 1.65;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-story__body {
  margin: 18px 0 0;
  color: var(--rh-event-p-muted);
  font-size: .94rem;
  line-height: 1.8;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-story__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-story__highlight {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px;
  background:
    radial-gradient(circle at 10% 0%, rgba(85, 242, 177, .14), transparent 15rem),
    rgba(6, 25, 31, .72);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-story__highlight > span {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border: 1px solid rgba(85, 242, 177, .25);
  border-radius: 15px;
  background: rgba(85, 242, 177, .08);
  color: var(--rh-event-p-green);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-story__highlight svg {
  width: 21px;
  height: 21px;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-story__highlight small,
.rh-v2-public-event-premium-core .rh-v2-event-premium-story__highlight strong,
.rh-v2-public-event-premium-core .rh-v2-event-premium-story__highlight p {
  display: block;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-story__highlight small {
  margin-bottom: 8px;
  color: var(--rh-event-p-green);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-story__highlight strong {
  margin-bottom: 8px;
  color: var(--rh-event-p-text);
  font-size: 1rem;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-story__highlight p {
  margin: 0;
  color: var(--rh-event-p-muted);
  font-size: .84rem;
  line-height: 1.7;
}

/* Cronograma */
.rh-v2-public-event-premium-core .rh-v2-event-premium-timeline {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-timeline li {
  display: grid;
  grid-template-columns: 22px 86px minmax(0, 1fr);
  gap: 15px;
  min-height: 82px;
  align-items: start;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-timeline__rail {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: center;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-timeline__rail::after {
  content: "";
  position: absolute;
  top: 17px;
  bottom: -2px;
  width: 1px;
  background: linear-gradient(var(--rh-event-p-green), rgba(49, 200, 255, .18));
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-timeline li:last-child .rh-v2-event-premium-timeline__rail::after {
  display: none;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-timeline__rail i {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin-top: 5px;
  border: 3px solid #0b1b28;
  border-radius: 50%;
  background: var(--rh-event-p-green);
  box-shadow: 0 0 0 4px rgba(85, 242, 177, .09), 0 0 22px rgba(85, 242, 177, .32);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-timeline time {
  padding-top: 1px;
  color: var(--rh-event-p-green);
  font-size: .82rem;
  font-weight: 900;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-timeline li > div {
  min-width: 0;
  padding: 0 0 24px;
  border-bottom: 1px solid rgba(140, 185, 211, .1);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-timeline li:last-child > div {
  padding-bottom: 0;
  border-bottom: 0;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-timeline small,
.rh-v2-public-event-premium-core .rh-v2-event-premium-timeline strong {
  display: block;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-timeline small {
  margin-bottom: 5px;
  color: var(--rh-event-p-soft);
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-timeline strong {
  color: var(--rh-event-p-text);
  font-size: .98rem;
  line-height: 1.45;
}

/* Recorrido */
.rh-v2-public-event-premium-core .rh-v2-event-premium-route__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(250px, .75fr);
  gap: 18px;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-route__map {
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(147, 192, 218, .14);
  border-radius: 23px;
  background: #07131f;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-route__map iframe {
  width: 100%;
  height: 100%;
  min-height: 390px;
  border: 0;
  filter: saturate(.9) contrast(1.03);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-route__empty {
  display: grid;
  min-height: 390px;
  place-content: center;
  gap: 9px;
  padding: 28px;
  text-align: center;
  color: var(--rh-event-p-muted);
  background:
    linear-gradient(rgba(49, 200, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(49, 200, 255, .04) 1px, transparent 1px);
  background-size: 28px 28px;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-route__empty svg {
  width: 42px;
  height: 42px;
  margin: 0 auto 5px;
  color: var(--rh-event-p-green);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-route__empty strong {
  color: var(--rh-event-p-text);
  font-size: 1.08rem;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-route__details {
  display: grid;
  align-content: start;
  gap: 10px;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-route__details article {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border: 1px solid rgba(147, 192, 218, .12);
  border-radius: 18px;
  background: rgba(5, 17, 28, .54);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-route__details article > i {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 13px;
  background: rgba(85, 242, 177, .08);
  color: var(--rh-event-p-green);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-route__details article svg {
  width: 18px;
  height: 18px;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-route__details small,
.rh-v2-public-event-premium-core .rh-v2-event-premium-route__details strong {
  display: block;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-route__details small {
  margin-bottom: 3px;
  color: var(--rh-event-p-soft);
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-route__details strong {
  overflow-wrap: anywhere;
  color: var(--rh-event-p-text);
  font-size: .88rem;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-route__details > p {
  margin: 4px 0;
  padding: 15px;
  border-left: 2px solid var(--rh-event-p-cyan);
  color: var(--rh-event-p-muted);
  font-size: .83rem;
  line-height: 1.65;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-route__details .rh-v2-button {
  width: 100%;
  justify-content: center;
  margin-top: 2px;
}

/* Categorías */
.rh-v2-public-event-premium-core .rh-v2-event-premium-tabs > div[role="tablist"] {
  display: flex;
  width: fit-content;
  max-width: 100%;
  gap: 7px;
  overflow-x: auto;
  margin-bottom: 20px;
  padding: 5px;
  border: 1px solid rgba(147, 192, 218, .12);
  border-radius: 17px;
  background: rgba(4, 15, 25, .56);
  scrollbar-width: none;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-tabs > div[role="tablist"]::-webkit-scrollbar {
  display: none;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-tabs [role="tab"] {
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid transparent;
  border-radius: 13px;
  background: transparent;
  color: var(--rh-event-p-muted);
  font-size: .82rem;
  font-weight: 850;
  white-space: nowrap;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-tabs [role="tab"][aria-selected="true"] {
  border-color: rgba(85, 242, 177, .22);
  background: linear-gradient(135deg, rgba(85, 242, 177, .92), rgba(49, 200, 255, .92));
  color: #05201d;
  box-shadow: 0 10px 26px rgba(49, 200, 255, .12);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-tabs [role="tabpanel"] {
  outline: none;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-category-grid {
  display: grid;
  gap: 16px;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-category-card {
  overflow: hidden;
  border: 1px solid rgba(147, 192, 218, .14);
  border-radius: 23px;
  background: rgba(4, 15, 25, .46);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-category-card > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(147, 192, 218, .1);
  background: linear-gradient(90deg, rgba(13, 36, 48, .82), rgba(8, 22, 34, .48));
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-category-card > header > div {
  min-width: 0;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-category-card > header span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 5px 8px;
  border: 1px solid rgba(49, 200, 255, .24);
  border-radius: 999px;
  background: rgba(49, 200, 255, .07);
  color: var(--rh-event-p-cyan);
  font-size: .63rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-category-card > header span.is-participative {
  border-color: rgba(85, 242, 177, .24);
  background: rgba(85, 242, 177, .07);
  color: var(--rh-event-p-green);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-category-card > header h3 {
  margin: 7px 0 0;
  color: var(--rh-event-p-text);
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 900;
  letter-spacing: -.03em;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-category-card > header > small {
  flex: 0 0 auto;
  color: var(--rh-event-p-soft);
  font-size: .72rem;
  font-weight: 800;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-category-card__groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-category-group {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(147, 192, 218, .11);
  border-radius: 18px;
  background: rgba(9, 24, 37, .67);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-category-group h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 13px;
  color: var(--rh-event-p-text);
  font-size: .86rem;
  font-weight: 880;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-category-group h4 > span {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--rh-event-p-cyan);
  box-shadow: 0 0 14px rgba(49, 200, 255, .34);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-category-group.is-damas h4 > span {
  background: var(--rh-event-p-green);
  box-shadow: 0 0 14px rgba(85, 242, 177, .34);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-category-group h4 small {
  display: grid;
  min-width: 25px;
  height: 25px;
  margin-left: auto;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  color: var(--rh-event-p-soft);
  font-size: .62rem;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-category-group ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-category-group li {
  max-width: 100%;
  padding: 7px 9px;
  border: 1px solid rgba(147, 192, 218, .11);
  border-radius: 999px;
  background: rgba(255,255,255,.025);
  color: rgba(231, 242, 249, .77);
  font-size: .72rem;
  line-height: 1.25;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-category-group li.is-rh-category-hidden {
  display: none;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-category-group > button {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  padding: 6px 10px;
  border: 1px solid rgba(85, 242, 177, .16);
  border-radius: 999px;
  background: rgba(85, 242, 177, .045);
  color: var(--rh-event-p-green);
  font-size: .69rem;
  font-weight: 850;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-category-group > button svg {
  width: 13px;
  height: 13px;
  transition: transform .2s ease;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-category-group > button[aria-expanded="true"] svg {
  transform: rotate(90deg);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-category-card__empty,
.rh-v2-public-event-premium-core .rh-v2-event-premium-category-fallback {
  margin: 0;
  padding: 20px;
  color: var(--rh-event-p-muted);
  font-size: .88rem;
  line-height: 1.7;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-rule-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-rule-grid li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px;
  border: 1px solid rgba(147, 192, 218, .11);
  border-radius: 17px;
  background: rgba(4, 15, 25, .42);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-rule-grid li > span {
  display: grid;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  place-items: center;
  border-radius: 11px;
  background: rgba(85, 242, 177, .08);
  color: var(--rh-event-p-green);
  font-size: .65rem;
  font-weight: 900;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-rule-grid p {
  margin: 2px 0 0;
  color: var(--rh-event-p-muted);
  font-size: .8rem;
  line-height: 1.55;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-info-grid article {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 18px;
  border: 1px solid rgba(147, 192, 218, .12);
  border-radius: 19px;
  background: rgba(4, 15, 25, .45);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-info-grid i {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border-radius: 13px;
  background: rgba(49, 200, 255, .08);
  color: var(--rh-event-p-cyan);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-info-grid svg {
  width: 18px;
  height: 18px;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-info-grid small {
  display: block;
  margin-bottom: 7px;
  color: var(--rh-event-p-green);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-info-grid p {
  margin: 0;
  color: var(--rh-event-p-muted);
  font-size: .82rem;
  line-height: 1.65;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-empty-state {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border: 1px dashed rgba(147, 192, 218, .18);
  border-radius: 19px;
  color: var(--rh-event-p-muted);
  background: rgba(4, 15, 25, .34);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-empty-state > svg {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  color: var(--rh-event-p-green);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-empty-state strong,
.rh-v2-public-event-premium-core .rh-v2-event-premium-empty-state p {
  display: block;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-empty-state strong {
  margin-bottom: 4px;
  color: var(--rh-event-p-text);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-empty-state p {
  margin: 0;
  font-size: .8rem;
}

/* Información importante */
.rh-v2-public-event-premium-core .rh-v2-event-premium-important__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-important__grid > article {
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(147, 192, 218, .12);
  border-radius: 21px;
  background: rgba(4, 15, 25, .46);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-important__grid article > header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-important__grid article > header > i {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 14px;
  background: rgba(85, 242, 177, .08);
  color: var(--rh-event-p-green);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-important__grid article > header svg {
  width: 20px;
  height: 20px;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-important__grid article > header small,
.rh-v2-public-event-premium-core .rh-v2-event-premium-important__grid article > header h3 {
  display: block;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-important__grid article > header small {
  margin-bottom: 3px;
  color: var(--rh-event-p-soft);
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-important__grid article > header h3 {
  margin: 0;
  color: var(--rh-event-p-text);
  font-size: 1.02rem;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-important__grid article > p {
  margin: 0 0 14px;
  color: var(--rh-event-p-muted);
  font-size: .83rem;
  line-height: 1.7;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-important__kits > div {
  display: grid;
  gap: 8px;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-important__kits section {
  padding: 13px;
  border: 1px solid rgba(147, 192, 218, .1);
  border-radius: 14px;
  background: rgba(255,255,255,.02);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-important__kits strong,
.rh-v2-public-event-premium-core .rh-v2-event-premium-important__kits span {
  display: block;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-important__kits strong {
  color: var(--rh-event-p-text);
  font-size: .82rem;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-important__kits span,
.rh-v2-public-event-premium-core .rh-v2-event-premium-important__kits li {
  margin-top: 4px;
  color: var(--rh-event-p-muted);
  font-size: .73rem;
  line-height: 1.5;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-important__kits ul {
  margin: 7px 0 0;
  padding-left: 18px;
}

/* FAQ */
.rh-v2-public-event-premium-core .rh-v2-event-premium-faq__list {
  display: grid;
  gap: 9px;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-faq details {
  overflow: hidden;
  border: 1px solid rgba(147, 192, 218, .12);
  border-radius: 17px;
  background: rgba(4, 15, 25, .45);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-faq details:hover,
.rh-v2-public-event-premium-core .rh-v2-event-premium-faq details[open] {
  border-color: rgba(85, 242, 177, .24);
  background: rgba(6, 24, 31, .62);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-faq summary {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr) 28px;
  gap: 12px;
  align-items: center;
  min-height: 64px;
  padding: 13px 16px;
  cursor: pointer;
  list-style: none;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-faq summary::-webkit-details-marker {
  display: none;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-faq summary > span {
  display: grid;
  width: 33px;
  height: 33px;
  place-items: center;
  border-radius: 11px;
  background: rgba(49, 200, 255, .07);
  color: var(--rh-event-p-cyan);
  font-size: .63rem;
  font-weight: 900;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-faq summary strong {
  color: var(--rh-event-p-text);
  font-size: .88rem;
  line-height: 1.4;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-faq summary > i {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 9px;
  background: rgba(255,255,255,.04);
  color: var(--rh-event-p-green);
  font-style: normal;
  transition: transform .2s ease;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-faq details[open] summary > i {
  transform: rotate(45deg);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-faq details > p {
  margin: 0;
  padding: 0 16px 17px 63px;
  color: var(--rh-event-p-muted);
  font-size: .82rem;
  line-height: 1.7;
}

/* Organizador */
.rh-v2-public-event-premium-core .rh-v2-event-premium-organizer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(250px, .8fr);
  gap: 20px;
  overflow: hidden;
  padding: var(--rh-event-content-pad);
  border: 1px solid rgba(85, 242, 177, .22);
  border-radius: var(--rh-event-content-radius);
  background:
    linear-gradient(135deg, rgba(10, 39, 43, .95), rgba(8, 23, 35, .96));
  box-shadow: var(--rh-event-p-shadow);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-organizer__glow {
  position: absolute;
  top: -9rem;
  right: -8rem;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: rgba(49, 200, 255, .13);
  filter: blur(60px);
  pointer-events: none;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-organizer__identity {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 18px;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-organizer__identity > i {
  display: grid;
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  place-items: center;
  border: 1px solid rgba(85, 242, 177, .3);
  border-radius: 23px;
  background: linear-gradient(145deg, rgba(85, 242, 177, .22), rgba(49, 200, 255, .12));
  color: var(--rh-event-p-text);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-organizer__identity small {
  display: block;
  margin-bottom: 5px;
  color: var(--rh-event-p-green);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-organizer__identity h2 {
  margin: 0;
  color: var(--rh-event-p-text);
  font-size: clamp(1.35rem, 2.7vw, 2rem);
  letter-spacing: -.035em;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-organizer__identity p {
  margin: 7px 0 0;
  color: var(--rh-event-p-muted);
  font-size: .82rem;
  line-height: 1.55;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-organizer__trust {
  position: relative;
  display: grid;
  align-content: center;
  gap: 9px;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-organizer__trust > span,
.rh-v2-public-event-premium-core .rh-v2-event-premium-organizer__trust > a:not(.rh-v2-button) {
  display: flex;
  min-height: 39px;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid rgba(147, 192, 218, .1);
  border-radius: 13px;
  background: rgba(4, 15, 25, .31);
  color: var(--rh-event-p-muted);
  font-size: .73rem;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-organizer__trust svg {
  width: 15px;
  height: 15px;
  color: var(--rh-event-p-green);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-organizer__trust .rh-v2-button {
  justify-content: center;
}

/* CTA final */
.rh-v2-public-event-premium-core .rh-v2-event-premium-final-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  overflow: hidden;
  align-items: center;
  padding: clamp(26px, 5vw, 46px);
  border: 1px solid rgba(85, 242, 177, .28);
  border-radius: clamp(25px, 4vw, 36px);
  background: linear-gradient(120deg, #0d3537 0%, #0b2533 58%, #091b2a 100%);
  box-shadow: 0 32px 80px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.055);
  isolation: isolate;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-final-cta__grid {
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .08;
  background-image:
    linear-gradient(rgba(255,255,255,.55) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.55) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, #000, transparent 80%);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-final-cta__glow {
  position: absolute;
  z-index: -1;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  filter: blur(64px);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-final-cta__glow.is-green {
  left: -8rem;
  bottom: -12rem;
  background: rgba(85, 242, 177, .22);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-final-cta__glow.is-cyan {
  top: -12rem;
  right: -9rem;
  background: rgba(49, 200, 255, .2);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-final-cta small {
  display: block;
  margin-bottom: 8px;
  color: var(--rh-event-p-green);
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-final-cta h2 {
  max-width: 700px;
  margin: 0;
  color: var(--rh-event-p-text);
  font-size: clamp(1.7rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-final-cta p {
  max-width: 680px;
  margin: 12px 0 0;
  color: var(--rh-event-p-muted);
  font-size: .9rem;
  line-height: 1.65;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-final-cta > div:first-of-type > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 17px;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-final-cta > div:first-of-type > div > span {
  padding: 7px 9px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(4, 15, 25, .35);
  color: var(--rh-event-p-muted);
  font-size: .7rem;
  font-weight: 760;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-final-cta > div:first-of-type > div strong {
  color: var(--rh-event-p-text);
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-final-cta__actions {
  display: grid;
  min-width: 210px;
  gap: 9px;
}

.rh-v2-public-event-premium-core .rh-v2-event-premium-final-cta__actions .rh-v2-button {
  width: 100%;
  justify-content: center;
}

/* Focus, reveal y estados */
.rh-v2-public-event-premium-core .rh-v2-event-premium-tabs [role="tab"]:focus-visible,
.rh-v2-public-event-premium-core .rh-v2-event-premium-category-group > button:focus-visible,
.rh-v2-public-event-premium-core .rh-v2-event-premium-faq summary:focus-visible {
  outline: 3px solid rgba(49, 200, 255, .42);
  outline-offset: 3px;
}

.rh-v2-public-event-premium-core [data-rh-event-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .34s ease, transform .34s ease;
}

.rh-v2-public-event-premium-core [data-rh-event-reveal].is-in {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .rh-v2-public-event-premium-core .rh-v2-event-premium-story__layout,
  .rh-v2-public-event-premium-core .rh-v2-event-premium-route__layout,
  .rh-v2-public-event-premium-core .rh-v2-event-premium-organizer {
    grid-template-columns: 1fr;
  }

  .rh-v2-public-event-premium-core .rh-v2-event-premium-category-card__groups,
  .rh-v2-public-event-premium-core .rh-v2-event-premium-important__grid {
    grid-template-columns: 1fr;
  }

  .rh-v2-public-event-premium-core .rh-v2-event-premium-final-cta {
    grid-template-columns: 1fr;
  }

  .rh-v2-public-event-premium-core .rh-v2-event-premium-final-cta__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }
}

@media (max-width: 700px) {
  .rh-v2-public-event-premium-core .rh-v2-event-premium-section-head {
    display: grid;
    align-items: start;
    gap: 9px;
  }

  .rh-v2-public-event-premium-core .rh-v2-event-premium-section-head > p {
    max-width: none;
    font-size: .8rem;
  }

  .rh-v2-public-event-premium-core .rh-v2-event-premium-section-head > a {
    width: fit-content;
  }

  .rh-v2-public-event-premium-core .rh-v2-event-premium-story,
  .rh-v2-public-event-premium-core .rh-v2-event-premium-schedule,
  .rh-v2-public-event-premium-core .rh-v2-event-premium-route,
  .rh-v2-public-event-premium-core .rh-v2-event-premium-categories,
  .rh-v2-public-event-premium-core .rh-v2-event-premium-important,
  .rh-v2-public-event-premium-core .rh-v2-event-premium-faq {
    border-radius: 23px;
  }

  .rh-v2-public-event-premium-core .rh-v2-event-premium-story__highlight {
    padding: 17px;
  }

  .rh-v2-public-event-premium-core .rh-v2-event-premium-timeline li {
    grid-template-columns: 18px 66px minmax(0, 1fr);
    gap: 10px;
  }

  .rh-v2-public-event-premium-core .rh-v2-event-premium-timeline time {
    font-size: .72rem;
  }

  .rh-v2-public-event-premium-core .rh-v2-event-premium-route__map,
  .rh-v2-public-event-premium-core .rh-v2-event-premium-route__map iframe,
  .rh-v2-public-event-premium-core .rh-v2-event-premium-route__empty {
    min-height: 300px;
  }

  .rh-v2-public-event-premium-core .rh-v2-event-premium-tabs > div[role="tablist"] {
    width: 100%;
  }

  .rh-v2-public-event-premium-core .rh-v2-event-premium-category-card > header {
    align-items: flex-start;
    padding: 16px;
  }

  .rh-v2-public-event-premium-core .rh-v2-event-premium-category-card__groups {
    padding: 12px;
  }

  .rh-v2-public-event-premium-core .rh-v2-event-premium-category-group {
    padding: 14px;
  }

  .rh-v2-public-event-premium-core .rh-v2-event-premium-category-group li {
    font-size: .69rem;
  }

  .rh-v2-public-event-premium-core .rh-v2-event-premium-rule-grid,
  .rh-v2-public-event-premium-core .rh-v2-event-premium-info-grid {
    grid-template-columns: 1fr;
  }

  .rh-v2-public-event-premium-core .rh-v2-event-premium-faq summary {
    grid-template-columns: 31px minmax(0, 1fr) 25px;
    gap: 9px;
    padding: 12px;
  }

  .rh-v2-public-event-premium-core .rh-v2-event-premium-faq details > p {
    padding: 0 12px 15px 52px;
  }

  .rh-v2-public-event-premium-core .rh-v2-event-premium-organizer__identity {
    align-items: flex-start;
  }

  .rh-v2-public-event-premium-core .rh-v2-event-premium-organizer__identity > i {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    border-radius: 18px;
  }

  .rh-v2-public-event-premium-core .rh-v2-event-premium-final-cta__actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .rh-v2-public-event-premium-core .rh-v2-event-premium-section-head h2 {
    font-size: 1.45rem;
  }

  .rh-v2-public-event-premium-core .rh-v2-event-premium-category-card > header {
    display: grid;
    gap: 8px;
  }

  .rh-v2-public-event-premium-core .rh-v2-event-premium-category-card > header > small {
    justify-self: start;
  }

  .rh-v2-public-event-premium-core .rh-v2-event-premium-category-group ul {
    gap: 6px;
  }

  .rh-v2-public-event-premium-core .rh-v2-event-premium-category-group li {
    padding: 6px 8px;
  }

  .rh-v2-public-event-premium-core .rh-v2-event-premium-important__grid > article {
    padding: 16px;
  }

  .rh-v2-public-event-premium-core .rh-v2-event-premium-organizer__identity {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rh-v2-public-event-premium-core [data-rh-event-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .rh-v2-public-event-premium-core .rh-v2-event-premium-category-group > button svg,
  .rh-v2-public-event-premium-core .rh-v2-event-premium-faq summary > i {
    transition: none;
  }
}
