:root {
  --ink: #17212b;
  --muted: #617080;
  --line: #dfe5ea;
  --paper: #ffffff;
  --soft: #f5f7f8;
  --brand: #b4232f;
  --brand-dark: #821926;
  --gold: #c9952e;
}

* {
  box-sizing: border-box;
}

body {
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  padding-top: 72px;
}

a {
  color: var(--brand);
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  color: var(--brand-dark);
}

.navbar {
  min-height: 72px;
}

.navbar-brand {
  color: var(--brand);
}

.nav-link {
  color: var(--ink);
  font-weight: 700;
}

.nav-link.active,
.nav-link:hover {
  color: var(--brand);
}

.btn {
  border-radius: 6px;
  font-weight: 700;
  padding: 0.75rem 1.15rem;
}

.btn-primary {
  background: var(--brand);
  border-color: var(--brand);
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.hero,
.page-hero {
  align-items: center;
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  min-height: 930px;
  position: relative;
}

.page-hero {
  min-height: 730px;
}

.hero-home {
  background-image: url("https://images.unsplash.com/photo-1508804185872-d7badad00f7d?auto=format&fit=crop&w=1800&q=80");
}

.page-hero-services {
  background-image: url("https://images.unsplash.com/photo-1547981609-4b6bfe67ca0b?auto=format&fit=crop&w=1800&q=80");
}

.page-hero-hotels {
  background-image: url("https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1800&q=80");
}

.page-hero-guides {
  background-image: url("https://images.unsplash.com/photo-1513415564515-763d91423bdd?auto=format&fit=crop&w=1800&q=80");
}

.page-hero-transport {
  background-image: url("https://images.unsplash.com/photo-1544620347-c4fd4a3d5957?auto=format&fit=crop&w=1800&q=80");
}

.page-hero-tickets {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=80");
}

.page-hero-contact {
  background-image: url("https://images.unsplash.com/photo-1528127269322-539801943592?auto=format&fit=crop&w=1800&q=80");
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(10, 16, 24, 0.78), rgba(10, 16, 24, 0.36));
  inset: 0;
  position: absolute;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero h1,
.page-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.9rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  max-width: 920px;
}

.lead {
  font-size: 1.22rem;
  max-width: 760px;
}

.eyebrow {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}

.section {
  padding: 86px 0;
}

.band {
  background: var(--soft);
}

.section h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
}

.section-intro {
  color: var(--muted);
  font-size: 1.08rem;
}

.service-card,
.info-card,
.feature-panel,
.contact-panel,
.quote-form {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.service-card {
  box-shadow: 0 14px 28px rgba(23, 33, 43, 0.08);
}

.service-card img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.service-card h3,
.info-card h2,
.feature-panel h2,
.contact-panel h2 {
  font-size: 1.3rem;
  font-weight: 800;
}

.service-card p,
.info-card p,
.feature-panel p,
.contact-panel p {
  color: var(--muted);
}

.rounded-img {
  border-radius: 8px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.check-list {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
}

.check-list li {
  margin-bottom: 0.8rem;
  padding-left: 1.8rem;
  position: relative;
}

.check-list li::before {
  color: var(--brand);
  content: "\2713";
  font-weight: 800;
  left: 0;
  position: absolute;
}

.stat {
  border-top: 4px solid var(--brand);
  padding: 1.25rem;
}

.stat strong {
  display: block;
  font-size: 3rem;
  font-weight: 800;
}

.stat span {
  color: var(--muted);
  font-weight: 700;
}

.cta {
  background: var(--brand);
  color: #fff;
  padding: 84px 0;
}

.cta h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 800;
  margin: 0 auto 2rem;
  max-width: 860px;
}

.feature-panel,
.info-card,
.contact-panel,
.quote-form {
  padding: 2rem;
}

.feature-panel span {
  color: var(--gold);
  display: block;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.timeline {
  border-left: 3px solid var(--brand);
  padding-left: 2rem;
}

.timeline div {
  margin-bottom: 1.5rem;
  position: relative;
}

.timeline div::before {
  background: var(--brand);
  border: 4px solid var(--soft);
  border-radius: 50%;
  content: "";
  height: 18px;
  left: -42px;
  position: absolute;
  top: 4px;
  width: 18px;
}

.timeline strong {
  display: block;
  font-size: 1.15rem;
}

.timeline p {
  color: var(--muted);
  margin: 0.25rem 0 0;
}

.quote-form .form-control,
.quote-form .form-check-input {
  border-color: #cfd7df;
}

.service-check {
  border: 1px solid var(--line);
  border-radius: 6px;
  display: block;
  padding: 0.8rem 0.9rem 0.8rem 2.4rem;
}

.form-message {
  color: var(--brand);
  font-weight: 800;
  margin: 1rem 0 0;
}

.footer {
  background: #101820;
  color: #d7dde2;
  padding: 56px 0 28px;
}

.footer h2,
.footer h3 {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
}

.footer a {
  color: #fff;
  display: block;
  margin-bottom: 0.45rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.footer-simple {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  body {
    padding-top: 68px;
  }

  .hero,
  .page-hero {
    min-height: 900px;
  }

  .page-hero {
    min-height: 960px;
  }

  .section {
    padding: 64px 0;
  }

  .navbar-collapse {
    padding: 1rem 0;
  }
}

@media (max-width: 575px) {
  .hero,
  .page-hero {
    min-height: 900px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 2.45rem;
  }

  .feature-panel,
  .info-card,
  .contact-panel,
  .quote-form {
    padding: 1.35rem;
  }

  .footer-simple {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }
}
