:root {
  --bg: #f0f4f8;
  --surface: #ffffff;
  --surface-soft: #f5f8fc;
  --text: #2563a8;
  --muted: #4a7ab5;
  --line: rgba(37, 99, 168, 0.08);
  --shadow: 0 10px 24px rgba(35, 38, 41, 0.1);
  --yellow: #dbeafe;
  --yellow-strong: #bfdbfe;
  --yellow-deep: #93c5fd;
  --blue: #2563a8;
  --blue-soft: #dbeafe;
  --red: #2563a8;
  --radius-xl: 28px;
  --radius-lg: 24px;
  --radius-md: 20px;
  --radius-sm: 16px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: linear-gradient(180deg, #f7f7f4 0%, #ededeb 100%);
  color: var(--text);
  font-family:
    "SF Pro Display",
    "Avenir Next",
    "Segoe UI",
    "Helvetica Neue",
    sans-serif;
}

body {
  padding: 0;
}

button,
input {
  font: inherit;
}

button {
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
}

.app-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.phone-frame {
  width: min(100%, 430px);
  min-height: 100vh;
  background: var(--bg);
  overflow: hidden;border: 5px solid red !important;
}

.screen {
  padding: max(18px, env(safe-area-inset-top)) 0 max(24px, env(safe-area-inset-bottom));
}

.app-views {
  min-height: 620px;
}

.app-view {
  display: none;
}

.app-view-active {
  display: block;
}

.home-modern {
  background: #e8edf2;
  margin: -4px 0 0;
  padding-bottom: 8px;
}

.home-hero {
  background: linear-gradient(180deg, #2563a8, #2563a8);
  padding: 14px 14px 16px;
}

.home-greeting {
  color: white;
  margin-bottom: 10px;
}

.home-greeting p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.home-greeting h1 {
  margin: 6px 0 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
}

.home-plan-pill {
  width: 100%;
  min-height: 50px;
  border-radius: 999px;
  background: rgba(37, 99, 168, 0.45);
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 500;
}

.home-plan-pill strong {
  font-size: 15px;
}

.home-block {
  padding: 12px 12px 0;
}

.home-block-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.home-block h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 600;
  color: #23282e;
}

.home-more-button {
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(37, 99, 168, 0.14);
  color: #2563a8;
  font-size: 11px;
  font-weight: 700;
}

.home-scroll-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 78%;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.home-scroll-row::-webkit-scrollbar {
  display: none;
}

.home-news-card {
  background: white;
  border-radius: 14px;
  overflow: hidden;
  min-height: 210px;
  border: 1px solid #dde5ec;
}

.home-news-link {
  color: inherit;
  text-decoration: none;
  display: grid;
  gap: 8px;
  padding: 8px;
  width: 100%;
  text-align: left;
}

.home-news-button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.home-news-image {
  height: 126px;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(37, 99, 168, 0.28)),
    linear-gradient(140deg, #5b9fd4, #2563a8);
}

.home-news-card-has-image .home-news-image {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(37, 99, 168, 0.28)),
    var(--home-card-image) center / cover no-repeat;
}

.home-news-link h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.1;
}

.home-news-link p {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  color: #5f6f80;
}

.home-interest-card {
  background: white;
  border-radius: 14px;
  border: 1px solid #dde5ec;
  min-height: 132px;
}

.home-interest-link {
  text-decoration: none;
  color: inherit;
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr 74px;
  align-items: center;
  gap: 12px;
}

.home-interest-link span {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  width: fit-content;
  padding: 0 10px;
  border-radius: 8px;
  background: #1e2c39;
  color: white;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 10px;
}

.home-interest-link h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.home-interest-link p {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  color: #5f6f80;
}

.home-interest-image {
  height: 84px;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(26, 79, 140, 0.14)),
    linear-gradient(140deg, #d4e4f3, #bcd3ea);
}

.home-interest-card-has-image .home-interest-image {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(26, 79, 140, 0.14)),
    var(--home-card-image) center / cover no-repeat;
}

.home-highlight-card {
  min-height: 92px;
  border-radius: 14px;
  border: 1px solid #dde5ec;
  background: white;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.home-highlight-card h3 {
  margin: 0 0 6px;
  font-size: 17px;
  line-height: 1.1;
}

.home-highlight-card p {
  margin: 0;
  color: #5f6f80;
  font-size: 13px;
}

.home-highlight-card button {
  min-height: 36px;
  min-width: 50px;
  border-radius: 10px;
  background: #dbeafe;
  color: #2563a8;
  display: inline-grid;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  border: 0;
}

.home-product-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-renew-card {
  background: white;
  border: 1px solid #dde5ec;
  border-radius: 14px;
  overflow: hidden;
}

.home-renew-link {
  display: grid;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  padding: 10px;
}

.home-renew-link span {
  font-size: 12px;
  font-weight: 700;
  color: #2563a8;
}

.home-renew-link h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.1;
}

.home-renew-image {
  height: 108px;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(26, 79, 140, 0.16)),
    linear-gradient(140deg, #d4e4f3, #bcd3ea);
}

.home-renew-card-has-image .home-renew-image {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(26, 79, 140, 0.16)),
    var(--home-card-image) center / cover no-repeat;
}

.topbar,
.welcome-strip,
.hero-slider-section,
.quick-actions,
.news-section {
  padding-left: 24px;
  padding-right: 24px;
}

