:root {
  --paper: #f4f0e7;
  --paper-strong: #fffdf8;
  --ink: #172033;
  --ink-soft: #536078;
  --line: rgba(23, 32, 51, 0.13);
  --navy: #172d52;
  --navy-2: #234a78;
  --lime: #c9f36a;
  --lime-strong: #a9db3f;
  --teal: #0c7968;
  --amber: #b96a16;
  --rose: #a7464f;
  --white: #ffffff;
  --shadow: 0 22px 65px rgba(28, 38, 58, 0.11);
  --shadow-small: 0 12px 28px rgba(28, 38, 58, 0.08);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 14px;
  --shell: min(1180px, calc(100vw - 32px));
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(201, 243, 106, 0.18), transparent 24rem),
    radial-gradient(circle at 96% 22%, rgba(35, 74, 120, 0.10), transparent 28rem),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
}

.shell {
  width: var(--shell);
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  color: var(--white);
  background: var(--navy);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.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;
}

.disclosure-bar {
  color: #ecf2fb;
  background: var(--navy);
  font-size: 0.86rem;
}

.disclosure-bar__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.disclosure-bar a {
  color: var(--lime);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(23, 32, 51, 0.08);
  background: rgba(244, 240, 231, 0.92);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand__mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23, 45, 82, 0.18);
  border-radius: 12px;
  color: var(--navy);
  background: var(--lime);
  box-shadow: 4px 4px 0 var(--navy);
  font-weight: 900;
  letter-spacing: -0.05em;
}

.brand__copy {
  display: grid;
  gap: 1px;
}

.brand__copy strong {
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.brand__copy span {
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #334058;
  font-size: 0.92rem;
  font-weight: 650;
}

.site-nav a,
.mobile-nav a {
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.mobile-nav a:hover,
.mobile-nav a:focus-visible {
  color: var(--teal);
}

.menu-button {
  display: none;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: var(--paper-strong);
  cursor: pointer;
}

.mobile-nav {
  padding: 0 16px 18px;
  background: var(--paper);
}

.mobile-nav a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}

.hero {
  padding: 62px 0 28px;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 22px;
  align-items: stretch;
}

.hero__content,
.trust-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.hero__content {
  padding: clamp(30px, 6vw, 68px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(252, 253, 245, 0.90)),
    var(--paper-strong);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 12.5ch;
  margin-bottom: 22px;
  font-size: clamp(2.55rem, 5.4vw, 5.4rem);
  line-height: 0.98;
}

.hero h1 {
  max-width: 15ch;
  font-size: clamp(2.45rem, 4.7vw, 4.7rem);
}

h2 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 3.6vw, 3.3rem);
  line-height: 1.02;
}

h3 {
  letter-spacing: -0.02em;
}

.catalog-title {
  margin-bottom: 2px;
  font-family: inherit;
  font-size: 1.16rem;
  letter-spacing: -0.02em;
}

.hero__lead {
  max-width: 65ch;
  margin-bottom: 26px;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.hero__actions {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.search-box {
  max-width: 650px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(23, 45, 82, 0.18);
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow-small);
}

.search-box input {
  min-width: 0;
  min-height: 48px;
  padding: 0 14px;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
}

.search-box button {
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  color: var(--white);
  background: var(--navy);
  cursor: pointer;
}

.search-box:focus-within {
  border-color: var(--navy-2);
  box-shadow: 0 0 0 4px rgba(35, 74, 120, 0.12), var(--shadow-small);
}

.search-status {
  min-height: 1.4em;
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.hero__proof {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero__proof span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #425068;
  background: rgba(244, 240, 231, 0.58);
  font-size: 0.78rem;
  font-weight: 700;
}

.trust-panel {
  padding: 28px;
  color: var(--white);
  background:
    radial-gradient(circle at 90% 0, rgba(201, 243, 106, 0.28), transparent 38%),
    var(--navy);
}

.trust-panel__label {
  margin-bottom: 26px;
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trust-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.trust-row__icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--navy);
  background: var(--lime);
  font-size: 0.76rem;
  font-weight: 900;
}

.trust-row strong {
  display: block;
  margin-bottom: 4px;
}

.trust-row p {
  margin-bottom: 0;
  color: #bfc9d8;
  font-size: 0.9rem;
}

.section {
  padding: 44px 0;
}

.section--sponsored {
  padding-top: 36px;
}

.section--matcher {
  padding-top: 36px;
}

.section--fit {
  padding-top: 20px;
  padding-bottom: 20px;
}

.fit-shell {
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 92% 2%, rgba(201, 243, 106, 0.34), transparent 21rem),
    var(--paper-strong);
  box-shadow: var(--shadow);
}

