/* ═══════════════════════════════════════════════════════════
   PREMIUM FULL PAGE — mismo lenguaje visual que el hero
   ═══════════════════════════════════════════════════════════ */

body.has-premium-hero {
  background: var(--premium-black);
  color: var(--premium-white);
}

body.has-premium-hero main {
  position: relative;
  z-index: 1;
}

/* Fondo atmosférico sutil bajo el hero */
.premium-page {
  position: relative;
  background:
    radial-gradient(ellipse 80% 50% at 20% 0%, rgba(69, 216, 247, .08) 0%, transparent 55%),
    radial-gradient(ellipse 60% 40% at 80% 30%, rgba(244, 161, 47, .05) 0%, transparent 50%),
    linear-gradient(180deg, var(--premium-black) 0%, #0a1926 40%, var(--premium-black) 100%);
}

.premium-page::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: none;
  background-size: cover;
  background-position: center 40%;
  background-attachment: fixed;
  opacity: .04;
  pointer-events: none;
}

.premium-page > * {
  position: relative;
}

/* ── SECCIONES ── */
body.has-premium-hero .sec {
  padding: clamp(5rem, 10vw, 7.5rem) 0;
}

body.has-premium-hero .sec--compact {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
}

body.has-premium-hero .sec--glass {
  background: transparent;
  border: none;
}

body.has-premium-hero .shell {
  width: min(1320px, 92vw);
}

body.has-premium-hero .sec__tag {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .4rem .9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(12px);
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--premium-orange);
  margin-bottom: .85rem;
}

body.has-premium-hero .sec__title {
  font-family: var(--premium-display, 'Outfit', sans-serif);
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.05;
  color: var(--premium-white);
}

body.has-premium-hero .sec__title .hl {
  background: linear-gradient(135deg, #7DEBFF, #45D8F7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.has-premium-hero .sec__desc {
  color: rgba(255, 255, 255, .6);
  font-size: 1rem;
  line-height: 1.75;
  max-width: 520px;
}

/* ── BOTONES globales ── */
body.has-premium-hero .btn {
  font-family: var(--premium-font);
  border-radius: 999px;
  font-weight: 600;
  transition: transform .35s cubic-bezier(.16, 1, .3, 1), box-shadow .35s, background .35s;
}

body.has-premium-hero .btn--teal {
  background: linear-gradient(135deg, #45D8F7, #25B8E0);
  color: var(--premium-black);
  box-shadow: 0 10px 32px rgba(69, 216, 247, .3);
  border: none;
}

body.has-premium-hero .btn--teal:hover {
  box-shadow: 0 14px 40px rgba(69, 216, 247, .4);
}

body.has-premium-hero .btn--ghost {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  backdrop-filter: blur(12px);
  color: var(--premium-white);
}

body.has-premium-hero .btn--ghost:hover {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .22);
}

/* ── BOTE SHOWCASE ── */
body.has-premium-hero .bote-showcase .media-frame {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 32px 80px rgba(0, 0, 0, .4);
  aspect-ratio: 16/11;
  min-height: 280px;
}

body.has-premium-hero .bote-showcase .media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

body.has-premium-hero .bote-showcase .media-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(7, 19, 29, .5) 100%);
  pointer-events: none;
}

body.has-premium-hero .bote-list li {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  backdrop-filter: blur(12px);
  padding: 1rem 1.15rem;
  font-size: .9rem;
  color: rgba(255, 255, 255, .85);
  transition: border-color .3s, background .3s;
}

body.has-premium-hero .bote-list li:hover {
  border-color: rgba(69, 216, 247, .3);
  background: rgba(255, 255, 255, .08);
}

body.has-premium-hero .bote-list li::before {
  background: var(--premium-turquoise);
  box-shadow: 0 0 10px rgba(69, 216, 247, .5);
}

/* Panel glass para contenido bote */
body.has-premium-hero .bote-panel {
  padding: 2rem;
  border-radius: 28px;
  background: rgba(7, 19, 29, .5);
  border: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(24px);
}

/* ── SLIDE CARDS ── */
body.has-premium-hero .slide-card {
  background: rgba(7, 19, 29, .55);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 28px;
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .3);
  overflow: hidden;
}

body.has-premium-hero .slide-card:hover {
  transform: translateY(-8px);
  border-color: rgba(69, 216, 247, .25);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .4), 0 0 0 1px rgba(69, 216, 247, .1);
}