.topbar {
  padding-top: 22px;
  padding-bottom: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(180deg, #1a4f8c, #2563a8);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.brand-name,
.brand-subtitle,
.modal-kicker,
.slide-brand {
  margin: 0;
}

.brand-name {
  font-size: 16px;
  line-height: 1;
  color: var(--muted);
  font-weight: 600;
}

.brand-subtitle {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  margin-top: 4px;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.icon-button {
  width: 34px;
  height: 34px;
  color: var(--text);
  display: grid;
  place-items: center;
}

.icon-button svg,
.action-icon svg,
.nav-item svg,
.welcome-arrow svg,
.qr-button-ring svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.welcome-strip {
  margin-top: 4px;
  margin-bottom: 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(244, 247, 247, 0.92)),
    linear-gradient(135deg, transparent 0 54%, rgba(37, 99, 168, 0.05) 54% 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(63, 67, 72, 0.06);
  box-shadow: var(--shadow);
  border-radius: 0 0 24px 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.welcome-copy p {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
}

.welcome-copy h1 {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.28;
  max-width: 250px;
}

.welcome-arrow {
  align-self: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  box-shadow: 0 6px 16px rgba(30, 34, 38, 0.09);
}

.hero-slider-section {
  margin-bottom: 24px;
}

.slider-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.slider-track::-webkit-scrollbar {
  display: none;
}

.hero-slide {
  position: relative;
  min-height: 184px;
  border-radius: 28px;
  overflow: hidden;
  padding: 18px 18px 16px;
  background:
    linear-gradient(120deg, rgba(37, 99, 168, 0.92), rgba(37, 99, 168, 0.96)),
    linear-gradient(180deg, #1a4f8c, #2563a8);
  scroll-snap-align: start;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
}

.hero-slide-has-image {
  background:
    linear-gradient(180deg, rgba(37, 99, 168, 0.36), rgba(37, 99, 168, 0.82)),
    var(--slide-image) center / cover no-repeat;
}

.hero-slide-alt {
  background: linear-gradient(120deg, rgba(37, 99, 168, 0.92), rgba(31, 115, 103, 0.92));
  color: white;
}

.hero-slide-soft {
  background: linear-gradient(120deg, rgba(232, 239, 237, 1), rgba(219, 233, 229, 1));
}

.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(115, 87, 0, 0.28), rgba(255, 255, 255, 0.06)),
    radial-gradient(circle at 84% 34%, rgba(255, 255, 255, 0.5), transparent 22%);
  pointer-events: none;
}

.hero-slide-copy,
.hero-device {
  position: relative;
  z-index: 1;
}

.hero-slide-copy {
  display: grid;
  gap: 10px;
  color: white;
}

.slide-brand {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-slide h2 {
  font-size: 24px;
  line-height: 0.98;
  font-weight: 700;
  max-width: 180px;
}

.hero-slide p:last-of-type {
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
  max-width: 180px;
}

.hero-slide-soft .hero-slide-copy {
  color: var(--text);
}

.slide-cta {
  margin-top: 4px;
  width: fit-content;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: white;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.hero-device {
  justify-self: end;
  width: 106px;
  height: 168px;
  border-radius: 28px;
  padding: 12px 10px;
  background: linear-gradient(180deg, #1b1d21, #2c2f34);
  box-shadow: 0 12px 22px rgba(35, 36, 38, 0.22);
}

.hero-device-notch {
  width: 50px;
  height: 14px;
  border-radius: 999px;
  background: black;
  margin: 0 auto 10px;
}

.hero-device-screen {
  height: calc(100% - 24px);
  border-radius: 18px;
  background: linear-gradient(180deg, #eff6ff, #dbeafe);
  display: grid;
  place-content: center;
  text-align: center;
  gap: 6px;
  color: var(--text);
}

.hero-device-screen span {
  font-size: 12px;
  font-weight: 600;
}

.hero-device-screen strong {
  font-size: 18px;
  font-weight: 700;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 14px;
}

.slider-dots span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #d0d0d0;
}

.slider-dots span.active {
  width: 40px;
  background: var(--blue);
}

.quick-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}

.action-card {
  min-height: 124px;
  border-radius: 24px;
  background: var(--surface);
  box-shadow: 0 5px 16px rgba(33, 35, 39, 0.12);
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  color: var(--text);
  text-align: center;
}

.action-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: rgba(37, 99, 168, 0.08);
}

.action-card span:last-child {
  width: 88px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}

.news-section {
  margin-bottom: 34px;
}

.inner-page {
  padding: 8px 24px 34px;
  display: grid;
  gap: 20px;
}

.inner-page-header {
  display: grid;
  gap: 8px;
}

.inner-page-header h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}

.inner-page-copy {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: var(--muted);
}

.reservation-stack {
  display: grid;
  gap: 14px;
}

.reservation-card {
  min-height: 150px;
  border-radius: 26px;
  padding: 22px;
  background: linear-gradient(180deg, #1a4f8c, #2563a8);
  color: white;
  text-decoration: none;
  display: grid;
  gap: 14px;
  box-shadow: 0 14px 28px rgba(37, 99, 168, 0.16);
  text-align: left;
}

.reservation-card-soft {
  background: linear-gradient(180deg, #eff6ff, #dbeafe);
  color: var(--text);
}

.reservation-eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  opacity: 0.82;
}

.reservation-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.05;
}

.reservation-card p:last-child,
.reservation-card div > p:last-child {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.reservation-arrow {
  width: fit-content;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
}

.reservation-card-soft .reservation-arrow {
  background: rgba(37, 99, 168, 0.12);
}

.coming-card {
  min-height: 160px;
  border-radius: 24px;
  padding: 22px;
  background: linear-gradient(180deg, #f5faf8, #e7f1ee);
  border: 1px solid rgba(37, 99, 168, 0.08);
  display: grid;
  align-content: center;
  gap: 10px;
}

.coming-card strong {
  font-size: 20px;
  font-weight: 700;
}

.coming-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: var(--muted);
}

.chat-card {
  border-radius: 24px;
  background: white;
  border: 1px solid rgba(37, 99, 168, 0.08);
  box-shadow: 0 12px 24px rgba(37, 99, 168, 0.08);
  padding: 18px;
  display: grid;
  gap: 16px;
}

.chat-thread {
  min-height: 260px;
  max-height: 320px;
  overflow: auto;
  display: grid;
  gap: 10px;
}

.chat-bubble {
  max-width: 84%;
  padding: 14px 16px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 1.45;
}

.chat-bubble p {
  margin: 0;
}

.chat-bubble-bot {
  background: #eff6ff;
  color: var(--text);
}

.chat-bubble-user {
  justify-self: end;
  background: linear-gradient(180deg, #1a4f8c, #2563a8);
  color: white;
}

.chat-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chat-chip {
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(37, 99, 168, 0.08);
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
}

.activities-premium {
  background-color: #fcfcf9;
  background-image: radial-gradient(#e5dec9 0.5px, transparent 0.5px), radial-gradient(#e5dec9 0.5px, #fcfcf9 0.5px);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  border-radius: 16px;
  overflow: hidden;
}

.activities-topbar {
  width: 100%;
  height: 56px;
  background-color: #0b1a30;
  border-bottom: 3px solid #8c7641;
}

.activities-header {
  text-align: center;
  padding: 0 16px 16px;
  margin-top: -34px;
}

.activities-logo {
  width: 86px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15));
}

.activities-header h2 {
  margin: 12px 0 6px;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0b1a30;
}

.activities-header p {
  margin: 0;
  color: #8c7641;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.activities-grid {
  display: grid;
  gap: 14px;
  padding: 0 14px 16px;
}

.activities-loading {
  margin: 0;
  text-align: center;
  color: #64748b;
  padding: 24px 12px;
  font-size: 14px;
}

.activities-loading-error {
  color: #ce2b37;
}

.activities-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(140, 118, 65, 0.2);
  box-shadow: 0 12px 26px rgba(11, 26, 48, 0.08);
  overflow: hidden;
}

.activities-image-wrap {
  width: 100%;
  height: 178px;
  overflow: hidden;
}

.activities-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.activities-body {
  padding: 16px;
  text-align: center;
}

.activities-body h3 {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.2;
  color: #0b1a30;
  text-transform: uppercase;
}

.activities-divider {
  width: 42px;
  height: 1px;
  background-color: #8c7641;
  margin: 0 auto 10px;
  opacity: 0.5;
}

.activities-date {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.activities-place {
  margin: 0;
  color: #8c7641;
  font-size: 13px;
}

.activities-ticket-wrap {
  padding: 0 16px 18px;
  text-align: center;
}

.activities-ticket {
  display: inline-flex;
  min-height: 38px;
  padding: 0 18px;
  align-items: center;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: #006b3f;
  box-shadow: 0 4px 12px rgba(0, 107, 63, 0.15);
}

.activities-ticket-placeholder {
  height: 38px;
}

.activities-footer-cta {
  text-align: center;
  padding: 4px 16px 22px;
}

.activities-footer-cta a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: #0b1a30;
  border: 1px solid #8c7641;
}

.benefits-carousel {
  display: grid;
  gap: 12px;
}

.benefits-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 92%;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.benefits-track::-webkit-scrollbar {
  display: none;
}

.benefit-card {
  min-height: 340px;
  border-radius: 26px;
  position: relative;
  overflow: hidden;
  scroll-snap-align: start;
  background:
    linear-gradient(180deg, rgba(18, 76, 66, 0.28), rgba(9, 41, 36, 0.86)),
    linear-gradient(140deg, #2563a8, #2563a8);
  box-shadow: 0 14px 28px rgba(37, 99, 168, 0.16);
}

.benefit-card-has-image {
  background:
    linear-gradient(180deg, rgba(7, 29, 25, 0.2), rgba(7, 29, 25, 0.86)),
    var(--benefit-image) center / cover no-repeat;
}

.benefit-card-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 14%, rgba(255, 255, 255, 0.28), transparent 28%),
    linear-gradient(180deg, transparent 24%, rgba(6, 18, 15, 0.5));
}

.benefit-card-content {
  position: absolute;
  inset: auto 0 0;
  padding: 20px;
  color: white;
  display: grid;
  gap: 10px;
}

.benefit-category {
  display: inline-block;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.15);
  backdrop-filter: blur(10px);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.benefit-card-content h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
}

.benefit-card-content h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.benefit-card-content .benefit-detail {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
  opacity: .95;
}

.benefit-card-content p {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.86;
}

.benefit-card-content h3 {
  margin: 0;
  font-size: 25px;
  line-height: 1.08;
  font-weight: 700;
}

.benefit-cta {
  width: fit-content;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #2563a8;
  background: white;
  font-size: 13px;
  font-weight: 700;
}

.benefits-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.benefits-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(37, 99, 168, 0.24);
}

