:root {
  --navy: #172438;
  --blue: #1373e6;
  --muted: #f6f8fb;
  --line: #dce4ef;
  --green: #e5f6ed;
  --greenText: #087443;
}

/* Editorial transparency and trust pages */
.editorial-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 34px;
  border: 1px solid #dce4ef;
  border-radius: 8px;
  overflow: hidden;
  background: #dce4ef;
}
.editorial-meta > div,
.editorial-meta > p {
  margin: 0;
  background: #fff;
  padding: 15px 18px;
}
.editorial-meta > div {
  display: grid;
  gap: 4px;
}
.editorial-meta span {
  color: #6a7688;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.editorial-meta a,
.editorial-meta b,
.editorial-meta time {
  color: #1f3048;
  font-size: 12px;
  font-weight: 800;
}
.editorial-meta > p {
  grid-column: 1 / -1;
  color: #536178;
  font-size: 12px;
  line-height: 1.65;
}
.editorial-meta > p a {
  color: #1267df;
}
.pdp-evidence-note {
  padding-left: 14px;
  border-left: 3px solid #1267df;
}
.pdp-feedback-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
  margin-top: 22px;
}
.pdp-feedback-grid article {
  border-top: 1px solid #dce4ef;
  padding-top: 16px;
}
.pdp-feedback-grid h3 {
  margin: 0 0 8px;
  color: #26354b;
  font-size: 15px;
}
.pdp-feedback-grid p {
  margin: 0;
  color: #536178;
  font-size: 13px;
  line-height: 1.7;
}
.trust-page {
  background: #fff;
}
.trust-hero {
  border-bottom: 1px solid #dce4ef;
  background: #f6f8fb;
}
.trust-hero .home-wrap {
  padding-block: 54px;
}
.trust-hero h1 {
  max-width: 760px;
  margin: 8px 0 14px;
  color: #13243c;
  font-size: 42px;
  line-height: 1.08;
}
.trust-hero p:last-child {
  max-width: 760px;
  margin: 0;
  color: #536178;
  font-size: 16px;
  line-height: 1.7;
}
.trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 70px;
  align-items: start;
  padding-block: 58px 80px;
}
.trust-copy {
  max-width: 820px;
}
.trust-copy h2 {
  margin: 34px 0 10px;
  color: #1f3048;
  font-size: 22px;
}
.trust-copy h2:first-child {
  margin-top: 0;
}
.trust-copy p {
  margin: 0 0 18px;
  color: #536178;
  font-size: 14px;
  line-height: 1.8;
}
.trust-copy a,
.contact-form a {
  color: #1267df;
  font-weight: 700;
}
.trust-nav {
  border: 1px solid #dce4ef;
  border-radius: 8px;
  padding: 20px;
}
.trust-nav h2 {
  margin: 0 0 12px;
  color: #26354b;
  font-size: 15px;
}
.trust-nav a {
  display: block;
  border-top: 1px solid #e7ecf3;
  padding: 10px 0;
  color: #536178;
  font-size: 12px;
  font-weight: 700;
}
.contact-form {
  position: relative;
  display: grid;
  gap: 16px;
  border: 1px solid #dce4ef;
  border-radius: 8px;
  padding: 24px;
}
.contact-form label {
  display: grid;
  gap: 7px;
  color: #26354b;
  font-size: 12px;
  font-weight: 800;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #cfd8e6;
  border-radius: 6px;
  padding: 11px 12px;
  color: #26354b;
  font: inherit;
  line-height: 1.45;
}
.contact-form textarea {
  resize: vertical;
}
.contact-form button {
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  background: #1267df;
  color: #fff;
  font-weight: 800;
}
.contact-form small,
.form-notice {
  color: #68768a;
  font-size: 11px;
  line-height: 1.6;
}
.form-notice {
  margin: 0;
  border-left: 3px solid #1267df;
  padding: 10px 12px;
  background: #f5f8fc;
}
.form-notice.error {
  border-left-color: #c43c3c;
}
.contact-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 720px) {
  .editorial-meta,
  .pdp-feedback-grid,
  .trust-layout {
    grid-template-columns: 1fr;
  }
  .editorial-meta > p {
    grid-column: auto;
  }
  .trust-hero .home-wrap {
    padding-block: 38px;
  }
  .trust-hero h1 {
    font-size: 32px;
  }
  .trust-layout {
    gap: 34px;
    padding-block: 40px 56px;
  }
  .contact-form {
    padding: 18px;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #fff;
  color: var(--navy);
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
}

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

.topbar {
  background: #29394f;
  color: #fff;
}

.topbar-inner,
.wrap,
.disclosure {
  max-width: 1160px;
  margin: auto;
}

.topbar-inner {
  height: 56px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0 18px;
}

.logo {
  font-weight: 900;
  font-size: 18px;
}

.logo span {
  color: #61a7ff;
}

.top-search {
  display: flex;
  gap: 6px;
  flex: 1;
  max-width: 430px;
}

.top-search input {
  width: 100%;
  border: 0;
  border-radius: 5px;
  padding: 9px 12px;
}

.top-search button,
.primary-cta {
  border: 0;
  background: var(--blue);
  color: #fff;
  border-radius: 7px;
  padding: 10px 16px;
  font-weight: 800;
}

.topbar nav {
  margin-left: auto;
  display: flex;
  gap: 24px;
  font-size: 13px;
}

.disclosure {
  padding: 12px 18px;
  color: #5d6a7f;
  font-size: 13px;
  border-bottom: 1px solid var(--line);
}

.wrap {
  padding: 24px 18px;
}

.meta {
  display: flex;
  gap: 18px;
  color: #69768a;
  font-size: 12px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}

.hero h1 {
  font-size: 38px;
  line-height: 1.06;
  margin: 18px 0 8px;
}

.hero p {
  margin: 0;
  color: #536178;
  max-width: 760px;
}

.tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 22px 0;
}

.tabs a {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 13px;
  background: #fff;
}

.guide-layout {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 22px;
}

.filters {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  height: max-content;
  position: sticky;
  top: 74px;
}

.filters h3 {
  margin: 0 0 12px;
}

.filters p {
  margin: 18px 0 8px;
  color: #69768a;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
}

.filters label {
  display: block;
  margin: 8px 0;
  color: #40506b;
  font-size: 13px;
}

.product-card {
  display: grid;
  grid-template-columns: 46px 180px minmax(0, 1fr) 150px;
  gap: 17px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  margin-bottom: 12px;
  padding: 14px;
  box-shadow: 0 8px 24px rgba(23, 36, 56, 0.06);
}

