:root {
  --navy: #10243f;
  --navy-2: #173b65;
  --green: #20a56a;
  --green-2: #7ad24f;
  --orange: #ff8a2a;
  --cream: #f7f4ec;
  --paper: #ffffff;
  --ink: #122033;
  --muted: #617086;
  --line: rgba(16, 36, 63, .14);
  --shadow: 0 24px 80px rgba(16, 36, 63, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #fbfcfb;
  letter-spacing: 0;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.72; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand img { width: 198px; height: auto; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 750;
}
.nav-links a { color: #263a55; }
.nav-links a.active, .nav-links a:hover { color: var(--green); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.lang-toggle,
.language-select {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 4px;
}
.lang-toggle {
  display: inline-flex;
  gap: 2px;
}
.lang-toggle button {
  border: 0;
  border-radius: 999px;
  padding: 9px 12px;
  background: transparent;
  color: var(--muted);
  font-weight: 800;
  cursor: pointer;
}
.lang-toggle button.active { background: var(--navy); color: #fff; }
.language-select {
  position: relative;
  z-index: 200;
}
.language-current {
  border: 0;
  border-radius: 999px;
  min-height: 42px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--navy);
  font-weight: 900;
  cursor: pointer;
}
.language-current::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--muted);
  border-bottom: 2px solid var(--muted);
  transform: rotate(45deg) translateY(-2px);
}
.language-menu {
  position: absolute;
  z-index: 220;
  right: 0;
  top: calc(100% + 8px);
  width: 152px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 6px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease;
}
.language-select:hover .language-menu,
.language-select:focus-within .language-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.language-menu button {
  width: 100%;
  border: 0;
  background: transparent;
  border-radius: 6px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 850;
  cursor: pointer;
}
.language-menu button:hover,
.language-menu button.active {
  background: #f1f7ef;
  color: var(--green);
}
.flag {
  width: 22px;
  height: 15px;
  border-radius: 2px;
  display: inline-block;
  border: 1px solid rgba(16,36,63,.14);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
}
.flag-fr { background: linear-gradient(90deg, #254aa5 0 33%, #fff 33% 66%, #e43d42 66%); }
.flag-en {
  background: url("../assets/brand/flag-uk.svg") center / cover no-repeat;
}
.flag-de { background: linear-gradient(#111 0 33%, #d91f2d 33% 66%, #f4c430 66%); }
.menu-btn {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  font-size: 24px;
  color: var(--navy);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 850;
  font-size: 14px;
  border: 1px solid transparent;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--green); color: #fff; box-shadow: 0 14px 34px rgba(32,165,106,.24); }
.btn-dark { background: var(--navy); color: #fff; }
.btn-ghost { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.42); }
.btn-light { background: #fff; color: var(--navy); border-color: var(--line); }

.hero {
  position: relative;
  overflow: hidden;
  background: #10243f;
  color: #fff;
}
.hero::before {
  content: "";
  position: absolute;
  inset: -4px;
  background: url("../assets/provided/eurovantis-hero-truck-yard.png?v=provided-20260805") center / cover no-repeat;
  filter: blur(2px) saturate(1.02);
  transform: scale(1.006);
  opacity: .86;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  height: auto;
  background:
    linear-gradient(90deg, rgba(16,36,63,.92) 0%, rgba(16,36,63,.76) 42%, rgba(16,36,63,.34) 72%, rgba(15,127,89,.2) 100%),
    linear-gradient(0deg, rgba(0,0,0,.1), rgba(0,0,0,.03));
  pointer-events: none;
}
.hero-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 680px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 84px 0 96px;
  position: relative;
  z-index: 2;
}
.eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #9cedba;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 12px;
}
.hero h1, .page-hero h1 {
  font-size: clamp(48px, 6.4vw, 88px);
  line-height: .96;
  margin: 20px 0 22px;
  max-width: 860px;
}
.hero p {
  font-size: clamp(18px, 1.65vw, 21px);
  max-width: 590px;
  color: rgba(255,255,255,.86);
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.brand-photo {
  position: relative;
  overflow: hidden;
}

.section {
  padding: 96px 0;
}
.section-tight { padding: 68px 0; }
.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}
.section-head {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: end;
  margin-bottom: 42px;
}
.section-head h2, .page-title, .split h2 {
  font-size: clamp(34px, 4vw, 64px);
  line-height: 1;
  margin: 0;
  color: var(--navy);
}
.section-head p { max-width: 560px; color: var(--muted); margin: 0; }

.category-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.category-card {
  min-height: 170px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}
.category-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.category-card strong { display: block; font-size: 19px; color: var(--navy); margin-bottom: 10px; }
.category-card span { color: var(--muted); font-size: 14px; line-height: 1.5; }
.category-card::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -44px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(32,165,106,.11);
}

.product-toolbar {
  position: sticky;
  top: 82px;
  z-index: 20;
  background: rgba(251,252,251,.9);
  backdrop-filter: blur(14px);
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.filter-btn {
  border: 1px solid var(--line);
  background: #fff;
  color: #263a55;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 800;
  cursor: pointer;
}
.filter-btn.active { background: var(--navy); color: #fff; border-color: var(--navy); }
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.product-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  transition: transform .24s ease, box-shadow .24s ease;
  isolation: isolate;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-image {
  background: linear-gradient(135deg, #f4f8f2, #eef4fb);
  height: 220px;
  display: grid;
  place-items: center;
  padding: 20px;
  overflow: hidden;
  position: relative;
}
.product-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 178px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.product-body { padding: 18px; display: flex; flex-direction: column; gap: 12px; flex: 1; position: relative; z-index: 1; background: #fff; }
.product-body h3 { margin: 0; color: var(--navy); font-size: 20px; line-height: 1.15; }
.badge-row { display: flex; gap: 8px; flex-wrap: wrap; }
.badge {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: rgba(32,165,106,.12);
  color: #0c6b46;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 850;
}
.price {
  margin-top: auto;
  font-weight: 900;
  color: var(--orange);
}
.product-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2px;
}
.product-request {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(32,165,106,.1);
  color: #0c6b46;
  font-size: 13px;
  font-weight: 900;
}
.product-request:hover {
  background: var(--green);
  color: #fff;
}
.assortment-banner {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  background: linear-gradient(135deg, var(--navy), #0f7f59);
  color: #fff;
  border-radius: 8px;
  padding: 34px;
  overflow: hidden;
  position: relative;
}
.assortment-banner::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -80px;
  bottom: -120px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
}
.assortment-banner h3 {
  margin: 10px 0 10px;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1;
}
.assortment-banner p {
  margin: 0;
  max-width: 780px;
  color: rgba(255,255,255,.78);
}
.check-list + .btn { margin-top: 28px; }

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.audience-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  min-height: 190px;
}
.audience-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--green);
  font-weight: 950;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 12px;
}
.audience-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 22px;
}
.audience-card p {
  color: var(--muted);
  margin: 0;
  font-size: 15px;
}

.process-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.process-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  min-height: 210px;
}
.process-card::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 42px;
  width: 20px;
  height: 2px;
  background: rgba(32,165,106,.42);
}
.process-card:last-child::after { display: none; }
.process-card b {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--green);
  color: #fff;
  margin-bottom: 16px;
}
.process-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 19px;
}
.process-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.seo-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  transition: transform .24s ease, box-shadow .24s ease;
}
.seo-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.seo-card h3 {
  color: var(--navy);
  margin: 0 0 10px;
  font-size: 22px;
}
.seo-card p {
  color: var(--muted);
  margin: 0 0 18px;
}

