
/* Fix ancho completo: una regla global del tema (.woocommerce-products-header + *,
   .hn-shop-toolbar { display:flex }) atrapa por accidente este wrapper porque queda
   justo despues de .woocommerce-products-header en el DOM, encogiendolo a su
   contenido en vez de ocupar el ancho completo. Se resetea aqui explicitamente. */
.hn-cat-template {
  display: block !important;
}

/* Full-bleed: iguala el ancho al hub /productos/ y a las landings tipo NRG
   (que usan Kadence "unboxed"/"full width"). Los taxonomy archives no tienen
   ese meta por página, así que se fuerza aquí, scoped a esta categoría. */
body.tax-product_cat.term-packs .site-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* Oculta el loop nativo de WooCommerce: las cards hand-authored de
   .hn-cat-product-grid ya muestran estos mismos productos con mejor copy. */
body.tax-product_cat.term-packs ul.products { display: none !important; }

/* =====================================================================
   /productos/packs/ — plantilla premium de categoria
   Scope: solo se carga en is_tax('product_cat','packs')
   Patrón: igual a hn-cat-batidos.css con ajustes para planes A/B/C
   ===================================================================== */

body.tax-product_cat.term-packs {
  overflow-x: hidden;
  background: #fff;
}

body.tax-product_cat.term-packs #primary {
  padding-left: clamp(16px, 5vw, 48px) !important;
  padding-right: clamp(16px, 5vw, 48px) !important;
}

body.tax-product_cat.term-packs .woocommerce {
  max-width: none !important;
  padding: 0 !important;
}

body.tax-product_cat.term-packs .woocommerce-result-count,
body.tax-product_cat.term-packs .woocommerce-ordering,
body.tax-product_cat.term-packs .hn-cat-pills-wrap,
body.tax-product_cat.term-packs .kadence-shop-top-row,
body.tax-product_cat.term-packs .products,
body.tax-product_cat.term-packs .woocommerce-pagination {
  display: none !important;
}

.hn-cat-template {
  --hn-green: #78BE20;
  --hn-green-dark: #103b11;
  --hn-green-deep: #071f07;
  --hn-green-mid: #266431;
  --hn-whatsapp: #25D366;
  --hn-text: #232820;
  --hn-muted: #687064;
  --hn-line: #E3E8DC;
  --hn-cream: #F5EDE4;
  --hn-sage: #F3F8EF;
  --hn-paper: #FFFDF8;
  --hn-radius: 8px;
  color: var(--hn-text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff;
}

.hn-cat-template *,
.hn-cat-template *::before,
.hn-cat-template *::after {
  box-sizing: border-box;
}

.hn-cat-template a {
  color: var(--hn-green-mid);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.hn-cat-template .hn-cat-container {
  width: min(1180px, calc(100vw - 40px));
  margin-inline: auto;
}

.hn-cat-band {
  margin-left: calc(-1 * clamp(16px, 5vw, 48px));
  margin-right: calc(-1 * clamp(16px, 5vw, 48px));
  padding: clamp(64px, 8vw, 104px) clamp(16px, 5vw, 48px);
}

.hn-cat-band--cream { background: var(--hn-cream); }
.hn-cat-band--sage  { background: var(--hn-sage); }
.hn-cat-band--white { background: #fff; }

.hn-cat-band:not(.hn-cat-hero) {
  position: relative;
  z-index: 2;
}

.hn-cat-band:not(.hn-cat-hero)::before {
  content: "";
  position: absolute;
  inset: 0;
  left: -80px;
  right: -80px;
  background: inherit;
  z-index: -1;
}

.hn-cat-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--hn-green-mid);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hn-cat-section-head {
  max-width: 720px;
  margin-bottom: clamp(26px, 4vw, 42px);
}

.hn-cat-section-head--center {
  margin-inline: auto;
  text-align: center;
}

.hn-cat-section-head h2 {
  margin: 0 0 12px;
  color: var(--hn-text);
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.08;
}

.hn-cat-section-head p {
  margin: 0;
  color: var(--hn-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.hn-cat-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hn-cat-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: .92rem;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.hn-cat-btn:hover {
  transform: translateY(-2px);
}

.hn-cat-btn--wa {
  background: var(--hn-whatsapp);
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(37, 211, 102, .28);
}

.hn-cat-btn--wa:hover, .hn-cat-btn--wa:focus, .hn-cat-btn--wa:active { background: #1EB85A; color: #fff !important; }

.hn-cat-btn--dark {
  background: var(--hn-green-mid);
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(16, 59, 17, .18);
}

.hn-cat-btn--dark:hover {
  background: #1f5529;
}

.hn-cat-btn--outline {
  background: transparent;
  color: #266431 !important;
  border: 2px solid #78BE20;
  padding: 12px 24px;
}

.hn-cat-btn--outline:hover { background: #eaf3de; }

.hn-cat-btn--ghost {
  background: transparent;
  color: #fff !important;
  border: 1.5px solid rgba(255, 255, 255, .6);
  padding: 12.5px 24.5px;
}

.hn-cat-btn--ghost:hover { border-color: rgba(255, 255, 255, 1); }

/* Hero */
.hn-cat-hero {
  min-height: 620px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--hn-green-deep);
  color: #fff;
  text-align: left;
}

.hn-cat-hero__media,
.hn-cat-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hn-cat-hero__media img {
  object-fit: cover;
}

.hn-cat-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 31, 7, .93) 0%, rgba(7, 31, 7, .82) 43%, rgba(7, 31, 7, .45) 72%, rgba(7, 31, 7, .2) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .12));
  pointer-events: none;
  z-index: 1;
}

.hn-cat-hero .hn-cat-container {
  position: relative;
  z-index: 2;
}

.hn-cat-hero__content {
  max-width: 690px;
  padding-block: 40px;
}

.hn-cat-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 12px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(120, 190, 32, .14);
  color: #9ee044;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hn-cat-hero h1 {
  max-width: 690px;
  margin: 0 0 18px;
  color: #fff !important;
  font-size: clamp(2.25rem, 5.4vw, 4.6rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .98;
}

.hn-cat-hero h1 em {
  color: var(--hn-green);
  font-style: normal;
}

.hn-cat-hero__sub {
  max-width: 620px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.7;
}

.hn-cat-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hn-cat-proof {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .9);
  font-size: .78rem;
  font-weight: 750;
  line-height: 1.25;
}

