/* =========================================================
   V2 — tipografia legível (Poppins) + layout mobile-first
   Não altera styles.css da loja clássica.
   ========================================================= */

.page-v2 {
  --font-display: "Poppins", "Segoe UI", sans-serif;
  --font-body: "Poppins", "Segoe UI", sans-serif;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.page-v2 h1,
.page-v2 h2,
.page-v2 h3,
.page-v2 .shop-hero h1,
.page-v2 .catalog-heading h2,
.page-v2 .best-seller__copy h2,
.page-v2 .free-section__copy h2,
.page-v2 .about-section__copy h2,
.page-v2 .shopping-steps h2,
.page-v2 .faq-intro h2,
.page-v2 .product-card h3,
.page-v2 .price strong,
.page-v2 .hero-offer__value strong,
.page-v2 .hero-products__label strong,
.page-v2 .about-section blockquote,
.page-v2 .v2-buybox__price strong,
.page-v2 .v2-deliv-card__price strong,
.page-v2 .v2-sticky-cta strong {
  font-family: var(--font-display) !important;
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 1.15;
}

/* Headlines legíveis para 40+ — sem “corte” agressivo de display */
.page-v2 .shop-hero h1 {
  font-size: clamp(1.85rem, 5.2vw, 3.15rem) !important;
  line-height: 1.18 !important;
  letter-spacing: -0.025em !important;
  font-weight: 700 !important;
  max-width: 22ch;
}
.page-v2 .shop-hero__copy > p {
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 52ch;
}
.page-v2 .catalog-heading h2,
.page-v2 .best-seller__copy h2,
.page-v2 .free-section__copy h2,
.page-v2 .about-section__copy h2,
.page-v2 .shopping-steps h2,
.page-v2 .faq-intro h2,
.page-v2 .v2-identify__intro h2,
.page-v2 .v2-mechanism h2,
.page-v2 .v2-deliverables__head h2,
.page-v2 .v2-offer-stack h2,
.page-v2 .v2-for-whom h2,
.page-v2 .v2-final-cta h2 {
  font-size: clamp(1.65rem, 4.2vw, 2.55rem) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em !important;
  font-weight: 700 !important;
}
.page-v2 .product-card h3 {
  font-size: 1.28rem !important;
  line-height: 1.25 !important;
}
.page-v2 .product-card--bundle h3 {
  font-size: clamp(1.45rem, 2.4vw, 2rem) !important;
  line-height: 1.2 !important;
}
.page-v2 .about-section blockquote {
  font-size: 1.2rem !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
}
.page-v2 .button {
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 0;
}
.page-v2 .promo-bar__inner a { font-weight: 700; }

/* ---------- Card da coleção ---------- */
.page-v2 .product-card--bundle {
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
}
.page-v2 .product-card--bundle .product-card__media {
  min-height: 0;
  height: 100%;
  aspect-ratio: 5 / 4;
  place-items: center;
}
.page-v2 .product-card--bundle .product-card__stack {
  width: min(88%, 360px);
  height: min(76%, 320px);
  max-height: 340px;
  margin: 0 auto;
}
.page-v2 .product-card--bundle .product-card__stack img {
  object-fit: cover;
  object-position: top center;
}
.page-v2 .product-card--bundle .product-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 36px 32px 24px;
}
.page-v2 .product-card--bundle .product-card__content > p {
  font-size: .92rem;
  line-height: 1.55;
}

/* Cards comuns: texto mais legível */
.page-v2 .product-card__content > p {
  min-height: 0;
  font-size: .88rem;
  line-height: 1.55;
}
.page-v2 .compact-list li {
  font-size: .78rem;
  line-height: 1.4;
}
.page-v2 .price strong {
  font-size: 1.45rem !important;
  font-weight: 700 !important;
}

/* ---------- Hero extras ---------- */
.v2-eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  border-radius: 999px;
  padding: 8px 14px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--forest);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: none;
  line-height: 1.35;
  max-width: 100%;
}
.v2-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.v2-hero-ctas .button { min-width: min(100%, 220px); }
.page-v2 .hero-checks li {
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.35;
}

