/* =========================================================
   Gerbs Subscribe & Save page — all section styles
   Loaded by inc/sas-page.php as handle "gerbs-sas-page".
   Each section shortcode lazily enqueues this file on render.

   Class prefix: .gsas-* (unique in the codebase; no collision guards needed).
   Direction: A (Editorial) + the homepage's 14-allergens scroller (.gsas-allergens).

   Breakpoints (Divi-aligned):
     >= 1025px → desktop (as drawn in the 1280px artboards)
     768-1024  → tablet  (3-col grids stay 3-col where it works; products → 2-col)
     <  768    → phone   (everything stacks; hero rearranges; products 2→1 at 480)
   ========================================================= */

/* ---- Scoped variable bridge (defensive — works even if global theme CSS
   doesn't expose these tokens). Mirrors hero-v3.css approach. ---- */
.gsas {
  --ff-body:    'Funnel Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  --ff-display: 'Bitter', Georgia, 'Times New Roman', serif;

  --gerbs-yellow:      #fecb00;
  --gerbs-yellow-tint: #fff6d1;
  --gerbs-blue:        #2672ff;
  --gerbs-blue-tint:   #eaf1ff;
  --gerbs-blue-hover:  #1f5fd8;
  --gerbs-ink:         #1e1e1e;
  --gerbs-ink-70:      #5c5c5c;
  --gerbs-ink-50:      #8a8a8a;
  --gerbs-fog:         #fafafa;
  --gerbs-hairline:    #ececec;
  --gerbs-white:       #ffffff;

  --fs-12: 0.75rem;
  --fs-14: 0.875rem;
  --fs-16: 1rem;
  --fs-18: 1.125rem;
  --fs-20: 1.25rem;
  --fs-24: 1.5rem;
  --fs-32: 2rem;
  --fs-40: 2.5rem;
  --fs-48: 3rem;

  --fw-medium:   500;
  --fw-semibold: 600;
  --fw-bold:     700;
  --fw-black:    800;

  --ls-tight: -0.02em;
  --ls-caps:  0.08em;

  --radius-sm:   6px;
  --radius-md:   10px;
  --radius-lg:   16px;
  --radius-pill: 999px;

  --shadow-sm: 0 1px 2px rgba(30,30,30,0.06), 0 1px 3px rgba(30,30,30,0.04);
  --shadow-md: 0 4px 10px rgba(30,30,30,0.06), 0 2px 6px rgba(30,30,30,0.04);
  --shadow-lg: 0 16px 40px rgba(30,30,30,0.10), 0 4px 12px rgba(30,30,30,0.06);

  --gsas-container-max: 1280px;
  --gsas-container-pad: 24px;
}

/* =========================================================
   Strip Divi's default section padding inside any .gsas wrapper.
   Mirrors hero-v3 D17. Without this, Divi adds ~54px top padding
   around our shortcodes which creates large dead-zones between
   our intentional section spacings.

   We DON'T set padding on the page-builder section wrapping all 7
   shortcodes — the inner .gsas elements manage their own spacing.
   ========================================================= */
.gsas + .gsas {
  /* No-op selector to guarantee at least one rule references the prefix.
     Real section spacing is handled per-section below. */
}

/* =========================================================
   Shared section primitives
   ========================================================= */
.gsas {
  font-family: var(--ff-body);
  color: var(--gerbs-ink);
  box-sizing: border-box;
}
.gsas *, .gsas *::before, .gsas *::after { box-sizing: border-box; }
.gsas img { max-width: 100%; display: block; }

.gsas__wrap {
  max-width: var(--gsas-container-max);
  margin: 0 auto;
  padding: 0 var(--gsas-container-pad);
}

.gsas__head { text-align: center; margin-bottom: 40px; }
.gsas__head--left { text-align: left; }

.gsas__eyebrow {
  font-family: var(--ff-body);
  font-size: var(--fs-12);
  font-weight: var(--fw-black);
  letter-spacing: var(--ls-caps);
  text-transform: uppercase;
  color: var(--gerbs-blue);
  margin: 0 0 10px;
}

.gsas__title {
  font-family: var(--ff-display);
  font-weight: var(--fw-bold);
  font-size: var(--fs-32);
  line-height: 1.15;
  letter-spacing: var(--ls-tight);
  margin: 0 0 12px;
  color: var(--gerbs-ink);
}

