:root {
  --ink: #193a32;
  --muted: #607069;
  --green: #217459;
  --mint: #cef2b1;
  --paper: #f8f9f5;
  --line: #dce3da;
  --white: #fff;
  --radius: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  line-height: 1.6;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
}
a {
  color: var(--green);
  text-underline-offset: 4px;
}
button,
select {
  font: inherit;
}
button,
a,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
select,
summary {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid #328fbc;
  outline-offset: 5px;
}
button[hidden] {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 18px;
}
h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: -0.045em;
  margin: 0;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 20px;
  letter-spacing: -0.025em;
}
strong {
  font-weight: 700;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.15em;
  font-weight: 700;
  margin-bottom: 18px;
}
.site-header {
  height: 88px;
  max-width: 1320px;
  margin: auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
}
.brand img {
  width: 126px;
  height: 40px;
  object-fit: contain;
}
.header-divider {
  height: 23px;
  width: 1px;
  background: var(--line);
}
.header-label {
  font-size: 10px;
  letter-spacing: 0.18em;
  font-weight: 700;
}
.header-help {
  margin-left: auto;
  font-size: 13px;
  text-decoration: none;
  color: var(--ink);
}
.header-help span {
  margin-left: 13px;
}
.hero {
  max-width: 1320px;
  padding: 82px 48px 78px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center;
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
}
.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px #237b6110;
}
h1 {
  font-size: clamp(45px, 4.7vw, 66px);
  line-height: 1.06;
  letter-spacing: -0.058em;
  font-weight: 600;
}
h1 em {
  font-style: normal;
  color: var(--green);
}
.hero-description {
  max-width: 420px;
  font-size: 17px;
  color: var(--muted);
  margin: 26px 0;
}
.primary-button {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  padding: 15px 23px;
  background: var(--ink);
  color: var(--white);
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s;
}
.primary-button:hover {
  background: var(--green);
}
.primary-button span {
  font-size: 22px;
  font-weight: 400;
}
.hero-meta {
  display: flex;
  gap: 22px;
  margin-top: 21px;
  color: var(--muted);
  font-size: 11px;
}
.hero-meta span:before {
  content: "✓";
  color: var(--green);
  margin-right: 7px;
}
.hero-art {
  height: 435px;
  border-radius: 28px;
  background: radial-gradient(
    ellipse at 50% 46%,
    #edf9d5 0,
    #e8efdf 55%,
    #e7edde 100%
  );
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid #dce6d3;
}
.orbit {
  position: absolute;
  border: 1px solid #c7d7be88;
  border-radius: 50%;
  width: 380px;
  height: 380px;
  top: 30px;
  pointer-events: none;
}
.orbit-two {
  width: 520px;
  height: 520px;
  top: -40px;
}
.network-label {
  font-size: 9px;
  letter-spacing: 0.2em;
  font-weight: 700;
  z-index: 1;
  color: #516449;
}
.label-top {
  margin-top: 30px;
}
.device-row {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  z-index: 1;
}
.device-row span {
  font-size: 11px;
  background: #ffffffc9;
  border: 1px solid #d4e1cc;
  border-radius: 7px;
  padding: 8px 19px;
  box-shadow: 0 4px 8px #1a402708;
}
.connection-line {
  height: 46px;
  border-left: 1px dashed #86a77b;
}
.router-illustration {
  position: relative;
  width: 234px;
  z-index: 1;
  filter: drop-shadow(0 19px 15px #2c4c3226);
  margin-top: 18px;
}
.antenna {
  width: 10px;
  height: 65px;
  position: absolute;
  top: -43px;
  background: linear-gradient(90deg, #244536, #4f7053);
  border-radius: 5px 5px 0 0;
  z-index: -1;
}
.antenna-left {
  left: 17px;
  transform: rotate(-10deg);
}
.antenna-right {
  right: 17px;
  transform: rotate(10deg);
}
.router-top {
  height: 64px;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(160deg, #365e46, #1c4232);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #4b7454;
}
.router-top > span {
  font-size: 24px;
  letter-spacing: -1.8px;
  font-weight: 600;
  color: #f5f8e9;
}
.router-top > span > span {
  color: #b3e794;
}
.router-front {
  height: 24px;
  background: #16382b;
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 17px;
}
.router-front > span {
  height: 3px;
  width: 3px;
  border-radius: 100%;
  background: #b9ed9a;
}
.router-front b {
  color: #a7c89b;
  font-size: 6px;
  letter-spacing: 1.5px;
  margin-left: auto;
}
.tunnel-line {
  height: 40px;
  border-left: 2px solid #528e5a;
}
.exit-node {
  display: flex;
  align-items: center;
  gap: 13px;
  background: #ffffffd9;
  padding: 13px 20px;
  border: 1px solid #d0deca;
  border-radius: 12px;
  z-index: 1;
  box-shadow: 0 8px 20px #304a2c08;
}
.shield {
  display: grid;
  place-items: center;
  background: #e2f1d7;
  width: 32px;
  height: 36px;
  clip-path: polygon(0 0, 100% 0, 100% 65%, 50% 100%, 0 65%);
  font-size: 17px;
  color: #3d793d;
}
.exit-node strong {
  font-size: 12px;
  display: block;
}
.exit-node div > span {
  font-size: 9px;
  color: var(--muted);
}
.label-bottom {
  margin-top: 24px;
  font-size: 8px;
}
.before {
  max-width: 1224px;
  margin: 0 auto 76px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: 0.9fr 1.15fr 1fr;
  padding: 32px;
  gap: 32px;
  align-items: start;
}
.before h2 {
  font-size: 27px;
}
.before-intro > p:last-child {
  font-size: 14px;
  color: var(--muted);
  margin: 12px 0 0;
}
.before .eyebrow {
  margin-bottom: 12px;
  color: var(--green);
}
.checklist > div {
  display: flex;
  gap: 12px;
}
.checklist > div > span {
  color: var(--green);
  font-size: 13px;
}
.checklist p {
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
  margin-bottom: 14px;
}
.checklist > div:last-child p {
  margin-bottom: 0;
}
.checklist strong {
  display: block;
  color: var(--ink);
  font-size: 13px;
  margin-bottom: 2px;
}
.model-picker {
  border-left: 1px solid var(--line);
  padding-left: 28px;
}
.model-picker label {
  font-size: 12px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.model-picker select {
  width: 100%;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid #c6d2c6;
  border-radius: 7px;
  padding: 10px;
  font-size: 12px;
}
.model-picker p {
  font-size: 11px;
  color: var(--muted);
  margin: 12px 0 0;
}
.guide-layout {
  max-width: 1224px;
  margin: auto;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 74px;
  align-items: start;
}
.contents {
  position: sticky;
  top: 32px;
}
.contents .eyebrow {
  font-size: 9px;
  color: var(--muted);
  margin-bottom: 16px;
}
.contents nav a {
  display: flex;
  gap: 13px;
  align-items: center;
  border-left: 2px solid var(--line);
  padding: 11px 12px;
  font-size: 12px;
  color: var(--muted);
  text-decoration: none;
}
.contents nav a span {
  font-size: 10px;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}
.contents nav a:hover,
.contents nav a[aria-current="step"] {
  color: var(--green);
  background: #eaf0e5;
  border-left-color: var(--green);
}
.contents nav a[aria-current="step"] span {
  color: var(--green);
}
.sidebar-note {
  border-top: 1px solid var(--line);
  padding-top: 23px;
  margin-top: 28px;
}
.sidebar-note > span {
  font-size: 9px;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.sidebar-note p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 9px;
  max-width: 190px;
}
.help-link {
  font-size: 11px;
  text-decoration: none;
}
.step {
  padding: 0 0 56px;
  margin-bottom: 48px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 32px;
}
.step-heading {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 24px;
}
.step-number {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  font-size: 15px;
  border: 1px solid #c6d6c3;
  border-radius: 50%;
  color: var(--green);
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}
.step-heading .eyebrow {
  font-size: 9px;
  color: var(--green);
  margin-bottom: 7px;
}
.step h2 {
  font-size: 32px;
}
.step-body > p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.8;
}
.step-body strong {
  color: var(--ink);
}
code {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.9em;
  overflow-wrap: anywhere;
}
.tip {
  background: #edf2e7;
  border-left: 3px solid #9eba8d;
  font-size: 13px;
  color: #53674e;
  padding: 15px 18px;
  margin: 24px 0;
  line-height: 1.8;
}
.tip a {
  white-space: normal;
}
.screenshot {
  margin: 26px 0 0;
  border: 1px solid #d9e0d8;
  border-radius: 12px;
  overflow: hidden;
  background: white;
  box-shadow: 0 8px 24px #203b2905;
}
.zoom {
  display: block;
  position: relative;
  cursor: zoom-in;
}
.screenshot img {
  display: block;
  width: 100%;
  height: auto;
}
.zoom-hint {
  position: absolute;
  bottom: 12px;
  right: 12px;
  padding: 5px 10px;
  font-size: 10px;
  color: var(--ink);
  background: #fffffff0;
  border: 1px solid var(--line);
  border-radius: 5px;
  box-shadow: 0 2px 8px #0001;
}
.zoom:hover .zoom-hint {
  background: var(--ink);
  color: #fff;
}
figcaption {
  font-size: 11px;
  color: var(--muted);
  padding: 12px 17px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 9px;
}
.caption-dot {
  height: 5px;
  width: 5px;
  flex-shrink: 0;
  border-radius: 100%;
  background: #93b181;
}
.copy-field {
  background: #fff;
  border: 1px solid var(--line);
  padding: 14px 16px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  margin: 12px 0;
}
.copy-field:last-of-type {
  margin-bottom: 23px;
}
.copy-field > div {
  min-width: 0;
}
.field-label {
  font-size: 9px;
  letter-spacing: 0.1em;
  color: var(--muted);
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
}
.copy-field code {
  font-size: 13px;
  color: var(--ink);
}
.copy-button {
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 11px;
  flex-shrink: 0;
  min-height: 36px;
}
.copy-button:hover {
  background: #eaf2e3;
}
.choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 22px 0;
}
.choices > div {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 22px;
  background: #fff;
}
.choices > div:first-child {
  background: #edf4e7;
  border-color: #baceaf;
}
.mini-tag {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--green);
}
.mini-tag.neutral {
  color: var(--muted);
}
.choices h3 {
  margin: 11px 0;
}
.choices p {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 0;
}
.help {
  padding-bottom: 48px;
  scroll-margin-top: 32px;
}
.help > .eyebrow {
  color: var(--green);
}
.help > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  margin-top: 15px;
  margin-bottom: 25px;
}
details {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}
details:last-child {
  border-bottom: 1px solid var(--line);
}
summary {
  font-size: 14px;
  font-weight: 700;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}