.benefits-dots span.active {
  width: 24px;
  background: #2563a8;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.section-header h3 {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.text-link {
  color: var(--text);
  font-size: 18px;
  font-weight: 500;
}

.news-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 74%;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.news-list {
  display: grid;
  gap: 14px;
}

.news-list-item {
  min-height: 138px;
  border-radius: 24px;
  overflow: hidden;
  background: white;
  border: 1px solid rgba(37, 99, 168, 0.08);
  box-shadow: 0 10px 22px rgba(37, 99, 168, 0.08);
}

.news-list-link {
  color: inherit;
  text-decoration: none;
  display: grid;
  grid-template-columns: 112px 1fr;
  min-height: 138px;
}

.news-list-image {
  padding: 12px;
  background:
    linear-gradient(0deg, rgba(37, 99, 168, 0.34), rgba(37, 99, 168, 0.12)),
    linear-gradient(135deg, #dbeafe, #cfe3de);
}

.news-list-item-has-image .news-list-image {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.08)),
    var(--news-image) center / cover no-repeat;
}

.news-list-image span {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(37, 99, 168, 0.78);
  color: white;
  font-size: 11px;
  font-weight: 700;
}

.news-list-copy {
  padding: 16px;
  display: grid;
  align-content: center;
  gap: 7px;
}