.gsas__lead {
  color: var(--gerbs-ink-70);
  font-size: var(--fs-18);
  line-height: 1.5;
  max-width: 60ch;
  margin: 0 auto;
}
.gsas__head--left .gsas__lead { margin-left: 0; margin-right: 0; }

/* Buttons — match site g-btn convention from hero-v3. Self-contained
   styles so we don't inherit Divi's button reset surprises. */
.gsas .g-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--ff-body);
  font-weight: var(--fw-semibold);
  font-size: var(--fs-16);
  line-height: 1;
  text-decoration: none;
  padding: 14px 22px;
  border-radius: var(--radius-pill);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background .15s, color .15s, border-color .15s, transform .05s;
  min-height: 44px;  /* a11y touch target */
  white-space: nowrap;
}
.gsas .g-btn:active { transform: translateY(1px); }
.gsas .g-btn--primary {
  background: var(--gerbs-blue);
  color: var(--gerbs-white);
}
.gsas .g-btn--primary:hover { background: var(--gerbs-blue-hover); color: var(--gerbs-white); text-decoration: none; }
.gsas .g-btn--ghost {
  background: transparent;
  color: var(--gerbs-ink);
  border-color: var(--gerbs-ink);
}
.gsas .g-btn--ghost:hover { background: var(--gerbs-ink); color: var(--gerbs-white); text-decoration: none; }
.gsas .g-btn--lg { padding: 16px 28px; font-size: var(--fs-18); }
.gsas .g-btn--sm { padding: 10px 16px; font-size: var(--fs-14); min-height: 38px; }

/* =========================================================
   HERO — [gerbs_sas_hero]
   ========================================================= */
.gsas-hero {
  padding: 24px 0 8px;
}
.gsas-hero .gsas__wrap {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 24px;
  align-items: stretch;
}
.gsas-hero__card {
  background: var(--gerbs-yellow);
  padding: 56px;
  border-radius: var(--radius-lg);  /* match homepage hero (.hv3__main + .hv3__side use --radius-lg = 16px) */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gsas-hero__eyebrow {
  font-family: var(--ff-body);
  font-size: var(--fs-12);
  font-weight: var(--fw-bold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gerbs-blue);
  margin: 0 0 16px;
}
.gsas-hero__title {
  font-family: var(--ff-display);
  font-weight: var(--fw-black);
  font-size: var(--fs-48);
  line-height: 1.05;
  letter-spacing: var(--ls-tight);
  margin: 0 0 18px;
  color: var(--gerbs-ink);
}
.gsas-hero__title em {
  font-style: normal;
  color: var(--gerbs-blue);
}
.gsas-hero__lead {
  font-size: var(--fs-18);
  line-height: 1.55;
  margin: 0 0 28px;
  max-width: 42ch;
  color: var(--gerbs-ink);
}
.gsas-hero__ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.gsas-hero__perks {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
  font-size: var(--fs-12);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.02em;
  color: var(--gerbs-ink);
}
.gsas-hero__perks span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.gsas-hero__perks svg {
  width: 14px;
  height: 14px;
  stroke: var(--gerbs-blue);
  fill: none;
  stroke-width: 2.5;
  flex-shrink: 0;
}

.gsas-hero__photo {
  border-radius: var(--radius-lg);  /* match homepage hero */
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #f0a106, var(--gerbs-yellow));
  min-height: 360px;
}
.gsas-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gsas-hero__sticker {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 124px;
  height: 124px;
  background: var(--gerbs-blue);
  color: var(--gerbs-white);
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  transform: rotate(-8deg);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
  padding: 12px;
}
.gsas-hero__sticker b {
  font-family: var(--ff-display);
  font-weight: var(--fw-black);
  font-size: 20px;
  line-height: 1.05;
  display: block;
  color: var(--gerbs-white);
}
.gsas-hero__sticker span {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 4px;
  display: block;
  opacity: .92;
}

/* =========================================================
   PILLARS — [gerbs_sas_pillars]
   ========================================================= */
.gsas-pillars { padding: 72px 0; }
.gsas-pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.gsas-pillar {
  background: var(--gerbs-fog);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
}
.gsas-pillar__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--gerbs-blue);
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}
.gsas-pillar__icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--gerbs-white);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.gsas-pillar h3 {
  font-family: var(--ff-display);
  font-weight: var(--fw-bold);
  font-size: var(--fs-20);
  margin: 0 0 8px;
  color: var(--gerbs-ink);
  letter-spacing: var(--ls-tight);
}
.gsas-pillar p {
  color: var(--gerbs-ink-70);
  font-size: var(--fs-14);
  line-height: 1.55;
  margin: 0;
}