/* Quick answer */
.hn-cat-answer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .48fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.hn-cat-answer h2 {
  margin: 0 0 16px;
  color: var(--hn-text);
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.08;
}

.hn-cat-answer p {
  margin: 0 0 16px;
  color: #3f463c;
  font-size: 1rem;
  line-height: 1.75;
}

.hn-cat-summary {
  position: sticky;
  top: 110px;
  border: 1px solid var(--hn-line);
  border-top: 5px solid var(--hn-green);
  border-radius: var(--hn-radius);
  background: #fff;
  box-shadow: 0 18px 45px rgba(16, 59, 17, .09);
  padding: 22px;
}

.hn-cat-summary h3 {
  margin: 0 0 14px;
  font-size: .95rem;
  font-weight: 850;
  color: var(--hn-text);
}

.hn-cat-summary ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hn-cat-summary li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  color: var(--hn-muted);
  font-size: .88rem;
  line-height: 1.5;
}

.hn-cat-summary li::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--hn-green);
  color: #103b11;
  font-size: .78rem;
  font-weight: 900;
}

/* Product cards */
.hn-cat-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hn-cat-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(16, 59, 17, .12);
  border-radius: var(--hn-radius);
  background: var(--hn-paper);
  box-shadow: 0 14px 40px rgba(16, 59, 17, .08);
}

.hn-cat-product-card--featured {
  border-color: rgba(120, 190, 32, .6);
  box-shadow: 0 18px 52px rgba(120, 190, 32, .17);
}

.hn-cat-product-card__media {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / .82;
  padding: 28px;
  background: linear-gradient(145deg, #f8f2e8, #eef7e8);
}

.hn-cat-product-card__media img {
  width: min(100%, 260px);
  height: 100%;
  object-fit: contain;
  transition: transform .28s ease;
}

.hn-cat-product-card:hover .hn-cat-product-card__media img {
  transform: scale(1.04);
}

.hn-cat-product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--hn-green);
  color: #103b11;
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .07em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hn-cat-product-card__badge--soft {
  background: #E8ECE4;
  color: #596255;
}

/* Badge de nivel: Inicio / Plus / Max */
.hn-cat-pack-level {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .07em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hn-cat-pack-level--inicio {
  background: #E8ECE4;
  color: #596255;
}

.hn-cat-pack-level--plus {
  background: #D6ECBA;
  color: #266431;
}

.hn-cat-pack-level--max {
  background: var(--hn-green);
  color: #103b11;
}

.hn-cat-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.hn-cat-product-card__type {
  margin: 0 0 7px;
  color: var(--hn-green-mid);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hn-cat-product-card h3 {
  margin: 0 0 10px;
  color: var(--hn-text);
  font-size: 1.18rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.2;
}

.hn-cat-product-card__body p {
  margin: 0 0 18px;
  color: var(--hn-muted);
  font-size: .92rem;
  line-height: 1.65;
}

/* Lista de componentes del plan */
.hn-cat-pack-includes {
  display: grid;
  gap: 6px;
  padding: 12px 0;
  margin: 0 0 16px;
  border-top: 1px solid var(--hn-line);
  border-bottom: 1px solid var(--hn-line);
  list-style: none;
}

.hn-cat-pack-includes li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--hn-muted);
  font-size: .85rem;
  line-height: 1.4;
}

