:root {
  --blue: #003b78;
  --blue2: #071f42;
  --blue3: #0b4d91;
  --gold: #c9922e;
  --gold2: #f2bf5e;
  --cream: #fff6e6;
  --paper: #fbf0da;
  --paper2: #fffaf0;
  --text: #172033;
  --muted: #647086;
  --white: #ffffff;
  --wood: #2b160d;
  --shadow: 0 18px 45px rgba(9, 34, 66, 0.16);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 10%, rgba(201,146,46,0.18), transparent 24%),
    radial-gradient(circle at 94% 70%, rgba(0,59,120,0.10), transparent 28%),
    linear-gradient(90deg, rgba(255,255,255,0.36), transparent 20%, transparent 80%, rgba(255,255,255,0.36)),
    var(--paper);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(45deg, rgba(0,59,120,0.09) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(0,59,120,0.09) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(0,59,120,0.09) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(0,59,120,0.09) 75%);
  background-size: 44px 44px;
  background-position: 0 0, 0 22px, 22px -22px, -22px 0;
  z-index: -1;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.17;
  background:
    linear-gradient(90deg, transparent, rgba(43,22,13,0.05), transparent),
    repeating-linear-gradient(0deg, rgba(43,22,13,0.04) 0 1px, transparent 1px 5px);
  z-index: -1;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.demo-bar {
  background: #fff1c7;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  position: sticky;
  top: 0;
  z-index: 80;
}

.demo-inner {
  width: min(1180px, calc(100% - 24px));
  margin: 0 auto;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}

.demo-logo {
  width: 116px;
  height: 34px;
  background: white;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  box-shadow: 0 3px 14px rgba(0,0,0,0.10);
  flex: 0 0 auto;
}

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

.demo-inner p {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 800;
  color: #2b160d;
}

.demo-btn {
  background: #2b160d;
  color: #fff1c7;
  text-decoration: none;
  padding: 9px 15px;
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
  font-size: 0.88rem;
}

.hero {
  min-height: 720px;
  color: white;
  background:
    linear-gradient(rgba(0,22,46,0.22), rgba(0,31,65,0.70)),
    url('/img/oktoberfest/hero-oktoberfest.webp');
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,31,65,0.20), transparent, rgba(0,31,65,0.18)),
    radial-gradient(circle at center, transparent 0, rgba(0,0,0,0.08) 45%, rgba(0,0,0,0.46) 100%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(transparent, var(--paper));
  pointer-events: none;
}

.main-nav {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: relative;
  z-index: 2;
}

.event-mark {
  color: white;
  text-decoration: none;
  font-weight: 1000;
  font-size: 1.05rem;
  text-shadow: 0 3px 14px rgba(0,0,0,0.4);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.beer-emblem {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(11, 43, 88, 0.72);
  border: 2px solid var(--gold2);
  color: var(--gold2);
  box-shadow: 0 8px 22px rgba(0,0,0,0.28);
}

.beer-emblem svg {
  width: 29px;
  height: 29px;
}

.nav-links {
  display: flex;
  gap: 28px;
  align-items: center;
  background: rgba(0, 32, 70, 0.30);
  border: 1px solid rgba(255,255,255,0.18);
  padding: 12px 24px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.95rem;
  text-shadow: 0 3px 14px rgba(0,0,0,0.4);
}

.nav-cta {
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: #2b160d;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 12px;
  font-weight: 1000;
  box-shadow: 0 8px 22px rgba(0,0,0,0.25);
}

.hero-content {
  width: min(980px, calc(100% - 28px));
  margin: 0 auto;
  text-align: center;
  padding: 105px 0 160px;
  position: relative;
  z-index: 2;
}

.hero-crest {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--gold2);
  margin-bottom: 10px;
}

.hero-crest span {
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold2), transparent);
}

.hero-crest svg {
  width: 58px;
  height: 58px;
  stroke-width: 3;
  filter: drop-shadow(0 5px 14px rgba(0,0,0,0.4));
}

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 12vw, 9rem);
  line-height: 0.82;
  margin: 0 0 14px;
  letter-spacing: -0.05em;
  text-shadow:
    0 8px 30px rgba(0,0,0,0.55),
    0 0 2px rgba(255,255,255,0.8);
}