summary::-webkit-details-marker {
  display: none;
}
summary:after {
  content: "+";
  font-size: 22px;
  font-weight: 400;
  color: var(--green);
}
details[open] summary:after {
  content: "−";
}
details > p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
  margin: 15px 30px 0 0;
}
.finish {
  background: var(--ink);
  color: #fff;
  padding: 28px;
  display: flex;
  gap: 17px;
  align-items: center;
  border-radius: 12px;
  margin: 10px 0 70px;
}
.finish-check {
  display: grid;
  place-items: center;
  background: var(--mint);
  color: var(--ink);
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  font-size: 20px;
}
.finish h2 {
  font-size: 23px;
  letter-spacing: -0.025em;
}
.finish p {
  font-size: 12px;
  color: #c5d6c7;
  margin: 8px 0 0;
}
.finish > a {
  color: var(--mint);
  margin-left: auto;
  text-decoration: none;
  font-size: 23px;
  padding: 5px;
}
footer {
  border-top: 1px solid var(--line);
  max-width: 1224px;
  margin: auto;
  padding: 26px 0 34px;
  display: flex;
  gap: 28px;
  align-items: center;
}
footer img {
  width: 100px;
  height: 32px;
  object-fit: contain;
}
footer span {
  font-size: 11px;
  color: var(--muted);
}
footer a {
  font-size: 11px;
  color: var(--muted);
  margin-left: auto;
  text-decoration: none;
}
dialog {
  border: 0;
  border-radius: 12px;
  padding: 0;
  background: var(--paper);
  width: min(1500px, 96vw);
  max-width: 96vw;
  max-height: 94vh;
  color: var(--ink);
}
dialog::backdrop {
  background: #0c2119d9;
  backdrop-filter: blur(5px);
}
.dialog-bar {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  position: sticky;
  top: 0;
  background: var(--paper);
}
.dialog-bar p {
  margin: 0;
  font-size: 12px;
}
.dialog-bar button {
  border: 1px solid var(--line);
  background: white;
  color: var(--ink);
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
}
dialog > img {
  display: block;
  width: 100%;
  height: auto;
}
.sr-only,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.skip-link:focus {
  position: fixed;
  z-index: 5;
  top: 10px;
  left: 10px;
  padding: 12px;
  background: #fff;
}
body:has(dialog[open]) {
  overflow: hidden;
}
@media (min-width: 1550px) {
  .hero {
    padding-top: 95px;
    padding-bottom: 90px;
  }
}
@media (max-width: 1280px) {
  .before,
  .guide-layout,
  footer {
    margin-left: 48px;
    margin-right: 48px;
  }
  .guide-layout {
    gap: 45px;
    grid-template-columns: 200px minmax(0, 1fr);
  }
  .before {
    gap: 22px;
    padding: 26px;
  }
  .model-picker {
    padding-left: 22px;
  }
}
@media (max-width: 1000px) {
  .hero {
    gap: 30px;
    padding-top: 55px;
    padding-bottom: 55px;
  }
  h1 {
    font-size: 46px;
  }
  .hero-art {
    height: 420px;
  }
  .before {
    grid-template-columns: 1fr 1.4fr;
  }
  .model-picker {
    grid-column: 1/-1;
    padding: 20px 0 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .model-picker select {
    max-width: 340px;
  }
  .guide-layout {
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 28px;
  }
  .contents nav a {
    font-size: 11px;
    padding-left: 8px;
    gap: 9px;
  }
  .contents .eyebrow {
    font-size: 8px;
  }
  .step h2 {
    font-size: 28px;
  }
  .choices {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 24px;
  }
  .site-header {
    height: 72px;
    padding: 0 22px;
    gap: 14px;
  }
  .brand img {
    width: 103px;
  }
  .header-label {
    font-size: 8px;
    letter-spacing: 0.12em;
  }
  .header-help {
    font-size: 11px;
  }
  .header-help span {
    margin-left: 3px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 45px 22px 34px;
    gap: 34px;
  }
  h1 {
    font-size: clamp(42px, 8.8vw, 62px);
  }
  .hero-description {
    font-size: 16px;
    max-width: 480px;
  }
  .hero-art {
    height: 405px;
    width: 100%;
    max-width: 500px;
    justify-self: center;
  }
  .label-top {
    margin-top: 22px;
  }
  .label-bottom {
    margin-top: 20px;
  }
  .before {
    margin: 0 22px 44px;
    padding: 24px;
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .before-intro p:last-child {
    margin-top: 10px;
  }
  .checklist p {
    font-size: 13px;
  }
  .model-picker {
    grid-column: auto;
  }
  .model-picker select {
    max-width: none;
    min-height: 44px;
    font-size: 14px;
  }
  .model-picker p {
    font-size: 12px;
  }
  .guide-layout {
    margin: 0 22px;
    display: block;
  }
  .contents {
    position: static;
    margin: 0 0 40px;
  }
  .contents nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 12px;
  }
  .contents .eyebrow {
    font-size: 10px;
    grid-column: 1/-1;
  }
  .contents nav a {
    font-size: 12px;
    min-height: 44px;
  }
  .sidebar-note,
  .help-link {
    display: none;
  }
  .step {
    margin-bottom: 32px;
    padding-bottom: 34px;
  }
  .step-heading {
    gap: 14px;
  }
  .step-number {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
  .step h2 {
    font-size: 27px;
  }
  .step-body > p {
    font-size: 14px;
  }
  .screenshot {
    border-radius: 8px;
  }
  .zoom-hint {
    font-size: 9px;
    padding: 3px 7px;
    bottom: 7px;
    right: 7px;
  }
  figcaption {
    font-size: 10px;
    padding: 10px 12px;
  }
  .copy-field {
    gap: 10px;
    padding: 13px;
  }
  .copy-field code {
    font-size: 12px;
  }
  .copy-button {
    padding: 8px;
    min-height: 44px;
  }
  .choices {
    grid-template-columns: 1fr;
  }
  .help h2 {
    font-size: 31px;
  }
  .finish {
    padding: 23px 19px;
    gap: 12px;
    margin-bottom: 40px;
  }
  .finish h2 {
    font-size: 22px;
  }
  .finish p {
    font-size: 12px;
  }
  .finish-check {
    width: 33px;
    height: 33px;
  }
  .finish > a {
    display: none;
  }
  footer {
    margin: 0 22px;
    padding: 23px 0;
    gap: 15px;
  }
  footer span {
    display: none;
  }
  .dialog-bar {
    padding: 10px 12px;
  }
  .dialog-bar p {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
@media print {
  html {
    scroll-behavior: auto;
  }
  .site-header {
    padding: 0;
    height: 60px;
  }
  .hero {
    padding: 25px 0;
    display: block;
  }
  .hero h1 {
    font-size: 40px;
  }
  .hero-art,
  .primary-button,
  .hero-meta,
  .contents,
  .copy-button,
  .zoom-hint,
  .header-help,
  .finish > a,
  footer a,
  dialog {
    display: none !important;
  }
  .before,
  .guide-layout,
  footer {
    margin: 20px 0;
    display: block;
  }
  .before {
    padding: 20px;
  }
  .model-picker {
    margin-top: 15px;
    padding-top: 15px;
    border-left: 0;
  }
  .guide-layout {
    max-width: none;
  }
  .step {
    break-inside: avoid;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .step h2 {
    font-size: 25px;
  }
  .screenshot {
    max-width: 650px;
    box-shadow: none;
  }
  details > p {
    display: block;
  }
  summary:after {
    display: none;
  }
  .finish {
    background: #edf4e7;
    color: var(--ink);
    margin: 20px 0;
  }
  .finish p {
    color: var(--muted);
  }
  body {
    background: white;
  }
  .choices {
    grid-template-columns: 1fr 1fr;
  }
}

.library-back {
  margin-left: auto;
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
}
.library-back + .header-help {
  margin-left: 0;
}
@media (max-width: 760px) {
  .site-header:has(.library-back) .header-label,
  .site-header:has(.library-back) .header-divider {
    display: none;
  }
}

.guide-layout[hidden],
.model-status[hidden] {
  display: none;
}
.model-status {
  margin-top: 16px;
  padding: 16px;
  background: #f3eee0;
  border: 1px solid #ded1ad;
  border-radius: 8px;
}
.model-status strong {
  font-size: 13px;
}
.model-status p {
  color: #5d594b;
}
.compatibility {
  max-width: 1224px;
  margin: -40px auto 60px;
}
.compatibility details {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 24px;
  background: #fff;
}
.compatibility-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 24px;
}
.compatibility-cards h3 {
  margin: 10px 0;
}
.compatibility-cards small {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0;
  color: var(--muted);
}
.compatibility-cards p,
.compatibility-note {
  font-size: 13px;
  color: var(--muted);
}
@media (max-width: 1280px) {
  .compatibility {
    margin-left: 48px;
    margin-right: 48px;
  }
}
@media (max-width: 760px) {
  .compatibility {
    margin: -16px 22px 35px;
  }
  .compatibility-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
