:root {
   --vq-white: #ffffff;
   --vq-tile: #f4f5f7;
   --vq-tile-2: #eceef2;
   --vq-ink: #151a23;
   --vq-grey: #535b68;
   --vq-edge: #e1e4ea;
   --vq-lapis: #1d4ed8;
   --vq-lapis-dark: #1e3a8a;
   --vq-lapis-pale: #e7edfd;
   --vq-gold: #92400e;
   --vq-gold-pale: #fdf0dc;
   --vq-r: 20px;
   --vq-max: 1200px;
   --vq-pad: 18px;
   --vq-sans: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
}

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

html {
   -webkit-text-size-adjust: 100%;
}

body {
   margin: 0;
   background: var(--vq-white);
   color: var(--vq-ink);
   font-family: var(--vq-sans);
   font-size: 16px;
   line-height: 1.62;
}

h1,
h2,
h3 {
   margin: 0 0 12px;
   line-height: 1.15;
   letter-spacing: -0.02em;
}

h1 {
   font-size: clamp(2rem, 5.4vw, 3.3rem);
   font-weight: 800;
}

h2 {
   font-size: clamp(1.4rem, 3.2vw, 2rem);
   font-weight: 750;
}

h3 {
   font-size: 1.1rem;
   font-weight: 700;
}

p {
   margin: 0 0 14px;
}

a {
   color: var(--vq-lapis);
   text-underline-offset: 3px;
}

a:hover {
   color: var(--vq-lapis-dark);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
   outline: 2px solid var(--vq-lapis);
   outline-offset: 2px;
}

img {
   display: block;
   max-width: 100%;
   height: auto;
}

table {
   width: 100%;
   border-collapse: collapse;
}

.vq-skip {
   position: absolute;
   top: -64px;
   left: 12px;
   z-index: 90;
   padding: 10px 16px;
   border-radius: 999px;
   background: var(--vq-ink);
   color: var(--vq-white);
}

.vq-skip:focus {
   top: 12px;
   color: var(--vq-white);
}

.vq-box {
   max-width: var(--vq-max);
   margin-left: auto;
   margin-right: auto;
   padding-left: var(--vq-pad);
   padding-right: var(--vq-pad);
}

.vq-read {
   max-width: 720px;
   margin-left: auto;
   margin-right: auto;
   padding-left: var(--vq-pad);
   padding-right: var(--vq-pad);
}

.vq-bar {
   position: sticky;
   top: 0;
   z-index: 20;
   background: #ffffffeb;
   border-bottom: 1px solid var(--vq-edge);
}

.vq-bar__inner {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
   gap: 4px 20px;
   padding-top: 8px;
   padding-bottom: 8px;
}

.vq-bar__logo {
   display: inline-flex;
   align-items: center;
   gap: 10px;
   padding: 8px 0;
   color: var(--vq-ink);
   font-weight: 800;
   text-decoration: none;
}

.vq-bar__logo span {
   display: inline-grid;
   grid-template-columns: 1fr 1fr;
   gap: 3px;
   width: 26px;
   height: 26px;
}

.vq-bar__logo i {
   display: block;
   border-radius: 3px;
   background: var(--vq-lapis);
}

.vq-bar__logo i:nth-child(2),
.vq-bar__logo i:nth-child(3) {
   background: var(--vq-gold);
}

.vq-bar__links {
   display: flex;
   gap: 2px 16px;
   overflow-x: auto;
   max-width: 100%;
}

.vq-bar__links a {
   display: inline-block;
   padding: 12px 0;
   color: var(--vq-grey);
   text-decoration: none;
   white-space: nowrap;
   font-weight: 600;
   font-size: 0.93rem;
}

.vq-bar__links a:hover,
.vq-bar__links a[aria-current="page"] {
   color: var(--vq-lapis);
}

.vq-pill {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   min-height: 44px;
   padding: 14px 26px;
   border: 0;
   border-radius: 999px;
   background: var(--vq-lapis);
   color: var(--vq-white);
   font: inherit;
   font-weight: 700;
   text-decoration: none;
   cursor: pointer;
   transition: transform 140ms ease, background-color 140ms ease;
}