.hero-content h2 {
  font-family: Georgia, "Times New Roman", serif;
  color: #fff0c2;
  font-size: clamp(1.45rem, 4vw, 2.25rem);
  margin: 0 0 20px;
  text-shadow: 0 6px 22px rgba(0,0,0,0.58);
}

.hero-content p {
  max-width: 790px;
  margin: 0 auto 30px;
  font-size: 1.18rem;
  line-height: 1.55;
  text-shadow: 0 3px 18px rgba(0,0,0,0.55);
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 12px;
  padding: 13px 22px;
  font-weight: 1000;
  text-decoration: none;
  border: 1px solid transparent;
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: #2b160d;
  box-shadow: 0 10px 28px rgba(116,73,12,0.28);
}

.btn-secondary {
  background: rgba(255,255,255,0.16);
  color: white;
  border-color: rgba(255,255,255,0.36);
  backdrop-filter: blur(8px);
}

.section,
.culture-section {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: 74px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 34px;
}

.section-title::before,
.section-title::after {
  content: "✦";
  color: var(--gold);
  margin: 0 10px;
  font-size: 1rem;
}

.section-title span,
.kicker,
.text-panel span,
.qr-copy span,
.photocall-copy span,
.promo-banner span {
  color: var(--gold);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 1000;
}

.section-title h2,
.culture-copy h2,
.text-panel h2,
.qr-copy h2,
.contact-section h2,
.photocall-copy h2,
.promo-banner h2 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--blue);
  font-size: clamp(2rem, 5vw, 3.3rem);
  line-height: 1;
  margin: 8px 0 12px;
}

.section-title p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
}

.culture-card {
  background: rgba(255,250,240,0.90);
  border: 1px solid rgba(201,146,46,0.42);
  border-radius: 30px;
  padding: 26px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 26px;
  align-items: center;
}

.culture-copy {
  padding: 22px;
}

.culture-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.culture-image {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(201,146,46,0.36);
}

.culture-image img {
  width: 100%;
  height: 390px;
  object-fit: cover;
}

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

.program-item {
  display: grid;
  grid-template-columns: 110px 74px 1fr;
  gap: 18px;
  align-items: center;
  background: rgba(255,250,240,0.92);
  border: 1px solid rgba(201,146,46,0.46);
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.06);
  position: relative;
  overflow: hidden;
}

.program-item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(var(--blue), var(--gold));
}

.program-item.featured::before {
  background: linear-gradient(var(--gold2), var(--gold));
}

.program-item.closed {
  opacity: 0.76;
}

.program-item.thunder {
  border-color: rgba(43,22,13,0.45);
  background:
    linear-gradient(90deg, rgba(255,250,240,0.94), rgba(255,250,240,0.84)),
    url('/img/oktoberfest/bikers-day.webp');
  background-size: cover;
  background-position: center;
}

.date-box {
  text-align: center;
  border-radius: 16px;
  background: var(--blue);
  color: white;
  padding: 12px 8px;
  box-shadow: 0 8px 20px rgba(0,59,120,0.20);
}

.date-box strong {
  display: block;
  font-size: 1.4rem;
  font-family: Georgia, "Times New Roman", serif;
}

.date-box span {
  display: block;
  font-size: 0.82rem;
  color: #fff0c2;
  font-weight: 800;
}

.program-icon {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  border: 2px solid rgba(201,146,46,0.56);
  background: rgba(255,255,255,0.48);
}

.program-icon svg {
  width: 38px;
  height: 38px;
  stroke-width: 3.6;
}