/* =========================================================
   HOW IT WORKS — [gerbs_sas_how_it_works]
   ========================================================= */
.gsas-how {
  background: var(--gerbs-fog);
  padding: 72px 0;
}
.gsas-how__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.gsas-step {
  background: var(--gerbs-white);
  border-radius: var(--radius-lg);
  padding: 36px 32px 32px;
  position: relative;
  border: 1px solid var(--gerbs-hairline);
}
.gsas-step__num {
  position: absolute;
  top: -22px;
  left: 28px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gerbs-yellow);
  display: grid;
  place-items: center;
  font-family: var(--ff-display);
  font-weight: var(--fw-black);
  font-size: var(--fs-20);
  color: var(--gerbs-ink);
  border: 3px solid var(--gerbs-white);
}
.gsas-step__visual {
  height: 96px;
  background: var(--gerbs-yellow-tint);
  border-radius: var(--radius-md);
  margin: 8px 0 18px;
  display: grid;
  place-items: center;
}
.gsas-step__visual svg {
  width: 56px;
  height: 56px;
}
.gsas-step h3 {
  font-family: var(--ff-display);
  font-weight: var(--fw-bold);
  font-size: var(--fs-20);
  margin: 12px 0 10px;
  color: var(--gerbs-ink);
  letter-spacing: var(--ls-tight);
}
.gsas-step p {
  color: var(--gerbs-ink-70);
  font-size: var(--fs-14);
  line-height: 1.55;
  margin: 0;
}

/* =========================================================
   FEATURED PRODUCTS — [gerbs_sas_products]
   ========================================================= */
.gsas-products { padding: 72px 0; }
.gsas-products__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
  gap: 24px;
  flex-wrap: wrap;
}
.gsas-products__head h2 {
  font-family: var(--ff-display);
  font-weight: var(--fw-bold);
  font-size: var(--fs-32);
  margin: 0;
  color: var(--gerbs-ink);
  letter-spacing: var(--ls-tight);
}
.gsas-products__head p {
  color: var(--gerbs-ink-70);
  font-size: var(--fs-14);
  margin: 4px 0 0;
}
.gsas-products__head .gsas-products__view-all {
  font-weight: var(--fw-semibold);
  font-size: var(--fs-14);
  color: var(--gerbs-blue);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.gsas-products__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.gsas-product {
  position: relative;
  background: var(--gerbs-white);
  border: 1px solid var(--gerbs-hairline);
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .15s, box-shadow .15s;
}
.gsas-product:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.gsas-product__img {
  aspect-ratio: 1 / 1;
  background: var(--gerbs-fog);
  overflow: hidden;
}
.gsas-product__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gsas-product__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--gerbs-blue);
  color: var(--gerbs-white);
  font-size: 10px;
  font-weight: var(--fw-black);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: var(--radius-pill);
  z-index: 1;
}
.gsas-product__body {
  padding: 18px 18px 8px;
}
.gsas-product__body h4 {
  font-family: var(--ff-display);
  font-weight: var(--fw-bold);
  font-size: var(--fs-18);
  margin: 0 0 4px;
  color: var(--gerbs-ink);
  letter-spacing: var(--ls-tight);
  line-height: 1.2;
}
.gsas-product__meta {
  color: var(--gerbs-ink-70);
  font-size: var(--fs-12);
  margin: 0;
}
.gsas-product__foot {
  padding: 12px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}
.gsas-product__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.gsas-product__price b {
  font-family: var(--ff-display);
  font-weight: var(--fw-bold);
  font-size: var(--fs-20);
  color: var(--gerbs-ink);
}
/* WC's price markup emits .woocommerce-Price-amount inside a <bdi>. Make sure
   our font/color win over theme defaults so cards stay consistent. */