.vq-pill:hover {
   background: var(--vq-lapis-dark);
   color: var(--vq-white);
   transform: translateY(-1px);
}

.vq-pill--soft {
   background: var(--vq-lapis-pale);
   color: var(--vq-lapis-dark);
}

.vq-pill--soft:hover {
   background: #d6e1fb;
   color: var(--vq-lapis-dark);
}

.vq-crumb {
   font-size: 0.9rem;
   color: var(--vq-grey);
   padding-top: 10px;
}

.vq-crumb a {
   display: inline-block;
   padding: 12px 0;
}

.vq-lead {
   padding-top: 34px;
   padding-bottom: 28px;
}

.vq-lead__text {
   font-size: 1.12rem;
   color: var(--vq-grey);
   max-width: 64ch;
}

.vq-lead__row {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   margin-top: 18px;
}

.vq-label {
   display: inline-block;
   padding: 4px 12px;
   border-radius: 999px;
   background: var(--vq-gold-pale);
   color: var(--vq-gold);
   font-size: 0.82rem;
   font-weight: 700;
   margin-bottom: 12px;
}

.vq-bento {
   display: grid;
   gap: 14px;
   margin-top: 18px;
}

.vq-cell {
   background: var(--vq-tile);
   border-radius: var(--vq-r);
   padding: 22px;
   overflow: hidden;
   min-width: 0;
}

.vq-cell--lapis {
   background: var(--vq-lapis);
   color: var(--vq-white);
}

.vq-cell--lapis a {
   color: var(--vq-white);
}

.vq-cell--gold {
   background: var(--vq-gold-pale);
}

.vq-cell--media {
   padding: 0;
}

.vq-cell--media img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.vq-cell__big {
   font-size: clamp(2.2rem, 6vw, 3.4rem);
   font-weight: 800;
   line-height: 1;
   letter-spacing: -0.03em;
   margin-bottom: 8px;
}

.vq-cell p:last-child {
   margin-bottom: 0;
}

.vq-section {
   padding-top: 44px;
   padding-bottom: 14px;
}

.vq-shelf {
   display: grid;
   gap: 14px;
   margin-top: 18px;
   align-items: start;
}

.vq-item {
   background: var(--vq-tile);
   border-radius: var(--vq-r);
   padding: 20px;
}

.vq-item__kind {
   font-size: 0.8rem;
   font-weight: 700;
   color: var(--vq-gold);
   margin-bottom: 4px;
}

.vq-item p:last-child {
   margin-bottom: 0;
}

.vq-swap {
   display: grid;
   gap: 24px;
   align-items: center;
   padding-top: 32px;
   padding-bottom: 32px;
}

.vq-swap > * {
   min-width: 0;
}

.vq-fig {
   margin: 20px 0;
}

.vq-fig img {
   border-radius: 16px;
}

.vq-fig figcaption {
   font-size: 0.88rem;
   color: var(--vq-grey);
   margin-top: 8px;
}

.vq-fig--phone img {
   max-width: 300px;
}

.vq-versus {
   padding-top: 26px;
   padding-bottom: 12px;
}

.vq-versus__cols {
   display: grid;
   gap: 14px;
   margin-top: 18px;
}

.vq-versus__col {
   background: var(--vq-tile);
   border-radius: 16px;
   padding: 16px 18px;
}

.vq-strip {
   padding-top: 46px;
   padding-bottom: 30px;
}

.vq-strip--tile {
   background: var(--vq-tile);
}

.vq-strip--lapis {
   background: var(--vq-lapis-pale);
}

.vq-halves__side {
   padding-top: 20px;
}

.vq-halves__body {
   min-width: 0;
   padding-bottom: 20px;
}

.vq-banner {
   background: var(--vq-ink);
   color: var(--vq-white);
   padding-top: 70px;
   padding-bottom: 56px;
}

.vq-banner h1 {
   max-width: 18ch;
   font-size: clamp(2.3rem, 7vw, 4.2rem);
}

.vq-banner__line {
   color: #c9d3e6;
   font-size: 1.15rem;
   max-width: 50ch;
}

.vq-banner .vq-crumb {
   color: #c9d3e6;
}

