/* Gamer-only header controls: the search and mobile menu belong to the cyber shell. */
body.rdn-page--gamer .rdn-search-button {
  border: 1px solid rgba(38, 217, 255, 0.52);
  border-radius: 0;
  color: var(--gamer-cyan, #26d9ff);
  background:
    linear-gradient(135deg, rgba(38, 217, 255, 0.09), transparent 58%),
    var(--gamer-panel, #111a27);
  box-shadow: inset 0 0 0 1px rgba(38, 217, 255, 0.04);
  clip-path: polygon(7px 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%, 0 7px);
  transition: color 150ms ease, border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

body.rdn-page--gamer .rdn-search-button:hover,
body.rdn-page--gamer .rdn-search-button:focus-visible,
body.rdn-page--gamer .rdn-search-button[aria-expanded="true"] {
  border-color: var(--gamer-cyan, #26d9ff);
  color: #061018;
  background: var(--gamer-cyan, #26d9ff);
  box-shadow: 0 0 0 1px rgba(38, 217, 255, 0.28), 0 0 20px rgba(38, 217, 255, 0.2);
  outline: 0;
  transform: translateY(-1px);
}

@media (max-width: 1023px) {
  body.rdn-page--gamer .rdn-search-button--mobile,
  body.rdn-page--gamer .rdn-mobile-menu-button {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border: 1px solid rgba(38, 217, 255, 0.52);
    border-radius: 0;
    color: var(--gamer-cyan, #26d9ff);
    background:
      linear-gradient(135deg, rgba(38, 217, 255, 0.09), transparent 58%),
      var(--gamer-panel, #111a27);
    box-shadow: inset 0 0 0 1px rgba(38, 217, 255, 0.04);
    clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
  }

  body.rdn-page--gamer .rdn-search-button--mobile:hover,
  body.rdn-page--gamer .rdn-search-button--mobile:focus-visible,
  body.rdn-page--gamer .rdn-search-button--mobile[aria-expanded="true"],
  body.rdn-page--gamer .rdn-mobile-menu-button:hover,
  body.rdn-page--gamer .rdn-mobile-menu-button:focus-visible,
  body.rdn-page--gamer .rdn-mobile-menu-button[aria-expanded="true"] {
    border-color: var(--gamer-cyan, #26d9ff);
    color: #061018;
    background: var(--gamer-cyan, #26d9ff);
    box-shadow: 0 0 0 1px rgba(38, 217, 255, 0.28), 0 0 20px rgba(38, 217, 255, 0.2);
    outline: 0;
  }

  body.rdn-page--gamer .rdn-mobile-menu-button > span[aria-hidden="true"] {
    border-radius: 0;
    box-shadow: 0 0 8px rgba(38, 217, 255, 0.34);
  }

  body.rdn-page--gamer .rdn-mobile-menu-button > span:nth-last-child(2) {
    width: 14px;
    margin-left: 8px;
  }

  body.rdn-page--gamer .rdn-mobile-menu-button:hover > span[aria-hidden="true"],
  body.rdn-page--gamer .rdn-mobile-menu-button:focus-visible > span[aria-hidden="true"],
  body.rdn-page--gamer .rdn-mobile-menu-button[aria-expanded="true"] > span[aria-hidden="true"] {
    box-shadow: none;
  }
}

/* Dedicated story system for the Gamer repair landing. */
.gmr-landing {
  --gmr-night: #111b2a;
  --gmr-night-2: #152638;
  --gmr-panel: #1a3042;
  --gmr-paper: #eef4f8;
  --gmr-paper-2: #f8fafc;
  --gmr-ink: #142033;
  --gmr-muted: #607087;
  --gmr-cyan: #26d9ff;
  --gmr-blue: #0ea5e9;
  --gmr-lime: #a7f33d;
  --gmr-coral: #f15d57;
  --gmr-line: rgba(38, 217, 255, 0.2);
  overflow: clip;
  color: var(--gmr-ink);
  background: var(--gmr-paper);
}

.gmr-landing *,
.gmr-landing *::before,
.gmr-landing *::after {
  box-sizing: border-box;
}

.gmr-section {
  position: relative;
  padding-block: clamp(84px, 8vw, 132px);
}

/* Breadcrumb belongs to the Gamer scene instead of interrupting it. */
.gmr-landing .rdn-service-hero {
  padding-top: 0;
  background:
    linear-gradient(115deg, rgba(38, 217, 255, 0.07) 1px, transparent 1px),
    linear-gradient(25deg, rgba(167, 243, 61, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 76% 42%, rgba(38, 217, 255, 0.2), transparent 31%),
    linear-gradient(125deg, #111b2a 0%, #152638 58%, #1a3042 100%);
  background-size: 42px 42px, 42px 42px, auto, auto;
}

.gmr-landing .rdn-service-hero > .rdn-service-breadcrumb {
  position: relative;
  z-index: 2;
  padding-top: 160px;
  padding-bottom: 0;
  color: #aebdcb;
}

.gmr-landing .rdn-service-hero > .rdn-service-breadcrumb a {
  color: #bfd0de;
}

.gmr-landing .rdn-service-hero > .rdn-service-breadcrumb a:hover,
.gmr-landing .rdn-service-hero > .rdn-service-breadcrumb a:focus-visible {
  color: var(--gmr-cyan);
}

.gmr-landing .rdn-service-hero > .rdn-service-hero__grid {
  padding-top: clamp(38px, 4.5vw, 68px);
}

.gmr-grid-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background-image:
    linear-gradient(rgba(38, 217, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38, 217, 255, 0.055) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}

.gmr-grid-bg::after {
  position: absolute;
  top: 0;
  right: -14%;
  width: 48%;
  height: 100%;
  background: linear-gradient(135deg, transparent 44%, rgba(167, 243, 61, 0.07) 44% 45%, transparent 45% 56%, rgba(38, 217, 255, 0.07) 56% 57%, transparent 57%);
  content: "";
}

.gmr-heading {
  display: grid;
  max-width: 980px;
  margin-bottom: clamp(40px, 5vw, 72px);
  grid-template-columns: minmax(210px, 0.35fr) minmax(0, 1fr);
  column-gap: clamp(34px, 6vw, 88px);
}

.gmr-heading > p {
  margin: 8px 0 0;
  color: #087eb5;
  font-family: ui-monospace, "Cascadia Code", "Roboto Mono", monospace;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.gmr-heading > p span {
  color: #218e4c;
}

.gmr-heading h2 {
  margin: 0;
  color: var(--gmr-ink);
  font-family: var(--rdn-heading-font);
  font-size: clamp(39px, 4.5vw, 68px);
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.gmr-heading > div {
  max-width: 720px;
  margin-top: 22px;
  grid-column: 2;
  color: var(--gmr-muted);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.65;
}

.gmr-heading--dark > p {
  color: var(--gmr-cyan);
}

.gmr-heading--dark > p span {
  color: var(--gmr-lime);
}

.gmr-heading--dark h2 {
  color: #f4f8ff;
}

.gmr-heading--dark > div {
  color: #a9b9ca;
}

/* Brand ticker between the approved hero and the new story. */
.gmr-brand-rail {
  position: relative;
  padding-block: 22px 20px;
  overflow: hidden;
  border-block: 1px solid rgba(38, 217, 255, 0.18);
  color: #e7f5ff;
  background: linear-gradient(100deg, #111b2a, #152638 58%, #1a3042);
}

.gmr-brand-rail::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(38, 217, 255, 0.08), transparent 35%, rgba(167, 243, 61, 0.06));
  content: "";
  pointer-events: none;
}

.gmr-brand-rail > .rdn-container {
  position: relative;
  width: 100%;
  margin-inline: 0;
}

.gmr-brand-rail p,
.gmr-brand-rail__note {
  margin: 0;
  padding-inline: clamp(16px, 3.2vw, 64px);
  color: #75869a;
  font-family: ui-monospace, "Cascadia Code", "Roboto Mono", monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.gmr-brand-rail__track {
  display: grid;
  margin-block: 14px 11px;
  grid-template-columns: repeat(12, minmax(92px, 1fr));
  border-inline: 1px solid rgba(38, 217, 255, 0.13);
}

.gmr-brand-mark {
  display: grid;
  min-height: 52px;
  padding: 7px 10px;
  place-content: center;
  border-right: 1px solid rgba(38, 217, 255, 0.13);
  text-align: center;
}

.gmr-brand-mark small {
  color: #71849a;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.gmr-brand-mark strong {
  color: #eef8ff;
  font-family: var(--rdn-heading-font);
  font-size: clamp(11px, 0.9vw, 14px);
  font-style: italic;
  letter-spacing: -0.02em;
}

/* Symptom routing. */
.gmr-symptoms {
  background:
    radial-gradient(circle at 84% 8%, rgba(38, 217, 255, 0.1), transparent 24%),
    var(--gmr-paper);
}

.gmr-symptom-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.gmr-symptom-card {
  position: relative;
  display: flex;
  min-height: 310px;
  padding: 26px 22px 22px;
  grid-column: span 2;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d5e1e9;
  background: #fff;
  box-shadow: 0 18px 42px rgba(26, 46, 70, 0.07);
  clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.gmr-symptom-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gmr-cyan), var(--gmr-lime));
  content: "";
}

.gmr-symptom-card:hover {
  border-color: rgba(14, 165, 233, 0.5);
  box-shadow: 0 24px 52px rgba(26, 46, 70, 0.12);
  transform: translateY(-4px);
}

.gmr-symptom-card--featured {
  grid-column: span 6;
  color: #fff;
  background:
    linear-gradient(130deg, rgba(38, 217, 255, 0.12), transparent 42%),
    var(--gmr-night-2);
}

.gmr-symptom-card > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.gmr-symptom-card > div span,
.gmr-symptom-card > div small,
.gmr-symptom-card > strong {
  font-family: ui-monospace, "Cascadia Code", "Roboto Mono", monospace;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.gmr-symptom-card > div span {
  color: #1496ce;
  font-size: 26px;
}

.gmr-symptom-card--featured > div span {
  color: var(--gmr-lime);
}

.gmr-symptom-card > div small {
  color: #7c8da0;
  font-size: 9px;
}

.gmr-symptom-card h3 {
  margin: auto 0 12px;
  color: inherit;
  font-family: var(--rdn-heading-font);
  font-size: clamp(23px, 2vw, 34px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.gmr-symptom-card--featured h3 {
  max-width: 10ch;
  font-size: clamp(37px, 4vw, 60px);
  text-transform: uppercase;
}

.gmr-symptom-card p {
  margin: 0 0 22px;
  color: var(--gmr-muted);
  font-size: 14px;
  line-height: 1.6;
}

.gmr-symptom-card--featured p {
  max-width: 570px;
  color: #b4c3d4;
  font-size: 16px;
}

.gmr-symptom-card > strong {
  padding-top: 12px;
  border-top: 1px solid #dce5ec;
  color: #65768a;
  font-size: 8px;
}

.gmr-symptom-card--featured > strong {
  border-color: rgba(38, 217, 255, 0.22);
  color: var(--gmr-cyan);
}

/* Reusable photo blueprint. */
.gmr-photo-slot {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid #cddae3;
  background: #fff;
  box-shadow: 0 24px 56px rgba(4, 11, 21, 0.13);
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
}

.gmr-photo-slot__canvas {
  position: relative;
  display: grid;
  min-height: 290px;
  padding: 24px;
  place-content: center;
  overflow: hidden;
  color: #dcecff;
  background:
    linear-gradient(rgba(38, 217, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38, 217, 255, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 50% 45%, rgba(38, 217, 255, 0.16), transparent 34%),
    #142336;
  background-size: 28px 28px, 28px 28px, auto, auto;
  text-align: center;
}

.gmr-photo-slot__canvas::before,
.gmr-photo-slot__canvas::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.gmr-photo-slot__canvas::before {
  inset: 20px;
  border: 1px solid rgba(38, 217, 255, 0.27);
  clip-path: polygon(0 0, 28% 0, 28% 2px, 2px 2px, 2px calc(100% - 2px), 72% calc(100% - 2px), 72% 100%, 0 100%);
}

.gmr-photo-slot__canvas::after {
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(167, 243, 61, 0.34);
  border-radius: 50%;
  box-shadow: 0 0 0 20px rgba(167, 243, 61, 0.025), 0 0 0 42px rgba(38, 217, 255, 0.025);
  transform: translate(-50%, -50%);
}

.gmr-photo-slot__canvas > span {
  position: absolute;
  top: 16px;
  left: 20px;
  color: var(--gmr-cyan);
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.gmr-photo-slot__canvas > i {
  position: absolute;
  z-index: 1;
  width: 6px;
  height: 6px;
  border: 1px solid var(--gmr-lime);
}

.gmr-photo-slot__canvas > i:nth-of-type(1) { top: 19px; left: 19px; }
.gmr-photo-slot__canvas > i:nth-of-type(2) { top: 19px; right: 19px; }
.gmr-photo-slot__canvas > i:nth-of-type(3) { right: 19px; bottom: 19px; }
.gmr-photo-slot__canvas > i:nth-of-type(4) { bottom: 19px; left: 19px; }

.gmr-photo-slot__canvas strong,
.gmr-photo-slot__canvas small {
  position: relative;
  z-index: 2;
}

.gmr-photo-slot__canvas strong {
  color: #f1f7ff;
  font-family: var(--rdn-heading-font);
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: 0.05em;
}

.gmr-photo-slot__canvas small {
  margin-top: 8px;
  color: #8fa3b8;
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.gmr-photo-slot figcaption {
  padding: 20px 22px 22px;
}

.gmr-photo-slot figcaption strong {
  color: var(--gmr-ink);
  font-family: var(--rdn-heading-font);
  font-size: 20px;
  line-height: 1.15;
}

.gmr-photo-slot figcaption p {
  margin: 9px 0 0;
  color: var(--gmr-muted);
  font-size: 13px;
  line-height: 1.55;
}

/* GPU / VRAM / VBIOS core. */
.gmr-core {
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(circle at 83% 18%, rgba(38, 217, 255, 0.12), transparent 25%),
    var(--gmr-night);
}

.gmr-core > .rdn-container,
.gmr-process > .rdn-container {
  position: relative;
  z-index: 1;
}

.gmr-core__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, 0.85fr);
  gap: 18px;
  align-items: stretch;
}

.gmr-core .gmr-photo-slot {
  border-color: rgba(38, 217, 255, 0.26);
  background: #152638;
}

.gmr-photo-slot--hero .gmr-photo-slot__canvas {
  min-height: 520px;
}

.gmr-core .gmr-photo-slot figcaption {
  border-top: 1px solid rgba(38, 217, 255, 0.17);
  background: #1a3042;
}

.gmr-core .gmr-photo-slot figcaption strong {
  color: #f0f7ff;
}

.gmr-core .gmr-photo-slot figcaption p {
  color: #93a7bc;
}

.gmr-core__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.gmr-core__cards article {
  position: relative;
  display: flex;
  min-height: 246px;
  padding: 24px 20px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(38, 217, 255, 0.19);
  background: rgba(26, 48, 66, 0.9);
  clip-path: polygon(13px 0, 100% 0, 100% calc(100% - 13px), calc(100% - 13px) 100%, 0 100%, 0 13px);
}

.gmr-core__cards article::after {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(167, 243, 61, 0.13);
  border-radius: 50%;
  content: "";
}

.gmr-core__cards span,
.gmr-mid-cta__copy > span {
  color: var(--gmr-lime);
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.gmr-core__cards h3 {
  margin: auto 0 10px;
  color: #fff;
  font-family: var(--rdn-heading-font);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1;
}

.gmr-core__cards p {
  margin: 0;
  color: #a5b5c6;
  font-size: 13px;
  line-height: 1.55;
}

.gmr-mid-cta {
  position: relative;
  display: grid;
  margin-top: 28px;
  padding: clamp(26px, 3vw, 42px);
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
  border: 1px solid rgba(167, 243, 61, 0.24);
  color: #dce8f5;
  background:
    radial-gradient(circle at 92% 10%, rgba(38, 217, 255, 0.14), transparent 34%),
    rgba(167, 243, 61, 0.055);
  box-shadow: 0 24px 60px rgba(3, 10, 19, 0.2);
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
}

.gmr-mid-cta__copy h2 {
  max-width: 720px;
  margin: 10px 0 0;
  color: #fff;
  font-family: var(--rdn-heading-font);
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.gmr-mid-cta__copy p {
  max-width: 680px;
  margin: 14px 0 0;
  color: #aebfd0;
  font-size: 14px;
  line-height: 1.55;
}

.gmr-mid-cta .rdn-service-actions {
  margin: 0;
  justify-content: flex-end;
}

.gmr-mid-cta i {
  font-style: normal;
}

/* Real workshop incidents. */
.gmr-field {
  background:
    linear-gradient(135deg, rgba(38, 217, 255, 0.04), transparent 42%),
    var(--gmr-paper-2);
}

.gmr-field__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.gmr-field__grid .gmr-photo-slot {
  grid-column: span 5;
}

.gmr-field__grid .gmr-photo-slot--wide {
  grid-column: span 7;
}

.gmr-field__grid .gmr-photo-slot:nth-child(3),
.gmr-field__grid .gmr-photo-slot:nth-child(4) {
  grid-column: span 6;
}

.gmr-field__grid .gmr-photo-slot--wide .gmr-photo-slot__canvas {
  min-height: 400px;
}

/* Thermal story. */
.gmr-thermal {
  color: #fff;
  background:
    radial-gradient(circle at 75% 30%, rgba(167, 243, 61, 0.08), transparent 30%),
    linear-gradient(140deg, #1a3042, #111b2a 68%);
}

.gmr-thermal__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.72fr);
  gap: clamp(42px, 7vw, 108px);
  align-items: center;
}

.gmr-thermal .gmr-heading {
  display: block;
  margin-bottom: 44px;
}

.gmr-thermal .gmr-heading > div {
  margin-top: 22px;
}

.gmr-checks {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(38, 217, 255, 0.2);
  list-style: none;
}

.gmr-checks li {
  display: grid;
  min-height: 72px;
  padding: 12px 0;
  grid-template-columns: 50px 110px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid rgba(38, 217, 255, 0.16);
}

.gmr-checks span {
  color: var(--gmr-cyan);
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 21px;
  font-weight: 900;
}

.gmr-checks small {
  color: var(--gmr-lime);
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.gmr-checks strong {
  color: #edf5ff;
  font-size: 15px;
}

.gmr-photo-slot--thermal {
  border-color: rgba(38, 217, 255, 0.25);
  background: #142336;
}

.gmr-photo-slot--thermal .gmr-photo-slot__canvas {
  min-height: 560px;
}

.gmr-photo-slot--thermal figcaption {
  border-top: 1px solid rgba(38, 217, 255, 0.17);
  background: #1a3042;
}

.gmr-photo-slot--thermal figcaption strong {
  color: #fff;
}

.gmr-photo-slot--thermal figcaption p {
  color: #9eb0c3;
}

/* Diagnostic process. */
.gmr-process {
  isolation: isolate;
  color: #fff;
  background: var(--gmr-night);
}

.gmr-process__steps {
  display: grid;
  margin: 0 0 28px;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(38, 217, 255, 0.18);
  list-style: none;
}

.gmr-process__steps li {
  position: relative;
  min-height: 260px;
  padding: 26px 22px;
  border-right: 1px solid rgba(38, 217, 255, 0.18);
  background: rgba(26, 48, 66, 0.78);
}

.gmr-process__steps li:last-child {
  border-right: 0;
}

.gmr-process__steps > li > span {
  color: rgba(38, 217, 255, 0.22);
  font-family: var(--rdn-heading-font);
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
}

.gmr-process__steps div {
  margin-top: 48px;
}

.gmr-process__steps small {
  color: var(--gmr-lime);
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.gmr-process__steps h3 {
  margin: 8px 0 9px;
  color: #fff;
  font-family: var(--rdn-heading-font);
  font-size: 20px;
}

.gmr-process__steps p {
  margin: 0;
  color: #9eafc2;
  font-size: 13px;
  line-height: 1.55;
}

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

.gmr-process__visuals .gmr-photo-slot {
  border-color: rgba(38, 217, 255, 0.22);
  background: #152638;
}

.gmr-process__visuals .gmr-photo-slot figcaption {
  border-top: 1px solid rgba(38, 217, 255, 0.16);
  background: #1a3042;
}

.gmr-process__visuals figcaption strong {
  color: #fff;
}

.gmr-process__visuals figcaption p {
  color: #9eb0c3;
}

/* Brand matrix with future official SVG slots. */
.gmr-brands {
  background: #e7f0f5;
}

.gmr-brand-wall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.gmr-brand-wall article {
  position: relative;
  display: grid;
  min-height: 150px;
  padding: 22px;
  align-content: end;
  overflow: hidden;
  border: 1px solid #cfdae2;
  background: rgba(255, 255, 255, 0.76);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}

.gmr-brand-wall article::after {
  position: absolute;
  top: -34px;
  right: -34px;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(14, 165, 233, 0.17);
  border-radius: 50%;
  content: "";
}

.gmr-brand-wall small {
  color: #6b7b8d;
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.gmr-brand-wall strong {
  margin-top: 3px;
  color: #132135;
  font-family: var(--rdn-heading-font);
  font-size: clamp(24px, 2.2vw, 34px);
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.04em;
}

.gmr-brand-wall span {
  position: absolute;
  top: 16px;
  right: 17px;
  color: #8c9baa;
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 7px;
  letter-spacing: 0.08em;
}

/* FAQ. */
.gmr-faq {
  background: #fff;
}

.gmr-faq__layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: start;
}

.gmr-faq .gmr-heading {
  display: block;
  margin: 0;
  position: sticky;
  top: 120px;
}

.gmr-faq .gmr-heading > div {
  margin-top: 20px;
}

.gmr-faq__items {
  border-top: 1px solid #d7e0e7;
}

.gmr-faq__items details {
  border-bottom: 1px solid #d7e0e7;
}

.gmr-faq__items summary {
  display: grid;
  min-height: 82px;
  padding: 18px 0;
  grid-template-columns: 42px minmax(0, 1fr) 30px;
  gap: 14px;
  align-items: center;
  color: var(--gmr-ink);
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

.gmr-faq__items summary::-webkit-details-marker {
  display: none;
}

.gmr-faq__items summary > span {
  color: #1395ce;
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 12px;
}

.gmr-faq__items summary i {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid #b9c8d3;
  color: #138c4b;
  font-style: normal;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.gmr-faq__items details[open] summary i {
  color: #061018;
  background: var(--gmr-lime);
  transform: rotate(45deg);
}

.gmr-faq__items details > p {
  margin: -4px 44px 24px 56px;
  color: var(--gmr-muted);
  font-size: 15px;
  line-height: 1.65;
}

/* Final conversion panel. */
.gmr-final {
  position: relative;
  isolation: isolate;
  padding-block: clamp(90px, 9vw, 142px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 50% 10%, rgba(38, 217, 255, 0.12), transparent 34%),
    var(--gmr-night);
  text-align: center;
}

.gmr-final > .rdn-container {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
}

.gmr-final p {
  margin: 0 0 18px;
  color: var(--gmr-lime);
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.gmr-final h2 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-family: var(--rdn-heading-font);
  font-size: clamp(44px, 5.6vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.gmr-final > .rdn-container > div:not(.rdn-service-actions) {
  max-width: 680px;
  margin-top: 22px;
  color: #a9b9ca;
  font-size: 17px;
  line-height: 1.65;
}

.gmr-final .rdn-service-actions {
  justify-content: center;
  margin-top: 30px;
}

.gmr-final .rdn-service-button--secondary {
  border-color: rgba(38, 217, 255, 0.54);
  color: #eafcff;
  background: rgba(38, 217, 255, 0.06);
}

.gmr-final > .rdn-container > small {
  margin-top: 26px;
  color: #73869a;
  font-size: 11px;
}

.gmr-landing a:focus-visible,
.gmr-landing summary:focus-visible {
  outline: 3px solid var(--gmr-cyan);
  outline-offset: 4px;
}

@media (max-width: 1199px) {
  .gmr-brand-rail__track {
    overflow-x: auto;
    grid-template-columns: repeat(12, minmax(120px, 1fr));
    scrollbar-width: thin;
  }

  .gmr-symptom-card,
  .gmr-symptom-card--featured {
    grid-column: span 6;
  }

  .gmr-core__layout {
    grid-template-columns: 1fr;
  }

  .gmr-core__cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gmr-core__cards article {
    min-height: 260px;
  }

  .gmr-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gmr-process__steps li:nth-child(2) {
    border-right: 0;
  }

  .gmr-process__steps li:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(38, 217, 255, 0.18);
  }
}

@media (max-width: 899px) {
  .gmr-heading {
    display: block;
  }

  .gmr-heading > p {
    margin-bottom: 18px;
  }

  .gmr-heading > div {
    margin-top: 20px;
  }

  .gmr-core__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gmr-mid-cta {
    grid-template-columns: 1fr;
  }

  .gmr-mid-cta .rdn-service-actions {
    justify-content: flex-start;
  }

  .gmr-field__grid .gmr-photo-slot,
  .gmr-field__grid .gmr-photo-slot--wide,
  .gmr-field__grid .gmr-photo-slot:nth-child(3),
  .gmr-field__grid .gmr-photo-slot:nth-child(4) {
    grid-column: span 12;
  }

  .gmr-thermal__layout {
    grid-template-columns: 1fr;
  }

  .gmr-photo-slot--thermal .gmr-photo-slot__canvas {
    min-height: 430px;
  }

  .gmr-brand-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gmr-faq__layout {
    grid-template-columns: 1fr;
  }

  .gmr-faq .gmr-heading {
    position: static;
  }
}

@media (max-width: 1023px) {
  .gmr-landing .rdn-service-hero > .rdn-service-breadcrumb {
    padding-top: 20px;
  }

  .gmr-landing .rdn-service-hero > .rdn-service-hero__grid {
    padding-top: 34px;
  }
}

@media (max-width: 640px) {
  .gmr-section {
    padding-block: 68px;
  }

  .gmr-heading {
    margin-bottom: 34px;
  }

  .gmr-heading h2 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .gmr-heading > div {
    font-size: 15px;
  }

  .gmr-brand-rail {
    padding-block: 18px;
  }

  .gmr-brand-rail__note {
    display: none;
  }

  .gmr-symptom-card,
  .gmr-symptom-card--featured {
    position: sticky;
    min-height: 265px;
    top: 84px;
    grid-column: span 12;
    will-change: transform;
  }

  .gmr-symptom-card:nth-child(1) {
    z-index: 1;
  }

  .gmr-symptom-card:nth-child(2) {
    z-index: 2;
    top: 92px;
  }

  .gmr-symptom-card:nth-child(3) {
    z-index: 3;
    top: 100px;
  }

  .gmr-symptom-card:nth-child(4) {
    z-index: 4;
    top: 108px;
  }

  body.admin-bar .gmr-symptom-card:nth-child(1) {
    top: 130px;
  }

  body.admin-bar .gmr-symptom-card:nth-child(2) {
    top: 138px;
  }

  body.admin-bar .gmr-symptom-card:nth-child(3) {
    top: 146px;
  }

  body.admin-bar .gmr-symptom-card:nth-child(4) {
    top: 154px;
  }

  .gmr-symptom-card--featured h3 {
    font-size: 40px;
  }

  .gmr-photo-slot__canvas,
  .gmr-photo-slot--hero .gmr-photo-slot__canvas,
  .gmr-field__grid .gmr-photo-slot--wide .gmr-photo-slot__canvas {
    min-height: 300px;
  }

  .gmr-core__cards {
    grid-template-columns: 1fr;
  }

  .gmr-core__cards article {
    min-height: 220px;
  }

  .gmr-mid-cta {
    margin-top: 22px;
    padding: 26px 20px 24px;
    gap: 22px;
  }

  .gmr-mid-cta__copy h2 {
    font-size: clamp(30px, 9vw, 38px);
  }

  .gmr-mid-cta .rdn-service-actions,
  .gmr-mid-cta .rdn-service-button {
    width: 100%;
  }

  .gmr-checks li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 8px 14px;
  }

  .gmr-checks strong {
    grid-column: 2;
  }

  .gmr-process__steps,
  .gmr-process__visuals {
    grid-template-columns: 1fr;
  }

  .gmr-process__steps li,
  .gmr-process__steps li:nth-child(2) {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid rgba(38, 217, 255, 0.18);
  }

  .gmr-process__steps li:last-child {
    border-bottom: 0;
  }

  .gmr-process__steps div {
    margin-top: 28px;
  }

  .gmr-brand-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gmr-brand-wall article {
    min-height: 128px;
    padding: 18px;
  }

  .gmr-faq__items summary {
    grid-template-columns: 32px minmax(0, 1fr) 28px;
    font-size: 14px;
  }

  .gmr-faq__items details > p {
    margin-right: 0;
    margin-left: 46px;
    font-size: 14px;
  }

  .gmr-final {
    padding-block: 80px 112px;
  }

  .gmr-final h2 {
    font-size: clamp(38px, 11.5vw, 52px);
  }

  .gmr-final .rdn-service-actions,
  .gmr-final .rdn-service-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gmr-landing *,
  .gmr-landing *::before,
  .gmr-landing *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .gmr-symptom-card,
  .gmr-symptom-card--featured {
    position: relative;
    top: auto;
    will-change: auto;
  }
}
