:root {
  --rir-ink: #191325;
  --rir-muted: #625c70;
  --rir-night: #140d2f;
  --rir-night-2: #241145;
  --rir-magenta: #e91e73;
  --rir-violet: #7136d1;
  --rir-blue: #2c73f4;
  --rir-yellow: #ffd84a;
  --rir-soft: #f7f5fb;
  --rir-border: #e4deec;
  --rir-white: #ffffff;
  --rir-radius: 24px;
  --rir-shadow: 0 22px 55px rgba(24, 13, 49, 0.12);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

.page-guia {
  overflow-x: clip;
  background: var(--rir-white);
}

.page-guia > .skip-link {
  position: fixed;
  z-index: 10000;
  top: 12px;
  left: 12px;
  padding: 11px 15px;
  border-radius: 9px;
  background: #fff;
  color: var(--rir-ink);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-180%);
  transition: opacity 140ms ease, transform 140ms ease;
}

.page-guia > .skip-link:focus,
.page-guia > .skip-link:focus-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.rir-guide,
.rir-guide * {
  box-sizing: border-box;
}

.rir-guide {
  color: var(--rir-ink);
  background: var(--rir-white);
}

.rir-guide img {
  display: block;
  max-width: 100%;
}

.rir-guide a {
  overflow-wrap: anywhere;
}

.rir-guide .container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.rir-guide .button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 21px;
  border: 1px solid var(--rir-magenta);
  border-radius: 12px;
  background: var(--rir-magenta);
  color: #fff;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(233, 30, 115, 0.2);
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.rir-guide .button:hover {
  transform: translateY(-2px);
  border-color: #bd1258;
  background: #bd1258;
  box-shadow: 0 14px 28px rgba(189, 18, 88, 0.25);
}

.rir-guide .button:focus-visible,
.rir-guide a:focus-visible,
.rir-guide summary:focus-visible {
  outline: 3px solid var(--rir-yellow);
  outline-offset: 3px;
}

.rir-breadcrumb {
  border-bottom: 1px solid #ece8f1;
  background: #fff;
}

.rir-breadcrumb .container {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 9px;
  overflow: hidden;
  color: #716b7a;
  font-size: 0.82rem;
  white-space: nowrap;
}

.rir-breadcrumb a {
  color: #625b6f;
  text-decoration: none;
}

.rir-breadcrumb a:hover {
  color: var(--rir-magenta);
}

.rir-breadcrumb strong {
  min-width: 0;
  overflow: hidden;
  color: var(--rir-ink);
  text-overflow: ellipsis;
}

.rir-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 52px 0 64px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(233, 30, 115, 0.32), transparent 28%),
    radial-gradient(circle at 83% 14%, rgba(44, 115, 244, 0.26), transparent 30%),
    linear-gradient(135deg, #10091f 0%, #1b1039 52%, #25104b 100%);
}

.rir-hero::before,
.rir-hero::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.rir-hero::before {
  inset: 0;
  opacity: 0.22;
  background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

.rir-hero::after {
  right: -10%;
  bottom: -220px;
  width: 520px;
  height: 520px;
  border: 90px solid rgba(255, 216, 74, 0.08);
  border-radius: 50%;
}

.rir-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  align-items: center;
  gap: clamp(34px, 5vw, 62px);
}

.rir-hero-copy {
  min-width: 0;
}

.rir-kicker,
.rir-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--rir-magenta);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.3;
}

.rir-kicker {
  color: #ff78af;
}

.rir-kicker::before {
  width: 28px;
  height: 3px;
  border-radius: 99px;
  background: var(--rir-yellow);
  content: "";
}

.rir-hero h1 {
  max-width: 680px;
  margin: 19px 0 22px;
  color: #fff;
  font-size: clamp(2.45rem, 4.2vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.rir-lead {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.65;
}

.rir-hero-dates {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin: 28px 0;
}

.rir-hero-dates span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
}

.rir-hero-dates i {
  width: 9px;
  height: 2px;
  margin-inline: 2px;
  border-radius: 99px;
  background: var(--rir-yellow);
}

.rir-hero-dates strong {
  margin-left: 4px;
  color: var(--rir-yellow);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
}

.rir-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rir-hero .button:not(.rir-button-secondary) {
  border-color: var(--rir-yellow);
  background: var(--rir-yellow);
  color: #1a1230;
  box-shadow: 0 13px 30px rgba(255, 216, 74, 0.2);
}

.rir-hero .button:not(.rir-button-secondary):hover {
  border-color: #ffe36f;
  background: #ffe36f;
}

.rir-button-secondary {
  border-color: rgba(255, 255, 255, 0.38) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.rir-button-secondary:hover {
  border-color: #fff !important;
  background: rgba(255, 255, 255, 0.13) !important;
}

.rir-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 24px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.82rem;
}

.rir-meta strong {
  color: rgba(255, 255, 255, 0.9);
}

.rir-hero-visual {
  position: relative;
  width: min(410px, 100%);
  min-width: 0;
  margin: 0;
  padding: 10px;
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.36);
}

.rir-hero-visual::before {
  position: absolute;
  z-index: -1;
  inset: -18px;
  border-radius: 40px;
  background: linear-gradient(135deg, rgba(233, 30, 115, 0.2), rgba(44, 115, 244, 0.13));
  filter: blur(28px);
  content: "";
}