.program-item h3 {
  color: var(--blue);
  margin: 0 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.program-item p {
  margin: 3px 0;
  color: var(--text);
  line-height: 1.48;
}

.features-band {
  background:
    linear-gradient(135deg, rgba(0,45,95,0.96), rgba(3,24,51,0.98)),
    url('/img/oktoberfest/galeria-musica.webp');
  background-size: cover;
  background-position: center;
  color: white;
  padding: 72px 0;
  position: relative;
}

.features-band::before,
.features-band::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 12px;
  background: repeating-linear-gradient(45deg, #ffffff 0 16px, #ffffff 16px 32px, #0d4f99 32px 48px, #0d4f99 48px 64px);
  opacity: 0.9;
}

.features-band::before {
  top: 0;
}

.features-band::after {
  bottom: 0;
}

.features-band .section-title,
.features-grid {
  width: min(1180px, calc(100% - 28px));
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.section-title.light h2 {
  color: white;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.features-grid article {
  text-align: center;
  border-left: 1px solid rgba(255,255,255,0.22);
  border-right: 1px solid rgba(255,255,255,0.08);
  padding: 12px 14px;
}

.feature-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 12px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  display: grid;
  place-items: center;
  color: var(--gold2);
  background: rgba(255,255,255,0.08);
}

.feature-icon svg {
  width: 38px;
  height: 38px;
  stroke-width: 3.4;
}

.features-grid h3 {
  color: var(--gold2);
  margin: 0 0 8px;
  font-size: 1rem;
}

.features-grid p {
  color: #eef5ff;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
}

.image-text {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
}

.image-panel {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(201,146,46,0.42);
  background: white;
  padding: 8px;
}

.image-panel img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 18px;
}

.text-panel {
  background: rgba(255,250,240,0.86);
  border: 1px solid rgba(201,146,46,0.38);
  border-radius: 22px;
  padding: 36px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
}

.text-panel p {
  color: var(--muted);
  line-height: 1.65;
}

.text-panel ul {
  padding-left: 20px;
  color: var(--blue);
  font-weight: 800;
  line-height: 1.9;
}

.special-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.special-card {
  background: rgba(255,250,240,0.9);
  border: 1px solid rgba(201,146,46,0.36);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(0,0,0,0.08);
}

.special-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.special-card div {
  padding: 22px;
}

.special-card h3 {
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  margin: 0 0 8px;
}

.special-card p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.ticket-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-items: stretch;
}

.ticket-card {
  background: rgba(255,250,240,0.88);
  border: 1px solid rgba(201,146,46,0.42);
  border-radius: 20px;
  padding: 32px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  position: relative;
}

.ticket-card.featured {
  border: 2px solid var(--gold);
  transform: translateY(-10px);
  background: white;
}

.popular {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: #3a2209;
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 1000;
}

.ticket-card h3 {
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  margin: 0 0 4px;
}

.ticket-card p {
  margin: 0 0 16px;
  color: var(--muted);
}

.price {
  color: var(--blue);
  font-size: 2.7rem;
  font-weight: 1000;
  margin-bottom: 18px;
}

.ticket-card ul {
  text-align: left;
  color: var(--text);
  line-height: 1.8;
  margin: 0 0 24px;
}

.ticket-btn {
  display: block;
  background: var(--blue);
  color: white;
  text-decoration: none;
  border-radius: 10px;
  padding: 13px 16px;
  font-weight: 1000;
}

.ticket-btn.gold {
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: #2b160d;
}

.qr-highlight {
  width: min(1180px, calc(100% - 28px));
  margin: 40px auto 70px;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--blue), var(--blue2));
  color: white;
  padding: 34px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: center;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.qr-image {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.22);
}

.qr-image img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}

.qr-copy h2 {
  color: white;
}

.qr-copy p {
  color: #e7efff;
  line-height: 1.65;
  max-width: 640px;
}

.qr-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 22px 0;
}

.qr-mini-grid div {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 14px;
  min-height: 82px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--gold2);
  padding: 8px;
}

.qr-mini-grid svg {
  width: 28px;
  height: 28px;
  stroke-width: 3.4;
}

.qr-mini-grid small {
  display: block;
  font-size: 0.75rem;
  font-weight: 900;
  color: white;
}

.photocall-section {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 42px;
  align-items: center;
}

.photocall-copy {
  background: rgba(255,250,240,0.86);
  border: 1px solid rgba(201,146,46,0.36);
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 14px 32px rgba(0,0,0,0.06);
}

.photocall-copy p {
  color: var(--muted);
  line-height: 1.65;
}

.quote-box {
  margin-top: 22px;
  background: var(--blue);
  color: white;
  border-left: 7px solid var(--gold);
  padding: 20px;
  border-radius: 14px;
  font-weight: 1000;
  font-size: 1.3rem;
}

.photocall-preview {
  border-radius: 28px;
  padding: 10px;
  background: linear-gradient(135deg, var(--blue), var(--gold));
  box-shadow: 0 22px 55px rgba(0,0,0,0.20);
}

.photocall-preview img {
  width: 100%;
  border-radius: 20px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr;
  gap: 12px;
}

.gallery-grid img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  border: 1px solid rgba(201,146,46,0.28);
}

