/*
Theme Name: Kastrati Transport
Theme URI: https://kastratitransport.com
Description: Landing page për Kastrati Transport — transport profesional
Author: Kastrati Transport
Version: 1.1.0
Text Domain: kastrati
*/

:root {
  --brand: #c5a059;
  --brand-dark: #a37e3b;
  --brand-light: #f3e8d0;
  --brand-black: #0b0b0b;
  --brand-dark-bg: #111111;
  --brand-dark-2: #1a1a1a;
  --brand-dark-3: #2a2a2a;
  --white: #ffffff;
  --gray-50: #f7f7f5;
  --gray-100: #f1f1ee;
  --gray-200: #e5e5e0;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-700: #374151;
  --gray-900: #111827;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
  --shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.2);
  --shadow-brand: 0 8px 24px rgba(197, 160, 89, 0.35);
  --radius: 12px;
  --radius-lg: 18px;
  --radius-pill: 999px;
  --font: 'Inter', system-ui, -apple-system, sans-serif;
  --transition: 0.25s ease;
  --layout-max: 1280px;
  --layout-gutter: 24px;
  --header-h: 78px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body {
  font-family: var(--font);
  color: var(--gray-900);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }

.container {
  width: 100%;
  max-width: var(--layout-max);
  margin: 0 auto;
  padding: 0 var(--layout-gutter);
}

.eyebrow {
  display: inline-block;
  color: var(--brand);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.accent { color: var(--brand); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  font-size: 0.8125rem;
  font-weight: 800;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: var(--transition);
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.btn-yellow {
  background: var(--brand);
  color: var(--brand-black);
  box-shadow: var(--shadow-brand);
}
.btn-yellow:hover {
  background: var(--brand-dark);
  transform: translateY(-1px);
}
.btn-outline-white {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
}
.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--white);
}
.btn-lg { padding: 14px 26px; font-size: 0.875rem; }
.btn-block { width: 100%; }
.btn-header { padding: 10px 16px; font-size: 0.75rem; box-shadow: none; }

.icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  flex-shrink: 0;
}
.ib-yellow {
  background: rgba(197, 160, 89, 0.16);
  color: var(--brand);
}

/* ─── LOGO ─── */
.logo-wrap { display: inline-flex; align-items: center; }
.logo-img {
  height: 62px;
  width: auto;
  max-width: 280px;
  object-fit: contain;
}
.footer-logo-img {
  height: 70px;
  max-width: 300px;
}
.logo-lockup {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--brand);
  color: var(--brand-black);
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 1.35rem;
  line-height: 1;
}
.logo-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  color: var(--white);
}
.logo-copy strong {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.logo-copy small {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand);
}

/* ─── HEADER ─── */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(11, 11, 11, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.header-inner {
  max-width: var(--layout-max);
  margin: 0 auto;
  padding: 12px var(--layout-gutter);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
}
.nav-desktop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
.nav-desktop a {
  position: relative;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  padding: 6px 0;
}
.nav-desktop a:hover,
.nav-desktop a.is-active { color: var(--white); }
.nav-desktop a.is-active::after,
.nav-desktop a:hover::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--brand);
}
.header-right {
  display: flex;
  align-items: center;
  gap: 14px;
}
.header-social {
  display: flex;
  gap: 8px;
}
.header-social a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--white);
  display: grid;
  place-items: center;
}
.header-social a:hover {
  border-color: var(--brand);
  color: var(--brand);
}
.menu-toggle { display: none; color: var(--white); padding: 4px; }
.nav-mobile {
  display: none;
  flex-direction: column;
  background: var(--brand-black);
  padding: 0 var(--layout-gutter) 20px;
}
.nav-mobile a {
  padding: 13px 0;
  border-bottom: 1px solid var(--brand-dark-3);
  font-weight: 600;
  color: var(--white);
}
.nav-mobile.open { display: flex; }

.site-main { padding-top: 0; }