.rir-hero-visual img {
  width: 100%;
  height: 430px;
  aspect-ratio: auto;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}

.rir-hero-visual figcaption {
  padding: 10px 6px 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.7rem;
  line-height: 1.4;
}

.rir-event-chip {
  position: absolute;
  display: grid;
  gap: 2px;
  min-width: 142px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background: rgba(20, 13, 47, 0.9);
  box-shadow: 0 15px 36px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(9px);
}

.rir-event-chip small {
  color: var(--rir-yellow);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.rir-event-chip strong {
  color: #fff;
  font-size: 1rem;
}

.rir-event-chip span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.73rem;
}

.rir-event-chip-date {
  top: 30px;
  right: -17px;
}

.rir-event-chip-place {
  bottom: 50px;
  left: -20px;
  border-color: rgba(233, 30, 115, 0.45);
}

.rir-quick-answer {
  position: relative;
  z-index: 2;
  margin-top: -44px;
}

.rir-quick-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 28px;
  border: 1px solid #eadfea;
  border-radius: var(--rir-radius);
  background: #fff;
  box-shadow: var(--rir-shadow);
}

.rir-quick-mark {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--rir-magenta), var(--rir-violet));
  color: #fff;
  font-size: 1.05rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.rir-quick-card h2 {
  margin: 5px 0 7px;
  color: var(--rir-ink);
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.rir-quick-card p {
  margin: 0;
  color: var(--rir-muted);
  line-height: 1.62;
}

.rir-toc {
  position: relative;
  z-index: 1;
  margin-top: 26px;
  border-block: 1px solid #ebe6f0;
  background: rgba(255, 255, 255, 0.98);
}

.rir-toc .container {
  display: flex;
  min-width: 0;
  min-height: 62px;
  align-items: center;
  gap: 24px;
}

.rir-toc-label {
  flex: 0 0 auto;
  color: #81798b;
  font-size: 0.71rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rir-toc-links {
  display: flex;
  min-width: 0;
  flex: 1;
  gap: 5px;
  overflow-x: auto;
  scrollbar-width: none;
}

.rir-toc-links::-webkit-scrollbar {
  display: none;
}

.rir-toc a {
  flex: 0 0 auto;
  padding: 10px 12px;
  border-radius: 9px;
  color: #51495d;
  font-size: 0.84rem;
  font-weight: 750;
  text-decoration: none;
}

.rir-toc a:hover,
.rir-toc a[aria-current="true"] {
  background: #f0e9f7;
  color: var(--rir-violet);
}

.rir-section {
  padding: 84px 0;
}

.rir-section-heading {
  margin-bottom: 38px;
}

.rir-section-heading h2,
.rir-cie-intro h2,
.rir-no-card-section h2,
.rir-enrollment-section h2,
.rir-final-cta h2 {
  margin: 10px 0 14px;
  color: var(--rir-ink);
  font-size: clamp(2rem, 4vw, 3.35rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.rir-section-heading > p,
.rir-section-heading > div + p {
  max-width: 730px;
  margin: 0;
  color: var(--rir-muted);
  font-size: 1.03rem;
  line-height: 1.66;
}

.rir-heading-centered {
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.rir-heading-centered > p {
  margin-inline: auto;
}

.rir-heading-inline {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  align-items: end;
  gap: 44px;
}

.rir-heading-inline h2 {
  margin-bottom: 0;
}

.rir-heading-light h2,
.rir-heading-light > p {
  color: #fff;
}

.rir-heading-light > p {
  color: rgba(255, 255, 255, 0.69);
}

.rir-dates-section {
  padding-top: 76px;
  background: #fff;
}

.rir-weekends {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.rir-weekends > article {
  overflow: hidden;
  border: 1px solid var(--rir-border);
  border-radius: var(--rir-radius);
  background: #fff;
  box-shadow: 0 16px 40px rgba(25, 19, 37, 0.07);
}

.rir-weekends > article > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  background: var(--rir-night);
  color: #fff;
}

.rir-weekends > article:nth-child(2) > div {
  background: linear-gradient(90deg, #4a1a7a, #231044);
}

.rir-weekends > article > div small {
  color: #ff92be;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.rir-weekends > article > div strong {
  font-size: 0.82rem;
}

.rir-weekends ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 20px;
  list-style: none;
}

.rir-weekends article:nth-child(2) ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rir-weekends li {
  display: grid;
  min-width: 0;
  gap: 3px;
  padding: 15px 8px;
  border-radius: 15px;
  background: var(--rir-soft);
  text-align: center;
}

.rir-weekends li span,
.rir-weekends li small {
  color: #7d7487;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.rir-weekends li strong {
  color: var(--rir-violet);
  font-size: 2rem;
  line-height: 1;
}

.rir-official-note {
  margin: 22px 0 0;
  padding: 17px 20px;
  border-left: 4px solid var(--rir-yellow);
  border-radius: 0 12px 12px 0;
  background: #fbfafc;
  color: #5d5668;
  line-height: 1.6;
}

.rir-official-note a,
.rir-text-link {
  color: var(--rir-violet);
  font-weight: 800;
  text-underline-offset: 3px;
}

.rir-lineup-section {
  border-block: 1px solid #ece7f1;
  background: var(--rir-soft);
}

.rir-lineup-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.rir-lineup-grid article {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 22px;
  border: 1px solid #e1dae8;
  border-radius: 19px;
  background: #fff;
}

.rir-lineup-grid article::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--rir-magenta), var(--rir-violet), var(--rir-blue));
  content: "";
}

.rir-lineup-grid time {
  display: inline-flex;
  padding: 7px 9px;
  border-radius: 8px;
  background: #f2e9f6;
  color: var(--rir-violet);
  font-size: 0.76rem;
  font-weight: 900;
}

.rir-lineup-grid h3 {
  margin: 17px 0 13px;
  color: var(--rir-ink);
  font-size: 1.24rem;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.rir-lineup-grid ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  color: #6c6475;
  font-size: 0.88rem;
  list-style: none;
}

.rir-lineup-grid li {
  position: relative;
  padding-left: 13px;
}

.rir-lineup-grid li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--rir-magenta);
  content: "";
}