/* ---------- Identificação ---------- */
.v2-identify {
  padding: 88px 0;
  background: #fff;
  scroll-margin-top: 90px;
}
.v2-identify__intro {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}
.v2-identify__intro p {
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.02rem;
}
.v2-pain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.v2-pain-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 20px;
  background: var(--surface-soft);
}
.v2-pain-card span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-size: .95rem;
  font-weight: 700;
}
.v2-pain-card h3 {
  margin-bottom: 10px;
  font-size: 1.15rem !important;
  line-height: 1.25 !important;
}
.v2-pain-card p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.55;
}

/* ---------- Mecanismo ---------- */
.v2-mechanism {
  padding: 88px 0;
  background: var(--forest-deep);
  color: #e8f0eb;
}
.v2-mechanism__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.v2-mechanism p { color: #b8c9bf; font-size: .98rem; line-height: 1.65; }
.v2-mechanism__list {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.v2-mechanism__list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
  color: #d5e3da;
  font-size: .9rem;
  line-height: 1.5;
}
.v2-mechanism__list li strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: .95rem;
}
.v2-mechanism__list svg {
  width: 22px;
  margin-top: 2px;
  fill: none;
  stroke: var(--accent);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.v2-turn-box {
  border-radius: var(--radius);
  padding: 28px 24px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
}
.v2-turn-box > span {
  display: inline-block;
  margin-bottom: 12px;
  color: #f0b9a6;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.v2-turn-box h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem) !important;
  line-height: 1.25 !important;
}
.v2-turn-box p { margin-bottom: 0; color: #c6d7cc; font-size: .92rem; }

/* ---------- Entregáveis ---------- */
.v2-deliverables {
  padding: 88px 0;
  background: var(--paper);
  scroll-margin-top: 90px;
}
.v2-deliverables__head {
  max-width: 780px;
  margin: 0 0 32px;
}
.v2-deliverables__head p { margin: 0; color: var(--muted); font-size: 1rem; }
.v2-deliv-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.v2-deliv-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  min-width: 0;
}
.v2-deliv-card__media {
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  background: var(--surface-soft);
  padding: 22px;
}
.v2-deliv-card__media img {
  width: 70%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 16px rgba(13, 43, 34, .15));
}
.v2-deliv-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 18px 20px;
  gap: 0;
}
.v2-deliv-card__meta {
  margin-bottom: 6px;
  color: var(--accent-dark);
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.v2-deliv-card h3 {
  margin-bottom: 8px;
  font-size: 1.2rem !important;
}
.v2-deliv-card__body > p {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.5;
}
.v2-deliv-card ul {
  display: grid;
  gap: 6px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.v2-deliv-card li {
  position: relative;
  padding-left: 14px;
  color: var(--ink);
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.4;
}
.v2-deliv-card li::before {
  position: absolute;
  top: .55em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--leaf);
  content: "";
}
.v2-deliv-card .button {
  margin-top: auto;
  min-height: 46px;
  font-size: .82rem;
}

/* ---------- Oferta ---------- */
.v2-offer-stack {
  padding: 88px 0;
  background: var(--surface-warm);
  scroll-margin-top: 100px;
}
.v2-offer-stack__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  gap: 40px;
  align-items: start;
}
.v2-offer-stack p.lead {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
}
.v2-stack-list {
  display: grid;
  gap: 0;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d5c6b4;
}
.v2-stack-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #d5c6b4;
}
.v2-stack-list strong {
  display: block;
  font-size: .95rem;
  color: var(--forest-deep);
  font-weight: 700;
}
.v2-stack-list span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.4;
}
.v2-stack-list b {
  color: var(--forest);
  font-size: .95rem;
  white-space: nowrap;
  font-weight: 700;
}
.v2-buybox {
  position: sticky;
  top: 100px;
  border-radius: 16px;
  padding: 26px 22px;
  background: var(--forest-deep);
  color: #e8f0eb;
  box-shadow: 0 24px 56px rgba(13, 43, 34, .22);
}
.v2-buybox > span {
  display: inline-block;
  margin-bottom: 10px;
  color: #f0b9a6;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.v2-buybox h3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.45rem !important;
  line-height: 1.2 !important;
}
.v2-buybox > p {
  margin-bottom: 16px;
  color: #b8c9bf;
  font-size: .88rem;
  line-height: 1.5;
}
.v2-buybox__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  margin-bottom: 6px;
}
.v2-buybox__price s { color: #95aa9d; font-size: .9rem; }
.v2-buybox__price strong {
  color: #fff !important;
  font-size: 2.1rem !important;
  letter-spacing: -0.02em !important;
}
.v2-buybox__save {
  margin-bottom: 16px;
  color: #f3d4c7;
  font-size: .82rem;
  font-weight: 650;
}
.v2-buybox .button { width: 100%; margin-bottom: 10px; }
.v2-buybox__micro {
  margin: 0 0 14px;
  color: #aebfb4;
  font-size: .72rem;
  text-align: center;
  line-height: 1.4;
}
.v2-buybox__trust {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
  list-style: none;
}
.v2-buybox__trust li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #c6d7cc;
  font-size: .76rem;
  line-height: 1.4;
}
.v2-buybox__trust svg {
  width: 16px;
  flex: 0 0 auto;
  margin-top: 2px;
  fill: none;
  stroke: var(--accent);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

/* ---------- Para quem ---------- */
.v2-for-whom {
  padding: 88px 0;
  background: #fff;
}
.v2-for-whom h2 {
  max-width: 720px;
  margin: 0 auto 32px;
  text-align: center;
}
.v2-for-whom__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.v2-for-box {
  border-radius: var(--radius);
  padding: 24px 20px;
  border: 1px solid var(--line);
}
.v2-for-box--yes {
  background: var(--surface-soft);
  border-color: #c5d6c8;
}
.v2-for-box--no {
  background: #fbf0ea;
  border-color: #e1c6b8;
}
.v2-for-box h3 {
  margin-bottom: 14px;
  font-size: 1.2rem !important;
}
.v2-for-box ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.v2-for-box li {
  position: relative;
  padding-left: 22px;
  color: var(--ink);
  font-size: .9rem;
  line-height: 1.45;
}
.v2-for-box--yes li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: var(--forest);
  font-weight: 800;
}
.v2-for-box--no li::before {
  position: absolute;
  left: 0;
  content: "–";
  color: var(--danger);
  font-weight: 800;
}
.v2-for-box--no li { color: #6e4c43; }

/* ---------- CTA final ---------- */
.v2-final-cta {
  padding: 80px 0;
  background: var(--forest-strong);
  color: #e8f0eb;
  text-align: center;
}
.v2-final-cta h2 {
  max-width: 820px;
  margin: 0 auto 14px;
  color: #fff !important;
}
.v2-final-cta p {
  max-width: 560px;
  margin: 0 auto 24px;
  color: #b8c9bf;
  font-size: 1rem;
}
.v2-final-cta .button { min-width: min(100%, 300px); }
.v2-final-cta__note {
  margin-top: 14px;
  color: #95aa9d;
  font-size: .78rem;
}

/* Sticky mobile */
.v2-sticky-cta {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, .98);
  backdrop-filter: blur(10px);
  box-shadow: 0 -8px 28px rgba(13, 43, 34, .1);
}
.v2-sticky-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 1180px;
  margin: 0 auto;
}
.v2-sticky-cta strong {
  display: block;
  color: var(--forest-deep);
  font-size: 1rem !important;
  line-height: 1.15 !important;
}
.v2-sticky-cta small {
  color: var(--muted);
  font-size: .68rem;
}
.v2-sticky-cta .button {
  min-height: 46px;
  padding: 10px 16px;
  font-size: .82rem;
  white-space: nowrap;
}