.fit-heading {
  margin-bottom: 26px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.fit-heading h2 {
  max-width: 18ch;
  margin-bottom: 0;
}

.fit-heading__meta {
  min-width: 236px;
  padding: 14px 16px;
  display: grid;
  gap: 2px;
  border: 1px solid rgba(12, 121, 104, 0.2);
  border-radius: var(--radius-md);
  color: var(--teal);
  background: #f0faf6;
}

.fit-heading__meta span {
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.fit-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: 18px;
  align-items: stretch;
}

.fit-form,
.fit-result {
  min-width: 0;
  padding: 26px;
  border-radius: var(--radius-lg);
}

.fit-form {
  display: grid;
  gap: 20px;
  border: 1px solid var(--line);
  background: #f8f5ed;
}

.fit-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.fit-question {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.fit-question legend {
  margin-bottom: 9px;
  padding: 0;
  font-size: 0.9rem;
  font-weight: 850;
}

.fit-question__hint {
  margin: -3px 0 10px;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.fit-options {
  display: grid;
  gap: 8px;
}

.fit-options--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fit-options--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fit-option {
  min-width: 0;
  min-height: 52px;
  padding: 11px 12px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 9px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: #3c485e;
  background: var(--white);
  cursor: pointer;
}

.fit-option:has(input:checked) {
  border-color: var(--teal);
  box-shadow: 0 0 0 2px rgba(12, 121, 104, 0.12);
  background: #f0faf6;
}

.fit-option:focus-within {
  outline: 3px solid rgba(35, 74, 120, 0.14);
}

.fit-option input {
  margin: 3px 0 0;
  accent-color: var(--teal);
}

.fit-option span {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.fit-option strong {
  font-size: 0.83rem;
}

.fit-option small {
  color: var(--ink-soft);
  font-size: 0.72rem;
}

.fit-form > .button {
  justify-self: start;
}

.fit-privacy {
  margin: -11px 0 0;
  color: var(--ink-soft);
  font-size: 0.74rem;
}

.fit-privacy a,
.fit-result__cost a {
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fit-result {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 90% 5%, rgba(201, 243, 106, 0.26), transparent 18rem),
    var(--navy);
}

.fit-result::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.fit-result__empty,
.fit-result__content {
  position: relative;
  z-index: 1;
}

.fit-result__mark {
  width: 64px;
  height: 64px;
  margin-bottom: 34px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: var(--navy);
  background: var(--lime);
  box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.2);
  font-weight: 950;
}

.fit-result .eyebrow {
  color: var(--lime);
}

.fit-result h3 {
  max-width: 18ch;
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.8vw, 2.3rem);
  line-height: 1.04;
}

.fit-result__preview,
.fit-result__facts {
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.fit-result__preview li,
.fit-result__facts li {
  position: relative;
  padding-left: 22px;
  color: #cbd5e3;
  font-size: 0.88rem;
}

.fit-result__preview li::before,
.fit-result__facts li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--lime);
  font-weight: 900;
}

.fit-result__facts .fit-fact--caution::before {
  content: "!";
  color: #ffd89a;
}

.fit-result__facts .fit-fact--fail::before {
  content: "×";
  color: #ffb9c0;
}

.fit-result__content > p {
  color: #cbd5e3;
}

.fit-result__tier {
  margin-bottom: 14px;
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--navy);
  background: var(--lime);
  font-size: 0.74rem;
  font-weight: 900;
}