.rir-lineup-section > .container > .rir-text-link {
  display: inline-flex;
  margin-top: 22px;
}

.rir-how-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 92% 20%, rgba(44, 115, 244, 0.28), transparent 26%),
    linear-gradient(135deg, #130c2c, #241044 58%, #331057);
}

.rir-how-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  counter-reset: none;
  list-style: none;
}

.rir-how-grid li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
}

.rir-how-grid li > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: var(--rir-yellow);
  color: #21143b;
  font-size: 0.76rem;
  font-weight: 950;
}

.rir-how-grid h3 {
  margin: 2px 0 8px;
  color: #fff;
  font-size: 1.12rem;
}

.rir-how-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.91rem;
  line-height: 1.58;
}

.rir-fact-strip {
  display: grid;
  grid-template-columns: minmax(180px, 0.75fr) minmax(0, 1.45fr) auto;
  align-items: center;
  gap: 24px;
  margin-top: 20px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 216, 74, 0.33);
  border-radius: 17px;
  background: rgba(255, 216, 74, 0.08);
}

.rir-fact-strip strong {
  color: var(--rir-yellow);
  font-size: 0.94rem;
}

.rir-fact-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
  line-height: 1.5;
}

.rir-fact-strip a {
  color: #fff;
  font-size: 0.84rem;
  font-weight: 850;
  text-underline-offset: 3px;
}

.rir-cie-section {
  background: #fff;
}

.rir-cie-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  align-items: center;
  gap: clamp(42px, 7vw, 82px);
}

.rir-cie-intro p,
.rir-no-card-section p,
.rir-enrollment-section p {
  color: var(--rir-muted);
  line-height: 1.7;
}

.rir-cie-intro figure {
  margin: 0;
  padding: 14px;
  border: 1px solid var(--rir-border);
  border-radius: 24px;
  background: linear-gradient(145deg, #fff, #f3eef9);
  box-shadow: var(--rir-shadow);
}

.rir-cie-intro figure img {
  width: 100%;
  border-radius: 14px;
}

.rir-cie-intro figcaption {
  padding: 10px 5px 0;
  color: #7d7587;
  font-size: 0.73rem;
  line-height: 1.4;
}

.rir-requirements {
  margin-top: 72px;
}

.rir-requirements .rir-section-heading h3 {
  margin: 7px 0 0;
  color: var(--rir-ink);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  letter-spacing: -0.04em;
}

.rir-requirements-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 13px;
}

.rir-requirements-grid article {
  min-width: 0;
  padding: 21px 18px;
  border: 1px solid var(--rir-border);
  border-radius: 18px;
  background: var(--rir-soft);
}

.rir-requirements-grid article > span {
  display: inline-flex;
  margin-bottom: 20px;
  color: var(--rir-magenta);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.rir-requirements-grid h4 {
  margin: 0 0 8px;
  color: var(--rir-ink);
  font-size: 1rem;
}

.rir-requirements-grid p {
  margin: 0;
  color: #6d6576;
  font-size: 0.84rem;
  line-height: 1.52;
}

.rir-validity-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(160px, 0.45fr);
  align-items: center;
  gap: 24px;
  margin-top: 22px;
  padding: 25px 28px;
  border-radius: 20px;
  background: linear-gradient(110deg, var(--rir-magenta), var(--rir-violet) 65%, var(--rir-blue));
  color: #fff;
  box-shadow: 0 18px 40px rgba(113, 54, 209, 0.2);
}

.rir-validity-card > div {
  display: grid;
  gap: 5px;
}

.rir-validity-card span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.rir-validity-card strong {
  font-size: clamp(1.15rem, 2.2vw, 1.6rem);
}

.rir-validity-card time {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.1);
  font-size: clamp(1.15rem, 2.4vw, 1.8rem);
  font-weight: 950;
  font-variant-numeric: tabular-nums;
}

.rir-validity-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.84rem;
  line-height: 1.5;
}

.rir-digital-section {
  border-block: 1px solid #eae5ef;
  background: var(--rir-soft);
}

.rir-format-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.rir-format-grid article {
  min-width: 0;
  padding: 31px;
  border: 1px solid var(--rir-border);
  border-radius: 22px;
  background: #fff;
}