/* ─── HERO ─── */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 120px 0 0;
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.78) 0%, rgba(8, 8, 8, 0.42) 38%, rgba(8, 8, 8, 0.08) 68%, rgba(8, 8, 8, 0.18) 100%),
    linear-gradient(180deg, rgba(8, 8, 8, 0.2) 0%, transparent 28%, rgba(8, 8, 8, 0.55) 100%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  align-items: center;
  padding-bottom: 28px;
}
.hero-content { max-width: 640px; }
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--brand);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.hero-eyebrow::before {
  content: '';
  width: 28px;
  height: 2px;
  background: var(--brand);
}
.hero h1 {
  font-size: clamp(2.05rem, 4.4vw, 3.35rem);
  font-weight: 800;
  line-height: 1.12;
  color: var(--white);
  letter-spacing: -0.03em;
  margin-bottom: 18px;
}
.hero-lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.02rem;
  line-height: 1.7;
  max-width: 540px;
  margin-bottom: 28px;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.hero .btn-lg {
  border-radius: 8px;
  padding: 13px 22px;
}
.hero .btn-outline-white {
  background: rgba(0, 0, 0, 0.25);
  border-width: 1.5px;
}

.hero-features {
  position: relative;
  z-index: 1;
  background: rgba(10, 10, 10, 0.42);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}
.hero-features-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
}
.hero-features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 36px;
  align-items: center;
}
.hero-feature {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--white);
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
}
.hero-feature svg {
  color: var(--brand);
  flex-shrink: 0;
}
.hero-europe {
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  max-width: 140px;
  text-align: right;
  line-height: 1.35;
}
.hero-europe::after {
  content: '';
  display: block;
  width: 42px;
  height: 2px;
  background: var(--brand);
  margin: 8px 0 0 auto;
}

/* ─── ABOUT ─── */
.section-about {
  padding: 96px 0 40px;
  background: var(--white);
  overflow: hidden;
}
.about-block {
  display: flex;
  flex-direction: column;
}
.section-about .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand);
  margin-bottom: 16px;
}
.section-about .eyebrow::before { content: '—'; }
.about-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  align-items: end;
}
.about-copy h2,
.section-head-row h2,
.fleet-copy h2 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 16px;
  color: var(--brand-black);
}
.about-copy p,
.fleet-copy p {
  color: var(--gray-500);
  margin-bottom: 24px;
  max-width: 520px;
  line-height: 1.75;
}
.about-visual {
  min-height: 0;
}
.about-photo {
  position: relative;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  overflow: hidden;
  height: 360px;
}
.about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stats-inner {
  display: grid;
  grid-template-columns: 1fr 250px;
  align-items: stretch;
  margin-top: 0;
  background: var(--white);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--white);
}
.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 28px 12px;
  border-right: 1px solid var(--gray-200);
}
.stat-item:last-child { border-right: none; }
.stat-item svg {
  color: var(--brand);
  width: 48px;
  height: 48px;
}
.stat-item strong {
  display: block;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.15;
  color: var(--brand-black);
}
.stat-item span {
  font-size: 0.78rem;
  color: var(--gray-500);
}
.stats-ribbon {
  background: var(--brand);
  color: var(--brand-black);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 28px 24px 42px;
  font-size: 20px;
  line-height: 1.2;
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
}
.stats-ribbon::after {
  content: '';
  width: 40px;
  height: 3px;
  background: var(--brand-black);
  margin-top: 10px;
}

