/* ===============================
   JUMPTONE - Página Galería Visual V3
================================ */
.jt-gallery-page {
  --jt-bg: #050505;
  --jt-panel: #10151d;
  --jt-panel-2: #151b24;
  --jt-text: #e8ecf3;
  --jt-white: #f5f7fb;
  --jt-muted: rgba(232,236,243,.74);
  --jt-gold: #d7bf78;
  --jt-border: rgba(215,191,120,.20);
  background:
    radial-gradient(circle at 10% 8%, rgba(215,191,120,.10), transparent 24%),
    radial-gradient(circle at 100% 24%, rgba(255,255,255,.035), transparent 26%),
    #050505;
  color: var(--jt-text);
  overflow: hidden;
}

.jt-gallery-container {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.jt-gallery-hero {
  padding: clamp(70px, 9vw, 126px) 0 64px;
  border-bottom: 1px solid rgba(215,191,120,.12);
}

.jt-gallery-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 34px;
  align-items: end;
}

.jt-gallery-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--jt-gold) !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.jt-gallery-label::before {
  content: "";
  width: 42px;
  height: 1px;
  background: var(--jt-gold);
  opacity: .8;
}

.jt-gallery-label-center::before,
.jt-gallery-label-center::after {
  content: "";
  width: 42px;
  height: 1px;
  background: var(--jt-gold);
  opacity: .8;
}

.jt-gallery-hero h1 {
  margin: 20px 0 0 !important;
  max-width: 920px;
  font-size: clamp(52px, 8.6vw, 112px);
  line-height: .88;
  letter-spacing: -.075em;
  text-transform: uppercase;
}

.jt-gallery-page .jt-gallery-hero h1,
.jt-gallery-page .jt-gallery-hero h1 .jt-gallery-title-solid {
  color: #f5f7fb !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  -webkit-text-fill-color: #f5f7fb !important;
  -webkit-text-stroke: 0 transparent !important;
  text-stroke: 0 transparent !important;
  text-shadow: 0 14px 55px rgba(0,0,0,.42) !important;
}

.jt-gallery-title-solid,
.jt-gallery-title-outline {
  display: block;
}

.jt-gallery-page .jt-gallery-title-outline {
  color: transparent !important;
  opacity: 1 !important;
  -webkit-text-fill-color: transparent !important;
  -webkit-text-stroke: 1px var(--jt-gold) !important;
  text-stroke: 1px var(--jt-gold) !important;
  text-shadow: none !important;
}

.jt-gallery-hero p {
  max-width: 690px;
  margin: 24px 0 0;
  color: var(--jt-muted) !important;
  font-size: 16px;
  line-height: 1.8;
}

.jt-gallery-hero-card {
  border: 1px solid var(--jt-border);
  border-radius: 24px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(21,27,36,.94), rgba(11,14,20,.94));
  box-shadow: 0 24px 60px rgba(0,0,0,.34);
}

.jt-gallery-hero-card strong {
  display: block;
  color: var(--jt-gold) !important;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 13px;
  margin-bottom: 16px;
}

.jt-gallery-hero-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.jt-gallery-hero-card li {
  position: relative;
  padding-left: 18px;
  color: rgba(245,247,251,.86) !important;
  line-height: 1.55;
}

.jt-gallery-hero-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--jt-gold);
  opacity: .85;
}

.jt-gallery-content {
  padding: 16px 0 24px;
}

.jt-gallery-content .jt-gallery-section {
  padding-left: 0;
  padding-right: 0;
}

/* Encabezados del shortcode público */
.jt-gallery-page .jt-visual-gallery-public .jt-gallery-section-head span {
  color: var(--jt-gold) !important;
  opacity: 1 !important;
  letter-spacing: .18em !important;
}

.jt-gallery-page .jt-visual-gallery-public .jt-gallery-section-head h2 {
  color: #f5f7fb !important;
  -webkit-text-fill-color: #f5f7fb !important;
  -webkit-text-stroke: 0 transparent !important;
  opacity: 1 !important;
}

.jt-gallery-page .jt-visual-gallery-public .jt-gallery-section-head p {
  color: rgba(232,236,243,.72) !important;
}

.jt-gallery-cta {
  padding: 72px 0 96px;
  text-align: center;
  border-top: 1px solid rgba(215,191,120,.12);
}

.jt-gallery-cta h2 {
  margin: 16px 0 0 !important;
  color: var(--jt-white) !important;
  -webkit-text-fill-color: var(--jt-white) !important;
  font-size: clamp(38px, 6vw, 76px);
  line-height: .95;
  letter-spacing: -.06em;
  text-transform: uppercase;
}

.jt-gallery-cta p {
  margin: 16px auto 0;
  max-width: 620px;
  color: var(--jt-muted) !important;
  line-height: 1.7;
}

.jt-gallery-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  margin-top: 26px;
  border-radius: 999px;
  background: var(--jt-white);
  color: #050505 !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Corrección contraste títulos de cards de galería */
.jt-gallery-page .jt-visual-gallery-public .jt-gallery-caption h3,
.jt-gallery-page .jt-gallery-caption h3 {
  color: #f5f7fb !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-text-fill-color: #f5f7fb !important;
  -webkit-text-stroke: 0 transparent !important;
  text-stroke: 0 transparent !important;
  text-shadow: 0 2px 18px rgba(0,0,0,.45) !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

.jt-gallery-page .jt-visual-gallery-public .jt-gallery-caption p,
.jt-gallery-page .jt-gallery-caption p {
  color: rgba(232,236,243,.84) !important;
  opacity: 1 !important;
}

@media (max-width: 900px) {
  .jt-gallery-hero-inner {
    grid-template-columns: 1fr;
  }
  .jt-gallery-hero-card {
    max-width: 480px;
  }
}

@media (max-width: 640px) {
  .jt-gallery-container {
    width: min(100% - 28px, 1180px);
  }
  .jt-gallery-hero {
    padding-top: 56px;
  }
  .jt-gallery-hero h1 {
    font-size: 46px;
  }
}