.news-list-copy p,
.news-list-copy span {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.news-list-copy h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.08;
  font-weight: 700;
}

.news-rail::-webkit-scrollbar {
  display: none;
}

.news-card {
  border-radius: 24px;
  overflow: hidden;
  min-height: 220px;
  background: #d9d6d1;
  position: relative;
  box-shadow: 0 6px 18px rgba(28, 30, 33, 0.1);
}

.news-card-has-image {
  background: #d9d6d1;
}

.news-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.news-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(rgba(15,23,42,.18), rgba(15,23,42,.45)),
    var(--news-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.news-card {
  background: #fff;
  border-radius: 22px;
  padding: 14px;
  border: 1px solid rgba(15,23,42,.06);
  box-shadow: 0 8px 24px rgba(15,23,42,.05);
}

.news-image span {
  font-size: 12px;
  font-weight: 700;
  color: white;
  background: rgba(14, 43, 51, 0.72);
  padding: 6px 10px;
  border-radius: 10px;
}

.news-copy p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

  overflow: hidden;
}

.news-meta {
  font-size: 12px;
  font-weight: 600;
  opacity: 0.9;
  margin-bottom: 8px;
}

.news-copy h4 {
  font-size: 18px;
  line-height: 1.3;
  margin: 10px 0 8px;
  color: #0f172a;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  overflow: hidden;
}

.news-copy p {
  font-size: 13px;
  line-height: 1.28;
  font-weight: 500;
  max-width: 210px;
}

.bottom-nav {
  position: sticky;
  bottom: 8px;
  margin: 0 8px;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 18px;
  border: 1px solid #dce5ed;
  padding: 10px 8px 8px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  gap: 2px;
  box-shadow: 0 -4px 18px rgba(39, 42, 44, 0.09);
}

.nav-item {
  min-height: 62px;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 6px;
  color: var(--text);
  font-size: 11px;
  font-weight: 500;
}

.nav-item svg {
  width: 28px;
  height: 28px;
}

.nav-item-active {
  font-weight: 700;
}

.qr-nav-button {
  display: grid;
  place-items: center;
  align-self: start;
}

.qr-button-ring {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, #2563a8, #1e4d8c 58%, #2563a8);
  box-shadow:
    0 0 0 8px rgba(248, 245, 232, 0.92),
    0 8px 18px rgba(14, 43, 51, 0.18);
  display: grid;
  place-items: center;
  color: white;
  margin-top: -26px;
}

.qr-button-ring svg {
  width: 28px;
  height: 28px;
}

.modal-shell {
  width: min(90vw, 390px);
  border: 0;
  padding: 0;
  background: transparent;
}

.modal-shell::backdrop {
  background: rgba(29, 31, 34, 0.42);
  backdrop-filter: blur(8px);
}

.modal-card {
  border-radius: 28px;
  background: linear-gradient(180deg, #fffefb, #f5f3ee);
  padding: 26px;
  box-shadow: 0 18px 40px rgba(26, 28, 31, 0.2);
}

.modal-kicker {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7f847f;
  margin-bottom: 8px;
}

.modal-card h2 {
  margin: 0 0 18px;
  font-size: 26px;
  line-height: 1.04;
  font-weight: 700;
}

.modal-list {
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
}

.modal-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.menu-actions {
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
}

.menu-actions button {
  min-height: 48px;
  border-radius: 16px;
  padding: 0 14px;
  background: rgba(37, 99, 168, 0.08);
  color: var(--text);
  text-align: left;
  font-weight: 600;
}

.browser-dialog {
  width: min(94vw, 960px);
  height: min(88vh, 760px);
  border: 0;
  border-radius: 28px;
  padding: 0;
  background: transparent;
}

.browser-dialog::backdrop {
  background: rgba(29, 31, 34, 0.42);
  backdrop-filter: blur(8px);
}

.browser-card {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  border-radius: 28px;
  background: white;
  box-shadow: 0 18px 40px rgba(26, 28, 31, 0.2);
}

.browser-topbar {
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(37, 99, 168, 0.08);
}

.browser-topbar h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.1;
}