.rank {
  color: #99a5b6;
  font-weight: 900;
}

.image-link img,
.product-card img {
  width: 180px;
  height: 130px;
  object-fit: contain;
}

.award {
  display: inline-block;
  background: var(--green);
  color: var(--greenText);
  border-radius: 5px;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-info h2 {
  font-size: 18px;
  line-height: 1.2;
  margin: 9px 0 3px;
}

.brand {
  font-size: 12px;
  color: #68768a;
  margin: 0 0 8px;
}

.product-info h3 {
  font-size: 13px;
  margin: 8px 0 5px;
}

.product-info ul {
  margin: 0;
  padding-left: 18px;
  color: #40506b;
  font-size: 13px;
  line-height: 1.55;
}

.deal-box {
  background: #f3f8ff;
  text-align: center;
  border-radius: 8px;
  padding: 14px 10px;
}

.deal-box strong {
  display: block;
  color: #075eb8;
  font-size: 30px;
}

.deal-box span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #40506b;
  margin: 2px 0 13px;
}

.deal-box a,
.related a {
  display: block;
  background: var(--blue);
  color: #fff;
  border-radius: 7px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 900;
}

.glance,
.related,
.signup {
  margin-top: 30px;
}

.glance h2,
.related h2 {
  font-size: 22px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--line);
  background: #fff;
}

th,
td {
  border-bottom: 1px solid #edf1f6;
  padding: 11px;
  text-align: left;
  font-size: 13px;
}

th {
  background: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  color: #5f6d82;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.related article {
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 15px;
  text-align: center;
}

.related img {
  height: 116px;
  width: 100%;
  object-fit: contain;
}

.related h3 {
  font-size: 14px;
  min-height: 48px;
}

.signup {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 22px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

.signup input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px;
}

.signup button {
  margin-top: 8px;
  background: var(--blue);
  border: 0;
  color: white;
  border-radius: 7px;
  padding: 11px 16px;
  font-weight: 800;
}

.footer {
  background: #142235;
  color: #fff;
  margin-top: 0;
  padding: 0;
}

.footer-inner {
  width: min(100% - 40px, 1360px);
  margin: 0 auto;
  padding: 54px 0 46px;
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(150px, 1fr));
  gap: 56px;
}

.footer h3 {
  margin: 3px 0 18px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 17px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.footer-logo span {
  color: #5aa1ff;
}

.footer-brand > p {
  max-width: 330px;
  margin: 0 0 22px;
  color: #b9c6d7;
  font-size: 14px;
  line-height: 1.7;
}

.footer-links {
  display: grid;
  gap: 11px;
}

.footer-links a {
  display: block;
  width: fit-content;
  color: #c7d2e0;
  font-size: 13px;
  line-height: 1.4;
  transition: color 160ms ease;
}

.footer-links a:hover,
.footer-search-link:hover {
  color: #fff;
}

.footer-search-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7db7ff;
  font-size: 13px;
  font-weight: 800;
}

.footer-bottom {
  width: min(100% - 40px, 1360px);
  margin: 0 auto;
  padding: 20px 0 24px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid #334155;
}

.footer-bottom p {
  margin: 0;
  color: #91a0b5;
  font-size: 11px;
  line-height: 1.5;
}

.footer-bottom p:last-child {
  max-width: 580px;
  text-align: right;
}

.breadcrumb {
  color: var(--blue);
  font-weight: 800;
}

.product-hero {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 34px;
  margin-top: 20px;
  align-items: center;
}

.product-hero img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.product-hero h1 {
  font-size: 36px;
  line-height: 1.1;
}

.product-hero p {
  color: #536178;
  line-height: 1.7;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 28px;
}

.two-col div {
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 20px;
}

.two-col li {
  margin: 9px 0;
  color: #40506b;
}

.empty-page {
  min-height: 50vh;
}

@media (max-width: 900px) {
  .topbar nav {
    display: none;
  }

  .guide-layout,
  .product-hero,
  .two-col,
  .signup {
    grid-template-columns: 1fr;
  }

  .filters {
    display: none;
  }

  .product-card {
    grid-template-columns: 36px 120px 1fr;
  }

  .image-link img,
  .product-card img {
    width: 120px;
  }

  .deal-box {
    grid-column: 2 / 4;
  }

  .related-grid {
    grid-template-columns: 1fr;
  }

  .footer {
    display: block;
  }

  .hero h1 {
    font-size: 31px;
  }
}

/* TopFiveFind homepage refresh */
.tff-topbar {
  background: rgba(255, 255, 255, 0.97);
  color: #0f172a;
  border-bottom: 1px solid #dbe3e8;
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}
.tff-topbar .topbar-inner {
  max-width: 1240px;
  min-height: 72px;
  height: auto;
}
.tff-topbar .logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0f172a;
  font-size: 21px;
}
.tff-topbar .logo::before {
  content: "5";
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 6px;
  background: #1267df;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}
.tff-topbar .logo span {
  color: #1267df;
}
.tff-topbar .top-search input {
  border: 1px solid #dbe3e8;
}
.tff-topbar nav a {
  color: #526071;
  font-weight: 700;
}
.tff-home {
  --tff-ink: #0f172a;
  --tff-muted: #526071;
  --tff-line: #dbe3e8;
  --tff-soft: #f4f8f7;
  --tff-teal: #0f766e;
  --tff-gold: #f2c94c;
  background: #fff;
  color: var(--tff-ink);
}
.tff-wrap {
  max-width: 1240px;
  margin: auto;
  padding-inline: 22px;
}
.tff-hero {
  background: linear-gradient(180deg, #f6fbfa 0%, #fff 74%);
  border-bottom: 1px solid var(--tff-line);
}
.tff-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(340px, 0.97fr);
  gap: 42px;
  padding-block: 54px 60px;
}
.tff-pill {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 12px;
  border: 1px solid #a7d8d2;
  border-radius: 999px;
  background: #fff;
  color: var(--tff-teal);
  font-size: 14px;
  font-weight: 800;
}
.tff-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--tff-ink);
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.03;
  letter-spacing: 0;
}
.tff-lede {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--tff-muted);
  font-size: 18px;
  line-height: 1.75;
}
.tff-search {
  display: flex;
  max-width: 680px;
  margin-top: 28px;
  padding: 8px;
  gap: 8px;
  border: 1px solid var(--tff-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}
.tff-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0 14px;
  font-size: 16px;
}
.tff-search button,
.tff-actions a,
.tff-picks article > a,
.tff-final a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.tff-search button {
  border: 0;
  padding-inline: 22px;
  background: var(--tff-ink);
  color: #fff;
}
.tff-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.tff-actions a {
  padding-inline: 18px;
  border: 1px solid #bfccd6;
  background: #fff;
}
.tff-actions .tff-gold {
  border-color: var(--tff-gold);
  background: var(--tff-gold);
}
.tff-hero-panel,
.tff-card,
.tff-picks article,
.tff-guides article,
.tff-method-cards article,
.tff-latest a {
  border: 1px solid var(--tff-line);
  border-radius: 10px;
  background: #fff;
}
.tff-hero-panel {
  padding: 18px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}
