@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/roboto-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/roboto-500.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/roboto-600.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/roboto-700.ttf') format('truetype');
}

:root {
  --ink: #333333;
  --ink-soft: #666666;
  --ink-faint: #999999;
  --blue: #1b7dd8;
  --blue-deep: #073967;
  --blue-pale: #f8fcff;
  --orange: #ed8b16;
  --gold: #f4ae24;
  --paper: #ffffff;
  --mist: #f5f6f7;
  --line: #e4e4e4;
  --shadow: 0 2px 5px rgb(0 0 0 / 8%), 0 4px 10px rgb(0 0 0 / 8%), 0 8px 16px rgb(0 0 0 / 8%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.gtm-frame { display: none; visibility: hidden; }
.shell { width: min(1348px, 100%); margin: 0 auto; padding-inline: 24px; }

.site-header { height: 72px; border-bottom: 1px solid var(--line); background: rgb(255 255 255 / 96%); }
.header-inner { display: flex; width: min(1348px, 100%); height: 100%; margin: 0 auto; padding: 0 24px; align-items: center; justify-content: space-between; }
.brand { display: block; width: 272px; height: 50px; }
.brand img { width: 100%; height: 100%; }
.main-nav { display: flex; gap: 27px; align-items: center; font-size: 16px; }
.main-nav a, .main-nav span { color: var(--ink); text-decoration: none; }
.main-nav a:hover { color: var(--blue); }
.menu-toggle { display: none; }

.about-page { padding-top: 40px; padding-bottom: 60px; }
.about-content { width: 100%; }
.about-intro, .about-summary { margin: 0; font-size: 20px; line-height: 1.65; }
.about-intro { margin-bottom: 24px; }
.about-steps { display: grid; gap: 0; padding: 0; margin: 0 0 12px; list-style: none; counter-reset: about-step; }
.about-steps li { position: relative; padding: 0 0 12px 16px; counter-increment: about-step; font-size: 16px; line-height: 1.65; }
.about-steps li::before { position: absolute; top: 0; left: 0; content: counter(about-step) '.'; font-weight: 700; }
.about-steps strong, .about-summary { font-weight: 700; }

.ranking-page { padding-top: 40px; padding-bottom: 60px; }
.intro-copy { max-width: 1300px; padding-bottom: 24px; }
.eyebrow { margin: 0 0 8px; color: var(--blue); font-size: 13px; font-weight: 700; letter-spacing: .02em; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 1300px; margin-bottom: 24px; font-size: 40px; line-height: 1.35; letter-spacing: -.025em; }
.intro-copy > p:last-child { max-width: 1180px; margin-bottom: 0; font-size: 20px; line-height: 1.65; }
.ranking-list { display: grid; gap: 24px; margin-top: 0; }
.product-card { position: relative; background: var(--paper); }

.product-card--featured { overflow: visible; border: 4px solid var(--blue); border-radius: 16px; box-shadow: var(--shadow); }
.product-card--rank-one { margin-top: 40px; }
.best-badge { position: absolute; z-index: 1; top: -21px; left: -4px; display: flex; height: 50px; padding: 0 24px; align-items: center; border-radius: 25px 25px 25px 0; background: linear-gradient(90deg, #1b7dd8, #59afff); color: white; font-size: 18.764px; font-weight: 700; letter-spacing: .469px; line-height: 25.018px; }
.featured-label { display: flex; min-height: 108px; padding: 14px 24px; align-items: center; justify-content: center; gap: 10px; background: var(--blue); color: white; font-size: 52px; font-weight: 700; line-height: 1.1; }
.featured-label img { width: 86px; height: 80px; object-fit: contain; }
.featured-label > span { background: linear-gradient(90deg, #f9f7d6 0%, #ffebcc 29.187%, #cca46c 57.988%, #eeeccb 79.131%); -webkit-background-clip: text; background-clip: text; color: transparent; font-size: 48px; font-weight: 700; line-height: 1.35; text-shadow: 0 0 4px rgb(0 0 0 / 12%); }
.product-card--choice-callout { overflow: hidden; }
.product-card--choice-callout .featured-main { min-height: 506px; align-items: stretch; }
.product-card--choice-callout .product-details { padding-top: 16px; }
.product-card--choice-callout .score-panel--featured { min-height: 426px; }
.featured-main { display: grid; grid-template-columns: 268px 1px minmax(0, 434px) 389px; gap: 40px; padding: 40px; align-items: center; }
.product-media { display: flex; min-width: 0; flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
.offer-media-link, .aside-choice__media-link, .modal-product__media-link { display: block; }
.product-media > img:first-child, .product-media > .offer-media-link > img { width: 160px; height: 190px; object-fit: contain; mix-blend-mode: multiply; }
.product-media--featured > img:first-child, .product-media--featured > .offer-media-link > img { width: 268px; height: 326px; }
.product-logo { width: 268px; max-width: 100%; height: 65px; object-fit: contain; }
.product-divider { align-self: stretch; width: 1px; background: var(--line); }
.product-details { min-width: 0; }
.rank-marker { margin-bottom: 4px; color: var(--blue); font-size: 13px; font-weight: 700; letter-spacing: .03em; }
.product-details h2 { margin-bottom: 16px; font-size: 24px; font-weight: 600; line-height: 1.35; letter-spacing: -.02em; }
.offer-title-link { color: inherit; text-decoration: none; }
.product-card--featured .product-details h2 { font-size: 32px; }
.feature-list { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.product-card--featured .feature-list { width: 272px; max-width: 100%; }
.feature-list li { display: flex; gap: 8px; align-items: center; font-size: 16px; line-height: 1.35; letter-spacing: -.01em; }
.feature-list img { flex: 0 0 20px; width: 20px; height: 20px; }
.score-panel { display: flex; min-width: 0; min-height: 292px; padding: 24px 32px; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 12px; background: var(--blue-pale); text-align: center; }
.score-panel--featured { min-height: 402px; padding: 32px; }
.score-panel p { margin: 0; font-size: 14px; line-height: 16px; letter-spacing: .3px; }
.score-panel strong { color: var(--blue); font-size: 56px; font-weight: 700; letter-spacing: -.05em; line-height: .95; }
.score-panel--featured strong { font-size: 78px; }
.score-panel > span { color: var(--blue); font-size: 20px; font-weight: 500; line-height: 1.35; }
.score-panel--featured > span { font-size: 20px; }
.score-panel:not(.score-panel--featured) strong { color: var(--ink); }
.score-panel:not(.score-panel--featured) > span { color: var(--ink-soft); }
.stars { display: flex; gap: 2px; margin: 0; justify-content: center; }
.stars img { width: 24px; height: 24px; }
.score-panel--featured .stars img { width: 24px; height: 24px; }
.score-panel small { display: block; margin: 0; color: var(--ink-faint); font-size: 20px; line-height: 1.35; }
.score-panel .button { margin-top: 10px; }
.score-panel em { margin-top: 10px; color: #d94f3d; font-size: 14px; font-style: normal; font-weight: 500; line-height: 1.35; letter-spacing: -.4395px; }
.button { display: inline-flex; min-height: 50px; padding: 12px 22px; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 8px; font-size: 16px; font-weight: 600; line-height: 1.35; text-align: center; text-decoration: none; white-space: nowrap; transition: transform 160ms ease, filter 160ms ease; }
.button:hover { filter: brightness(.96); transform: translateY(-1px); }
.button:focus-visible, .main-nav a:focus-visible, .menu-toggle:focus-visible, .modal-close:focus-visible { outline: 3px solid rgb(27 125 216 / 38%); outline-offset: 3px; }
.button img { width: 18px; height: 18px; }
.button--deal { width: 100%; background: var(--orange); color: white; }
.button--deal img { filter: brightness(0) invert(1); }
.score-panel--featured .button--deal { min-height: 68px; padding: 20px 24px; border-radius: 12px; font-size: 20px; line-height: 28px; letter-spacing: .1996px; }
.button--quiet { width: auto; min-height: 54px; padding: 11px 48px; border: 2px solid var(--ink); border-radius: 8px; background: white; color: var(--ink); font-size: 20px; line-height: 28px; letter-spacing: .1996px; }
.button--quiet img { width: 20px; height: 20px; filter: brightness(0); }
.assurances { display: flex; height: 62px; min-height: 62px; padding: 16px 24px; align-items: center; justify-content: center; gap: 32px; border-top: 1px solid #d0e2f4; background: #e1effd; color: var(--ink); font-size: 22px; font-weight: 500; line-height: 1.35; letter-spacing: .47px; }
.assurances span { display: flex; align-items: center; gap: 8px; }
.assurances img { width: 24px; height: 24px; }

.product-card--standard { display: grid; grid-template-columns: 260px minmax(0, 1fr) 260px; min-height: 344px; padding: 24px; gap: 40px; align-items: center; border: 1px solid var(--line); border-radius: 16px; }
.product-card--standard .product-media { align-self: stretch; padding-right: 40px; align-items: flex-start; border-right: 1px solid var(--line); }
.product-card--standard .product-media > img:first-child { width: 220px; height: 220px; }
.product-card--standard .product-details { padding-right: 0; }
.product-card--standard .product-details h2 { margin-bottom: 18px; }
.product-card--standard .product-details h2 { font-size: 28px; }
.rank-number { position: absolute; z-index: 1; top: -1px; left: -1px; display: flex; min-width: 42px; padding: 8px 16px; align-items: center; justify-content: center; border-radius: 16px 0 16px 0; background: #252525; color: white; font-size: 18px; font-weight: 700; line-height: 1.35; letter-spacing: .4691px; }
.product-card--standard .score-panel { min-height: 292px; }

.review-section { padding: 60px 0; background: var(--mist); }
.review-layout { display: grid; grid-template-columns: minmax(0, 910px) 350px; gap: 40px; align-items: start; }
.review-article { padding: 0; }
.review-article h2 { margin-bottom: 24px; font-size: 32px; font-weight: 600; line-height: 1.35; letter-spacing: 0; }
.lead { margin-bottom: 24px; font-size: 20px; line-height: 1.65; }
.review-article p:not(.lead) { max-width: none; margin-bottom: 24px; font-size: 20px; line-height: 1.65; }
.article-offer { color: var(--blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px; }
.review-article h3 { margin: 0 0 24px; font-size: 26px; font-weight: 600; line-height: 1.35; }
.article-image { width: 100%; aspect-ratio: 910 / 512; height: auto; margin: 0 0 24px; border: 0; border-radius: 0; object-fit: cover; background: #e7e7e7; }
.article-points { display: grid; gap: 0; padding: 0; margin: 0; list-style: none; }
.article-points li { position: relative; padding: 0 0 24px 18px; font-size: 20px; line-height: 1.65; }
.article-points li::before { position: absolute; top: .625em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); content: ''; }
.button--article { width: 100%; min-height: 60px; padding: 16px 48px; border-radius: 8px; background: var(--orange); color: white; font-size: 20px; line-height: 28px; letter-spacing: .1996px; }
.button--article img { filter: brightness(0) invert(1); }
.review-aside { position: sticky; top: 24px; display: grid; gap: 40px; }
.evaluation-card { display: grid; gap: 10px; padding: 24px; border: 0; border-radius: 16px; background: white; box-shadow: 0 4px 16px rgb(0 0 0 / 10%); }
.evaluation-card h3 { margin: 0; font-size: 20px; font-weight: 600; line-height: 1.35; letter-spacing: -.1504px; }
.evaluation-card p { margin: 0; font-size: 14px; line-height: 1.35; letter-spacing: -.1504px; }
.dot-list { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; font-size: 16px; line-height: 1.35; letter-spacing: -.1504px; }
.dot-list li { display: flex; min-height: 22px; gap: 10px; align-items: center; line-height: 22px; }
.dot-list li::before { width: 8px; height: 8px; margin: 0; flex: 0 0 8px; border-radius: 100%; background: var(--blue); content: ''; }
.aside-choice { position: relative; display: flex; gap: 10px; padding: 32px 24px 24px; flex-direction: column; align-items: center; border: 4px solid var(--blue); border-radius: 16px; background: white; box-shadow: 0 4px 8px rgb(0 0 0 / 10%); }
.aside-choice > span { position: absolute; top: -25px; padding: 10px 24px; border-radius: 999px; background: var(--blue); color: white; font-size: 18px; font-weight: 600; line-height: 1.35; letter-spacing: -.1504px; }
.aside-choice__media-link > img { width: 197.486px; height: 240px; object-fit: contain; }
.aside-choice__logo { width: 234px; height: 57px; margin-top: 2px; object-fit: contain; }
.aside-score { display: flex; width: 100%; padding: 32px; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border-radius: 12px; text-align: center; }
.aside-score p { margin: 0; color: var(--ink-soft); font-size: 14px; font-weight: 700; line-height: 16px; letter-spacing: .3px; }
.aside-score strong { color: var(--blue); font-size: 70px; font-weight: 700; line-height: 1; letter-spacing: .3516px; }
.aside-score em { color: var(--blue); font-size: 20px; font-style: normal; font-weight: 600; line-height: 1.35; letter-spacing: -.3125px; }
.aside-score small { color: var(--ink-faint); font-size: 20px; line-height: 1.35; letter-spacing: -.3125px; }
.aside-score .stars img { width: 32px; height: 32px; }
.feature-list--compact { width: 100%; margin: 0; padding: 24px 12px; border-radius: 12px; background: var(--mist); }
.feature-list--compact li { align-items: center; font-size: 16px; line-height: 22px; }
.aside-choice .button--deal { min-height: 60px; padding: 16px 24px; border-radius: 8px; font-size: 20px; line-height: 28px; letter-spacing: .1996px; }

.expert { display: flex; min-height: 210px; margin-top: 60px; margin-bottom: 60px; padding: 24px; gap: 20px; align-items: center; border: 1px solid var(--line); border-radius: 12px; }
.expert > img { width: 160px; height: 160px; flex: 0 0 160px; border-radius: 12px; object-fit: cover; }
.expert > div { display: flex; min-width: 0; flex-direction: column; gap: 10px; }
.expert h2 { margin: 0; font-size: 32px; font-weight: 600; line-height: 1.35; }
.expert p:last-child { max-width: none; margin: 0; font-size: 16px; line-height: 1.65; }

.site-footer { padding: 60px 0; background: var(--mist); }
.footer-inner { display: flex; max-width: 1348px; gap: 40px; flex-direction: column; align-items: center; text-align: center; }
.footer-inner > img, .footer-brand { display: block; width: 272px; height: 50px; }
.footer-brand img { width: 100%; height: 100%; }
.footer-inner p { min-height: 416px; max-width: none; margin: 0; color: var(--ink); font-size: 16px; line-height: 1.65; }
.footer-inner nav { display: flex; margin: 0; flex-wrap: wrap; justify-content: center; gap: 40px; color: var(--ink-soft); font-size: 14px; line-height: 1.35; }
.footer-inner nav a:hover { color: var(--blue); }
.footer-inner--about nav a { text-decoration: underline; text-underline-offset: 2px; }

.legal-page { min-height: auto; padding-top: 44px; padding-bottom: 72px; }
.legal-content { max-width: 1300px; padding-top: 0; color: var(--ink); font-size: 14px; line-height: 1.65; }
.legal-content h1 { margin-bottom: 22px; font-size: 24px; font-weight: 700; line-height: 1.35; letter-spacing: 0; }
.legal-content h2 { margin: 24px 0 8px; font-size: 16px; font-weight: 700; line-height: 1.45; letter-spacing: 0; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin: 18px 0 6px; font-size: 14px; font-weight: 700; line-height: 1.45; }
.legal-content p { margin-bottom: 12px; color: var(--ink); }
.legal-content ul { display: grid; gap: 7px; padding-left: 18px; margin: 0 0 14px; }
.legal-content li { padding-left: 2px; }
.legal-content a { color: var(--blue); overflow-wrap: anywhere; text-underline-offset: 3px; }
.legal-footer { padding: 60px 0; }
.legal-footer .footer-inner { gap: 0; }
.method-steps { display: grid; gap: 28px; padding: 0; margin: 0 0 28px; list-style: none; counter-reset: method; }
.method-steps li { position: relative; padding-left: 52px; counter-increment: method; }
.method-steps li::before { position: absolute; top: -3px; left: 0; color: var(--blue); content: counter(method, decimal-leading-zero); font-size: 18px; font-weight: 700; }
.method-steps h2 { margin: 0 0 6px; }
.method-steps p { margin: 0; }
.contact-card { max-width: 680px; padding: 38px; border: 1px solid var(--line); border-radius: 12px; background: var(--blue-pale); }
.contact-email { font-size: 25px; font-weight: 700; }

.deal-modal[hidden] { display: none; }
.deal-modal { position: fixed; z-index: 20; inset: 0; display: grid; padding: 16px; place-items: center; }
.modal-backdrop { position: absolute; inset: 0; background: rgb(0 0 0 / 48%); backdrop-filter: blur(2px); }
.modal-card { position: relative; width: min(1016px, 100%); overflow: hidden; border: 4px solid var(--blue); border-radius: 16px; background: white; box-shadow: 0 2px 12px rgb(0 0 0 / 5%), 0 4px 24px rgb(0 0 0 / 12%), 0 8px 32px rgb(0 0 0 / 8%); }
.modal-heading { position: relative; padding: 14px 24px; background: linear-gradient(90deg, #1b7dd8 0%, #3796ee 43.269%, #1b7dd8 100%); color: white; }
.modal-heading > p { margin: 0; font-size: 48px; font-weight: 700; line-height: 1.35; text-align: center; text-shadow: 0 2px 2px rgb(0 0 0 / 12%); }
.modal-close { position: absolute; top: 50%; right: 20px; display: grid; width: 24px; height: 24px; padding: 0; place-items: center; transform: translateY(-50%); border: 0; background: transparent; cursor: pointer; }
.modal-close img { width: 24px; height: 24px; }
.modal-body { display: grid; grid-template-columns: 189px 1px minmax(0, 1fr); padding: 40px; gap: 40px; align-items: center; }
.modal-product { display: flex; flex-direction: column; align-items: center; }
.modal-product > .modal-product__media-link > img { width: 189px; height: 229px; object-fit: contain; }
.modal-product__brand { display: flex; width: 189px; height: 55px; padding-top: 12px; align-items: center; justify-content: center; }
.modal-product__brand img { width: 189px; height: 46px; object-fit: contain; }
.modal-divider { align-self: stretch; width: 1px; background: #e5e7eb; }
.modal-copy { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; justify-content: center; gap: 40px; }
.modal-copy__text { display: grid; gap: 10px; width: 100%; }
.modal-body h2 { margin: 0; font-size: 32px; font-weight: 600; line-height: 1.35; }
.modal-body p { margin: 0; color: var(--ink); font-size: 16px; line-height: 1.65; }
.modal-body .button--deal { width: auto; min-height: 68px; padding: 20px 48px; border-radius: 8px; font-size: 20px; line-height: 28px; letter-spacing: .1996px; }
.modal-body .button--deal img { width: 20px; height: 20px; }
.modal-assurances { display: flex; min-height: 62px; padding: 16px 24px; flex-wrap: wrap; align-items: center; justify-content: center; gap: 32px; background: #e1effd; color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", Roboto, Arial, Helvetica, sans-serif; font-size: 22px; font-weight: 510; line-height: 1.35; letter-spacing: .4691px; }
.modal-assurances span { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.modal-assurances img { width: 24px; height: 24px; }

@media (max-width: 1100px) {
  .featured-main { grid-template-columns: 220px 1px minmax(0, 1fr) 280px; gap: 28px; padding: 30px; }
  .product-media--featured > img:first-child, .product-media--featured > .offer-media-link > img { width: 220px; height: 280px; }
  .product-card--standard { grid-template-columns: 170px minmax(0, 1fr) 210px; padding: 24px; gap: 28px; }
  .product-card--standard .product-media { padding-right: 28px; }
  .review-layout { gap: 32px; }
}

@media (max-width: 850px) {
  .site-header { height: 64px; }
  .header-inner { padding-inline: 16px; }
  .brand { width: 218px; height: 40px; }
  .menu-toggle { display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 1px solid var(--line); border-radius: 7px; background: white; cursor: pointer; }
  .menu-lines, .menu-lines::before, .menu-lines::after { display: block; width: 18px; height: 2px; border-radius: 2px; background: var(--ink); content: ''; }
  .menu-lines { position: relative; }
  .menu-lines::before { position: absolute; top: -6px; left: 0; }
  .menu-lines::after { position: absolute; top: 6px; left: 0; }
  .main-nav { position: absolute; z-index: 10; top: 64px; right: 16px; display: none; width: min(280px, calc(100% - 32px)); padding: 16px; flex-direction: column; align-items: flex-start; gap: 12px; border: 1px solid var(--line); border-radius: 10px; background: white; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .ranking-page { padding-top: 28px; }
  .about-page { padding-top: 28px; padding-bottom: 44px; }
  .shell { padding-inline: 16px; }
  h1 { font-size: 33px; }
  .intro-copy > p:last-child { font-size: 18px; }
  .featured-main { grid-template-columns: 1fr; gap: 24px; padding: 28px 22px; }
  .product-divider { display: none; }
  .product-card--choice-callout .featured-main { min-height: 0; }
  .product-card--choice-callout .product-details { padding-top: 0; }
  .product-card--choice-callout .score-panel--featured { min-height: 0; }
  .product-media--featured > img:first-child, .product-media--featured > .offer-media-link > img { height: 270px; }
  .product-media--featured { border-bottom: 1px solid var(--line); padding-bottom: 20px; }
  .product-card--featured .product-details h2 { font-size: 27px; }
  .score-panel--featured { min-height: unset; }
  .assurances { gap: 8px 18px; flex-wrap: wrap; }
  .product-card--standard { grid-template-columns: 120px minmax(0, 1fr); min-height: unset; padding: 22px; gap: 16px; }
  .product-card--standard .product-media { min-height: 170px; padding-right: 0; align-items: center; border-right: 0; }
  .product-card--standard .product-media > img:first-child { width: 118px; height: 160px; }
  .product-card--standard .product-details { padding-right: 0; }
  .product-card--standard .score-panel { grid-column: 1 / -1; min-height: unset; padding: 16px; }
  .product-card--standard .score-panel strong { font-size: 45px; }
  .review-section { padding-block: 44px; }
  .review-layout { grid-template-columns: 1fr; }
  .review-aside { position: static; max-width: 500px; }
  .article-image { min-height: 0; }
  .expert { align-items: flex-start; }
}

@media (max-width: 520px) {
  body { font-size: 15px; }
  h1 { font-size: 29px; line-height: 1.25; }
  .intro-copy > p:last-child { font-size: 16px; }
  .about-intro, .about-summary { font-size: 16px; }
  .about-steps li { font-size: 15px; }
  .eyebrow { font-size: 12px; }
  .featured-label { min-height: 55px; padding: 10px 14px; font-size: 22px; }
  .featured-label img { width: 42px; height: 34px; }
  .featured-main { padding: 22px 16px; }
  .product-card--featured .product-details h2 { font-size: 24px; }
  .feature-list li { align-items: flex-start; font-size: 14px; }
  .score-panel--featured strong { font-size: 66px; }
  .assurances { min-height: 90px; padding: 14px; justify-content: flex-start; font-size: 13px; }
  .product-card--standard { grid-template-columns: 1fr; padding: 20px 16px; }
  .product-card--standard .product-media { grid-column: auto; min-height: 130px; }
  .product-card--standard .product-media > img:first-child { width: 112px; height: 130px; }
  .product-card--standard .product-details { grid-column: auto; }
  .product-card--standard .score-panel { grid-column: auto; }
  .product-card--standard .product-details h2 { font-size: 21px; }
  .review-article h2 { font-size: 27px; }
  .lead { font-size: 16px; }
  .article-image { min-height: 0; background-size: auto; }
  .expert { flex-direction: column; padding-block: 42px; }
  .expert > img { width: 136px; height: 136px; flex-basis: 136px; }
  .site-footer { padding-block: 42px; }
  .footer-inner p { min-height: 0; }
  .footer-inner > img { width: 220px; height: auto; }
  .footer-inner nav { gap: 10px 22px; }
  .deal-modal { padding: 16px; align-items: center; }
  .modal-card { width: min(343px, calc(100vw - 32px)); height: min(738px, calc(100dvh - 32px)); max-height: calc(100dvh - 32px); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; border-width: 4px; border-radius: 16px; background: var(--blue); scrollbar-width: none; -ms-overflow-style: none; }
  .modal-card::-webkit-scrollbar { display: none !important; width: 0 !important; height: 0 !important; }
  .modal-heading { min-height: 55px; padding: 14px 24px; border-radius: 12px 12px 0 0; }
  .modal-heading > p { font-size: 20px; line-height: 1.35; }
  .modal-close, .modal-close img { width: 20px; height: 20px; }
  .modal-close { right: 10px; }
  .modal-body { display: block; padding: 24px 12px 24px; background: white; }
  .modal-product { width: 100%; padding: 0 0 16px; border-bottom: 1px solid #e5e7eb; }
  .modal-product > .modal-product__media-link > img { width: 132px; height: 160px; }
  .modal-product__brand { width: 189px; height: 55px; padding-top: 12px; }
  .modal-product__brand img { width: 189px; height: 46px; }
  .modal-divider { display: none; }
  .modal-copy { padding: 16px 0 0; gap: 16px; }
  .modal-copy__text { gap: 10px; }
  .modal-body h2 { font-size: 20px; line-height: 1.35; }
  .modal-body p { font-size: 16px; line-height: 26px; }
  .modal-body .button--deal { width: min(311px, 100%); min-height: 68px; padding: 20px 48px; align-self: center; font-size: 20px; line-height: 28px; letter-spacing: .1996px; }
  .modal-body .button--deal img { width: 20px; height: 20px; }
  .modal-assurances { min-height: 128px; padding: 16px; flex-direction: column; flex-wrap: nowrap; align-items: center; justify-content: center; gap: 12px; font-size: 16px; line-height: 22px; letter-spacing: 0; }
  .modal-assurances span { gap: 10px; }
  .modal-assurances img { width: 24px; height: 24px; }
}

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