/* ─── SERVICES ─── */
.section-services {
  padding: 88px 0;
  background: var(--gray-50);
}
.section-head-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 36px;
}
.section-head-row h2 { margin-bottom: 0; }
.section-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-black);
  white-space: nowrap;
}
.section-link:hover { color: var(--brand-dark); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.service-card {
  position: relative;
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.55s ease, box-shadow 0.55s ease;
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.service-card-media {
  position: relative;
  z-index: 1;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-icon {
  position: absolute;
  left: 14px;
  bottom: -18px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--brand);
  color: var(--brand-black);
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-brand);
}
.service-card-body {
  position: relative;
  z-index: 1;
  isolation: isolate;
  padding: 28px 18px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.service-card-body::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--brand-black);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: opacity 0.8s ease;
}
.service-card:hover .service-card-body::before {
  opacity: 1;
}
.service-card-body h3 {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--brand-black);
  transition: color 0.8s ease;
}
.service-card:hover .service-card-body h3 {
  color: var(--white);
}
.service-card-body p {
  font-size: 0.8rem;
  color: var(--gray-500);
  line-height: 1.55;
  margin-bottom: 16px;
  flex: 1;
  transition: color 0.8s ease;
}
.service-card:hover .service-card-body p {
  color: rgba(255, 255, 255, 0.7);
}
.service-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--gray-200);
  color: var(--brand-black);
  display: grid;
  place-items: center;
  margin-top: auto;
  transition: border-color 0.8s ease, color 0.8s ease;
}
.service-card:hover .service-arrow {
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--brand);
}

/* ─── FLEET ─── */
.section-fleet {
  padding: 88px 0;
  background: var(--brand-dark-bg);
  color: var(--white);
}
.fleet-layout { display: grid; gap: 32px; }
.fleet-copy .eyebrow { color: var(--brand); }
.fleet-copy h2 { color: var(--white); max-width: 520px; }
.fleet-copy p { color: rgba(255, 255, 255, 0.65); }
.fleet-slider { position: relative; }
.fleet-viewport { overflow: hidden; }
.fleet-track {
  display: flex;
  gap: 16px;
  transition: transform 0.45s ease;
}
.fleet-card {
  flex: 0 0 calc((100% - 48px) / 4);
  min-width: 0;
}
.fleet-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--radius);
}
.fleet-nav {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--brand);
  color: var(--brand-black);
  display: grid;
  place-items: center;
}
.fleet-prev { left: -8px; }
.fleet-next { right: -8px; }
.fleet-nav:disabled { opacity: 0.35; cursor: not-allowed; }