.gsas-product__price .woocommerce-Price-amount,
.gsas-product__price bdi {
  font-family: var(--ff-display);
  font-weight: var(--fw-bold);
  font-size: var(--fs-20);
  color: var(--gerbs-ink);
}
.gsas-product__price del .woocommerce-Price-amount,
.gsas-product__price del bdi {
  color: var(--gerbs-ink-50);
  font-size: var(--fs-12);
  font-weight: var(--fw-medium);
  margin-left: 6px;
}
.gsas-product__price ins {
  background: transparent;
  text-decoration: none;
}
.gsas-product__buttons {
  display: grid;
  gap: 6px;
}
.gsas-product__buttons .g-btn { width: 100%; }
.gsas-product__buttons .gsas-product__alt {
  font-size: var(--fs-12);
  text-align: center;
  color: var(--gerbs-ink-70);
  font-weight: var(--fw-medium);
  padding: 4px 0;
  text-decoration: none;
}
.gsas-product__buttons .gsas-product__alt:hover {
  color: var(--gerbs-ink);
  text-decoration: underline;
}

/* =========================================================
   14 ALLERGENS SCROLLER — [gerbs_sas_allergens]
   Mirrors the homepage's blue carousel (post 219126 Divi section
   with module_class="carousel-item" + js-loop-banner row). The
   sitewide setupBannerAnimation() in frontend-dist.js picks up
   .js-loop-banner .et_pb_column on DOM ready and duplicates +
   horizontally translates the children for an infinite scroll.

   No !important needed (Divi isn't generating dynamic CSS for
   this section since the wrapper is .gsas, not .et_pb_section).
   Background color matches the homepage exactly (#2f5ee6).
   ========================================================= */
.gsas-allergens {
  background: #2f5ee6;
  color: #fff;
  padding: 24px 0 32px;
  overflow: hidden;  /* clip the duplicated half of the strip */
  text-align: center;
}
.gsas-allergens__head {
  padding: 0 var(--gsas-container-pad) 16px;
}
.gsas-allergens__title {
  font-family: var(--ff-display);
  font-weight: var(--fw-bold);
  font-size: var(--fs-24);
  line-height: 1.2;
  letter-spacing: var(--ls-tight);
  color: #fff;
  margin: 0;
  text-align: center;  /* explicit — Divi's h2 rules can override the parent's text-align */
}
.gsas-allergens__title strong { font-weight: var(--fw-black); }

.gsas-allergens__strip {
  width: 100%;
  overflow: hidden;
}
/* JS scope: setupBannerAnimation() reads outerWidth on the column children
   and animates translateX on the column itself. Children must be inline-
   level so width sums correctly; the column itself stays display:flex. */
.gsas-allergens__strip .et_pb_column {
  display: flex;
  align-items: center;
  gap: 36px;
  white-space: nowrap;
  will-change: transform;
}
.gsas-allergens__icon {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.gsas-allergens__icon img {
  width: 44px;
  height: 44px;
  display: block;
}
.gsas-allergens__icon h4 {
  font-size: 11px;
  line-height: 1.2;
  color: #fff;
  font-weight: var(--fw-semibold);
  margin: 0;
  font-family: var(--ff-body);
  letter-spacing: 0.02em;
}

/* =========================================================
   FAQ — [gerbs_sas_faq]
   ========================================================= */
.gsas-faq { padding: 72px 0; }
.gsas-faq .gsas__wrap { max-width: 980px; }
.gsas-faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 820px;
  margin: 0 auto;
}
.gsas-faq__item {
  background: var(--gerbs-white);
  border: 1px solid var(--gerbs-hairline);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color .15s, box-shadow .15s;
}
.gsas-faq__item[open] {
  border-color: var(--gerbs-blue);
  box-shadow: var(--shadow-sm);
}
.gsas-faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: var(--ff-body);
  font-weight: var(--fw-semibold);
  font-size: var(--fs-18);
  color: var(--gerbs-ink);
}
.gsas-faq__item summary::-webkit-details-marker { display: none; }
.gsas-faq__item summary::after {
  content: "";
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5l4 4 4-4' fill='none' stroke='%232672ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform .2s;
}
.gsas-faq__item[open] summary::after { transform: rotate(180deg); }
.gsas-faq__answer {
  padding: 0 24px 22px;
  color: var(--gerbs-ink-70);
  font-size: var(--fs-16);
  line-height: 1.6;
}
.gsas-faq__answer p { margin: 0 0 10px; }
.gsas-faq__answer p:last-child { margin-bottom: 0; }
.gsas-faq__answer ul { margin: 0; padding-left: 20px; }
.gsas-faq__answer li { margin: 4px 0; }
.gsas-faq__answer a { color: var(--gerbs-blue); font-weight: var(--fw-semibold); }

/* =========================================================
   FINAL CTA — [gerbs_sas_final_cta]
   ========================================================= */