.promo-banner {
  width: min(1180px, calc(100% - 28px));
  margin: 10px auto 74px;
  min-height: 280px;
  border-radius: 28px;
  padding: 42px;
  color: white;
  background:
    linear-gradient(90deg, rgba(0,38,80,0.94), rgba(0,38,80,0.50), rgba(0,38,80,0.18)),
    url('/img/oktoberfest/promo-cervezas.webp');
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.promo-banner h2 {
  color: white;
  max-width: 620px;
}

.promo-banner p {
  color: #eef5ff;
  font-size: 1.1rem;
  max-width: 600px;
}

.contact-grid {
  background: var(--blue);
  color: white;
  border-radius: 28px;
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 28px;
  align-items: center;
  box-shadow: var(--shadow);
}

.contact-grid h2 {
  color: white;
  font-size: 2rem;
}

.contact-grid p {
  color: #e9f2ff;
  line-height: 1.6;
}

.map-card {
  min-height: 210px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.7), rgba(255,255,255,0.35)),
    repeating-linear-gradient(45deg, #dce8d8 0 16px, #eef3eb 16px 32px);
  display: grid;
  place-items: center;
}

.map-pin {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: white;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(0,0,0,0.24);
}

.map-pin svg {
  width: 42px;
  height: 42px;
}

.footer {
  background: #2b160d;
  color: #ffe8bd;
  text-align: center;
  padding: 24px;
  font-size: 0.92rem;
}

.footer p {
  margin: 4px 0;
}

@media (max-width: 1050px) {
  .nav-links {
    display: none;
  }

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

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .culture-card,
  .image-text,
  .qr-highlight,
  .contact-grid,
  .photocall-section {
    grid-template-columns: 1fr;
  }

  .ticket-grid,
  .special-grid {
    grid-template-columns: 1fr;
  }

  .ticket-card.featured {
    transform: none;
  }

  .photocall-preview {
    max-width: 390px;
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .program-item {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .date-box,
  .program-icon {
    margin: 0 auto;
  }
}

@media (max-width: 680px) {
  .demo-inner {
    flex-direction: column;
    padding: 10px 0;
    gap: 8px;
  }

  .demo-btn {
    width: 100%;
    max-width: 260px;
  }

  .main-nav {
    padding: 16px 0;
  }

  .nav-cta {
    padding: 10px 12px;
    font-size: 0.85rem;
  }

  .event-mark span:last-child {
    display: none;
  }

  .hero {
    min-height: 640px;
  }

  .hero-content {
    padding: 78px 0 130px;
  }

  h1 {
    font-size: clamp(3.6rem, 18vw, 5.8rem);
  }

  .hero-content p {
    font-size: 1.05rem;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .features-grid,
  .qr-mini-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section,
  .culture-section {
    padding: 54px 0;
  }

  .image-panel img,
  .qr-image img,
  .culture-image img {
    height: 280px;
  }

  .text-panel,
  .qr-highlight,
  .contact-grid,
  .photocall-copy,
  .promo-banner,
  .culture-card {
    padding: 24px;
  }

  .promo-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .gallery-grid img {
    height: 150px;
  }

  .hero-crest span {
    width: 72px;
  }
}

@media (max-width: 430px) {
  .features-grid {
    grid-template-columns: 1fr;
  }

  .qr-mini-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* =========================================================
   PROGRAMA HORIZONTAL TIPO CARTEL + ICONOS DORADOS CLAROS
   ========================================================= */

.program-list {
  display: none;
}

.program-section {
  padding-top: 70px;
}

.program-board {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.program-board.secondary {
  grid-template-columns: repeat(5, 1fr);
  margin-top: 14px;
}

.program-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,246,230,0.96)),
    radial-gradient(circle at top, rgba(201,146,46,0.16), transparent 36%);
  border: 1px solid rgba(201,146,46,0.42);
  border-radius: 18px;
  min-height: 255px;
  padding: 18px 14px;
  text-align: center;
  box-shadow: 0 12px 26px rgba(43,22,13,0.08);
  position: relative;
  overflow: hidden;
}

.program-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(201,146,46,0.24);
  border-radius: 14px;
  pointer-events: none;
}

.program-card.opening {
  box-shadow: 0 16px 34px rgba(201,146,46,0.22);
}

.program-card.closed {
  opacity: 0.74;
  filter: saturate(0.7);
}

.program-card.thunder {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.90), rgba(255,246,230,0.94)),
    radial-gradient(circle at top, rgba(43,22,13,0.14), transparent 38%);
  border-color: rgba(43,22,13,0.34);
}