.tff-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.tff-panel-head strong {
  display: block;
  color: var(--tff-teal);
}
.tff-panel-head span {
  color: var(--tff-muted);
  font-size: 14px;
}
.tff-panel-head em {
  padding: 5px 10px;
  border-radius: 999px;
  background: #f1f5f9;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}
.tff-hero-panel article {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  padding: 12px;
  border: 1px solid #edf1f4;
  border-radius: 8px;
}
.tff-hero-panel article + article {
  margin-top: 12px;
}
.tff-hero-panel img {
  width: 86px;
  height: 74px;
  object-fit: contain;
}
.tff-hero-panel b,
.tff-picks b {
  color: #a15d07;
  font-size: 12px;
  text-transform: uppercase;
}
.tff-hero-panel h2 {
  margin: 5px 0 0;
  font-size: 16px;
  line-height: 1.3;
}
.tff-hero-panel p,
.tff-card p,
.tff-picks p,
.tff-guides p,
.tff-section-head p,
.tff-method p {
  color: var(--tff-muted);
  line-height: 1.65;
}
.tff-disclosure {
  margin: 18px 0 0;
  padding: 13px 16px;
  border: 1px solid #f0d48a;
  border-radius: 8px;
  background: #fff8df;
  color: #614200;
  font-size: 14px;
  line-height: 1.6;
}
.tff-section {
  padding-block: 58px;
}
.tff-muted {
  background: #f6f8f8;
  border-block: 1px solid var(--tff-line);
}
.tff-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.tff-section-head span,
.tff-method span,
.tff-final span {
  color: var(--tff-teal);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}
.tff-section-head h2,
.tff-method h2,
.tff-final h2 {
  max-width: 820px;
  margin: 8px 0 0;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.12;
}
.tff-section-head > a,
.tff-guides a,
.tff-table-wrap a {
  color: var(--tff-teal);
  font-weight: 800;
  text-decoration: none;
}
.tff-category-grid,
.tff-picks {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.tff-card {
  padding: 20px;
  color: inherit;
  text-decoration: none;
}
.tff-card h3,
.tff-picks h3,
.tff-guides h3 {
  margin: 0 0 10px;
  color: var(--tff-ink);
}
.tff-card strong {
  color: var(--tff-teal);
  font-size: 14px;
}
.tff-picks article {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.tff-picks img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  padding: 12px;
}
.tff-picks article > *:not(img) {
  margin-inline: 16px;
}
.tff-picks b {
  margin-top: 8px;
}
.tff-picks h3 {
  font-size: 17px;
  line-height: 1.35;
}
.tff-picks p,
.tff-picks li {
  font-size: 14px;
}
.tff-picks ul {
  padding-left: 18px;
  color: var(--tff-ink);
}
.tff-picks article > a {
  margin-top: auto;
  margin-bottom: 16px;
  background: var(--tff-ink);
  color: #fff;
}
.tff-guides,
.tff-method-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.tff-guides article,
.tff-method-cards article {
  padding: 22px;
}
.tff-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--tff-line);
  border-radius: 10px;
}
.tff-table-wrap table {
  min-width: 850px;
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.tff-table-wrap th {
  background: var(--tff-ink);
  color: #fff;
  text-align: left;
}
.tff-table-wrap th,
.tff-table-wrap td {
  padding: 16px;
  border-bottom: 1px solid var(--tff-line);
}
.tff-method {
  background: #f6fbfa;
  border-block: 1px solid var(--tff-line);
}
.tff-method-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 34px;
}
.tff-latest {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.tff-latest a {
  padding: 18px 20px;
  font-weight: 750;
}
.tff-final {
  background: var(--tff-ink);
  color: #fff;
}
.tff-final .tff-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-block: 48px;
}
.tff-final span {
  color: var(--tff-gold);
}
.tff-final h2 {
  color: #fff;
}
.tff-final p {
  max-width: 700px;
  color: #cbd5e1;
}
.tff-final a {
  flex: 0 0 auto;
  padding-inline: 22px;
  background: #fff;
}
@media (max-width: 1020px) {
  .tff-hero-grid,
  .tff-method-grid {
    grid-template-columns: 1fr;
  }
  .tff-category-grid,
  .tff-picks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tff-guides,
  .tff-method-cards {
    grid-template-columns: 1fr;
  }
  .tff-topbar nav {
    display: none;
  }
}
@media (max-width: 640px) {
  .tff-wrap {
    padding-inline: 16px;
  }
  .tff-hero-grid {
    padding-block: 34px 42px;
  }
  .tff-search,
  .tff-section-head,
  .tff-final .tff-wrap {
    display: block;
  }
  .tff-search input {
    min-height: 44px;
  }
  .tff-search button {
    width: 100%;
  }
  .tff-category-grid,
  .tff-picks,
  .tff-latest {
    grid-template-columns: 1fr;
  }
  .tff-section {
    padding-block: 42px;
  }
  .tff-final a {
    margin-top: 18px;
  }
}