.gsas-finalcta {
  background: var(--gerbs-yellow);
  padding: 64px 0;
  text-align: center;
}
.gsas-finalcta .gsas__wrap { max-width: 980px; }
.gsas-finalcta h2 {
  font-family: var(--ff-display);
  font-weight: var(--fw-black);
  font-size: var(--fs-40);
  line-height: 1.1;
  letter-spacing: var(--ls-tight);
  margin: 0 0 14px;
  color: var(--gerbs-ink);
}
.gsas-finalcta__lead {
  font-size: var(--fs-18);
  margin: 0 0 28px;
  color: var(--gerbs-ink);
}
.gsas-finalcta__ctas {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

/* =========================================================
   Focus + accessibility states (shared)
   ========================================================= */
.gsas a:focus-visible,
.gsas summary:focus-visible,
.gsas .g-btn:focus-visible {
  outline: 3px solid var(--gerbs-blue);
  outline-offset: 2px;
  border-radius: 4px;
}

/* =========================================================
   MOBILE BREAKPOINTS
   ========================================================= */

/* ---- Tablet: 768-1024 ---- */
@media (max-width: 1024px) {
  .gsas-hero__card { padding: 40px; }
  .gsas-hero__title { font-size: var(--fs-40); }
  .gsas-pillars__grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .gsas-pillar { padding: 24px 20px; }
  .gsas-how__grid { gap: 24px; }
  .gsas-step { padding: 30px 24px 24px; }
  .gsas-products__grid { grid-template-columns: repeat(2, 1fr); }
  .gsas-allergens__title { font-size: var(--fs-20); }
  .gsas-finalcta h2 { font-size: var(--fs-32); }
}

/* ---- Phone: <768 ---- */
@media (max-width: 767px) {
  .gsas-hero {
    padding: 16px 0 4px;
  }
  .gsas-hero .gsas__wrap {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .gsas-hero__card { padding: 32px 24px; }
  .gsas-hero__title { font-size: var(--fs-32); line-height: 1.1; }
  .gsas-hero__lead { font-size: var(--fs-16); }
  .gsas-hero__ctas .g-btn { flex: 1 1 100%; }
  .gsas-hero__perks {
    flex-direction: column;
    gap: 10px;
  }
  .gsas-hero__photo { min-height: 240px; aspect-ratio: 4 / 3; }
  .gsas-hero__sticker {
    width: 96px; height: 96px;
    top: 16px; right: 16px;
    padding: 8px;
  }
  .gsas-hero__sticker b { font-size: 15px; }
  .gsas-hero__sticker span { font-size: 9px; }

  .gsas-pillars,
  .gsas-how,
  .gsas-products,
  .gsas-faq { padding: 48px 0; }
  .gsas-allergens { padding: 20px 0 24px; }
  .gsas-finalcta { padding: 48px 0; }

  .gsas__head { margin-bottom: 28px; }
  .gsas__title { font-size: var(--fs-24); }
  .gsas__lead { font-size: var(--fs-16); }

  .gsas-pillars__grid,
  .gsas-how__grid { grid-template-columns: 1fr; gap: 24px; }
  .gsas-step { padding: 28px 22px 22px; }
  .gsas-step__num { top: -18px; width: 36px; height: 36px; font-size: var(--fs-16); border-width: 2px; }

  .gsas-products__head { flex-direction: column; align-items: flex-start; gap: 8px; }
  .gsas-products__head h2 { font-size: var(--fs-24); }
  .gsas-products__grid { gap: 14px; }

  .gsas-allergens__title { font-size: var(--fs-18); }
  .gsas-allergens__icon img { width: 36px; height: 36px; }
  .gsas-allergens__icon h4 { font-size: 10px; }
  .gsas-allergens__strip .et_pb_column { gap: 24px; }
  .gsas-finalcta h2 { font-size: var(--fs-24); }

  .gsas-faq__item summary { padding: 18px 18px; font-size: var(--fs-16); }
  .gsas-faq__answer { padding: 0 18px 18px; font-size: var(--fs-14); }

  .gsas-finalcta__ctas { flex-direction: column; align-items: stretch; width: 100%; }
}

/* ---- Small phone: <480 ---- */
@media (max-width: 479px) {
  .gsas-products__grid { grid-template-columns: 1fr; }
  .gsas-hero__card { padding: 28px 20px; }
  .gsas-hero__title { font-size: 28px; }
}
