:root {
  color-scheme: light;

  --paper:      #fffdfd;
  --surface:    #f7f4f4;
  --card:       #ffffff;
  --line:       #e6e2e2;
  --line-soft:  #f1eded;
  --ink:        #1d2327;
  --ink-2:      #50575e;
  --ink-3:      #787c82;
  --brand:      #bd3737;
  --brand-hi:   #a52f2f;
  --brand-wash: #f9eeee;
  --good:       #00a32a;
  --off:        #dcdcde;
  --shadow:     0 1px 2px rgba(29, 35, 39, .06);
  --shadow-up:  0 12px 32px rgba(29, 35, 39, .10);
  --r:          8px;
  --r-lg:       14px;

  --ui: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", sans-serif;
  --display: "Source Serif 4", "Iowan Old Style", Palatino, Georgia, serif;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--ui);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { margin: 0; text-wrap: balance; font-weight: 400; }

.sect__h, .feat h3, .close h2, .tier__n, .tier__now, .trust__n,
.readout__num, .brand__mark, .guarantee__ring span, .guarantee h3, .a-glyph {
  font-weight: 500;
  font-optical-sizing: none;
  font-variation-settings: "opsz" 20;
}
p  { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

a { color: var(--brand); }

code {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
  font-size: .875em;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: .1em .35em;
}

:where(a, button, summary, details):focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 3px;
  border-radius: 4px;
}

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.shell { width: 100%; max-width: 1120px; margin-inline: auto; padding-inline: 24px; }
.shell--narrow { max-width: 760px; }

.eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 14px;
}

.sect__h {
  font-family: var(--display);
  font-size: clamp(2rem, 3.6vw, 2.85rem);
  line-height: 1.1;
  letter-spacing: -.01em;
}
.sect__sub {
  max-width: 60ch;
  margin-top: 14px;
  color: var(--ink-2);
  font-size: 1.0625rem;
}

