:root {
  --esc-navy: #000000;
  --esc-blue: #048727;
  --esc-blue-2: #06a634;
  --esc-green: #048727;
  --esc-gold: #f5b832;
  --esc-coral: #ff6b4a;
  --esc-sky: #e7f7ff;
  --esc-ink: #1f2421;
  --esc-muted: #64748b;
  --esc-soft: #f3f9ff;
  --esc-line: #dbe7ef;
  --esc-white: #ffffff;
  --esc-shadow: 0 20px 52px rgba(0, 0, 0, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--esc-ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  background:
    radial-gradient(circle at top left, rgba(4, 135, 39, 0.09), transparent 28rem),
    radial-gradient(circle at top right, rgba(245, 184, 50, 0.12), transparent 24rem),
    var(--esc-white);
}

a {
  color: var(--esc-blue);
  text-decoration: none;
}

a:hover {
  color: var(--esc-navy);
}

img {
  max-width: 100%;
  height: auto;
}

.top-strip {
  background: linear-gradient(90deg, var(--esc-navy), #132017, var(--esc-green));
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
}

.top-strip a {
  color: #ffffff;
}

.navbar {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(219, 231, 239, 0.85);
  backdrop-filter: blur(12px);
}

.navbar-brand {
  color: var(--esc-navy);
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-right: 0.55rem;
  place-items: center;
  color: #000;
  font-size: 1.9rem;
  line-height: 1;
}

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

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

.nav-link.active {
  position: relative;
}

.nav-link.active::after {
  position: absolute;
  right: 0.5rem;
  bottom: 0.25rem;
  left: 0.5rem;
  height: 3px;
  background: linear-gradient(90deg, var(--esc-gold), var(--esc-green));
  border-radius: 999px;
  content: "";
}

.navbar-toggler {
  width: 44px;
  height: 44px;
  border: 1px solid var(--esc-line);
  border-radius: 8px;
}

.toggler-line {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--esc-navy);
}

.section-padding {
  padding: 5rem 0;
}

.section-soft {
  background:
    linear-gradient(180deg, rgba(243, 249, 255, 0.96), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 18% 18%, rgba(4, 135, 39, 0.12), transparent 18rem),
    radial-gradient(circle at 84% 20%, rgba(245, 184, 50, 0.15), transparent 16rem);
}

.eyebrow {
  color: var(--esc-blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-soft .eyebrow,
.content-card .eyebrow {
  color: var(--esc-blue);
}

.display-heading {
  color: var(--esc-navy);
  font-weight: 850;
  line-height: 1.08;
}

.lead-copy {
  color: var(--esc-muted);
  font-size: 1.12rem;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  color: var(--esc-navy);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.89) 45%, rgba(255, 255, 255, 0.28) 100%),
    radial-gradient(circle at 13% 16%, rgba(245, 184, 50, 0.22), transparent 18rem),
    radial-gradient(circle at 44% 10%, rgba(4, 135, 39, 0.14), transparent 20rem),
    url("../images/9aa461ff-8404-4c8c-8df9-93bef92a4280.png") center right / cover no-repeat;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero-panel {
  max-width: 690px;
  padding: 6.5rem 0 5rem;
}

.hero h1 {
  font-size: clamp(2.55rem, 6vw, 4.9rem);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.8rem;
  color: var(--esc-navy);
  font-weight: 750;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(4, 135, 39, 0.18);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.btn {
  border-radius: 8px;
  font-weight: 750;
  padding: 0.8rem 1.18rem;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.16);
}

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

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

.btn-success {
  background: var(--esc-navy);
  border-color: var(--esc-green);
}

.btn-outline-primary {
  color: var(--esc-blue);
  border-color: var(--esc-blue);
}

.btn-outline-primary:hover {
  background: var(--esc-blue);
  border-color: var(--esc-blue);
}

.trust-bar {
  margin-top: -3rem;
  position: relative;
  z-index: 3;
}

.trust-item,
.content-card,
.destination-card,
.service-card,
.testimonial-card,
.process-step {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(219, 231, 239, 0.95);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(16, 42, 67, 0.06);
}

.trust-item {
  padding: 1.25rem;
  border-top: 4px solid var(--esc-blue-2);
}

.icon-badge {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--esc-blue);
  font-size: 1.35rem;
  background: linear-gradient(135deg, rgba(4, 135, 39, 0.13), rgba(4, 135, 39, 0.2));
  border-radius: 8px;
}

.icon-badge.green {
  color: var(--esc-green);
  background: linear-gradient(135deg, rgba(4, 135, 39, 0.13), rgba(4, 135, 39, 0.22));
}

.icon-badge.gold {
  color: #9a6400;
  background: linear-gradient(135deg, rgba(245, 184, 50, 0.23), rgba(255, 225, 128, 0.3));
}

.content-card,
.service-card,
.destination-card,
.testimonial-card {
  padding: 1.5rem;
}

.service-card:hover,
.destination-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--esc-shadow);
}