.hn-cat-pack-includes li::before {
  content: "+";
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #E7F6D5;
  color: var(--hn-green-mid);
  font-size: .62rem;
  font-weight: 900;
}

.hn-cat-price {
  margin-top: auto;
  margin-bottom: 18px;
}

.hn-cat-price strong {
  display: block;
  color: var(--hn-green-mid);
  font-size: 1.72rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.hn-cat-price span {
  display: block;
  margin-top: 5px;
  color: #7a6249;
  font-size: .76rem;
  line-height: 1.45;
}

.hn-cat-product-card .hn-cat-btn {
  width: 100%;
}

/* Heading de grupo de objetivo */
.hn-cat-objective-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: clamp(20px, 3vw, 30px);
}

.hn-cat-objective-heading h2 {
  margin: 0;
  color: var(--hn-text);
  font-size: clamp(1.45rem, 2.8vw, 2.1rem);
  font-weight: 850;
  line-height: 1.1;
}

.hn-cat-objective-heading .hn-cat-kicker {
  margin: 0;
}

/* Recommender */
.hn-cat-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hn-cat-choice {
  border: 1px solid var(--hn-line);
  border-radius: var(--hn-radius);
  background: #fff;
  padding: 18px;
}

.hn-cat-choice span {
  display: block;
  margin-bottom: 10px;
  color: var(--hn-green-mid);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hn-cat-choice h3 {
  margin: 0 0 8px;
  color: var(--hn-text);
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.22;
}

.hn-cat-choice p {
  margin: 0;
  color: var(--hn-muted);
  font-size: .88rem;
  line-height: 1.55;
}

/* Table */
.hn-cat-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--hn-line);
  border-radius: var(--hn-radius);
  background: #fff;
  box-shadow: 0 12px 34px rgba(16, 59, 17, .08);
}

.hn-cat-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: .9rem;
}

.hn-cat-table th {
  padding: 15px 16px;
  background: var(--hn-green-deep);
  color: rgba(255, 255, 255, .88);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.hn-cat-table td {
  padding: 15px 16px;
  border-bottom: 1px solid #eef1ea;
  color: var(--hn-text);
  line-height: 1.55;
  vertical-align: top;
}

.hn-cat-table tbody tr:last-child td {
  border-bottom: 0;
}

.hn-cat-table tbody tr:hover td {
  background: #f8fbf5;
}

.hn-cat-table td:last-child {
  color: var(--hn-green-mid);
  font-weight: 850;
  white-space: nowrap;
}

.hn-cat-note {
  margin: 18px 0 0;
  color: var(--hn-muted);
  font-size: .9rem;
  line-height: 1.65;
  text-align: center;
}

/* Benefits */
.hn-cat-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.hn-cat-benefit {
  border: 1px solid var(--hn-line);
  border-radius: var(--hn-radius);
  background: #fff;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(16, 59, 17, .06);
}

.hn-cat-benefit__icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #E7F6D5;
  color: var(--hn-green-mid);
  font-weight: 900;
}

.hn-cat-benefit h3 {
  margin: 0 0 9px;
  color: var(--hn-text);
  font-size: .98rem;
  font-weight: 850;
  line-height: 1.25;
}

.hn-cat-benefit p {
  color: var(--hn-muted);
  font-size: .88rem;
  line-height: 1.62;
}

/* CTA and expert */
.hn-cat-cta {
  background:
    linear-gradient(135deg, rgba(7, 31, 7, .98), rgba(16, 59, 17, .95)),
    var(--hn-green-deep);
  color: #fff;
}

.hn-cat-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.hn-cat-cta h2 {
  margin: 0 0 8px;
  color: #fff !important;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
}

.hn-cat-cta p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 1rem;
  line-height: 1.65;
}

.hn-cat-expert {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  border: 1px solid rgba(16, 59, 17, .12);
  border-radius: var(--hn-radius);
  background: #fff;
  padding: clamp(22px, 4vw, 34px);
  box-shadow: 0 18px 48px rgba(16, 59, 17, .08);
}

.hn-cat-expert img {
  width: 118px;
  height: 118px;
  border: 4px solid var(--hn-green);
  border-radius: 50%;
  object-fit: cover;
}

.hn-cat-expert h3 {
  margin: 0 0 4px;
  color: var(--hn-text);
  font-size: 1.34rem;
  font-weight: 900;
}

