:root {
  --vino: #9d1622;
  --vino-oscuro: #7f101a;
  --crema: #f4efdf;
  --texto: #4a1f1f;
}

body {
  background-color: var(--crema);
  color: var(--texto);
}

.bg-vino {
  background-color: var(--vino);
}

.bg-crema {
  background-color: var(--crema);
}

.text-vino {
  color: var(--vino);
}

.btn-vino {
  background-color: #87171f;
  color: var(--crema);
  border: 0;
  border-radius: 999px;
  padding: 12px 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

.btn-vino:hover {
  background-color: #fff;
  color: var(--vino-oscuro);
}
.btn-crema {
  background-color: var(--crema);
  color: var(--vino-oscuro);
  border: 0;
  border-radius: 999px;
  padding: 12px 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

.btn-crema:hover {
  background-color: var(--vino-oscuro);
  color: var(--crema);
}

.section-padding {
  padding: 80px 0;
}

.section-padding-sm {
  padding: 56px 0;
}

.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url("../img/event/hero.webp") center center / cover no-repeat;
  transform: scale(1.02);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.hero-logo {
  max-width: 520px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.hero-sponsor {
  max-width: 200px;
  width: 100%;
  display: block;
  margin: 0 auto;
}



.info-strip-img,
.mapa-img,
.zonas-img {
  width: 100%;
  display: block;
  height: auto;
}

.intro-text h2,
.benefits-title,
.experiences-title,
.tickets-title,
.stats-title,
.location-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1;
}

.intro-text p,
.benefit-list li,
.experience-card p,
.ticket-phase p,
.location-box p {
  font-size: 1.05rem;
}

.intro-photo img,
.benefits-illustration img,
.tickets-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.benefits-box {
  background: #f8f5ee;
  border: 2px solid rgba(157, 22, 34, 0.35);
  border-radius: 24px;
  padding: 28px;
  height: 100%;
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefit-list li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.benefit-list li:last-child {
  border-bottom: 0;
}

.benefit-check {
  color: var(--vino);
  font-weight: 700;
  line-height: 1;
  margin-top: 2px;
}

.experience-card {
  text-align: center;
  height: 100%;
}

.experience-card img {
  max-width: 140px;
  margin-bottom: 18px;
}

.experience-card h3 {
  font-size: 1.5rem;
  color: var(--vino);
  margin-bottom: 10px;
}

.tickets-section {
  position: relative;
  overflow: hidden;
  background-color: #320100;
}

.tickets-bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.tickets-bg-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.tickets-bg-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tickets-content {
  position: relative;
  z-index: 2;
}

.tickets-box {
  background: rgba(244, 239, 223, 0.92);
  border: 1px solid rgba(157, 22, 34, 0.3);
  max-width: 420px;
  margin: 0 auto;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.tickets-head {
  background: var(--vino);
  color: #fff;
  text-align: center;
  padding: 16px;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.ticket-phase {
  padding: 24px 24px 18px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.ticket-phase:last-child {
  border-bottom: 0;
}

.ticket-phase h3 {
  color: var(--vino);
  font-size: 1.6rem;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.ticket-phase .price {
  font-size: 2rem;
  font-weight: 700;
  color: var(--vino-oscuro);
}

.stats-wrap {
  border-top: 1px solid rgba(157, 22, 34, 0.15);
}

.stat-item {
  text-align: center;
  padding: 24px 12px;
}

.stat-number {
  color: var(--vino);
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
}

.nosvemos-carrito {
  max-width: 250px;
}

.location-box {
  color: #fff;
}

.location-box a {
  color: #fff;
}

.location-cta {
  text-align: center;
}

.logos-footer {
  background: var(--vino);
  padding: 28px 0;
}

.logos-footer img {
  max-height: 44px;
  width: auto;
  opacity: 0.95;
}

@media (max-width: 991.98px) {
  .hero {
    min-height: 75vh;
  }

  .section-padding {
    padding: 64px 0;
  }

  .intro-photo {
    margin-top: 32px;
  }

  .benefits-box {
    margin-top: 24px;
  }
}

@media (max-width: 767.98px) {
  .hero {
    min-height: 68vh;
  }

  .hero-logo {
    max-width: 320px;
  }

  .section-padding {
    padding: 52px 0;
  }

  .section-padding-sm {
    padding: 40px 0;
  }

  .tickets-head {
    font-size: 1.4rem;
  }

  .ticket-phase h3 {
    font-size: 1.25rem;
  }

  .ticket-phase .price {
    font-size: 1.7rem;
  }
}

#mapaHacienda {
  position: relative;
}

#mapaHacienda a {
  position: absolute;
  transform: translate(-50%, -100%);
  bottom: 0;
  left: 50%;
}

@media (min-width: 993px) {
  #mapaHacienda a {
    bottom: 20%;
  }
}



.ticket-card{
    background: #f8f3e7;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
    display: flex;
    flex-direction: column;
}

.ticket-card-featured{
    border: 2px solid #fff3cf;
    transform: translateY(-6px);
}

.ticket-card-head{
    background: var(--vino-oscuro);
    color: #fff;
    padding: 24px 24px 18px;
    text-align: center;
}

.ticket-card-head h3{
    margin: 10px 0 0;
    font-size: 1.75rem;
}

.ticket-badge{
    display: inline-block;
    background: #fff7e8;
    color: var(--vino);
    border-radius: 999px;
    padding: 6px 14px;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
}

.ticket-card-body{
    padding: 24px;
    flex: 1;
}

.ticket-option{
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.ticket-option:last-of-type{
    border-bottom: 0;
}

.ticket-option h4{
    margin: 0 0 6px;
    color: var(--vino);
    font-size: 1.2rem;
}

.ticket-option p{
    margin: 0;
    font-size: .96rem;
    color: #6b4a4a;
}

.ticket-price{
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--vino-oscuro);
    white-space: nowrap;
    text-align: right;
}

.ticket-price small{
    display: block;
    font-size: .85rem;
    font-weight: 600;
}

.ticket-save{
    margin-top: 18px;
    background: rgba(157,22,34,.08);
    color: var(--vino);
    border-radius: 16px;
    padding: 14px 16px;
    font-weight: 600;
    text-align: center;
}

.ticket-card-footer{
    padding: 0 24px 24px;
}

@media (max-width: 991.98px){
    .ticket-card-featured{
        transform: none;
    }
}

@media (max-width: 575.98px){
    .ticket-option{
        flex-direction: column;
    }

    .ticket-price{
        text-align: left;
    }
}


.ticket-option{
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    align-items: center;
}

.ticket-option-action{
    grid-column: 1 / -1;
}

@media (max-width: 575.98px){
    .ticket-option{
        grid-template-columns: 1fr;
    }

    .ticket-price{
        text-align: left;
    }
}



.tickets-tabs{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.ticket-tab-btn{
    border: 0;
    background: rgba(255,255,255,.14);
    color: #fff;
    padding: 12px 20px;
    border-radius: 999px;
    font-weight: 700;
    transition: .25s ease;
}

.ticket-tab-btn.active,
.ticket-tab-btn:hover{
    background: #fff7e8;
    color: var(--vino);
}

.ticket-tab-content{
    display: none;
}

.ticket-tab-content.active{
    display: block;
}

.ticket-price-main{
    font-size: 2.3rem;
    font-weight: 800;
    color: var(--vino-oscuro);
    line-height: 1;
}

.ticket-price-main small{
    display: block;
    font-size: .95rem;
    font-weight: 600;
    margin-top: 6px;
}

.ticket-includes{
    list-style: none;
    padding: 0;
    margin: 0;
}

.ticket-includes li{
    position: relative;
    padding-left: 24px;
    margin-bottom: 14px;
    color: #5c4141;
}

.ticket-includes li::before{
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--vino);
    font-weight: 800;
}

.ticket-coming-soon{
    background: #f8f3e7;
    border-radius: 24px;
    padding: 48px 32px;
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
}

.ticket-coming-soon h3{
    color: var(--vino);
    font-size: 2rem;
}

.ticket-coming-soon p{
    color: #6b4a4a;
    font-size: 1.05rem;
}