:root {
  --rse-cobalt: #174a7c;
  --rse-frost: #eaf2f6;
  --rse-birch: #d4b483;
  --rse-plum: #5b3a62;
  --rse-amber: #c96e16;
  --rse-ink: #1b2730;
  --rse-line: #b9cbd4;
  --rse-white: #fff;
}
.rse {
  background: #fff;
  color: var(--rse-ink);
  font:
    18px/1.85 "IBM Plex Sans Arabic",
    sans-serif;
}
.rse * {
  box-sizing: border-box;
}
.rse a {
  color: inherit;
}
.rse-wrap {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.rse h1,
.rse h2,
.rse h3 {
  font-family: "Changa", sans-serif;
  line-height: 1.28;
  margin-top: 0;
  color: var(--rse-ink);
}
.rse h1 {
  font-size: clamp(2.4rem, 5.4vw, 5.2rem);
  letter-spacing: -0.045em;
}
.rse h2 {
  font-size: clamp(1.85rem, 3.7vw, 3.25rem);
  letter-spacing: -0.035em;
}
.rse h3 {
  font-size: 1.28rem;
}
.rse p {
  margin-block: 0 1rem;
}
.rse-hero {
  padding: 96px 0 74px;
  background: linear-gradient(116deg, #f7fbfc 0 60%, var(--rse-frost) 60%);
  border-bottom: 7px solid var(--rse-cobalt);
}
.rse-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr);
  gap: 64px;
  align-items: end;
}
.rse-kicker,
.rse-eyebrow {
  font:
    600 0.74rem/1.6 "Roboto Mono",
    monospace;
  letter-spacing: 0.055em;
  color: var(--rse-cobalt);
  text-transform: uppercase;
}
.rse-lead {
  font-size: clamp(1.08rem, 2vw, 1.4rem);
  max-width: 800px;
}
.rse-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 30px 0;
}
.rse-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 22px;
  border: 2px solid var(--rse-cobalt);
  text-decoration: none;
  font-weight: 700;
  border-radius: 0;
}
.rse-btn--primary {
  background: var(--rse-cobalt);
  color: #fff !important;
}
.rse-btn--light {
  background: #fff;
  color: var(--rse-cobalt) !important;
  border-color: #fff;
}
.rse-method {
  max-width: 760px;
  border-inline-start: 5px solid var(--rse-amber);
  padding-inline-start: 14px;
  font-size: 0.84rem;
}
.rse-line {
  position: relative;
  padding: 8px 0;
  margin: 0;
  display: grid;
  gap: 0;
}
.rse-line__rail {
  position: absolute;
  inset-block: 20px;
  inset-inline-start: 20px;
  width: 3px;
  background: var(--rse-cobalt);
}
.rse-line > div:not(.rse-line__rail) {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0 12px;
  padding: 14px 0 14px 52px;
  border-bottom: 1px solid var(--rse-line);
}
.rse-line > div:not(.rse-line__rail):before {
  content: "";
  position: absolute;
  inset-inline-start: 12px;
  top: 24px;
  width: 18px;
  height: 18px;
  border: 4px solid var(--rse-cobalt);
  background: #fff;
  border-radius: 50%;
}
.rse-line b {
  font-family: "Changa";
}
.rse-line span {
  grid-column: 1;
}
.rse-line em {
  grid-column: 2;
  grid-row: 1/3;
  font: 600 0.76rem "Roboto Mono";
  font-style: normal;
  color: var(--rse-cobalt);
  align-self: center;
}
.rse-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid var(--rse-line);
  box-shadow: 0 7px 24px #174a7c14;
  overflow: auto;
}
.rse-nav .rse-wrap {
  display: flex;
  gap: 8px;
  white-space: nowrap;
}
.rse-nav a {
  min-width: 44px;
  min-height: 48px;
  padding: 11px 12px;
  text-decoration: none;
  font-size: 0.87rem;
}
.rse-section {
  padding: 88px 0;
  scroll-margin-top: 62px;
}
.rse-section--frost {
  background: var(--rse-frost);
}
.rse-section--cobalt {
  background: var(--rse-cobalt);
  color: #fff;
}
.rse-section--plum {
  background: var(--rse-plum);
  color: #fff;
}
.rse-section--charcoal {
  background: var(--rse-ink);
  color: #fff;
}
.rse .rse-section--cobalt h2,
.rse .rse-section--cobalt h3,
.rse .rse-section--plum h2,
.rse .rse-section--plum h3,
.rse .rse-section--charcoal h2,
.rse .rse-section--charcoal h3,
.rse .rse-section--cobalt .rse-eyebrow,
.rse .rse-section--charcoal .rse-eyebrow {
  color: #fff !important;
}
.rse-heading {
  max-width: 850px;
  margin-bottom: 34px;
}
.rse-heading > p {
  font: 600 0.76rem "Roboto Mono";
  color: var(--rse-cobalt);
}
.rse .rse-section--plum .rse-heading > p {
  color: #fff !important;
}
.rse-intro {
  max-width: 860px;
}
.rse-windows {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--rse-line);
  border: 1px solid var(--rse-line);
}
.rse-windows article {
  background: #fff;
  padding: 25px;
}
.rse-windows span {
  font: 600 0.73rem "Roboto Mono";
  color: var(--rse-cobalt);
}
.rse-windows h3 {
  min-height: 72px;
  margin: 12px 0;
}
.rse-tool-grid {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: 70px;
  align-items: start;
}
.rse-tool {
  background: #fff;
  color: var(--rse-ink);
  padding: 30px;
  border-inline-start: 10px solid var(--rse-birch);
}
.rse-tool > label {
  display: block;
  font-weight: 700;
  margin: 0 0 7px;
}
.rse-tool select {
  width: 100%;
  min-height: 50px;
  border: 2px solid var(--rse-line);
  background: #fff;
  color: var(--rse-ink);
  font: 600 1rem "IBM Plex Sans Arabic";
  padding: 8px 12px;
  margin-bottom: 18px;
}
.rse-ticket {
  margin-top: 14px;
  padding: 24px;
  background: var(--rse-frost);
  border: 2px solid var(--rse-cobalt);
  box-shadow: 8px 8px 0 var(--rse-birch);
}
.rse-ticket > p {
  font: 600 0.72rem "Roboto Mono";
  color: var(--rse-cobalt);
}
.rse-ticket h3 {
  font-size: 1.7rem;
  margin-bottom: 16px;
}
.rse-ticket dl {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--rse-line);
}
.rse-ticket dl div {
  background: #fff;
  padding: 12px;
}
.rse-ticket dt {
  font-size: 0.78rem;
  color: #4f626d;
}
.rse-ticket dd {
  margin: 2px 0 0;
  font-weight: 600;
}
.rse-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--rse-line);
  background: #fff;
}
.rse-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 930px;
  font-size: 0.88rem;
}
.rse-table caption {
  text-align: right;
  padding: 14px 16px;
  font-weight: 700;
}
.rse-table th,
.rse-table td {
  padding: 14px 12px;
  border-top: 1px solid var(--rse-line);
  text-align: right;
}
.rse-table thead th {
  background: var(--rse-ink);
  color: #fff;
  font-family: "Changa";
}
.rse-table tbody th {
  font-family: "Changa";
}
.rse-table tbody tr:hover {
  background: #f7fbfc;
}
.rse-row--best {
  background: #dff2ef;
}
.rse-demand {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 2px 9px;
  border: 1px solid var(--rse-cobalt);
  color: var(--rse-cobalt);
  font-weight: 700;
  white-space: nowrap;
}
.rse-demand--high {
  border-color: var(--rse-amber);
  color: #914706;
}
.rse-demand--low {
  border-color: #43705e;
  color: #315543;
}
.rse-data-note {
  margin-top: 18px;
  padding: 18px 22px;
  border-inline-start: 5px solid var(--rse-amber);
  background: #fff;
  font-size: 0.88rem;
}
.rse-city-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.rse-city-grid article {
  padding: 28px;
  border: 1px solid var(--rse-line);
  position: relative;
}
.rse-city-code {
  font: 600 0.74rem "Roboto Mono";
  color: var(--rse-cobalt);
}
.rse-city-grid dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--rse-line);
  margin: 22px 0 0;
}
.rse-city-grid dl div {
  background: #fff;
  padding: 12px;
}
.rse-city-grid dt {
  font-size: 0.76rem;
  color: #526772;
}
.rse-city-grid dd {
  margin: 0;
  font-weight: 700;
}
.rse-seasons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.rse-seasons article {
  padding: 24px;
  border-top: 5px solid var(--rse-birch);
  background: #ffffff0b;
}
.rse-seasons span {
  font: 600 0.73rem "Roboto Mono";
  color: #f0d3a2;
}
.rse-reading {
  max-width: 920px;
}
.rse-reading > p {
  font-size: 1.02rem;
}
.rse-compare {
  margin: 30px 0;
  padding: 26px;
  border: 2px solid var(--rse-cobalt);
  background: #fff;
}
.rse-compare ol {
  padding-inline-start: 24px;
}
.rse-compare a {
  font-weight: 700;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.rse-audience {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.rse-audience article {
  padding: 25px;
  border: 1px solid var(--rse-line);
  border-bottom: 6px solid var(--rse-cobalt);
}
.rse-day-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.rse-day-grid article {
  padding: 28px;
  background: #fff;
  border-top: 7px solid var(--rse-cobalt);
}
.rse-day-grid ol {
  padding-inline-start: 24px;
}
.rse-day-grid li + li {
  margin-top: 12px;
}
.rse-day-code {
  font: 600 0.72rem "Roboto Mono";
  color: var(--rse-cobalt);
}
.rse-pack-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.rse-pack-grid article {
  padding: 23px;
  border: 1px solid var(--rse-line);
}
.rse-pack-grid span {
  font: 600 0.72rem "Roboto Mono";
  color: var(--rse-cobalt);
}
.rse-mistakes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: #806385;
  border: 1px solid #806385;
}
.rse-mistakes > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px;
  padding: 20px;
  background: var(--rse-plum);
}
.rse-mistakes b {
  font: 600 0.72rem "Roboto Mono";
  color: #fff;
}
.rse .rse-mistakes p,
.rse .rse-mistakes strong {
  color: #fff !important;
  margin: 0;
}
.rse-ops {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  gap: 60px;
}
.rse-ops__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.rse-ops__grid article {
  padding: 22px;
  border: 1px solid #71838e;
}
.rse-ops__grid b {
  display: block;
  color: #f0d3a2;
  margin-bottom: 12px;
}
.rse-ops__grid ul {
  padding-inline-start: 20px;
  margin: 0;
}
.rse-sources {
  border-top: 1px solid var(--rse-line);
}
.rse-sources a {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  min-height: 58px;
  padding: 15px 8px;
  border-bottom: 1px solid var(--rse-line);
  text-decoration: none;
}
.rse-sources a:hover {
  background: var(--rse-frost);
}
.rse-sources b {
  font-family: "Roboto Mono";
  color: var(--rse-cobalt);
}
.rse-update {
  margin-top: 22px;
  font-size: 0.88rem;
}
.rse-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.rse-links a {
  padding: 25px;
  background: #fff;
  border-inline-start: 6px solid var(--rse-cobalt);
  text-decoration: none;
}
.rse-links strong,
.rse-links span {
  display: block;
}
.rse-links span {
  font-size: 0.86rem;
  color: #526772;
}
.rse-faq details {
  border-bottom: 1px solid var(--rse-line);
  padding: 14px 0;
}
.rse-faq summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: "Changa";
  font-weight: 700;
  padding-inline-end: 20px;
}
.rse-faq details p {
  padding-top: 12px;
}
.rse-cta {
  padding: 58px 0;
  background: var(--rse-cobalt);
  color: #fff;
}
.rse-cta .rse-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.rse .rse-cta h2,
.rse .rse-cta p,
.rse .rse-cta span {
  color: #fff !important;
}
.rse-cta h2 {
  margin-bottom: 8px;
}
.rse-byline {
  padding: 25px 0;
  background: #101d25;
  color: #fff;
  font-size: 0.82rem;
}
.rse-byline .rse-wrap {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.rse .rse-byline p,
.rse .rse-byline strong {
  color: #fff !important;
  margin: 0;
}
.rse-review {
  min-height: 60vh;
  padding: 90px 20px;
}
.rse-review section {
  max-width: 760px;
  margin: auto;
}
.rse :focus-visible {
  outline: 4px solid #ffbd24;
  outline-offset: 4px;
}
@media (max-width: 930px) {
  .rse-hero__grid,
  .rse-tool-grid,
  .rse-ops {
    grid-template-columns: 1fr;
  }
  .rse-windows,
  .rse-seasons,
  .rse-pack-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .rse-ops__grid {
    grid-template-columns: 1fr;
  }
  .rse-line {
    max-width: 560px;
  }
  .rse-ticket dl {
    grid-template-columns: 1fr;
  }
  .rse-windows h3 {
    min-height: auto;
  }
}
@media (max-width: 650px) {
  .rse {
    font-size: 17px;
  }
  .rse-wrap {
    width: min(100% - 28px, 1180px);
  }
  .rse-hero {
    padding: 60px 0 50px;
  }
  .rse-section {
    padding: 62px 0;
  }
  .rse-windows,
  .rse-seasons,
  .rse-city-grid,
  .rse-audience,
  .rse-links,
  .rse-day-grid,
  .rse-pack-grid,
  .rse-mistakes {
    grid-template-columns: 1fr;
  }
  .rse-tool {
    padding: 20px;
  }
  .rse-sources a {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .rse-cta .rse-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
  .rse-line > div:not(.rse-line__rail) {
    padding-inline-start: 48px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .rse * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
@media (forced-colors: active) {
  .rse-windows,
  .rse-tool,
  .rse-ticket,
  .rse-city-grid article,
  .rse-seasons article,
  .rse-audience article,
  .rse-day-grid article,
  .rse-pack-grid article,
  .rse-mistakes > div,
  .rse-links a {
    border: 2px solid CanvasText;
  }
  .rse-line__rail {
    background: CanvasText;
  }
  .rse-line > div:not(.rse-line__rail):before {
    border-color: CanvasText;
  }
  .rse-demand {
    border: 1px solid CanvasText;
  }
}
@media print {
  .rse-nav,
  .rse-actions,
  .rse-cta {
    display: none;
  }
  .rse-section,
  .rse-hero {
    padding: 24px 0;
  }
  .rse {
    font-size: 12pt;
  }
  .rse * {
    box-shadow: none !important;
  }
}
