/*------------------------------------------------------------------
  Alice in Wonderland Theme Override
  Paleta pastel: azul cielo, rosa suave, dorado champagne, crema, verde salvia
  Inspirada en el pastel de referencia
------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Alice&display=swap');

:root {
  --wonderland-blue: #9ec5d6;        /* azul cielo pastel - vestido Alicia */
  --wonderland-blue-dark: #6a9db5;   /* azul más fuerte para bordes/hover */
  --wonderland-rose: #e8b4c8;        /* rosa pastel - moño */
  --wonderland-rose-dark: #d4829f;   /* rosa más fuerte para acentos */
  --wonderland-gold: #c5a55a;        /* dorado champagne - reloj, llaves */
  --wonderland-gold-light: #dbc88e;  /* dorado claro */
  --wonderland-cream: #faf5ef;       /* crema marfil - base */
  --wonderland-light-blue: #ddedf4;  /* azul muy claro */
  --wonderland-sage: #a8bfa0;        /* verde salvia - hojas */
  --wonderland-text: #5a5a6e;        /* gris azulado para texto */
  --wonderland-heading: #4a6670;     /* azul grisáceo para títulos */
}

/* ── Marca de agua ── */
.watermark {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-35deg);
  font-size: 80px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.08);
  letter-spacing: 10px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 99999;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  -webkit-user-select: none;
  user-select: none;
}

@media (max-width: 767px) {
  .watermark {
    font-size: 40px;
    letter-spacing: 5px;
  }
}

/* ── Scroll down indicator ── */
.scroll-down-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  animation: scrollFade 3s ease-in-out infinite;
}

.scroll-arrow {
  display: block;
  width: 28px;
  height: 28px;
  border-right: 3px solid rgba(255, 255, 255, 0.8);
  border-bottom: 3px solid rgba(255, 255, 255, 0.8);
  transform: rotate(45deg);
  animation: scrollBounce 2s ease-in-out infinite;
}

@keyframes scrollBounce {
  0%, 100% { transform: rotate(45deg) translateY(0); opacity: 1; }
  50% { transform: rotate(45deg) translateY(12px); opacity: 0.4; }
}

@keyframes scrollFade {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}

/* ── Filtro vintage envejecido en todas las fotos ── */
.hero-slider .slide-inner,
.middle-couple-pic img,
.wedding-location-section .location-grids .grid img {
  filter: sepia(0.35) saturate(0.7) contrast(0.88) brightness(1.05) hue-rotate(-5deg);
}

/* ── Body & Global ── */
body {
  background-color: var(--wonderland-cream) !important;
  font-family: 'Alice', 'Muli', serif !important;
  color: var(--wonderland-text);
}

p {
  color: var(--wonderland-text);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--wonderland-heading);
}

/* ── Preloader ── */
.preloader {
  background: var(--wonderland-cream);
}

.preloader .middle .fi:before {
  color: var(--wonderland-rose) !important;
}

/* ── Section titles ── */
.section-title h2,
.section-title-s2 h2 {
  font-family: 'Playfair Display', 'Great Vibes', cursive;
  color: var(--wonderland-heading);
}

.section-title h2:before,
.section-title-s2 h2:before {
  content: "\2660" !important;
  background: none !important;
  font-size: 28px;
  color: var(--wonderland-gold);
  width: auto !important;
  height: auto !important;
  left: 50% !important;
  transform: translateX(-50%);
  top: -5px !important;
}

/* ── Accent color overrides ── */
.see-location-btn {
  border-color: var(--wonderland-blue);
  color: var(--wonderland-heading);
}

.see-location-btn:hover {
  background-color: var(--wonderland-blue) !important;
  color: #fff !important;
}

.theme-btn {
  background-color: var(--wonderland-rose) !important;
  color: #fff;
  border: 2px solid var(--wonderland-rose) !important;
}

.theme-btn:hover {
  background-color: var(--wonderland-rose-dark) !important;
  border-color: var(--wonderland-rose-dark) !important;
}

/* ── Form focus ── */
.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: var(--wonderland-blue) !important;
  box-shadow: 0 0 5px 0 rgba(158, 197, 214, 0.4) !important;
}

/* ── Header / Navigation ── */
.site-header .navigation {
  background-color: var(--wonderland-cream) !important;
  border-bottom: 2px solid var(--wonderland-gold-light);
}