body.has-premium-hero .slide-card .ph,
body.has-premium-hero .slide-card .slide-card__img {
  aspect-ratio: 16/10;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

body.has-premium-hero .slide-card .slide-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.has-premium-hero .slide-card__body h3 {
  font-family: var(--premium-display, 'Outfit', sans-serif);
  font-weight: 600;
  letter-spacing: -.01em;
}

body.has-premium-hero .slide-card__body p {
  color: rgba(255, 255, 255, .55);
}

body.has-premium-hero .slide-card__price {
  color: var(--premium-orange);
  font-weight: 700;
}

body.has-premium-hero .h-slider__nav button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(12px);
  color: var(--premium-white);
  transition: background .25s, transform .25s;
}

body.has-premium-hero .h-slider__nav button:hover {
  background: var(--premium-orange);
  color: var(--premium-black);
  transform: scale(1.05);
}

/* ── YATE SHOWCASE — grid centrado, cards de venta ── */
body.has-premium-hero #yate .h-slider--yate-showcase .h-slider__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.1rem, 2.4vw, 1.75rem);
  overflow: visible;
  scroll-snap-type: none;
  padding: 0.35rem 0 0;
  max-width: 1120px;
  margin-inline: auto;
}

body.has-premium-hero #yate .h-slider--yate-showcase .slide-card {
  flex: unset;
  width: 100%;
  max-width: 360px;
  justify-self: center;
  display: flex;
  flex-direction: column;
}

body.has-premium-hero #yate .slide-card--sell {
  position: relative;
  border: 1px solid rgba(255, 255, 255, .12);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, .06) 0%, rgba(7, 19, 29, .72) 42%, rgba(7, 19, 29, .88) 100%);
}

body.has-premium-hero #yate .slide-card--sell::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgba(69, 216, 247, .35), rgba(244, 161, 47, .2), rgba(69, 216, 247, .08));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.65;
  transition: opacity 0.35s ease;
}

body.has-premium-hero #yate .slide-card--sell:hover::before {
  opacity: 1;
}

body.has-premium-hero #yate .slide-card--sell .slide-card__img {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

body.has-premium-hero #yate .slide-card--sell .slide-card__img img {
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

body.has-premium-hero #yate .slide-card--sell:hover .slide-card__img img {
  transform: scale(1.07);
}

body.has-premium-hero #yate .slide-card__img-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(7, 19, 29, .72) 100%);
  pointer-events: none;
}

body.has-premium-hero #yate .slide-card__badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 1;
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(7, 19, 29, .55);
  border: 1px solid rgba(255, 255, 255, .18);
  backdrop-filter: blur(10px);
}

body.has-premium-hero #yate .slide-card--sell .slide-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.25rem 1.35rem 1.4rem;
}

body.has-premium-hero #yate .slide-card--sell .slide-card__body h3 {
  font-size: 1.15rem;
  margin-bottom: 0.45rem;
  color: var(--premium-white);
}

body.has-premium-hero #yate .slide-card--sell .slide-card__body p {
  flex: 1;
  font-size: 0.84rem;
  line-height: 1.6;
  margin-bottom: 1.1rem;
  color: rgba(255, 255, 255, .62);
}

body.has-premium-hero #yate .slide-card__footer {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: auto;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

body.has-premium-hero #yate .slide-card__price-block {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.5rem;
}

body.has-premium-hero #yate .slide-card__price-from {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .45);
}

body.has-premium-hero #yate .slide-card__price {
  font-family: var(--premium-font, 'Outfit', sans-serif);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--premium-orange);
  margin: 0;
}

body.has-premium-hero #yate .slide-card__cta.btn-premium {
  width: 100%;
  justify-content: center;
  padding: 0.85rem 1.1rem;
  font-size: 0.82rem;
  border-radius: 999px;
}

@media (max-width: 980px) {
  body.has-premium-hero #yate .h-slider--yate-showcase .h-slider__track {
    grid-template-columns: 1fr;
    max-width: min(400px, 92vw);
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  body.has-premium-hero #yate .h-slider--yate-showcase .h-slider__track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 960px;
  }
}

/* ── TEAM ── */
body.has-premium-hero .about-text p {
  color: rgba(255, 255, 255, .65);
  font-size: 1rem;
  line-height: 1.8;
}

body.has-premium-hero .team-card {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
  backdrop-filter: blur(16px);
  padding: 1.75rem 1.25rem;
}

body.has-premium-hero .team-card:hover {
  transform: translateY(-6px);
  border-color: rgba(69, 216, 247, .25);
}

