/* Comparison pages: intentionally absent from the shared header and footer. */
:root {
  --accent: #19C7FF;
  --accent-hi: #52D8FF;
  --accent-ink: #A3ECFF;
  --good: #A3ECFF;
}

.btn-primary {
  color: #101200;
  background: var(--accent);
  box-shadow: none;
  border-radius: 3px;
}
.btn-primary::after { display: none; }
.btn-primary:hover {
  color: #101200;
  background: var(--accent-hi);
  box-shadow: none;
  transform: none;
  filter: none;
}

.c-wrap {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.c-hero {
  position: relative;
  overflow: hidden;
  padding: calc(clamp(88px, 11vw, 136px) + var(--header-content-air)) 0 clamp(56px, 8vw, 88px);
  background: #0e0f11;
  border-bottom: 1px solid #292b30;
}

.c-hero::after {
  display: none;
}

.c-hero .c-wrap {
  position: relative;
  z-index: 1;
}

.c-crumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
  color: var(--ink-muted);
  font-size: 13px;
}

.c-crumbs a {
  color: var(--ink-dim);
  text-decoration: none;
}

.c-crumbs a:hover {
  color: var(--ink);
}

.c-eyebrow,
.c-kicker,
.c-label {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.c-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #f7f8fb;
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1.02;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.c-answer {
  max-width: 810px;
  margin: 30px 0 0;
  color: var(--ink-dim);
  font-size: clamp(17px, 1.9vw, 20px);
  line-height: 1.65;
}

.c-pair {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
  margin-top: 28px;
  color: var(--ink-dim);
  font-size: 13px;
}

.c-pair span {
  padding: 8px 12px;
  color: #e7e9f2;
  background: #17191c;
  border: 1px solid #303238;
  border-radius: 3px;
}

.c-pair b {
  font-weight: 600;
}

.c-content {
  padding-block: clamp(52px, 8vw, 96px) 120px;
}

.c-verdict {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  align-items: start;
  padding: clamp(24px, 4vw, 38px);
  background: #141619;
  border: 1px solid #292b30;
  border-left: 1px solid var(--line-strong);
  border-radius: 3px;
}

.c-verdict > svg {
  width: 28px;
  color: var(--accent);
}

.c-verdict p:last-child {
  max-width: 880px;
  margin: 0;
  color: var(--ink-dim);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.65;
}

.c-section {
  padding-top: clamp(72px, 10vw, 120px);
}

.c-section-head {
  margin-bottom: 30px;
}

.c-section-head h2,
.c-cta h2 {
  max-width: 780px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.06;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.c-table-wrap {
  overflow-x: auto;
  background: #121416;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.c-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.c-table th,
.c-table td {
  padding: 20px 22px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}

.c-table thead th {
  color: var(--ink);
  font-size: 13px;
  letter-spacing: .04em;
  background: #191b1e;
}

.c-table tbody th {
  width: 19%;
  color: var(--ink);
  font-size: 14px;
}

.c-table td {
  width: 40.5%;
  color: var(--ink-dim);
  font-size: 15px;
  line-height: 1.6;
}

.c-table tr:last-child th,
.c-table tr:last-child td {
  border-bottom: 0;
}

.c-table td:nth-child(2) {
  background: rgba(0, 174, 239, .025);
}

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

.c-choice {
  padding: clamp(24px, 4vw, 36px);
  background: #141619;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.c-choice.is-accent {
  background: #141619;
  border-top-color: var(--accent);
}

.c-choice h3 {
  margin: 0 0 24px;
  color: var(--ink);
  font-size: 21px;
}

.c-choice ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-choice li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 11px;
  color: var(--ink-dim);
  line-height: 1.55;
}

.c-choice li svg {
  width: 18px;
  margin-top: 3px;
  color: var(--accent);
}

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

.c-steps li {
  min-height: 240px;
  padding: 28px;
  background: #141619;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.c-steps li > span {
  display: block;
  margin-bottom: 44px;
  color: var(--accent);
  font: 700 13px/1 var(--mono, ui-monospace, monospace);
  letter-spacing: .08em;
}

.c-steps h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 19px;
}

.c-steps p {
  margin: 0;
  color: var(--ink-dim);
  font-size: 15px;
  line-height: 1.65;
}

.c-faq details {
  border-top: 1px solid var(--line);
}

.c-faq details:last-child {
  border-bottom: 1px solid var(--line);
}

.c-faq summary {
  position: relative;
  padding: 24px 48px 24px 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 650;
  cursor: pointer;
  list-style: none;
}

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

.c-faq summary::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 4px;
  color: var(--accent);
  font-size: 26px;
  font-weight: 300;
}

.c-faq details[open] summary::after {
  content: "−";
}

.c-faq details p {
  max-width: 820px;
  margin: -6px 0 24px;
  color: var(--ink-dim);
  line-height: 1.7;
}

.c-cta {
  margin-top: clamp(80px, 11vw, 140px);
  padding: clamp(34px, 7vw, 72px);
  text-align: center;
  background: #141619;
  border: 1px solid #292b30;
  border-top: 2px solid var(--accent);
  border-radius: 4px;
}

.c-cta h2,
.c-cta > p {
  margin-inline: auto;
}

.c-cta > p:not(.c-kicker) {
  margin-block: 16px 28px;
  color: var(--ink-dim);
}

@media (max-width: 800px) {
  .c-wrap {
    width: min(100% - 28px, 1160px);
  }

  .c-choices,
  .c-steps {
    grid-template-columns: 1fr;
  }

  .c-steps li {
    min-height: auto;
  }

  .c-steps li > span {
    margin-bottom: 24px;
  }
}

@media (max-width: 520px) {
  .c-hero {
    padding-top: calc(86px + var(--header-content-air));
  }

  .c-answer {
    font-size: 17px;
  }

  .c-verdict {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .c-faq summary {
    scroll-behavior: auto;
  }
}

/* Comparison pages follow the same restrained brand hierarchy. */
.c-label,
.c-kicker,
.c-eyebrow,
.c-back {
  color: var(--ink-dim);
}

.c-choice.is-accent,
.c-cta {
  border-top-color: var(--line-strong);
}

.c-faq summary::after {
  color: var(--ink-dim);
}