.browser-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #f5faf8;
}

.browser-note {
  margin: 0;
  padding: 12px 18px 18px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.modal-card label {
  display: grid;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.modal-card input {
  height: 54px;
  border-radius: 18px;
  border: 1px solid rgba(61, 65, 69, 0.12);
  padding: 0 14px;
  background: white;
}

.primary-button {
  width: 100%;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(180deg, #1a4f8c, #2563a8);
  color: white;
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
}

.qr-card {
  text-align: center;
}

.qr-visual {
  width: 220px;
  height: 220px;
  margin: 8px auto 14px;
  border-radius: 28px;
  background: white;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
  display: grid;
  place-items: center;
}

.qr-grid {
  width: 164px;
  height: 164px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 6px;
}

.qr-grid span {
  background: #1f2326;
  border-radius: 3px;
}

.admin-body {
  background: #f8faf9;
  color: var(--text);
}

.admin-shell {
  width: min(1440px, calc(100vw - 40px));
  margin: 20px auto 32px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 24px;
  align-items: start;
}

.admin-sidebar,
.admin-card {
  background: #ffffff;
  border: 1px solid #dde8f5;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
  border-radius: 18px;
}

.admin-sidebar {
  padding: 28px;
  position: sticky;
  top: 20px;
  display: grid;
  gap: 22px;
  min-height: calc(100vh - 40px);
  align-content: start;
}

.admin-nav {
  display: grid;
  gap: 6px;
  padding: 8px;
  border-radius: 14px;
  border: 1px solid #dde8f5;
  background: #fcfdfd;
}

.admin-nav-item {
  min-height: 40px;
  border-radius: 10px;
  padding: 0 12px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #46665f;
  background: transparent;
}

.admin-nav-item:hover {
  background: rgba(37, 99, 168, 0.08);
}

.admin-nav-item-active {
  background: linear-gradient(180deg, #1a4f8c, #2563a8);
  color: white;
}

.admin-kicker {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}

.admin-sidebar h1,
.admin-card h2,
.admin-subcard h3 {
  margin: 0;
}

.admin-sidebar h1 {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}

.admin-intro,
.admin-sidebar-card p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--muted);
}

.admin-sidebar-card {
  padding: 20px;
  border-radius: 16px;
  background: #eef7f4;
  border: 1px solid #d8ebe5;
}

.admin-link-button,
.admin-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.admin-link-button,
.admin-button {
  background: linear-gradient(180deg, #1a4f8c, #2563a8);
  color: white;
  box-shadow: 0 8px 18px rgba(37, 99, 168, 0.16);
}

.admin-link-button:hover,
.admin-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(37, 99, 168, 0.2);
}

.admin-content {
  min-width: 0;
}

.admin-form {
  display: grid;
  gap: 20px;
}

.admin-card {
  padding: 24px;
}

.admin-section-panel {
  display: none;
}

.admin-section-active {
  display: block;
}

.admin-card-header {
  margin-bottom: 18px;
}

.admin-card-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.admin-card h2 {
  font-size: 24px;
  font-weight: 700;
}

.admin-card-copy {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--muted);
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.admin-grid-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-grid-qr {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-grid-reservations {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-subcard {
  padding: 18px;
  border-radius: 16px;
  background: #fbfdfc;
  border: 1px solid #dde8f5;
  display: grid;
  gap: 12px;
}

.admin-subcard h3 {
  font-size: 18px;
  font-weight: 600;
}

.admin-card label {
  display: grid;
  gap: 6px;
}

.admin-card label span {
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
}

.admin-card input,
.admin-card textarea {
  width: 100%;
  border: 1px solid #d9e7e2;
  border-radius: 12px;
  padding: 12px 14px;
  background: white;
  font: inherit;
  color: var(--text);
  resize: vertical;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.admin-card input:focus,
.admin-card textarea:focus {
  border-color: #2563a8;
  box-shadow: 0 0 0 4px rgba(37, 99, 168, 0.1);
}

.admin-toolbar {
  position: sticky;
  bottom: 16px;
  z-index: 3;
  padding: 12px;
  border: 1px solid #dde8f5;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.admin-button-secondary {
  background: white;
  color: var(--blue);
  border: 1px solid rgba(37, 99, 168, 0.16);
}

.admin-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}

.admin-topline h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1;
}

.admin-status-pill,
.admin-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #e8f4ef;
  color: #2563a8;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.admin-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}

.admin-metrics article {
  padding: 18px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #dde8f5;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
  display: grid;
  gap: 8px;
}

.admin-metrics span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.admin-metrics strong {
  font-size: 22px;
}

.admin-card-featured {
  border-color: #c7d9f5;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbf9 100%);
}

.admin-notification-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: 16px;
}

.admin-notification-log {
  display: grid;
  gap: 10px;
  max-height: 430px;
  overflow: auto;
}

.admin-notification-item,
.admin-empty-state {
  padding: 14px;
  border-radius: 14px;
  background: white;
  border: 1px solid #dde8f5;
}

.admin-notification-item {
  display: grid;
  gap: 8px;
}

.admin-notification-item strong,
.admin-empty-state strong {
  display: block;
  font-size: 14px;
}

.admin-notification-item p,
.admin-empty-state p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.admin-notification-item span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.admin-benefit-card {
  gap: 10px;
}

.admin-benefit-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.admin-danger-button {
  min-height: 30px;
  padding: 0 10px;
  border-radius: 10px;
  background: rgba(190, 24, 24, 0.08);
  color: #a42828;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
    min-height: auto;
  }

  .admin-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-notification-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .admin-grid,
  .admin-grid-actions,
  .admin-metrics {
    grid-template-columns: 1fr;
  }

  .admin-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-shell {
    width: min(100vw - 20px, 100%);
    margin: 10px auto 20px;
  }

  .admin-nav {
    grid-template-columns: 1fr;
  }
}

.qr-grid span:nth-child(2),
.qr-grid span:nth-child(5),
.qr-grid span:nth-child(8),
.qr-grid span:nth-child(11),
.qr-grid span:nth-child(14),
.qr-grid span:nth-child(17),
.qr-grid span:nth-child(20),
.qr-grid span:nth-child(23),
.qr-grid span:nth-child(29),
.qr-grid span:nth-child(33) {
  opacity: 0.1;
}

.qr-caption {
  font-size: 14px;
  line-height: 1.4;
  color: var(--muted);
}

.qr-provider {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--blue);
  font-weight: 600;
}

