.main-nav { color: #fff; }
.header-band { background: #07101b url('/global/img/fondo-header.webp') center / cover; }
.amazon-card-content { display: grid; grid-template-columns: minmax(0, 150px) 1fr; gap: 22px; align-items: center; }
.amazon-product-image { display: block; width: 100%; max-height: 180px; object-fit: contain; background: #fff; }
.amazon-price { color: #8a4b00; font-size: 1.25rem; font-weight: 800; }
.mega-menu { color: var(--ink); }
.page-hero .category-hero-image { width: 76px; height: 76px; border-radius: 50%; object-fit: cover; background: #fff; box-shadow: 0 8px 22px rgba(0, 0, 0, .18); }
.editorial-section { padding: 66px 0; }
.soft-section { background: var(--soft); }
.editorial-intro { max-width: 850px; margin: 0 auto 28px; text-align: center; font-size: 1.05rem; }
.topic-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 36px; }
.topic-chips a { padding: 8px 14px; border: 1px solid var(--blue); border-radius: 999px; color: var(--blue); font-size: .84rem; font-weight: 750; }
.topic-chips a:hover { background: var(--blue); color: #fff; }
.editorial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.editorial-card { overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: 0 8px 25px rgba(16, 17, 19, .07); }
.editorial-card-image { display: block; overflow: hidden; aspect-ratio: 16 / 9; background: #082a46; }
.editorial-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.editorial-card:hover .editorial-card-image img { transform: scale(1.025); }
.editorial-card-copy { padding: 22px; }
.editorial-card-copy h2 { margin: 5px 0 10px; font-size: 1.22rem; line-height: 1.25; }
.editorial-card-copy p { margin: 0 0 14px; }
.editorial-kicker { color: var(--blue); font-size: .76rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.text-link { color: var(--blue); font-weight: 800; }
.section-action { margin: 32px 0 0; text-align: center; }
.editorial-hero { position: relative; min-height: 430px; background: #07101b; overflow: hidden; }
.editorial-hero > img { display: block; width: 100%; height: min(62vw, 600px); min-height: 430px; object-fit: cover; }
.editorial-hero-overlay { position: absolute; inset: 0; display: flex; align-items: end; padding: 70px 0 46px; color: #fff; background: linear-gradient(180deg, transparent 20%, rgba(2, 13, 25, .92)); }
.editorial-hero h1 { max-width: 900px; margin: 8px 0 10px; font-size: clamp(2.25rem, 5vw, 4.2rem); line-height: 1.02; }
.editorial-body { padding-top: 48px; padding-bottom: 68px; }
.editorial-body .lead { margin: 28px 0 38px; font-size: 1.25rem; line-height: 1.65; }
.editorial-byline { margin: 20px 0 0; color: var(--muted); font-size: .9rem; }
.editorial-byline a { color: var(--blue); font-weight: 750; }
.editorial-body section { margin: 34px 0; }
.editorial-body h2 { margin-bottom: 12px; font-size: 1.65rem; }
.regulation-note { margin: 38px 0; padding: 24px; border-left: 5px solid #e49100; background: #fff7e7; }
.regulation-note p { margin: 7px 0 0; }
.updated-note { color: var(--muted); font-size: .86rem; }
.spot-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin: 36px 0; background: var(--line); }
.spot-facts div { padding: 20px; background: var(--soft); }
.spot-facts dt { color: var(--blue); font-size: .76rem; font-weight: 850; text-transform: uppercase; }
.spot-facts dd { margin: 8px 0 0; }
.official-sources ul { padding-left: 20px; }
.official-sources a { color: var(--blue); text-decoration: underline; }
.faq-section details { margin: 0 0 10px; border: 1px solid var(--line); background: #fff; }
.faq-section summary { padding: 16px 18px; color: var(--ink); font-weight: 800; cursor: pointer; }
.faq-section details p { margin: 0; padding: 0 18px 18px; }
.search-result-grid { display: grid; gap: 16px; max-width: 920px; margin: 0 auto; }
.search-result { display: grid; grid-template-columns: 180px 1fr; gap: 22px; align-items: center; padding: 16px; border: 1px solid var(--line); background: #fff; }
.search-result-image { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--soft); }
.search-result-image img { width: 100%; height: 100%; object-fit: cover; }
.search-result h2 { margin: 4px 0 8px; font-size: 1.25rem; }
.search-result p { margin: 0; }

@media (min-width: 981px) {
  .main-nav { gap: 14px; font-size: .7rem; }
}

@media (max-width: 980px) {
  .menu-toggle { color: #fff; }
  .menu-icon, .menu-icon::before, .menu-icon::after { background: #fff; }
  .main-nav { color: var(--ink); }
}

@media (max-width: 820px) {
  .editorial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .spot-facts { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .amazon-card-content { grid-template-columns: 1fr; }
  .amazon-product-image { max-height: 220px; }
  .editorial-grid { grid-template-columns: 1fr; }
  .editorial-hero, .editorial-hero > img { min-height: 380px; }
  .editorial-card-copy { padding: 18px; }
  .search-result { grid-template-columns: 1fr; }
}