.program-time {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: white;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 1000;
  margin: 8px 0 10px;
  box-shadow: 0 6px 16px rgba(0,59,120,0.20);
}

.program-card h3 {
  color: var(--blue);
  font-size: 1rem;
  margin: 0 0 5px;
  font-family: Georgia, "Times New Roman", serif;
}

.program-card h4 {
  color: var(--blue);
  font-size: 1.05rem;
  line-height: 1.1;
  margin: 0 0 8px;
  font-weight: 1000;
}

.program-card p {
  color: #273447;
  font-size: 0.82rem;
  line-height: 1.38;
  margin: 0;
}

.gold-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 6px;
  border-radius: 50%;
  border: 2px solid rgba(201,146,46,0.50);
  background:
    radial-gradient(circle at 35% 25%, rgba(242,191,94,0.34), transparent 34%),
    rgba(255,246,230,0.75);
  position: relative;
  box-shadow: inset 0 0 0 5px rgba(201,146,46,0.08);
}

/* Jarra grande y simple */
.beer-icon::before,
.mug-icon::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 19px;
  width: 25px;
  height: 29px;
  border: 4px solid var(--gold);
  border-top-width: 7px;
  border-radius: 4px 4px 8px 8px;
}

.beer-icon::after,
.mug-icon::after {
  content: "";
  position: absolute;
  right: 11px;
  top: 25px;
  width: 13px;
  height: 16px;
  border: 4px solid var(--gold);
  border-left: 0;
  border-radius: 0 11px 11px 0;
}

.beer-icon {
  box-shadow:
    inset 0 0 0 5px rgba(201,146,46,0.08),
    0 -5px 0 -1px rgba(242,191,94,0.55);
}

/* Música: nota clara */
.music-icon::before,
.band-icon::before,
.disco-icon::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 15px;
  width: 22px;
  height: 30px;
  border-right: 5px solid var(--gold);
  border-top: 5px solid var(--gold);
  transform: skewY(-10deg);
}

.music-icon::after,
.band-icon::after,
.disco-icon::after {
  content: "";
  position: absolute;
  left: 14px;
  bottom: 13px;
  width: 18px;
  height: 14px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 24px -8px 0 -2px var(--gold);
}

/* Pretzel muy simple */
.pretzel-icon::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 18px;
  width: 35px;
  height: 26px;
  border: 5px solid var(--gold);
  border-radius: 50% 50% 42% 42%;
}

.pretzel-icon::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 28px;
  width: 14px;
  height: 14px;
  border-left: 5px solid var(--gold);
  border-right: 5px solid var(--gold);
  transform: rotate(38deg);
}

/* Cerrado */
.closed-icon::before,
.closed-icon::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 29px;
  width: 30px;
  height: 5px;
  background: var(--gold);
  border-radius: 99px;
}

.closed-icon::before {
  transform: rotate(45deg);
}

.closed-icon::after {
  transform: rotate(-45deg);
}

/* Disco: bola simple */
.disco-icon::before {
  width: 28px;
  height: 28px;
  left: 17px;
  top: 17px;
  border: 4px solid var(--gold);
  border-radius: 50%;
  transform: none;
}

.disco-icon::after {
  width: 5px;
  height: 5px;
  left: 25px;
  top: 25px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow:
    10px 0 0 var(--gold),
    5px 9px 0 var(--gold),
    5px -9px 0 var(--gold);
}

/* Moto */
.moto-icon::before {
  content: "";
  position: absolute;
  left: 11px;
  bottom: 14px;
  width: 12px;
  height: 12px;
  border: 4px solid var(--gold);
  border-radius: 50%;
  box-shadow: 29px 0 0 -4px transparent, 29px 0 0 0 var(--gold);
}

.moto-icon::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 28px;
  width: 28px;
  height: 12px;
  border-top: 5px solid var(--gold);
  border-right: 5px solid var(--gold);
  transform: skewX(-24deg);
}

/* Bloque azul de "qué encontrarás" con iconos también más limpios */
.feature-icon svg {
  display: none;
}