.rir-format-grid .rir-format-featured {
  border-color: #bda5de;
  background: linear-gradient(145deg, #fff 0%, #f2eafd 100%);
}

.rir-format-tag {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 8px;
  background: #f2e7f0;
  color: var(--rir-magenta);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.09em;
}

.rir-format-featured .rir-format-tag {
  background: var(--rir-violet);
  color: #fff;
}

.rir-format-grid h3 {
  margin: 18px 0;
  color: var(--rir-ink);
  font-size: 1.55rem;
}

.rir-format-grid ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  color: #4f4859;
  list-style: none;
}

.rir-format-grid li {
  position: relative;
  padding-left: 24px;
}

.rir-format-grid li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--rir-magenta);
  font-weight: 900;
  content: "✓";
}

.rir-format-grid article > p {
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid #ece6f1;
  color: #706879;
  font-size: 0.85rem;
  line-height: 1.55;
}

.rir-safety-note {
  margin: 18px 0 0;
  padding: 16px 18px;
  border: 1px solid #ded6e8;
  border-radius: 14px;
  background: #fff;
  color: #655d6e;
  font-size: 0.88rem;
  line-height: 1.55;
  text-align: center;
}

.rir-no-card-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 84% 20%, rgba(233, 30, 115, 0.32), transparent 25%),
    linear-gradient(135deg, #150c2d, #2c114e);
}

.rir-no-card-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  align-items: center;
  gap: clamp(42px, 7vw, 85px);
}

.rir-no-card-section h2 {
  color: #fff;
}

.rir-no-card-section p {
  color: rgba(255, 255, 255, 0.68);
}

.rir-no-card-section > .container > div > .rir-actions {
  margin-top: 23px;
}

.rir-no-card-section ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rir-no-card-section ol li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.07);
}

.rir-no-card-section ol li > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--rir-yellow);
  color: #21143b;
  font-weight: 950;
}

.rir-no-card-section ol strong {
  color: #fff;
}

.rir-no-card-section ol p {
  margin: 5px 0 0;
  font-size: 0.86rem;
  line-height: 1.5;
}

.rir-enrollment-section {
  background: #fff;
}

.rir-enrollment-grid {
  display: grid;
  grid-template-columns: minmax(230px, 0.5fr) minmax(0, 1.5fr);
  align-items: center;
  gap: clamp(38px, 7vw, 78px);
}

.rir-enrollment-answer {
  display: grid;
  min-height: 280px;
  place-content: center;
  padding: 28px;
  border: 1px solid #d9cee6;
  border-radius: 28px;
  background:
    radial-gradient(circle at 76% 22%, rgba(44, 115, 244, 0.2), transparent 30%),
    linear-gradient(145deg, #f9f5fd, #efe5f8);
  text-align: center;
}

.rir-enrollment-answer strong {
  color: var(--rir-magenta);
  font-size: clamp(3.6rem, 9vw, 6rem);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 0.9;
}

.rir-enrollment-answer span {
  max-width: 180px;
  margin: 13px auto 0;
  color: #5c4d6b;
  font-weight: 800;
  line-height: 1.3;
}

.rir-enrollment-section .rir-text-link {
  display: inline-flex;
  margin-top: 7px;
}

.rir-request-section {
  border-block: 1px solid #e9e3ee;
  background: var(--rir-soft);
}

.rir-request-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rir-request-grid li {
  min-width: 0;
  padding: 23px;
  border: 1px solid var(--rir-border);
  border-radius: 18px;
  background: #fff;
}

.rir-request-grid li > span {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--rir-magenta);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.rir-request-grid h3 {
  margin: 0 0 8px;
  color: var(--rir-ink);
  font-size: 1.08rem;
}

.rir-request-grid p {
  margin: 0;
  color: #6c6475;
  font-size: 0.86rem;
  line-height: 1.52;
}

.rir-request-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
  padding: 25px 28px;
  border-radius: 20px;
  background: var(--rir-night);
  color: #fff;
}

.rir-request-cta strong {
  color: var(--rir-yellow);
  font-size: 1.06rem;
}

.rir-request-cta p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.87rem;
}

.rir-related-section {
  background: #fff;
}

.rir-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.rir-related-grid a {
  display: grid;
  min-width: 0;
  min-height: 175px;
  align-content: space-between;
  gap: 14px;
  padding: 23px;
  border: 1px solid var(--rir-border);
  border-radius: 19px;
  background: #fff;
  color: var(--rir-ink);
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.rir-related-grid a:hover {
  transform: translateY(-3px);
  border-color: #c9addf;
  box-shadow: 0 16px 34px rgba(25, 19, 37, 0.09);
}

.rir-related-grid small {
  color: var(--rir-magenta);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.rir-related-grid strong {
  font-size: 1.12rem;
  line-height: 1.3;
}

.rir-related-grid span {
  color: var(--rir-violet);
  font-size: 0.83rem;
  font-weight: 850;
}

.rir-artist-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 110%, rgba(233, 30, 115, 0.25), transparent 30%),
    linear-gradient(135deg, #120b27, #231142);
}

.rir-artist-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.rir-artist-grid article {
  display: grid;
  min-width: 0;
  min-height: 150px;
  align-content: space-between;
  gap: 12px;
  padding: 21px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.06);
}

.rir-artist-grid time {
  color: var(--rir-yellow);
  font-size: 0.73rem;
  font-weight: 950;
}