@media (max-width: 430px) {
  .phone-frame {
    width: 100%;
  }

  .topbar,
  .welcome-strip,
  .hero-slider-section,
  .quick-actions,
  .news-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .inner-page {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-header h3 {
    font-size: 24px;
  }

  .text-link {
    font-size: 16px;
  }
}

/* =========================================
   BENEFICIOS PREMIUM STADIO
========================================= */

/* Filtros */
.benefits-filters {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin-bottom: 16px;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.benefits-filters::-webkit-scrollbar {
  display: none;
}

.benefit-filter-btn {
  flex-shrink: 0;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #64748b;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease;
}

.benefit-filter-btn:hover {
  color: #2563a8;
  border-color: #2563a8;
}

.benefit-filter-btn.active {
  background: #2563a8;
  border-color: #2563a8;
  color: white;
}

/* Grid de tarjetas */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

/* Tarjeta */
.benefit-grid-card {
  position: relative;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.benefit-grid-card:hover {
  transform: translateY(-4px);
  border-color: #2563a8;
  box-shadow: 0 12px 28px rgba(37, 99, 168, 0.1);
}

/* Tag flotante de categoría */
.benefit-floating-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #475569;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 4px 9px;
  border-radius: 999px;
  transition: all 0.2s ease;
}

.benefit-grid-card:hover .benefit-floating-tag {
  background: #dbeafe;
  color: #2563a8;
  border-color: #bfdbfe;
}

/* Zona del logo */
.benefit-grid-logo {
  height: 110px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 14px 12px;
  border-bottom: 1px solid #f1f5f9;
}

.benefit-grid-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.benefit-logo-placeholder {
  font-size: 13px;
  font-weight: 700;
  color: #94a3b8;
  text-align: center;
}

/* Cuerpo de la tarjeta */
.benefit-grid-body {
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 4px;
}

.benefit-grid-category {
  font-size: 10px;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.benefit-grid-body h3 {
  margin: 4px 0 2px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
  line-height: 1.1;
}

.benefit-grid-body h4 {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 500;
  color: #334155;
  line-height: 1.4;
}

/* Botón CTA dentro de la tarjeta */
.benefit-grid-cta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 10px;
  border: 1px solid #1e293b;
  color: #1e293b;
  background: white;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: all 0.2s ease;
}

.benefit-grid-cta:hover,
.benefit-grid-card:hover .benefit-grid-cta {
  background: #2563a8;
  border-color: #2563a8;
  color: white;
}

/* Lightbox de beneficio */
.benefit-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  padding: 20px;
}

.benefit-lightbox.open {
  opacity: 1;
  pointer-events: auto;
}

.benefit-lightbox-content {
  background: white;
  width: 100%;
  max-width: 400px;
  border-radius: 24px;
  padding: 28px 24px;
  position: relative;
  text-align: center;
  transform: scale(0.92);
  transition: transform 0.3s ease;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.benefit-lightbox.open .benefit-lightbox-content {
  transform: scale(1);
}

.benefit-lightbox-close {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 22px;
  color: #94a3b8;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
}

.benefit-lightbox-close:hover {
  color: #1e293b;
}

.benefit-lightbox-logo {
  max-height: 64px;
  max-width: 160px;
  object-fit: contain;
  margin: 0 auto 16px;
  display: block;
}

.benefit-lightbox-cat {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #2563a8;
  background: #eff6ff;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.benefit-lightbox-discount {
  font-size: 26px;
  font-weight: 800;
  color: #2563a8;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}

.benefit-lightbox-title {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 14px;
}

.benefit-lightbox-detail {
  font-size: 13px;
  color: #475569;
  line-height: 1.6;
  background: #f8fafc;
  border: 1px dashed #e2e8f0;
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 18px;
  text-align: left;
}

.benefit-lightbox-btn {
  display: block;
  width: 100%;
  min-height: 44px;
  border-radius: 12px;
  background: #2563a8;
  color: white;
  font-size: 13px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.benefit-lightbox-btn:hover {
  background: #1a4f8c;
}

/* =========================================
   NEWS FIX
========================================= */

.news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.home-news-card,
.news-card {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e2e8f0;
}

.home-news-image,
.news-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-image: var(--home-card-image, var(--news-image));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-news-link,
.news-card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}

.home-news-link h3,
.news-copy h4 {
  font-size: 17px;
  line-height: 1.4;
  margin: 14px 16px 8px;
  color: #0f172a;
}

.home-news-link p,
.news-copy p {
  margin: 0 16px 18px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
}

.news-meta {
  margin: 16px 16px 0;
  font-size: 12px;
  color: #94a3b8;
}

@media (min-width: 900px) {
  .benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .news-copy p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
/* =========================================
   NEWS READ VIEW
========================================= */

.news-read-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(15, 23, 42, 0.5);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: flex-end;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.news-read-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.news-read-card {
  background: #ffffff;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  border-radius: 28px 28px 0 0;
  max-height: 90vh;
  overflow-y: auto;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.news-read-overlay.open .news-read-card {
  transform: translateY(0);
}

.news-read-close {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.news-read-close svg {
  width: 18px;
  height: 18px;
  fill: #1e293b;
}

.news-read-hero {
  width: 100%;
  height: 200px;
  background-color: #e8edf2;
  background-size: cover;
  background-position: center;
  border-radius: 28px 28px 0 0;
}

.news-read-body {
  padding: 22px 22px 36px;
  display: grid;
  gap: 14px;
}

.news-read-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-read-category {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #2563a8;
  background: #eff6ff;
  padding: 4px 12px;
  border-radius: 999px;
}

.news-read-date {
  font-size: 12px;
  color: #94a3b8;
  font-weight: 500;
}

.news-read-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #0f172a;
}

.news-read-excerpt {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #475569;
}

.news-read-external {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 12px;
  background: #2563a8;
  color: white;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  width: fit-content;
  transition: background 0.2s ease;
}

.news-read-external:hover {
  background: #1a4f8c;
}

/* Botón base para cards de noticias */
.home-renew-news-btn,
.news-card-read-btn,
.news-list-read-btn {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: inherit;
}

/* =========================================
   YOUTUBE LIVE BLOCK
========================================= */

.home-live-block {
  padding: 12px 12px 0 !important;
}

.home-live-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.home-live-badge {
  background: #ef4444;
  color: white;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 10px;
  border-radius: 6px;
  animation: livePulse 1.5s infinite;
  flex-shrink: 0;
}

@keyframes livePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.8; transform: scale(1.05); }
}

.home-live-title {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
}

.home-live-player-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #000;
}

.home-live-player-wrap iframe,
#home-live-player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 16px;
}

/* Fix botón interest card */
.home-interest-btn {
  display: grid;
  grid-template-columns: 1fr 74px;
  align-items: center;
  gap: 12px;
  padding: 12px;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
}

/* =========================================
   ONESIGNAL PUSH SUBSCRIBE BUTTON
========================================= */

.push-subscribe-btn {
  display: none; /* Oculto en mobile pequeño, se muestra solo si hay espacio */
  align-items: center;
  height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1.5px solid #2563a8;
  background: transparent;
  color: #2563a8;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.push-subscribe-btn.push-btn-active {
  background: #2563a8;
  color: white;
}

/* En el topbar solo mostrar el ícono de campana en pantallas muy pequeñas */
@media (min-width: 360px) {
  .push-subscribe-btn {
    display: inline-flex;
  }
}

/* =========================================
   ACTIVITIES CTA CARD
========================================= */

.home-activities-cta {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 160px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 4px;
  cursor: pointer;
}

.home-activities-cta-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1a4f8c 0%, #2563a8 50%, #3b82f6 100%);
  z-index: 0;
}