.feature-icon {
  position: relative;
}

.feature-icon::before,
.feature-icon::after {
  content: "";
  position: absolute;
}

/* Por si los SVG anteriores se ven raros, los dejamos invisibles y mantenemos círculo dorado */
.features-grid article:nth-child(1) .feature-icon::before {
  left: 19px; top: 20px; width: 22px; height: 26px;
  border: 4px solid var(--gold2);
  border-top-width: 7px;
  border-radius: 4px 4px 8px 8px;
}
.features-grid article:nth-child(1) .feature-icon::after {
  right: 13px; top: 26px; width: 11px; height: 14px;
  border: 4px solid var(--gold2);
  border-left: 0;
  border-radius: 0 10px 10px 0;
}

.features-grid article:nth-child(2) .feature-icon::before {
  left: 15px; top: 22px; width: 34px; height: 22px;
  border: 5px solid var(--gold2);
  border-radius: 50%;
}
.features-grid article:nth-child(2) .feature-icon::after {
  left: 26px; top: 30px; width: 12px; height: 12px;
  border-left: 5px solid var(--gold2);
  border-right: 5px solid var(--gold2);
  transform: rotate(38deg);
}

.features-grid article:nth-child(3) .feature-icon::before {
  left: 25px; top: 15px; width: 20px; height: 28px;
  border-right: 5px solid var(--gold2);
  border-top: 5px solid var(--gold2);
  transform: skewY(-10deg);
}
.features-grid article:nth-child(3) .feature-icon::after {
  left: 15px; bottom: 15px; width: 17px; height: 13px;
  border-radius: 50%;
  background: var(--gold2);
  box-shadow: 23px -8px 0 -2px var(--gold2);
}

.features-grid article:nth-child(4) .feature-icon::before {
  left: 17px; top: 17px; width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--gold2);
  box-shadow: 18px 0 0 var(--gold2);
}
.features-grid article:nth-child(4) .feature-icon::after {
  left: 13px; bottom: 14px; width: 38px; height: 18px;
  border: 4px solid var(--gold2);
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom: 0;
}

.features-grid article:nth-child(5) .feature-icon::before {
  left: 15px; top: 22px; width: 34px; height: 24px;
  border: 4px solid var(--gold2);
  border-radius: 5px;
}
.features-grid article:nth-child(5) .feature-icon::after {
  left: 25px; top: 29px; width: 14px; height: 14px;
  border: 4px solid var(--gold2);
  border-radius: 50%;
}

.features-grid article:nth-child(6) .feature-icon::before {
  left: 20px; top: 15px; width: 24px; height: 31px;
  border: 4px solid var(--gold2);
  border-radius: 4px 4px 12px 12px;
}
.features-grid article:nth-child(6) .feature-icon::after {
  left: 29px; bottom: 13px; width: 6px; height: 9px;
  background: var(--gold2);
  box-shadow: -7px 9px 0 2px var(--gold2);
}

@media (max-width: 1050px) {
  .program-board,
  .program-board.secondary {
    grid-template-columns: repeat(2, 1fr);
  }

  .program-card {
    min-height: 220px;
  }
}

@media (max-width: 560px) {
  .program-board,
  .program-board.secondary {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   LIMPIEZA FINAL: PROGRAMA HORIZONTAL + SIN ICONOS RAROS
   ========================================================= */

.program-list,
.program-board,
.program-board.secondary,
.program-icon,
.gold-icon,
.feature-icon {
  display: none !important;
}

.program-section {
  padding-top: 70px;
}

.program-scroll-help {
  width: min(1180px, calc(100% - 28px));
  margin: -12px auto 18px;
  text-align: center;
  color: var(--blue);
  font-weight: 900;
  font-size: 0.92rem;
  opacity: 0.82;
}

.program-scroll-wrap {
  margin-top: 12px;
  position: relative;
}

.program-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 8px 6px 20px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.program-scroll::-webkit-scrollbar {
  height: 10px;
}

.program-scroll::-webkit-scrollbar-track {
  background: rgba(0, 59, 120, 0.08);
  border-radius: 999px;
}

.program-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, var(--blue), var(--gold));
  border-radius: 999px;
}

