:root {
  --bg: #edf4fb;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: #ffffff;
  --ink: #0b3b86;
  --ink-soft: #44658f;
  --accent: #4bb56b;
  --accent-strong: #278c49;
  --line: rgba(11, 59, 134, 0.12);
  --shadow: 0 18px 44px rgba(11, 59, 134, 0.1);
  --radius: 24px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(75, 181, 107, 0.18), transparent 24%),
    radial-gradient(circle at top right, rgba(11, 59, 134, 0.14), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, var(--bg) 48%, #e4eef9 100%);
  line-height: 1.6;
}

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

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
  background: rgba(247, 251, 255, 0.92);
  border-bottom: 1px solid rgba(11, 59, 134, 0.08);
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 78px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.brand-mark {
  width: 188px;
  max-width: 42vw;
  height: auto;
  display: block;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(11, 59, 134, 0.06);
}

.lang-btn {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--ink);
  border-radius: 999px;
  padding: 9px 12px;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
}

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

.nav a:hover {
  color: var(--ink);
}

.cta-link {
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 8px 18px rgba(11, 59, 134, 0.16);
}

.hero {
  padding: 60px 0 36px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: stretch;
}

.hero-copy,
.hero-panel,
.section-card,
.quote-form {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  backdrop-filter: blur(14px);
}

.hero-copy {
  padding: 52px;
  position: relative;
  overflow: hidden;
}

.hero-copy::after {
  content: "";
  position: absolute;
  inset: auto -10% -25% auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(75, 181, 107, 0.22), transparent 68%);
  pointer-events: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(11, 59, 134, 0.06);
  color: var(--ink);
  font-size: 0.88rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

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

h1 {
  margin-top: 22px;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  max-width: 12ch;
}

.hero-copy p {
  margin-top: 20px;
  max-width: 58ch;
  font-size: 1.06rem;
  color: var(--ink-soft);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 15px 22px;
  font-size: 1rem;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent) 0%, #67cf88 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(75, 181, 107, 0.2);
}

.btn-secondary {
  background: rgba(11, 59, 134, 0.08);
  color: var(--ink);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.fact {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(11, 59, 134, 0.08);
}

.fact strong {
  display: block;
  font-size: 1.22rem;
  margin-bottom: 2px;
}

.fact span {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.hero-panel {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-top-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hero-top-photo {
  position: relative;
  min-height: 150px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #d9e6f6;
}

.hero-top-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-top-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 27, 61, 0.04), rgba(7, 27, 61, 0.64));
}

.hero-top-photo span {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  z-index: 1;
}

.fleet-visual {
  min-height: 360px;
  border-radius: 24px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(11, 59, 134, 0.98), rgba(18, 81, 160, 0.92)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent);
  color: #fff;
}