.vq-banner .vq-crumb a {
   color: var(--vq-white);
}

.vq-shift {
   display: grid;
   gap: 0 24px;
}

.vq-shift__part {
   min-width: 0;
   padding-top: 30px;
   padding-bottom: 12px;
}

.vq-flight {
   list-style: none;
   margin: 20px 0 0;
   padding: 0;
   counter-reset: vq-flight;
}

.vq-flight__step {
   counter-increment: vq-flight;
   position: relative;
   padding: 0 0 26px 64px;
}

.vq-flight__step::before {
   content: counter(vq-flight);
   position: absolute;
   left: 0;
   top: 0;
   width: 44px;
   height: 44px;
   border-radius: 12px;
   background: var(--vq-lapis);
   color: var(--vq-white);
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: 800;
}

.vq-flight__step::after {
   content: "";
   position: absolute;
   left: 21px;
   top: 50px;
   bottom: 2px;
   width: 2px;
   background: var(--vq-edge);
}

.vq-flight__step:last-child::after {
   display: none;
}

.vq-scrollbox {
   overflow-x: auto;
   margin-top: 16px;
   border-radius: var(--vq-r);
   background: var(--vq-tile);
   padding: 6px;
}

.vq-table {
   min-width: 640px;
   background: var(--vq-white);
   border-radius: 14px;
   overflow: hidden;
   font-size: 0.95rem;
}

.vq-table caption {
   text-align: left;
   font-weight: 700;
   padding: 12px 14px;
}

.vq-table th,
.vq-table td {
   text-align: left;
   vertical-align: top;
   padding: 11px 14px;
   border-top: 1px solid var(--vq-edge);
}

.vq-table thead th {
   background: var(--vq-lapis-pale);
   color: var(--vq-lapis-dark);
   font-size: 0.85rem;
}

.vq-note {
   font-style: italic;
   font-size: 0.9rem;
   color: var(--vq-grey);
   margin-top: 10px;
}

.vq-play {
   background: var(--vq-tile);
   border-radius: var(--vq-r);
   padding: 18px 20px;
   margin: 20px 0;
}

.vq-play__list {
   display: grid;
   gap: 6px 22px;
   margin: 0 0 6px;
}

.vq-play__pair {
   display: flex;
   justify-content: space-between;
   gap: 12px;
   padding-bottom: 6px;
   border-bottom: 1px solid var(--vq-edge);
}

.vq-play__pair dt {
   color: var(--vq-grey);
   font-size: 0.9rem;
}

.vq-play__pair dd {
   margin: 0;
   font-weight: 700;
   text-align: right;
}

.vq-play__go {
   display: inline-block;
   padding: 12px 0;
   font-weight: 700;
}

.vq-moves {
   list-style: none;
   margin: 18px 0 0;
   padding: 0;
   display: grid;
   gap: 14px;
   counter-reset: vq-move;
}

.vq-moves__one {
   counter-increment: vq-move;
   display: grid;
   gap: 12px;
   background: var(--vq-tile);
   border-radius: var(--vq-r);
   padding: 18px;
}

.vq-moves__one h3::before {
   content: counter(vq-move) " · ";
   color: var(--vq-lapis);
}

.vq-moves__one figure {
   margin: 0;
}

.vq-moves__one img {
   border-radius: 12px;
}

.vq-trace {
   background: #0f172a;
   color: #e2e8f0;
   border-radius: var(--vq-r);
   margin: 20px 0;
   overflow: hidden;
}

.vq-trace__cap {
   margin: 0;
   padding: 10px 16px;
   background: #1e293b;
   color: #93b4f5;
   font-size: 0.85rem;
   font-weight: 700;
}

.vq-trace pre {
   margin: 0;
   padding: 16px;
   overflow-x: auto;
   font-family: ui-monospace, Menlo, Consolas, monospace;
   font-size: 0.87rem;
   line-height: 1.6;
}

.vq-draw {
   margin: 20px 0;
   background: var(--vq-tile);
   border-radius: var(--vq-r);
   padding: 14px;
}

.vq-draw svg {
   display: block;
   width: 100%;
   max-width: 680px;
   height: auto;
   margin-left: auto;
   margin-right: auto;
}