body.has-premium-hero .team-card__avatar {
  background: linear-gradient(135deg, var(--premium-turquoise), var(--premium-orange));
  box-shadow: 0 8px 24px rgba(69, 216, 247, .25);
}

body.has-premium-hero .team-card h4 {
  font-family: var(--premium-display, 'Outfit', sans-serif);
}

body.has-premium-hero .team-card__role {
  color: var(--premium-sky);
}

body.has-premium-hero .team-card p {
  color: rgba(255, 255, 255, .5);
}

/* ── BLOG ── */
body.has-premium-hero .blog-card {
  background: rgba(7, 19, 29, .5);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
  backdrop-filter: blur(16px);
  overflow: hidden;
  transition: transform .35s, border-color .35s, box-shadow .35s;
}

body.has-premium-hero .blog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(69, 216, 247, .2);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
}

body.has-premium-hero .blog-card__body h3 {
  font-family: var(--premium-display, 'Outfit', sans-serif);
  font-weight: 600;
}

body.has-premium-hero .blog-card__body p {
  color: rgba(255, 255, 255, .55);
}

body.has-premium-hero .blog-card__meta {
  color: var(--premium-orange);
}

body.has-premium-hero .blog-card__body a {
  color: var(--premium-sky) !important;
}

/* ── REVIEWS ── */
body.has-premium-hero .review {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
  backdrop-filter: blur(16px);
  padding: 1.75rem;
  transition: border-color .3s;
}

body.has-premium-hero .review:hover {
  border-color: rgba(244, 161, 47, .25);
}

body.has-premium-hero .review__stars {
  color: var(--premium-orange);
}

body.has-premium-hero .review footer strong {
  color: var(--premium-sky);
}

/* ── FAQ ── */
body.has-premium-hero .faq details {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  backdrop-filter: blur(12px);
  transition: border-color .3s;
}

body.has-premium-hero .faq details[open] {
  border-color: rgba(69, 216, 247, .25);
  background: rgba(255, 255, 255, .06);
}

body.has-premium-hero .faq summary {
  font-family: var(--premium-font);
  font-weight: 600;
  color: var(--premium-white);
}

body.has-premium-hero .faq summary::after {
  color: var(--premium-turquoise);
}

body.has-premium-hero .faq p {
  color: rgba(255, 255, 255, .6);
}

/* ── MAPA ── */
body.has-premium-hero .map-box {
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 32px 80px rgba(0, 0, 0, .4);
  overflow: hidden;
}

body.has-premium-hero .map-box iframe {
  display: block;
  min-height: 280px;
  filter: grayscale(.15) contrast(1.05) brightness(.95);
}

/* ── FOOTER ── */
body.has-premium-hero .foot {
  background: rgba(7, 19, 29, .95);
  border-top: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(20px);
}

body.has-premium-hero .foot h5 {
  color: var(--premium-sky);
  letter-spacing: .2em;
}

body.has-premium-hero .foot a {
  color: rgba(255, 255, 255, .55);
}

body.has-premium-hero .foot a:hover {
  color: var(--premium-orange);
}

body.has-premium-hero .foot__bar {
  border-top-color: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .4);
}

body.has-premium-hero .nav__word .aqua { color: var(--premium-turquoise); }
body.has-premium-hero .nav__word .lume { color: var(--premium-orange); }
body.has-premium-hero .nav__word small { color: rgba(255, 255, 255, .45); }

body.has-premium-hero .lang-select {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .12);
  color: var(--premium-white);
}

body.has-premium-hero .drawer {
  background: rgba(7, 19, 29, .97);
  backdrop-filter: blur(24px);
}

body.has-premium-hero .drawer a {
  font-family: var(--premium-display, 'Outfit', sans-serif);
}

body.has-premium-hero .ph {
  background: linear-gradient(145deg, rgba(69, 216, 247, .06), rgba(244, 161, 47, .04));
  border: 1px dashed rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .35);
}

body.has-premium-hero .wa-pin {
  box-shadow: 0 10px 32px rgba(37, 211, 102, .45);
}

body.has-premium-hero .nav__reserve {
  padding: .55rem 1.1rem;
  font-size: .72rem;
}

/* ── VIDEO GRID ── */
.video-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .video-grid { grid-template-columns: repeat(2, 1fr); }
}

.video-card {
  background: rgba(7, 19, 29, .5);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
  overflow: hidden;
  backdrop-filter: blur(16px);
  transition: border-color .3s, transform .3s;
}

.video-card:hover {
  border-color: rgba(69, 216, 247, .25);
  transform: translateY(-4px);
}