.fit-result[data-tier="caution"] .fit-result__tier,
.fit-result[data-tier="outside"] .fit-result__tier {
  color: #56320b;
  background: #ffd89a;
}

.fit-result[data-tier="stop"] .fit-result__tier {
  color: #651f27;
  background: #ffd8dc;
}

.fit-result__cost {
  margin-top: 20px;
  padding: 14px 15px;
  border: 1px solid rgba(201, 243, 106, 0.34);
  border-radius: 13px;
  color: #e8f0dc;
  background: rgba(201, 243, 106, 0.1);
  font-size: 0.84rem;
}

.fit-result__cost strong {
  color: var(--lime);
}

.fit-result__actions {
  margin-top: 20px;
  display: grid;
  gap: 13px;
  justify-items: start;
}

.fit-result .text-link {
  color: var(--white);
}

.fit-result > [data-fit-content] > [data-fit-others] {
  margin-top: 20px;
}

.fit-result__disclaimer {
  margin: 20px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.74rem;
}

.matcher-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(520px, 1.3fr);
  gap: 54px;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  color: var(--white);
  background: var(--navy);
  box-shadow: var(--shadow);
}

.matcher-intro h2 {
  max-width: 13ch;
}

.matcher-intro > p:not(.eyebrow) {
  max-width: 56ch;
  color: #c4cedc;
}

.matcher-intro .eyebrow,
.matcher-intro .text-link {
  color: var(--lime);
}

.matcher-panel {
  padding: 22px;
  border-radius: var(--radius-lg);
  color: var(--ink);
  background: var(--paper-strong);
}

.matcher-form {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(190px, 1.1fr) auto;
  gap: 12px;
  align-items: end;
}

.matcher-form .field {
  gap: 7px;
}

.money-input {
  position: relative;
  display: block;
}

.money-input input {
  width: 100%;
  padding-right: 48px;
}

.money-input > span {
  position: absolute;
  right: 14px;
  top: 50%;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 800;
  transform: translateY(-50%);
}

.matcher-note {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.matcher-results {
  margin-top: 16px;
  padding: 24px 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--paper-strong);
  box-shadow: var(--shadow-small);
}

.matcher-results__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.matcher-results__head h3,
.matcher-results__head p {
  margin-bottom: 0;
}

.matcher-results__head h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
}

.matcher-results__head > p {
  color: var(--ink-soft);
  font-weight: 750;
}

.matcher-results__list {
  display: grid;
}