.home-activities-cta-bg::after {
  content: "🏊 🎾 🏋️ ⚽";
  position: absolute;
  bottom: -10px;
  right: -10px;
  font-size: 52px;
  opacity: 0.15;
  letter-spacing: 4px;
  line-height: 1;
}

.home-activities-cta-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  color: white;
  width: 100%;
}

.home-activities-cta-eyebrow {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.85;
  display: block;
  margin-bottom: 6px;
}

.home-activities-cta-content h3 {
  margin: 0 0 6px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.home-activities-cta-content p {
  margin: 0 0 14px;
  font-size: 13px;
  opacity: 0.85;
  line-height: 1.5;
  max-width: 260px;
}

.home-activities-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: white;
  color: #1a4f8c;
  border: none;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-activities-cta-btn svg {
  width: 18px;
  height: 18px;
  fill: #1a4f8c;
}

.home-activities-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

/* =========================================
   INSTAGRAM STORIES TRACK
========================================= */

.home-ig-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
  margin-bottom: 8px;
}

.home-ig-track::-webkit-scrollbar { display: none; }

.home-ig-item {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: inherit;
  width: 72px;
}

.home-ig-thumb {
  width: 68px;
  height: 68px;
  border-radius: 999px;
  background-color: #e2e8f0;
  background-size: cover;
  background-position: center;
  border: 2.5px solid #2563a8;
  position: relative;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.home-ig-item:hover .home-ig-thumb {
  transform: scale(1.06);
}

.home-ig-video-badge {
  position: absolute;
  bottom: 2px;
  right: 2px;
  background: #2563a8;
  color: white;
  font-size: 8px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: grid;
  place-items: center;
}

.home-ig-caption {
  font-size: 10px;
  color: #64748b;
  text-align: center;
  line-height: 1.3;
  max-width: 68px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
}

/* Skeletons mientras carga */
.home-ig-skeleton {
  flex-shrink: 0;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e2e8f0 25%, #f1f5f9 50%, #e2e8f0 75%);
  background-size: 200% 100%;
  animation: igSkeleton 1.4s infinite;
}

@keyframes igSkeleton {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.home-ig-empty {
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  width: 100%;
}

.home-ig-empty p {
  font-size: 13px;
  color: #64748b;
  margin: 0 0 10px;
}

.home-ig-empty a {
  font-size: 13px;
  font-weight: 700;
  color: #2563a8;
  text-decoration: none;
}

/* =========================================
   BOTTOM NAV FIJO
========================================= */

.screen {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.app-views {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.bottom-nav,
nav.bottom-nav,
.phone-frame nav:last-child {
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}

/* =========================================
   INSTAGRAM 9:16 CARDS
========================================= */

.home-ig-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
}
.home-ig-track::-webkit-scrollbar { display: none; }

.home-ig-card {
  flex-shrink: 0;
  width: 120px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-decoration: none;
  color: inherit;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: white;
  transition: transform 0.2s ease;
}

.home-ig-card:hover {
  transform: translateY(-3px);
}

.home-ig-card-thumb {
  width: 120px;
  height: 213px; /* 9:16 ratio */
  background-color: #e2e8f0;
  background-size: cover;
  background-position: center;
  position: relative;
  flex-shrink: 0;
}

.home-ig-video-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0,0,0,0.6);
  color: white;
  font-size: 9px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
}

.home-ig-card-caption {
  font-size: 10px;
  color: #64748b;
  line-height: 1.4;
  padding: 0 8px 10px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-ig-skeleton-916 {
  flex-shrink: 0;
  width: 120px;
  height: 213px;
  border-radius: 14px;
  background: linear-gradient(90deg, #e2e8f0 25%, #f1f5f9 50%, #e2e8f0 75%);
  background-size: 200% 100%;
  animation: igSkeleton 1.4s infinite;
}

/* =========================================
   CTA RESERVAS
========================================= */

.home-reservations-cta {
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  padding: 24px 20px;
}

.home-reservations-cta-content {
  color: white;
}

.home-reservations-cta-content h3 {
  margin: 6px 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.home-reservations-cta-content p {
  margin: 0 0 16px;
  font-size: 13px;
  opacity: 0.8;
  line-height: 1.5;
}

.home-reservations-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: white;
  color: #1e293b;
  border: none;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.home-reservations-cta-btn svg {
  width: 18px;
  height: 18px;
  fill: #1e293b;
}

.home-reservations-cta-btn:hover {
  transform: translateY(-2px);
}

.home-block-last {
  padding-bottom: 32px !important;
}

/* =========================================
   BURGER MENÚ — TICKETERA LINK
========================================= */

.menu-action-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 12px;
  background: #2563a8;
  color: white;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease;
}

.menu-action-link:hover {
  background: #1a4f8c;
}

/* =========================================
   NEWS READ VIEW — CUERPO COMPLETO
========================================= */

#nrv-excerpt {
  font-size: 15px;
  color: #334155;
  line-height: 1.7;
}

#nrv-excerpt p { margin: 0 0 14px; }
#nrv-excerpt h2, #nrv-excerpt h3 { margin: 18px 0 8px; font-weight: 700; color: #0f172a; }
#nrv-excerpt ul, #nrv-excerpt ol { padding-left: 20px; margin: 0 0 14px; }
#nrv-excerpt li { margin-bottom: 6px; }
#nrv-excerpt img { width: 100%; border-radius: 12px; margin: 12px 0; }
#nrv-excerpt blockquote { border-left: 3px solid #2563a8; padding-left: 14px; color: #64748b; margin: 14px 0; }

.nrv-loading {
  opacity: 0.5;
  font-style: italic;
}

.nrv-loading::after {
  content: " Cargando artículo...";
}

/* =========================================
   SAFECARD EN MODAL QR
========================================= */

.qr-safecard-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 0 10px;
  color: #94a3b8;
  font-size: 12px;
}

.qr-safecard-divider::before,
.qr-safecard-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e2e8f0;
}

