.benefits-hero{background:linear-gradient(135deg,rgba(255,212,0,.15),rgba(0,0,0,.9) 50%,rgba(255,212,0,.1));border-bottom:3px solid var(--brand)}.benefits-description{color:var(--sub);font-size:1.1rem;line-height:1.8;margin:0 auto;max-width:800px}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px;gap:30px;margin:40px 0}.benefit-item{background:linear-gradient(135deg,rgba(255,212,0,.05),rgba(0,0,0,.3));border:2px solid rgba(255,212,0,.2);border-radius:20px;padding:25px;transition:all .3s ease}.benefit-item:hover{background:linear-gradient(135deg,rgba(255,212,0,.1),rgba(0,0,0,.4));border-color:var(--brand);box-shadow:0 15px 35px rgba(255,212,0,.2);transform:translateY(-5px)}.benefit-header{align-items:center;display:flex;gap:20px;margin-bottom:20px}.benefit-image{background:hsla(0,0%,100%,.05);border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,.3);height:120px;-o-object-fit:contain;object-fit:contain;padding:10px;width:120px}.benefit-info{flex:1}.benefit-name{color:var(--brand);font-size:1.3rem;font-weight:700;margin-bottom:8px}.benefit-amount{color:var(--brand-weak);font-size:1.1rem;font-weight:600}.benefit-description{background:rgba(255,212,0,.05);border-left:4px solid var(--brand);border-radius:10px;color:var(--ink);font-size:1.05rem;margin-top:15px;padding:15px}.photo-placeholder{background:rgba(255,212,0,.05);border:2px dashed rgba(255,212,0,.3);border-radius:15px;color:var(--brand);font-size:.9rem;font-style:italic;margin:20px 0;padding:30px;text-align:center}.benefit-section{background:rgba(0,0,0,.3);border:2px solid rgba(255,212,0,.2);border-radius:20px;margin-bottom:40px;padding:30px}.benefit-title{align-items:center;color:var(--brand);display:flex;font-size:1.5rem;gap:15px;margin-bottom:25px}.benefit-icon{font-size:1.8rem}.benefit-content{color:var(--sub);line-height:1.8}



.gallery-section.benefits-gallery {
  background: linear-gradient(135deg, rgba(255, 212, 0, 0.2), rgba(0, 0, 0, 0.65)) !important;
}

.gallery-section.benefits-gallery::before {
  background:
    radial-gradient(circle at 20% 50%, rgba(255, 212, 0, 0.18) 0%, transparent 55%),
    radial-gradient(circle at 80% 50%, rgba(255, 212, 0, 0.18) 0%, transparent 55%) !important;
}

.gallery-section.benefits-gallery {
  max-width: 100%;
}

.gallery-section.benefits-gallery .slider-container {
  height: 240px;
  background: linear-gradient(135deg, rgba(255, 212, 0, 0.12), rgba(0, 0, 0, 0.65)) !important;
  border: 1px solid rgba(255, 212, 0, 0.45) !important;
  box-shadow: 0 18px 40px rgba(255, 212, 0, 0.15) !important;
  padding: 0;
}

.gallery-section.benefits-gallery .slider-item {
  height: 78%;
  top: 11%;
  background: rgba(0, 0, 0, 0.65) !important;
  border: 2px solid rgba(255, 212, 0, 0.25) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45) !important;
}

.gallery-section.benefits-gallery .slider-item img {
  object-fit: cover;
}

.gallery-section.benefits-gallery .slider-item:hover {
  box-shadow: 0 18px 40px rgba(255, 212, 0, 0.35) !important;
}

.gallery-section.benefits-gallery .slider-item:hover img {
  filter: brightness(1.08);
}

.gallery-section.benefits-gallery .slider-item.active-center {
  border-color: var(--brand) !important;
  box-shadow: 0 20px 45px rgba(255, 212, 0, 0.45) !important;
}

.gallery-section.benefits-gallery .slider-item.active-left-1,
.gallery-section.benefits-gallery .slider-item.active-right-1 {
  border-color: rgba(255, 212, 0, 0.38) !important;
  box-shadow: 0 18px 38px rgba(255, 212, 0, 0.3) !important;
}

.gallery-section.benefits-gallery .slider-item.active-left-2,
.gallery-section.benefits-gallery .slider-item.active-right-2 {
  border-color: rgba(255, 212, 0, 0.25) !important;
}

.gallery-section.benefits-gallery .slider-arrow {
  background: rgba(0, 0, 0, 0.65) !important;
  border-color: rgba(255, 212, 0, 0.55) !important;
  color: var(--brand) !important;
}

