:root{
  --yellow:#ffcc0a;
  --blue:#141947;
  --purple:#a54a97;

  --bg:#0f122e;
  --text:#0e1020;
  --muted: rgba(20,25,71,.75);
  --card:#ffffff;
  --stroke: rgba(20,25,71,.14);
  --shadow: 0 18px 50px rgba(10, 12, 30, .22);

  --radius: 18px;
  --radius-lg: 26px;

  --container: 1180px;
}

.dj-page{
  background: #fff;
  color: var(--text);
}

.dj-container{
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.dj-section{
  padding: 78px 0;
}

.dj-section--alt{
  background: linear-gradient(180deg, rgba(20,25,71,.04), rgba(165,74,151,.04));
}

#proceso{
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.75)),
    url("../assets/img/gala-empresarial.jpg") center/cover no-repeat;
}

.dj-section__head{
  max-width: 860px;
  margin-bottom: 28px;
}

.dj-section__head h2{
  font-size: clamp(26px, 3vw, 38px);
  color: var(--blue);
  letter-spacing: .2px;
  margin: 0 0 10px;
}

.dj-section__head p{
  margin: 0;
  color: rgba(20,25,71,.78);
  line-height: 1.55;
}

/* HERO */
.dj-hero{
  position: relative;
  min-height: 78vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--bg);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.dj-hero__bg{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12,14,40,.55), rgba(12,14,40,.75)),
    url("../assets/img/hora-loca-publico.jpg") center/cover no-repeat,
    radial-gradient(900px 420px at 18% 15%, rgba(165,74,151,.35), transparent 60%),
    radial-gradient(760px 380px at 78% 18%, rgba(255,204,10,.22), transparent 58%),
    radial-gradient(900px 520px at 70% 85%, rgba(20,25,71,.85), rgba(12,14,40,.95));
  transform: scale(1.04);
}

.dj-hero__overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,18,46,.60), rgba(15,18,46,.92));
  z-index: 1;
}

.dj-hero__content{
  position: relative;
  z-index: 2;
  padding: 78px 0;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
  align-items: start;
}

.dj-badge{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,204,10,.14);
  border: 1px solid rgba(255,204,10,.30);
  color: rgba(255,204,10,.95);
  font-weight: 700;
  letter-spacing: .4px;
  margin-bottom: 14px;
}

.dj-hero__text h1{
  color: #fff;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.02;
  margin: 0 0 14px;
  letter-spacing: .2px;
}

.dj-hero__text p{
  color: rgba(255,255,255,.82);
  line-height: 1.55;
  margin: 0 0 22px;
  max-width: 680px;
}

.dj-hero__actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.dj-hero__meta{
  display: grid;
  gap: 10px;
  margin-top: 12px;
  max-width: 680px;
}

.meta-item{
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
}

.meta-k{
  font-size: 12px;
  letter-spacing: .35px;
  text-transform: uppercase;
  color: rgba(255,255,255,.60);
}

.meta-v{
  color: rgba(255,255,255,.84);
}

/* Cards / Glass */
.glass-card{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
  padding: 22px;
  box-shadow: 0 22px 70px rgba(0,0,0,.28);
  backdrop-filter: blur(10px);
}

.glass-card h3{
  margin: 0 0 12px;
  color: #fff;
  letter-spacing: .2px;
}

.checklist{
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.checklist li{
  position: relative;
  padding-left: 26px;
  color: rgba(255,255,255,.84);
  line-height: 1.35;
}

.checklist li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: rgba(255,204,10,.95);
  box-shadow: 0 8px 22px rgba(255,204,10,.20);
}

/* TRUST STRIP */
.dj-trust{
  background: #fff;
  padding: 24px 0;
  border-bottom: 1px solid var(--stroke);
}

.trust-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.trust-item{
  border: 1px solid var(--stroke);
  border-radius: 16px;
  padding: 14px 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(12,14,40,.06);
}

.trust-title{
  display: block;
  color: var(--blue);
  font-weight: 800;
  margin-bottom: 6px;
}

.trust-text{
  display: block;
  color: rgba(20,25,71,.74);
  line-height: 1.45;
}

/* Buttons */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 11px 16px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
  will-change: transform;
}

.btn--primary{
  background: var(--yellow);
  color: #10122a;
  box-shadow: 0 16px 40px rgba(255,204,10,.22);
}

.btn--primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(255,204,10,.28);
}

.btn--secondary{
  background: rgba(165,74,151,.18);
  border-color: rgba(165,74,151,.30);
  color: #fff;
}

.btn--secondary:hover{
  transform: translateY(-2px);
  background: rgba(165,74,151,.24);
}