.vq-draw figcaption {
   font-size: 0.86rem;
   color: var(--vq-grey);
   margin-top: 8px;
}

.vq-words {
   display: grid;
   gap: 10px 20px;
   margin: 18px 0 0;
}

.vq-words__pair {
   background: var(--vq-tile);
   border-radius: 14px;
   padding: 12px 16px;
}

.vq-words__pair dt {
   font-weight: 800;
   color: var(--vq-lapis-dark);
}

.vq-words__pair dd {
   margin: 2px 0 0;
}

.vq-nots {
   list-style: none;
   margin: 16px 0 0;
   padding: 0;
   display: grid;
   gap: 10px;
}

.vq-nots li {
   position: relative;
   padding: 10px 14px 10px 42px;
   background: var(--vq-gold-pale);
   border-radius: 14px;
}

.vq-nots li::before {
   content: "×";
   position: absolute;
   left: 16px;
   top: 8px;
   font-weight: 800;
   color: var(--vq-gold);
}

.vq-years {
   display: grid;
   gap: 10px;
   list-style: none;
   margin: 18px 0 0;
   padding: 0;
}

.vq-years li {
   display: grid;
   gap: 2px 16px;
   background: var(--vq-tile);
   border-radius: 14px;
   padding: 12px 16px;
}

.vq-years b {
   color: var(--vq-lapis-dark);
}

.vq-check {
   display: grid;
   gap: 12px;
   margin-top: 18px;
}

.vq-check__card {
   background: var(--vq-tile);
   border-radius: var(--vq-r);
   padding: 16px 18px;
}

.vq-check__myth {
   color: var(--vq-grey);
   text-decoration: line-through;
   text-decoration-color: #b91c1c80;
   margin-bottom: 8px;
}

.vq-check__fact {
   margin-bottom: 0;
}

.vq-check__fact small {
   display: block;
   margin-top: 6px;
   color: var(--vq-grey);
}

.vq-sums {
   display: grid;
   gap: 12px;
   margin: 18px 0 0;
}

.vq-sums__cell {
   background: var(--vq-lapis-pale);
   border-radius: 16px;
   padding: 14px 16px;
}

.vq-sums__cell dt {
   font-size: 0.88rem;
   color: var(--vq-grey);
}

.vq-sums__cell dd {
   margin: 2px 0 0;
   font-size: 1.5rem;
   font-weight: 800;
   color: var(--vq-lapis-dark);
}

.vq-sums__cell small {
   display: block;
   font-size: 0.85rem;
   font-weight: 400;
   color: var(--vq-grey);
}

.vq-traps {
   margin: 18px 0 0;
   padding: 0;
   list-style: none;
   display: grid;
   gap: 10px;
}

.vq-traps li {
   background: var(--vq-tile);
   border-left: 5px solid var(--vq-gold);
   border-radius: 12px;
   padding: 12px 16px;
}

.vq-q {
   display: grid;
   gap: 10px;
   margin-top: 16px;
}

.vq-q details {
   background: var(--vq-tile);
   border-radius: 16px;
   padding: 0 18px;
}

.vq-q summary {
   cursor: pointer;
   min-height: 44px;
   padding: 12px 0;
   font-weight: 700;
}

.vq-q__a {
   padding-bottom: 8px;
}

.vq-ask {
   margin-top: 40px;
   margin-bottom: 50px;
   border-radius: 26px;
   background: var(--vq-lapis);
   color: var(--vq-white);
   padding: 32px 26px;
}

.vq-ask h2 {
   max-width: 26ch;
}

.vq-ask .vq-pill {
   background: var(--vq-white);
   color: var(--vq-lapis-dark);
}

.vq-ask .vq-pill:hover {
   background: var(--vq-lapis-pale);
}

.vq-ask__small {
   margin: 14px 0 0;
   font-size: 0.9rem;
   color: #dbe5fd;
}

.vq-legal {
   padding-top: 16px;
   padding-bottom: 50px;
}

.vq-legal h2 {
   font-size: 1.25rem;
   margin-top: 28px;
}