.hn-cat-expert__role {
  margin: 0 0 12px;
  color: var(--hn-green-mid);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .06em;
  line-height: 1.45;
  text-transform: uppercase;
}

.hn-cat-expert p {
  margin: 0 0 18px;
  color: var(--hn-muted);
  font-size: .94rem;
  line-height: 1.65;
}

.hn-cat-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}

.hn-cat-stat strong {
  display: block;
  color: var(--hn-green-mid);
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1;
}

.hn-cat-stat span {
  display: block;
  margin-top: 3px;
  color: var(--hn-muted);
  font-size: .72rem;
  line-height: 1.35;
}

/* FAQ and disclaimer */
.hn-cat-faq-list {
  display: grid;
  gap: 10px;
  max-width: 880px;
  margin: 0 auto;
}

.hn-cat-faq-list details {
  border: 1px solid var(--hn-line);
  border-radius: var(--hn-radius);
  background: #fff;
}

.hn-cat-faq-list summary {
  cursor: pointer;
  padding: 17px 18px;
  color: var(--hn-text);
  font-size: .95rem;
  font-weight: 850;
  line-height: 1.35;
}

.hn-cat-faq-list details[open] summary {
  border-bottom: 1px solid #edf1e9;
}

.hn-cat-faq-list p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--hn-muted);
  font-size: .9rem;
  line-height: 1.7;
}

.hn-cat-disclaimer {
  padding-block: 30px;
  background: #F7FAF3;
}

.hn-cat-disclaimer p {
  max-width: 960px;
  margin: 0 auto 8px;
  color: #6f786b;
  font-size: .76rem;
  line-height: 1.65;
  text-align: center;
}

.hn-cat-disclaimer p:last-child {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .hn-cat-answer,
  .hn-cat-cta__inner {
    grid-template-columns: 1fr;
  }

  .hn-cat-summary {
    position: static;
  }

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

  .hn-cat-benefit-grid,
  .hn-cat-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  html body.tax-product_cat.term-packs .hn-cat-template {
    width: 100vw !important;
    margin-left: -49px !important;
    padding-left: 49px !important;
    overflow-x: hidden !important;
    background: #fff !important;
  }

  body.tax-product_cat.term-packs,
  body.tax-product_cat.term-packs #primary,
  body.tax-product_cat.term-packs .site,
  body.tax-product_cat.term-packs .site-content {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .hn-cat-template {
    width: 100vw !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  .hn-cat-template .hn-cat-container {
    margin-left: 0 !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .hn-cat-band {
    position: static;
    left: auto;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: 0;
    margin-right: 0;
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 0;
    padding-right: 0;
  }

  .hn-cat-band:not(.hn-cat-hero) {
    width: calc(100vw + 50px) !important;
    max-width: calc(100vw + 50px) !important;
    margin-left: -50px !important;
    padding-left: 50px !important;
  }

  .hn-cat-hero {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 64px;
  }

  .hn-cat-hero::after {
    background: linear-gradient(180deg, rgba(7, 31, 7, .94) 0%, rgba(7, 31, 7, .86) 64%, rgba(7, 31, 7, .72) 100%);
  }

  .hn-cat-hero__media img {
    object-position: 62% center;
  }

  .hn-cat-hero__content {
    padding-block: 0;
  }

  .hn-cat-hero h1,
  .hn-cat-hero__sub,
  .hn-cat-hero__proof,
  .hn-cat-summary,
  .hn-cat-answer,
  .hn-cat-product-grid,
  .hn-cat-choice-grid,
  .hn-cat-table-wrap,
  .hn-cat-benefit-grid,
  .hn-cat-expert,
  .hn-cat-faq-list,
  .hn-cat-section-head h2,
  .hn-cat-answer h2,
  .hn-cat-cta h2 {
    overflow-wrap: anywhere;
  }

  .hn-cat-hero h1 {
    font-size: 2rem;
    line-height: 1.06;
  }

  .hn-cat-answer h2,
  .hn-cat-section-head h2 {
    font-size: 1.72rem;
    line-height: 1.12;
  }

  .hn-cat-hero__eyebrow {
    max-width: 100%;
    white-space: normal;
    text-align: left;
  }

  .hn-cat-btns {
    align-items: stretch;
    flex-direction: column;
  }

  .hn-cat-btn {
    width: 100%;
  }

  .hn-cat-hero__proof {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hn-cat-benefit-grid,
  .hn-cat-choice-grid,
  .hn-cat-expert {
    grid-template-columns: 1fr;
  }

  .hn-cat-product-grid {
    grid-template-columns: 1fr;
  }

  .hn-cat-expert {
    text-align: left;
  }

  .hn-cat-expert img {
    width: 96px;
    height: 96px;
  }

  .hn-cat-table {
    min-width: 620px;
  }
}