.service-card,
.destination-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card,
.destination-card,
.content-card,
.testimonial-card {
  position: relative;
  overflow: hidden;
}

.service-card::before,
.destination-card::before,
.content-card::before,
.testimonial-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--esc-blue-2), var(--esc-green), var(--esc-gold));
  content: "";
}

.destination-card img,
.feature-image {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  aspect-ratio: 16 / 10;
  background: var(--esc-soft);
}

.destination-list {
  display: grid;
  gap: 4.5rem;
}

.destination-feature img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--esc-shadow);
}

.destination-feature p {
  font-size: 1.08rem;
  color: var(--esc-muted);
}

.process-step {
  position: relative;
  padding: 1.4rem;
}

.step-number {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 1rem;
  place-items: center;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, var(--esc-blue), var(--esc-navy));
  border-radius: 50%;
  box-shadow: 0 10px 18px rgba(4, 135, 39, 0.22);
}

.cta-band {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.94), rgba(4, 135, 39, 0.9), rgba(4, 135, 39, 0.76)),
    url("../images/58168efc-428d-4ac8-bf5d-bc9b01e0deb5.png") center / cover no-repeat;
}

.page-header {
  padding: 5rem 0 4rem;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.94), rgba(4, 135, 39, 0.88), rgba(4, 135, 39, 0.72)),
    url("../images/58168efc-428d-4ac8-bf5d-bc9b01e0deb5.png") center / cover no-repeat;
}

.list-check {
  padding-left: 0;
  list-style: none;
}

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

.list-check li::before {
  position: absolute;
  left: 0;
  top: 0.05rem;
  color: var(--esc-green);
  font-family: "bootstrap-icons";
  content: "\F26A";
}

.contact-panel {
  background: #fff;
  border: 1px solid var(--esc-line);
  border-radius: 8px;
  box-shadow: var(--esc-shadow);
}

.contact-panel h2,
.destination-card h2,
.service-card h2,
.content-card h2,
.service-card h3,
.destination-card h3 {
  color: var(--esc-navy);
}

.form-control,
.form-select {
  min-height: 48px;
  border-color: var(--esc-line);
  border-radius: 8px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--esc-blue);
  box-shadow: 0 0 0 0.18rem rgba(4, 135, 39, 0.15);
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.site-footer {
  color: rgba(255, 255, 255, 0.82);
  background:
    linear-gradient(135deg, #000, #0f1711 52%, #048727);
}

.site-footer a {
  color: #fff;
}

.footer-disclaimer {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

[data-animate] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    display: none;
    padding: 1rem 0;
  }

  .navbar-collapse.show {
    display: block;
  }

  .hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 56%, rgba(255, 255, 255, 0.48) 100%),
      url("../images/9aa461ff-8404-4c8c-8df9-93bef92a4280.png") center bottom / cover no-repeat;
  }

  .hero-panel {
    padding: 4rem 0 8rem;
  }

  .trust-bar {
    margin-top: 0;
  }
}

@media (max-width: 575.98px) {
  .section-padding {
    padding: 3.5rem 0;
  }

  .top-strip {
    display: none;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
    font-size: 1.65rem;
  }

  .navbar-brand span:last-child {
    font-size: 1rem;
  }

  .hero-panel {
    padding-top: 3.2rem;
  }
}