.page-v2 .catalog-section { scroll-margin-top: 100px; }
.page-v2 .faq-list summary {
  font-size: .95rem;
  line-height: 1.35;
  font-weight: 700;
}
.page-v2 details p {
  font-size: .9rem;
  line-height: 1.55;
}

/* ========== MOBILE / TABLET ========== */
@media (max-width: 1050px) {
  .v2-pain-grid,
  .v2-deliv-grid { grid-template-columns: 1fr 1fr; }
  .v2-mechanism__grid,
  .v2-offer-stack__grid { grid-template-columns: 1fr; gap: 28px; }
  .v2-buybox { position: static; }
  .page-v2 .product-card--bundle {
    grid-template-columns: minmax(220px, 0.88fr) minmax(0, 1.12fr);
  }
  .page-v2 .product-card--bundle .product-card__content {
    padding: 24px 20px;
  }
}

@media (max-width: 840px) {
  .page-v2 { font-size: 16px; }
  .page-v2 .shop-hero h1 {
    font-size: clamp(1.7rem, 7.2vw, 2.35rem) !important;
    max-width: none;
  }
  .page-v2 .shop-hero__copy > p { font-size: .98rem; }
  .page-v2 .hero-offer {
    flex-direction: column;
    align-items: stretch;
  }
  .page-v2 .hero-offer .button { width: 100%; }
  .v2-hero-ctas { flex-direction: column; }
  .v2-hero-ctas .button { width: 100%; min-width: 0; }

  /* Hero kit: capas grandes e legíveis no mobile/tablet */
  .page-v2 .hero-products {
    min-height: 440px !important;
    max-width: 420px !important;
    width: 100% !important;
    margin: 8px auto 0;
  }
  .page-v2 .hero-products__halo {
    top: 48px !important;
    width: 300px !important;
    height: 300px !important;
  }
  .page-v2 .hero-cover {
    width: 168px !important;
    border-radius: 10px !important;
  }
  .page-v2 .hero-cover--detox { top: 88px !important; left: 2% !important; }
  .page-v2 .hero-cover--garrafadas { top: 58px !important; left: 28% !important; }
  .page-v2 .hero-cover--guia { top: 88px !important; right: 0 !important; }
  .page-v2 .hero-products__label {
    right: 8px !important;
    bottom: 4px !important;
    min-width: 168px !important;
    padding: 12px 14px !important;
  }
  .page-v2 .hero-products__label span { font-size: .72rem !important; }
  .page-v2 .hero-products__label strong { font-size: 1.12rem !important; }

  .v2-pain-grid,
  .v2-deliv-grid,
  .v2-for-whom__grid { grid-template-columns: 1fr; }
  .v2-identify,
  .v2-mechanism,
  .v2-deliverables,
  .v2-offer-stack,
  .v2-for-whom,
  .v2-final-cta { padding-top: 64px; padding-bottom: 64px; }
  .v2-sticky-cta { display: block; }
  .page-v2 .site-footer { padding-bottom: 92px; }

  /* Cards de produto: capas legíveis */
  .page-v2 .product-grid { gap: 16px; }
  .page-v2 .product-card__media {
    aspect-ratio: 1 / 1.05 !important;
    max-height: 320px;
    min-height: 260px !important;
  }
  .page-v2 .product-card__media > img {
    width: 68% !important;
    height: 90% !important;
    max-height: 280px;
  }
  .page-v2 .product-card__stack {
    width: 82% !important;
    height: 88% !important;
    max-height: 280px;
  }
  .page-v2 .product-card__content { padding: 16px 16px 18px; }
  .page-v2 .product-card h3 { font-size: 1.2rem !important; }
  .page-v2 .product-card__content > p {
    font-size: .88rem;
    margin-bottom: 10px;
  }

  /* Entregáveis: capas legíveis */
  .v2-deliv-card__media {
    aspect-ratio: 1 / 1.05 !important;
    max-height: 280px;
    min-height: 220px;
    padding: 20px !important;
  }
  .v2-deliv-card__media img {
    width: 58% !important;
    max-height: 240px;
  }

  /* Best seller: capa grande o bastante para ler */
  .page-v2 .best-seller__visual {
    min-height: 420px !important;
    max-width: 360px !important;
  }
  .page-v2 .best-seller__visual img {
    width: min(72%, 280px) !important;
  }
  .page-v2 .best-seller__visual > div {
    max-width: 170px !important;
    padding: 14px 16px !important;
  }

  /* Free covers legíveis */
  .page-v2 .free-section__covers {
    min-height: 340px !important;
  }
  .page-v2 .free-section__covers img {
    width: min(42vw, 180px) !important;
    max-height: 300px !important;
  }

  .page-v2 .feature-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .page-v2 .feature-list strong { font-size: .88rem; }
  .page-v2 .feature-list span { font-size: .84rem; }
}