.program-card {
  flex: 0 0 270px;
  min-height: 230px;
  scroll-snap-align: start;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,247,233,0.98)),
    radial-gradient(circle at top, rgba(201,146,46,0.13), transparent 42%);
  border: 1px solid rgba(201,146,46,0.42);
  border-radius: 18px;
  padding: 20px 17px;
  box-shadow: 0 10px 24px rgba(43,22,13,0.08);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.program-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(201,146,46,0.20);
  border-radius: 12px;
  pointer-events: none;
}

.program-card::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 12px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(201,146,46,0.7), transparent);
}

.program-card.closed {
  opacity: 0.78;
  filter: saturate(0.8);
}

.program-card.thunder {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,247,233,0.96)),
    radial-gradient(circle at top, rgba(43,22,13,0.12), transparent 42%);
  border-color: rgba(43,22,13,0.36);
}

.program-time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 14px;
  background: var(--blue);
  color: #fff;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 1000;
  margin: 10px 0 14px;
  box-shadow: 0 6px 16px rgba(0,59,120,0.18);
}

.program-date {
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.program-card h3 {
  color: var(--blue);
  font-size: 1.42rem;
  line-height: 1.08;
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
}

.program-card p {
  color: #2c3748;
  font-size: 0.92rem;
  line-height: 1.48;
  margin: 0;
}

/* =========================================================
   QUE ENCONTRARAS CON FOTOS, SIN ICONOS
   ========================================================= */

.features-band {
  background:
    linear-gradient(135deg, rgba(0,45,95,0.96), rgba(3,24,51,0.98)),
    url('/img/oktoberfest/galeria-musica.webp');
  background-size: cover;
  background-position: center;
  color: white;
  padding: 76px 0;
  position: relative;
}

.features-band .section-title p {
  color: rgba(255,255,255,0.82);
  max-width: 760px;
  margin: 8px auto 0;
}

.features-photo-grid {
  width: min(1180px, calc(100% - 28px));
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  position: relative;
  z-index: 1;
}

.feature-photo-card {
  background: rgba(255,250,240,0.97);
  border: 1px solid rgba(242,191,94,0.35);
  border-radius: 18px;
  overflow: hidden;
  color: var(--text);
  box-shadow: 0 14px 30px rgba(0,0,0,0.18);
}

.feature-photo-card img {
  width: 100%;
  height: 116px;
  object-fit: cover;
}

.feature-photo-card div {
  padding: 15px 13px 16px;
  text-align: center;
}

.feature-photo-card h3 {
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.08;
  margin: 0 0 8px;
}

.feature-photo-card p {
  color: #364253;
  font-size: 0.84rem;
  line-height: 1.38;
  margin: 0;
}

@media (max-width: 1150px) {
  .features-photo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .program-card {
    flex: 0 0 82%;
    min-height: 220px;
  }

  .features-photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-photo-card img {
    height: 120px;
  }
}

@media (max-width: 460px) {
  .features-photo-grid {
    grid-template-columns: 1fr;
  }

  .program-card {
    flex: 0 0 88%;
  }
}

/* =========================================================
   ICONOS REALES EN BLOQUE QR EXPERIENCE
   ========================================================= */

.qr-mini-grid svg {
  display: none !important;
}

.qr-mini-grid img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  margin-bottom: 8px;
}

.qr-mini-grid div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.qr-mini-grid small {
  display: block;
}

/* =========================================================
   AJUSTE GALERÍA CON IMÁGENES REALES DEL EVENTO
   ========================================================= */

.gallery-grid {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-grid img {
  height: 210px;
  object-fit: cover;
}

.gallery-grid img:first-child {
  height: 210px;
}

.special-card img {
  height: 250px;
}

@media (max-width: 1050px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid img {
    height: 230px;
  }
}

/* =========================================================
   BLOQUE ¿QUÉ ENCONTRARÁS? CON ICONOS SVG LIMPIOS
   ========================================================= */

.features-photo-grid {
  display: none !important;
}

.features-icon-grid {
  width: min(1180px, calc(100% - 28px));
  margin: 38px auto 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  position: relative;
  z-index: 1;
}

.feature-icon-card {
  text-align: center;
  padding: 12px 18px 4px;
  border-left: 1px solid rgba(255,255,255,0.20);
  border-right: 1px solid rgba(255,255,255,0.08);
}

.feature-icon-circle {
  width: 78px;
  height: 78px;
  margin: 0 auto 14px;
  border-radius: 50%;
  border: 2px solid #c9922e;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 35% 25%, rgba(242,191,94,0.22), transparent 38%),
    rgba(255,255,255,0.06);
  box-shadow:
    inset 0 0 0 6px rgba(201,146,46,0.08),
    0 12px 28px rgba(0,0,0,0.18);
}

.feature-icon-circle img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.feature-icon-card h3 {
  color: #f2bf5e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  line-height: 1.12;
  margin: 0 0 9px;
}

.feature-icon-card p {
  color: #eef5ff;
  font-size: 0.9rem;
  line-height: 1.46;
  margin: 0;
}

@media (max-width: 1050px) {
  .features-icon-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 26px 0;
  }
}