.video-card__media {
  aspect-ratio: 16/10;
  background: #000;
}

.video-card__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Lazy video — poster hasta clic */
.lazy-video {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #000;
}

.lazy-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lazy-video__play,
.media-frame__play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 4rem;
  height: 4rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  color: var(--premium-deep, #07131d);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: .2rem;
  cursor: pointer;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .35);
  transition: transform .25s, background .25s;
}

.lazy-video:hover .lazy-video__play,
.media-frame--photo:hover .media-frame__play {
  transform: scale(1.08);
  background: #fff;
}

.lazy-video.is-playing {
  cursor: default;
}

/* Foto en showcase bote */
.media-frame--photo {
  position: relative;
  aspect-ratio: 16/10;
  border-radius: 24px;
  overflow: hidden;
}

.media-frame--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Galería fotos */
.photo-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .85rem;
}

@media (min-width: 768px) {
  .photo-gallery {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}

.photo-gallery__item {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
  border: 1px solid rgba(255, 255, 255, .08);
  transition: transform .3s, border-color .3s;
}

.photo-gallery__item:hover {
  transform: translateY(-3px);
  border-color: rgba(69, 216, 247, .25);
}

.photo-gallery__item--wide {
  grid-column: span 2;
  aspect-ratio: 16/9;
}

@media (max-width: 767px) {
  .photo-gallery__item--wide {
    grid-column: span 2;
  }
}

.photo-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Blog cards con imagen */
.blog-card__img {
  aspect-ratio: 16/10;
  overflow: hidden;
}

.blog-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s;
}

.blog-card:hover .blog-card__img img {
  transform: scale(1.04);
}

.video-card__label {
  padding: 1rem 1.15rem;
  font-size: .85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .8);
}

body.has-premium-hero .media-frame--video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── POSTER PROMO — ancho completo ── */
.poster-promo {
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.poster-promo__inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.poster-promo__inner--graphic {
  transition: opacity .35s ease;
}

.poster-promo__inner--graphic:hover {
  transform: none;
  opacity: .96;
}

.poster-promo__link {
  display: block;
  line-height: 0;
  width: 100%;
}

.poster-promo__inner img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

.poster-promo__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 2.5rem;
  background: linear-gradient(180deg, transparent 40%, rgba(7, 19, 29, .85) 100%);
  text-align: center;
}

.poster-promo__tag {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--premium-orange);
  margin-bottom: .5rem;
}

.poster-promo__title {
  font-family: var(--premium-display, 'Outfit', sans-serif);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: .5rem;
}

.poster-promo__price {
  font-size: 1rem;
  color: rgba(255, 255, 255, .75);
  margin-bottom: 1.25rem;
}

.poster-promo__price strong {
  font-size: 2rem;
  color: var(--premium-orange);
  font-weight: 700;
}

/* ── BOOKING SECTION ── */
.sec--booking {
  padding-top: 2rem;
}

.booking-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  border-radius: 32px;
  background: rgba(7, 19, 29, .5);
  border: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(24px);
  box-shadow: 0 32px 80px rgba(0, 0, 0, .35);
  max-width: 720px;
  margin-inline: auto;
}

.booking-section__info {
  text-align: center;
  width: 100%;
}

.booking-section__info .sec__desc {
  max-width: 520px;
  margin-inline: auto;
}

.foot__social {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
}

.foot__social a {
  font-size: .82rem;
  font-weight: 600;
  color: var(--teal, #45d8f7);
  text-decoration: none;
}

.foot__social a:hover { text-decoration: underline; }

.foot__bar-links {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.foot__admin-link--sm {
  display: inline;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
  font-size: .8rem;
  color: rgba(255, 255, 255, .45);
}

.foot__admin-link--sm:hover {
  background: none;
  color: var(--premium-sky, #45d8f7);
  text-decoration: underline;
}

/* ── FOOTER ADMIN ── */
.foot__admin {
  text-align: center;
  padding: 1.5rem 0;
  margin-bottom: 1rem;
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.foot__admin-link {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .75rem 1.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .65);
  font-size: .82rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .25s, color .25s, border-color .25s;
}

.foot__admin-link:hover {
  background: rgba(69, 216, 247, .12);
  border-color: rgba(69, 216, 247, .3);
  color: var(--premium-sky);
}

/* Sección con panel glass completo */
.premium-glass-panel {
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: 32px;
  background: rgba(7, 19, 29, .45);
  border: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(24px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, .25);
}

@media (max-width: 768px) {
  .premium-page::before {
    background-attachment: scroll;
  }
}