.matcher-result {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.matcher-result--sponsored {
  margin: 12px -12px 0;
  padding: 18px 12px;
  border: 1px solid rgba(185, 106, 22, 0.26);
  border-radius: var(--radius-md);
  background: #fff7e8;
}

.matcher-result__label {
  margin: 12px 0 0;
  color: #8a520e;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.matcher-result__label--organic {
  color: var(--ink-soft);
}

.matcher-result__copy h4 {
  margin: 7px 0 2px;
  font-size: 1.1rem;
}

.matcher-result__copy p,
.matcher-results__footnote {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.matcher-result__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.matcher-results__footnote {
  margin-top: 14px;
}

.section-heading {
  margin-bottom: 24px;
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.55fr);
  gap: 42px;
  align-items: end;
}

.section-heading__note {
  margin-bottom: 10px;
  padding-left: 18px;
  border-left: 3px solid var(--lime-strong);
  color: var(--ink-soft);
}

.featured-offer {
  overflow: hidden;
  border: 2px solid var(--navy);
  border-radius: var(--radius-xl);
  background: var(--paper-strong);
  box-shadow: 8px 8px 0 var(--lime), var(--shadow);
}

.featured-offer__brand,
.featured-offer__footer {
  padding: 26px 30px;
}

.featured-offer__brand {
  display: flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.featured-offer__brand > div {
  min-width: 0;
}

.featured-offer h3 {
  margin: 7px 0 2px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.featured-offer__brand p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.company-logo {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--white);
  background: var(--navy);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.company-logo--pc {
  width: 72px;
  height: 72px;
  color: var(--navy);
  background: var(--lime);
  box-shadow: 4px 4px 0 var(--navy);
  font-size: 1.1rem;
}

.company-logo--finbert { background: #5f51b7; }
.company-logo--ewa { background: #7b3f71; }
.company-logo--sos { background: #d34338; }
.company-logo--cash { background: #0c7968; }

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.badge,
.data-state {
  min-width: 0;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.badge--sponsored {
  color: #7d430b;
  background: #fff0d3;
}

.badge--verified {
  color: #075c4e;
  background: #dff7ee;
}

.term-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #f8f5ed;
}

.term-grid > div {
  min-height: 116px;
  padding: 24px 30px;
  border-right: 1px solid var(--line);
}

.term-grid > div:last-child {
  border-right: 0;
}

.term-grid span,
.offer-card__terms span,
.source-score span {
  display: block;
  margin-bottom: 7px;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.term-grid strong {
  font-size: 1.18rem;
}

.featured-offer__decision {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) 1fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.source-score,
.compact-list {
  padding: 24px 30px;
}

.source-score {
  border-right: 1px solid var(--line);
  background: rgba(201, 243, 106, 0.18);
}

.source-score strong {
  display: block;
  margin-bottom: 2px;
  font-size: 1.8rem;
}

.source-score small {
  color: var(--ink-soft);
}

.compact-list {
  margin: 0;
  display: grid;
  gap: 9px;
  list-style: none;
}

.compact-list li {
  position: relative;
  padding-left: 20px;
  color: #3f4b61;
}

.compact-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--amber);
  transform: translateY(-50%);
}

.featured-offer__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.source-links,
.cta-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.source-links a,
.offer-card__links > a:not(.button),
.review-card a {
  color: var(--teal);
  font-size: 0.86rem;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible,
.filter-chip:hover,
.filter-chip:focus-visible {
  transform: translateY(-2px);
}

.button--primary {
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 12px 28px rgba(23, 45, 82, 0.20);
}

.button--primary:hover,
.button--primary:focus-visible {
  background: var(--navy-2);
}

.button--small {
  min-height: 42px;
  padding: 0 16px;
  color: var(--white);
  background: var(--navy);
  font-size: 0.82rem;
}

.button--dark {
  color: var(--navy);
  background: var(--lime);
}

.text-link {
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.text-link--arrow::after {
  content: " →";
}

.filter-bar {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.filter-group,
.review-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-chip {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #39465d;
  background: var(--paper-strong);
  font-size: 0.82rem;
  font-weight: 750;
  cursor: pointer;
  transition: transform 160ms ease, color 160ms ease, background 160ms ease;
}

.filter-chip.is-active {
  color: var(--white);
  background: var(--navy);
}

.sort-control {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 700;
}

.sort-control select {
  min-width: 0;
  max-width: 100%;
  min-height: 42px;
  padding: 0 34px 0 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  background: var(--paper-strong);
}

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

.offer-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 253, 248, 0.92);
  box-shadow: var(--shadow-small);
}

.offer-card[hidden],
.review-card[hidden] {
  display: none;
}

.offer-card__head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
}

.offer-card__head h3 {
  margin-bottom: 2px;
  font-size: 1.16rem;
}

.offer-card__head p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.76rem;
}

.data-state {
  color: #075c4e;
  background: #dff7ee;
}

.data-state--warning {
  color: #7d430b;
  background: #fff0d3;
}

.offer-card__terms {
  margin: 20px 0 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.offer-card__terms > div {
  padding: 16px 0;
}

.offer-card__terms > div + div {
  padding-left: 18px;
  border-left: 1px solid var(--line);
}

.offer-card__warning {
  min-height: 48px;
  margin-bottom: 18px;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.offer-card__cost {
  margin: -6px 0 18px;
  padding: 10px 12px;
  border-left: 3px solid var(--teal);
  color: var(--ink-soft);
  background: #f2f8f5;
  font-size: 0.8rem;
}

.offer-card__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.empty-state {
  padding: 28px;
  border: 1px dashed var(--line);
  border-radius: var(--radius-lg);
  text-align: center;
  color: var(--ink-soft);
}

.section--reviews {
  background: var(--paper-strong);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.review-toolbar {
  margin-bottom: 18px;
}

.review-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.review-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.review-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-small);
}

.review-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--ink-soft);
  font-size: 0.74rem;
}

.review-card h3 {
  margin: 22px 0 10px;
  font-size: 1.05rem;
}

.review-card p {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.review-card a {
  margin-top: auto;
}

.review-cta {
  margin-top: 18px;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-radius: var(--radius-lg);
  color: var(--white);
  background: var(--navy);
}

.review-cta h3 {
  margin-bottom: 6px;
  font-size: 1.4rem;
}

.review-cta p {
  max-width: 70ch;
  margin-bottom: 0;
  color: #bfcbda;
}

.section--method {
  padding-top: 58px;
  padding-bottom: 76px;
}

.method-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: start;
}

.method-grid > div > p:not(.eyebrow) {
  color: var(--ink-soft);
}

.method-list {
  margin: 0;
  padding: 0;
  display: grid;
  border-top: 1px solid var(--line);
  list-style: none;
}

.method-list li {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.method-list li > span {
  color: var(--teal);
  font-size: 1.25rem;
  font-weight: 900;
}

.method-list strong {
  display: block;
  margin-bottom: 3px;
}

.method-list p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.rating-hero {
  background:
    radial-gradient(circle at 92% 8%, rgba(201, 243, 106, 0.32), transparent 26rem),
    var(--paper-strong);
}

.rating-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rating-legend span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  background: var(--white);
  font-size: 0.8rem;
}

.rating-legend strong {
  color: var(--teal);
}

.ranking-list {
  display: grid;
  gap: 14px;
}

.ranking-card {
  display: grid;
  grid-template-columns: 72px 1fr 112px;
  gap: 22px;
  align-items: start;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper-strong);
  box-shadow: var(--shadow-small);
}

.ranking-card--leader {
  border: 2px solid var(--navy);
  box-shadow: 6px 6px 0 var(--lime), var(--shadow);
}

.ranking-card--unrated {
  border-style: dashed;
  box-shadow: none;
}

.ranking-card__position,
.ranking-card__score {
  display: grid;
  justify-items: center;
}

.ranking-card__position span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  line-height: 1;
}

.ranking-card__position small,
.ranking-card__score span {
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: 0.7rem;
}

.ranking-card__title {
  display: flex;
  gap: 14px;
  align-items: center;
}

.ranking-card__title h2 {
  margin: 5px 0 0;
  font-family: inherit;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.ranking-card__title p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.ranking-card__score {
  min-height: 100px;
  place-content: center;
  border-radius: 18px;
  color: var(--navy);
  background: var(--lime);
}

.ranking-card__score strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.45rem;
  line-height: 1;
}

.ranking-card__score--watch {
  background: #ffe4b6;
}

.ranking-card__score--none {
  color: var(--ink-soft);
  background: #ece9e2;
}

.score-breakdown {
  margin: 18px 0 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.score-breakdown span {
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink-soft);
  background: var(--white);
  font-size: 0.74rem;
}

.score-breakdown strong {
  color: var(--ink);
}

.ranking-card__why {
  margin-bottom: 14px;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.site-footer {
  padding: 48px 0 26px;
  color: #eaf0f8;
  background: #101c32;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr;
  gap: 52px;
}

.site-footer__grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.brand--footer {
  margin-bottom: 10px;
}

.brand--footer .brand__copy span,
.site-footer p,
.site-footer__grid a {
  color: #aeb9ca;
}

.site-footer__grid a:hover,
.site-footer__grid a:focus-visible {
  color: var(--lime);
}

.site-footer__legal {
  margin-top: 38px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__legal p {
  margin-bottom: 0;
  font-size: 0.78rem;
}

/* Inner pages */
.inner-hero {
  padding: 56px 0 30px;
}

.inner-hero__panel {
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--paper-strong);
  box-shadow: var(--shadow);
}

.inner-hero h1 {
  max-width: 16ch;
  font-size: clamp(2.5rem, 5vw, 4.7rem);
}

.breadcrumbs {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 26px;
  align-items: start;
}

.content-stack {
  min-width: 0;
  display: grid;
  gap: 18px;
}

.content-card,
.sidebar-card,
.review-form-card {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper-strong);
  box-shadow: var(--shadow-small);
}

.content-card h2,
.review-form-card h2 {
  font-size: 2rem;
}

.sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 14px;
}

.sidebar-card h3 {
  margin-bottom: 12px;
}

.source-register {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.source-register th,
.source-register td {
  padding: 13px 10px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.source-register th {
  color: var(--ink-soft);
  font-size: 0.74rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.source-register a {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rating-breakdown {
  display: grid;
  gap: 14px;
}

.rating-row {
  display: grid;
  grid-template-columns: minmax(130px, 0.8fr) 1fr minmax(96px, auto);
  gap: 12px;
  align-items: center;
  font-size: 0.86rem;
}

.rating-track {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #e6e3dc;
}

.rating-track span {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--teal);
}

.review-form {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.review-form__grid {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.field > span,
.range-field > span {
  font-size: 0.84rem;
  font-weight: 750;
}

.field input,
.field select,
.field textarea {
  min-width: 0;
  max-width: 100%;
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 11px;
  color: var(--ink);
  background: var(--white);
}

.field textarea {
  min-height: 130px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 3px solid rgba(35, 74, 120, 0.14);
  border-color: var(--navy-2);
}

.range-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.range-field {
  padding: 14px;
  display: grid;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.range-field output {
  color: var(--teal);
  font-weight: 900;
}

.check-field {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.form-note,
.form-status {
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.form-status {
  min-height: 1.4em;
  margin-bottom: 0;
}

.field--trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.reader-reviews {
  display: grid;
  gap: 12px;
}

.reader-review {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
}

.reader-review > p {
  margin: 14px 0 0;
}

.reader-review__scores {
  color: var(--teal);
  font-size: 0.8rem;
  font-weight: 800;
}

button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.admin-login {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 14px;
  align-items: end;
}

.admin-login .form-status {
  grid-column: 1 / -1;
}

.admin-queue {
  display: grid;
  gap: 14px;
}

.admin-review > p {
  margin-top: 16px;
}

.admin-review__actions {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.admin-review__reason {
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--white);
}

.notice {
  padding: 18px;
  border-left: 4px solid var(--amber);
  border-radius: 0 12px 12px 0;
  color: #69410f;
  background: #fff4df;
}

.policy-list {
  margin: 0;
  padding-left: 22px;
  display: grid;
  gap: 11px;
}

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

.rubric-grid section {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
}

.rubric-grid h3 {
  margin-bottom: 12px;
  font-size: 1rem;
}

@media (max-width: 1040px) {
  .hero__grid,
  .section-heading--split,
  .method-grid,
  .content-grid,
  .matcher-layout {
    grid-template-columns: 1fr;
  }

  .matcher-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .term-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .term-grid > div:nth-child(2) {
    border-right: 0;
  }

  .term-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ranking-card {
    grid-template-columns: 58px 1fr;
  }

  .ranking-card__score {
    grid-column: 1;
    grid-row: 2;
    min-height: 82px;
  }

  .ranking-card__main {
    grid-column: 2;
  }

  .sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .disclosure-bar__inner {
    padding: 8px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .site-nav {
    display: none;
  }

  .menu-button {
    display: inline-flex;
    align-items: center;
  }

  .hero {
    padding-top: 28px;
  }

  .hero__content,
  .trust-panel {
    border-radius: 24px;
  }

  .fit-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .fit-heading__meta {
    min-width: 0;
  }

  .fit-layout,
  .fit-options--two,
  .fit-options--three {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: none;
  }

  .search-box {
    grid-template-columns: 1fr;
  }

  .search-box button {
    width: 100%;
  }

  .featured-offer {
    border-radius: 22px;
    box-shadow: 4px 4px 0 var(--lime), var(--shadow-small);
  }

  .featured-offer__brand {
    align-items: flex-start;
  }

  .sort-control {
    width: 100%;
  }

  .sort-control select {
    flex: 1;
  }

  .term-grid,
  .featured-offer__decision,
  .offer-grid,
  .review-grid,
  .site-footer__grid,
  .review-form__grid,
  .range-grid,
  .sidebar,
  .rubric-grid {
    grid-template-columns: 1fr;
  }

  .matcher-layout {
    gap: 28px;
    padding: 24px;
    border-radius: 24px;
  }

  .matcher-form {
    grid-template-columns: 1fr;
  }

  .admin-login {
    grid-template-columns: 1fr;
  }

  .matcher-result {
    grid-template-columns: auto 1fr;
  }

  .ranking-card {
    grid-template-columns: 1fr;
  }

  .ranking-card__position,
  .ranking-card__score,
  .ranking-card__main {
    grid-column: auto;
    grid-row: auto;
  }

  .ranking-card__position {
    justify-items: start;
  }

  .ranking-card__score {
    min-height: 86px;
  }

  .matcher-result__actions {
    grid-column: 1 / -1;
    justify-content: space-between;
  }

  .term-grid > div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .term-grid > div:last-child {
    border-bottom: 0;
  }

  .source-score {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .featured-offer__footer,
  .filter-bar,
  .review-cta,
  .site-footer__legal {
    align-items: stretch;
    flex-direction: column;
  }

  .source-links,
  .cta-group,
  .hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cta-group .button,
  .review-cta .button,
  .hero__actions .button {
    width: 100%;
  }

  .filter-group,
  .review-toolbar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sort-control {
    justify-content: space-between;
  }

  .offer-card__head {
    grid-template-columns: auto 1fr;
  }

  .data-state {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .review-card {
    min-height: 230px;
  }

  .rating-row {
    grid-template-columns: 1fr auto;
  }

  .rating-track {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 460px) {
  :root {
    --shell: min(100% - 22px, 1180px);
  }

  .brand__copy span {
    display: none;
  }

  .hero__content,
  .trust-panel,
  .fit-shell,
  .fit-form,
  .fit-result,
  .featured-offer__brand,
  .featured-offer__footer,
  .source-score,
  .compact-list,
  .offer-card,
  .review-card,
  .content-card,
  .sidebar-card,
  .review-form-card {
    padding: 20px;
  }

  .filter-group,
  .review-toolbar {
    grid-template-columns: 1fr;
  }

  .filter-chip {
    width: 100%;
  }

  .offer-card__links {
    align-items: stretch;
    flex-direction: column;
  }

  .matcher-layout,
  .matcher-panel,
  .matcher-results {
    padding: 20px;
  }

  .fit-form__grid {
    grid-template-columns: 1fr;
  }

  .fit-form > .button,
  .fit-result__actions,
  .fit-result__actions .button,
  .fit-result > [data-fit-content] > [data-fit-others] {
    width: 100%;
  }

  .matcher-results__head,
  .matcher-result__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button--small {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