/* ─── DESTINATIONS ─── */
.section-destinations {
  position: relative;
  padding: 88px 0;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
}
.dest-banner-bg {
  position: absolute;
  inset: 0;
}
.dest-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  filter: brightness(0.58) contrast(1.04) saturate(0.88);
}
.dest-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.32) 48%, rgba(0, 0, 0, 0.48) 100%);
}
.dest-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 48px;
  align-items: center;
  width: 100%;
}
.dest-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 560px;
}
.dest-copy .eyebrow {
  display: block;
  margin-bottom: 16px;
  color: var(--brand);
}
.dest-copy h2 {
  font-size: clamp(1.85rem, 3.2vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin-bottom: 16px;
  color: var(--white);
}
.dest-copy p {
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 28px;
  max-width: 520px;
  line-height: 1.75;
}
.dest-list {
  background: rgba(12, 12, 12, 0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 22px;
  padding: 10px 8px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}
.dest-list li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.dest-list li {
  display: grid;
  grid-template-columns: 36px 1fr 16px;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  color: var(--white);
}
.dest-list li:hover strong { color: var(--brand); }
.dest-list li:hover svg {
  opacity: 1;
  color: var(--brand);
}
.dest-flag {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
  background-size: cover;
  background-repeat: no-repeat;
}
.dest-flag--de {
  background: linear-gradient(to bottom, #000 33.33%, #dd0000 33.33% 66.66%, #ffce00 66.66%);
}
.dest-flag--be {
  background: linear-gradient(to right, #000 33.33%, #fdda24 33.33% 66.66%, #ef3340 66.66%);
}
.dest-flag--nl {
  background: linear-gradient(to bottom, #ae1c28 33.33%, #fff 33.33% 66.66%, #21468b 66.66%);
}
.dest-flag--hr {
  background: linear-gradient(to bottom, #ff0000 33.33%, #fff 33.33% 66.66%, #171796 66.66%);
}
.dest-flag--si {
  background: linear-gradient(to bottom, #fff 33.33%, #0033a0 33.33% 66.66%, #ed1c24 66.66%);
}
.dest-flag--eu {
  background:
    radial-gradient(circle, transparent 6px, #ffcc00 6.5px, #ffcc00 7.5px, transparent 8px),
    #003399;
}
.dest-list svg {
  color: var(--brand);
  justify-self: end;
  opacity: 0;
  transition: opacity var(--transition), color var(--transition);
}
.dest-list strong {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--white);
  transition: color var(--transition);
}

/* ─── CTA ─── */
.section-cta {
  position: relative;
  padding: 88px 0;
  background: var(--gray-50);
}
.cta-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: stretch;
}
.cta-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cta-copy h2 {
  color: var(--brand-black);
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
  line-height: 1.2;
}
.cta-copy p {
  color: var(--gray-500);
  max-width: 520px;
  margin-bottom: 28px;
  line-height: 1.75;
}
.cta-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cta-contact {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1;
  background: var(--gray-50);
  border: 1.5px solid var(--brand);
  border-radius: 18px;
  padding: 28px 28px;
}
a.cta-contact:hover {
  background: var(--white);
  transform: translateY(-2px);
}
.section-cta .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.section-cta .eyebrow::before { content: '—'; }
.cta-contact-icon {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: var(--gray-50);
  border: 1.5px solid var(--brand);
  color: var(--brand);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.cta-contact-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cta-contact-copy small {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray-500);
}
.cta-contact-copy strong {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--brand-black);
  line-height: 1.25;
}
a.cta-contact { transition: transform var(--transition), border-color var(--transition); }
.cta-contact--social {
  justify-content: flex-start;
}
.cta-contact--social .cta-contact-copy {
  width: 100%;
}
.cta-social {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
  width: 100%;
}
.cta-social a {
  flex: 1;
  height: 56px;
  border-radius: 14px;
  border: 1.5px solid var(--brand);
  color: var(--brand);
  display: grid;
  place-items: center;
  transition: background var(--transition), color var(--transition), border-color var(--transition);
}
.cta-social a:hover {
  background: var(--brand);
  color: var(--brand-black);
}
.cta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  margin-top: 8px;
}
.cta-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 22px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--brand-black);
  border-right: 1px solid var(--gray-200);
}
.cta-points li:first-child { padding-left: 0; }
.cta-points li:last-child { border-right: none; }
.cta-points svg { color: var(--brand); flex-shrink: 0; }

/* ─── FOOTER ─── */
.site-footer {
  background: var(--brand-black);
  color: rgba(255, 255, 255, 0.7);
  padding: 60px 0 0;
}
.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
}
.footer-col:first-child { max-width: 340px; }
.footer-col:last-child { padding-top: 22px; }
.footer-col p {
  font-size: 0.875rem;
  line-height: 1.7;
  margin: 16px 0 20px;
  max-width: 300px;
}
.footer-col h4 {
  color: var(--white);
  font-size: 0.8125rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul a {
  font-size: 0.875rem;
  transition: var(--transition);
}
.footer-col ul a:hover { color: var(--brand); }
.footer-contact-list li,
.footer-contact-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: var(--white);
}
.footer-contact-list svg { color: var(--brand); flex-shrink: 0; }
.footer-social {
  display: flex;
  gap: 12px;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--brand-dark-3);
  color: var(--white);
  transition: var(--transition);
}
.footer-social a:hover {
  background: var(--brand);
  color: var(--brand-black);
  transform: translateY(-2px);
}
.footer-bottom {
  border-top: 1px solid var(--brand-dark-3);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.8125rem;
  color: var(--gray-500);
}
.footer-powered {
  color: var(--gray-400);
  font-weight: 600;
  transition: var(--transition);
}
.footer-powered:hover { color: var(--brand); }