.microlabel {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 9px;
}
.microlabel--card { margin-bottom: 12px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 6px;
  padding: 11px 22px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background .15s, border-color .15s, color .15s;
}
.btn--go { background: var(--brand); color: #fff; }
.btn--go:hover { background: var(--brand-hi); }
.btn--quiet { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--quiet:hover { border-color: var(--ink-3); }
.btn--full { width: 100%; }
.btn--big { padding: 14px 30px; font-size: 16px; }

.masthead { border-bottom: 1px solid var(--line); background: var(--paper); }
.masthead__in {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; padding-block: 18px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; font-size: 17px; text-decoration: none; color: var(--ink); }
.brand__mark {
  display: block;
  width: 28px; height: 28px; border-radius: 6px;
}
.masthead__proof { font-size: 13px; color: var(--ink-2); font-variant-numeric: tabular-nums; }
.masthead__proof .masthead__stat { font-weight: 600; color: var(--ink); }
.masthead__proof strong { color: var(--ink); }
.masthead__stars {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin-inline: 0.12em 0.2em;
  vertical-align: -0.08em;
}
.masthead__star {
  display: block;
  width: 0.78em;
  height: 0.78em;
  margin-left: -0.14em;
  color: #dba617;
}
.masthead__star:first-child { margin-left: 0; }
.masthead__right { display: flex; align-items: center; gap: 28px; }

.hero { padding-block: clamp(44px, 6vw, 76px) clamp(40px, 5vw, 60px); }
.hero h1 {
  font-family: var(--display);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.02em;
}
.lede {
  margin-top: 20px;
  max-width: 62ch;
  font-size: 1.09rem;
  color: var(--ink-2);
}

.buy { margin-top: 32px; display: flex; flex-direction: column; }
.btn--buy { padding: 15px 34px; font-size: 17px; }
.buy__fine { margin-top: 12px; font-size: 13px; color: var(--ink-3); }

.deck {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  width: 100%;
  margin-top: clamp(40px, 5vw, 62px);
  text-align: left;
}
.deck__c {
  display: flex; flex-direction: column; gap: 8px;
  padding: 16px 15px 18px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow);
  transition: border-color .2s, box-shadow .2s;
}
.deck__c h3 { font-size: 14.5px; font-weight: 600; }
.deck__c p { font-size: 12.5px; line-height: 1.5; color: var(--ink-3); }
.deck__c.is-match {
  border-color: var(--brand);
  box-shadow: var(--shadow-up);
}
.deck__c.is-match h3 { color: var(--brand); }
.deck__art { display: block; margin-bottom: 2px; }
.deck__art svg { width: 100%; height: auto; max-width: 76px; display: block; }

.a-frame  { fill: var(--surface); stroke: var(--line); stroke-width: 1.5; }
.a-line   { stroke: var(--line); stroke-width: 1.5; }
.a-dot    { fill: var(--line); }
.a-fill   { fill: var(--brand); }
.a-fill-p { fill: var(--brand); }
.a-soft   { fill: var(--off); }
.a-ghost  { fill: none; stroke: var(--line); stroke-width: 1.5; }
.a-sel    { fill: none; stroke: var(--brand); stroke-width: 1.5; stroke-dasharray: 4 3; }
.a-tick   { stroke: var(--line); stroke-width: 1.5; stroke-linecap: round; }
.a-glyph  { font-family: var(--display); font-size: 26px; fill: var(--brand); }
.a-glyph--sm { font-size: 18px; fill: var(--ink-3); }

.panel {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  padding: 18px 20px;
}

.demo { margin: 0; }
.demo__cap {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  font-size: 11px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase;
  color: var(--ink-3); margin-bottom: 10px;
}
.demo__panel { padding: 20px 22px 18px; }

.fontrow { display: flex; align-items: center; gap: 9px; margin-bottom: 16px; }
.fontrow__name { font-size: 15px; font-weight: 600; }

.badge {
  font-size: 9.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  border-radius: 3px; padding: 2.5px 6px; line-height: 1.4;
}
.badge--src { color: #2271b1; background: #eaf3fa; border: 1px solid #cfe3f2; }
.badge--pro { color: var(--brand); background: var(--brand-wash); border: 1px solid var(--brand); }

.chips { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 18px; }
.chips--sub { margin-bottom: 20px; }
.chip {
  font-size: 11px; font-variant-numeric: tabular-nums;
  border-radius: 4px; padding: 3.5px 8px;
  border: 1px solid var(--line); background: var(--surface); color: var(--ink-3);
  transition: background .4s ease, color .4s ease, border-color .4s ease, opacity .5s ease;
}
.chip.is-on { background: var(--brand); border-color: var(--brand); color: #fff; }
.chip.is-off { opacity: .35; }

.readout {
  display: flex; flex-wrap: wrap; gap: 8px 26px; align-items: baseline;
  border-top: 1px solid var(--line-soft); padding-top: 15px;
}
.readout__stat { display: flex; align-items: baseline; gap: 6px; }
.readout__num {
  font-family: var(--display);
  font-size: 30px; line-height: 1;
  font-variant-numeric: tabular-nums;
  transition: color .3s ease;
}
.readout__stat--wt .readout__num { color: var(--brand); }
.readout__lab { font-size: 11.5px; color: var(--ink-3); }

.trust { border-block: 1px solid var(--line); background: var(--surface); }
.trust__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px; padding-block: 30px;
}
.trust__cell { display: flex; flex-direction: column; gap: 4px; }
.trust__n {
  font-family: var(--display); font-size: 2rem; line-height: 1;
  font-variant-numeric: tabular-nums;
}
.trust__sub { font-size: 1rem; color: var(--ink-3); }
.trust__l { font-size: 12.5px; color: var(--ink-2); }

.sect { padding-block: clamp(56px, 8vw, 96px); }
.sect--alt { background: var(--surface); border-block: 1px solid var(--line); }

.feat {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.feat + .feat { margin-top: clamp(56px, 8vw, 96px); }
.feat--flip .feat__say { order: 2; }
.feat h3 {
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.6vw, 2.05rem);
  line-height: 1.12;
}
.feat .eyebrow { margin-top: 0; }
.feat p { margin-top: 14px; color: var(--ink-2); max-width: 48ch; }
.ticks { margin-top: 18px; display: flex; flex-direction: column; gap: 9px; }
.ticks li {
  position: relative; padding-left: 26px;
  font-size: 14.5px; color: var(--ink-2);
}
.ticks li::before {
  content: "\2713"; position: absolute; left: 0; top: -1px;
  color: var(--good); font-weight: 700;
}

.setrow {
  display: flex; align-items: flex-start; gap: 16px;
  padding-block: 14px;
  margin-inline: -8px; padding-inline: 8px;
  border-radius: 6px;
  border-top: 1px solid var(--line-soft);
  transition: background .4s ease;
}
.setrow:first-of-type { border-top: 0; padding-top: 4px; }
.setrow.is-lit { background: var(--brand-wash); }
.setrow__say { display: flex; flex-direction: column; gap: 3px; }
.setrow__t { font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.setrow__d { font-size: 12.5px; color: var(--ink-3); }

.sw {
  flex: 0 0 auto; margin-left: auto; position: relative;
  width: 40px; height: 22px; border-radius: 11px; background: var(--off);
  transition: background .35s ease;
}
.sw::after {
  content: ""; position: absolute; top: 3px; left: 3px;
  width: 16px; height: 16px; border-radius: 50%; background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.25);
  transition: left .35s cubic-bezier(.34, 1.56, .64, 1);
}
.sw--on { background: var(--brand); }
.sw--on::after { left: 21px; }

.tiers {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; margin-top: 38px; align-items: start;
}
.tier {
  position: relative;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow);
  padding: 26px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.tier--pick {
  border-color: var(--brand);
  box-shadow: var(--shadow-up);
  padding-top: 34px;
}
.tier__flag {
  position: absolute; top: -11px; left: 24px;
  font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  color: #fff; background: var(--brand);
  border-radius: 4px; padding: 4px 9px;
}
.tier__n { font-family: var(--display); font-size: 1.6rem; line-height: 1; }
.tier__for { font-size: 13px; color: var(--ink-3); margin-top: -5px; }
.tier__p { display: flex; align-items: baseline; gap: 10px; font-variant-numeric: tabular-nums; }
.tier__was { font-size: 15px; color: var(--ink-3); text-decoration: line-through; }
.tier__now { font-family: var(--display); font-size: 2.6rem; line-height: 1; }
.tier__save {
  margin-top: -9px;
  font-size: 13px; font-weight: 600; color: var(--good);
  font-variant-numeric: tabular-nums;
}
.tier__l { display: flex; flex-direction: column; gap: 8px; font-size: 14px; color: var(--ink-2); }
.tier__l li { position: relative; padding-left: 22px; }
.tier__l li::before {
  content: "\2713"; position: absolute; left: 0; color: var(--good); font-weight: 700; font-size: 13px;
}
.tier__l strong { color: var(--ink); font-variant-numeric: tabular-nums; }

.guarantee {
  display: flex; align-items: center; gap: 22px;
  margin-top: 34px; padding: 24px 26px;
  background: var(--brand-wash);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
}
.guarantee__ring {
  flex: 0 0 auto;
  display: grid; place-content: center; text-align: center;
  width: 72px; height: 72px; border-radius: 50%;
  border: 2px solid var(--brand); color: var(--brand);
}
.guarantee__ring span { font-family: var(--display); font-size: 26px; line-height: 1; }
.guarantee__ring small { font-size: 9.5px; letter-spacing: .1em; text-transform: uppercase; }
.guarantee h3 { font-family: var(--display); font-size: 1.35rem; }
.guarantee p { margin-top: 6px; font-size: 14.5px; color: var(--ink-2); }

.faq { margin-top: 32px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; list-style: none;
  padding: 17px 34px 17px 0; position: relative;
  font-size: 16px; font-weight: 600;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 4px; top: 15px;
  font-size: 20px; font-weight: 400; color: var(--brand); line-height: 1;
}
.faq details[open] summary::after { content: "\2013"; }
.faq details p { padding: 0 40px 20px 0; color: var(--ink-2); font-size: 15px; max-width: 68ch; }

.close { padding-block: clamp(56px, 8vw, 90px); text-align: center; }
.close__in { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.close h2 {
  font-family: var(--display);
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  line-height: 1.08;
  max-width: 18ch;
}
.close p { color: var(--ink-2); }
.close .btn { margin-top: 10px; }

.foot { border-top: 1px solid var(--line); background: var(--surface); }
.foot__in {
  display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between;
  gap: 10px 28px; padding-block: 26px;
  font-size: 13px; color: var(--ink-3);
}
.foot__nav { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.foot__nav a { color: var(--ink-2); text-decoration: none; }
.foot__nav a:hover { color: var(--brand); }
.foot__in p { margin: 0; }

.cz {
  --wp-blue: #2271b1;
  --wp-grey: #f0f0f1;
  --wp-line: #dcdcde;
  --wp-ink: #1d2327;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
  font-size: 13px;
  line-height: 1.5;
}
.cz__body { padding: 14px 12px 16px; }
.cz__lab { display: block; color: var(--wp-ink); font-size: 12.5px; margin-top: 12px; }

.cz__sel {
  display: block; width: 100%; margin-top: 5px;
  -webkit-appearance: none; appearance: none;
  border: 1px solid #8c8f94; border-radius: 3px;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%2350575e' stroke-width='1.6'/%3E%3C/svg%3E") no-repeat right 9px center;
  padding: 6px 28px 6px 9px;
  font: inherit; font-size: 12.5px; line-height: 1.5;
  color: var(--wp-ink);
  cursor: pointer;
}
.cz__sel--sm { font-size: 12px; padding-block: 5px; }

.cz__sel:focus-visible, .cz__range:focus-visible {
  outline: 2px solid transparent;
  border-color: var(--wp-blue);
  box-shadow: 0 0 0 1px var(--wp-blue);
}

.cz__group {
  margin-top: 12px; padding: 12px;
  background: var(--wp-grey);
  border-radius: 3px;
}
.cz__group > .cz__lab:first-child { margin-top: 0; }
.cz__two { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cz__two .cz__lab { margin-top: 0; }

.cz__row { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; margin-top: 12px; }
.cz__num {
  min-width: 46px; text-align: center;
  border: 1px solid #8c8f94; border-radius: 3px; background: #fff;
  padding: 3px 6px; font-size: 12.5px;
  font-variant-numeric: tabular-nums;
}

.cz__range {
  -webkit-appearance: none; appearance: none;
  display: block; width: 100%;
  margin: 9px 0 2px;
  background: transparent;
  cursor: pointer;
  border: 0; border-radius: 3px;
}
.cz__range::-webkit-slider-runnable-track { height: 4px; border-radius: 2px; background: #c3c4c7; }
.cz__range::-moz-range-track            { height: 4px; border-radius: 2px; background: #c3c4c7; }
.cz__range::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 15px; height: 15px; border-radius: 50%;
  background: var(--wp-blue); border: 1px solid #1c5f94;
  margin-top: -6.5px;
}
.cz__range::-moz-range-thumb {
  width: 15px; height: 15px; border-radius: 50%; box-sizing: border-box;
  background: var(--wp-blue); border: 1px solid #1c5f94;
}

.cz__preview {
  border-top: 1px solid var(--wp-line);
  background: #fff;
  padding: 16px 14px 20px;
  min-height: 120px;
}
.cz__pl {
  font-size: 10px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink-3); font-weight: 600;
}
.cz__sample {
  margin-top: 8px;
  color: var(--wp-ink);
  overflow-wrap: anywhere;
}

.cz__color {
  display: block;
  width: 100%;
  height: 32px;
  margin-top: 5px;
  padding: 2px;
  border: 1px solid #8c8f94;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
}
.cz__color::-webkit-color-swatch-wrapper { padding: 0; }
.cz__color::-webkit-color-swatch { border: none; border-radius: 2px; }
.cz__color::-moz-color-swatch { border: none; border-radius: 2px; }
.cz__color:focus-visible {
  outline: 2px solid transparent;
  border-color: var(--wp-blue);
  box-shadow: 0 0 0 1px var(--wp-blue);
}
#cz2 > .cz__body > .cz__famrow .cz__lab { margin-top: 0; }
.cz__famrow {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: end;
}
.cz__col { min-width: 52px; }

@media (max-width: 1080px) {
  .deck { grid-template-columns: repeat(6, 1fr); }
  .deck__c { grid-column: span 2; }
  .deck__c:nth-child(4) { grid-column: 2 / span 2; }
}
@media (max-width: 960px) {
  .feat, .feat--flip { grid-template-columns: 1fr; }
  .feat--flip .feat__say { order: 0; }
  .tiers { grid-template-columns: 1fr; }
  .tier--pick { order: -1; }
  .trust__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .masthead__proof { display: none; }
  .deck { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .deck__c, .deck__c:nth-child(4) { grid-column: auto; }
  .deck__c:last-child { grid-column: 1 / -1; }
  .guarantee { flex-direction: column; align-items: flex-start; gap: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