@media (max-width: 680px) {
  .features-icon-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 0;
  }

  .feature-icon-card {
    padding: 8px 14px;
  }
}

@media (max-width: 430px) {
  .features-icon-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   MAPA REAL EN BLOQUE CONTACTO
   ========================================================= */

.map-card.real-map {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: none;
  min-height: 230px;
  border: 2px solid rgba(255,255,255,0.18);
  box-shadow: inset 0 0 0 1px rgba(201,146,46,0.28);
}

.map-card.real-map img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.03);
}

.map-link {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  background: rgba(0,59,120,0.94);
  color: white;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 0.88rem;
  border: 1px solid rgba(255,255,255,0.28);
  box-shadow: 0 8px 20px rgba(0,0,0,0.22);
  white-space: nowrap;
}

.map-link:hover {
  background: #002c5d;
}

/* =========================================================
   PROGRAMACIÓN CON FLECHAS LATERALES E ICONOS TABLER
   ========================================================= */

.program-scroll-help {
  display: none !important;
}

.program-carousel {
  width: min(1180px, calc(100% - 28px));
  margin: 32px auto 0;
  position: relative;
}

.program-scroll {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 8px 4px 20px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;

  scrollbar-width: none;
  -ms-overflow-style: none;
}

.program-scroll::-webkit-scrollbar {
  display: none;
}

.program-card {
  flex: 0 0 270px;
  min-height: 285px;
  scroll-snap-align: start;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,247,233,0.98)),
    radial-gradient(circle at top, rgba(201,146,46,0.13), transparent 42%);
  border: 1px solid rgba(201,146,46,0.42);
  border-radius: 18px;
  padding: 18px 16px 20px;
  box-shadow: 0 10px 24px rgba(43,22,13,0.08);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.program-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(201,146,46,0.20);
  border-radius: 12px;
  pointer-events: none;
}

.program-card::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 12px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(201,146,46,0.7), transparent);
}

.program-card-icon {
  width: 76px;
  height: 76px;
  margin: 6px auto 10px;
  border-radius: 50%;
  border: 2px solid rgba(201,146,46,0.50);
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 35% 25%, rgba(242,191,94,0.22), transparent 38%),
    rgba(255,255,255,0.72);
  box-shadow:
    inset 0 0 0 6px rgba(201,146,46,0.08),
    0 10px 24px rgba(0,0,0,0.10);
}

.program-card-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.program-time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 14px;
  background: var(--blue);
  color: #fff;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 1000;
  margin: 4px 0 13px;
  box-shadow: 0 6px 16px rgba(0,59,120,0.18);
}

.program-date {
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.program-card h3 {
  color: var(--blue);
  font-size: 1.35rem;
  line-height: 1.08;
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
}

.program-card p {
  color: #2c3748;
  font-size: 0.9rem;
  line-height: 1.45;
  margin: 0;
}

.program-card.closed {
  opacity: 0.78;
  filter: saturate(0.8);
}

.program-card.thunder {
  border-color: rgba(43,22,13,0.36);
}

.program-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 48px;
  height: 72px;
  border: 0;
  border-radius: 999px;
  background: rgba(0,59,120,0.94);
  color: #fff6e6;
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.25);
}

.program-arrow:hover {
  background: #002f63;
}

.program-arrow-left {
  left: -24px;
}

.program-arrow-right {
  right: -24px;
}

@media (max-width: 760px) {
  .program-card {
    flex: 0 0 82%;
  }

  .program-arrow {
    width: 42px;
    height: 62px;
    font-size: 2.5rem;
  }

  .program-arrow-left {
    left: -8px;
  }

  .program-arrow-right {
    right: -8px;
  }
}