@media (max-width: 620px) {
  .v2-stack-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .v2-stack-list b { justify-self: start; }

  .page-v2 .shop-hero__grid {
    padding-top: 36px !important;
    padding-bottom: 32px !important;
    gap: 22px !important;
  }
  /* Kit do topo: grande o suficiente para ler capa e título */
  .page-v2 .hero-products {
    min-height: 430px !important;
    max-width: 100% !important;
  }
  .page-v2 .hero-cover {
    width: min(46vw, 172px) !important;
  }
  .page-v2 .hero-cover--detox { top: 82px !important; left: 0 !important; }
  .page-v2 .hero-cover--garrafadas { top: 54px !important; left: 26% !important; }
  .page-v2 .hero-cover--guia { top: 82px !important; right: 0 !important; }
  .page-v2 .hero-products__halo {
    width: 280px !important;
    height: 280px !important;
    top: 48px !important;
  }
  .page-v2 .hero-products__label {
    min-width: 154px !important;
    padding: 11px 13px !important;
  }
  .page-v2 .hero-products__label strong { font-size: 1.05rem !important; }

  .page-v2 .product-card--bundle {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
  .page-v2 .product-card--bundle .product-card__media {
    aspect-ratio: 1 / 1.02 !important;
    min-height: 280px !important;
    max-height: 340px !important;
  }
  .page-v2 .product-card--bundle .product-card__stack {
    width: 84% !important;
    height: 88% !important;
    max-height: 300px !important;
  }
  .page-v2 .product-card--bundle .product-card__content {
    padding: 18px 16px 20px;
  }
  .page-v2 .product-card--bundle .button {
    min-height: 48px;
    font-size: .84rem;
  }

  .page-v2 .product-card__media {
    aspect-ratio: 1 / 1.08 !important;
    min-height: 280px !important;
    max-height: 340px !important;
  }
  .page-v2 .product-card__media > img {
    width: 72% !important;
    max-height: 300px !important;
  }

  .page-v2 .store-benefits__grid {
    grid-template-columns: 1fr 1fr;
  }
  .page-v2 .store-benefits strong { font-size: .78rem; }
  .page-v2 .store-benefits small { font-size: .66rem; line-height: 1.3; }
  .page-v2 .hero-checks {
    display: grid;
    gap: 8px;
  }

  .v2-deliv-card__media {
    aspect-ratio: 1 / 1.05 !important;
    min-height: 240px !important;
    max-height: 300px !important;
    padding: 18px !important;
  }
  .v2-deliv-card__media img {
    width: 62% !important;
    max-height: 250px !important;
  }
  .v2-deliv-card__body { padding: 16px 16px 18px; }

  .v2-eyebrow {
    font-size: .68rem;
    padding: 7px 11px;
  }
  .page-v2 .best-seller__copy h2 {
    font-size: clamp(1.55rem, 7vw, 2.1rem) !important;
  }
  .page-v2 .best-seller__visual {
    min-height: 380px !important;
    max-width: 320px !important;
  }
  .page-v2 .best-seller__visual img {
    width: min(70%, 250px) !important;
  }
  .page-v2 .free-section__covers {
    min-height: 300px !important;
  }
  .page-v2 .free-section__covers img {
    width: min(40vw, 165px) !important;
    max-height: 270px !important;
  }
  .page-v2 .free-links a {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    min-height: 0;
    padding: 14px;
  }
  .page-v2 .free-links span {
    font-size: .88rem;
    line-height: 1.35;
  }
  .page-v2 .filters {
    margin-bottom: 20px;
  }
  .page-v2 .filter-button {
    font-size: .74rem;
    min-height: 40px;
  }
}