.header-style-1 .navbar-brand,
.header-style-2 .navbar-brand {
  font-family: 'Playfair Display', 'Great Vibes', cursive !important;
  color: var(--wonderland-heading) !important;
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li.current-menu-item a {
  color: var(--wonderland-rose-dark) !important;
}

@media (min-width: 992px) {
  .site-header #navbar > ul > li > a {
    color: var(--wonderland-heading) !important;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-header button {
    background-color: var(--wonderland-rose) !important;
  }

  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: var(--wonderland-rose-dark) !important;
  }
}

.sticky .navigation,
.sticky-2 .navigation {
  border-bottom: 2px solid var(--wonderland-gold-light);
}

/* ── Hero Slider ── */
.hero-style-1 .couple-name,
.hero-static .couple-name {
  font-family: 'Playfair Display', 'Great Vibes', cursive !important;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
}

.hero-style-1 #curve-text,
.hero-static #curve-text {
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  letter-spacing: 3px;
}

.hero-slider .swiper-pagination-bullet-active {
  background: var(--wonderland-rose) !important;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  border-color: rgba(255, 255, 255, 0.6) !important;
  background: rgba(232, 180, 200, 0.3) !important;
}

/* Esquinas decorativas del hero - naipes en rosa/dorado */
.hero-style-1:before,
.hero-static:before {
  content: "\2663" !important;
  background: none !important;
  font-size: 60px;
  color: var(--wonderland-gold-light);
  width: auto !important;
  height: auto !important;
  opacity: 0.5;
  text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.hero-style-1:after,
.hero-static:after {
  content: "\2666" !important;
  background: none !important;
  font-size: 60px;
  color: var(--wonderland-rose);
  width: auto !important;
  height: auto !important;
  opacity: 0.5;
  text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

@media (max-width: 767px) {
  .hero-style-1:before,
  .hero-static:before,
  .hero-style-1:after,
  .hero-static:after {
    font-size: 36px !important;
  }
}

/* ── Couple Section ── */
.couple-section {
  background-color: var(--wonderland-cream) !important;
  position: relative;
}

.couple-section .middle-couple-pic img {
  border: 4px solid var(--wonderland-blue) !important;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(158, 197, 214, 0.25);
}

.couple-section ul li a:hover {
  background-color: var(--wonderland-blue) !important;
}

/* ── Wedding Date / Countdown ── */
.wedding-date {
  background: linear-gradient(135deg, var(--wonderland-cream) 0%, var(--wonderland-light-blue) 100%);
  position: relative;
}

.wedding-date .section-title h2 {
  color: var(--wonderland-heading);
}

.wedding-date h3 {
  color: var(--wonderland-heading);
}

.wedding-date h3:before,
.wedding-date h3:after {
  background-color: var(--wonderland-gold-light) !important;
}

.wedding-date #clock > div {
  position: relative;
}

@media (max-width: 767px) {
  .wedding-date #clock > div {
    border-color: var(--wonderland-blue) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    border-radius: 50% !important;
  }
}

.wedding-date #clock .time {
  color: var(--wonderland-heading);
}

/* ── Events / Location Section ── */
.wedding-location-section {
  background-color: #fff;
}

.wedding-location-section .location-grids {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 0 !important;
}

.wedding-location-section .location-grids .grid {
  float: none !important;
  width: calc(50% - 15px) !important;
  margin: 0 !important;
  background: var(--wonderland-cream);
  border-radius: 12px;
  padding: 15px;
  border: 1px solid var(--wonderland-light-blue);
  box-shadow: 0 4px 15px rgba(158, 197, 214, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 650px) {
  .wedding-location-section .location-grids .grid {
    width: 100% !important;
  }
}

.wedding-location-section .location-grids .grid:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(158, 197, 214, 0.25);
}

.wedding-location-section .location-grids .grid img {
  border-radius: 8px;
}

.wedding-location-section .location-grids .grid h3 {
  color: var(--wonderland-heading);
}

.wedding-location-section ul i {
  color: var(--wonderland-blue-dark) !important;
}

/* ── Dress Code Section ── */
.dress-code-section {
  background-color: var(--wonderland-cream);
}

/* Tarjeta estilo invitación */
.dresscode-card {
  max-width: 420px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(158, 197, 214, 0.25);
  border-radius: 12px;
  padding: 35px 30px 25px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(158, 197, 214, 0.1);
  position: relative;
}

