* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #14213d;
  background: #f5f9ff;
  line-height: 1.6;
}

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

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #e6edf7;
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 8px 25px rgba(0, 74, 145, 0.06);
}

.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #00559e;
  text-decoration: none;
  margin-right: auto;
}

.brand-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #eaf6ff;
  font-size: 24px;
}

.brand strong {
  display: block;
  font-size: 24px;
  line-height: 1;
}

.brand span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  font-size: 12px;
}

.logo-header {
  width: 96px;
  height: auto;
  display: block;
}

.nav {
  display: flex;
  gap: 24px;
}

.nav a,
.footer a {
  color: #132238;
  text-decoration: none;
  font-weight: 600;
}

.nav a:hover,
.footer a:hover {
  color: #0071c8;
}

.btn,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn {
  background: #0071c8;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(0, 113, 200, 0.22);
}

.btn:hover {
  transform: translateY(-2px);
  background: #005da5;
}

.btn-small {
  min-height: 40px;
  padding: 9px 18px;
}

.btn-secondary {
  color: #00559e;
  background: #eaf6ff;
}

.btn-light {
  background: #ffffff;
  color: #00559e;
}

.hero {
  background:
    radial-gradient(circle at 80% 15%, rgba(0, 113, 200, .12), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #edf7ff 100%);
  padding: 64px 0;
}

.hero-grid,
.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.eyebrow {
  color: #0071c8;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 14px;
}

h1 {
  font-size: clamp(34px, 6vw, 60px);
  line-height: 1.05;
  margin: 0 0 20px;
  color: #083b73;
}

h2 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
  margin: 0 0 22px;
  color: #00559e;
}

.hero p {
  max-width: 560px;
  font-size: 20px;
}

.price-highlight {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 4px 0 0;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #d7ebff;
  color: #083b73;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(0, 74, 145, 0.08);
}

.price-highlight strong {
  color: #0071c8;
}

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

.hero-img,
.illustration {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  display: block;
  filter: drop-shadow(0 16px 22px rgba(0, 74, 145, .12));
}

.hero-img {
  max-width: 430px;
  object-fit: contain;
}

.trust-bar {
  padding: 44px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
  border-top: 1px solid #e6edf7;
  border-bottom: 1px solid #e6edf7;
}

.trust-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.trust-card {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 132px;
  padding: 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #d8ebff;
  box-shadow: 0 16px 35px rgba(0, 74, 145, 0.10);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.trust-card:hover {
  transform: translateY(-5px);
  border-color: #b9dcff;
  box-shadow: 0 22px 42px rgba(0, 74, 145, 0.14);
}

.trust-card img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  flex: 0 0 76px;
  filter: drop-shadow(0 10px 16px rgba(0, 113, 200, 0.16));
}

.trust-card h3 {
  margin: 0 0 6px;
  color: #00559e;
  font-size: 20px;
  line-height: 1.15;
}

.trust-card p {
  margin: 0;
  color: #40546d;
  font-size: 15px;
  line-height: 1.45;
}


.section {
  padding: 70px 0;
  background: #ffffff;
  border-top: 1px solid #e6edf7;
}

.section-alt {
  background: #f5fbff;
}

.content-card {
  background: #ffffff;
  border: 1px solid #e6edf7;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 14px 35px rgba(0, 74, 145, 0.08);
}

.lead {
  font-size: 20px;
  margin-top: 0;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
}

.check-list li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 16px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #0071c8;
  color: #ffffff;
  font-weight: 900;
  font-size: 14px;
}

.compact li {
  margin-bottom: 10px;
}

.steps {
  counter-reset: step;
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.steps li {
  counter-increment: step;
  position: relative;
  padding-left: 48px;
  margin-bottom: 18px;
  font-weight: 600;
}

.steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: -2px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #0071c8;
  color: #fff;
  font-weight: 900;
}