.rir-artist-grid strong {
  color: #fff;
  font-size: 1.06rem;
  line-height: 1.25;
}

.rir-artist-grid span {
  color: rgba(255, 255, 255, 0.53);
  font-size: 0.74rem;
}

.rir-faq {
  background: var(--rir-soft);
}

.rir-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 14px;
}

.rir-faq-column {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.rir-faq details {
  overflow: hidden;
  border: 1px solid var(--rir-border);
  border-radius: 15px;
  background: #fff;
}

.rir-faq summary {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 19px;
  color: var(--rir-ink);
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.rir-faq summary::-webkit-details-marker {
  display: none;
}

.rir-faq summary b {
  display: grid;
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  background: #f1e7f2;
  color: var(--rir-magenta);
  font-size: 1.2rem;
  line-height: 1;
  transition: transform 160ms ease;
}

.rir-faq details[open] summary {
  color: var(--rir-violet);
}

.rir-faq details[open] summary b {
  transform: rotate(45deg);
}

.rir-faq details p {
  margin: 0;
  padding: 0 19px 19px;
  color: #655d6e;
  font-size: 0.9rem;
  line-height: 1.62;
}

.rir-faq details p a {
  color: var(--rir-violet);
  font-weight: 800;
}

.rir-sources {
  padding: 34px 0;
  border-top: 1px solid #e7e0ed;
  background: #fff;
}

.rir-sources .container {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.25fr);
  align-items: start;
  gap: 42px;
}

.rir-sources strong {
  color: var(--rir-ink);
  font-size: 1rem;
}

.rir-sources p {
  margin: 7px 0 0;
  color: #786f80;
  font-size: 0.78rem;
  line-height: 1.55;
}

.rir-sources nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rir-sources nav a {
  padding: 8px 10px;
  border-radius: 8px;
  background: var(--rir-soft);
  color: #5b5266;
  font-size: 0.73rem;
  font-weight: 750;
  text-decoration: none;
}

.rir-sources nav a:hover {
  background: #ece2f4;
  color: var(--rir-violet);
}

.rir-final-cta {
  padding: 72px 0;
  color: #fff;
  background: linear-gradient(110deg, var(--rir-magenta) 0%, #a21b85 45%, var(--rir-violet) 100%);
}

.rir-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.6fr) auto;
  align-items: center;
  gap: 34px;
}

.rir-final-cta .rir-eyebrow {
  color: var(--rir-yellow);
}

.rir-final-cta h2 {
  margin-bottom: 9px;
  color: #fff;
}

.rir-final-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}

.rir-final-validity {
  display: grid;
  gap: 7px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.09);
}

.rir-final-validity small {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.35;
}

.rir-final-validity strong {
  color: #fff;
  font-size: 1.13rem;
}

.rir-final-actions {
  display: grid;
  gap: 10px;
}

.rir-final-actions .button {
  min-width: 220px;
  border-color: var(--rir-yellow);
  background: var(--rir-yellow);
  color: #21143b;
  box-shadow: none;
}

.rir-final-actions .button:hover {
  border-color: #ffe475;
  background: #ffe475;
}

.rir-final-actions .rir-button-secondary {
  min-width: 220px;
}

@media (max-width: 1080px) {
  .rir-hero-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(290px, 0.88fr);
    gap: 30px;
  }

  .rir-hero-copy {
    max-width: 820px;
  }

  .rir-hero-visual {
    width: min(350px, 100%);
  }

  .rir-hero-visual img {
    height: 370px;
  }

  .rir-lineup-grid,
  .rir-request-grid,
  .rir-artist-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rir-requirements-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rir-final-grid {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.55fr);
  }

  .rir-final-actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .rir-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .rir-hero-visual {
    width: min(440px, 100%);
    justify-self: start;
  }

  .rir-hero-visual img {
    height: 320px;
  }

  .rir-quick-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .rir-quick-card > .button {
    grid-column: 2;
    justify-self: start;
  }

  .rir-heading-inline,
  .rir-cie-intro,
  .rir-no-card-grid,
  .rir-enrollment-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .rir-heading-inline {
    gap: 12px;
  }

  .rir-weekends,
  .rir-format-grid,
  .rir-faq-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .rir-how-grid,
  .rir-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rir-fact-strip {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .rir-cie-intro figure {
    width: min(680px, 100%);
  }

  .rir-validity-card {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .rir-validity-card p {
    grid-column: 1 / -1;
  }

  .rir-enrollment-answer {
    min-height: 210px;
  }

  .rir-sources .container {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
}

@media (max-width: 720px) {
  .rir-guide .container {
    width: min(100% - 28px, 1180px);
  }

  .rir-hero {
    padding: 44px 0 58px;
  }

  .rir-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.55rem);
  }

  .rir-event-chip {
    position: static;
    min-width: 0;
    margin-top: 10px;
  }

  .rir-hero-visual {
    display: grid;
    width: min(400px, 100%);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 10px;
  }

  .rir-hero-visual img {
    height: 260px;
  }

  .rir-hero-visual img,
  .rir-hero-visual figcaption {
    grid-column: 1 / -1;
  }

  .rir-quick-answer {
    margin-top: -30px;
  }

  .rir-quick-card {
    grid-template-columns: minmax(0, 1fr);
    padding: 23px;
  }

  .rir-quick-mark {
    width: 58px;
    height: 58px;
    border-radius: 15px;
  }

  .rir-quick-card > .button {
    grid-column: auto;
    justify-self: stretch;
  }

  .rir-toc .container {
    display: block;
    padding: 12px 0;
  }

  .rir-toc-label {
    display: block;
    margin-bottom: 5px;
  }

  .rir-section {
    padding: 60px 0;
  }

  .rir-section-heading {
    margin-bottom: 28px;
  }

  .rir-lineup-grid,
  .rir-request-grid,
  .rir-artist-grid,
  .rir-requirements-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rir-how-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .rir-validity-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .rir-validity-card time {
    justify-self: start;
  }

  .rir-validity-card p {
    grid-column: auto;
  }

  .rir-request-cta {
    grid-template-columns: minmax(0, 1fr);
  }

  .rir-final-cta {
    padding: 58px 0;
  }

  .rir-final-grid,
  .rir-final-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .rir-final-actions {
    grid-column: auto;
  }

  .rir-final-actions .button,
  .rir-final-actions .rir-button-secondary {
    min-width: 0;
  }
}