.vq-legal ul {
   padding-left: 20px;
}

.vq-end {
   background: var(--vq-tile);
   border-top: 1px solid var(--vq-edge);
   padding-top: 40px;
   padding-bottom: 22px;
   font-size: 0.95rem;
}

.vq-end__grid {
   display: grid;
   gap: 24px;
}

.vq-end h3 {
   font-size: 1rem;
}

.vq-end p {
   margin-bottom: 6px;
}

.vq-end__links {
   list-style: none;
   margin: 0;
   padding: 0;
}

.vq-end__links a {
   display: inline-block;
   min-height: 44px;
   padding: 12px 0;
}

.vq-end__copy {
   margin-top: 22px;
   padding-top: 14px;
   border-top: 1px solid var(--vq-edge);
   font-size: 0.86rem;
   color: var(--vq-grey);
}

.vq-cookie {
   position: fixed;
   left: 14px;
   right: 14px;
   bottom: 14px;
   z-index: 80;
   max-width: 500px;
   background: var(--vq-white);
   border: 1px solid var(--vq-edge);
   border-radius: var(--vq-r);
   box-shadow: 0 16px 40px #151a2330;
   padding: 18px;
}

.vq-cookie[hidden] {
   display: none;
}

.vq-cookie__msg {
   font-size: 0.92rem;
}

.vq-cookie__btns {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
}

.vq-cookie__btns .vq-pill {
   flex: 1 1 auto;
}

.vq-anim .vq-pop {
   opacity: 0;
   transform: scale(0.98);
   transition: opacity 400ms ease, transform 400ms ease;
}

.vq-anim .vq-pop.is-visible {
   opacity: 1;
   transform: none;
}

@media (min-width: 560px) {
   .vq-cookie__btns .vq-pill {
      flex: 0 0 auto;
   }

   .vq-play__list {
      grid-template-columns: 1fr 1fr;
   }
}

@media (min-width: 780px) {
   .vq-shelf {
      grid-template-columns: repeat(3, 1fr);
   }

   .vq-shelf--four {
      grid-template-columns: repeat(4, 1fr);
   }

   .vq-bento {
      grid-template-columns: repeat(4, 1fr);
   }

   .vq-cell--wide {
      grid-column: span 2;
   }

   .vq-cell--tall {
      grid-row: span 2;
   }

   .vq-cell--hero {
      grid-column: span 2;
      grid-row: span 2;
   }

   .vq-words {
      grid-template-columns: 1fr 1fr;
   }

   .vq-check {
      grid-template-columns: 1fr 1fr;
   }

   .vq-sums {
      grid-template-columns: repeat(3, 1fr);
   }

   .vq-versus__cols {
      grid-template-columns: 1fr 1fr;
   }

   .vq-moves__one--pic {
      grid-template-columns: 1fr 240px;
      align-items: start;
   }

   .vq-years li {
      grid-template-columns: 140px 1fr;
   }

   .vq-end__grid {
      grid-template-columns: 1.4fr 1fr 1fr;
   }
}

@media (min-width: 960px) {
   .vq-swap {
      grid-template-columns: 1fr 400px;
      gap: 44px;
   }

   .vq-swap--left {
      grid-template-columns: 400px 1fr;
   }

   .vq-swap--left .vq-swap__media {
      order: -1;
   }

   .vq-shift {
      grid-template-columns: repeat(12, 1fr);
   }

   .vq-shift__part--a {
      grid-column: 1 / 9;
   }

   .vq-shift__part--b {
      grid-column: 4 / 13;
   }

   .vq-shift__part--c {
      grid-column: 2 / 10;
   }

   .vq-shift__part--d {
      grid-column: 5 / 13;
   }
}

@media (min-width: 1020px) {
   .vq-halves--fixed {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
      align-items: start;
   }

   .vq-halves--fixed .vq-halves__side {
      position: sticky;
      top: 80px;
   }
}

@media (prefers-reduced-motion: reduce) {
   .vq-anim .vq-pop {
      opacity: 1;
      transform: none;
      transition: none;
   }

   .vq-pill {
      transition: none;
   }

   .vq-pill:hover {
      transform: none;
   }
}