.fleet-visual::before {
  content: "";
  position: absolute;
  inset: auto 14% 20px 14%;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.route-pill {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.85rem;
  margin-bottom: 18px;
}

.fleet-visual h3 {
  font-size: 1.8rem;
  line-height: 1.1;
  max-width: 10ch;
}

.fleet-visual p {
  color: rgba(255, 255, 255, 0.72);
  margin-top: 12px;
  max-width: 30ch;
}

.truck {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 34px;
  height: 140px;
}

.truck-body {
  position: absolute;
  left: 0;
  right: 54px;
  bottom: 28px;
  height: 64px;
  border-radius: 18px 12px 12px 18px;
  background: linear-gradient(90deg, #e5e9f3, #ffffff);
}

.truck-body::after {
  content: "";
  position: absolute;
  inset: 12px auto 12px 18px;
  width: 42%;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(11, 59, 134, 0.84), rgba(31, 97, 183, 0.84));
}

.truck-cabin {
  position: absolute;
  right: 0;
  bottom: 28px;
  width: 96px;
  height: 80px;
  border-radius: 24px 18px 12px 12px;
  background: linear-gradient(180deg, var(--accent), #67cf88);
}

.truck-cabin::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 18px;
  width: 44px;
  height: 22px;
  border-radius: 8px;
  background: rgba(9, 43, 98, 0.74);
}

.wheel,
.wheel::after {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #15223e;
  box-shadow: inset 0 0 0 7px #5f6d88;
}

.wheel {
  bottom: 8px;
  left: 80px;
}

.wheel::after {
  content: "";
  left: 160px;
  top: 0;
}

.wheel.right {
  left: auto;
  right: 24px;
}

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

.mini-card {
  padding: 18px;
  border-radius: 18px;
  background: rgba(11, 59, 134, 0.05);
  border: 1px solid rgba(11, 59, 134, 0.08);
}

.mini-card strong {
  display: block;
  font-size: 1.15rem;
  margin-bottom: 6px;
}

section {
  padding: 24px 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.section-head p {
  max-width: 54ch;
  color: var(--ink-soft);
}

.grid-3,
.routes-grid,
.gallery-grid {
  display: grid;
  gap: 18px;
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.section-card {
  padding: 24px;
}

.section-card .icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(75, 181, 107, 0.14);
  color: var(--accent-strong);
  margin-bottom: 16px;
  font-size: 1.3rem;
}

.section-card p {
  color: var(--ink-soft);
  margin-top: 10px;
}

.routes-grid {
  grid-template-columns: 1.2fr 0.8fr;
  align-items: stretch;
}

.route-map {
  padding: 30px;
  min-height: 380px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(11, 59, 134, 0.95), rgba(18, 81, 160, 0.92)),
    radial-gradient(circle at center, rgba(75, 181, 107, 0.16), transparent 45%);
  color: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.route-map::before,
.route-map::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  border: 2px dashed rgba(255, 255, 255, 0.16);
}

.route-map::before {
  width: 220px;
  height: 220px;
  top: 44px;
  left: 26%;
}

.route-map::after {
  width: 300px;
  height: 180px;
  bottom: 12px;
  right: 6%;
}

.map-tag {
  position: absolute;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.9rem;
}

.map-tag.one { top: 38px; left: 34px; }
.map-tag.two { top: 86px; right: 48px; }
.map-tag.three { bottom: 40px; left: 20%; }
.map-tag.four { bottom: 66px; right: 16%; }

.map-core {
  position: absolute;
  inset: 0;
}

.map-line {
  position: absolute;
  height: 3px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(75, 181, 107, 0.95), rgba(255, 255, 255, 0.8));
  box-shadow: 0 0 18px rgba(75, 181, 107, 0.32);
  border-radius: 999px;
}

.map-line.line-1 {
  width: 190px;
  left: 120px;
  top: 148px;
  transform: rotate(-18deg);
}

.map-line.line-2 {
  width: 166px;
  left: 116px;
  top: 174px;
  transform: rotate(-40deg);
}

.map-line.line-3 {
  width: 155px;
  left: 118px;
  top: 178px;
  transform: rotate(38deg);
}

.map-line.line-4 {
  width: 220px;
  left: 116px;
  top: 186px;
  transform: rotate(54deg);
}

.map-node {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
}

.map-node::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4bb56b;
  box-shadow: 0 0 0 6px rgba(75, 181, 107, 0.18);
  flex: 0 0 auto;
}

.map-node span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  white-space: nowrap;
}

.map-node.origin {
  left: 86px;
  top: 166px;
}

.map-node.europe {
  right: 46px;
  top: 112px;
}

.map-node.uk {
  right: 112px;
  top: 58px;
}

.map-node.mauritanie {
  right: 120px;
  bottom: 128px;
}

.map-node.senegal {
  right: 62px;
  bottom: 68px;
}

.map-note {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 22px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
}

.route-list {
  display: grid;
  gap: 18px;
}

.route-line {
  padding: 22px;
  border-radius: 22px;
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow);
}

.route-line strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.route-line span {
  color: var(--ink-soft);
}

.europe-line-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 2px;
}

.europe-line-photo {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.58);
}

.europe-line-photo img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.europe-line-photo figcaption {
  padding: 12px 14px 14px;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 700;
}

.quote-wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 18px;
  align-items: stretch;
}

.quote-info {
  padding: 30px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #0b3b86, #1458ad);
  color: #fff;
  box-shadow: var(--shadow);
}

.quote-info p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.74);
}

