* { box-sizing: border-box; margin: 0; }
:root { color-scheme: dark; --canvas: #161617; --plane: #202023; --text: rgba(255,255,255,.93); --secondary: rgba(255,255,255,.58); --line: rgba(255,255,255,.12); --accent-text: #a77cff; --accent-action: #7747e6; }
:root[data-theme="light"] { color-scheme: light; --canvas: #f5f5f7; --plane: #fff; --text: rgba(0,0,0,.88); --secondary: rgba(0,0,0,.58); --line: rgba(0,0,0,.1); --accent-text: #6d36d9; --accent-action: #6d36d9; }
html { background: var(--canvas); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", Inter, system-ui, sans-serif; }
body { min-height: 100vh; overflow-x: clip; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: 12px; z-index: 10; transform: translateY(-160%); padding: 10px 14px; background: var(--plane); color: var(--text); }
.skip-link:focus { transform: none; }
.compare-nav { min-height: 64px; display: flex; align-items: center; justify-content: space-between; }
.compare-nav img { width: auto; height: 22px; }
:root[data-theme="light"] .compare-nav img { filter: brightness(0); }
.compare-nav a { min-height: 44px; display: inline-flex; align-items: center; color: var(--text); text-decoration: none; }
.compare-handoff { position: relative; }
.desktop-only-cta { display: none !important; }
.touch-only-cta { min-height: 44px; }
.compare-handoff .cta { margin-top: 0; }
.handoff-status { margin-top: 10px; color: var(--secondary); font-size: 13px; }
.handoff-fallback {
  display: grid;
  gap: 8px;
  width: min(320px, calc(100vw - 28px));
  margin-top: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--plane);
}
.compare-handoff .handoff-fallback { position: absolute; z-index: 5; right: 0; }
.handoff-fallback[hidden] { display: none; }
.handoff-fallback input { min-height: 44px; padding: 8px; color: var(--text); background: var(--canvas); border: 1px solid var(--line); border-radius: 8px; }
.handoff-fallback a { min-height: 44px; display: inline-flex; align-items: center; }
.compare-hero { padding: clamp(90px, 12vw, 160px) 0 80px; }
.kicker, .checked { color: var(--accent-text); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.compare-hero h1 { max-width: 1080px; margin-top: 18px; font-size: clamp(54px, 8vw, 112px); line-height: .96; letter-spacing: -.06em; }
.compare-hero > p:not(.kicker):not(.checked) { max-width: 760px; margin-top: 26px; color: var(--secondary); font-size: 19px; line-height: 1.65; }
.checked { margin-top: 30px; letter-spacing: 0; text-transform: none; color: var(--secondary); }
a { color: var(--accent-text); }
.compare-table-wrap { padding-bottom: 120px; }
.compare-table-wrap h2 { max-width: 760px; font-size: clamp(34px, 5vw, 58px); line-height: 1.05; letter-spacing: -.04em; }
.table-scroll { margin-top: 34px; overflow-x: auto; border: 1px solid var(--line); border-radius: 24px; background: var(--plane); }
.table-scroll:focus-visible, a:focus-visible { outline: 2px solid var(--accent-text); outline-offset: 3px; }
table { width: 100%; min-width: 980px; border-collapse: collapse; table-layout: fixed; }
th, td { padding: 22px 20px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; line-height: 1.5; }
thead th { font-size: 14px; }
tbody th { width: 210px; font-size: 14px; }
td { color: var(--secondary); font-size: 14px; }
tr:last-child th, tr:last-child td { border-bottom: 0; }
.legal-note { margin-top: 18px; color: var(--secondary); font-size: 12px; line-height: 1.55; }
.compare-cta { padding: 0 0 130px; }
.compare-cta h2 { max-width: 850px; font-size: clamp(44px, 7vw, 84px); line-height: 1; letter-spacing: -.05em; }
.cta { appearance: none; min-height: 48px; margin-top: 28px; display: inline-flex; align-items: center; padding: 0 22px; border: 0; border-radius: 12px; background: var(--accent-action); color: #fff; text-decoration: none; font: inherit; font-weight: 700; cursor: pointer; transition: transform .14s cubic-bezier(.22,1,.36,1); }
.cta:hover { transform: translateY(-2px) scale(1.01); }
footer { padding: 30px 0; border-top: 1px solid var(--line); color: var(--secondary); }
footer .wrap { display: flex; flex-wrap: wrap; gap: 18px; }
footer a { min-height: 44px; display: inline-flex; align-items: center; }
@media (min-width: 900px) and (hover: hover) and (pointer: fine) {
  .desktop-only-cta { display: inline-flex !important; }
  .touch-only-cta { display: none !important; }
}
@media (max-width: 760px) {
  .wrap { width: min(100% - 28px, 680px); }
  .compare-hero { padding-top: 72px; }
  .table-scroll { border-radius: 18px; }
  tbody th, thead th:first-child { position: sticky; left: 0; z-index: 1; background: var(--plane); }
}
@media (prefers-reduced-motion: reduce) { .cta { transition: none; } .cta:hover { transform: none; } }