.quote-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
  background: var(--navy);
  color: #fff;
  border-radius: 8px;
  padding: 38px;
  overflow: hidden;
}
.quote-panel h2 { color: #fff; margin: 0 0 16px; }
.quote-panel p { color: rgba(255,255,255,.78); }
.quote-panel .panel {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.16);
}
.quote-panel label { color: #fff; }
.quote-panel input,
.quote-panel textarea,
.quote-panel select {
  background: rgba(255,255,255,.96);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}
.split-media {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.split-media img { aspect-ratio: 4/3; width: 100%; object-fit: cover; }
.section-team {
  background: #fff;
}
.team-photo-frame {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  background: #f7faf7;
}
.team-photo-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.media-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.media-stack img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(16, 36, 63, .12);
}
.media-stack img:first-child {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 9;
}
.panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 34px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.step {
  background: var(--navy);
  color: #fff;
  border-radius: 8px;
  padding: 24px;
  min-height: 190px;
}
.step b { color: #9cedba; font-size: 13px; letter-spacing: 1.4px; }
.step h3 { font-size: 22px; line-height: 1.1; margin: 16px 0 10px; }
.step p { color: rgba(255,255,255,.78); margin: 0; font-size: 14px; }
.service-band {
  background: linear-gradient(135deg, #10243f, #0f7f59);
  color: #fff;
}
.service-band .section-head h2 { color: #fff; }
.service-band .section-head p { color: rgba(255,255,255,.76); }
.info-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.info-item {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  padding: 24px;
}
.info-item strong {
  display: block;
  margin-bottom: 10px;
  color: #9cedba;
  font-size: 18px;
}
.info-item span {
  color: rgba(255,255,255,.78);
  line-height: 1.6;
}
.check-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  color: var(--muted);
  line-height: 1.58;
}
.check-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-top: 4px;
  border-radius: 50%;
  background: radial-gradient(circle at center, #fff 0 33%, var(--green) 36% 100%);
  border: 1px solid rgba(32,165,106,.28);
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255,255,255,.18);
  background: var(--navy);
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.stat { padding: 26px; border-right: 1px solid rgba(255,255,255,.16); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font-size: clamp(34px, 4vw, 54px); line-height: 1; }
.stat span { color: rgba(255,255,255,.76); }

.page-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, rgba(16,36,63,.96), rgba(15,127,89,.86)), url("../assets/provided/eurovantis-loading-dock-sign.png?v=provided-20260805") center/cover;
  padding: 104px 0 96px;
}
.page-hero .container {
  position: relative;
  z-index: 2;
}
.page-hero p { max-width: 710px; color: rgba(255,255,255,.86); font-size: 20px; }

.faq-list, .terms-list { display: grid; gap: 14px; }
.faq-item, .terms-block {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}
.faq-item summary {
  cursor: pointer;
  font-weight: 900;
  color: var(--navy);
  font-size: 18px;
}
.faq-item p { color: var(--muted); margin-bottom: 0; }

.contact-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 28px;
}
.contact-card dl { display: grid; gap: 18px; margin: 28px 0; }
.contact-card dt { font-weight: 900; color: var(--navy); }
.contact-card dd { margin: 5px 0 0; color: var(--muted); }
.contact-note {
  background: #f1f7ef;
  border: 1px solid rgba(32,165,106,.18);
  border-radius: 8px;
  padding: 18px;
  color: #315243;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
label { display: grid; gap: 7px; font-weight: 850; color: var(--navy); }
input, textarea, select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px;
  font: inherit;
  background: #fff;
}
textarea { min-height: 150px; resize: vertical; }
.full { grid-column: 1 / -1; }

