/* Shared usability refinements for the static export. */
html:root {
  --font-display: Outfit, "Outfit Fallback", Arial, sans-serif !important;
  --font-body: Arial, Helvetica, sans-serif !important;
  scroll-padding-top: 7rem;
}
[hidden] { display: none !important; }
body h1, body h2, body h3, body h4 {
  font-family: var(--font-display);
  text-wrap: pretty;
}
body h1 { line-height: 1.12; }
body h2, body h3 { line-height: 1.25; }
input, select, textarea, button { font-family: var(--font-body); }
input, select, textarea { font-size: 1rem; }
:focus-visible { outline: 3px solid #247254; outline-offset: 4px; }
main, section, [id] { scroll-margin-top: 7rem; }
.skip-link {
  position: fixed; top: .5rem; left: .5rem; z-index: 10000;
  padding: .85rem 1rem; background: #fff; color: #193e35;
  border: 2px solid #193e35; border-radius: .4rem;
  transform: translateY(-200%); font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }
body .nav-burger, body .nav-dropdown-toggle { min-width: 44px; min-height: 44px; }
.form-feedback, .audience-help {
  padding: 1rem; margin: 1rem 0; background: #edf4ef;
  color: #193e35; border: 1px solid rgba(36, 114, 84, .28); line-height: 1.6;
}
.form-error { color: #9b2626; font-size: 1rem; line-height: 1.5; }
.whatsapp-recovery { margin-top: .75rem; white-space: normal; }
button:disabled { cursor: wait; opacity: .65; }
body .review-form-stars { display: flex; flex-wrap: wrap; gap: .35rem; }
body .review-star-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 44px; min-height: 44px; padding: .5rem;
  color: #52665f; background: #fff; border: 1px solid #9cac9f; border-radius: .4rem;
}
.review-star-btn svg { fill: none; stroke: currentColor; stroke-width: 1.8; }
body .review-star-btn.is-selected { color: #805b13; background: #fff8e8; border-color: #805b13; }
.review-star-btn.is-selected svg { fill: currentColor; }
body .review-form-counter { color: #52665f; font-size: .875rem; }
body .product-rating, body .review-stars { color: #805b13; }
body .productos-controls {
  display: grid; grid-template-columns: minmax(12rem, 2fr) minmax(11rem, 1.5fr) minmax(9rem, 1fr) auto;
  gap: 1rem; align-items: end; margin: 1.25rem 0 .75rem;
}
.productos-controls > *, .productos-controls label { min-width: 0; }
.productos-controls label { display: grid; gap: .5rem; font-weight: 700; font-size: .875rem; }
body .productos-search { width: auto; display: grid; gap: .5rem; }
body .productos-controls input, body .productos-controls select {
  display: block; width: 100%; min-height: 48px; box-sizing: border-box;
  padding: .75rem; border: 1px solid #7a8d83; border-radius: .45rem;
  background: #fff; color: #193e35; font-size: 1rem;
}
body .catalog-reset { min-height: 48px; white-space: normal; }
.catalog-guides { max-width: 1136px; width: calc(100% - 2.5rem); box-sizing: border-box; margin: .75rem auto 1rem; border-bottom: 1px solid #c5d3cb; }
body .catalog-guides { padding: .25rem 1rem; }
.catalog-guides > summary, .checklist-assumptions > summary {
  padding: .85rem 0; cursor: pointer; color: #193e35; font-weight: 700; line-height: 1.5;
}
.catalog-guides .catalog-category-funnel { margin: .25rem 0 1rem; }
.checklist-assumptions { margin-top: 1rem; font-size: .875rem; line-height: 1.6; }
body .checklist-tool h2 { font-size: 1.15rem; margin: 0 0 .85rem; }
body .checklist-tool .checklist-result h2 { font-size: 1.6rem; }
body .product-use, body .product-card .note { font-size: .875rem; line-height: 1.5; }
body .product-category-tag { font-size: .75rem !important; line-height: 1.4; letter-spacing: .04em; }
body .product-card .product-use { text-transform: none; letter-spacing: normal; font-weight: 400; }
body .product-detail-link { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
.not-found { max-width: 42rem; margin: 0 auto; padding: clamp(2rem, 9vw, 7rem) 1.25rem; }
.not-found h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
.not-found p { line-height: 1.65; }
.not-found-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
@media (max-width: 900px) {
  body .productos-controls { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .productos-controls .productos-search { grid-column: 1 / -1; }
  .productos-controls .catalog-reset { grid-column: 1 / -1; justify-self: start; }
}
@media (max-width: 640px) {
  body .header-cta { min-width: 44px; width: 44px; min-height: 44px; justify-content: center; box-sizing: border-box; }
  body .experience-bar { gap: .75rem; padding: .65rem 1.25rem; }
  body .experience-bar > span { flex: 1 1 0; min-width: 0; width: auto; }
  body .experience-bar > button { flex: 0 1 auto; max-width: 50%; white-space: normal; line-height: 1.4; }
  body .product-card { grid-template-columns: minmax(90px, .8fr) minmax(0, 1.8fr); }
  body .product-card h3 { font-size: 1rem; line-height: 1.35; }
  body .product-card .product-use, body .product-card .note { font-size: .875rem; line-height: 1.5; }
  body .product-card .product-card-body { min-width: 0; }
  body .product-card .price-row { flex-wrap: wrap; gap: .35rem; }
  body .product-detail-link { font-size: .875rem; }
  body .checklist-product-grid .product-card { grid-template-columns: 6rem minmax(0, 1fr); }
  .whatsapp-recovery { width: 100%; box-sizing: border-box; }
}
@media (max-width: 359px) {
  body .productos-controls { grid-template-columns: minmax(0, 1fr); }
  body .product-card { grid-template-columns: 80px minmax(0, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  html:root { scroll-behavior: auto !important; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Landing readability: group related copy before adding more decoration. */
body main > .content-grid {
  max-width: 1248px;
  margin-inline: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(1rem, 2.2vw, 1.5rem);
}

body main > .content-grid > .info-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(1.2rem, 2.2vw, 1.5rem);
}

body main > .content-grid > .info-card h2 {
  max-width: 30ch;
  text-wrap: balance;
}

body main > .content-grid > .info-card > p {
  max-width: 62ch;
  line-height: 1.6;
}

body main > .content-grid > .info-card > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .45rem 1.35rem;
  margin: .75rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted, #5a5347);
  line-height: 1.5;
}

body main > .content-grid > .info-card > ul li {
  margin: 0;
  padding-left: .15rem;
  break-inside: avoid;
}

body main > .content-grid > .info-card > ul li::marker {
  color: var(--coral, #d9532b);
  font-size: .9em;
}

body main > .content-grid > .info-card > .btn {
  align-self: flex-start;
  margin-top: auto !important;
}

body main > .content-grid > .info-card > .section-product-links {
  margin-top: auto;
}

body main .section-product-links {
  padding: .9rem 1rem;
  border: 1px solid var(--line, rgba(26, 20, 16, .12));
  border-radius: .75rem;
  background: var(--paper-2, #f3ece0);
}

body main .section-product-links .links-label {
  margin: 0 0 .5rem;
  color: var(--ink, #1a1410);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body main .section-product-links ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .45rem 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

body main .section-product-links li {
  min-width: 0;
  margin: 0;
}

body main .section-product-links a {
  display: block;
  color: var(--palma-deep, #1d4a36);
  font-size: .9rem;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body main .article-table-wrap {
  margin: 1.25rem 0;
  border-radius: .9rem;
}

body main .article-table th,
body main .article-table td {
  white-space: normal;
  line-height: 1.45;
}

@media (max-width: 760px) {
  body main > .content-grid {
    grid-template-columns: 1fr;
  }

  body main > .content-grid > .info-card > ul,
  body main .section-product-links ul {
    grid-template-columns: 1fr;
  }
}

/* UX stabilization: legibility, touch targets, and responsive composition */
body :is(.btn-dark, .btn-primary, .btn-whatsapp, .header-cta, .product-detail-link) {
  color: #fff !important;
  text-align: center;
}

body :is(.btn, .header-cta, .product-detail-link, .silk-sheet-trigger) {
  min-height: 2.75rem;
  line-height: 1.25;
}

body .btn-light,
body .section-cta .btn,
body .final-cta .btn {
  color: var(--silk-forest-deep) !important;
}

body .product-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  overflow: hidden;
  text-align: left;
}

body .product-card .product-image-wrap {
  width: 100%;
  height: 13rem;
  min-height: 13rem;
  padding: 1rem;
  border-bottom: 1px solid var(--silk-line);
}

body .product-card .product-image {
  width: 100%;
  height: 11rem;
  object-fit: contain;
}

body .product-card .product-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  width: 100%;
  min-width: 0;
  padding: 1rem;
}

body .product-card .product-card-body > * {
  grid-column: auto;
  max-width: 100%;
}

body .product-card h3 {
  margin: .2rem 0 .55rem;
}

body .product-card .note {
  margin: .3rem 0 .85rem;
}

body .product-card .affiliate-action {
  justify-items: stretch;
  margin-top: auto;
}

body .product-card .affiliate-action .btn,
body .product-card .product-detail-link,
body .product-card .silk-sheet-trigger {
  width: 100%;
  justify-content: center;
}

body .silk-sheet-trigger {
  margin-top: .65rem;
  padding: .65rem 1rem;
  border: 1px solid rgba(25, 62, 53, .28);
  border-radius: 999px;
  background: rgba(25, 62, 53, .06);
  color: var(--silk-forest-deep);
  font-weight: 750;
  text-align: center;
}

body .quote-form-shell .quote-form-aside {
  background: rgba(255, 255, 255, .09);
  color: #fff !important;
}

body .quote-form-shell .quote-form-aside :is(h1, h2, h3) {
  color: #fff !important;
}

body .quote-form-shell .quote-form-aside :is(p, li) {
  color: rgba(255, 255, 255, .86) !important;
}

body .quote-form-shell .quote-form-aside .kicker {
  background: rgba(215, 231, 92, .14) !important;
  color: var(--silk-lime) !important;
}

body .quote-form-shell .quote-form-aside li::marker {
  color: var(--silk-lime);
}

body :is(.page-share-action, .scroll-depth-close, .nav-burger) {
  min-width: 2.75rem;
  min-height: 2.75rem;
}

body .product-detail-image-panel {
  order: 0;
}

body .product-buy-panel {
  order: 1;
}

@media (max-width: 820px) {
  body .pillar-grid {
    grid-template-columns: 1fr;
  }

  body .pillar-card {
    min-height: 0;
    padding: 1rem;
  }

  body .productos-controls {
    position: static;
    top: auto;
    grid-template-columns: 1fr;
    gap: .85rem;
    width: 100%;
    padding: 1rem;
  }

  body .productos-controls :is(.productos-search, label, input, select, .catalog-reset) {
    grid-column: auto;
    width: 100%;
    max-width: none;
  }

  body .productos-controls .catalog-reset {
    justify-self: stretch;
    min-height: 2.75rem;
  }

  body :is(.product-grid, .productos-grid, .related-grid) {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  body .product-card {
    display: flex;
    grid-template-columns: none;
    gap: 0;
    width: 100%;
    max-width: none;
    padding: 0;
    border: 1px solid var(--silk-line);
  }

  body .product-card .product-image-wrap {
    align-self: stretch;
    height: 12.5rem;
    min-height: 12.5rem;
    padding: 1rem;
  }

  body .product-card .product-image {
    height: 10.5rem;
  }

  body .product-card .product-card-body {
    display: flex;
    grid-template-columns: none;
    padding: 1rem;
  }

  body .product-card :is(h3, .note) {
    font-size: revert;
  }

  body .product-detail-image-panel {
    order: 0;
    height: auto;
    min-height: 19rem;
  }

  body .product-buy-panel {
    order: 1;
  }

  body .product-buy-panel h1 {
    max-width: none;
    font-size: clamp(2rem, 9vw, 2.6rem);
    line-height: 1.04;
    letter-spacing: -.035em;
  }

  body :is(.product-route-actions, .product-journey, .hero-actions) .btn {
    min-width: 0;
    text-align: center;
    white-space: normal;
  }

  body .product-route-actions .btn,
  body .product-journey > .btn {
    width: 100%;
    flex-basis: 100%;
  }

  body .sticky-mobile-cta {
    gap: .5rem;
    min-height: 4rem;
    padding: .5rem max(.65rem, env(safe-area-inset-right)) calc(.5rem + env(safe-area-inset-bottom)) max(.65rem, env(safe-area-inset-left));
  }

  body .sticky-mobile-cta .btn {
    min-width: 0;
    min-height: 3rem;
    padding: .55rem .45rem;
    font-size: .78rem;
    line-height: 1.15;
    white-space: normal;
  }

  body .footer a {
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
    padding-block: .35rem;
  }
}

@media (min-width: 641px) and (max-width: 820px) {
  body :is(.product-grid, .productos-grid, .related-grid) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .productos-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .productos-controls .productos-search {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  body .quote-form-shell {
    gap: 1rem;
    padding-inline: 1rem;
  }

  body :is(.quote-form-aside, .quote-form-wrap) {
    padding: 1rem;
  }

  body .product-detail-grid {
    gap: 1rem;
  }

  body .product-detail-image-panel {
    min-height: 17rem;
  }

  body .product-detail-image {
    height: 14rem;
  }

  body .product-buy-panel h1 {
    font-size: 1.9rem;
  }
}

/* Contrast repair: keep every control readable on its actual surface. */
body .kicker {
  background: transparent !important;
  padding-inline: 0 !important;
}

body .experience-bar button {
  min-height: 2.75rem;
  padding: .55rem .85rem;
  border: 1px solid var(--silk-lime) !important;
  border-radius: 999px;
  background: var(--silk-lime) !important;
  color: var(--silk-forest-deep) !important;
  text-decoration: none;
}

body .experience-bar button:hover,
body .experience-bar button:focus-visible {
  border-color: #fff !important;
  background: #fff !important;
  color: var(--silk-forest-deep) !important;
}

body .experience-bar a {
  color: #fff !important;
}

body .whatsapp-group-lead-mark {
  background: transparent !important;
}

body .whatsapp-group-lead .kicker {
  color: var(--silk-forest-deep) !important;
}

body .need-strip a {
  border: 1px solid rgba(25, 62, 53, .16);
  background: #fff !important;
  color: var(--silk-forest-deep) !important;
}

body .need-strip a:hover,
body .need-strip a:focus-visible {
  background: var(--silk-lime) !important;
  color: var(--silk-forest-deep) !important;
}

body .section-cta.inbound-links {
  background: var(--silk-paper) !important;
  border: 1px solid var(--silk-line) !important;
  color: var(--silk-ink) !important;
}

body .section-cta.inbound-links :is(h2, p, .kicker) {
  color: var(--silk-ink) !important;
}

body .section-cta.inbound-links .pillar-card {
  background: var(--silk-card) !important;
  border: 1px solid var(--silk-line) !important;
  color: var(--silk-ink) !important;
}

body .section-cta.inbound-links .pillar-card :is(h3, p) {
  color: var(--silk-ink) !important;
}

body .section-cta.inbound-links .pillar-card:hover,
body .section-cta.inbound-links .pillar-card:focus-visible {
  background: var(--silk-lime) !important;
  border-color: var(--silk-lime) !important;
  color: var(--silk-forest-deep) !important;
}

body .section-cta.inbound-links .pillar-card:hover :is(h3, p),
body .section-cta.inbound-links .pillar-card:focus-visible :is(h3, p) {
  color: var(--silk-forest-deep) !important;
}

body .footer :is(.footer-title, .footer-disclosure, .footer-meta) {
  color: rgba(255, 255, 255, .78) !important;
}

body .footer .footer-title {
  color: #fff !important;
}

body .footer-wa {
  background: var(--silk-lime) !important;
  color: var(--silk-forest-deep) !important;
}

body .footer p {
  color: rgba(255, 255, 255, .78) !important;
}

body :is(.lead-magnet, .section-cta:not(.inbound-links), .final-cta, .scroll-depth-cta, .whatsapp-group-lead) a:not(.btn):hover,
body :is(.lead-magnet, .section-cta:not(.inbound-links), .final-cta, .scroll-depth-cta, .whatsapp-group-lead) a:not(.btn):focus-visible {
  color: #fff !important;
}

@media (max-width: 640px) {
  body main .article-table {
    min-width: 34rem;
  }

  body main .article-table th,
  body main .article-table td {
    padding: .7rem .8rem;
    font-size: .9rem;
  }
}

/* Lead magnet de comunidad: CTA único y contextual para WhatsApp. */
.whatsapp-group-lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem 2.5rem;
  align-items: center;
  max-width: 1248px;
  margin: clamp(1.75rem, 4vw, 3.5rem) auto;
  padding: clamp(1.25rem, 3vw, 2.25rem);
  border: 1px solid var(--palma-deep, #285c4e);
  background: var(--palma, #193e35);
  color: #fff;
}

.whatsapp-group-lead-copy,
.whatsapp-group-lead-action {
  min-width: 0;
}

.whatsapp-group-lead-heading {
  display: flex;
  gap: .9rem;
  align-items: flex-start;
}

.whatsapp-group-lead-mark {
  display: inline-grid;
  flex: 0 0 2.85rem;
  place-items: center;
  width: 2.85rem;
  height: 2.85rem;
  background: var(--sol, #d9e7aa);
}

.whatsapp-group-lead-mark img {
  display: block;
  width: 1.85rem;
  height: 1.85rem;
}

.whatsapp-group-lead .kicker {
  margin: .15rem 0 .35rem;
  color: var(--sol, #d9e7aa);
}

.whatsapp-group-lead h2 {
  max-width: 32rem;
  margin: 0;
  color: #fff;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.08;
}

.whatsapp-group-lead-copy > p {
  max-width: 54rem;
  margin: 1rem 0 0 3.75rem;
  color: rgba(255, 255, 255, .84);
  line-height: 1.55;
}

.whatsapp-group-lead-action {
  display: grid;
  justify-items: start;
  gap: .55rem;
}

.whatsapp-group-lead-button {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  min-width: 11.5rem;
  justify-content: center;
  border: 1px solid var(--sol, #d9e7aa);
  background: var(--sol, #d9e7aa);
  color: var(--ink, #182c27);
  text-decoration: none;
}

.whatsapp-group-lead-button:hover,
.whatsapp-group-lead-button:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--ink, #182c27);
}

.whatsapp-group-lead-action small {
  color: rgba(255, 255, 255, .68);
  font-size: .78rem;
}

@media (max-width: 700px) {
  .whatsapp-group-lead {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .whatsapp-group-lead-copy > p {
    margin-left: 0;
  }

  .whatsapp-group-lead-action {
    justify-items: stretch;
  }

  .whatsapp-group-lead-button {
    width: 100%;
  }
}

/* CTA surfaces: Fresh Greens palette, with the dark brand green reserved for actions. */
:root {
  --cta-surface: #e8f1df;
  --cta-surface-border: #cfe0bc;
  --cta-surface-ink: #193e35;
  --cta-surface-muted: #386641;
  --cta-accent: #a7c957;
}

.whatsapp-group-lead {
  margin-inline: clamp(1rem, 5vw, 5rem);
}

.whatsapp-group-lead,
.lead-magnet,
.section-cta:not(.inbound-links),
.final-cta,
.scroll-depth-cta {
  background: var(--cta-surface);
  border-color: var(--cta-surface-border);
  color: var(--cta-surface-ink);
}

.whatsapp-group-lead h2,
.lead-magnet h2,
.section-cta:not(.inbound-links) p,
.final-cta h2,
.final-cta p,
.scroll-depth-cta-title,
.scroll-depth-cta-text {
  color: var(--cta-surface-ink);
}

.whatsapp-group-lead-copy > p,
.lead-magnet p,
.lead-magnet .small-note,
.lead-magnet .small-note a,
.whatsapp-group-lead-action small {
  color: var(--cta-surface-muted);
}

.whatsapp-group-lead .kicker,
.lead-magnet .kicker,
.final-cta .kicker {
  background: var(--cta-accent);
  color: var(--cta-surface-ink);
}

.whatsapp-group-lead-mark {
  background: #fff;
}

.whatsapp-group-lead-button {
  background: var(--cta-surface-ink);
  border-color: var(--cta-surface-ink);
  color: #fff;
}

.whatsapp-group-lead-button:hover,
.whatsapp-group-lead-button:focus-visible {
  background: #fff;
  border-color: var(--cta-surface-ink);
  color: var(--cta-surface-ink);
}

.scroll-depth-cta-close,
.scroll-depth-close {
  color: var(--cta-surface-ink);
}

/* Make article FAQs behave and read like the site's native disclosure panels. */
.article-faqs > dl > div {
  transition: border-color .2s ease;
}

.article-faqs dt {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: 0;
}

.article-faqs dt::after {
  color: var(--coral);
  content: "+";
  flex: 0 0 auto;
  font-family: var(--font-body);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  transition: transform .2s ease;
}

.article-faqs dt[aria-expanded="true"]::after {
  transform: rotate(45deg);
}

.article-faqs > dl > div:has(dt[aria-expanded="true"]) {
  border-color: var(--cobre);
}

.article-faqs dt:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .article-faqs > dl > div,
  .article-faqs dt::after {
    transition: none;
  }
}

/*
 * Electro Habana / Silk-inspired site system
 * Static implementation: the visual language is shared by every exported page
 * without changing product copy, prices, routes, SEO markup or checkout logic.
 */
:root {
  --silk-paper: #f1f5f1;
  --silk-paper-strong: #e4eee7;
  --silk-card: #fbfdfb;
  --silk-ink: #13231f;
  --silk-muted: #465d54;
  --silk-forest: #193e35;
  --silk-forest-deep: #102e29;
  --silk-lime: #d7e75c;
  --silk-lime-soft: #edf4bd;
  --silk-coral: #e7785d;
  --silk-line: rgba(25, 62, 53, .15);
  --silk-line-strong: rgba(25, 62, 53, .28);
  --silk-shadow: 0 24px 70px rgba(18, 45, 38, .12);
  --silk-shadow-soft: 0 12px 32px rgba(18, 45, 38, .09);
  --silk-radius-lg: 2rem;
  --silk-radius-md: 1.25rem;
  --silk-radius-sm: .85rem;
  --silk-max: 80rem;
}

html {
  background: var(--silk-paper);
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 10% 0%, rgba(215, 231, 92, .16), transparent 26rem),
    linear-gradient(180deg, var(--silk-paper) 0%, #f7faf7 50%, var(--silk-paper) 100%);
  color: var(--silk-ink);
}

body::selection {
  background: var(--silk-lime);
  color: var(--silk-forest-deep);
}

body.silk-sheet-open {
  overflow: hidden;
}

main#contenido-principal {
  width: min(100% - 2rem, var(--silk-max));
  margin-inline: auto;
}

body a {
  color: var(--silk-forest);
}

body a:hover {
  color: var(--silk-forest-deep);
}

body :focus-visible {
  outline: 3px solid var(--silk-coral);
  outline-offset: 4px;
}

.skip-link {
  background: var(--silk-lime);
  color: var(--silk-forest-deep);
  border-radius: 999px;
  font-weight: 800;
  left: 1rem;
  padding: .75rem 1rem;
  position: fixed;
  top: 1rem;
  z-index: 500;
}

/* Shared chrome */
.site-chrome {
  background: rgba(241, 245, 241, .86);
  border-bottom: 1px solid var(--silk-line);
  box-shadow: 0 8px 28px rgba(18, 45, 38, .04);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
}

.site-header {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  margin-inline: auto;
  max-width: var(--silk-max);
  min-height: 4.9rem;
  padding: .75rem 1rem;
}

.brand {
  align-items: center;
  color: var(--silk-ink);
  display: inline-flex;
  flex: 0 0 auto;
  gap: .7rem;
  text-decoration: none;
}

.brand:hover {
  color: var(--silk-ink);
}

.brand-mark {
  align-items: center;
  background: var(--silk-forest);
  border-radius: .85rem;
  color: var(--silk-lime);
  display: inline-flex;
  font-size: .78rem;
  font-weight: 900;
  height: 2.55rem;
  justify-content: center;
  letter-spacing: .04em;
  width: 2.55rem;
}

.brand-text {
  display: grid;
  font-size: 1.08rem;
  line-height: .95;
}

.brand-text strong {
  font-weight: 850;
}

.brand-text em {
  color: var(--silk-forest);
  font-style: normal;
  font-weight: 550;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: .18rem;
  margin-left: auto;
}

.nav-item {
  align-items: center;
  display: inline-flex;
  position: relative;
}

.site-nav a,
.nav-dropdown-toggle {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--silk-muted);
  font-size: .88rem;
  font-weight: 750;
  padding: .7rem .72rem;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.nav-dropdown-toggle:hover,
.nav-dropdown-toggle:focus-visible {
  background: var(--silk-card);
  color: var(--silk-forest);
}

.nav-dropdown-toggle {
  cursor: pointer;
  font-size: .76rem;
  margin-left: -.48rem;
  padding-inline: .35rem;
}

.header-cta,
.btn,
.footer-wa {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  gap: .5rem;
  justify-content: center;
  min-height: 2.85rem;
  padding: .72rem 1.05rem;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.header-cta {
  background: var(--silk-forest);
  color: #fff;
  flex: 0 0 auto;
  font-size: .88rem;
  padding-inline: 1rem;
}

.header-cta:hover,
.header-cta:focus-visible {
  background: var(--silk-forest-deep);
  color: #fff;
  transform: translateY(-2px);
}

.btn:hover,
.footer-wa:hover {
  transform: translateY(-2px);
}

.btn-dark,
.btn-primary,
.btn-whatsapp {
  background: var(--silk-forest);
  border-color: var(--silk-forest);
  color: #fff;
}

.btn-dark:hover,
.btn-dark:focus-visible,
.btn-primary:hover,
.btn-primary:focus-visible,
.btn-whatsapp:hover,
.btn-whatsapp:focus-visible {
  background: var(--silk-forest-deep);
  border-color: var(--silk-forest-deep);
  color: #fff;
}

.btn-light {
  background: rgba(255, 255, 255, .7);
  border: 1px solid var(--silk-line-strong);
  color: var(--silk-forest);
}

.btn-light:hover,
.btn-light:focus-visible {
  background: #fff;
  border-color: var(--silk-forest);
  color: var(--silk-forest-deep);
}

.experience-bar {
  align-items: center;
  background: var(--silk-forest-deep);
  color: #f8fff8;
  display: flex;
  gap: .75rem;
  justify-content: center;
  min-height: 2.35rem;
  padding: .35rem 1rem;
}

.experience-bar > span {
  align-items: baseline;
  display: inline-flex;
  gap: .55rem;
}

.experience-bar strong {
  color: var(--silk-lime);
  font-size: .78rem;
}

.experience-bar small,
.experience-bar a,
.experience-bar button {
  color: rgba(255, 255, 255, .8);
  font-size: .74rem;
}

.experience-bar button {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-weight: 750;
  padding: .2rem .45rem;
  text-decoration: underline;
  text-underline-offset: .2rem;
}

.experience-bar a:hover,
.experience-bar button:hover {
  color: var(--silk-lime);
}

.experience-dialog {
  background: var(--silk-card);
  border: 1px solid var(--silk-line-strong);
  border-radius: var(--silk-radius-md);
  box-shadow: var(--silk-shadow);
  color: var(--silk-ink);
  max-width: min(42rem, calc(100% - 2rem));
  padding: clamp(1.25rem, 3vw, 2rem);
}

.experience-dialog::backdrop {
  background: rgba(16, 46, 41, .48);
  backdrop-filter: blur(5px);
}

.experience-close {
  background: transparent;
  border: 0;
  color: var(--silk-muted);
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: .8rem;
}

.experience-options {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-block: 1.25rem;
}

.experience-options button {
  background: var(--silk-paper);
  border: 1px solid var(--silk-line);
  border-radius: var(--silk-radius-sm);
  color: var(--silk-ink);
  cursor: pointer;
  display: grid;
  gap: .45rem;
  padding: 1rem;
  text-align: left;
}

.experience-options button:hover {
  border-color: var(--silk-forest);
  box-shadow: var(--silk-shadow-soft);
}

.experience-options em {
  color: var(--silk-forest);
  font-size: .86rem;
  font-style: normal;
  font-weight: 800;
}

/* Homepage and shared section rhythm */
.hero,
.productos-hub-hero,
.article-hero,
.product-detail-hero {
  border: 1px solid var(--silk-line);
  border-radius: var(--silk-radius-lg);
  box-shadow: var(--silk-shadow-soft);
  overflow: hidden;
}

.hero {
  align-items: stretch;
  background: linear-gradient(120deg, #dfece2 0%, #eef4dc 52%, #d9e7df 100%);
  display: grid;
  gap: clamp(1.5rem, 4vw, 4rem);
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  margin-block: 2rem;
  min-height: 35rem;
  padding: clamp(1.35rem, 4vw, 4rem);
  position: relative;
}

.hero::before {
  background: radial-gradient(circle, rgba(25, 62, 53, .12) 1px, transparent 1.2px);
  background-size: 12px 12px;
  content: "";
  height: 11rem;
  opacity: .6;
  position: absolute;
  right: -2rem;
  top: -2rem;
  transform: rotate(12deg);
  width: 15rem;
}

.hero-copy {
  align-self: center;
  position: relative;
  z-index: 1;
}

.kicker {
  color: var(--silk-forest);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .04em;
  margin-bottom: .75rem;
  text-transform: uppercase;
}

.hero h1,
.productos-hub-hero h1,
.article-hero h1,
.product-detail-hero h1 {
  color: var(--silk-ink);
  font-size: clamp(2.45rem, 5vw, 5.4rem);
  letter-spacing: -.035em;
  line-height: .98;
  max-width: 12ch;
}

.hero h1 em {
  color: var(--silk-forest);
  font-style: normal;
}

.hero-copy > p:not(.kicker):not(.experience-hint) {
  color: var(--silk-muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.6;
  max-width: 34rem;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.5rem;
}

.experience-hint {
  color: var(--silk-forest);
  font-size: .82rem;
  font-weight: 750;
  margin-top: 1rem;
}

.hero-showcase {
  align-items: center;
  background: var(--silk-forest);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: calc(var(--silk-radius-lg) - .35rem);
  display: flex;
  justify-content: center;
  min-height: 27rem;
  overflow: hidden;
  position: relative;
}

.hero-showcase::after {
  border: 1px solid rgba(215, 231, 92, .42);
  border-radius: 50%;
  content: "";
  height: 24rem;
  position: absolute;
  width: 24rem;
}

.showcase-glow {
  background: radial-gradient(circle, rgba(215, 231, 92, .44), transparent 68%);
  height: 30rem;
  position: absolute;
  width: 30rem;
}

.hero-product-image {
  border-radius: 1.5rem;
  box-shadow: 0 24px 50px rgba(0, 0, 0, .2);
  max-height: 28rem;
  object-fit: cover;
  position: relative;
  transform: rotate(-2deg);
  width: min(80%, 31rem);
  z-index: 1;
}

.floating-card {
  background: rgba(251, 253, 251, .95);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 1rem;
  box-shadow: 0 16px 32px rgba(0, 0, 0, .16);
  display: grid;
  gap: .25rem;
  max-width: 12rem;
  padding: .8rem 1rem;
  position: absolute;
  z-index: 2;
}

.floating-card span {
  color: var(--silk-muted);
  font-size: .7rem;
}

.floating-card strong {
  color: var(--silk-forest);
  font-size: .86rem;
}

.top-card {
  right: 1.2rem;
  top: 1.2rem;
}

.bottom-card {
  bottom: 1.2rem;
  left: 1.2rem;
}

.need-strip {
  background: var(--silk-forest);
  border-radius: var(--silk-radius-md);
  box-shadow: var(--silk-shadow-soft);
  display: grid;
  gap: .5rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-block: 1.5rem 4rem;
  padding: .7rem;
}

.need-strip a {
  align-items: center;
  border-radius: .8rem;
  color: #fff;
  display: flex;
  font-size: .78rem;
  font-weight: 750;
  gap: .45rem;
  min-height: 3.2rem;
  padding: .65rem .75rem;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.need-strip a:hover,
.need-strip a:focus-visible {
  background: var(--silk-lime);
  color: var(--silk-forest-deep);
  transform: translateY(-2px);
}

.need-strip svg {
  color: var(--silk-lime);
  flex: 0 0 auto;
}

.need-strip a:hover svg,
.need-strip a:focus-visible svg {
  color: var(--silk-forest-deep);
}

.section-head {
  margin-bottom: 1.35rem;
}

.section-head h2,
.section-cta h2,
.product-detail-section h2,
.faq-block h2 {
  color: var(--silk-ink);
  font-size: clamp(1.8rem, 3.3vw, 3.25rem);
  letter-spacing: -.045em;
  line-height: 1.04;
}

.section-head > p:last-child {
  color: var(--silk-muted);
  max-width: 45rem;
}

.inbound-links,
.section-cta.inbound-links {
  background: var(--silk-forest);
  border: 0;
  border-radius: var(--silk-radius-lg);
  color: #fff;
  margin-block: 3rem;
  padding: clamp(1.25rem, 4vw, 3rem);
}

.inbound-links h2,
.inbound-links p,
.inbound-links .kicker {
  color: #fff;
}

.inbound-links .kicker {
  color: var(--silk-lime);
}

.pillar-grid {
  display: grid;
  gap: .8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pillar-card {
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--silk-radius-sm);
  color: #fff;
  display: grid;
  gap: .45rem;
  min-height: 9rem;
  padding: 1rem;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.pillar-card:hover,
.pillar-card:focus-visible {
  background: var(--silk-lime);
  border-color: var(--silk-lime);
  color: var(--silk-forest-deep);
  transform: translateY(-3px);
}

.pillar-card h3,
.pillar-card p {
  color: inherit;
  margin: 0;
}

.pillar-card h3 {
  font-size: 1rem;
}

.pillar-card p {
  font-size: .85rem;
  line-height: 1.45;
  opacity: .82;
}

/* Product surfaces */
.products-section {
  margin-block: 4rem;
}

.product-grid,
.productos-grid,
.related-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card {
  background: rgba(251, 253, 251, .9);
  border: 1px solid var(--silk-line);
  border-radius: var(--silk-radius-md);
  box-shadow: 0 10px 24px rgba(18, 45, 38, .055);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}

.product-card:hover {
  border-color: var(--silk-line-strong);
  box-shadow: var(--silk-shadow-soft);
  transform: translateY(-5px);
}

.product-image-wrap {
  align-items: center;
  background: linear-gradient(140deg, #e8f0e9, #f6f4d9);
  display: flex;
  justify-content: center;
  min-height: 13rem;
  overflow: hidden;
  padding: 1rem;
  position: relative;
}

.product-image-wrap::after {
  border: 1px solid rgba(25, 62, 53, .12);
  border-radius: 50%;
  content: "";
  height: 10rem;
  position: absolute;
  width: 10rem;
}

.product-image-link {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}

.product-image-wrap picture {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}

.product-image {
  display: block;
  height: 13rem;
  mix-blend-mode: multiply;
  object-fit: contain;
  transition: transform .35s ease;
  width: 100%;
}

.product-card:hover .product-image {
  transform: scale(1.04) rotate(-1deg);
}

.product-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.1rem;
}

.product-use,
.product-category-tag {
  color: var(--silk-forest);
  font-size: .72rem;
  font-weight: 850;
  margin-bottom: .45rem;
  text-transform: uppercase;
}

.product-card h3 {
  font-size: 1.05rem;
  letter-spacing: -.025em;
  line-height: 1.18;
  margin: 0;
}

.product-card h3 a {
  color: var(--silk-ink);
  text-decoration: none;
}

.product-card h3 a:hover {
  color: var(--silk-forest);
}

.price-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: .8rem;
}

.price-now {
  color: var(--silk-forest);
  font-size: 1.18rem;
  font-weight: 900;
}

.price-was {
  color: var(--silk-muted);
  font-size: .82rem;
  text-decoration: line-through;
}

.price-badge {
  background: var(--silk-lime);
  border-radius: 999px;
  color: var(--silk-forest-deep);
  font-size: .72rem;
  font-weight: 850;
  padding: .28rem .5rem;
}

.product-card .note {
  color: var(--silk-muted);
  font-size: .86rem;
  line-height: 1.5;
  margin: .75rem 0 1rem;
}

.product-detail-link {
  align-items: center;
  color: var(--silk-forest);
  display: inline-flex;
  font-size: .86rem;
  font-weight: 850;
  gap: .35rem;
  margin-top: auto;
  padding-top: .7rem;
  text-decoration: none;
}

.product-detail-link::after {
  content: "→";
  transition: transform .2s ease;
}

.product-detail-link:hover::after {
  transform: translateX(3px);
}

.product-rating {
  align-items: center;
  color: var(--silk-forest);
  display: flex;
  font-size: .8rem;
  gap: .35rem;
  margin-top: .65rem;
}

.rating-stars {
  color: #b48622;
  letter-spacing: .08em;
}

.silk-sheet-trigger {
  align-self: flex-start;
  background: transparent;
  border: 0;
  color: var(--silk-muted);
  cursor: pointer;
  font-size: .78rem;
  font-weight: 750;
  margin-top: .55rem;
  padding: .25rem 0;
}

.silk-sheet-trigger:hover {
  color: var(--silk-forest);
  text-decoration: underline;
  text-underline-offset: .18rem;
}

.productos-hub,
.blog-index-grid,
.new-guides-grid,
.product-detail-section,
.related-guides-section,
.related-products,
.faq-block {
  margin-block: 2rem 4rem;
}

.productos-hub-hero,
.article-hero {
  background: linear-gradient(135deg, #e0ede4, #f1f4d9);
  margin-block: 2rem;
  padding: clamp(1.5rem, 4vw, 3.5rem);
}

.productos-hub-hero h1,
.article-hero h1 {
  max-width: 16ch;
}

.productos-controls {
  align-items: center;
  background: rgba(251, 253, 251, .9);
  border: 1px solid var(--silk-line);
  border-radius: var(--silk-radius-md);
  box-shadow: var(--silk-shadow-soft);
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-block: 1.25rem;
  padding: .85rem;
  position: sticky;
  top: 5.2rem;
  z-index: 20;
}

.productos-search-input,
.productos-controls select,
.quote-field input,
.quote-field select,
.quote-field textarea,
.review-form-field input,
.review-form-field textarea {
  background: #fff;
  border: 1px solid var(--silk-line-strong);
  border-radius: .75rem;
  color: var(--silk-ink);
  min-height: 2.85rem;
  padding: .7rem .8rem;
}

.productos-search-input:focus,
.productos-controls select:focus,
.quote-field input:focus,
.quote-field select:focus,
.quote-field textarea:focus,
.review-form-field input:focus,
.review-form-field textarea:focus {
  border-color: var(--silk-forest);
  outline: 3px solid rgba(215, 231, 92, .52);
  outline-offset: 1px;
}

.catalog-guides,
.catalog-category-funnel {
  background: var(--silk-paper-strong);
  border: 1px solid var(--silk-line);
  border-radius: var(--silk-radius-md);
  padding: 1rem;
}

/* Product detail pages */
.product-detail-hero {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin-block: 1.5rem 4rem;
  overflow: visible;
}

.breadcrumbs {
  color: var(--silk-muted);
  font-size: .8rem;
  margin-bottom: 1rem;
}

.breadcrumbs a {
  color: var(--silk-forest);
  font-weight: 750;
}

.product-detail-grid {
  align-items: start;
  display: grid;
  gap: clamp(1rem, 3vw, 2rem);
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, .95fr);
}

.product-detail-image-panel {
  align-items: center;
  background: linear-gradient(140deg, var(--silk-forest), #315c4e);
  border-radius: var(--silk-radius-lg);
  display: flex;
  justify-content: center;
  min-height: 34rem;
  overflow: hidden;
  padding: clamp(1rem, 3vw, 3rem);
  position: sticky;
  top: 7rem;
}

.product-detail-image-panel::before {
  border: 1px solid rgba(215, 231, 92, .5);
  border-radius: 50%;
  content: "";
  height: 24rem;
  position: absolute;
  width: 24rem;
}

.product-detail-image {
  max-height: 31rem;
  object-fit: contain;
  position: relative;
  width: 100%;
  z-index: 1;
}

.product-buy-panel {
  background: var(--silk-card);
  border: 1px solid var(--silk-line);
  border-radius: var(--silk-radius-lg);
  box-shadow: var(--silk-shadow-soft);
  padding: clamp(1.25rem, 3vw, 2.3rem);
}

.product-buy-panel h1 {
  font-size: clamp(2rem, 4vw, 3.8rem);
  max-width: 13ch;
}

.detail-price {
  color: var(--silk-forest);
  font-size: 2rem;
  font-weight: 900;
  margin-block: 1rem;
}

.availability-note,
.delivery-box p {
  color: var(--silk-muted);
  font-size: .88rem;
  line-height: 1.55;
}

.feature-list {
  display: grid;
  gap: .45rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 1.25rem 0;
  padding: 0;
}

.feature-list li {
  background: var(--silk-paper-strong);
  border-radius: .7rem;
  color: var(--silk-forest-deep);
  font-size: .82rem;
  padding: .65rem;
}

.delivery-box {
  border-top: 1px solid var(--silk-line);
  margin-top: 1.25rem;
  padding-top: 1rem;
}

.delivery-box p {
  align-items: flex-start;
  display: flex;
  gap: .45rem;
  margin: .55rem 0;
}

.delivery-box svg {
  color: var(--silk-forest);
  flex: 0 0 auto;
}

.product-route-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1rem;
}

.product-detail-section > .section-head,
.product-detail-section > div:first-child {
  margin-bottom: 1.25rem;
}

.detail-card,
.related-card,
.guide-card,
.blog-index-row,
.new-guide-card {
  background: rgba(251, 253, 251, .88);
  border: 1px solid var(--silk-line);
  border-radius: var(--silk-radius-md);
  box-shadow: 0 8px 22px rgba(18, 45, 38, .045);
}

.detail-card {
  padding: 1.2rem;
}

.detail-card-grid {
  display: grid;
  gap: .8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detail-card h3 {
  color: var(--silk-forest);
  font-size: 1.05rem;
}

.detail-card p,
.detail-card li,
.product-description,
.product-specs dt,
.product-specs dd {
  color: var(--silk-muted);
  line-height: 1.6;
}

.product-information {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
}

.product-information .section-head,
.product-information .product-description {
  grid-column: 1 / -1;
}

.product-specs {
  display: grid;
  gap: .6rem;
}

.product-specs > div {
  align-items: baseline;
  border-bottom: 1px solid var(--silk-line);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-bottom: .5rem;
}

.product-specs dt {
  font-weight: 750;
}

.product-specs dd {
  margin: 0;
  text-align: right;
}

.faq-block {
  background: var(--silk-forest);
  border-radius: var(--silk-radius-lg);
  color: #fff;
  padding: clamp(1.25rem, 4vw, 3rem);
}

.faq-block h2,
.faq-block .kicker {
  color: #fff;
}

.faq-block .kicker {
  color: var(--silk-lime);
}

.faq-list {
  display: grid;
  gap: .55rem;
}

.faq-list details {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: .8rem;
  padding: .9rem 1rem;
}

.faq-list summary {
  color: #fff;
  cursor: pointer;
  font-weight: 800;
}

.faq-list details p {
  color: rgba(255, 255, 255, .78);
  line-height: 1.6;
  margin-bottom: 0;
}

.related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.related-card {
  color: var(--silk-ink);
  display: grid;
  gap: .6rem;
  overflow: hidden;
  padding-bottom: 1rem;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.related-card:hover {
  box-shadow: var(--silk-shadow-soft);
  color: var(--silk-forest);
  transform: translateY(-4px);
}

.related-card img {
  background: var(--silk-paper-strong);
  height: 10rem;
  object-fit: contain;
  padding: .75rem;
  width: 100%;
}

.related-card strong,
.related-card span {
  padding-inline: 1rem;
}

.related-card span {
  color: var(--silk-forest);
  font-weight: 850;
}

/* Content, blog and guides */
.article-hero {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, .75fr);
}

.article-hero-image-card {
  background: var(--silk-forest);
  border-radius: var(--silk-radius-md);
  overflow: hidden;
}

.article-hero-image {
  display: block;
  height: 22rem;
  object-fit: cover;
  width: 100%;
}

.blog-index-grid {
  display: grid;
  gap: .8rem;
}

.blog-index-row {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: 10rem minmax(0, 1fr);
  overflow: hidden;
  padding: .75rem;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.blog-index-row:hover {
  box-shadow: var(--silk-shadow-soft);
  color: var(--silk-forest);
  transform: translateX(4px);
}

.blog-card-image {
  border-radius: .8rem;
  height: 7.5rem;
  object-fit: cover;
  width: 100%;
}

.new-guides-grid {
  display: grid;
  gap: .8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.new-guide-card {
  color: var(--silk-ink);
  padding: 1.1rem;
  text-decoration: none;
}

.new-guide-card:hover {
  box-shadow: var(--silk-shadow-soft);
  color: var(--silk-forest);
  transform: translateY(-3px);
}

.article-content,
.article-body,
.article-main {
  color: var(--silk-ink);
  line-height: 1.72;
}

.article-content h2,
.article-content h3,
.article-body h2,
.article-body h3,
.article-main h2,
.article-main h3 {
  color: var(--silk-forest);
  letter-spacing: -.03em;
  margin-top: 2.3rem;
}

.article-content blockquote,
.article-body blockquote,
.article-main blockquote {
  background: var(--silk-lime-soft);
  border-left: .35rem solid var(--silk-forest);
  border-radius: 0 var(--silk-radius-sm) var(--silk-radius-sm) 0;
  color: var(--silk-forest-deep);
  margin-inline: 0;
  padding: 1rem 1.2rem;
}

/* Contact, lead and conversion surfaces */
.quote-form-shell {
  background: var(--silk-forest);
  border: 0;
  border-radius: var(--silk-radius-lg);
  box-shadow: var(--silk-shadow);
  color: #fff;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  margin-block: 2rem 4rem;
  padding: clamp(1.25rem, 4vw, 3rem);
}

.quote-form-shell h1,
.quote-form-shell h2,
.quote-form-shell h3,
.quote-form-shell label,
.quote-form-shell .kicker {
  color: #fff;
}

.quote-form-shell .kicker {
  color: var(--silk-lime);
}

.quote-form-aside,
.quote-form-wrap {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: var(--silk-radius-md);
  padding: clamp(1rem, 3vw, 1.75rem);
}

.quote-form-grid {
  display: grid;
  gap: .8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quote-field {
  display: grid;
  gap: .35rem;
}

.quote-field-full {
  grid-column: 1 / -1;
}

.quote-field label {
  font-size: .82rem;
  font-weight: 750;
}

.quote-field textarea {
  min-height: 7rem;
}

.quote-form-note,
.form-feedback,
.quote-form-shell small {
  color: rgba(255, 255, 255, .75);
}

.lead-magnet,
.final-cta,
.scroll-depth-cta,
.whatsapp-group-lead {
  border-radius: var(--silk-radius-md);
  box-shadow: var(--silk-shadow-soft);
}

/* Footer */
.footer {
  background: var(--silk-forest-deep);
  color: rgba(255, 255, 255, .78);
  display: grid;
  gap: 2rem 1.5rem;
  grid-template-columns: 1.45fr repeat(4, minmax(0, 1fr));
  margin-top: 4rem;
  padding: clamp(2rem, 5vw, 4rem) max(1rem, calc((100vw - var(--silk-max)) / 2));
}

.footer-brand,
.footer-title {
  color: #fff;
}

.footer-brand {
  font-size: 1.15rem;
}

.footer p {
  line-height: 1.55;
  max-width: 25rem;
}

.footer a {
  color: rgba(255, 255, 255, .72);
  display: block;
  font-size: .82rem;
  margin: .45rem 0;
  text-decoration: none;
}

.footer a:hover,
.footer a:focus-visible {
  color: var(--silk-lime);
}

.footer-title {
  font-size: .82rem;
  font-weight: 850;
  margin-bottom: .75rem;
  text-transform: uppercase;
}

.footer-wa {
  background: var(--silk-lime);
  color: var(--silk-forest-deep);
  margin-top: .8rem;
}

.footer-wa:hover,
.footer-wa:focus-visible {
  background: #fff;
  color: var(--silk-forest-deep);
}

.footer-meta,
.footer-disclosure {
  color: rgba(255, 255, 255, .55);
  font-size: .78rem;
}

/* Silk-like product sheet added by static-page-interactions.js */
.silk-sheet-layer {
  align-items: center;
  display: grid;
  inset: 0;
  justify-items: center;
  padding: 1rem;
  position: fixed;
  z-index: 300;
}

.silk-sheet-backdrop {
  background: rgba(16, 46, 41, .58);
  border: 0;
  cursor: default;
  inset: 0;
  position: absolute;
  width: 100%;
}

.silk-sheet {
  background: var(--silk-card);
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: var(--silk-radius-lg);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .28);
  color: var(--silk-ink);
  max-height: min(42rem, calc(100vh - 2rem));
  max-width: 46rem;
  overflow: auto;
  padding: clamp(1.25rem, 3vw, 2rem);
  position: relative;
  width: min(100%, 46rem);
  z-index: 1;
}

.silk-sheet-handle {
  background: var(--silk-line-strong);
  border-radius: 999px;
  height: .3rem;
  margin: -.35rem auto 1rem;
  width: 3rem;
}

.silk-sheet-close {
  align-items: center;
  background: var(--silk-paper-strong);
  border: 0;
  border-radius: 50%;
  color: var(--silk-forest);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.35rem;
  height: 2.2rem;
  justify-content: center;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2.2rem;
}

.silk-sheet-grid {
  align-items: center;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(8rem, .72fr) minmax(0, 1.28fr);
}

.silk-sheet-image-wrap {
  align-items: center;
  background: linear-gradient(140deg, #e8f0e9, #f6f4d9);
  border-radius: var(--silk-radius-md);
  display: flex;
  min-height: 12rem;
  padding: .75rem;
}

.silk-sheet-image {
  height: 11rem;
  mix-blend-mode: multiply;
  object-fit: contain;
  width: 100%;
}

.silk-sheet-copy {
  padding-right: 2rem;
}

.silk-sheet-eyebrow {
  color: var(--silk-forest);
  font-size: .74rem;
  font-weight: 850;
  margin: 0 0 .45rem;
  text-transform: uppercase;
}

.silk-sheet-title {
  color: var(--silk-ink);
  font-size: clamp(1.35rem, 3vw, 2.1rem);
  letter-spacing: -.04em;
  line-height: 1.05;
  margin: 0;
}

.silk-sheet-price {
  color: var(--silk-forest);
  font-size: 1.2rem;
  font-weight: 900;
  margin: .75rem 0;
}

.silk-sheet-summary {
  color: var(--silk-muted);
  font-size: .9rem;
  line-height: 1.55;
  margin: 0 0 1rem;
}

.silk-sheet-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

@media (max-width: 1050px) {
  .site-nav a,
  .nav-dropdown-toggle {
    font-size: .8rem;
    padding-inline: .45rem;
  }

  .need-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer > :first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  main#contenido-principal {
    width: min(100% - 1.25rem, var(--silk-max));
  }

  .site-header {
    min-height: 4.35rem;
  }

  .nav-burger {
    background: transparent;
    border: 1px solid var(--silk-line-strong);
    border-radius: .7rem;
    display: grid;
    gap: .25rem;
    margin-left: auto;
    padding: .65rem;
  }

  .nav-burger span {
    background: var(--silk-forest);
    display: block;
    height: 2px;
    width: 1.15rem;
  }

  .site-nav {
    align-items: stretch;
    background: var(--silk-card);
    border: 1px solid var(--silk-line);
    border-radius: var(--silk-radius-md);
    box-shadow: var(--silk-shadow);
    display: none;
    flex-direction: column;
    gap: .25rem;
    left: .65rem;
    margin: 0;
    padding: .6rem;
    position: absolute;
    right: .65rem;
    top: 4.4rem;
  }

  body.is-nav-open .site-nav {
    display: flex;
  }

  .site-nav a,
  .nav-dropdown-toggle {
    font-size: .95rem;
    text-align: left;
  }

  .header-cta {
    display: none;
  }

  .experience-bar {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
  }

  .experience-bar > span {
    display: grid;
    gap: .1rem;
  }

  .experience-bar small {
    display: none;
  }

  .hero,
  .article-hero,
  .product-detail-grid,
  .quote-form-shell,
  .product-information {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    padding: 1.25rem;
  }

  .hero h1,
  .productos-hub-hero h1,
  .article-hero h1,
  .product-detail-hero h1 {
    font-size: clamp(2.3rem, 12vw, 4rem);
  }

  .hero-showcase {
    min-height: 20rem;
  }

  .hero-product-image {
    max-height: 19rem;
  }

  .need-strip,
  .product-grid,
  .productos-grid,
  .detail-card-grid,
  .related-grid,
  .new-guides-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .productos-controls {
    top: 4.35rem;
  }

  .product-detail-image-panel {
    min-height: 24rem;
    position: relative;
    top: auto;
  }

  .quote-form-grid {
    grid-template-columns: 1fr;
  }

  .quote-field-full {
    grid-column: auto;
  }

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

  .silk-sheet-layer {
    align-items: end;
    padding: 0;
  }

  .silk-sheet {
    border-radius: 1.6rem 1.6rem 0 0;
    max-height: 90vh;
    width: 100%;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: .7rem;
  }

  .brand-text {
    font-size: 1rem;
  }

  .brand-mark {
    height: 2.35rem;
    width: 2.35rem;
  }

  .need-strip,
  .product-grid,
  .productos-grid,
  .detail-card-grid,
  .related-grid,
  .new-guides-grid,
  .feature-list {
    grid-template-columns: 1fr;
  }

  .need-strip a {
    min-height: 2.7rem;
  }

  .floating-card {
    max-width: 9rem;
    padding: .6rem .7rem;
  }

  .floating-card strong {
    font-size: .75rem;
  }

  .top-card {
    right: .6rem;
    top: .6rem;
  }

  .bottom-card {
    bottom: .6rem;
    left: .6rem;
  }

  .blog-index-row {
    grid-template-columns: 1fr;
  }

  .blog-card-image {
    height: 11rem;
  }

  .footer {
    grid-template-columns: 1fr;
  }

  .footer > :first-child {
    grid-column: auto;
  }

  .silk-sheet-grid {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .silk-sheet-image-wrap {
    min-height: 9rem;
  }

  .silk-sheet-image {
    height: 8rem;
  }

  .silk-sheet-copy {
    padding-right: 0;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Final visual pass: calm surfaces, readable guide cards, and contained hero media. */
body :is(.hero, .productos-hub-hero, .article-hero) {
  background: var(--silk-paper) !important;
  background-image: none !important;
}

body .hero-showcase {
  background: var(--silk-card) !important;
  border: 1px solid var(--silk-line) !important;
}

body .hero-showcase::after,
body .showcase-glow {
  display: none !important;
}

body .hero-product-image {
  width: min(70%, 24rem);
  max-height: 22rem;
  object-fit: contain;
  box-shadow: none;
  transform: none;
}

/* The home hero has a more specific cover rule in the generated stylesheet. */
body .hero .hero-product-image {
  height: auto !important;
  inset: auto !important;
  max-height: 22rem !important;
  object-fit: contain !important;
  object-position: center !important;
  position: relative !important;
  width: min(70%, 24rem) !important;
}

body .product-image-wrap,
body .related-card img,
body .silk-sheet-image-wrap {
  background: var(--silk-card) !important;
  background-image: none !important;
}

body .product-detail-image-panel {
  background: var(--silk-card) !important;
  border: 1px solid var(--silk-line) !important;
  box-shadow: var(--silk-shadow-soft);
}

body .product-detail-image-panel::before {
  display: none !important;
}

body .product-detail-image {
  max-width: 88%;
  max-height: 28rem;
}

body .article-hero-image-card {
  background: var(--silk-card) !important;
  border: 1px solid var(--silk-line);
  padding: 1rem;
}

body .article-hero-image {
  height: clamp(14rem, 24vw, 19rem);
  background: var(--silk-card);
  object-fit: contain;
}

body .inbound-links {
  background: var(--silk-paper) !important;
  border: 1px solid var(--silk-line) !important;
  color: var(--silk-ink) !important;
  box-shadow: none;
}

body .inbound-links :is(h2, p, .kicker) {
  color: var(--silk-ink) !important;
}

body .inbound-links .pillar-card {
  background: var(--silk-card) !important;
  border: 1px solid var(--silk-line) !important;
  color: var(--silk-ink) !important;
}

body .inbound-links .pillar-card :is(h3, p) {
  color: var(--silk-ink) !important;
}

body .inbound-links .pillar-card:hover,
body .inbound-links .pillar-card:focus-visible {
  background: var(--silk-lime) !important;
  border-color: var(--silk-lime) !important;
}

/* Guide grids use a standalone pillar-grid on the light page surface. */
body .pillar-grid .pillar-card {
  background: var(--silk-card) !important;
  border: 1px solid var(--silk-line) !important;
  color: var(--silk-ink) !important;
}

body .pillar-grid .pillar-card :is(h3, p) {
  color: var(--silk-ink) !important;
}

body .pillar-grid .pillar-card .pillar-card-stage {
  background: var(--silk-paper-strong) !important;
  color: var(--silk-forest) !important;
}

body .pillar-grid .pillar-card:hover,
body .pillar-grid .pillar-card:focus-visible {
  background: var(--silk-lime) !important;
  border-color: var(--silk-lime) !important;
  color: var(--silk-forest-deep) !important;
}

body .pillar-grid .pillar-card:hover :is(h3, p),
body .pillar-grid .pillar-card:focus-visible :is(h3, p) {
  color: var(--silk-forest-deep) !important;
}

body .blog-index-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem 0;
}

body .blog-index-row {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: .65rem;
  min-height: 100%;
  padding: 0;
  color: var(--silk-ink) !important;
}

body .blog-index-row .blog-card-image {
  background: var(--silk-card) !important;
  border-radius: 0;
  height: 12rem;
  object-fit: contain;
  padding: .75rem;
  width: 100%;
}

body .blog-index-row > span {
  display: block;
  padding: .25rem 1rem 0;
  color: var(--silk-forest) !important;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

body .blog-index-row > strong {
  display: block;
  padding: 0 1rem;
  color: var(--silk-ink) !important;
  font-size: 1.1rem;
  line-height: 1.2;
}

body .blog-index-row > p {
  display: block;
  margin: 0;
  padding: 0 1rem 1.2rem;
  color: var(--silk-muted) !important;
  line-height: 1.5;
}

@media (max-width: 960px) {
  body .blog-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  body .blog-index-grid {
    grid-template-columns: 1fr;
    padding-inline: 0;
  }

  body .blog-index-row .blog-card-image {
    height: 13rem;
  }

  body .article-hero-image-card {
    padding: .75rem;
  }

  body .article-hero-image {
    height: 15rem;
  }

  body .hero-product-image {
    max-height: 18rem;
    width: min(78%, 20rem);
  }

  body .hero .hero-product-image {
    max-height: 18rem !important;
    width: min(78%, 20rem) !important;
  }

  body .product-detail-image-panel {
    min-height: 19rem;
    padding: 1rem;
  }

  body .product-detail-image {
    max-height: 16rem;
  }
}