/* ─── ANIMATIONS ─── */
.anim-fade-up { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.anim-fade-up.visible { opacity: 1; transform: translateY(0); }
.anim-stagger-scroll > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.anim-stagger-scroll.visible > *:nth-child(1) { transition-delay: 0.05s; }
.anim-stagger-scroll.visible > *:nth-child(2) { transition-delay: 0.12s; }
.anim-stagger-scroll.visible > *:nth-child(3) { transition-delay: 0.19s; }
.anim-stagger-scroll.visible > *:nth-child(4) { transition-delay: 0.26s; }
.anim-stagger-scroll.visible > *:nth-child(5) { transition-delay: 0.33s; }
.anim-stagger-scroll.visible > * { opacity: 1; transform: translateY(0); }
.fade-in { opacity: 0; transform: translateX(-20px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-in.visible { opacity: 1; transform: translateX(0); }

/* ─── RESPONSIVE ─── */
@media (max-width: 1100px) {
  .nav-desktop { gap: 12px; }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .dest-layout { grid-template-columns: 1.1fr 0.9fr; }
  .fleet-card { flex: 0 0 calc((100% - 16px) / 2); }
  .hero-features-inner { grid-template-columns: 1fr; }
  .hero-europe { text-align: left; max-width: none; }
  .hero-europe::after { margin-left: 0; }
  .about-split { grid-template-columns: 1fr; align-items: stretch; }
  .footer-main { gap: 40px; }
}

@media (max-width: 768px) {
  :root { --layout-gutter: 16px; --header-h: 64px; }
  .nav-desktop, .header-social, .btn-header { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-toggle { display: block; }
  .logo-mark { width: 36px; height: 36px; font-size: 1.15rem; }
  .logo-img {
    height: 52px;
    max-width: 210px;
  }
  .footer-logo-img {
    height: 58px;
    max-width: 230px;
  }
  .logo-copy strong { font-size: 0.82rem; }

  .hero { padding-top: 80px; min-height: 78vh; min-height: 78dvh; }
  .hero-bg-img { object-position: 78% center; }
  .hero h1 { font-size: 1.7rem; }
  .hero-lead { font-size: 0.92rem; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn { width: 100%; }
  .hero-features-grid { gap: 12px 16px; }
  .hero-feature { white-space: normal; }

  .section-about, .section-services, .section-fleet, .section-destinations, .section-cta {
    padding: 56px 0;
  }
  .about-split, .stats-inner {
    grid-template-columns: 1fr;
  }
  .dest-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
  }
  .about-photo { height: 240px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat-item { border-right: 1px solid var(--gray-200); border-bottom: 1px solid var(--gray-200); padding: 20px 10px; }
  .stats-ribbon { clip-path: none; padding: 22px 16px; min-height: 80px; font-size: 1.35rem; }
  .section-head-row { flex-direction: column; align-items: flex-start; }
  .section-services .container {
    padding-left: 32px;
    padding-right: 32px;
  }
  .services-grid { grid-template-columns: 1fr; }
  .service-card-media {
    aspect-ratio: auto;
    height: 150px;
  }
  .fleet-card { flex: 0 0 100%; }
  .fleet-nav { width: 34px; height: 34px; }
  .dest-list { border-radius: 16px; }
  .cta-inner { grid-template-columns: 1fr; gap: 28px; }
  .cta-cards { flex-direction: column; min-height: 0; }
  .cta-contact { width: 100%; min-width: 0; padding: 20px 18px; }
  .cta-points {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .cta-points li {
    padding: 0;
    border-right: none;
  }
  .footer-main {
    flex-direction: column;
    align-items: center;
    gap: 28px;
    text-align: center;
    padding-bottom: 28px;
  }
  .footer-col:first-child {
    max-width: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-logo-wrap { justify-content: center; }
  .footer-col p {
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
  }
  .footer-social { justify-content: center; }
  .footer-col:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }
  .footer-contact-list {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .footer-contact-list li,
  .footer-contact-list a {
    justify-content: flex-start;
  }
  .site-footer { padding: 40px 0 0; }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 8px;
    padding: 16px 0;
  }
  .footer-bottom span { max-width: 280px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .service-card,
  .service-card::before,
  .service-card::after,
  .service-card-body::before,
  .service-card-body h3,
  .service-card-body p,
  .service-arrow {
    transition-duration: 0.8s !important;
  }
  .anim-fade-up, .anim-stagger-scroll > *, .fade-in {
    opacity: 1;
    transform: none;
  }
}
