/* Landings guía comerciales: arena, antiparasitarios, grain free */
.gl-landing {
  --gl-hero-from: #7c2d12;
  --gl-hero-mid: #c2410c;
  --gl-hero-to: #ea580c;
  --gl-accent: #f97316;
  --gl-accent-dark: #c2410c;
  --gl-ink: #431407;
  --gl-page: #fff7ed;
  --gl-soft: #ffedd5;
  --gl-card: #fff;
  --gl-muted: #78716c;
  background: var(--gl-page);
}
.gl-landing--arena {
  --gl-hero-from: #7c2d12;
  --gl-hero-mid: #c2410c;
  --gl-hero-to: #ea580c;
  --gl-accent: #f97316;
  --gl-accent-dark: #c2410c;
  --gl-ink: #431407;
  --gl-page: #fff7ed;
  --gl-soft: #ffedd5;
}
.gl-landing--parasite {
  --gl-hero-from: #134e4a;
  --gl-hero-mid: #0f766e;
  --gl-hero-to: #0d9488;
  --gl-accent: #2dd4bf;
  --gl-accent-dark: #0f766e;
  --gl-ink: #042f2e;
  --gl-page: #f0fdfa;
  --gl-soft: #ccfbf1;
}
.gl-landing--grain {
  --gl-hero-from: #365314;
  --gl-hero-mid: #4d7c0f;
  --gl-hero-to: #65a30d;
  --gl-accent: #a3e635;
  --gl-accent-dark: #4d7c0f;
  --gl-ink: #1a2e05;
  --gl-page: #f7fee7;
  --gl-soft: #ecfccb;
}

.gl-hero {
  position: relative;
  background: linear-gradient(135deg, var(--gl-hero-from) 0%, var(--gl-hero-mid) 40%, var(--gl-hero-to) 100%);
  color: #fff;
  overflow: hidden;
}
.gl-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 82%, rgba(255,255,255,.12) 0%, transparent 45%),
    radial-gradient(circle at 88% 18%, rgba(255,255,255,.08) 0%, transparent 40%);
  pointer-events: none;
}
.gl-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(64px);
  opacity: .32;
  pointer-events: none;
}
.gl-hero__glow--1 { width: 280px; height: 280px; background: #fff; top: -70px; right: 8%; }
.gl-hero__glow--2 { width: 200px; height: 200px; background: var(--gl-accent); bottom: 8%; left: 4%; }

.gl-hero__breadcrumb { display: inline-block; max-width: 100%; }
.gl-hero__breadcrumb .breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .15rem;
  margin: 0;
  padding: .45rem .95rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, .28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .22);
}
.gl-hero__breadcrumb .breadcrumb-item { color: rgba(255,255,255,.88); font-size: .8125rem; font-weight: 500; }
.gl-hero__breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.55); padding: 0 .45rem; }
.gl-hero__breadcrumb .breadcrumb-item a { color: #fff; text-decoration: none; opacity: .92; }
.gl-hero__breadcrumb .breadcrumb-item a:hover { opacity: 1; text-decoration: underline; text-underline-offset: 2px; }
.gl-hero__breadcrumb .breadcrumb-item.active { color: #fff; font-weight: 700; }

.gl-hero__badge {
  display: inline-flex;
  align-items: center;
  padding: .35rem .85rem;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
  font-size: .85rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.gl-hero__title {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: clamp(2.05rem, 4.8vw, 3.1rem);
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 1rem;
  letter-spacing: -.02em;
}
.gl-hero__lead {
  font-size: 1.08rem;
  line-height: 1.6;
  opacity: .95;
  max-width: 580px;
  margin-bottom: 1.5rem;
}
.gl-hero__stats { display: flex; flex-wrap: wrap; gap: .75rem; }
.gl-stat {
  display: flex;
  flex-direction: column;
  padding: .65rem 1rem;
  background: rgba(255,255,255,.14);
  border-radius: .75rem;
  backdrop-filter: blur(6px);
  min-width: 80px;
}
.gl-stat__value {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-weight: 700;
  font-size: 1.05rem;
}
.gl-stat__label { font-size: .75rem; opacity: .85; }

.gl-hero__visual { position: relative; min-height: 270px; }
.gl-hero__orb {
  position: absolute;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  background: rgba(255,255,255,.2);
  border-radius: 50%;
  backdrop-filter: blur(8px);
  animation: gl-float 4s ease-in-out infinite;
}
.gl-hero__orb--1 { top: 0; left: 15%; }
.gl-hero__orb--2 { top: 35%; right: 5%; animation-delay: .8s; font-size: 1.75rem; }
.gl-hero__orb--3 { bottom: 15%; left: 35%; animation-delay: 1.6s; font-size: 1.75rem; }
@keyframes gl-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.gl-hero__card {
  position: absolute;
  bottom: 18%;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: .15rem;
  padding: 1rem 1.15rem;
  background: #fff;
  color: var(--gl-ink);
  border-radius: 1rem;
  box-shadow: 0 12px 40px rgba(0,0,0,.18);
  max-width: 210px;
  animation: gl-float 5s ease-in-out infinite .3s;
}
.gl-hero__card--2 { bottom: auto; top: 22%; right: 0; left: auto; animation-delay: 1s; }
.gl-hero__card i { font-size: 1.35rem; color: var(--gl-accent-dark); margin-bottom: .25rem; }
.gl-hero__card strong { font-size: .95rem; }
.gl-hero__card span { font-size: .78rem; color: var(--gl-muted); line-height: 1.35; }
.gl-hero__wave svg { display: block; width: 100%; height: 48px; }

.gl-section-eyebrow {
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--gl-accent-dark);
  margin-bottom: .35rem;
}
.gl-section-title {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-weight: 700;
  font-size: clamp(1.45rem, 3vw, 1.95rem);
  color: var(--gl-ink);
}

.gl-type-card {
  background: var(--gl-card);
  border-radius: 1rem;
  padding: 1.25rem;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 4px 20px rgba(0,0,0,.05);
  height: 100%;
  transition: transform .2s, box-shadow .2s;
}
.gl-type-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(0,0,0,.08); }
.gl-type-card__icon {
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  background: var(--gl-soft);
  color: var(--gl-accent-dark);
  border-radius: .75rem;
  font-size: 1.35rem;
  margin-bottom: .85rem;
}
.gl-type-card__title { font-size: 1rem; font-weight: 700; color: var(--gl-ink); margin-bottom: .5rem; }
.gl-type-card__text { font-size: .85rem; color: var(--gl-muted); line-height: 1.5; margin-bottom: .75rem; }
.gl-type-card__tags { display: flex; flex-wrap: wrap; gap: .35rem; }
.gl-type-card__tags span {
  font-size: .7rem; font-weight: 600;
  padding: .2rem .55rem;
  background: var(--gl-soft);
  color: var(--gl-accent-dark);
  border-radius: 999px;
}

.gl-products-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.gl-products-grid--1 {
  grid-template-columns: minmax(0, 1fr);
  max-width: 320px;
}
@media (min-width: 768px) {
  .gl-products-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .gl-products-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gl-products-grid--2,
  .gl-products-grid--1 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
    max-width: none;
  }
}