.btn--ghost{
  background: transparent;
  border-color: rgba(255,255,255,.22);
  color: #fff;
}

.dj-section .btn--ghost{
  border-color: rgba(20,25,71,.18);
  color: var(--blue);
}

.btn--ghost:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(12,14,40,.10);
}

/* PACKS */
.packs-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}

.pack-card{
  background: #fff;
  border: 1px solid var(--stroke);
  border-radius: var(--radius-lg);
  padding: 18px 18px;
  box-shadow: 0 14px 40px rgba(12,14,40,.08);
  position: relative;
  overflow: hidden;
}

.pack-card::after{
  content:"";
  position:absolute;
  inset:-1px;
  background:
    radial-gradient(380px 220px at 10% 0%, rgba(255,204,10,.16), transparent 60%),
    radial-gradient(420px 220px at 100% 10%, rgba(165,74,151,.14), transparent 55%);
  opacity: .9;
  pointer-events: none;
}

.pack-card > *{
  position: relative;
  z-index: 1;
}

.pack-top{
  display:flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.pack-top h3{
  margin: 0;
  color: var(--blue);
  letter-spacing: .2px;
}

.pack-tag{
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .35px;
  text-transform: uppercase;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(20,25,71,.14);
  color: rgba(20,25,71,.78);
  background: rgba(20,25,71,.03);
  white-space: nowrap;
}

.pack-tag--gold{
  border-color: rgba(255,204,10,.35);
  background: rgba(255,204,10,.16);
  color: #6a5200;
}

.pack-card ul{
  margin: 0;
  padding-left: 18px;
  color: rgba(20,25,71,.78);
  line-height: 1.55;
  display: grid;
  gap: 8px;
}

.pack-actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.pack-card .btn--ghost{
  border-color: rgba(20,25,71,.18);
  color: var(--blue);
}

.pack-card--featured{
  border-color: rgba(255,204,10,.40);
  box-shadow: 0 20px 60px rgba(255,204,10,.12), 0 14px 40px rgba(12,14,40,.10);
  transform: translateY(-6px);
}

/* TWO COL */
.two-col{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 22px;
  align-items: start;
}

.two-col__media{
  align-self: stretch;
  display: flex;
}

.two-col__text h2{
  margin: 0 0 10px;
  color: var(--blue);
  font-size: clamp(26px, 3vw, 38px);
}

.two-col__text p{
  margin: 0 0 18px;
  color: rgba(20,25,71,.78);
  line-height: 1.6;
}

.feature-list{
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.feature{
  border: 1px solid var(--stroke);
  border-radius: 18px;
  padding: 14px 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(12,14,40,.06);
}

.feature h3{
  margin: 0 0 6px;
  color: var(--blue);
  letter-spacing: 2px;
}

.feature p{
  margin: 0;
  color: rgba(20,25,71,.74);
  line-height: 1.5;
}

/* MEDIA */
.media-card{
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.media-placeholder{
  height: 100%;
  min-height: 320px;
  display: grid;
  place-content: center;
  gap: 6px;
  text-align: center;
  background: url("../assets/img/hora-loca.jpg") center/cover no-repeat;
}

.media-placeholder small{
  font-weight: 700;
  color: rgba(20,25,71,.68);
}

.media-notes{
  padding: 14px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.note-pill{
  border-radius: 999px;
  padding: 8px 10px;
  border: 1px solid rgba(20,25,71,.14);
  background: rgba(20,25,71,.03);
  color: rgba(20,25,71,.78);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .25px;
}

/* STEPS */
.steps-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.step-card{
  background: #fff;
  border: 1px solid var(--stroke);
  border-radius: var(--radius-lg);
  padding: 16px;
  box-shadow: 0 14px 40px rgba(12,14,40,.08);
  position: relative;
  overflow: hidden;
}

.step-card::before{
  content:"";
  position:absolute;
  inset:-1px;
  background:
    radial-gradient(340px 200px at 0% 0%, rgba(165,74,151,.14), transparent 60%),
    radial-gradient(340px 220px at 100% 0%, rgba(255,204,10,.12), transparent 60%);
  opacity: .9;
  pointer-events:none;
}

.step-card > *{
  position: relative;
  z-index: 1;
}

.step-num{
  display: inline-flex;
  font-weight: 1000;
  color: rgba(20,25,71,.55);
  letter-spacing: .8px;
  font-size: 12px;
  border: 1px solid rgba(20,25,71,.14);
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(20,25,71,.02);
  margin-bottom: 10px;
}

.step-card h3{
  margin: 0 0 8px;
  color: var(--blue);
}

.step-card p{
  margin: 0;
  color: rgba(20,25,71,.74);
  line-height: 1.55;
}

/* GALLERY */
.gallery-carousel{
  --carousel-gap: 10px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: var(--carousel-gap);
  align-items: center;
  margin-top: 18px;
}

.carousel-viewport{
  overflow: hidden;
  min-width: 0;
}

.carousel-track{
  display: flex;
  gap: var(--carousel-gap);
  transition: transform .4s ease;
  will-change: transform;
}

.carousel-btn{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--stroke);
  background: #fff;
  color: var(--blue);
  font-size: 22px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(12,14,40,.10);
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.carousel-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(12,14,40,.14);
}

.carousel-btn:disabled{
  opacity: .4;
  cursor: default;
  transform: none;
  box-shadow: 0 8px 20px rgba(12,14,40,.08);
}

.gallery-item{
  position: relative;
  border-radius: 18px;
  border: 1px solid var(--stroke);
  background:
    radial-gradient(320px 180px at 18% 10%, rgba(255,204,10,.22), transparent 60%),
    radial-gradient(360px 180px at 85% 10%, rgba(165,74,151,.18), transparent 55%),
    linear-gradient(180deg, rgba(20,25,71,.06), rgba(20,25,71,.02));
  height: 220px;
  overflow: hidden;
  text-decoration: none;
  display: grid;
  place-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: rgba(20,25,71,.75);
  font-weight: 900;
  transition: transform .18s ease, box-shadow .18s ease;
  flex: 0 0 calc((100% - (var(--carousel-gap) * 2)) / 3);
}

.gallery-item:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 45px rgba(12,14,40,.12);
}

/* GALLERY MODAL */
.no-scroll{
  overflow: hidden;
}

.gallery-modal{
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0,0,0,.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
  z-index: 999;
}

.gallery-modal.is-open{
  opacity: 1;
  visibility: visible;
}

.gallery-modal__backdrop{
  position: absolute;
  inset: 0;
}

.gallery-modal__content{
  position: relative;
  width: min(90vw, 920px);
  background: #fff;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 24px 80px rgba(0,0,0,.35);
  z-index: 1;
}

.gallery-modal__image{
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 12px;
  display: block;
}

.gallery-modal__close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  color: var(--blue);
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

/* FAQ */
.faq-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.faq-item{
  border-radius: var(--radius-lg);
  border: 1px solid var(--stroke);
  background: #fff;
  box-shadow: 0 14px 40px rgba(12,14,40,.08);
  padding: 14px 14px;
}

.faq-item summary{
  cursor: pointer;
  font-weight: 900;
  color: var(--blue);
  outline: none;
  list-style: none;
}

.faq-item summary::-webkit-details-marker{
  display: none;
}

.faq-content{
  margin-top: 10px;
  color: rgba(20,25,71,.76);
  line-height: 1.55;
}

/* CTA */
.dj-cta{
  padding: 70px 0 90px;
  background: linear-gradient(180deg, rgba(20,25,71,.06), rgba(255,204,10,.06));
}

.cta-box{
  border-radius: 28px;
  border: 1px solid rgba(255,204,10,.25);
  background:
    radial-gradient(520px 220px at 12% 20%, rgba(255,204,10,.22), transparent 60%),
    radial-gradient(520px 220px at 92% 20%, rgba(165,74,151,.18), transparent 55%),
    #fff;
  box-shadow: 0 20px 60px rgba(12,14,40,.10);
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-text h2{
  margin: 0 0 6px;
  color: var(--blue);
}

.cta-text p{
  margin: 0;
  color: rgba(20,25,71,.78);
  line-height: 1.55;
  max-width: 680px;
}

.cta-actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

.dj-cta .btn--ghost{
  border-color: rgba(20,25,71,.18);
  color: var(--blue);
}

/* Reveal anim */
.reveal{
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .55s ease, transform .55s ease;
}

.reveal.is-visible{
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 980px){
  .dj-hero__content{
    grid-template-columns: 1fr;
    padding: 66px 0;
  }

  .packs-grid{
    grid-template-columns: 1fr;
  }

  .pack-card--featured{
    transform: none;
  }

  .trust-grid{
    grid-template-columns: 1fr 1fr;
  }

  .two-col{
    grid-template-columns: 1fr;
  }

  .steps-grid{
    grid-template-columns: 1fr 1fr;
  }


  .faq-grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px){
  .dj-section{
    padding: 62px 0;
  }

  .trust-grid{
    grid-template-columns: 1fr;
  }

  .steps-grid{
    grid-template-columns: 1fr;
  }


  .media-placeholder{
    height: 100%;
    min-height: 260px;
  }

  .gallery-item{
    height: 190px;
  }
}