.section-zones {
  background:
    radial-gradient(circle at 12% 20%, rgba(0, 113, 200, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
  text-align: center;
}

.zones-subtitle {
  max-width: 700px;
  margin: 0 auto 36px;
  font-size: 18px;
  color: #40546d;
}

.zones-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 720px;
  margin: 0 auto;
}

.zone-card {
  position: relative;
  padding: 24px 22px 24px 58px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #d8ebff;
  color: #00559e;
  font-size: 20px;
  font-weight: 800;
  text-align: left;
  box-shadow: 0 16px 35px rgba(0, 74, 145, 0.09);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.zone-card::before {
  content: "📍";
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
}

.zone-card:hover {
  transform: translateY(-5px);
  border-color: #b9dcff;
  box-shadow: 0 22px 42px rgba(0, 74, 145, 0.13);
}

.cta {
  padding: 70px 0;
  background: linear-gradient(135deg, #00559e, #0093d5);
  color: #ffffff;
  text-align: center;
}

.cta h2 {
  color: #ffffff;
  margin-bottom: 8px;
}

.cta p {
  font-size: 20px;
  margin-bottom: 28px;
}

.footer {
  background: #071d33;
  color: #ffffff;
  padding: 24px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer a {
  color: #ffffff;
}

@media (max-width: 780px) {
  .header-inner {
    flex-wrap: wrap;
    padding: 14px 0;
    gap: 14px;
  }

  .nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    gap: 18px;
    padding-bottom: 4px;
  }

  .hero-grid,
  .two-columns {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .reverse-mobile img {
    order: -1;
  }

  .hero {
    padding: 44px 0;
  }

  .section {
    padding: 48px 0;
  }

  .content-card {
    padding: 22px;
  }

  .hero-img {
    max-width: 100%;
  }

  .trust-cards {
    grid-template-columns: 1fr;
  }

  .trust-card {
    min-height: auto;
  }

  .price-highlight {
    align-items: flex-start;
    border-radius: 18px;
    font-size: 17px;
  }

  img[src*="van.png"] {
    max-width: 520px;
    width: 100%;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 18px 20px rgba(0,0,0,0.12));
}
}


@media (max-width: 520px) {
  .brand div {
    display: none;
  }

  .logo-header {
    width: 82px;
  }

  .btn,
  .btn-secondary {
    width: 100%;
  }

  .hero-actions {
    width: 100%;
  }

  .trust-card {
    align-items: flex-start;
    padding: 20px;
  }

  .trust-card img {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
  }


  .zones-grid {
    grid-template-columns: 1fr;
  }

  .zone-card {
    padding: 20px 20px 20px 54px;
    font-size: 18px;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .trust-card {
    min-height: 190px;
  }
  
  .trust-card img {
  width: 82px;
  height: 82px;
  }
}

/* Section réseaux sociaux */
.social-section {
  padding: 76px 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(0, 113, 200, 0.08), transparent 30%),
    linear-gradient(180deg, #f5fbff 0%, #ffffff 100%);
  text-align: center;
  border-top: 1px solid #e6edf7;
}

.social-section h2 {
  margin-bottom: 12px;
}

.social-subtitle {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 18px;
  color: #40546d;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.social-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 260px;
  padding: 30px 24px;
  text-align: center;
  text-decoration: none;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #d8ebff;
  box-shadow: 0 16px 35px rgba(0, 74, 145, 0.10);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.social-card:hover {
  transform: translateY(-6px);
  border-color: #b9dcff;
  box-shadow: 0 22px 42px rgba(0, 74, 145, 0.14);
}

.social-card img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin-bottom: 18px;
}

.social-card h3 {
  margin: 0 0 10px;
  color: #00559e;
  font-size: 22px;
  line-height: 1.15;
}

.social-card p {
  margin: 0 0 18px;
  color: #40546d;
  font-size: 15px;
  line-height: 1.45;
}

.social-card span {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #eaf6ff;
  color: #00559e;
  font-weight: 800;
}

.google-logo {
  width: 70px !important;
  height: 70px !important;
}

@media (max-width: 780px) {
  .social-grid {
    grid-template-columns: 1fr;
  }

  .social-card {
    min-height: auto;
  }
  
}


.contact-details{
  margin-top:20px;
  font-size:18px;
  line-height:1.9;
}

.contact-details a,
.footer-contact{
  color:#ffffff;
  text-decoration:none;
  font-weight:700;
}

.footer-contact{
  margin-top:6px;
  font-size:15px;
  opacity:.9;
}
