/* RockNGo Portal — Home otimizada v1.18.2
 * Stylesheet dedicado à página inicial. Mantém a identidade visual da 1.18.1
 * sem carregar, na Home, regras exclusivas de Agenda, posts, eventos e páginas internas.
 */


/* Bloco preservado da folha principal: linhas 1-636 da v1.18.1. */
:root {
  --rng-bg: #0a0a0a;
  --rng-bg-soft: #0f0f0f;
  --rng-panel: #121212;
  --rng-panel-2: #171717;
  --rng-line: #363636;
  --rng-line-soft: #252525;
  --rng-red: #c1121f;
  --rng-red-bright: #e03a32;
  --rng-text: #f4f4f1;
  --rng-muted: #a8a8a5;
  --rng-warm: #d5c7ad;
  --rng-radius: 4px;
  --rng-shell: 1440px;
  --rng-shadow: 0 18px 50px rgba(0,0,0,.35);
}

html { scroll-behavior: smooth; background: var(--rng-bg); overflow-x: clip; }
body { background: var(--rng-bg); overflow-x: clip; }
body.elementor-page { overflow-x: clip; }

/*
 * A página inicial é montada por um shortcode dentro do Elementor.
 * Alguns modelos do tema deixam um fundo azul-acinzentado e pequenos
 * espaçamentos acima e abaixo do widget. O reset abaixo atua somente
 * na home do portal e mantém páginas internas intactas.
 */
body.rng-portal-homepage {
  margin: 0 !important;
  padding: 0 !important;
  background: var(--rng-bg) !important;
}

body.rng-portal-homepage #page,
body.rng-portal-homepage .site,
body.rng-portal-homepage .site-content,
body.rng-portal-homepage .ast-container,
body.rng-portal-homepage #primary,
body.rng-portal-homepage .content-area,
body.rng-portal-homepage .entry-content,
body.rng-portal-homepage .elementor,
body.rng-portal-homepage .elementor-section-wrap,
body.rng-portal-homepage .elementor > .elementor-element,
body.rng-portal-homepage .e-con.e-parent,
body.rng-portal-homepage .e-con-inner,
body.rng-portal-homepage .elementor-widget-shortcode,
body.rng-portal-homepage .elementor-widget-shortcode > .elementor-widget-container,
body.rng-portal-homepage .elementor-shortcode {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: var(--rng-bg) !important;
}

.rng-site,
.rng-site * { box-sizing: border-box; }