.qr-safecard-btn {
  width: 100%;
  min-height: 46px;
  border-radius: 14px;
  border: 1.5px solid #2563a8;
  background: transparent;
  color: #2563a8;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.qr-safecard-btn:hover {
  background: #2563a8;
  color: white;
}

/* =========================================
   SPLASH SCREEN
========================================= */

.splash-screen {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #f0f4f8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.splash-screen.splash-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.splash-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.splash-logo {
  width: 120px;
  height: 120px;
  object-fit: contain;
  opacity: 0;
  transform: scale(0.8);
  animation: splashLogoIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards;
}

@keyframes splashLogoIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.splash-name {
  font-size: 22px;
  font-weight: 800;
  color: #1a3a5c;
  letter-spacing: 0.04em;
  opacity: 0;
  animation: splashFadeUp 0.6s ease 0.7s forwards;
  margin: 0;
}

@keyframes splashFadeUp {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.splash-loader {
  width: 120px;
  height: 3px;
  background: rgba(37, 99, 168, 0.15);
  border-radius: 999px;
  overflow: hidden;
  opacity: 0;
  animation: splashFadeUp 0.4s ease 1s forwards;
}

.splash-loader-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #2563a8, #3b82f6);
  border-radius: 999px;
  animation: splashProgress 1.6s ease 1s forwards;
}

@keyframes splashProgress {
  to { width: 100%; }
}
