.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.brand-shadow {
  box-shadow: 0 10px 30px -5px rgba(31, 32, 83, 0.1);
}

.energy-gradient {
  background: linear-gradient(135deg, #F58221 0%, #E67616 100%);
}

.glass-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-scrolled {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(200, 197, 208, 0.28);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
}

.swiper-pagination-bullet-active {
  background: #F58221 !important;
}

.marquee-container {
  overflow: hidden;
  user-select: none;
  display: flex;
  gap: 2rem;
}

.marquee-content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: 2rem;
  min-width: 100%;
  animation: scroll 40s linear infinite;
}

@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-100% - 2rem)); }
}

.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}

#mobile-menu[hidden] {
  display: none !important;
}

.article-copy p {
  color: #46464f;
  line-height: 1.8;
  margin: 0 0 1rem;
}

.article-copy ul {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.article-copy li {
  position: relative;
  padding-left: 1.5rem;
  color: #1a1c1c;
  line-height: 1.7;
}

.article-copy li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background: #F58221;
  box-shadow: 0 0 0 6px rgba(245, 130, 33, 0.12);
}

.article-copy h2,
.article-copy h3 {
  color: #1F2053;
}

.article-card {
  position: relative;
  overflow: hidden;
}

.article-card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 1rem;
  border: 1px solid rgba(31, 32, 83, 0.05);
}

.article-kicker {
  letter-spacing: 0.24em;
}

.content-toggle summary {
  list-style: none;
}

.content-toggle summary::-webkit-details-marker {
  display: none;
}

.content-toggle[open] .toggle-icon {
  transform: rotate(180deg);
}

.toggle-body {
  padding-top: 1.25rem;
}

.side-list {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}

.side-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  color: #46464f;
  line-height: 1.6;
}

.side-list li::before {
  content: '✓';
  color: #F58221;
  font-weight: 700;
  flex: 0 0 auto;
}

.cookie-banner-panel {
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.whatsapp-helper {
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
}

@media (max-width: 767px) {
  .article-copy li::before {
    top: 0.62rem;
  }
}

.mobile-card-rail {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  margin-inline: -16px;
  padding-inline: 16px;
  padding-bottom: 0.35rem;
  position: relative;
}

.mobile-card-rail::-webkit-scrollbar {
  display: none;
}

.mobile-card {
  min-width: min(82vw, 320px);
  scroll-snap-align: start;
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .px-margin-desktop {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .py-section-gap {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .mobile-card-rail {
    gap: 0.875rem;
  }

  .mobile-card-rail::before {
    content: 'Desliza  >';
    position: absolute;
    top: -2.1rem;
    right: 16px;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.38rem 0.7rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.92);
    color: #1F2053;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(31, 32, 83, 0.12);
    border: 1px solid rgba(200, 197, 208, 0.5);
    pointer-events: none;
    z-index: 2;
  }

  .mobile-card-rail::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: calc(100% - 0.35rem);
    background: linear-gradient(270deg, rgba(249, 249, 249, 0.96) 0%, rgba(249, 249, 249, 0) 100%);
    pointer-events: none;
    z-index: 1;
  }

  .mobile-card-rail--inline-hint::before,
  .mobile-card-rail--inline-hint::after {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile-card-rail {
    display: grid;
    overflow: visible;
    scroll-snap-type: none;
    margin-inline: 0;
    padding-inline: 0;
    padding-bottom: 0;
  }

  .mobile-card {
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .mobile-card-rail--index-peek {
    padding-right: 0;
  }

  .mobile-card-rail--index-peek::before,
  .mobile-card-rail--index-peek::after {
    display: none;
  }

  .mobile-card-rail--index-peek > .mobile-card,
  .mobile-card-rail--index-peek > a.mobile-card {
    min-width: min(80vw, 312px);
  }
}