.rng-site {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  /* O recorte horizontal fica no documento. Manter este contêiner sem
     overflow vertical é essencial para o cabeçalho sticky funcionar. */
  overflow: visible;
  background:
    radial-gradient(circle at 12% 5%, rgba(193,18,31,.08), transparent 28%),
    linear-gradient(180deg, #090909, #0b0b0b 55%, #080808);
  color: var(--rng-text);
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

.rng-site a { color: inherit; text-decoration: none; }
.rng-site img { display: block; max-width: 100%; }
.rng-site svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.rng-site button { font: inherit; }
.rng-shell { width: min(calc(100% - 64px), var(--rng-shell)); margin-inline: auto; }

.rng-header {
  position: sticky;
  z-index: 9999;
  top: 0;
  background: rgba(6,6,6,.96);
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  backdrop-filter: blur(18px) saturate(1.05);
  -webkit-backdrop-filter: blur(18px) saturate(1.05);
  transition: background-color .28s ease, border-color .28s ease, box-shadow .28s ease, backdrop-filter .28s ease;
}

/* Ao rolar, o cabeçalho fica discretamente mais compacto e ganha
   profundidade, sem abandonar o preto, o vermelho e o metal da marca. */
.rng-header.is-scrolled {
  background: rgba(5,5,5,.88);
  border-bottom-color: rgba(224,58,50,.34);
  box-shadow: 0 12px 34px rgba(0,0,0,.48), 0 1px 0 rgba(193,18,31,.14);
  backdrop-filter: blur(22px) saturate(1.18);
  -webkit-backdrop-filter: blur(22px) saturate(1.18);
}

body.admin-bar .rng-header { top: 32px; }

.rng-header__inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: 250px 1fr auto;
  align-items: center;
  gap: 28px;
  transition: min-height .28s ease, gap .28s ease;
}

.rng-header.is-scrolled .rng-header__inner {
  min-height: 72px;
}

.rng-brand { display: inline-flex; align-items: center; width: fit-content; }
.rng-brand img { max-height: 56px; width: auto; transition: max-height .28s ease, opacity .28s ease; }
.rng-header.is-scrolled .rng-brand img { max-height: 46px; }
.rng-brand span,
.rng-footer__logo span {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .02em;
  color: #d7d3ca;
  text-shadow: 0 1px 0 #fff, 0 3px 10px rgba(0,0,0,.9);
  background: linear-gradient(180deg,#f0ede6,#8f8b82 48%,#d7d3ca 70%,#69665f);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rng-nav { display: flex; justify-content: center; align-items: stretch; gap: 30px; }
.rng-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 88px;
  color: #eee;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  transition: color .2s ease, min-height .28s ease;
}
.rng-nav a::after {
  content: "";
  position: absolute;
  right: 50%; bottom: 0; left: 50%;
  height: 3px;
  background: var(--rng-red-bright);
  transition: left .2s ease,right .2s ease;
}
.rng-nav a:hover,
.rng-nav a.is-active { color: #fff; }
.rng-nav a:hover::after,
.rng-nav a.is-active::after { left: 0; right: 0; }
.rng-header.is-scrolled .rng-nav a { min-height: 72px; }
.rng-header.is-scrolled .rng-btn--small { min-height: 38px; padding-inline: 22px; }

.rng-header__tools { display: flex; align-items: center; gap: 20px; }
.rng-search { display: grid; place-items: center; width: 40px; height: 40px; font-size: 24px; }

.rng-account-access {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  color: #ededed;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color .2s ease;
}
.rng-account-access__icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border: 1px solid #3b3b3b;
  border-radius: 50%;
  background: rgba(255,255,255,.03);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.rng-account-access__icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.rng-account-access__label {
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rng-account-access:hover,
.rng-account-access:focus-visible,
.rng-account-access.is-active { color: #fff; }
.rng-account-access:hover .rng-account-access__icon,
.rng-account-access:focus-visible .rng-account-access__icon,
.rng-account-access.is-active .rng-account-access__icon {
  border-color: var(--rng-red-bright);
  background: rgba(193,18,31,.16);
  transform: translateY(-1px);
}

.rng-menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.rng-menu-toggle > span:not(.screen-reader-text) { display: block; width: 26px; height: 2px; background: #fff; margin: 5px 0; }
.screen-reader-text { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }

.rng-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.rng-btn:hover { transform: translateY(-2px); }
.rng-btn--primary { background: linear-gradient(180deg, var(--rng-red-bright), var(--rng-red)); box-shadow: 0 10px 26px rgba(193,18,31,.22); }
.rng-btn--primary:hover { background: #e13b33; }
.rng-btn--ghost { background: rgba(5,5,5,.5); border-color: #d0d0d0; }
.rng-btn--ghost:hover { border-color: var(--rng-red-bright); }
.rng-btn--outline { border-color: var(--rng-red); background: transparent; }
.rng-btn--small { min-height: 42px; padding-inline: 24px; font-size: 13px; }
.rng-btn--tiny { min-height: 34px; padding-inline: 18px; font-size: 12px; }

.rng-hero {
  position: relative;
  min-height: clamp(340px, 31vw, 440px);
  display: flex;
  align-items: center;
  background-image: var(--rng-hero-image);
  background-size: cover;
  background-position: center;
  isolation: isolate;
}
.rng-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: inherit;
  background-size: cover;
  background-position: center;
  filter: saturate(.9) contrast(1.05);
}
.rng-hero__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4,4,4,.96) 0%, rgba(5,5,5,.78) 34%, rgba(5,5,5,.22) 67%, rgba(5,5,5,.25) 100%),
    linear-gradient(0deg, rgba(5,5,5,.78), transparent 35%),
    radial-gradient(circle at 23% 25%, rgba(193,18,31,.24), transparent 27%);
}
.rng-hero__content { padding-block: 42px; }
.rng-kicker {
  display: inline-block;
  padding: 6px 10px;
  margin-bottom: 16px;
  color: #ff554d;
  background: rgba(193,18,31,.18);
  border-left: 3px solid var(--rng-red-bright);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
}
.rng-hero h1 {
  max-width: 660px;
  margin: 0 0 16px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(48px, 5.2vw, 76px);
  font-weight: 800;
  line-height: .91;
  letter-spacing: -.025em;
  text-wrap: balance;
}
.rng-hero p { max-width: 570px; margin: 0; color: #f0f0ee; font-size: clamp(16px,1.2vw,20px); line-height: 1.45; }
.rng-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.rng-actions--home { align-items: center; }
.rng-hero-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 4px;
  color: #f2f2ef;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-underline-offset: 5px;
  transition: color .2s ease, transform .2s ease;
}
.rng-hero-link span {
  color: var(--rng-red-bright);
  font-size: 17px;
  line-height: 1;
  transition: transform .2s ease;
}
.rng-hero-link:hover,
.rng-hero-link:focus-visible { color: #fff; text-decoration: underline; }
.rng-hero-link:hover span,
.rng-hero-link:focus-visible span { transform: translateY(3px); }
.rng-actions--compact { margin-top: 26px; }

.rng-section { padding: 42px 0; border-top: 1px solid rgba(255,255,255,.045); }
.rng-section--news { padding-top: 30px; background: linear-gradient(180deg, #101010, #0c0c0c); }
.rng-section--split { padding-top: 18px; }
.rng-section--panels { padding-top: 16px; }

.rng-section-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 18px;
}
.rng-section-title h2,
.rng-panel > h2 {
  position: relative;
  margin: 0;
  padding-bottom: 9px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .025em;
  text-transform: uppercase;
}
.rng-section-title h2::after,
.rng-panel > h2::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0;
  width: 44px; height: 2px;
  background: var(--rng-red-bright);
}
.rng-section-title a { display: inline-flex; align-items: center; gap: 3px; color: #ddd; font-size: 13px; }
.rng-section-title a svg { color: var(--rng-red-bright); font-size: 18px; }
.rng-section-title--compact { margin-bottom: 10px; }
.rng-section-title--simple { margin-bottom: 16px; }

.rng-news-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 12px; }
.rng-news-card { min-width: 0; overflow: hidden; background: #121212; border: 1px solid #3a3a3a; border-radius: var(--rng-radius); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.rng-news-card:hover { transform: translateY(-5px); border-color: #5a5a5a; box-shadow: var(--rng-shadow); }
.rng-card-media { position: relative; aspect-ratio: 1.55/1; overflow: hidden; background: #191919; }
.rng-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.rng-news-card:hover .rng-card-media img { transform: scale(1.045); filter: saturate(1.08); }
.rng-tag { position: absolute; z-index: 2; top: 10px; left: 10px; padding: 4px 8px; color: #fff; background: var(--rng-red); border-radius: 2px; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.rng-news-card__body { padding: 13px 12px 12px; }
.rng-news-card h3 { min-height: 43px; margin: 0 0 13px; font-size: 14px; line-height: 1.35; }
.rng-news-card h3 a:hover,
.rng-feature-item h3 a:hover,
.rng-event-card h3 a:hover { color: #ff4a42; }
.rng-meta { display: inline-flex; align-items: center; gap: 6px; color: #9d9d9a; font-size: 11px; }
.rng-meta svg { flex: 0 0 auto; font-size: 14px; }

.rng-events-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.rng-event-card { min-width: 0; display: grid; grid-template-columns: 46% 54%; min-height: 215px; overflow: hidden; border: 1px solid #8a7963; border-radius: var(--rng-radius); background: #141414; }
.rng-event-card__poster { min-height: 100%; overflow: hidden; }
.rng-event-card__poster img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.rng-event-card:hover .rng-event-card__poster img { transform: scale(1.035); }
.rng-event-card__body { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 22px; }
.rng-event-card h3 { margin: 0 0 18px; font-size: 19px; line-height: 1.22; }
.rng-event-card .rng-meta { margin: 4px 0; }
.rng-event-card .rng-btn { margin-top: 16px; }

.rng-split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.rng-column-block--bordered { padding-left: 28px; border-left: 1px solid #2c2c2c; }
.rng-feature-list { display: grid; gap: 12px; }
.rng-feature-item { display: grid; grid-template-columns: 39% 1fr; min-height: 134px; overflow: hidden; background: #111; border: 1px solid #2d2d2d; }
.rng-feature-item__image { overflow: hidden; }
.rng-feature-item__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.rng-feature-item:hover img { transform: scale(1.035); }
.rng-feature-item > div { padding: 13px 16px; }
.rng-feature-item h3 { margin: 0 0 6px; font-size: 16px; line-height: 1.23; }
.rng-feature-item p { margin: 0 0 8px; color: #aaa; font-size: 12px; line-height: 1.4; }

.rng-panels-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.rng-panel { min-height: 320px; padding: 18px; background: linear-gradient(140deg,#151515,#0f0f0f); border: 1px solid #3a3a3a; border-radius: var(--rng-radius); }
.rng-panel > h2 { margin-bottom: 18px; }
.rng-playlist-demo { display: grid; grid-template-columns: 165px 1fr; gap: 20px; align-items: start; }
.rng-playlist-cover { aspect-ratio: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; background: radial-gradient(circle at 70% 20%,rgba(193,18,31,.36),transparent 26%),linear-gradient(135deg,#252525,#080808); border: 1px solid #464646; text-align: center; }
.rng-playlist-cover span { font-family: "Barlow Condensed",sans-serif; font-size: 40px; font-weight: 800; line-height: .83; color: #d9d5cc; }
.rng-playlist-cover small { margin-top: 16px; color: #aaa; font-size: 9px; letter-spacing: .14em; }
.rng-playlist-copy > strong { display: block; font-size: 15px; }
.rng-playlist-copy > p { margin: 4px 0 14px; color: #aaa; font-size: 12px; }
.rng-playlist-copy ol { list-style-position: inside; margin: 0; padding: 0; }
.rng-playlist-copy li { display: grid; grid-template-columns: 1.5fr 1fr auto; gap: 10px; padding: 6px 0; border-bottom: 1px solid #252525; font-size: 12px; }
.rng-playlist-copy em { color: #aaa; font-style: normal; }
.rng-playlist-copy b { color: #aaa; font-weight: 500; }
.rng-spotify-frame { border-radius: 8px; }

.rng-community h3 { margin: 10px 0 0; font-family: "Barlow Condensed",sans-serif; font-size: 28px; }
.rng-community > p { max-width: 560px; margin: 4px 0 18px; color: #b0b0ad; }
.rng-socials { display: flex; flex-wrap: wrap; gap: 10px; }
.rng-socials a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #f2f2f2;
  background: rgba(255,255,255,.015);
  border: 1px solid #515151;
  border-radius: 50%;
  transition: border-color .2s ease, color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}
.rng-socials a svg { display: block; width: 18px; height: 18px; fill: currentColor; stroke: none; }
.rng-socials a svg * { stroke: none; }
.rng-socials a:hover { transform: translateY(-2px); background: rgba(255,255,255,.04); }

/* Redes principais do RockNGo: preserva o desenho vetorial original e
   unifica a cor com o vermelho oficial do portal. */
.rng-socials .rng-social--instagram,
.rng-socials .rng-social--youtube,
.rng-socials .rng-social--tiktok {
  color: var(--rng-red-bright);
  border-color: rgba(224,58,50,.62);
  background: rgba(193,18,31,.055);
}
.rng-socials .rng-social--instagram:hover,
.rng-socials .rng-social--youtube:hover,
.rng-socials .rng-social--tiktok:hover {
  color: #fff;
  border-color: var(--rng-red-bright);
  background: linear-gradient(180deg,var(--rng-red-bright),var(--rng-red));
  box-shadow: 0 0 0 3px rgba(224,58,50,.13), 0 8px 22px rgba(193,18,31,.20);
}
.rng-socials .rng-social--instagram:focus-visible,
.rng-socials .rng-social--youtube:focus-visible,
.rng-socials .rng-social--tiktok:focus-visible {
  outline: 2px solid var(--rng-red-bright);
  outline-offset: 3px;
}
.rng-socials .rng-social--facebook:hover { color: #1877f2; border-color: #1877f2; box-shadow: 0 0 0 3px rgba(24,119,242,.11); }
.rng-socials .rng-social--x:hover { color: #ffffff; border-color: #ffffff; box-shadow: 0 0 0 3px rgba(255,255,255,.08); }
.rng-socials--small a { width: 30px; height: 30px; }
.rng-socials--small a svg { width: 14px; height: 14px; }
.rng-member-row { display: flex; align-items: center; margin-top: 22px; }
.rng-member-row span { display: grid; place-items: center; width: 38px; height: 38px; margin-right: -7px; border: 2px solid #121212; border-radius: 50%; background: linear-gradient(145deg,#777,#1b1b1b); font-size: 11px; font-weight: 800; }
.rng-member-row strong { margin-left: 18px; color: #f0463f; font-size: 13px; }

.rng-partners-section { padding-top: 14px; }
.rng-partners { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); border-top: 1px solid #292929; border-bottom: 1px solid #292929; }
.rng-partner { min-height: 94px; display: grid; place-items: center; padding: 16px; opacity: .75; filter: grayscale(1); border-right: 1px solid #242424; transition: opacity .2s ease,filter .2s ease,background .2s ease; }
.rng-partner:last-child { border-right: 0; }
.rng-partner:hover { opacity: 1; filter: grayscale(0); background: #111; }
.rng-partner img { max-height: 54px; width: auto; }
.rng-partner span { font-family: "Barlow Condensed",sans-serif; font-size: 22px; font-weight: 800; color: #c7c7c4; text-transform: uppercase; text-align: center; }

/* Rodapé editorial — v1.5.0 */
.rng-footer { margin-top: 12px; background: #0c0c0c; border-top: 1px solid #2b2b2b; }
.rng-footer__grid {
  display: grid;
  grid-template-columns: 1.25fr .82fr .72fr 1.35fr;
  gap: clamp(38px,4.2vw,68px);
  padding-block: 48px 44px;
}
.rng-footer__brand { align-self: start; }
.rng-footer__logo {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 18px;
  color: inherit;
  text-decoration: none;
}
.rng-footer__logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 220px;
  max-height: 72px;
  object-fit: contain;
  transition: opacity .2s ease, transform .2s ease;
}
.rng-footer__logo:hover img { opacity: .94; transform: translateY(-1px); }
.rng-footer__tagline {
  display: grid;
  gap: 4px;
  max-width: 380px;
  margin: 0 0 22px;
  color: #aaa;
  font-size: 12px;
  line-height: 1.65;
}
.rng-footer__tagline span { margin: 0; color: inherit; font-size: inherit; }
.rng-footer__brand .rng-socials { margin-top: 0; }
.rng-footer__brand .rng-socials--small { gap: 9px; }
.rng-footer__brand .rng-socials--small .rng-social { width: 31px; height: 31px; }
.rng-footer h3 {
  position: relative;
  margin: 0 0 19px;
  padding-bottom: 10px;
  font-family: "Barlow Condensed",sans-serif;
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .025em;
}
.rng-footer h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: var(--rng-red-bright);
}
.rng-footer__column { display: flex; flex-direction: column; align-items: flex-start; }
.rng-footer__column > a,
.rng-footer__column > span {
  margin: 0 0 9px;
  color: #bbb;
  font-size: 12px;
  line-height: 1.45;
}
.rng-footer__column > a {
  transition: color .2s ease, transform .2s ease;
}
.rng-footer__column > a:hover {
  color: #ff5149;
  transform: translateX(2px);
}
.rng-footer__contact-link { overflow-wrap: anywhere; }
.rng-footer__pitch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 10px !important;
  color: #f4f4f1 !important;
  font-weight: 700;
}
.rng-footer__pitch span { margin: 0; color: var(--rng-red-bright); font-size: 15px; transition: transform .2s ease; }
.rng-footer__pitch:hover span { transform: translateX(3px); }
.rng-newsletter-visual { width: 100%; margin-top: 25px; padding-top: 22px; border-top: 1px solid #242424; }
.rng-newsletter-visual h3 { margin-bottom: 14px; }
.rng-newsletter-visual p { max-width: 430px; margin: 0 0 14px; color: #999; font-size: 11px; line-height: 1.55; }
.rng-newsletter-form { position: relative; display: grid; grid-template-columns: minmax(0,1fr) auto; min-height: 44px; border: 1px solid #3c3c3c; background: #0b0b0b; transition: border-color .2s ease, box-shadow .2s ease; }
.rng-newsletter-form:focus-within { border-color: rgba(224,58,50,.8); box-shadow: 0 0 0 3px rgba(224,58,50,.10); }
.rng-newsletter-form input[type="email"] { min-width: 0; width: 100%; border: 0; outline: 0; padding: 11px 13px; color: #f4f4f1; background: transparent; font-size: 11px; }
.rng-newsletter-form input[type="email"]::placeholder { color: #747474; opacity: 1; }
.rng-newsletter-form button { min-width: 112px; border: 0; background: var(--rng-red-bright); color: #fff; padding: 0 17px; font-size: 11px; font-weight: 700; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.rng-newsletter-form button:hover { background: #f0473f; }
.rng-newsletter-form button:active { transform: translateY(1px); }
.rng-newsletter-form button:focus-visible { outline: 2px solid #fff; outline-offset: -4px; }
.rng-newsletter-hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.rng-newsletter-visual > small { display: block; margin-top: 9px; color: #777; font-size: 9px; line-height: 1.5; }
.rng-newsletter-visual > small a { color: #aaa; text-decoration: underline; text-underline-offset: 2px; }
.rng-newsletter-message { margin: 0 0 10px; padding: 8px 10px; border-left: 3px solid #777; background: rgba(255,255,255,.035); color: #cfcfcb; font-size: 10px; line-height: 1.4; }
.rng-newsletter-message.is-success { border-left-color: #42b883; color: #bdebd5; }
.rng-newsletter-message.is-info { border-left-color: #d6a84b; color: #ead6aa; }
.rng-newsletter-message.is-error { border-left-color: var(--rng-red-bright); color: #ffc4c0; }
.rng-footer__bottom { min-height: 62px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid #252525; color: #f4f4f1; font-size: 12px; font-weight: 500; line-height: 1.5; }
.rng-footer__bottom a { color: #f4f4f1; text-decoration: none; text-underline-offset: 3px; }
.rng-footer__bottom a:hover { color: #ff4a42; text-decoration: underline; }

@media (max-width: 1280px) {
  .rng-shell { width: min(calc(100% - 40px), var(--rng-shell)); }
  .rng-header__inner { grid-template-columns: 190px 1fr auto; gap: 14px; }
  .rng-nav { gap: 20px; }
  .rng-nav a { font-size: 15px; }
  .rng-brand span { font-size: 31px; }
  .rng-news-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .rng-news-card h3 { min-height: auto; font-size: 15px; }
}

@media (max-width: 1050px) {
  .rng-header__inner { grid-template-columns: 1fr auto auto; }
  .rng-menu-toggle { display: block; order: 2; }
  .rng-nav {
    position: absolute;
    top: 100%; left: 0; right: 0;
    display: none;
    padding: 18px 24px 24px;
    background: #080808;
    border-top: 1px solid #222;
    border-bottom: 1px solid #333;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .rng-nav.is-open { display: flex; }
  .rng-nav a { min-height: 48px; font-size: 16px; }
  .rng-nav a::after { display: none; }
  .rng-header__tools { order: 3; }
  .rng-split-grid,
  .rng-panels-grid { grid-template-columns: 1fr; }
  .rng-column-block--bordered { padding-left: 0; border-left: 0; }
  .rng-events-grid { grid-template-columns: 1fr; }
  .rng-event-card { grid-template-columns: 35% 1fr; }
  .rng-partners { grid-template-columns: repeat(3,1fr); }
  .rng-footer__grid { grid-template-columns: 1.25fr .85fr .85fr; gap: 36px; }
  .rng-footer__contact { grid-column: 1/-1; display: grid; grid-template-columns: minmax(220px,.65fr) minmax(0,1.35fr); column-gap: 46px; }
  .rng-footer__contact > h3,
  .rng-footer__contact > a,
  .rng-footer__contact > span { grid-column: 1; }
  .rng-footer__contact .rng-newsletter-visual { grid-column: 2; grid-row: 1 / span 6; margin-top: 0; padding-top: 0; border-top: 0; }
}

@media (max-width: 782px) {
  body.admin-bar .rng-header { top: 46px; }
}

@media (max-width: 1180px) {
  .rng-account-access { gap: 0; }
  .rng-account-access__label { display: none; }
}

@media (max-width: 720px) {
  .rng-shell { width: min(calc(100% - 28px), var(--rng-shell)); }
  .rng-header__inner { min-height: 70px; }
  .rng-header.is-scrolled .rng-header__inner { min-height: 62px; }
  .rng-brand span { font-size: 28px; }
  .rng-brand img { max-height: 44px; }
  .rng-header.is-scrolled .rng-brand img { max-height: 38px; }
  .rng-header.is-scrolled .rng-nav a { min-height: 44px; }
  .rng-header__tools .rng-search { display: none; }
  .rng-header__tools .rng-btn { padding-inline: 13px; min-height: 34px; }
  .rng-hero { min-height: 430px; align-items: flex-end; background-position: 64% center; }
  .rng-hero__veil { background: linear-gradient(0deg,rgba(4,4,4,.98) 0%,rgba(4,4,4,.8) 46%,rgba(4,4,4,.25) 100%),linear-gradient(90deg,rgba(4,4,4,.75),transparent); }
  .rng-hero__content { padding-block: 48px 34px; }
  .rng-hero h1 { font-size: clamp(42px,13vw,58px); }
  .rng-hero p { font-size: 16px; }
  .rng-actions { gap: 10px; }
  .rng-actions .rng-btn { flex: 1 1 180px; }
  .rng-actions--home { align-items: flex-start; }
  .rng-actions--home .rng-btn { flex: 0 1 auto; }
  .rng-actions--home .rng-hero-link { min-height: 44px; }
  .rng-section { padding: 32px 0; }
  .rng-section-title { align-items: center; }
  .rng-section-title h2,
  .rng-panel > h2 { font-size: 23px; }
  .rng-section-title a { font-size: 11px; }
  .rng-news-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .rng-card-media { aspect-ratio: 1.35/1; }
  .rng-news-card__body { padding: 11px; }
  .rng-news-card h3 { font-size: 13px; }
  .rng-meta { font-size: 10px; }
  .rng-feature-item { grid-template-columns: 38% 1fr; }
  .rng-feature-item p { display: none; }
  .rng-playlist-demo { grid-template-columns: 115px 1fr; gap: 14px; }
  .rng-playlist-cover span { font-size: 30px; }
  .rng-playlist-copy li { grid-template-columns: 1fr auto; }
  .rng-playlist-copy li em { display: none; }
  .rng-footer__grid { grid-template-columns: 1fr 1fr; gap: 34px 42px; }
  .rng-footer__brand { grid-column: 1/-1; }
  .rng-footer__contact { grid-column: 1/-1; display: block; }
  .rng-footer__contact .rng-newsletter-visual { margin-top: 24px; padding-top: 22px; border-top: 1px solid #242424; }
  .rng-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 16px; }
}

@media (max-width: 600px) {
  body.admin-bar .rng-header { top: 0; }
}

@media (max-width: 480px) {
  .rng-header__tools .rng-btn { display: none; }
  .rng-news-grid { grid-template-columns: 1fr; }
  .rng-event-card { grid-template-columns: 42% 1fr; min-height: 190px; }
  .rng-event-card__body { padding: 15px; }
  .rng-event-card h3 { font-size: 16px; margin-bottom: 10px; }
  .rng-feature-item { grid-template-columns: 1fr; }
  .rng-feature-item__image { aspect-ratio: 16/8; }
  .rng-playlist-demo { grid-template-columns: 1fr; }
  .rng-playlist-cover { max-width: 155px; }
  .rng-partners { grid-template-columns: repeat(2,1fr); }
  .rng-footer__grid { grid-template-columns: 1fr; gap: 32px; padding-block: 38px 34px; }
  .rng-footer__brand,
  .rng-footer__contact { grid-column: auto; }
  .rng-footer__tagline { margin-bottom: 18px; }
  .rng-newsletter-form { grid-template-columns: 1fr; }
  .rng-newsletter-form button { min-height: 42px; }
}


/* Bloco preservado da folha principal: linhas 1389-1510 da v1.18.1. */
/* Página inicial: Últimas notícias com visual editorial mais próximo do mockup aprovado */
.rng-section--news {
  background: linear-gradient(180deg, rgba(17,17,17,.98), rgba(10,10,10,.98));
}
.rng-section--news .rng-section-title {
  margin-bottom: 22px;
}
.rng-section--news .rng-section-title h2 {
  font-size: 30px;
  letter-spacing: .03em;
}
.rng-section--news .rng-section-title a {
  gap: 6px;
  color: #ececea;
  font-size: 14px;
  font-weight: 600;
}
.rng-section--news .rng-news-grid {
  gap: 14px;
}
.rng-section--news .rng-news-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: linear-gradient(180deg, #141414 0%, #101010 100%);
  border: 1px solid #3f3f3f;
  border-radius: 4px;
  box-shadow: 0 10px 26px rgba(0,0,0,.14);
}
.rng-section--news .rng-news-card:hover {
  transform: translateY(-4px);
  border-color: #5a5a5a;
  box-shadow: 0 16px 34px rgba(0,0,0,.22);
}
.rng-section--news .rng-card-media {
  aspect-ratio: 1.42 / 1;
  background: #161616;
}
.rng-section--news .rng-card-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 38%;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.12) 100%);
  pointer-events: none;
}
.rng-section--news .rng-tag {
  top: 12px;
  left: 12px;
  padding: 5px 10px;
  border-radius: 2px;
  background: #be1320;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .03em;
}
.rng-section--news .rng-news-card__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  min-height: 150px;
  padding: 14px 14px 16px;
}
.rng-section--news .rng-news-card h3 {
  min-height: 104px;
  margin: 0 0 14px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.22;
  display: block;
  overflow: visible;
}
.rng-section--news .rng-news-card h3 a {
  display: block;
  color: #f3f3f1;
}
.rng-section--news .rng-meta {
  gap: 7px;
  color: #c3c3be;
  font-size: 13px;
  font-weight: 500;
}
.rng-section--news .rng-meta svg {
  font-size: 15px;
  color: #b7b7b2;
}

@media (max-width: 1280px) {
  .rng-section--news .rng-news-card h3 {
    min-height: 96px;
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .rng-section--news .rng-section-title h2 {
    font-size: 28px;
  }
  .rng-section--news .rng-news-card h3 {
    min-height: 0;
    font-size: 17px;
    display: block;
    overflow: visible;
  }
}

@media (max-width: 640px) {
  .rng-section--news .rng-card-media {
    aspect-ratio: 1.45 / 1;
  }
  .rng-section--news .rng-news-card__body {
    padding: 13px 13px 15px;
  }
  .rng-section--news .rng-news-card h3 {
    font-size: 18px;
  }
  .rng-section--news .rng-meta {
    font-size: 12px;
  }
}

/* Bloco preservado da folha principal: linhas 5388-5455 da v1.18.1. */
/* =========================================================
   Cabeçalho e divisões da Home — v1.9.5
   Reforça a navegação sem transformar o topo em um segundo
   banner e torna as mudanças de bloco mais perceptíveis.
   ========================================================= */

.rng-nav a {
  letter-spacing: .005em;
}

.rng-search {
  transition: color .2s ease, transform .2s ease, background-color .2s ease;
  border-radius: 50%;
}

.rng-search:hover,
.rng-search:focus-visible {
  color: #fff;
  background: rgba(255,255,255,.055);
  transform: translateY(-1px);
}

body.rng-portal-homepage .rng-site > main > .rng-section {
  position: relative;
  border-top: 1px solid rgba(255,255,255,.12);
  box-shadow: inset 0 1px 0 rgba(0,0,0,.46);
}

body.rng-portal-homepage .rng-site > main > .rng-section::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -1px;
  left: max(32px, calc((100% - var(--rng-shell)) / 2));
  width: 92px;
  height: 2px;
  background: linear-gradient(90deg, var(--rng-red-bright) 0 58%, rgba(224,58,50,.55) 78%, transparent 100%);
  box-shadow: 0 0 15px rgba(224,58,50,.14);
  pointer-events: none;
}

body.rng-portal-homepage #proximos-eventos,
body.rng-portal-homepage .rng-section--panels {
  background-image: linear-gradient(180deg, rgba(255,255,255,.014), transparent 42%);
}

@media (max-width: 1280px) {
  body.rng-portal-homepage .rng-site > main > .rng-section::before {
    left: 20px;
    width: 78px;
  }
}

@media (max-width: 1050px) {
  .rng-nav a {
    letter-spacing: 0;
  }
}

@media (max-width: 720px) {
  body.rng-portal-homepage .rng-site > main > .rng-section::before {
    left: 14px;
    width: 64px;
  }
}




/* Bloco preservado da folha principal: linhas 6425-6937 da v1.18.1. */
/* =========================================================
   Home dinâmica — v1.14.0
   Substitui o banner fixo pelos próximos eventos e mantém
   a navegação compacta em telas menores.
   ========================================================= */
body.rng-portal-homepage .rng-section--home-events {
  padding-block: clamp(30px, 3.5vw, 48px) clamp(34px, 4vw, 54px);
  border-top: 0;
  background:
    radial-gradient(circle at 9% 0%, rgba(193,18,31,.11), transparent 28%),
    linear-gradient(180deg, #111 0%, #0b0b0b 100%);
}

body.rng-portal-homepage .rng-section--home-events::before {
  top: 0;
}

.rng-section--home-events .rng-section-title {
  margin-bottom: 20px;
}

.rng-section--home-events .rng-section-title h1 {
  position: relative;
  margin: 0;
  padding: 6px 0 10px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(27px, 2.25vw, 38px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.rng-section--home-events .rng-section-title h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 58px;
  height: 3px;
  background: var(--rng-red-bright);
}

.rng-section--home-events .rng-section-title a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #e7e7e4;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.rng-section--home-events .rng-section-title a:hover,
.rng-section--home-events .rng-section-title a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.rng-section--home-events .rng-section-title a span {
  color: var(--rng-red-bright);
  font-size: 20px;
  line-height: 1;
}

.rng-section--home-events .rng-event-card {
  min-height: 238px;
  border-color: #766b5d;
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
}

.rng-section--home-events .rng-event-card__body {
  padding: 24px;
}

.rng-section--home-events .rng-event-card h3 {
  font-size: clamp(18px, 1.3vw, 22px);
}

.rng-home-events-hint {
  display: none;
  margin: 12px 0 0;
  color: #8e8e8b;
  font-size: 11px;
  text-align: center;
}

@media (max-width: 1050px) {
  .rng-section--home-events .rng-events-grid {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(340px, 74vw);
    gap: 14px;
    margin-inline: -20px;
    padding: 2px 20px 14px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
    scrollbar-color: #6f6f6f #171717;
  }

  .rng-section--home-events .rng-event-card {
    grid-template-columns: 42% 1fr;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .rng-home-events-hint {
    display: block;
  }
}

@media (max-width: 720px) {
  body.rng-portal-homepage .rng-section--home-events {
    padding-top: 24px;
  }

  .rng-section--home-events .rng-section-title {
    align-items: flex-end;
  }

  .rng-section--home-events .rng-section-title h1 {
    font-size: 28px;
  }

  .rng-section--home-events .rng-section-title a {
    max-width: 112px;
    justify-content: flex-end;
    font-size: 11px;
    text-align: right;
  }

  .rng-section--home-events .rng-events-grid {
    grid-auto-columns: minmax(286px, 88vw);
    margin-inline: -14px;
    padding-inline: 14px;
  }

  .rng-section--home-events .rng-event-card {
    grid-template-columns: 43% 1fr;
    min-height: 204px;
  }

  .rng-section--home-events .rng-event-card__body {
    padding: 15px;
  }
}

@media (max-width: 390px) {
  .rng-section--home-events .rng-events-grid {
    grid-auto-columns: calc(100vw - 34px);
  }
}


/* ==========================================================
   Carrossel de eventos em destaque — v1.14.5
   O destaque central mostra o flyer inteiro sobre fundo
   desfocado. As laterais preservam o recorte para profundidade.
   ========================================================== */
.rng-event-showcase-section {
  position: relative;
  overflow: hidden;
  padding: 30px 0 24px;
  background:
    radial-gradient(circle at 50% 15%, rgba(208, 18, 31, .09), transparent 34%),
    linear-gradient(180deg, #0b0b0b 0%, #080808 100%);
  border-bottom: 1px solid #2e2e2e;
}

.rng-event-showcase__heading-wrap {
  position: relative;
  z-index: 10;
  padding-top: 2px;
}
.rng-event-showcase__heading-wrap .rng-section-title {
  margin-bottom: 10px;
}
.rng-event-showcase__heading-wrap .rng-section-title h2 {
  font-size: clamp(27px, 2.2vw, 38px);
}

.rng-event-showcase {
  position: relative;
  width: min(1560px, 100%);
  margin: 0 auto;
  outline: none;
}

.rng-event-showcase__stage {
  position: relative;
  height: clamp(300px, 25vw, 440px);
  overflow: hidden;
  isolation: isolate;
}

.rng-event-showcase__item {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: min(47vw, 790px);
  height: min(22.5vw, 380px);
  min-height: 260px;
  overflow: hidden;
  background: #101010;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 10px;
  box-shadow: 0 18px 45px rgba(0,0,0,.5);
  transform: translate(-50%, -50%) scale(.72);
  opacity: 0;
  pointer-events: none;
  transition: left .52s cubic-bezier(.22,.78,.2,1), transform .52s cubic-bezier(.22,.78,.2,1), opacity .35s ease, filter .35s ease, border-color .35s ease;
  will-change: left, transform, opacity;
}

.rng-event-showcase__item[data-position="0"] {
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  pointer-events: auto;
  border-color: rgba(255,255,255,.28);
  filter: none;
}

.rng-event-showcase__item[data-position="-1"],
.rng-event-showcase__item[data-position="1"] {
  z-index: 4;
  transform: translate(-50%, -50%) scale(.88);
  opacity: .84;
  pointer-events: auto;
  filter: brightness(.68) saturate(.78);
}
.rng-event-showcase__item[data-position="-1"] { left: 23%; }
.rng-event-showcase__item[data-position="1"] { left: 77%; }

.rng-event-showcase__item[data-position="-2"],
.rng-event-showcase__item[data-position="2"] {
  z-index: 3;
  transform: translate(-50%, -50%) scale(.76);
  opacity: .55;
  pointer-events: auto;
  filter: brightness(.48) saturate(.65);
}
.rng-event-showcase__item[data-position="-2"] { left: 7%; }
.rng-event-showcase__item[data-position="2"] { left: 93%; }

.rng-event-showcase__item[data-position="-3"],
.rng-event-showcase__item[data-position="3"] {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.rng-event-showcase__backdrop,
.rng-event-showcase__shade,
.rng-event-showcase__picture,
.rng-event-showcase__poster {
  position: absolute !important;
  inset: 0 !important;
  box-sizing: border-box !important;
}

.rng-event-showcase__backdrop {
  z-index: 1;
  display: block;
  overflow: hidden;
  background: #090909;
}
.rng-event-showcase__backdrop {
  background-image: var(--rng-showcase-backdrop, none);
  background-position: center;
  background-size: cover;
  filter: blur(24px) brightness(.43) saturate(1.1);
  transform: scale(1.16);
}

/* Laterais: recorte visual para manter o efeito de profundidade. */
.rng-event-showcase__picture {
  z-index: 2;
  display: block;
  overflow: hidden;
}

.rng-event-showcase__poster {
  z-index: 1;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: padding .28s ease, filter .28s ease, object-fit .28s ease;
}

/* Centro automático ou Conter: flyer inteiro, sem corte. */
.rng-event-showcase__item[data-position="0"][data-showcase-fit="auto"] > .rng-event-showcase__picture > .rng-event-showcase__poster,
.rng-event-showcase__item[data-position="0"][data-showcase-fit="contain"] > .rng-event-showcase__picture > .rng-event-showcase__poster,
.rng-event-showcase__item[data-showcase-fit="contain"] > .rng-event-showcase__picture > .rng-event-showcase__poster {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  padding: 10px !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.36));
}

/* Preencher mantém a moldura totalmente ocupada, quando escolhido. */
.rng-event-showcase__item[data-showcase-fit="cover"] > .rng-event-showcase__picture > .rng-event-showcase__poster {
  padding: 0 !important;
  object-fit: cover !important;
  filter: none;
}

.rng-event-showcase__shade {
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.02) 52%, rgba(0,0,0,.28) 100%);
}
.rng-event-showcase__item[data-position="0"] .rng-event-showcase__shade {
  background: linear-gradient(180deg, rgba(0,0,0,.01) 62%, rgba(0,0,0,.17) 100%);
}

.rng-event-showcase__status {
  position: absolute;
  z-index: 4;
  top: 16px;
  left: 16px;
  padding: 7px 11px;
  color: #fff;
  background: rgba(9,9,9,.86);
  border: 1px solid rgba(255,255,255,.2);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.rng-event-showcase__status.is-cancelled,
.rng-event-showcase__status.is-postponed,
.rng-event-showcase__status.is-soldout,
.rng-event-showcase__status.is-live { background: var(--rng-red); }

.rng-event-showcase__arrow {
  position: absolute;
  z-index: 8;
  top: 50%;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
  color: #151515;
  background: #fff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 9px 25px rgba(0,0,0,.35);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform .2s ease, background .2s ease;
}
.rng-event-showcase__arrow:hover { background: #f0f0f0; transform: translateY(-50%) scale(1.06); }
.rng-event-showcase__arrow span { font-size: 34px; line-height: 1; transform: translateY(-1px); }
.rng-event-showcase__arrow--prev { left: max(20px, calc(50% - min(27vw, 455px))); }
.rng-event-showcase__arrow--next { right: max(20px, calc(50% - min(27vw, 455px))); }

.rng-event-showcase__details {
  position: relative;
  min-height: 94px;
  padding: 1px 20px 0;
  text-align: center;
}

.rng-event-showcase__detail {
  animation: rngShowcaseDetailIn .34s ease both;
}
.rng-event-showcase__detail h2 {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(20px, 1.7vw, 30px);
  line-height: 1.2;
}
.rng-event-showcase__detail h2 a:hover { color: #ff4a42; }
.rng-event-showcase__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px 18px;
  margin-top: 12px;
  color: #a9a9a6;
  font-size: 13px;
}
.rng-event-showcase__meta span { display: inline-flex; align-items: center; gap: 6px; }
.rng-event-showcase__meta svg { flex: 0 0 auto; width: 15px; height: 15px; }

.rng-event-showcase__dots-viewport {
  width: 100%;
  min-height: 22px;
  overflow: hidden;
  padding: 8px 20px 0;
}
.rng-event-showcase__dots {
  display: flex;
  width: max-content;
  gap: 7px;
  min-height: 14px;
  margin: 0;
  transition: transform .28s ease;
  will-change: transform;
}
.rng-event-showcase__dot {
  width: 7px;
  height: 7px;
  padding: 0;
  background: #4b4b4b;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: width .2s ease, background .2s ease, border-radius .2s ease;
}
.rng-event-showcase__dot.is-active {
  width: 24px;
  background: var(--rng-red-bright);
  border-radius: 10px;
}

@keyframes rngShowcaseDetailIn {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1100px) {
  .rng-event-showcase__stage { height: 365px; }
  .rng-event-showcase__item { width: 62vw; height: 320px; }
  .rng-event-showcase__item[data-position="-1"] { left: 13%; }
  .rng-event-showcase__item[data-position="1"] { left: 87%; }
  .rng-event-showcase__item[data-position="-2"],
  .rng-event-showcase__item[data-position="2"] { opacity: 0; pointer-events: none; }
  .rng-event-showcase__arrow--prev { left: 18px; }
  .rng-event-showcase__arrow--next { right: 18px; }
}

@media (max-width: 720px) {
  .rng-event-showcase-section { padding: 18px 0 18px; }
  .rng-event-showcase__heading-wrap .rng-section-title {
    align-items: flex-end;
    padding-inline: 2px;
    margin-bottom: 4px;
  }
  .rng-event-showcase__heading-wrap .rng-section-title h2 { font-size: 28px; }
  .rng-event-showcase__heading-wrap .rng-section-title a {
    max-width: 112px;
    justify-content: flex-end;
    font-size: 11px;
    text-align: right;
  }
  .rng-event-showcase__stage { height: 325px; }
  .rng-event-showcase__item {
    width: 84vw;
    height: 292px;
    min-height: 0;
    border-radius: 8px;
  }
  .rng-event-showcase__item[data-position="-1"] { left: 2%; transform: translate(-50%, -50%) scale(.78); opacity: .52; }
  .rng-event-showcase__item[data-position="1"] { left: 98%; transform: translate(-50%, -50%) scale(.78); opacity: .52; }
  .rng-event-showcase__item[data-position="0"][data-showcase-fit="auto"] > .rng-event-showcase__picture > .rng-event-showcase__poster,
  .rng-event-showcase__item[data-position="0"][data-showcase-fit="contain"] > .rng-event-showcase__picture > .rng-event-showcase__poster,
  .rng-event-showcase__item[data-showcase-fit="contain"] > .rng-event-showcase__picture > .rng-event-showcase__poster { padding: 7px !important; }
  .rng-event-showcase__arrow { width: 42px; height: 42px; }
  .rng-event-showcase__arrow--prev { left: 8px; }
  .rng-event-showcase__arrow--next { right: 8px; }
  .rng-event-showcase__status { top: 11px; left: 11px; padding: 5px 8px; font-size: 10px; }
  .rng-event-showcase__details { min-height: 100px; padding-inline: 16px; }
  .rng-event-showcase__detail h2 { font-size: 21px; }
  .rng-event-showcase__meta { gap: 7px 13px; margin-top: 10px; font-size: 11px; }

  /* Mobile-first: apenas o destaque central é pintado no primeiro quadro. */
  .rng-event-showcase__item[data-position="-1"],
  .rng-event-showcase__item[data-position="1"],
  .rng-event-showcase__item[data-position="-2"],
  .rng-event-showcase__item[data-position="2"] {
    opacity: 0;
    pointer-events: none;
  }
  .rng-event-showcase__backdrop {
    display: none;
    background-image: none !important;
  }

  /*
   * Performance 1.18.6: Últimas Notícias fica fora do content-visibility.
   * A seção aparece logo após o showcase e o placeholder fixo de 900px
   * estava provocando uma recomposição perceptível no Lighthouse/CLS.
   * Seções realmente mais abaixo continuam adiadas, agora com `auto`,
   * permitindo que o navegador reutilize o tamanho real após a 1ª pintura.
   */
  .rng-portal-homepage .rng-section--news {
    content-visibility: visible;
    contain-intrinsic-size: none;
  }
  .rng-portal-homepage .rng-section--panels,
  .rng-portal-homepage .rng-section--partners,
  .rng-portal-homepage .rng-footer {
    content-visibility: auto;
    contain-intrinsic-size: auto 900px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rng-event-showcase__item,
  .rng-event-showcase__dot,
  .rng-event-showcase__arrow { transition: none; }
  .rng-event-showcase__detail { animation: none; }
}



/* Bloco preservado da folha principal: linhas 7090-7124 da v1.18.1. */
/* =========================================================
   Home — títulos editoriais unificados (v1.18.0)
   Próximos eventos e Últimas notícias usam a mesma escala e
   tornam o próprio título um link com destaque vermelho.
   ========================================================= */
.rng-section-title h2 > .rng-section-title__title-link {
  display: inline;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: none;
  text-transform: inherit;
  transition: color .2s ease;
}
.rng-section-title h2 > .rng-section-title__title-link:hover,
.rng-section-title h2 > .rng-section-title__title-link:focus-visible {
  color: var(--rng-red-bright);
}
body.rng-portal-homepage .rng-event-showcase__heading-wrap .rng-section-title h2,
body.rng-portal-homepage .rng-section--news .rng-section-title h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .03em;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  body.rng-portal-homepage .rng-event-showcase__heading-wrap .rng-section-title h2,
  body.rng-portal-homepage .rng-section--news .rng-section-title h2 {
    font-size: 28px;
  }
}



/* =========================================================
   Performance 1.18.7 — estabilidade estrutural do mobile
   Reserva a geometria da marca antes do download e cria uma
   altura previsível para os cards de Últimas Notícias no
   viewport do Lighthouse, reduzindo deslocamentos por imagem
   e por troca tardia de métricas tipográficas.
   ========================================================= */
.rng-brand {
  width: 194px;
  min-width: 194px;
  height: 56px;
  flex: 0 0 auto;
}
.rng-brand img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1280px) {
  .rng-brand {
    width: 190px;
    min-width: 190px;
    height: 55px;
  }
}

@media (max-width: 720px) {
  .rng-brand {
    width: 152px;
    min-width: 152px;
    height: 44px;
  }
}

@media (max-width: 480px) {
  .rng-brand {
    width: 138px;
    min-width: 138px;
    height: 40px;
  }

  /* Em uma coluna, cinco linhas reservadas absorvem diferenças de
     quebra entre a fonte de fallback e a fonte editorial final sem
     truncar títulos que precisem de mais espaço. */
  .rng-section--news .rng-news-card__body {
    min-height: 176px;
  }
  .rng-section--news .rng-news-card h3 {
    min-height: 6.1em;
  }
  .rng-section--news .rng-section-title {
    min-height: 38px;
  }
}


/* =========================================================
   Performance 1.18.8 — estabilidade residual da Home mobile
   Mantém títulos com geometria previsível durante a troca de
   fontes e impede que itens invisíveis do showcase mudem de
   posição durante a primeira hidratação do JavaScript.
   ========================================================= */
@media (max-width: 720px) {
  body.rng-portal-homepage .rng-event-showcase__heading-wrap .rng-section-title,
  body.rng-portal-homepage .rng-section--news .rng-section-title {
    min-height: 40px;
  }

  /* Os cards laterais já são invisíveis no mobile. Mantê-los sempre
     centralizados enquanto inativos evita layout-shift quando o JS
     normaliza data-position na primeira hidratação. */
  .rng-event-showcase__item:not([data-position="0"]) {
    left: 50% !important;
    transform: translate(-50%, -50%) scale(.78) !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}
