@font-face {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/regular.woff2") format("woff2");
}

@font-face {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url("../fonts/900.woff2") format("woff2");
}

:root {
  --rir-night: #061b2d;
  --rir-blue: #0d4268;
  --rir-sky: #2d82bd;
  --rir-gold: #f2c84b;
  --rir-paper: #fbfaf6;
  --rir-ink: #102536;
  --rir-muted: #526878;
  --rir-line: rgba(16, 37, 54, .14);
  --rir-radius: 26px;
  --rir-shadow: 0 20px 60px rgba(6, 27, 45, .13);
}

html { scroll-behavior: smooth; scroll-padding-bottom: 96px; scroll-padding-top: 88px; }

body {
  background: var(--rir-paper);
  color: var(--rir-ink);
  font-family: Epilogue, Arial, sans-serif;
  margin: 0;
  overflow-x: hidden;
}

.rir-page *,
.rir-page *::before,
.rir-page *::after { box-sizing: border-box; }

.rir-page img,
.rir-page svg { max-width: 100%; }

.rir-page a { color: inherit; }

.rir-page :focus-visible {
  outline: 3px solid #e3a914;
  outline-offset: 4px;
}

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

.rir-section { overflow-x: clip; padding: clamp(64px, 9vw, 120px) 0; scroll-margin-top: 84px; }
#como-funciona,
#veiculo,
#datas,
#duvidas { scroll-margin-top: 88px; }
#como-funciona.rir-section { padding-block: clamp(56px, 6vw, 80px); }
.rir-section--compact { padding-block: clamp(56px, 5vw, 88px); }
.rir-section--paper { background: #fff; }
.rir-section--warm { background: #f4f1ea; }

.rir-kicker {
  color: var(--rir-sky);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.rir-title {
  font-size: clamp(31px, 4.2vw, 55px);
  letter-spacing: -.052em;
  line-height: 1.04;
  margin: 0;
  max-width: 760px;
}

.rir-copy {
  color: var(--rir-muted);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.65;
  margin: 18px 0 0;
  max-width: 690px;
}

.rir-btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: .04em;
  line-height: 1.2;
  min-height: 52px;
  padding: 13px 22px;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.rir-page .rir-btn--gold,
.rir-page .rir-btn--gold:link,
.rir-page .rir-btn--gold:visited { background: #f6c943; color: #09273a; }

.rir-page .rir-btn--blue,
.rir-page .rir-btn--blue:link,
.rir-page .rir-btn--blue:visited { background: #09273a; color: #fff; }

.rir-page .rir-btn--blue:hover { background: #123c55; color: #fff; }
.rir-page .rir-btn--gold:hover { background: #ffd861; color: #09273a; }
.rir-page .rir-btn--blue:active { background: #061b2d; color: #fff; transform: translateY(0); }
.rir-page .rir-btn--gold:active { background: #e6b92e; color: #09273a; transform: translateY(0); }
.rir-page .rir-btn--outline,
.rir-page .rir-btn--outline:link,
.rir-page .rir-btn--outline:visited { background: transparent; border-color: #09273a; color: #09273a; }
.rir-page .rir-btn--outline:hover { background: rgba(9, 39, 58, .08); color: #09273a; }
.rir-page .rir-btn--outline:active { background: rgba(9, 39, 58, .15); color: #09273a; transform: translateY(0); }
.rir-page .rir-btn:hover { box-shadow: 0 12px 28px rgba(6, 27, 45, .18); transform: translateY(-2px); }
.rir-page .rir-btn:focus-visible { outline: 3px solid #f6c943; outline-offset: 3px; }
.rir-btn--ghost { border-color: rgba(255, 255, 255, .7); color: #fff; }

.rir-header {
  backdrop-filter: blur(16px);
  background: rgba(6, 27, 45, .96);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 20;
}

.rir-header__inner {
  align-items: center;
  display: flex;
  gap: 22px;
  justify-content: space-between;
  margin: 0 auto;
  min-height: 68px;
  padding: max(8px, env(safe-area-inset-top)) 20px 8px;
  width: min(1240px, 100%);
}

.rir-header__logo { align-items: center; display: inline-flex; flex: 0 0 auto; gap: 9px; text-decoration: none; }
.rir-header__logo img { display: block; height: 44px; object-fit: contain; width: 44px; }
.rir-header__brand { display: grid; letter-spacing: -.035em; line-height: .92; }
.rir-header__brand strong { color: #fff; font-size: 17px; font-weight: 900; }
.rir-header__brand span { color: var(--rir-gold); font-size: 12px; font-weight: 900; letter-spacing: .11em; margin-top: 3px; text-transform: uppercase; }

.rir-header__nav { align-items: center; display: flex; gap: clamp(12px, 1.5vw, 18px); margin-left: auto; }
.rir-header__nav a { align-items: center; color: rgba(255, 255, 255, .86); display: inline-flex; font-size: 14px; font-weight: 700; min-height: 44px; text-decoration: none; }
.rir-header__nav a:hover { color: var(--rir-gold); }

.rir-header__tools { align-items: center; display: flex; gap: 12px; }
.rir-header__tools .rir-btn { min-height: 46px; padding: 10px 17px; }

.rir-header .language-switcher { position: relative; }
.rir-header .language-switcher__toggle {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font: inherit;
  min-height: 44px;
  padding: 6px 10px;
}

.rir-header .language-switcher__current { align-items: center; display: flex; gap: 7px; }
.rir-header .language-switcher__flag { border-radius: 50%; display: inline-block; height: 16px; width: 16px; }
.rir-header .language-switcher__label { font-size: 12px; font-weight: 700; }

.rir-header .language-switcher__menu {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .25);
  display: none;
  min-width: 144px;
  overflow: hidden;
  padding: 6px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
}

.rir-header .language-switcher.is-open .language-switcher__menu { display: grid; }
.rir-header .language-switcher__option { align-items: center; border-radius: 10px; color: var(--rir-ink); display: flex; font-size: 13px; gap: 9px; padding: 10px; text-decoration: none; }
.rir-header .language-switcher__option:hover, .rir-header .language-switcher__option.is-active { background: #edf4f8; }
.rir-language-noscript { display: none; }

.rir-mobile-menu { display: none; }

.rir-hero { background: linear-gradient(135deg, #eef6fa 0%, #fff8e6 100%); padding: clamp(34px, 6vw, 72px) 0 clamp(58px, 8vw, 92px); }
.rir-hero__grid { align-items: center; display: grid; gap: clamp(28px, 3.5vw, 40px); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.rir-hero__copy { padding: 10px 0; }
.rir-badge { background: var(--rir-night); border-radius: 999px; color: var(--rir-gold); display: inline-flex; font-size: 12px; font-weight: 900; letter-spacing: .08em; padding: 10px 14px; text-transform: uppercase; }
.rir-hero h1 { font-size: clamp(42px, 5vw, 68px); letter-spacing: -.065em; line-height: .94; margin: 20px 0 0; max-width: 12ch; }
.rir-hero h1 > span { display: inline; }
.rir-hero h1 > span:first-child { white-space: nowrap; }
.rir-hero__event { white-space: nowrap; }
.rir-hero__lead { color: #335062; font-size: clamp(17px, 1.65vw, 21px); line-height: 1.55; margin: 22px 0 0; max-width: 540px; }
.rir-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.rir-hero__benefits { display: grid; gap: 10px; list-style: none; margin: 26px 0 0; padding: 0; }
.rir-hero__benefits li { align-items: flex-start; color: #2e4b5d; display: flex; font-size: 14px; font-weight: 700; gap: 10px; line-height: 1.45; }
.rir-hero__benefits li::before { color: var(--rir-sky); content: "✓"; font-weight: 900; }
.rir-hero__notice { color: #61717c; font-size: 12px; line-height: 1.5; margin: 20px 0 0; }
.rir-media { margin: 0; overflow: hidden; }
.rir-hero__media { border-radius: clamp(24px, 4vw, 40px); box-shadow: var(--rir-shadow); min-height: 400px; }
.rir-hero__media img { display: block; height: 100%; min-height: 400px; object-fit: cover; object-position: 50% 50%; width: 100%; }
.rir-hero__visual,
.rir-vehicle__visual { min-width: 0; }
.rir-image-notice { color: #526878; font-size: 12px; line-height: 1.5; margin: 12px 4px 0; }

.rir-trust { background: var(--rir-night); color: #fff; }
.rir-trust__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.rir-trust__item { align-items: center; display: flex; gap: 13px; min-height: 112px; min-width: 0; padding: 22px 25px; }
.rir-trust__item strong { overflow-wrap: anywhere; }
.rir-trust__item + .rir-trust__item { border-left: 1px solid rgba(255, 255, 255, .14); }
.rir-trust__icon { align-items: center; background: rgba(242, 200, 75, .16); border-radius: 50%; color: var(--rir-gold); display: inline-flex; flex: 0 0 auto; height: 42px; justify-content: center; width: 42px; }
.rir-trust__icon svg { height: 21px; width: 21px; }
.rir-trust__item strong { font-size: 14px; line-height: 1.35; }

.rir-steps { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); margin-top: 32px; }
.rir-step { background: #fff; border: 1px solid var(--rir-line); border-radius: var(--rir-radius); min-height: 0; padding: 24px; }
.rir-step__number { color: var(--rir-sky); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.rir-step h3 { font-size: 21px; letter-spacing: -.03em; margin: 22px 0 9px; }
.rir-step p { color: var(--rir-muted); font-size: 14px; line-height: 1.6; margin: 0; }

.rir-split { align-items: center; display: grid; gap: clamp(30px, 6vw, 76px); grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.rir-split--reverse .rir-media { order: 2; }
.rir-split__media { border-radius: var(--rir-radius); box-shadow: var(--rir-shadow); height: clamp(310px, 39vw, 480px); }
.rir-split__media img { display: block; height: 100%; object-fit: cover; width: 100%; }
.rir-split__media--boarding img { filter: brightness(1.06); object-position: 42% 50%; }
.rir-split__media--interior img { object-position: 54% 50%; }
.rir-split__media--support img { object-position: 53% 52%; }
.rir-points { display: grid; gap: 11px; list-style: none; margin: 27px 0; padding: 0; }
.rir-points li { align-items: flex-start; color: #355366; display: flex; font-size: 15px; gap: 10px; line-height: 1.45; }
.rir-points li::before { color: var(--rir-gold); content: "●"; font-size: 11px; margin-top: 4px; }

.rir-regions { display: grid; gap: 12px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 40px; }
.rir-page .rir-region,
.rir-page .rir-region:link,
.rir-page .rir-region:visited { align-items: center; background: #fff; border: 1px solid var(--rir-line); border-radius: 18px; color: var(--rir-ink); cursor: pointer; display: flex; font-size: 14px; font-weight: 700; min-height: 76px; padding: 16px; text-decoration: none; transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease; }
.rir-page .rir-region:hover { border-color: #f6c943; box-shadow: 0 10px 22px rgba(6, 27, 45, .08); transform: translateY(-2px); }
.rir-page .rir-region:active { transform: translateY(0); }
.rir-region::before { background: #ddecf5; border-radius: 50%; content: ""; height: 9px; margin-right: 10px; width: 9px; }
.rir-section__cta { margin-top: 30px; }

.rir-vehicle { align-items: center; display: grid; gap: 38px; grid-template-columns: .84fr 1.16fr; }
.rir-vehicle__visual { align-self: center; display: flex; flex-direction: column; width: 100%; }
.rir-vehicle__media { aspect-ratio: 2 / 1; border-radius: var(--rir-radius); height: auto; overflow: hidden; }
.rir-vehicle__visual .rir-vehicle__media { display: block; flex: 0 0 auto; width: 100%; }
.rir-vehicle__media img { display: block; height: 100%; object-fit: cover; object-position: 52% 62%; transform: scale(1.14); width: 100%; }
.rir-vehicle__visual .rir-image-notice { margin: 12px 0 0; position: static; transform: none; width: 100%; z-index: auto; }
.rir-vehicle__list { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; margin: 24px 0 0; padding: 0; }
.rir-vehicle__list li { border-bottom: 1px solid var(--rir-line); color: #365466; font-size: 14px; font-weight: 700; padding: 0 0 12px; }

.rir-audience { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); margin-top: 43px; }
.rir-audience article { background: #fff; border-radius: 22px; box-shadow: 0 8px 28px rgba(6, 27, 45, .06); padding: 25px; }
.rir-audience h3 { font-size: 20px; letter-spacing: -.03em; margin: 0; }
.rir-audience p { color: var(--rir-muted); font-size: 14px; line-height: 1.58; margin: 12px 0 0; }

.rir-dates { display: grid; gap: 12px; grid-template-columns: repeat(4, 1fr); margin-top: 40px; }
.rir-date { background: #fff; border: 1px solid var(--rir-line); border-radius: 18px; cursor: pointer; display: grid; font-size: 15px; font-weight: 900; gap: 5px; min-height: 106px; padding: 18px; text-decoration: none; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.rir-date small { color: var(--rir-muted); font-size: 12px; font-weight: 700; }
.rir-date:hover { border-color: #f6c943; box-shadow: 0 10px 22px rgba(6, 27, 45, .08); transform: translateY(-2px); }
.rir-dates__notice { color: var(--rir-muted); font-size: 13px; margin: 22px 0 0; }

.rir-faq { display: grid; gap: 10px; margin: 38px auto 0; max-width: 900px; }
.rir-faq details { background: #fff; border: 1px solid var(--rir-line); border-radius: 16px; overflow: hidden; }
.rir-faq summary { align-items: center; cursor: pointer; display: flex; font-size: 16px; font-weight: 900; gap: 18px; justify-content: space-between; list-style: none; min-height: 68px; padding: 18px 21px; }
.rir-faq summary::-webkit-details-marker { display: none; }
.rir-faq summary::after { color: var(--rir-sky); content: "+"; font-size: 26px; font-weight: 400; }
.rir-faq details[open] summary::after { content: "−"; }
.rir-faq__answer { border-top: 1px solid var(--rir-line); color: var(--rir-muted); font-size: 15px; line-height: 1.65; margin: 0; padding: 18px 21px 22px; }

.rir-final { background: var(--rir-night); color: #fff; padding: clamp(70px, 10vw, 120px) 0; text-align: center; }
.rir-final .rir-title { margin: 0 auto; max-width: 800px; }
.rir-final .rir-copy { color: rgba(255, 255, 255, .74); margin-left: auto; margin-right: auto; }
.rir-final .rir-btn { margin-top: 28px; }
.rir-final__notice { color: rgba(255, 255, 255, .58); font-size: 12px; margin: 17px 0 0; }

.rir-credentials { background: #fff; overflow-x: clip; padding: clamp(56px, 6vw, 88px) 0; }
.rir-credentials__inner { margin: 0 auto; width: min(1180px, calc(100% - 40px)); }
.rir-credentials__eyebrow { color: var(--rir-sky); display: block; font-size: 12px; font-weight: 900; letter-spacing: .14em; margin-bottom: 13px; text-transform: uppercase; }
.rir-credentials h2 { font-size: clamp(31px, 4.2vw, 55px); letter-spacing: -.052em; line-height: 1.04; margin: 0; max-width: 760px; }
.rir-credentials__copy { color: var(--rir-muted); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.65; margin: 18px 0 0; max-width: 690px; }
.rir-credentials__grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 34px; }
.rir-credential-card { align-items: center; background: #f8fafb; border: 1px solid var(--rir-line); border-radius: 22px; display: grid; gap: 18px; grid-template-columns: minmax(120px, .42fr) minmax(0, .58fr); min-height: 154px; padding: 24px; }
.rir-credential-card__logo { align-items: center; background: #fff; border-radius: 14px; display: flex; justify-content: center; min-height: 86px; padding: 14px; }
.rir-credential-card__logo img { display: block; max-height: 54px; max-width: 178px; object-fit: contain; width: auto; }
.rir-credential-card h3 { font-size: 20px; letter-spacing: -.03em; margin: 0; }
.rir-credential-card p { color: var(--rir-muted); font-size: 14px; line-height: 1.5; margin: 8px 0 0; }
.rir-credentials__note { color: var(--rir-muted); font-size: 12px; line-height: 1.5; margin: 20px 0 0; }

.rir-footer { background: #041420; color: rgba(255, 255, 255, .72); padding: 32px 0 max(32px, env(safe-area-inset-bottom)); }
.rir-footer__inner { align-items: center; display: flex; font-size: 12px; gap: 24px; justify-content: space-between; }
.rir-footer a { color: #fff; font-weight: 700; }

.rir-mobile-cta { display: none; }

@media (max-width: 1024px) {
  .rir-header__nav { display: none; }
  .rir-mobile-menu { display: block; }
  .rir-mobile-menu summary { color: #fff; cursor: pointer; font-size: 12px; font-weight: 900; list-style: none; padding: 12px 0; }
  .rir-mobile-menu summary::-webkit-details-marker { display: none; }
  .rir-mobile-menu[open] { background: var(--rir-night); left: 0; padding: 0 20px 18px; position: absolute; right: 0; top: 100%; }
  .rir-mobile-menu a { color: rgba(255, 255, 255, .85); display: block; font-size: 14px; padding: 12px 0; text-decoration: none; }
  .rir-header__tools .rir-btn { display: none; }
  .rir-trust__grid, .rir-steps, .rir-audience { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rir-trust__item:nth-child(3) { border-left: 0; }
  .rir-trust__item:nth-child(n + 3) { border-top: 1px solid rgba(255, 255, 255, .14); }
  .rir-regions, .rir-dates { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  :root { --rir-mobile-cta-height: 76px; }
  body { padding-bottom: calc(var(--rir-mobile-cta-height) + env(safe-area-inset-bottom)); }
  .rir-container { width: min(100% - 32px, 1180px); }
  .rir-header__inner { gap: 12px; min-height: 64px; padding-left: 16px; padding-right: 16px; }
  .rir-header__logo img { height: 36px; width: 36px; }
  .rir-header__brand strong { font-size: 15px; }
  .rir-header__brand span { font-size: 10px; }
  .rir-header .language-switcher__label { display: block; font-size: 0; }
  .rir-header .language-switcher__label::after { font-size: 12px; font-weight: 900; }
  html[lang="pt-BR"] .rir-header .language-switcher__label::after { content: "PT"; }
  html[lang="en"] .rir-header .language-switcher__label::after { content: "EN"; }
  html[lang="es"] .rir-header .language-switcher__label::after { content: "ES"; }
  html[lang="fr"] .rir-header .language-switcher__label::after { content: "FR"; }
  .rir-header .language-switcher__toggle { min-height: 44px; }
  .rir-language-noscript { display: block; }
  .rir-language-noscript a { color: #fff; font-size: 12px; margin-right: 7px; }
  .rir-mobile-menu summary { align-items: center; display: flex; font-size: 13px; gap: 6px; min-height: 44px; padding: 8px 0; }
  .rir-hero { padding-bottom: 48px; padding-top: 26px; }
  .rir-hero__grid, .rir-split, .rir-vehicle { display: flex; flex-direction: column; }
  .rir-hero__copy { display: contents; }
  .rir-badge { order: -5; }
  .rir-hero h1 { font-size: clamp(36px, 10vw, 48px); order: -4; }
  .rir-hero__lead { order: -3; }
  .rir-hero__actions { display: contents; }
  .rir-hero__actions .rir-btn--gold { margin-top: 18px; order: -2; }
  .rir-hero__actions .rir-btn--blue { margin-top: 18px; order: 2; }
  .rir-hero__actions .rir-btn--outline { margin-top: 12px; order: 3; }
  .rir-hero__benefits { margin-top: 18px; order: 0; }
  .rir-hero__notice { margin-top: 14px; order: 1; }
  .rir-hero__visual { margin-top: 20px; order: -1; width: 100%; }
  .rir-hero__media { min-height: 232px; width: 100%; }
  .rir-hero__media img { min-height: 232px; object-position: 52% 50%; }
  .rir-trust__item { min-height: 92px; padding: 17px; }
  .rir-trust__item strong { font-size: 13px; }
  .rir-steps { gap: 0; margin-top: 24px; position: relative; }
  .rir-step { background: transparent; border: 0; border-radius: 0; min-height: unset; padding: 0 0 22px 56px; position: relative; }
  .rir-step__number { align-items: center; background: var(--rir-night); border-radius: 50%; color: var(--rir-gold); display: flex; font-size: 10px; height: 43px; justify-content: center; left: 0; letter-spacing: 0; padding: 4px; position: absolute; text-align: center; top: 0; width: 43px; }
  .rir-step h3 { font-size: 19px; margin: 0 0 5px; }
  .rir-step p { font-size: 14px; line-height: 1.5; }
  .rir-split__content, .rir-vehicle__content { display: contents; }
  .rir-split__intro { order: -2; }
  .rir-split .rir-media, .rir-split--reverse .rir-media, .rir-vehicle__visual { order: -1; }
  .rir-vehicle__intro { order: 0; }
  .rir-split__content .rir-points, .rir-vehicle__list { order: 0; }
  .rir-split__content .rir-btn, .rir-vehicle__content .rir-section__cta { order: 1; }
  .rir-split__media { height: 300px; margin-top: 6px; }
  .rir-vehicle__media { aspect-ratio: 16 / 9; height: auto; }
  .rir-vehicle__media img { object-position: 50% 52%; transform: scale(1.05); }
  .rir-vehicle__list { grid-template-columns: 1fr; }
  .rir-points--comfort { column-gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 10px; }
  .rir-points--comfort li { font-size: 13px; gap: 7px; }
  .rir-audience { gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 28px; }
  .rir-audience article { border-radius: 16px; padding: 16px; }
  .rir-audience h3 { font-size: 16px; }
  .rir-audience p { font-size: 13px; line-height: 1.45; margin-top: 7px; }
  .rir-regions, .rir-dates { grid-template-columns: 1fr; }
  .rir-region { min-height: 82px; }
  .rir-footer__inner { align-items: flex-start; flex-direction: column; gap: 12px; }
  .rir-credentials__inner { width: min(100% - 32px, 1180px); }
  .rir-credentials__grid { grid-template-columns: 1fr; }
  .rir-credential-card { grid-template-columns: 1fr; min-height: 0; }
  .rir-credential-card__logo { min-height: 76px; }
  .rir-mobile-cta { align-items: center; background: rgba(6, 27, 45, .97); bottom: 0; display: flex; justify-content: center; left: 0; min-height: var(--rir-mobile-cta-height); opacity: 0; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); pointer-events: none; position: fixed; right: 0; transform: translateY(110%); transition: opacity 160ms ease, transform 160ms ease; visibility: hidden; z-index: 30; }
  .rir-mobile-cta.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); visibility: visible; }
  .rir-page.is-menu-open .rir-mobile-cta { opacity: 0; pointer-events: none; transform: translateY(110%); visibility: hidden; }
  .rir-mobile-cta .rir-btn { min-height: 52px; width: min(100%, 390px); }
}

@media (min-width: 360px) and (max-width: 680px) {
  .rir-regions, .rir-dates { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rir-region { min-height: 88px; padding: 14px; }
  .rir-date { min-height: 92px; padding: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rir-btn, .rir-date { transition: none; }
  .rir-btn:hover, .rir-date:hover { transform: none; }
}