@media (max-width: 520px) {
  html {
    scroll-padding-top: 12px;
  }

  .rir-guide .container {
    width: min(100% - 22px, 1180px);
  }

  .rir-breadcrumb .container {
    font-size: 0.72rem;
  }

  .rir-hero {
    padding-top: 38px;
  }

  .rir-kicker,
  .rir-eyebrow {
    font-size: 0.68rem;
  }

  .rir-hero h1 {
    margin-top: 15px;
    font-size: clamp(2.2rem, 12vw, 3.1rem);
  }

  .rir-lead {
    font-size: 1rem;
  }

  .rir-actions,
  .rir-actions .button {
    width: 100%;
  }

  .page-guia .rir-actions .rir-no-card-guide-link {
    gap: 8px;
    padding-inline: 16px;
    font-size: 13px;
  }

  .rir-hero-dates {
    gap: 6px;
  }

  .rir-hero-dates span {
    width: 34px;
    height: 34px;
  }

  .rir-hero-visual {
    grid-template-columns: minmax(0, 1fr);
    padding: 8px;
  }

  .rir-hero-visual img,
  .rir-hero-visual figcaption {
    grid-column: auto;
  }

  .rir-hero-visual img {
    height: 220px;
    border-radius: 16px;
  }

  .rir-event-chip {
    padding: 11px 12px;
  }

  .rir-quick-card {
    border-radius: 20px;
  }

  .rir-section-heading h2,
  .rir-cie-intro h2,
  .rir-no-card-section h2,
  .rir-enrollment-section h2,
  .rir-final-cta h2 {
    font-size: clamp(1.85rem, 10vw, 2.55rem);
  }

  .rir-weekends > article > div {
    display: grid;
    gap: 5px;
  }

  .rir-weekends ul {
    gap: 6px;
    padding: 12px;
  }

  .rir-weekends li {
    padding: 13px 4px;
  }

  .rir-weekends li strong {
    font-size: 1.65rem;
  }

  .rir-lineup-grid,
  .rir-request-grid,
  .rir-artist-grid,
  .rir-requirements-grid,
  .rir-related-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .rir-lineup-grid article,
  .rir-related-grid a {
    min-height: 0;
  }

  .rir-how-grid li,
  .rir-format-grid article,
  .rir-cie-intro figure,
  .rir-enrollment-answer {
    padding: 20px;
  }

  .rir-validity-card,
  .rir-request-cta {
    padding: 21px;
  }

  .rir-no-card-section ol li {
    padding: 17px;
  }

  .rir-faq summary {
    padding: 16px;
    font-size: 0.9rem;
  }

  .rir-faq details p {
    padding: 0 16px 17px;
  }
}

@media (max-width: 360px) {
  .rir-guide .container {
    width: min(100% - 18px, 1180px);
  }

  .rir-hero h1 {
    font-size: 2.12rem;
  }

  .rir-hero-dates strong {
    width: 100%;
    margin: 3px 0 0;
  }

  .rir-weekends ul,
  .rir-weekends article:nth-child(2) ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rir-quick-card,
  .rir-format-grid article,
  .rir-cie-intro figure,
  .rir-enrollment-answer {
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .rir-guide .button,
  .rir-related-grid a,
  .rir-faq summary b {
    transition: none;
  }
}

/* Avenged Sevenfold — composição editorial local da página */
.page-avenged {
  --rir-ink: #12181b;
  --rir-muted: #5d696d;
  --rir-night: #0b1012;
  --rir-night-2: #172126;
  --rir-magenta: #0b8f90;
  --rir-violet: #0a6872;
  --rir-blue: #177d96;
  --rir-yellow: #68c7c4;
  --rir-soft: #f2f4f4;
  --rir-border: #d7dfe0;
  --rir-shadow: 0 22px 55px rgba(8, 15, 18, 0.13);
}

.page-avenged .a7x-hero {
  background:
    radial-gradient(circle at 9% 15%, rgba(11, 143, 144, 0.19), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(23, 125, 150, 0.18), transparent 30%),
    linear-gradient(135deg, #070a0b 0%, #101619 53%, #172329 100%);
}

.page-avenged .a7x-hero .rir-hero-grid {
  grid-template-columns: minmax(0, 1.06fr) minmax(380px, 0.94fr);
}

.page-avenged .a7x-hero h1 {
  max-width: 730px;
  font-size: clamp(2.35rem, 3.75vw, 3.65rem);
  line-height: 1.01;
}

.a7x-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0;
}

.a7x-hero-chips span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.2;
}