.gl-product-card {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.06);
  transition: transform .2s, box-shadow .2s;
  height: 100%;
}
.gl-product-card:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,.08); }
.gl-product-card__link { display: block; text-decoration: none; color: inherit; height: 100%; }
.gl-product-card__image-wrap { position: relative; aspect-ratio: 1; background: #fafafa; overflow: hidden; }
.gl-product-card__image { width: 100%; height: 100%; object-fit: contain; padding: .75rem; }
.gl-product-card__image--placeholder {
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; color: #d6d3d1;
}
.gl-product-card__badge {
  position: absolute; top: .5rem; left: .5rem;
  background: var(--brand, #e11d48);
  color: #fff; font-size: .75rem; font-weight: 700;
  padding: .2rem .5rem; border-radius: .35rem;
}
.gl-product-card__body { padding: .85rem; }
.gl-product-card__title {
  font-size: .85rem; font-weight: 600; line-height: 1.35; margin-bottom: .35rem;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.gl-product-card--compact .gl-product-card__title { font-size: .8rem; }
.gl-product-card__desc {
  font-size: .75rem; color: var(--gl-muted); margin-bottom: .5rem;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.gl-product-card__footer { display: flex; align-items: baseline; gap: .5rem; }
.gl-product-card__price { font-weight: 700; font-size: 1rem; color: var(--gl-ink); }
.gl-product-card__compare { font-size: .8rem; color: #a8a29e; text-decoration: line-through; }

.gl-compare {
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 8px 32px rgba(0,0,0,.06);
}
.gl-compare table { width: 100%; margin: 0; border-collapse: collapse; }
.gl-compare th, .gl-compare td {
  padding: .9rem 1.1rem;
  text-align: left;
  border-bottom: 1px solid rgba(0,0,0,.06);
  vertical-align: top;
}
.gl-compare thead th {
  background: var(--gl-ink);
  color: #fff;
  font-size: .82rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.gl-compare tbody th {
  font-size: .82rem;
  font-weight: 700;
  color: var(--gl-ink);
  width: 22%;
  background: var(--gl-page);
}
.gl-compare tbody td { font-size: .88rem; color: #44403c; line-height: 1.45; width: 39%; }
.gl-compare tbody tr:last-child th,
.gl-compare tbody tr:last-child td { border-bottom: 0; }
.gl-compare .gl-compare__win { color: var(--gl-accent-dark); font-weight: 700; }
@media (max-width: 767.98px) {
  .gl-compare { overflow-x: auto; }
  .gl-compare table { min-width: 560px; }
}

.gl-choice {
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.4rem 1.35rem 1.25rem;
  border: 2px solid transparent;
  box-shadow: 0 6px 24px rgba(0,0,0,.05);
  height: 100%;
  position: relative;
}
.gl-choice--collar { border-color: rgba(13,148,136,.25); }
.gl-choice--pill { border-color: rgba(59,130,246,.22); }
.gl-choice--spot { border-color: rgba(234,88,12,.22); }
.gl-choice__kicker {
  font-size: .72rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--gl-accent-dark); margin-bottom: .35rem;
}
.gl-choice__title { font-family: var(--font-display, 'Outfit', sans-serif); font-weight: 700; color: var(--gl-ink); margin-bottom: .5rem; }
.gl-choice__text { font-size: .88rem; color: var(--gl-muted); line-height: 1.5; }
.gl-choice__list { margin: .85rem 0 0; padding: 0; list-style: none; }
.gl-choice__list li {
  position: relative;
  padding-left: 1.15rem;
  font-size: .84rem;
  color: #44403c;
  margin-bottom: .35rem;
}
.gl-choice__list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--gl-accent-dark);
  font-weight: 700;
}

.gl-split {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) { .gl-split { grid-template-columns: 1fr 1fr; gap: 1.25rem; } }
.gl-split__panel {
  border-radius: 1.25rem;
  padding: 1.4rem 1.35rem;
  height: 100%;
}
.gl-split__panel--yes { background: var(--gl-soft); }
.gl-split__panel--no { background: #fff; border: 1px solid rgba(0,0,0,.07); }
.gl-split__panel h3 { font-size: 1.05rem; font-weight: 700; color: var(--gl-ink); margin-bottom: .75rem; }
.gl-split__panel ul { margin: 0; padding-left: 1.1rem; }
.gl-split__panel li { margin-bottom: .4rem; font-size: .9rem; color: #44403c; line-height: 1.45; }

.gl-collection { background: linear-gradient(180deg, var(--gl-page) 0%, #fff 100%); }
.gl-collection__header {
  display: flex; flex-wrap: wrap; align-items: flex-end;
  justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem;
}
.gl-tools-banner {
  background: linear-gradient(135deg, var(--gl-soft) 0%, #fff 100%);
  border: 1px solid color-mix(in srgb, var(--gl-accent-dark) 22%, transparent);
  border-radius: 1.25rem;
  padding: 1.5rem 1.75rem;
}
.gl-trust-card {
  display: flex; flex-direction: column; align-items: center; gap: .35rem;
  padding: 1rem; background: #fff; border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(0,0,0,.04); height: 100%;
}
.gl-trust-card i { font-size: 1.5rem; color: var(--gl-accent-dark); }
.gl-trust-card strong { font-size: .9rem; }
.gl-trust-card span { font-size: .78rem; color: var(--gl-muted); }

.gl-note {
  font-size: .85rem;
  color: var(--gl-muted);
  background: #fff;
  border-left: 3px solid var(--gl-accent-dark);
  padding: .85rem 1rem;
  border-radius: 0 .75rem .75rem 0;
}

.gl-cta {
  background: linear-gradient(135deg, var(--gl-hero-from) 0%, var(--gl-hero-mid) 55%, var(--gl-hero-to) 100%);
}

.gl-landing .accordion-button { font-size: .92rem; font-weight: 600; color: var(--gl-ink); }
.gl-landing .accordion-button:not(.collapsed) { background: var(--gl-soft); color: var(--gl-ink); box-shadow: none; }
.gl-landing .accordion-button:focus { box-shadow: none; }

@media (max-width: 991.98px) {
  .gl-hero__visual { display: none; }
  .gl-hero .container { padding-top: 1.25rem !important; padding-bottom: 1.5rem !important; }
  .gl-hero__title { font-size: clamp(1.7rem, 7.2vw, 2.15rem); }
  .gl-hero__lead { font-size: 1rem; margin-bottom: 1.1rem; }
  .gl-hero__breadcrumb { display: block; width: 100%; }
  .gl-hero__breadcrumb .breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    max-width: 100%;
    padding: .4rem .75rem;
    border-radius: 999px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .gl-hero__breadcrumb .breadcrumb::-webkit-scrollbar { display: none; }
  .gl-hero__breadcrumb .breadcrumb-item { flex-shrink: 0; }
  .gl-hero__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .5rem;
  }
  .gl-stat { min-width: 0; padding: .55rem .75rem; }
  .gl-hero .d-flex.flex-wrap.gap-2 .btn {
    flex: 1 1 100%;
  }
  .gl-collection__header { flex-direction: column; align-items: stretch; }
  .gl-collection__header .btn { align-self: flex-start; }
  .gl-tools-banner { padding: 1.15rem 1.2rem; }
  .gl-type-card { padding: 1rem; }
  .gl-type-card__text { font-size: .8rem; }
}

@media (max-width: 575.98px) {
  .gl-landing .row:has(.gl-type-card) > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .gl-compare table { min-width: 480px; }
  .gl-product-card__desc { display: none; }
}
