:root {
  --blue: #08182e;
  --blue-soft: #12365f;
  --gold: #d4af37;
  --cream: #f5efe6;
  --sand: #eadcc7;
  --white: #ffffff;
  --text: #1f2933;
  --muted: #687385;
  --line: #e7dfd2;
  --shadow: 0 20px 45px rgba(11, 31, 58, 0.14);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--cream);
}

a {
  text-decoration: none;
}

.hero {
  min-height: 92vh;
  position: relative;
  color: white;
  padding: 28px;
  overflow: hidden;
  background: none;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(11, 31, 58, 0.65), rgba(11, 31, 58, 0.72)),
    url("https://i.imgur.com/tQNc88k.jpeg");
  background-size: cover;
  background-position: center;
  z-index: 0;
  animation: cinematicZoom 18s ease-in-out infinite alternate;
}

@keyframes cinematicZoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.08);
  }
}

.navbar {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.brand {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav-btn {
  color: white;
  border: 1px solid rgba(255,255,255,0.5);
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 700;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 150px auto 0;
  text-align: center;
}

.simple-hero::before {
  display: none;
}

.simple-hero {
  background: white;
  min-height: auto;
}

.simple-hero {
  min-height: auto;
  padding: 40px 20px 10px;
}

.eyebrow,
.section-label {
  display: inline-block;
  color: var(--gold);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 13px;
  margin-bottom: 14px;
}

.hero h1 {
  font-size: clamp(42px, 7vw, 78px);
  line-height: 1.02;
  margin: 0 0 24px;
}

.hero p {
  font-size: 21px;
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
  margin-bottom: 34px;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.primary-btn,
.secondary-btn,
.pay-btn {
  display: inline-block;
  border: none;
  cursor: pointer;
  padding: 15px 24px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 15px;
}

.primary-btn,
.pay-btn {
  background: linear-gradient(135deg, #d4af37, #f1d67a);
  color: var(--blue);
  box-shadow: 0 12px 28px rgba(200, 164, 93, 0.35);
}

.secondary-btn {
  color: white;
  border: 1px solid rgba(255,255,255,0.55);
}

.section {
  padding: 90px 22px;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
}

.two-columns {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

h2 {
  font-size: clamp(32px, 4vw, 50px);
  color: var(--blue);
  margin: 0 0 20px;
  line-height: 1.1;
}

p {
  font-size: 17px;
  line-height: 1.7;
}

.info-card,
.feature-card,
.transport-card,
.price-card,
.schedule-card,
.form-card {
  background: white;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.info-card {
  padding: 32px;
}

.info-card h3,
.feature-card h3,
.schedule-card h3 {
  color: var(--blue);
  margin-top: 0;
}

.info-card li {
  margin-bottom: 12px;
}

.highlights {
  background: white;
}

.center {
  display: block;
  text-align: center;
}

.center-title {
  text-align: center;
  margin-bottom: 44px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.feature-card {
  padding: 32px;
  transition: 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
}

.icon {
  font-size: 38px;
  margin-bottom: 18px;
}

.private-transport {
  background: linear-gradient(135deg, var(--blue), var(--blue-soft));
  color: white;
}

.private-transport h2 {
  color: white;
}

.transport-card {
  background: rgba(255,255,255,0.08);
  color: white;
  padding: 38px;
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: none;
}

.check-list p {
  margin: 10px 0;
}

.price-card {
  padding: 16px;
  text-align: center;
}

.price-card span {
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
}

.price-card strong {
  display: block;
  color: var(--blue);
  font-size: 28px;
  line-height: 1;
  margin: 4px 0;
  font-weight: 800;
}

.price-card p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 14px;
}

.full {
  width: 100%;
  text-align: center;
}

.schedule {
  background: var(--cream);
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.schedule-card {
  padding: 28px;
}

.schedule-card.muted {
  background: #f2e7d7;
}

.reservation {
  background: white;
}

.reservation-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: start;
}

.mini-note {
  background: var(--cream);
  border-left: 5px solid var(--gold);
  padding: 18px;
  border-radius: 14px;
  margin-top: 24px;
}

.form-card {
  padding: 32px;
}

label {
  display: block;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 18px;
}

input,
select {
  width: 100%;
  margin-top: 8px;
  padding: 15px 16px;
  border-radius: 14px;
  border: 1px solid #d7dce2;
  font-size: 16px;
  outline: none;
}

.simple-hero .hero-content {
  margin-top: 0;
}

input:focus,
select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(200,164,93,0.16);
}

.total-box {
  background: var(--blue);
  color: white;
  padding: 22px;
  border-radius: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px 0;
}

.total-box strong {
  color: var(--gold);
  font-size: 30px;
}

.pay-btn {
  width: 100%;
}

.form-message {
  margin-bottom: 0;
  font-weight: 700;
  color: var(--blue);
}

.footer {
  background: var(--blue);
  color: white;
  text-align: center;
  padding: 26px;
}

.tour-signature {
  margin: 32px 0;
  padding: 30px 28px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(200, 164, 93, 0.18), rgba(255, 255, 255, 0.92)),
    #f8f3ea;
  border: 1px solid rgba(200, 164, 93, 0.35);
  box-shadow: 0 18px 38px rgba(11, 31, 58, 0.10);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.tour-signature::before {
  content: "✦";
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 34px;
  color: rgba(200, 164, 93, 0.35);
}

.signature-small {
  display: block;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.tour-signature strong {
  display: block;
  color: var(--blue);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  font-weight: 900;
  font-family: Georgia, "Times New Roman", serif;
}

.signature-line {
  width: 80px;
  height: 3px;
  background: var(--gold);
  display: block;
  margin: 18px auto 0;
  border-radius: 999px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.instagram-btn:hover {
  background: var(--gold);
  color: var(--blue);
}

.includes-box {
  margin-top: 28px;
  padding: 22px;
  background: rgba(255,255,255,0.08);
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.15);
}

.includes-box h3 {
  margin-top: 0;
  margin-bottom: 14px;
  color: white;
}

.includes-box ul {
  padding-left: 18px;
  margin: 0;
}

.includes-box li {
  margin-bottom: 8px;
}

.flatpickr-day.selected {
  background: var(--gold);
  border-color: var(--gold);
}

.experience-quote {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-top: 30px;
  color: var(--blue);
}

.social-mini {
  padding: 20px 20px;
}

.social-box {
  background: white;
  border-radius: 20px;
  padding: 16px 18px; /* más compacto */
  text-align: center;
  max-width: 520px; /* un poco más estrecho */
  margin: 10px auto; /* menos espacio vertical */
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.social-text {
  font-size: 15px;
  margin-bottom: 8px;
}

.instagram-btn {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d4af37, #f1d67a);
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(200,164,93,0.3);
}

.instagram-btn {
  position: relative;
  overflow: hidden;
}

.instagram-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
  transition: 0.6s;
}

.instagram-btn:hover::after {
  left: 100%;
}

.btn-glow {
  position: relative;
  overflow: hidden;
}

.btn-glow::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
  transition: 0.6s;
}

.btn-glow:hover::after {
  left: 100%;
}

.instagram-btn:hover {
  transform: translateY(-2px);
}

.gallery-carousel {
  background: var(--cream);
}

.carousel {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.carousel-track {
  position: relative;
}

.carousel-img {
  width: 100%;
  height: 580px;
  object-fit: contain;
  background: var(--blue);
  display: none;
}

.carousel-img.active {
  display: block;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  font-size: 28px;
  padding: 10px 14px;
  cursor: pointer;
  border-radius: 50%;
}

.carousel-btn.prev {
  left: 10px;
}

.carousel-btn.next {
  right: 10px;
}

.carousel-dots {
  text-align: center;
  margin-top: 12px;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ccc;
  margin: 5px;
  border-radius: 50%;
}

.dot.active {
  background: var(--gold);
}

.social-mini {
  padding: 12px 18px; /* reduce el espacio solo aquí */
}

.simple-hero {
  background: white;
  color: var(--blue);
  min-height: auto;
  padding: 35px 20px 20px;
  text-align: center;
}

.simple-hero .hero-content {
  margin: 0 auto;
}

.hero-image {
  width: 100%;
}

.hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* AJUSTE PARA HERO SIMPLE SIN IMAGEN DE FONDO */
.simple-hero {
  min-height: auto !important;
  padding: 35px 20px 25px !important;
  background: white !important;
  color: var(--blue) !important;
}

.simple-hero::before {
  display: none !important;
}

.simple-hero .hero-content {
  margin: 0 auto !important;
}

.simple-hero h1 {
  margin-bottom: 18px !important;
}

.simple-hero .hero-text {
  color: var(--muted) !important;
  margin: 0 auto 26px !important;
  font-size: 21px;
  line-height: 1.5;
}

.simple-hero .hero-text span {
  display: block;
}

.hero-image img {
  display: block;
}

.tour-quote {
  text-align: center;
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.3;
  color: var(--blue);
  margin: 30px 0 20px;
}

/* TARJETA DE PRECIO COMPACTA */
.price-card {
  background: white !important;
  color: var(--blue) !important;
  padding: 12px 14px !important;
  max-width: 240px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.price-card span {
  color: var(--muted) !important;
  font-size: 12px !important;
}

.price-card strong {
  color: var(--blue) !important;
  font-size: 26px !important;
  margin: 2px 0 !important;
  line-height: 1 !important;
}

.price-card p {
  color: var(--text) !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  margin: 4px 0 6px !important;
}

.price-actions {
  text-align: center !important;
  margin-top: 4px !important;
}

.price-card .primary-btn {
  padding: 10px 16px !important;
  font-size: 13px !important;
}

/* CORRECCIÓN GENERAL DE COLORES */
.highlights,
.gallery-carousel,
.reservation {
  color: var(--text) !important;
}

.highlights h2,
.gallery-carousel h2,
.reservation h2 {
  color: var(--blue) !important;
}

.highlights p,
.gallery-carousel p,
.reservation p {
  color: var(--text) !important;
}

.highlights .section-label,
.gallery-carousel .section-label,
.reservation .section-label {
  color: var(--gold) !important;
}

.feature-card {
  color: var(--text) !important;
}

.feature-card p {
  color: var(--text) !important;
}

.reservation-copy,
.reservation-copy p,
.form-card,
.form-card label {
  color: var(--blue) !important;
}

.mini-note {
  color: var(--blue) !important;
}

.hero-bottom-button{
  display:flex;
  justify-content:center;
  margin-top:30px;
  margin-bottom:10px;
}

.phone-group{
  display:flex;
  gap:8px;
  align-items:center;
}

.phone-group select{
  width:145px;
  min-width:145px;

  border-radius:14px;
  border:1px solid #d6d6d6;

  padding:14px 10px;

  background:#fff;

  font-size:14px;

  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.phone-group input{
  flex:1;
}

#codigoOtro{
  width:75px;
  min-width:75px;

  display:none;
}

@media (max-width: 850px) {
  .hero {
    min-height: 85vh;
    padding: 20px;
  }

  .hero-content {
    margin-top: 110px;
  }

  .two-columns,
  .cards-grid,
  .schedule-grid,
  .reservation-grid {
    grid-template-columns: 1fr;
  }

  .navbar {
    gap: 16px;
  }

  .nav-btn {
    padding: 10px 14px;
    font-size: 14px;
  }

  .section {
    padding: 64px 18px;
  }
  
  .social-mini {
  padding: 12px 18px;
}

  .hero p {
    font-size: 18px;
  }

  .price-card strong {
    font-size: 34px;
  }
  
  .carousel-img {
  height: 420px;
  object-fit: cover;
}
  
  .hero h1,
h2,
.center-title,
.reservation-copy h2 {
  font-weight: 900;
  letter-spacing: -0.5px;
}
  
}