.a7x-hero-chips span:first-child,
.a7x-hero-chips span:nth-child(2) {
  border-color: rgba(104, 199, 196, 0.5);
  color: var(--rir-yellow);
}

.page-avenged .a7x-hero-visual {
  width: min(520px, 100%);
  padding: 10px;
}

.page-avenged .a7x-hero-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.page-avenged .a7x-hero-visual .rir-event-chip-date {
  top: auto;
  bottom: 42px;
  right: -14px;
}

.page-avenged .a7x-hero-visual .rir-event-chip-place {
  bottom: 42px;
  left: -18px;
}

.a7x-show-section {
  padding-top: 76px;
  background: #fff;
}

.a7x-event-overview {
  display: grid;
  grid-template-columns: minmax(210px, 0.34fr) minmax(0, 1fr);
  overflow: hidden;
  margin-bottom: 40px;
  border: 1px solid var(--rir-border);
  border-radius: var(--rir-radius);
  background: #fff;
  box-shadow: 0 18px 46px rgba(25, 19, 37, 0.08);
}

.a7x-date-card {
  display: grid;
  min-height: 270px;
  place-content: center;
  padding: 28px;
  background:
    radial-gradient(circle at 76% 22%, rgba(11, 143, 144, 0.28), transparent 34%),
    linear-gradient(145deg, #0a0e10, #1a292e);
  color: #fff;
  text-align: center;
}

.a7x-date-card small {
  color: var(--rir-yellow);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.17em;
}

.a7x-date-card strong {
  margin: 7px 0 4px;
  font-size: clamp(4.2rem, 8vw, 6.5rem);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 0.9;
}

.a7x-date-card span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.a7x-event-copy {
  display: grid;
  align-content: center;
  padding: clamp(28px, 5vw, 56px);
}

.a7x-event-copy h3 {
  margin: 9px 0 12px;
  color: var(--rir-ink);
  font-size: clamp(1.85rem, 3vw, 2.75rem);
  letter-spacing: -0.04em;
  line-height: 1.03;
}

.a7x-event-copy p {
  max-width: 720px;
  margin: 0 0 15px;
  color: var(--rir-muted);
  line-height: 1.68;
}

.a7x-lineup-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.a7x-lineup-heading h3 {
  margin: 6px 0 0;
  color: var(--rir-ink);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  letter-spacing: -0.035em;
}

.a7x-lineup-grid .a7x-headliner {
  border-color: rgba(11, 143, 144, 0.45);
  background: linear-gradient(145deg, #fff, #f0f7f7);
  box-shadow: 0 16px 36px rgba(8, 92, 94, 0.1);
}

.a7x-lineup-grid h3 {
  overflow-wrap: anywhere;
}

.a7x-light-actions {
  margin-top: 22px;
}

.page-avenged .a7x-outline-button {
  border-color: #c8d5d6;
  background: #fff;
  color: var(--rir-violet);
  box-shadow: none;
}

.page-avenged .a7x-outline-button:hover {
  border-color: var(--rir-violet);
  background: #eef6f6;
}

.a7x-guide-section {
  background: #fff;
}

.a7x-guide-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 38px;
  overflow: hidden;
  padding: clamp(28px, 5vw, 50px);
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 18%, rgba(11, 143, 144, 0.22), transparent 29%),
    linear-gradient(135deg, #090d0f, #17262b);
  color: #fff;
  box-shadow: 0 24px 58px rgba(7, 15, 18, 0.17);
}

.a7x-guide-callout h2 {
  max-width: 760px;
  margin: 10px 0 12px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.15rem);
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.a7x-guide-callout p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
}

.a7x-guide-callout .button {
  min-width: 205px;
  border-color: #169b4b;
  background: #169b4b;
  color: #fff;
  box-shadow: none;
}

.a7x-guide-callout .button:hover {
  border-color: #0f803d;
  background: #0f803d;
}

.a7x-related-heading {
  margin-top: 70px;
}

@media (max-width: 1080px) {
  .page-avenged .a7x-hero .rir-hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
  }

  .page-avenged .a7x-hero-visual {
    width: min(460px, 100%);
  }
}

@media (max-width: 900px) {
  .page-avenged .a7x-hero .rir-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-avenged .a7x-hero-visual {
    width: min(620px, 100%);
    justify-self: start;
  }

  .a7x-guide-callout {
    grid-template-columns: minmax(0, 1fr);
  }

  .a7x-guide-callout .button {
    justify-self: start;
  }
}