/* Product-list homepage inspired by compact comparison sites */
.tff-disclosure-bar {
  border-bottom: 1px solid #e5eaf1;
  background: #f8fafc;
  color: #536178;
  font-size: 12px;
}
.tff-disclosure-bar .tff-wrap {
  padding-block: 9px;
}
.tff-listing-page .tff-wrap,
.tff-disclosure-bar .tff-wrap {
  max-width: 1360px;
}
.tff-listing-page {
  background: #fff;
  min-height: 100vh;
}
.tff-list-head {
  padding-block: 15px 9px;
}
.tff-list-head h1 {
  margin: 0 0 4px;
  color: #172438;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: 0;
}
.tff-intro {
  margin: 0 0 13px;
  color: #526071;
  font-size: 14px;
}
.tff-head-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5eaf1;
  color: #6a7688;
  font-size: 12px;
}
.tff-chip-row {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.tff-chip-row a {
  border: 1px solid #dce4ef;
  border-radius: 6px;
  background: #fff;
  color: #40506b;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
}
.tff-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding: 11px 0 2px;
}
.tff-benefits > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tff-benefits i {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border-radius: 50%;
  background: #eef5ff;
  color: #1267df;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}
.tff-benefits span,
.tff-benefits small {
  display: block;
}
.tff-benefits b {
  color: #172438;
  font-size: 12px;
}
.tff-benefits small {
  margin-top: 2px;
  color: #7a8798;
  font-size: 10px;
}
.tff-product-shell {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding-top: 7px;
}
.tff-sidebar {
  position: sticky;
  top: 88px;
  display: grid;
  gap: 10px;
}
.tff-side-card {
  border: 1px solid #dce4ef;
  border-radius: 7px;
  background: #fff;
  padding: 14px;
  box-shadow: 0 8px 22px rgba(23, 36, 56, 0.04);
}
.tff-side-card h3 {
  margin: 0 0 10px;
  font-size: 14px;
}
.tff-side-card a,
.tff-side-card label {
  display: block;
  margin: 7px 0;
  color: #40506b;
  font-size: 12px;
  font-weight: 650;
}
.tff-side-card a.active {
  margin-inline: -7px;
  border-radius: 6px;
  background: #edf4ff;
  color: #0b63ce;
  padding: 9px 10px;
}
.tff-side-card p {
  margin: 13px 0 7px;
  color: #69768a;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
.tff-product-list {
  display: grid;
  gap: 9px;
}
.tff-product-row {
  display: grid;
  grid-template-columns: 42px 190px minmax(0, 1fr) 174px;
  gap: 14px;
  align-items: center;
  border: 1px solid #dce4ef;
  border-radius: 7px;
  background: #fff;
  min-height: 154px;
  padding: 10px 12px 10px 8px;
  box-shadow: 0 4px 14px rgba(23, 36, 56, 0.06);
}
.tff-rank span {
  display: grid;
  place-items: center;
  width: 42px;
  min-height: 54px;
  border-radius: 0 5px 5px 0;
  background: #1267df;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}
.tff-product-image img {
  width: 190px;
  height: 132px;
  object-fit: contain;
  display: block;
}
.tff-product-main h2 {
  margin: 0 0 4px;
  color: #172438;
  font-size: 16px;
  line-height: 1.2;
}
.tff-brandline {
  margin: 0 0 5px;
  color: #6a7688;
  font-size: 12px;
  font-weight: 700;
}
.tff-product-main strong {
  color: #172438;
  font-size: 11px;
}
.tff-product-main ul {
  margin: 3px 0 0;
  padding-left: 18px;
  color: #40506b;
  font-size: 11px;
  line-height: 1.35;
}
.tff-product-main li::marker {
  color: #0aa36e;
}
.tff-more {
  display: inline-flex;
  margin-top: 4px;
  color: #0b63ce;
  font-size: 10px;
  font-weight: 800;
}
.tff-score-box {
  border-radius: 6px;
  background: #f4f8ff;
  padding: 9px 10px;
  text-align: center;
}
.tff-score-box em {
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 4px;
  background: #e4f6ec;
  color: #07804b;
  padding: 4px 7px;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}
.tff-score {
  color: #075eb8;
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
}
.tff-score-box span {
  display: block;
  color: #172438;
  font-size: 10px;
  font-weight: 800;
}
.stars {
  margin: 3px 0 7px;
  color: #ffad1f;
  font-size: 11px;
  letter-spacing: 1px;
}
.tff-score-box a,
.tff-similar a {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #1683f7;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}
.tff-score-box > small {
  display: block;
  margin-top: 5px;
  color: #738096;
  font-size: 9px;
}
.tff-specs {
  display: flex;
  margin-top: 5px;
  border: 1px solid #e3e9f1;
  border-radius: 5px;
  overflow: hidden;
}
.tff-specs span {
  min-width: 78px;
  flex: 1;
  padding: 4px 7px;
  border-right: 1px solid #e3e9f1;
  text-align: center;
}
.tff-specs span:last-child {
  border-right: 0;
}
.tff-specs small,
.tff-specs b {
  display: block;
  white-space: nowrap;
}
.tff-specs small {
  color: #7a8798;
  font-size: 8px;
}
.tff-specs b {
  margin-top: 1px;
  color: #344258;
  font-size: 9px;
}
.tff-lower-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 22px;
  padding-block: 24px;
}
.tff-lower-grid > * {
  min-width: 0;
}
.tff-lower-grid h2,
.tff-similar h2,
.tff-signup h2 {
  margin: 0 0 14px;
  color: #172438;
  font-size: 22px;
}
.tff-glance,
.tff-how-rank {
  border: 1px solid #dce4ef;
  border-radius: 10px;
  background: #fff;
}
.tff-glance {
  overflow-x: auto;
}
.tff-glance table {
  min-width: 680px;
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.tff-glance th,
.tff-glance td {
  border-bottom: 1px solid #e5eaf1;
  padding: 9px 12px;
  text-align: left;
}
.tff-glance th {
  background: #f6f8fb;
  color: #526071;
}
.tff-how-rank {
  padding: 18px;
}
.tff-how-rank p {
  color: #536178;
  font-size: 13px;
  line-height: 1.6;
}
.tff-how-rank ol {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}
.tff-how-rank li {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  border-top: 1px solid #e5eaf1;
  font-size: 13px;
}
.tff-similar {
  padding-block: 18px 34px;
}
.tff-similar > div {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.tff-similar article {
  border: 1px solid #dce4ef;
  border-radius: 10px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 8px 22px rgba(23, 36, 56, 0.04);
}
.tff-similar img {
  width: 100%;
  height: 105px;
  object-fit: contain;
}
.tff-similar h3 {
  min-height: 47px;
  margin: 8px 0 4px;
  color: #172438;
  font-size: 12px;
  line-height: 1.3;
}
.tff-similar p {
  margin: 0 0 8px;
  color: #075eb8;
  font-size: 13px;
  font-weight: 900;
}
.tff-signup {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: center;
  padding-block: 24px 42px;
}
.tff-signup form {
  display: flex;
  gap: 8px;
}
.tff-signup input {
  min-width: 0;
  flex: 1;
  border: 1px solid #dce4ef;
  border-radius: 7px;
  padding: 11px 12px;
}
.tff-signup button {
  border: 0;
  border-radius: 7px;
  background: #1683f7;
  color: #fff;
  padding: 0 18px;
  font-weight: 850;
}
.tff-guide-content {
  margin-top: 38px;
  border-block: 1px solid #dce4ef;
  background: #f6f8fb;
}
.tff-guide-content .tff-wrap {
  padding-block: 56px;
}
.tff-guide-content h2 {
  margin: 7px 0 12px;
  font-size: 30px;
}
.tff-guide-lede {
  max-width: 800px;
  margin: 0;
  color: #536178;
  font-size: 14px;
  line-height: 1.7;
}
.tff-guide-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}
.tff-guide-points article {
  border-top: 2px solid #1267df;
  padding-top: 16px;
}
.tff-guide-points b {
  color: #1267df;
  font-size: 11px;
}
.tff-guide-points h3 {
  margin: 8px 0;
  font-size: 16px;
}
.tff-guide-points p,
.tff-guide-faq p {
  margin: 0;
  color: #59687d;
  font-size: 12px;
  line-height: 1.65;
}
.tff-guide-faq {
  max-width: 900px;
  margin-top: 46px;
}
.tff-guide-faq h2 {
  font-size: 22px;
}
.tff-guide-faq details {
  border-bottom: 1px solid #d6dfeb;
  padding: 16px 0;
}
.tff-guide-faq summary {
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}
.tff-guide-faq details p {
  margin-top: 9px;
}
@media (max-width: 1060px) {
  .tff-guide-points {
    grid-template-columns: 1fr 1fr;
  }
  .tff-product-shell,
  .tff-lower-grid,
  .tff-signup {
    grid-template-columns: 1fr;
  }
  .tff-sidebar {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tff-product-row {
    grid-template-columns: 46px 160px minmax(0, 1fr) 150px;
  }
  .tff-product-image img {
    width: 160px;
  }
  .tff-similar > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .tff-guide-points {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .tff-guide-content h2 {
    font-size: 25px;
  }
  body {
    overflow-x: hidden;
  }
  .tff-topbar .topbar-inner {
    min-height: 62px;
    gap: 9px;
    padding-inline: 14px;
  }
  .tff-topbar .logo {
    flex: 0 0 auto;
    gap: 6px;
    font-size: 18px;
  }
  .tff-topbar .logo::before {
    width: 27px;
    height: 27px;
  }
  .tff-topbar .top-search {
    display: none;
  }
  .tff-topbar .top-search input {
    min-width: 0;
    padding-inline: 9px;
  }
  .tff-topbar .top-search button {
    padding-inline: 11px;
  }
  .tff-list-head h1 {
    font-size: 30px;
  }
  .tff-benefits {
    grid-template-columns: 1fr 1fr;
    gap: 12px 10px;
  }
  .tff-sidebar {
    display: none;
  }
  .tff-product-row {
    display: block;
    position: relative;
    width: 100%;
    min-width: 0;
    padding: 12px;
  }
  .tff-product-main,
  .tff-product-main h2,
  .tff-product-main p,
  .tff-product-main li,
  .candidate-guide .catalog-hero h1,
  .candidate-guide .catalog-hero p {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .tff-rank {
    position: absolute;
    top: 72px;
    left: 8px;
    z-index: 1;
  }
  .tff-product-image {
    display: block;
  }
  .tff-product-image img {
    width: 100%;
    height: 175px;
  }
  .tff-score-box {
    margin-top: 12px;
  }
  .tff-specs {
    max-width: 100%;
    overflow-x: auto;
  }
  .tff-similar > div {
    grid-template-columns: 1fr 1fr;
  }
  .tff-signup form {
    flex-direction: column;
  }
}

/* Discovery homepage and expanded product details */
.home-v2,
.pdp,
.search-page {
  color: #152238;
}
.home-wrap,
.pdp-wrap {
  width: min(1360px, calc(100% - 44px));
  margin-inline: auto;
}
.home-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
  background-color: #eef2f4;
  background-image: url('/assets/images/home-hero-v1.webp');
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid #dce4ef;
}
.home-hero-overlay {
  width: 100%;
}
.home-hero .home-wrap {
  padding-block: 70px;
}
.home-eyebrow,
.home-section-head p,
.home-method > .home-wrap > div:first-child > p,
.home-newsletter p,
.pdp-kicker {
  margin: 0 0 9px;
  color: #1267df;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.home-hero h1 {
  max-width: 620px;
  margin: 0;
  color: #132238;
  font-size: 58px;
  line-height: 1.02;
}
.home-hero-copy {
  max-width: 600px;
  margin: 18px 0 22px;
  color: #344258;
  font-size: 18px;
  line-height: 1.55;
}
.home-search {
  display: flex;
  width: min(620px, 100%);
  min-height: 52px;
  border: 1px solid #cfd9e7;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(23, 36, 56, 0.11);
  overflow: hidden;
}
.home-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  padding: 0 17px;
  color: #172438;
  font: inherit;
  outline: 0;
}
.home-search button {
  width: 112px;
  border: 0;
  background: #1267df;
  color: #fff;
  font-weight: 900;
}
.home-hero-actions {
  display: flex;
  gap: 11px;
  margin-top: 16px;
}
.home-primary,
.home-secondary {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  padding: 0 17px;
  font-size: 13px;
  font-weight: 900;
}
.home-primary {
  background: #132238;
  color: #fff;
}
.home-secondary {
  border: 1px solid #bfcbd9;
  background: rgba(255, 255, 255, 0.86);
  color: #132238;
}
.home-band {
  border-bottom: 1px solid #dce4ef;
  background: #fff;
}
.home-intro-grid {
  display: grid;
  grid-template-columns: 120px 165px 150px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding-block: 22px;
}
.home-intro-grid > div {
  border-right: 1px solid #dce4ef;
}
.home-intro-grid strong,
.home-intro-grid span {
  display: block;
}
.home-intro-grid strong {
  color: #1267df;
  font-size: 25px;
}
.home-intro-grid span {
  color: #536178;
  font-size: 11px;
  font-weight: 800;
}
.home-intro-grid > p {
  margin: 0;
  color: #536178;
  font-size: 13px;
  line-height: 1.55;
}
.home-section {
  padding-block: 62px;
}
.home-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.home-section-head h2,
.home-method h2,
.home-newsletter h2,
.pdp h2 {
  margin: 0;
  color: #152238;
  font-size: 31px;
  line-height: 1.12;
}
.home-section-head > a,
.home-text-link,
.home-guide-card a,
.home-method a,
.pdp-related article a {
  color: #1267df;
  font-size: 13px;
  font-weight: 900;
}
.home-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.home-category-card,
.home-guide-card,
.home-find-card,
.pdp-related article {
  border: 1px solid #dce4ef;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(23, 36, 56, 0.05);
}
.home-category-image {
  display: block;
  background: #f7f9fc;
}
.home-category-image img {
  width: 100%;
  height: 176px;
  object-fit: contain;
  padding: 15px;
}
.home-category-card > div {
  padding: 16px;
}
.home-category-card h3,
.home-guide-card h3,
.home-find-card h3,
.pdp-related article h3 {
  margin: 0;
  color: #172438;
  font-size: 16px;
  line-height: 1.28;
}
.home-category-card p {
  min-height: 58px;
  margin: 8px 0 13px;
  color: #66748a;
  font-size: 12px;
  line-height: 1.55;
}
.home-guides-band {
  background: #f5f8fc;
  border-block: 1px solid #dce4ef;
}
.home-guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.home-guide-card img {
  width: 100%;
  height: 205px;
  object-fit: contain;
  background: #fff;
  padding: 16px;
}
.home-guide-card > div {
  padding: 16px;
}
.home-guide-card > div > span,
.home-find-card > span,
.pdp-related article > span {
  display: inline-block;
  margin-bottom: 8px;
  border-radius: 4px;
  background: #e9f7ef;
  color: #087443;
  padding: 5px 8px;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}
.home-guide-card p {
  min-height: 38px;
  margin: 8px 0 13px;
  color: #66748a;
  font-size: 12px;
  line-height: 1.5;
}
.home-find-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
}
.home-find-card {
  position: relative;
  padding: 15px;
}
.home-find-rank {
  position: absolute;
  top: 14px;
  left: 14px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 6px;
  background: #1267df;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}
.home-find-card img {
  width: 100%;
  height: 165px;
  object-fit: contain;
}
.home-find-card h3 {
  min-height: 61px;
}
.home-find-card p {
  margin: 7px 0 12px;
  color: #6a7688;
  font-size: 11px;
}
.home-find-card > a {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #1267df;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}
.home-method {
  padding-block: 66px;
  background: #152238;
  color: #fff;
}
.home-method-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 70px;
  align-items: start;
}
.home-method h2,
.home-method h3 {
  color: #fff;
}
.home-method > .home-wrap > div:first-child > p:first-child {
  color: #69a7ff;
}
.home-method > .home-wrap > div:first-child > p:not(:first-child) {
  color: #c7d1df;
  line-height: 1.7;
}
.home-method a {
  color: #85b8ff;
}
.home-method-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 34px;
}
.home-method-points article {
  border-top: 1px solid #536178;
  padding-top: 16px;
}
.home-method-points b {
  color: #69a7ff;
  font-size: 12px;
}
.home-method-points h3 {
  margin: 7px 0;
  font-size: 16px;
}
.home-method-points p {
  margin: 0;
  color: #b7c3d2;
  font-size: 12px;
  line-height: 1.6;
}
.home-newsletter {
  border-bottom: 1px solid #dce4ef;
  background: #eaf2ff;
}
.home-newsletter .home-wrap {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 40px;
  align-items: center;
  padding-block: 42px;
}
.home-newsletter form {
  display: flex;
  min-height: 46px;
}
.home-newsletter input {
  min-width: 0;
  flex: 1;
  border: 1px solid #bfcbd9;
  border-radius: 7px 0 0 7px;
  padding-inline: 14px;
}
.home-newsletter button {
  border: 0;
  border-radius: 0 7px 7px 0;
  background: #1267df;
  color: #fff;
  padding-inline: 19px;
  font-weight: 900;
}

.pdp {
  background: #fff;
}
.pdp-breadcrumb {
  display: flex;
  gap: 8px;
  padding-block: 18px;
  color: #6a7688;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
}
.pdp-breadcrumb > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
.pdp-hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  gap: 58px;
  align-items: center;
  padding-block: 24px 54px;
}
.pdp-image {
  min-width: 0;
  border: 1px solid #dce4ef;
  border-radius: 8px;
  background: #f8fafc;
  padding: 28px;
  text-align: center;
}
.pdp-image img {
  width: 100%;
  height: 410px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.pdp-image small {
  display: block;
  margin-top: 10px;
  color: #7a8798;
  font-size: 10px;
}
.pdp-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.pdp-label-row span {
  border-radius: 4px;
  background: #e9f7ef;
  color: #087443;
  padding: 6px 9px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
.pdp-label-row em {
  color: #7a8798;
  font-size: 10px;
  font-style: normal;
}
.pdp-summary h1 {
  margin: 14px 0 8px;
  color: #152238;
  font-size: 39px;
  line-height: 1.1;
}
.pdp-brand {
  margin: 0 0 16px;
  color: #647187;
  font-size: 13px;
}
.pdp-score {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 16px;
}
.pdp-score > b {
  color: #1267df;
  font-size: 34px;
}
.pdp-score span,
.pdp-score small {
  display: block;
}
.pdp-score strong {
  font-size: 12px;
}
.pdp-score small {
  color: #7a8798;
  font-size: 10px;
}
.pdp-lede {
  color: #526071;
  font-size: 14px;
  line-height: 1.65;
}
.pdp-highlights {
  margin: 16px 0 20px;
  padding-left: 19px;
  color: #344258;
  font-size: 12px;
  line-height: 1.7;
}
.pdp-highlights li::marker {
  color: #0aa36e;
}
.pdp-cta {
  display: inline-flex;
  min-width: 230px;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 7px;
  background: #1267df;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}
.pdp-note {
  display: block;
  margin-top: 9px;
  color: #7a8798;
  font-size: 10px;
}
.pdp-facts {
  border-block: 1px solid #dce4ef;
  background: #f6f8fb;
}
.pdp-facts .pdp-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.pdp-facts .pdp-wrap > div {
  padding: 18px 20px;
  border-right: 1px solid #dce4ef;
}
.pdp-facts .pdp-wrap > div:last-child {
  border-right: 0;
}
.pdp-facts span,
.pdp-facts b {
  display: block;
}
.pdp-facts span {
  margin-bottom: 4px;
  color: #7a8798;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}
.pdp-facts b {
  color: #26354b;
  font-size: 12px;
}
.pdp-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 52px;
  padding-block: 62px;
}
.pdp-main-copy > p:not(.pdp-kicker) {
  color: #536178;
  font-size: 14px;
  line-height: 1.75;
}
.pdp-main-copy h2 + p {
  margin-top: 15px;
}
.pdp-main-copy h2:not(:first-of-type) {
  margin-top: 36px;
}
.pdp-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}
.pdp-feature-grid article {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  border-top: 1px solid #dce4ef;
  padding-top: 12px;
}
.pdp-feature-grid b {
  color: #1267df;
  font-size: 11px;
}
.pdp-feature-grid p {
  margin: 0;
  color: #44536a;
  font-size: 12px;
  line-height: 1.55;
}
.pdp-buy-box {
  height: max-content;
  border: 1px solid #dce4ef;
  border-radius: 8px;
  background: #f8fafc;
  padding: 22px;
}
.pdp-buy-box h2 {
  font-size: 17px;
}
.pdp-buy-box h2:not(:first-child) {
  margin-top: 24px;
}
.pdp-buy-box ul {
  margin: 11px 0 0;
  padding-left: 18px;
  color: #526071;
  font-size: 12px;
  line-height: 1.65;
}
.pdp-questions {
  border-block: 1px solid #dce4ef;
  background: #f5f8fc;
}
.pdp-questions .pdp-wrap {
  padding-block: 54px;
}
.pdp-faq {
  margin-top: 20px;
  border-top: 1px solid #dce4ef;
}
.pdp-faq details {
  border-bottom: 1px solid #dce4ef;
  padding: 17px 0;
}
.pdp-faq summary {
  color: #172438;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}
.pdp-faq p {
  max-width: 880px;
  margin: 10px 0 0;
  color: #5a687d;
  font-size: 12px;
  line-height: 1.65;
}
.pdp-related {
  padding-block: 56px 68px;
}
.pdp-related > div:last-child {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.pdp-related article {
  padding: 14px;
}
.pdp-related article img {
  width: 100%;
  height: 155px;
  object-fit: contain;
}
.pdp-related article h3 {
  min-height: 61px;
  margin-bottom: 12px;
}
.search-page {
  padding-block: 54px 70px;
}
.search-page h1 {
  margin: 0 0 20px;
  font-size: 42px;
}
.search-count {
  margin: 20px 0;
  color: #66748a;
  font-size: 13px;
}
.search-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.search-empty {
  grid-column: 1 / -1;
  border-top: 1px solid #dce4ef;
  padding-block: 30px;
}
.search-guide-grid {
  display: grid;
  gap: 14px;
  max-width: 980px;
}
.search-guide-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 18px;
  border: 1px solid #dce4ef;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(20, 44, 82, 0.06);
}
.search-guide-image {
  display: block;
  border-right: 1px solid #e4eaf2;
  padding-right: 18px;
}
.search-guide-image img {
  display: block;
  width: 100%;
  height: 155px;
  object-fit: contain;
}
.search-guide-card > div > span,
.search-guide-card small {
  color: #687991;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.search-guide-card h2 {
  margin: 6px 0 7px;
  font-size: 22px;
  line-height: 1.2;
}
.search-guide-card h2 a {
  color: #102440;
  text-decoration: none;
}
.search-guide-card p {
  margin: 0 0 10px;
  color: #52637b;
  line-height: 1.6;
}
.search-guide-card small {
  display: block;
  margin-bottom: 13px;
  color: #31815f;
  text-transform: none;
}
.search-guide-link {
  color: #0866df;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

/* Scalable catalog and guide directory */
.catalog-page {
  background: #fff;
}
.catalog-breadcrumb {
  display: flex;
  gap: 9px;
  align-items: center;
  padding-block: 18px;
  color: #708097;
  font-size: 12px;
}
.catalog-breadcrumb a {
  color: #176bd8;
  font-weight: 750;
}
.catalog-hero {
  border-block: 1px solid #dce4ef;
  background: #f4f8fd;
}
.catalog-hero .home-wrap {
  padding-block: 50px;
}
.catalog-hero h1 {
  max-width: 900px;
  margin: 7px 0 12px;
  color: #11243f;
  font-size: 42px;
  line-height: 1.08;
}
.catalog-hero p:last-child {
  max-width: 790px;
  margin: 0;
  color: #57667b;
  font-size: 15px;
  line-height: 1.7;
}
.catalog-department-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-block: 48px 72px;
}
.catalog-department-card,
.catalog-subcategory-card,
.catalog-featured-guides article,
.catalog-topic-list article {
  border: 1px solid #dce4ef;
  border-radius: 7px;
  background: #fff;
}
.catalog-department-card {
  display: flex;
  min-height: 275px;
  flex-direction: column;
  padding: 22px;
}
.catalog-department-card span,
.catalog-subcategory-card > span,
.catalog-featured-guides article > span,
.catalog-topic-list article > span {
  color: #247053;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}
.catalog-department-card h2,
.catalog-subcategory-card h2 {
  margin: 7px 0 14px;
  color: #172942;
  font-size: 20px;
  line-height: 1.25;
}
.catalog-mini-links {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
}
.catalog-mini-links a {
  width: fit-content;
  color: #5b6b81;
  font-size: 12px;
}
.catalog-mini-links a:hover {
  color: #1267df;
}
.catalog-card-cta,
.catalog-subcategory-card > a,
.catalog-featured-guides article > a,
.catalog-topic-list article > a {
  display: inline-flex;
  width: fit-content;
  gap: 7px;
  margin-top: auto;
  color: #1267df;
  font-size: 12px;
  font-weight: 850;
}
.catalog-featured-guides,
.catalog-subcategories,
.catalog-products,
.catalog-topic-list {
  padding-block: 50px;
}
.catalog-featured-guides > div:last-child,
.catalog-subcategories > div:last-child {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
.catalog-featured-guides article,
.catalog-topic-list article {
  display: flex;
  min-height: 215px;
  flex-direction: column;
  padding: 20px;
}
.catalog-featured-guides h3,
.catalog-topic-list h2 {
  margin: 8px 0;
  color: #162943;
  font-size: 18px;
  line-height: 1.3;
}
.catalog-featured-guides article p,
.catalog-topic-list article p,
.catalog-subcategory-card p {
  color: #5b697d;
  font-size: 12px;
  line-height: 1.65;
}
.catalog-subcategory-card {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  padding: 20px;
}
.catalog-products {
  padding-bottom: 72px;
}
.catalog-topic-list > div:last-child {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.catalog-process {
  border-block: 1px solid #dce4ef;
  background: #f6f8fb;
}
.catalog-process .home-wrap {
  padding-block: 52px;
}
.catalog-process h2 {
  margin: 0 0 26px;
  font-size: 28px;
}
.catalog-process .home-wrap > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.catalog-process article {
  border-top: 2px solid #1267df;
  padding-top: 15px;
}
.catalog-process article b,
.candidate-checks b {
  color: #1267df;
  font-size: 11px;
}
.catalog-process h3,
.candidate-checks h3 {
  margin: 8px 0;
  font-size: 16px;
}
.catalog-process p,
.candidate-checks p,
.candidate-framework > div:first-child > p:last-child {
  margin: 0;
  color: #59687d;
  font-size: 12px;
  line-height: 1.65;
}
.candidate-framework {
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
  gap: 58px;
  padding-block: 58px;
}
.candidate-products {
  padding-block: 8px 20px;
}
.candidate-products .tff-product-list {
  width: 100%;
}
.candidate-framework h2 {
  margin: 8px 0 13px;
  font-size: 28px;
}
.candidate-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.candidate-checks article {
  border-top: 1px solid #cfd9e6;
  padding-top: 14px;
}
.candidate-related {
  border-top: 1px solid #dce4ef;
  padding-block: 46px 68px;
}
.candidate-related h2 {
  margin: 0 0 18px;
  font-size: 23px;
}
.candidate-related > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
}
.candidate-related a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #e2e8f0;
  padding: 12px 0;
  color: #1f579c;
  font-size: 13px;
  font-weight: 750;
}

@media (max-width: 1060px) {
  .catalog-department-grid,
  .catalog-featured-guides > div:last-child,
  .catalog-subcategories > div:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-inner {
    grid-template-columns: 1.35fr 1fr 1fr;
    gap: 38px;
  }
  .footer-inner > section:last-child {
    grid-column: 2 / 4;
  }
  .home-category-grid,
  .home-find-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .home-guide-grid,
  .pdp-related > div:last-child,
  .search-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-intro-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .home-intro-grid > p {
    grid-column: 1 / -1;
  }
  .pdp-hero {
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    gap: 32px;
  }
  .pdp-summary h1 {
    font-size: 32px;
  }
}

@media (max-width: 720px) {
  .catalog-hero .home-wrap {
    padding-block: 38px;
  }
  .catalog-hero h1 {
    font-size: 32px;
  }
  .catalog-department-grid,
  .catalog-featured-guides > div:last-child,
  .catalog-subcategories > div:last-child,
  .catalog-topic-list > div:last-child,
  .catalog-process .home-wrap > div,
  .candidate-framework,
  .candidate-checks,
  .candidate-related > div {
    grid-template-columns: 1fr;
  }
  .catalog-department-card,
  .catalog-subcategory-card,
  .catalog-featured-guides article,
  .catalog-topic-list article {
    min-height: 0;
  }
  .catalog-department-card,
  .catalog-subcategory-card {
    padding: 18px;
  }
  .catalog-card-cta,
  .catalog-subcategory-card > a,
  .catalog-featured-guides article > a,
  .catalog-topic-list article > a {
    margin-top: 15px;
  }
  .candidate-framework {
    gap: 34px;
    padding-block: 44px;
  }
  .footer-inner {
    width: min(100% - 30px, 1360px);
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px;
    padding-block: 42px 34px;
  }
  .footer-brand,
  .footer-inner > section:last-child {
    grid-column: 1 / -1;
  }
  .footer-bottom {
    width: min(100% - 30px, 1360px);
    display: grid;
    gap: 8px;
  }
  .footer-bottom p:last-child {
    text-align: left;
  }
  .home-wrap,
  .pdp-wrap {
    width: min(100% - 30px, 1360px);
  }
  .home-hero {
    min-height: 560px;
    align-items: end;
    background-position: left center;
  }
  .home-hero .home-wrap {
    padding-block: 38px;
  }
  .home-hero h1 {
    max-width: 330px;
    font-size: 40px;
  }
  .home-hero-copy {
    max-width: 345px;
    font-size: 15px;
  }
  .home-search {
    min-height: 48px;
  }
  .home-search button {
    width: 86px;
  }
  .home-hero-actions {
    flex-wrap: wrap;
  }
  .home-intro-grid,
  .home-category-grid,
  .home-guide-grid,
  .home-find-grid,
  .home-method-grid,
  .home-newsletter .home-wrap,
  .pdp-hero,
  .pdp-content-grid,
  .pdp-related > div:last-child,
  .search-grid {
    grid-template-columns: 1fr;
  }
  .home-intro-grid {
    gap: 13px;
  }
  .home-intro-grid > div {
    border-right: 0;
    border-bottom: 1px solid #dce4ef;
    padding-bottom: 9px;
  }
  .home-section {
    padding-block: 44px;
  }
  .home-section-head {
    display: block;
  }
  .home-section-head > a {
    display: inline-flex;
    margin-top: 12px;
  }
  .home-category-card p,
  .home-guide-card p,
  .home-find-card h3 {
    min-height: 0;
  }
  .home-method {
    padding-block: 50px;
  }
  .home-method-grid {
    gap: 38px;
  }
  .home-method-points {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .home-newsletter .home-wrap {
    gap: 20px;
  }
  .home-newsletter form {
    min-width: 0;
  }
  .pdp-hero {
    gap: 26px;
    padding-block: 8px 38px;
  }
  .pdp-image {
    padding: 18px;
  }
  .pdp-image img {
    height: 285px;
  }
  .pdp-summary h1 {
    font-size: 29px;
  }
  .pdp-label-row {
    align-items: flex-start;
  }
  .pdp-facts .pdp-wrap {
    grid-template-columns: 1fr 1fr;
  }
  .pdp-facts .pdp-wrap > div:nth-child(2) {
    border-right: 0;
  }
  .pdp-facts .pdp-wrap > div:nth-child(-n + 2) {
    border-bottom: 1px solid #dce4ef;
  }
  .pdp-content-grid {
    gap: 34px;
    padding-block: 44px;
  }
  .pdp-feature-grid {
    grid-template-columns: 1fr;
  }
  .pdp-related article h3 {
    min-height: 0;
  }
  .search-page h1 {
    font-size: 34px;
  }
  .search-guide-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .search-guide-image {
    border-right: 0;
    border-bottom: 1px solid #e4eaf2;
    padding: 0 0 14px;
  }
  .search-guide-image img {
    height: 190px;
  }
}