.site-footer {
  background: #081826;
  color: #fff;
  padding: 60px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.footer-grid img {
  width: 190px;
  background: #fff;
  border-radius: 8px;
  padding: 8px 10px;
}
.footer-grid h3 { margin: 0 0 14px; color: #fff; }
.footer-grid p, .footer-grid a { color: rgba(255,255,255,.72); line-height: 1.7; }
.business-address {
  display: grid;
  gap: 4px;
  margin: 0 0 18px;
  color: rgba(255,255,255,.72);
  font-style: normal;
  line-height: 1.6;
}
.business-address strong {
  color: #fff;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.contact-address {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(16,36,63,.16);
  color: var(--muted);
}
.contact-address strong { color: var(--navy); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255,255,255,.58);
  padding-top: 24px;
  font-size: 14px;
}

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

@media (max-width: 980px) {
  .menu-btn { display: inline-grid; place-items: center; }
  .nav-links {
    position: fixed;
    inset: 82px 0 auto;
    background: #fff;
    padding: 24px;
    border-bottom: 1px solid var(--line);
    display: none;
    flex-direction: column;
    align-items: stretch;
    font-size: 22px;
  }
  .nav-links.open { display: flex; }
  .nav-actions { margin-left: auto; }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding-top: 54px; }
  .category-strip, .steps, .audience-grid, .process-flow, .seo-grid { grid-template-columns: repeat(2, 1fr); }
  .info-list { grid-template-columns: 1fr 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .nav { min-height: 74px; width: min(100% - 24px, 1180px); }
  .brand img { width: 154px; }
  .nav-links { inset: 74px 0 auto; }
  .lang-toggle button { padding: 8px 10px; }
  .language-current { min-height: 40px; padding: 0 10px; }
  .language-menu { right: -44px; }
  .hero h1, .page-hero h1 { font-size: 44px; }
  .section { padding: 68px 0; }
  .section-head { display: block; }
  .section-head p { margin-top: 18px; }
  .category-strip, .steps, .product-grid, .stats, .footer-grid, .form-grid, .info-list, .media-stack, .assortment-banner, .audience-grid, .process-flow, .seo-grid, .quote-panel { grid-template-columns: 1fr; }
  .process-card::after { display: none; }
  .stat { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .product-toolbar { top: 74px; }
  .footer-bottom { display: block; }
}

