:root {
  --ink: #13201c;
  --muted: #62706b;
  --paper: #f5f3ee;
  --panel: #ffffff;
  --line: #ded8cc;
  --accent: #08755f;
  --accent-dark: #075847;
  --terracotta: #b75f3a;
  --sand: #d9bd82;
  --sky: #2f6f93;
  --shadow: 0 22px 60px rgba(19, 32, 28, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(255, 213, 140, 0.95);
  outline-offset: 3px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 56px);
  color: #fff;
  background: linear-gradient(rgba(12, 22, 19, 0.8), rgba(12, 22, 19, 0.3));
}

.brand,
.main-nav,
.hero-actions,
.form-actions,
.site-footer,
.trust-strip {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  min-width: 0;
}

.brand span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-logo {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.main-nav {
  gap: 22px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 700;
}

.main-nav a:hover,
.header-call:hover {
  color: #fff;
}

.header-call {
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.language-toggle {
  display: inline-flex;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.lang-btn {
  min-height: 32px;
  padding: 0 10px;
  border: 0;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.74);
  background: transparent;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.lang-btn.active {
  color: var(--ink);
  background: #fff;
}

.hero {
  position: relative;
  display: grid;
  min-height: 86vh;
  overflow: hidden;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(9, 18, 15, 0.82) 0%, rgba(9, 18, 15, 0.58) 42%, rgba(9, 18, 15, 0.1) 78%),
    linear-gradient(0deg, rgba(245, 243, 238, 1) 0%, rgba(245, 243, 238, 0) 18%);
}

.hero-content {
  position: relative;
  z-index: 1;
  align-self: center;
  width: min(720px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 92px);
  padding-top: 72px;
  color: #fff;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--terracotta);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffd58c;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 680px;
  margin-bottom: 18px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 610px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
  line-height: 1.6;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.primary-btn,
.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 900;
  cursor: pointer;
}

.primary-btn {
  color: #fff;
  background: var(--accent);
}

.primary-btn:hover {
  background: var(--accent-dark);
}

.ghost-btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.1);
}

.trust-strip {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 36px));
  margin: -44px auto 0;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.trust-strip div {
  display: grid;
  gap: 4px;
}

.trust-strip strong {
  font-size: 22px;
}

.trust-strip span {
  color: var(--muted);
  font-size: 14px;
}

.booking-section,
.services-section,
.destinations-section,
.info-section,
.seo-section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 86px 0 0;
}

.section-intro {
  max-width: 660px;
  margin-bottom: 24px;
}

.section-intro h2 {
  margin-bottom: 10px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
}

.section-intro p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
}

.booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 18px;
  align-items: start;
}

.booking-form,
.summary-card,
.service-grid article,
.route-card,
.info-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.booking-form {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  outline: 0;
}

textarea {
  min-height: 108px;
  padding-top: 12px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(8, 117, 95, 0.12);
}

.form-actions {
  justify-content: space-between;
  gap: 14px;
  padding-top: 4px;
}

.estimate {
  display: grid;
  gap: 2px;
}

.estimate span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.estimate strong {
  font-size: 30px;
}

.estimate small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.summary-card {
  position: sticky;
  top: 96px;
  padding: 22px;
}

.summary-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  color: #fff;
  background: var(--accent);
  font-weight: 900;
}

.summary-card h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.summary-card p {
  color: var(--muted);
  line-height: 1.65;
}

dl {
  display: grid;
  gap: 14px;
  margin: 20px 0 0;
}

dl div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

dt {
  color: var(--muted);
}

dd {
  margin: 0;
  font-weight: 900;
  text-align: right;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-grid article {
  padding: 24px;
}

.service-grid span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 26px;
  border-radius: 8px;
  color: #fff;
  background: var(--terracotta);
  font-weight: 900;
}

.service-grid h3,
.route-card h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.service-grid p,
.route-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.route-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.route-card {
  padding: 18px;
}

.route-card strong {
  display: block;
  margin-top: 14px;
  color: var(--accent-dark);
  font-size: 22px;
}

.route-card small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-weight: 800;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.info-grid article {
  padding: 22px;
}

.info-grid h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.info-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.info-grid a {
  color: var(--accent-dark);
  font-weight: 900;
}

.site-footer {
  justify-content: space-between;
  gap: 18px;
  width: min(1120px, calc(100% - 36px));
  margin: 86px auto 0;
  padding: 26px 0 36px;
  border-top: 1px solid var(--line);
}

.site-footer div {
  display: grid;
  gap: 6px;
}

.site-footer span {
  color: var(--muted);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
}

.footer-logo {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}

.site-footer a {
  color: var(--accent-dark);
  font-weight: 900;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 8px;
  color: #fff;
  background: #08755f;
  box-shadow: 0 14px 36px rgba(8, 117, 95, 0.32);
  font-weight: 900;
}

.floating-whatsapp:hover {
  background: var(--accent-dark);
}

@media (max-width: 900px) {
  .main-nav {
    display: none;
  }

  .booking-layout,
  .service-grid,
  .route-list,
  .info-grid {
    grid-template-columns: 1fr 1fr;
  }

  .summary-card {
    position: static;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 66px;
    padding-inline: 14px;
  }

  .header-call {
    display: none;
  }

  .language-toggle {
    margin-left: auto;
  }

  .brand span {
    max-width: 132px;
  }

  .hero {
    min-height: 760px;
  }

  .hero-content {
    width: min(100% - 28px, 620px);
    margin-inline: 14px;
  }

  h1 {
    font-size: 42px;
  }

  .trust-strip,
  .form-actions,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .booking-layout,
  .form-grid,
  .service-grid,
  .route-list,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .primary-btn,
  .ghost-btn {
    width: 100%;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    min-height: 44px;
    padding-inline: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