.gallery-section.benefits-gallery .slider-arrow:hover {
  background: rgba(255, 212, 0, 0.25) !important;
  color: #000 !important;
  border-color: rgba(255, 212, 0, 0.75) !important;
}

.gallery-section.benefits-gallery .slider-indicators {
  background: rgba(0, 0, 0, 0.75) !important;
  border-color: rgba(255, 212, 0, 0.45) !important;
}

.gallery-section.benefits-gallery .indicator {
  background: rgba(255, 212, 0, 0.25) !important;
}

.gallery-section.benefits-gallery .indicator.active {
  background: var(--brand) !important;
  box-shadow: 0 0 10px rgba(255, 212, 0, 0.6) !important;
}

.benefits-page .modal-nav {
  border-color: rgba(255, 212, 0, 0.45);
  color: var(--brand);
}

.benefits-page .modal-nav:hover {
  background: rgba(255, 212, 0, 0.25);
  color: #000;
  border-color: rgba(255, 212, 0, 0.65);
}

.benefits-page .modal-close {
  border-color: rgba(255, 212, 0, 0.45);
  color: var(--brand);
}

.benefits-page .modal-close:hover {
  background: rgba(255, 212, 0, 0.25);
  color: #000;
}

.benefits-photo-flex {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin: 20px 0;
}

.benefits-photo-item {
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  height: auto;
  max-width: 150px;
  width: 100%;
}

.benefit-title-centered,
.benefit-logo-item {
  justify-content: center;
}

.benefit-logo-item {
  align-items: center;
  background: rgba(255, 212, 0, 0.1);
  border: 2px solid rgba(255, 212, 0, 0.3);
  border-radius: 22px;
  display: flex;
  flex-shrink: 0;
  height: 100px;
  width: 100px;
  padding: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.benefit-logo-item:hover {
  background: rgba(255, 212, 0, 0.2);
  border-color: var(--brand);
  box-shadow: 0 0 20px rgba(255, 212, 0, 0.4);
  transform: rotate(1turn) scale(1.1);
}

.benefit-logo-item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.benefit-logo-item:hover img {
  transform: scale(1.05);
}

.benefit-logo-item .benefit-icon {
  color: var(--brand);
  font-size: 2rem;
}

.event-logos-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  justify-items: center;
  margin-bottom: 10px;
}

.event-logo-item {
  align-items: center;
  background: rgba(255, 212, 0, 0.1);
  border: 2px solid rgba(255, 212, 0, 0.3);
  border-radius: 22px;
  cursor: pointer;
  display: flex;
  height: 100px;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  width: 100px;
}

.event-logo-item:hover {
  background: rgba(255, 212, 0, 0.2);
  border-color: var(--brand);
  box-shadow: 0 0 20px rgba(255, 212, 0, 0.4);
  transform: rotate(1turn) scale(1.1);
}

.event-logo-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.event-logo-item:hover img {
  transform: scale(1.05);
}

.event-photos-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  justify-items: center;
}

.event-photo-item {
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  max-width: 200px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}

.event-photo-item:hover {
  box-shadow: 0 10px 30px rgba(255, 212, 0, 0.3);
  transform: translateY(-5px) scale(1.05);
}

.event-photo-item img {
  cursor: pointer;
  height: 150px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.event-photo-item:hover img {
  transform: scale(1.1);
}

.event-photo-portrait {
  height: auto;
  max-height: 300px;
}

.event-photo-portrait img {
  background: rgba(0, 0, 0, 0.02);
  height: auto;
  max-height: 280px;
  object-fit: contain;
}

.event-photo-portrait:hover img {
  transform: scale(1.05);
}

.event-photos-grid-2col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  justify-items: center;
  margin: 20px auto;
  max-width: 500px;
}

.event-photos-grid-2col .event-photo-item {
  max-width: 220px;
}

@media (max-width: 768px) {
  .event-logos-grid {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-photos-grid {
    gap: 15px;
    grid-template-columns: 1fr;
  }

  .event-photos-grid-2col {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }

  .event-photo-item,
  .event-photos-grid-2col .event-photo-item {
    max-width: 100%;
  }

  .event-photo-item img {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  .gallery-section.benefits-gallery .slider-container {
    height: 220px;
  }
  .gallery-section.benefits-gallery .slider-item {
    height: 82%;
    top: 9%;
  }
}



.benefits-page .modal-photo {
  box-shadow: 0 0 50px rgba(255, 212, 0, 0.35), 0 20px 50px rgba(0, 0, 0, 0.8) !important;
  border: 2px solid rgba(255, 212, 0, 0.4);
}