@media (max-width: 720px) {
  .page-avenged .a7x-hero-visual {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 10px;
  }

  .page-avenged .a7x-hero-visual img,
  .page-avenged .a7x-hero-visual figcaption {
    grid-column: 1 / -1;
  }

  .a7x-event-overview {
    grid-template-columns: minmax(0, 1fr);
  }

  .a7x-date-card {
    min-height: 220px;
  }

  .a7x-guide-callout .button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .page-avenged .a7x-hero h1 {
    font-size: clamp(2.03rem, 10.6vw, 2.85rem);
  }

  .a7x-hero-chips {
    margin: 22px 0;
  }

  .a7x-hero-chips span {
    min-height: 32px;
    padding: 6px 9px;
    font-size: 0.68rem;
  }

  .page-avenged .a7x-hero-visual {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-avenged .a7x-hero-visual img,
  .page-avenged .a7x-hero-visual figcaption {
    grid-column: auto;
  }

  .page-avenged .a7x-hero-visual img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .a7x-lineup-heading {
    display: block;
  }

  .a7x-event-copy,
  .a7x-guide-callout {
    padding: 23px;
  }

  .a7x-no-card-link {
    padding-inline: 14px !important;
    font-size: 0.78rem;
  }

  .a7x-related-heading {
    margin-top: 54px;
  }
}

/* Acabamento metal / NacionalCIE — aplicado somente a esta página */
.page-avenged .rir-kicker {
  color: #68c7c4;
}

.page-avenged .rir-quick-card {
  border-color: #d7dfe0;
}

.page-avenged .rir-lineup-grid time {
  background: #e6f1f1;
  color: #086a70;
}

.page-avenged .a7x-hero::after {
  border-color: rgba(104, 199, 196, 0.07);
}

.page-avenged .a7x-hero-visual {
  border-color: rgba(157, 182, 186, 0.3);
  background: rgba(192, 209, 212, 0.06);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.48);
}

.page-avenged .a7x-hero-visual::before {
  background: linear-gradient(135deg, rgba(11, 143, 144, 0.2), rgba(112, 135, 140, 0.12));
}

.page-avenged .a7x-hero-visual .rir-event-chip {
  border-color: rgba(118, 166, 169, 0.42);
  background: rgba(8, 14, 16, 0.94);
}

.page-avenged .a7x-hero-visual .rir-event-chip small {
  color: #68c7c4;
}

.page-avenged .a7x-hero-visual .rir-event-chip-place {
  border-color: rgba(11, 143, 144, 0.56);
}

.page-avenged .rir-guide .button:not(.rir-button-secondary):not(.a7x-outline-button) {
  border-color: #169b4b;
  background: #169b4b;
  color: #fff;
  box-shadow: 0 11px 25px rgba(22, 155, 75, 0.2);
}

.page-avenged .rir-guide .button:not(.rir-button-secondary):not(.a7x-outline-button):hover {
  border-color: #0f803d;
  background: #0f803d;
  color: #fff;
  box-shadow: 0 14px 30px rgba(15, 128, 61, 0.24);
}

.page-avenged .rir-button-secondary {
  border-color: rgba(188, 204, 207, 0.42) !important;
  background: rgba(177, 196, 199, 0.06) !important;
}

.page-avenged .rir-button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.85) !important;
  background: rgba(195, 211, 213, 0.12) !important;
}

.page-avenged .rir-quick-mark {
  background: linear-gradient(135deg, #0b8f90, #105d69);
}

.page-avenged .rir-toc a:hover,
.page-avenged .rir-toc a[aria-current="true"] {
  background: #e8f2f2;
  color: #086a70;
}

.page-avenged .rir-how-section {
  background:
    radial-gradient(circle at 92% 20%, rgba(11, 143, 144, 0.2), transparent 27%),
    linear-gradient(135deg, #090d0f, #121c20 58%, #182a2f);
}

.page-avenged .rir-fact-strip {
  border-color: rgba(104, 199, 196, 0.34);
  background: rgba(104, 199, 196, 0.08);
}

.page-avenged .rir-format-tag {
  background: #e6f1f1;
  color: #087b7d;
}

.page-avenged .rir-format-grid .rir-format-featured {
  border-color: #8db8ba;
  background: linear-gradient(145deg, #fff 0%, #edf5f5 100%);
}

.page-avenged .rir-format-featured .rir-format-tag {
  background: #0a6872;
  color: #fff;
}

.page-avenged .rir-validity-card {
  background: linear-gradient(110deg, #0b4f54, #0b7375 62%, #17687e);
  box-shadow: 0 18px 40px rgba(8, 84, 88, 0.22);
}

.page-avenged .rir-no-card-section {
  background:
    radial-gradient(circle at 84% 20%, rgba(11, 143, 144, 0.24), transparent 27%),
    linear-gradient(135deg, #090d0f, #17252a);
}

.page-avenged .rir-request-cta {
  background: linear-gradient(120deg, #0b1113, #17262b);
}

.page-avenged .rir-related-grid a:hover {
  border-color: #90b9ba;
  box-shadow: 0 16px 34px rgba(8, 59, 62, 0.1);
}

.page-avenged .rir-faq summary b {
  background: #e5f0f0;
  color: #087b7d;
}

.page-avenged .rir-final-cta {
  background:
    radial-gradient(circle at 86% 14%, rgba(11, 143, 144, 0.27), transparent 28%),
    linear-gradient(110deg, #090d0f 0%, #152328 48%, #0b6167 100%);
}

.page-avenged .rir-final-cta .rir-eyebrow,
.page-avenged .rir-final-validity strong,
.page-avenged .rir-request-cta strong {
  color: #8ed4d1;
}
