body {
  background-color: #faf8f3;
}

main {
  padding: 0;
}

.section-hero.quads-page-hero {
  background: url('../images/gallery/gallery5_1000.jpg') center / cover
    no-repeat;
  background-color: rgb(43, 42, 42);
  background-blend-mode: overlay;
}

.section-hero.quads-page-hero .hero-img {
  width: 100%;
  height: 100vh;
  margin-bottom: 6rem;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  width: 90%;
  max-width: 800px;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 5.2rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 1.6rem 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.1;
}

.hero-subtitle {
  font-family: 'Rubik', sans-serif;
  font-size: 1.8rem;
  color: #f0f0f0;
  font-weight: 400;
  margin: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.quads-container {
  max-width: 160rem;
  margin: 0 auto;
  padding: 4rem 3.2rem 0;
}

.quads-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-bottom: 4rem;
}

.tour-card {
  background-color: #fff;
  border: 1px solid #e8e4df;
  border-radius: 12px;
  padding: 3.2rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.tour-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}

.tour-header {
  display: flex;
  gap: 2.4rem;
  margin-bottom: 2.4rem;
  align-items: flex-start;
}

.tour-number {
  background-color: #2f9e44;
  color: #fff;
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  font-weight: 700;
  border-radius: 8px;
  font-family: 'Playfair Display', serif;
}

.tour-header-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.1;
  margin-bottom: 0;
}

.tour-meta {
  display: flex;
  gap: 3rem;
  margin: 1.6rem 0 2rem 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
}

.tour-meta-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.tour-meta-item ion-icon {
  font-size: 2.4rem;
  color: #2f9e44;
}

.tour-description {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 2.4rem;
}

.tour-description-continued {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 2.4rem;
}

.tour-visit-section {
  margin-top: 3rem;
  padding-top: 2.4rem;
  border-top: 2px solid #f0ede9;
}

.tour-visit-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
  margin-bottom: 1.6rem;
}

.visit-item {
  display: flex;
  gap: 1.6rem;
  margin-bottom: 2rem;
  align-items: flex-start;
}

.visit-item-image {
  width: 130px;
  height: 130px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #f0ede9;
}
.visit-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.visit-item-content h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin: 0 0 0.8rem 0;
}

.visit-item-content p {
  font-size: 1.5rem;
  color: #555;
  line-height: 1.5;
  margin: 0;
}
.tour-included-section {
  background: linear-gradient(135deg, #ffffff 0%, #fbfbfb 100%);
  padding: 2.4rem;
  border-radius: 12px;
  margin-top: 3rem;
  border-left: 4px solid #2f9e44;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.tour-included-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
  margin-bottom: 1.6rem;
}

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

.included-list li {
  font-size: 1.5rem;
  color: #333;
  padding: 0.8rem 0;
  padding-left: 2rem;
  position: relative;
}

.included-list li:before {
  content: '•';
  position: absolute;
  left: 0;
  color: #2f9e44;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
}

.included-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
  margin-top: 3rem;
  align-items: start;
}

@media only screen and (max-width: 56.25em) {
  .included-grid {
    grid-template-columns: 1fr;
  }
}

.buttons-container {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
  justify-content: center;
  padding: 3rem 0;
}

.btn-quad {
  background-color: #2f9e44;
  color: #fff;
  padding: 1.4rem 4rem;
  font-size: 1.6rem;
  font-weight: 600;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-family: 'Rubik', sans-serif;
}

.btn-quad:hover {
  background-color: #40c057;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(47, 158, 68, 0.3);
}

.btn-back {
  background-color: #e8e4df;
  color: #333;
  border-color: #333;
}

.btn-back:hover {
  background-color: #333;
  color: #fff;
}

@media only screen and (max-width: 56.25em) {
  .quads-grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .tour-header {
    gap: 1.6rem;
  }

  .tour-number {
    width: 60px;
    height: 60px;
    font-size: 2.4rem;
  }

  .tour-header-content h2 {
    font-size: 2.4rem;
  }

  .tour-meta {
    gap: 2rem;
  }

  .hero-title {
    font-size: 3.6rem;
  }

  .hero-subtitle {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .tour-number {
    width: 50px;
    height: 50px;
    font-size: 2rem;
  }

  .tour-header-content h2 {
    font-size: 1.8rem;
  }

  .tour-meta {
    flex-direction: column;
    gap: 0.8rem;
  }

  .buttons-container {
    flex-direction: column;
    align-items: center;
  }

  .buttons-container .btn-quad {
    padding: 1.2rem !important;
    font-size: 2rem;
    width: 90%;
    max-width: 40rem;
    text-align: center;
  }

  .section-hero.quads-page-hero .hero-img {
    margin-bottom: 4rem;
  }

  .hero-title {
    font-size: 2.4rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }

  .visit-item-image {
    width: 100px;
    height: 100px;
  }
}