.quote-points {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.quote-points div {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.quote-form {
  padding: 30px;
}

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

.field,
.field-full {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.field-full {
  grid-column: 1 / -1;
}

label {
  font-size: 0.92rem;
  font-weight: 600;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px;
  font: inherit;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
}

textarea {
  min-height: 126px;
  resize: vertical;
}

.form-note,
.contact-copy p {
  color: var(--ink-soft);
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.location-showcase {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  align-items: stretch;
}

.location-photo,
.location-copy {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.location-photo {
  position: relative;
  min-height: 360px;
  background: #dfe8f4;
}

.location-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-photo::after {
  content: "";
  position: absolute;
  inset: auto 20px 20px 20px;
  height: 84px;
  border-radius: 22px;
  background: linear-gradient(180deg, transparent, rgba(7, 27, 61, 0.72));
  pointer-events: none;
}

.location-badge {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.location-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 1;
  color: #fff;
}

.location-caption p {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.82);
}

.location-copy {
  padding: 30px;
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.58);
}

.location-points {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.location-points div {
  padding: 15px 16px;
  border-radius: 18px;
  background: rgba(11, 59, 134, 0.05);
  color: var(--ink-soft);
}

.gallery-photo-card {
  min-height: 250px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
  color: #fff;
}

.gallery-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.gallery-photo-card:hover img {
  transform: scale(1.03);
}

.gallery-photo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 21, 47, 0.06) 0%, rgba(9, 28, 63, 0.78) 100%),
    radial-gradient(circle at top, rgba(255, 255, 255, 0.16), transparent 34%);
  z-index: 1;
}

.gallery-photo-card.tall {
  min-height: 320px;
}

.gallery-content {
  position: absolute;
  inset: auto 22px 22px 22px;
  z-index: 1;
}

.gallery-content p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
}

.contact-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
}

.contact-box,
.contact-card {
  padding: 28px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.58);
}

.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.contact-item {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(11, 59, 134, 0.05);
}

.contact-item strong {
  display: block;
  margin-bottom: 4px;
}

.director-section {
  padding-top: 10px;
}

.director-card {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 18px;
  align-items: stretch;
  padding: 24px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.58);
}

.director-photo {
  min-height: 340px;
  border-radius: 22px;
  overflow: hidden;
  background: #dfe8f4;
}

.director-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.director-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.director-name {
  margin-top: 18px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.director-role {
  margin-top: 10px;
  font-size: 1.04rem;
  font-weight: 700;
  color: var(--accent-strong);
}

.director-copy p {
  margin-top: 14px;
  max-width: 60ch;
  color: var(--ink-soft);
}

.footer {
  padding: 32px 0 50px;
  color: var(--ink-soft);
}

.footer-bar {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid rgba(11, 59, 134, 0.1);
}

.whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.45rem;
  background: linear-gradient(135deg, #4bb56b, #2f9650);
  box-shadow: 0 14px 24px rgba(75, 181, 107, 0.28);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  animation: rise 700ms ease forwards;
}

.delay-1 { animation-delay: 80ms; }
.delay-2 { animation-delay: 180ms; }
.delay-3 { animation-delay: 280ms; }

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .routes-grid,
  .quote-wrap,
  .contact-wrap,
  .location-showcase,
  .director-card,
  .grid-3,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-panel,
  .quote-form,
  .section-card,
  .contact-box,
  .contact-card {
    padding: 24px;
  }

  .hero-facts,
  .mini-stats,
  .form-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .topbar-inner,
  .section-head,
  .form-actions,
  .footer-bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    flex-wrap: wrap;
    gap: 12px 16px;
  }

  .hero {
    padding-top: 34px;
  }

  .hero-copy {
    padding: 22px;
  }

  h1 {
    max-width: none;
  }

  .hero-facts,
  .mini-stats,
  .form-grid,
  .hero-top-photos,
  .europe-line-gallery {
    grid-template-columns: 1fr;
  }

  .fleet-visual {
    min-height: 310px;
  }

  .route-map {
    min-height: 430px;
  }

  .map-node {
    font-size: 0.84rem;
  }

  .map-node span {
    white-space: normal;
  }
}