/* Borde interior decorativo */
.dresscode-card::before {
  content: "";
  position: absolute;
  top: 10px; left: 10px; right: 10px; bottom: 10px;
  border: 1px solid rgba(197, 165, 90, 0.12);
  border-radius: 8px;
  pointer-events: none;
}

.dresscode-pre {
  font-family: 'Great Vibes', cursive;
  font-size: 22px;
  color: var(--wonderland-heading, #4a6670) !important;
  margin: 0 0 2px;
}

.dresscode-title {
  font-family: 'Playfair Display', serif !important;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 6px;
  color: var(--wonderland-heading, #4a6670) !important;
  margin: 0 0 25px;
  padding-top: 0 !important;
}

/* Sin el icono de pica del section-title */
.dresscode-title::before {
  display: none !important;
}

.dresscode-columns {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
}

.dresscode-col {
  flex: 1;
  padding: 0 15px;
}

.dresscode-separator {
  width: 1px;
  min-height: 120px;
  background: linear-gradient(180deg, transparent, var(--wonderland-gold-light, #dbc88e), transparent);
  flex-shrink: 0;
}

.dresscode-icon {
  margin-bottom: 10px;
}

.dresscode-label {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--wonderland-heading, #4a6670);
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.dresscode-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dresscode-list li {
  font-family: 'Alice', serif;
  font-size: 13px;
  color: var(--wonderland-text, #5a5a6e);
  line-height: 1.5;
  margin-bottom: 4px;
}

.dresscode-list li::before {
  content: "\2727 ";
  color: var(--wonderland-gold-light, #dbc88e);
  font-size: 10px;
}

.dresscode-list .dresscode-no {
  color: var(--wonderland-rose-dark, #d4829f);
  font-weight: 600;
}

.dresscode-list .dresscode-no::before {
  content: "\2716 ";
  color: var(--wonderland-rose-dark, #d4829f);
}

.dresscode-note {
  font-family: 'Alice', serif;
  font-size: 11px;
  font-style: italic;
  color: var(--wonderland-rose-dark, #d4829f) !important;
  margin: 22px 0 0;
  opacity: 0.8;
}

@media (max-width: 767px) {
  .dresscode-card {
    padding: 28px 18px 20px;
    max-width: 340px;
  }
  .dresscode-title {
    font-size: 22px;
    letter-spacing: 4px;
  }
  .dresscode-col {
    padding: 0 10px;
  }
  .dresscode-list li {
    font-size: 12px;
  }
  .dresscode-pre {
    font-size: 18px;
  }
}

/* ── Gift Registry Section ── */
.gift-registry-section {
  background-color: #fff;
}

.gift-registry-section .section-title-s2 h2 {
  color: var(--wonderland-heading);
}

.gift-registry-section .registry-box {
  border-color: var(--wonderland-light-blue) !important;
}

/* ── RSVP Section ── */
.rsvp-section {
  background: var(--wonderland-light-blue);
  position: relative;
  overflow: hidden;
}

.rsvp-section .rspv-form {
  background-color: #fff !important;
  border: 2px solid var(--wonderland-blue);
  box-shadow: 0 8px 30px rgba(158, 197, 214, 0.2);
}

.rsvp-section .rspv-form::before {
  border-color: var(--wonderland-rose) !important;
  box-shadow: none !important;
}

.rsvp-section h3 {
  font-family: 'Playfair Display', 'Great Vibes', cursive !important;
  color: var(--wonderland-heading) !important;
}

.rsvp-section p {
  color: var(--wonderland-text) !important;
}

.rsvp-section form input,
.rsvp-section form select,
.rsvp-section form textarea {
  border-bottom-color: var(--wonderland-blue) !important;
  color: var(--wonderland-heading) !important;
}

.rsvp-section form input:focus,
.rsvp-section form select:focus,
.rsvp-section form textarea:focus {
  border-bottom-color: var(--wonderland-rose) !important;
  box-shadow: 0 2px 0 0 var(--wonderland-rose) !important;
}

.rsvp-section .rsvp-attendance {
  color: var(--wonderland-text);
}

.rsvp-section .rsvp-attendance p {
  color: var(--wonderland-text) !important;
}

.rsvp-section .submit-btn .theme-btn {
  background-color: var(--wonderland-blue-dark) !important;
  border-color: var(--wonderland-blue-dark) !important;
  color: #fff !important;
  font-weight: 700;
}

.rsvp-section .submit-btn .theme-btn:hover {
  background-color: var(--wonderland-rose-dark) !important;
  border-color: var(--wonderland-rose-dark) !important;
}

/* ── Footer ── */
.footer-section a {
  color: var(--wonderland-blue-dark) !important;
}

/* ── Créditos Gabomx ── */
.gabomx-footer {
  text-align: center;
  padding: 30px 20px 25px;
  background: var(--wonderland-cream, #faf5ef);
}

.gabomx-footer p {
  font-family: 'Alice', serif;
  font-size: 13px;
  color: var(--wonderland-text, #5a5a6e) !important;
  margin: 0 0 12px;
  letter-spacing: 1px;
  opacity: 0.7;
}

.gabomx-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #25D366;
  color: #fff !important;
  font-size: 22px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 3px 10px rgba(37, 211, 102, 0.3);
}

.gabomx-wa:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
  color: #fff !important;
}

/* ── Pagination ── */
.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: var(--wonderland-blue) !important;
  border-color: var(--wonderland-blue) !important;
}

/* ── Wonderland Decorative Elements ── */

/* Decorative wonderland dividers */
.wonderland-divider {
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
  color: var(--wonderland-gold-light);
  font-size: 18px;
  letter-spacing: 12px;
  opacity: 0.6;
}

/* Wonderland quote dividers */
.wonderland-quote {
  text-align: center;
  padding: 30px 20px;
  max-width: 500px;
  margin: 0 auto;
}

.wonderland-quote p {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 15px;
  color: var(--wonderland-heading, #4a6670) !important;
  line-height: 1.7;
  margin: 0;
  opacity: 0.7;
}

.wonderland-quote .quote-icon {
  display: block;
  font-size: 16px;
  color: var(--wonderland-gold-light, #dbc88e);
  margin-bottom: 10px;
  letter-spacing: 8px;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .wonderland-quote {
    padding: 22px 16px;
  }
  .wonderland-quote p {
    font-size: 13px;
  }
}

/* Accent for invitation text */
.invitation-text {
  position: relative;
}

.invitation-text::before {
  content: "\2727";
  display: block;
  text-align: center;
  font-size: 20px;
  color: var(--wonderland-rose);
  margin-bottom: 15px;
  letter-spacing: 8px;
}

/* Accent line for parents & padrinos */
.parents h4,
.sponsors h4 {
  color: var(--wonderland-heading) !important;
  position: relative;
  display: inline-block;
}

.parents h4::after,
.sponsors h4::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: var(--wonderland-rose);
  margin: 6px auto 0;
}

/* Bank account accent */
.gift-registry-section div[style*="border-left: 4px solid #17a2b8"] {
  border-left-color: var(--wonderland-blue) !important;
  background: var(--wonderland-cream) !important;
}

/* SVG icon override */
.gift-registry-section svg rect {
  fill: var(--wonderland-light-blue) !important;
}

.gift-registry-section svg path {
  stroke: var(--wonderland-rose) !important;
}

/* Selection color */
::selection {
  background: var(--wonderland-rose);
  color: #fff;
}

::-moz-selection {
  background: var(--wonderland-rose);
  color: #fff;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--wonderland-cream);
}

::-webkit-scrollbar-thumb {
  background: var(--wonderland-blue);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--wonderland-blue-dark);
}

/* Mega-menu border */
@media screen and (min-width: 992px) {
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    border-top-color: var(--wonderland-blue) !important;
  }
}

/* Rhombus/diamond pattern overlay for sections (like the cake) */
.wedding-date::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(45deg, rgba(158, 197, 214, 0.06) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(158, 197, 214, 0.06) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(158, 197, 214, 0.06) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(158, 197, 214, 0.06) 75%);
  background-size: 40px 40px;
  background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
  pointer-events: none;
  z-index: 0;
}

.wedding-date .container {
  position: relative;
  z-index: 1;
}

/* ── QR Pass Modal ── */
.qr-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(74, 102, 112, 0.7);
  backdrop-filter: blur(6px);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: qrFadeIn 0.3s ease;
  overflow-y: auto;
}

@keyframes qrFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes qrSlideUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.qr-modal-wrapper {
  max-width: 360px;
  width: 100%;
  position: relative;
  animation: qrSlideUp 0.4s ease;
}

.qr-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(0,0,0,0.2);
  border: none;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  padding: 2px 8px;
  border-radius: 50%;
  z-index: 2;
  transition: background 0.2s;
}

.qr-modal-close:hover {
  background: rgba(0,0,0,0.4);
}

/* Pass Card (wallet style) */
.pass-card {
  background: var(--wonderland-cream);
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  position: relative;
}

/* Muescas tipo wallet */
.pass-card::before,
.pass-card::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background: rgba(74, 102, 112, 0.7);
  border-radius: 50%;
  top: 62%;
  z-index: 2;
}
.pass-card::before { left: -12px; }
.pass-card::after { right: -12px; }

.pass-header {
  background: linear-gradient(135deg, #4a6670, #6a9db5);
  padding: 24px 20px 18px;
  text-align: center;
  position: relative;
}

.pass-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #c5a55a, #dbc88e, #c5a55a);
}

.pass-event {
  color: var(--wonderland-gold-light);
  font-family: 'Playfair Display', serif;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.pass-title {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 2px;
}

.pass-date-header {
  color: rgba(255,255,255,0.7);
  font-size: 12px;
}

.pass-body {
  padding: 24px 20px;
  text-align: center;
}

.pass-guest-name {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--wonderland-heading);
  margin-bottom: 4px;
}

.pass-guest-count {
  font-family: 'Alice', serif;
  font-size: 14px;
  color: var(--wonderland-rose-dark);
  font-weight: 600;
  margin-bottom: 20px;
}

.pass-qr {
  display: inline-block;
  padding: 14px;
  background: #fff;
  border-radius: 14px;
  border: 2px solid var(--wonderland-gold-light);
}

.pass-qr canvas,
.pass-qr img {
  display: block;
}

.pass-divider {
  border: none;
  border-top: 2px dashed var(--wonderland-gold-light);
  margin: 0 20px;
  opacity: 0.5;
}

.pass-footer {
  padding: 16px 20px 20px;
  text-align: center;
}

.pass-details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.pass-detail {
  text-align: center;
  flex: 1;
}

.pass-detail-label {
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}

.pass-detail-value {
  font-size: 13px;
  color: var(--wonderland-heading);
  font-weight: 600;
}

.pass-suit {
  color: var(--wonderland-gold);
  font-size: 16px;
  margin-top: 8px;
}

/* Modal action buttons */
.qr-modal-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 16px 0 12px;
}

.qr-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 20px;
  border-radius: 14px;
  border: none;
  font-family: 'Alice', serif;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.25s ease;
  font-weight: 600;
  flex: 1;
  justify-content: center;
}

.qr-btn-save {
  background: var(--wonderland-rose);
  color: #fff;
  width: 100%;
}

.qr-btn-save:hover {
  background: var(--wonderland-rose-dark);
  transform: translateY(-1px);
}

.qr-btn-download {
  background: var(--wonderland-blue);
  color: #fff;
}

.qr-btn-download:hover {
  background: var(--wonderland-blue-dark);
  transform: translateY(-1px);
}

/* Overlay imagen para guardar en galería */
.qr-gallery-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  z-index: 100001;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: qrFadeIn 0.2s ease;
}

.qr-gallery-overlay img {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

.qr-gallery-hint {
  color: rgba(255,255,255,0.7);
  font-family: 'Alice', serif;
  font-size: 14px;
  margin-top: 16px;
  text-align: center;
}

.qr-gallery-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: rgba(255,255,255,0.15);
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  padding: 4px 12px;
  border-radius: 50%;
}

.qr-btn-wallet {
  background: linear-gradient(135deg, var(--wonderland-gold), var(--wonderland-gold-light));
  color: #fff;
}

.qr-btn-wallet:hover {
  background: linear-gradient(135deg, #b0913e, var(--wonderland-gold));
  transform: translateY(-1px);
}

.qr-modal-hint {
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  text-align: center;
  margin: 0;
  font-family: 'Alice', serif;
}

/* Botón Ver mi Pase QR */
#btnVerPase {
  background: linear-gradient(135deg, var(--wonderland-gold), var(--wonderland-gold-light));
  color: #fff;
  border: none;
  cursor: pointer;
  animation: qrPulse 2s ease-in-out infinite;
}

#btnVerPase:hover {
  background: linear-gradient(135deg, #b0913e, var(--wonderland-gold));
  transform: translateY(-1px);
}

@keyframes qrPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(197, 165, 90, 0.4); }
  50% { box-shadow: 0 0 0 8px rgba(197, 165, 90, 0); }
}
