/* ============================================================
   Carglass Theme — exact match to design
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Roboto', sans-serif;
  color: rgb(34,36,38);
  background: #fff;
  overflow-x: hidden;
}
a { color: inherit; cursor: pointer; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

p {
  color: rgb(34, 36, 38);
  line-height: 1.75;
  font-size: 16px;
}

sup{
  font-size: 0.42em;
  vertical-align: super;
  font-weight: 700;
}

.container{
  --container-padding-x: 16px;
  max-width: 1296px;
  margin: 0 auto;
  padding-left: var(--container-padding-x);
  padding-right: var(--container-padding-x);
}

@media (min-width: 769px) {
  .container {
    --container-padding-x: 32px;
  }
}
.entry-content{
  margin-top: 20px;
}
.entry-content h3{
  margin-bottom: 10px;
}
/* ============================================================
   NAVBAR
   ============================================================ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0; z-index: 200;
  height: 60px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,0.08);
  transition: box-shadow 0.2s;
}
.nav > .container {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.nav.scrolled { box-shadow: 0 2px 16px rgba(0,0,0,0.12); }

.nav-brand {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}
.cg-logo {
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 200px;
}
.nav-divider {
  width: 1px;
  height: 40px;
  background: rgba(228,23,42,0.44);
  margin: 0 16px;
}
.nav-total {
  height: 44px;
  display: flex;
  align-items: center;
}
.nav-total img { height: 70px; width: auto; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
}
.nav-links a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: rgb(34, 36, 38);
  letter-spacing: 0.25px;
  transition: color 0.15s;
  white-space: nowrap;
  text-decoration: none;
}
.nav-links a:hover { color: rgb(228,23,42); }
.nav-links a.active { font-weight: 700; color: rgb(228,23,42); }
.nav-links .current-menu-item > a,
.nav-links .current_page_item > a { font-weight: 700; color: rgb(228,23,42); }

.nav-right { display: flex; align-items: center; gap: 20px; flex-shrink: 0; }
.nav-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgb(34,36,38);
  letter-spacing: 0.25px;
  white-space: nowrap;
}
.nav-phone a { text-decoration: none; font-weight: 700;}
.nav-phone img { width: 22px; height: 22px; object-fit: contain; }

/* Buttons */
.btn-red {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.25px;
  color: #fff;
  background: rgb(228,23,42);
  border: 1px solid rgb(228,23,42);
  border-radius: 5px;
  padding: 12px 24px;
  cursor: pointer;
  transition: background 0.15s, transform 0.08s;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
}
.btn-red:hover { background: rgb(200,10,28); }
.btn-red:active { transform: scale(0.98); }

.btn-dark {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.25px;
  color: rgb(34,36,38);
  background: transparent;
  border: 1px solid rgb(34,36,38);
  border-radius: 4px;
  padding: 9px 20px;
  cursor: pointer;
  transition: background 0.15s;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
}
.btn-dark:hover { background: rgb(246,246,246); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  width: 100%;
  height: 330px;
  /*background: linear-gradient(rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%), url('../images/hero.png') center/cover no-repeat;*/
  background: #fff200;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 130px;
  padding-top: 150px;
}
.hero-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
.hero-content {
    text-align: center;
    color: black;
}

.hero-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 66px;
  line-height: 1;
  color: black;
  margin-bottom: 24px;
}
.hero-subtitle {
  font-size: 20px;
  line-height: 1.4;
  color: black;
}
/* Aligné sur carglass.be (EWp design tokens) */
.hero-card {
  --cg-field-height: 56px;
  --cg-field-font-size: 16px;
  --cg-field-line-height: 24px;
  --cg-field-padding-y: 16px;
  --cg-field-padding-right: 36px;
  --cg-field-padding-left: 40px;
  --cg-field-radius: 4px;
  --cg-field-border: 1px solid #cdcdcd;
  --cg-field-bg: #fff;

  max-width: 600px;
  min-width: 600px;
  width: 100%;
  background: #f6f6f6;
  border-radius: 8px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: -100px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.hero-card-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  color: rgb(34,36,38);
  margin-bottom: 6px;
}
.hero-form-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* Select wrapper with left icon */
.select-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.select-icon,
img.select-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}
.hero-select {
  width: 100%;
  min-width: 0;
  height: var(--cg-field-height, 56px);
  padding: var(--cg-field-padding-y, 16px) var(--cg-field-padding-right, 36px) var(--cg-field-padding-y, 16px) var(--cg-field-padding-left, 40px);
  border-radius: var(--cg-field-radius, 4px);
  border: var(--cg-field-border, 1px solid #cdcdcd);
  background: var(--cg-field-bg, #fff);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: var(--cg-field-font-size, 16px);
  line-height: var(--cg-field-line-height, 24px);
  color: rgb(34,36,38);
  cursor: pointer;
  appearance: none;
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23222426' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.hero-select:focus { outline: 2px solid rgb(228,23,42); outline-offset: 0; border-color: rgb(34,36,38); }
.hero-select-native-hidden {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.hero-select-enhanced {
  width: 100%;
  min-width: 0;
  position: relative;
}
.hero-select-enhanced-trigger {
  width: 100%;
  min-width: 160px;
  min-height: 40px;
  padding: 12px 40px;
  border-radius: var(--cg-field-radius, 4px);
  border: var(--cg-field-border, 1px solid #cdcdcd);
  background: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: var(--cg-field-font-size, 16px);
  line-height: var(--cg-field-line-height, 24px);
  color: rgb(34,36,38);
  text-align: left;
  cursor: pointer;
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23222426' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.hero-select-enhanced-trigger:focus { 
  outline: 2px solid rgb(228,23,42); 
  outline-offset: 0; 
}
.hero-select-enhanced-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--cg-field-font-size, 16px);
  line-height: var(--cg-field-line-height, 24px);
}
.hero-select-enhanced-panel {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  background: #fff;
  border-radius: var(--cg-field-radius, 4px);
  border: var(--cg-field-border, 1px solid #cdcdcd);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 12;
  padding: 8px;
}
.hero-select-enhanced.is-open .hero-select-enhanced-panel {
  display: block;
}
.hero-select-enhanced-search {
  width: 100%;
  border: var(--cg-field-border, 1px solid #cdcdcd);
  border-radius: var(--cg-field-radius, 4px);
  padding: 12px !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: var(--cg-field-font-size, 16px);
  line-height: var(--cg-field-line-height, 24px);
}
.hero-select-enhanced-search:focus {
  outline: 2px solid rgb(228,23,42);
  border-color: rgb(34,36,38);
}
.hero-select-enhanced-list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  max-height: 220px;
  overflow: auto;
}
.hero-select-enhanced-item {
  padding: 8px 12px;
  border-radius: var(--cg-field-radius, 4px);
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: var(--cg-field-font-size, 16px);
  line-height: var(--cg-field-line-height, 24px);
  color: rgb(34,36,38);
}
.hero-select-enhanced-item:hover,
.hero-select-enhanced-item.is-selected {
  background: #fff100;
}
.hero-select-enhanced-empty {
  padding: 8px 12px;
  color: #777;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: var(--cg-field-font-size, 16px);
  line-height: var(--cg-field-line-height, 24px);
}
.hero-input {
  width: 100%;
  min-width: 0;
  height: var(--cg-field-height, 56px);
  padding: var(--cg-field-padding-y, 16px) 12px var(--cg-field-padding-y, 16px) var(--cg-field-padding-left, 40px);
  border-radius: var(--cg-field-radius, 4px);
  border: var(--cg-field-border, 1px solid #cdcdcd);
  background: var(--cg-field-bg, #fff);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: var(--cg-field-font-size, 16px);
  line-height: var(--cg-field-line-height, 24px);
  color: rgb(34,36,38);
  appearance: none;
  box-shadow: none;
}
.hero-input:focus { outline: 2px solid rgb(228,23,42); outline-offset: 0; border-color: rgb(34,36,38); }
.hero-card .btn-red {
  min-height: var(--cg-field-height, 56px);
  padding: var(--cg-field-padding-y, 16px) var(--cg-field-padding-y, 16px);
  border-radius: var(--cg-field-radius, 4px);
  font-size: var(--cg-field-font-size, 16px);
  line-height: var(--cg-field-line-height, 24px);
}
.hero-link {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: rgb(34, 36, 38);
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  gap: 6px;
  align-items: center;
  background: transparent;
  border: none;
  }

/* ============================================================
   BRAND BAR
   ============================================================ */
.brand-bar {
  background: rgb(244,244,244);
  padding: 24px 0;
}
.brand-bar .container {
  overflow: hidden;
}
.brand-track {
  display: flex;
  width: max-content;
  animation: brand-scroll 18s linear infinite;
}
.brand-track:hover { animation-play-state: paused; }
.brand-slider {
  display: flex;
  align-items: center;
  gap: 64px;
  padding: 0 32px;
}
.brand-slider img {
  height: 36px;
  width: auto;
  object-fit: contain;
  opacity: 0.65;
  filter: grayscale(1);
  transition: opacity 0.2s, filter 0.2s;
}
.brand-slider img:hover {
  opacity: 1;
  filter: grayscale(0);
}
@keyframes brand-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.brand-bar span {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: rgb(110,109,104);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  opacity: 0.6;
  white-space: nowrap;
}

/* ============================================================
   SECTIONS COMMON
   ============================================================ */
.section { padding: 60px 72px; }
.section-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.5px;
  color: rgb(34,36,38);
  text-align: center;
}
.section-underline {
  width: 48px;
  height: 6px;
  background: rgb(232,0,13);
  margin: 14px auto 0;
  border-radius: 1px;
}
.section-underline.yellow { background: #fff200; }

/* ============================================================
   INSURANCE CARDS
   ============================================================ */
.insurance-section { 
  padding: 80px 0 48px; 
}
.insurance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.ins-card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  display: flex;
  min-height: 292px;
}
.ins-card.yellow { background: #fff200; }
.ins-card.gray   { background: rgb(246,246,246); }
.ins-card-img {
  width: 283px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}
.ins-card-body {
  padding: 16px 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.ins-card-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.25px;
  color: rgb(34,36,38);
  margin-bottom: 10px;
}
.ins-card-text {
  font-size: 16px;
  line-height: 24px;
  color: rgb(34,36,38);
  flex: 1;
  margin-bottom: 16px;
}

/* ============================================================
   SERVICES
   ============================================================ */
.services-section { padding: 48px 0 64px; }
.services-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.service-card {
  border-radius: 4px;
  overflow: hidden;
  background: rgb(235,235,235);
  cursor: pointer;
  transition: transform 0.18s;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  min-height: 100%;
}
.service-card:hover {
  transform: translateY(-3px);
}
.service-card-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}
.service-card-body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  flex: 1;
}
.service-card-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: normal;
  color: rgb(34,36,38);
  letter-spacing: -0.3px;
}
.service-card-text {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: rgb(34,36,38);
  max-width: 32ch;
  margin-bottom: 6px;
}
.service-card-btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 18px;
  border: 1px solid rgb(34,36,38);
  border-radius: 4px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: rgb(34,36,38);
  background: transparent;
}

/* ============================================================
   MAP / CENTRES
   ============================================================ */
.map-section {
  background: rgb(249,249,249);
  padding: 40px 0;
}
.map-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
}
.map-left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.map-img { 
  width: auto; 
}
.map-badge {
  position: absolute;
  left: 120px;
  top: 50%;
  transform: translateY(-50%);
}
.map-badge svg { width: 140px; height: 180px; }
.map-badge-text {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -54%);
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.15;
  text-align: center;
  color: rgb(34,36,38);
  white-space: nowrap;
}
.map-pin {
  position: absolute;
  width: 12px;
  height: 12px;
  background: rgb(228,23,42);
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
.map-right { padding: 60px 80px 60px 40px; }
.map-right .section-title { text-align: left; }
.map-right .section-underline { margin: 14px 0 0; }
.map-desc {
  font-size: 16px;
  line-height: 24px;
  color: rgb(34,36,38);
  margin: 20px 0 28px;
}

/* ============================================================
   WHY CARGLASS
   ============================================================ */
.features-section { padding: 56px 0 64px; }
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 52px;
}
.feat-item { display: flex; gap: 16px; }
.feat-icon {
  width: 40px; height: 40px;
  border-radius: 6px;
  background: rgb(255,241,0);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 17px; font-weight: 700;
}
.feat-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  color: rgb(34,36,38);
  margin-bottom: 14px;
}
.feat-text {
  font-size: 15px;
  line-height: 24px;
  color: rgb(34,36,38);
}
.feat-text strong { font-weight: 700; }

/* ============================================================
   JOBS
   ============================================================ */
.jobs-section { padding: 56px 0 72px; }
.jobs-block {
  background: #fff200;
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 48px;
  min-height: 351px;
}
.jobs-img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  display: block;
  border-radius: 8px 0 0 8px;
}
.jobs-body {
  padding: 40px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}
.jobs-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: rgb(34,36,38);
  margin-bottom: 24px;
}
.jobs-text {
  font-size: 16px;
  line-height: 24px;
  color: rgb(34,36,38);
  margin-bottom: 32px;
}

/* ============================================================
   ABOUT
   ============================================================ */
.about-section { padding: 56px 0 72px; }
.about-header {
  max-width: 800px;
  margin: auto;
  margin-bottom: 40px;
}
.about-btn { text-align: center; margin-top: 40px; }
.about-block { display: flex; gap: 40px; }
.about-body { flex: 1; }
.about-text { font-size: 16px; line-height: 24px; color: rgb(34,36,38); }

/* ============================================================
   FOOTER
   ============================================================ */
footer {
  background: rgb(17,17,17);
  padding: 64px 0 0;
}
footer > .container {
  padding-top: 0;
  padding-bottom: 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-logo { margin-bottom: 18px; display: flex; align-items: center; }
.footer-logo svg { width: 110px; height: 27px; }
.footer-tagline {
  font-size: 13px;
  line-height: 22px;
  color: rgb(246,246,246);
  margin-bottom: 28px;
}
.footer-col-title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  color: rgb(246,246,246);
  text-decoration: underline;
  margin-bottom: 20px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-col ul li a {
  font-size: 14px;
  line-height: 20px;
  color: rgba(246,246,246,0.7);
  transition: color 0.15s;
}
.footer-col ul li a:hover { color: #fff; }
.footer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 24px;
}
.footer-legal {
  font-size: 12px;
  line-height: 19px;
  color: rgb(246,246,246);
  opacity: 0.6;
}

/* ============================================================
   MODAL
   ============================================================ */
.modal-bg {
  display: none;
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.modal-bg.open { display: flex; }
.modal {
  --cg-field-height: 56px;
  --cg-field-font-size: 16px;
  --cg-field-line-height: 24px;
  --cg-field-padding-y: 16px;
  --cg-field-padding-right: 36px;
  --cg-field-padding-left: 40px;
  --cg-field-radius: 4px;
  --cg-field-border: 1px solid #cdcdcd;
  --cg-field-bg: #f6f6f6;

  background: #fff;
  border-radius: 8px;
  padding: 20px;
  width: 100%;
  max-width: 560px;
  position: relative;
}
.modal-close {
  position: absolute;
  top: 16px; right: 16px;
  font-size: 22px;
  cursor: pointer;
  border: none;
  background: none;
  color: rgb(34,36,38);
  line-height: 1;
}
.modal-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: rgb(34,36,38);
  margin-bottom: 6px;
}
.modal-underline {
  width: 48px; height: 5px;
  background: rgb(255,220,0);
  border-radius: 2px;
  margin-bottom: 20px;
}
.modal-subtitle {
  font-size: 15px;
  line-height: 22px;
  color: rgb(110,109,104);
  margin-bottom: 20px;
}
.modal-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.modal-field-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.modal-field-icon,
img.modal-field-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}
.modal-fields select,
.modal-fields input:not([type="radio"]):not([type="checkbox"])  {
  width: 100%;
  min-height: 40px;
  padding: 12px 35px;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: rgb(34,36,38);
  background: #fff;
  outline: none;
  box-shadow: none;
  transition: border-color 0.15s;
}
.modal-fields select:focus,
.modal-fields input:focus {
  outline: 2px solid rgb(228,23,42); 
  outline-offset: 0; 
}

.modal-fields .modal-radio-group input[type="radio"]:focus,
.modal-fields .modal-radio-group input[type="radio"]:active,
.modal-fields .modal-radio-group input[type="radio"]:hover {
  outline: none;
}
.modal-field-wrap .hero-select-enhanced {
  width: 100%;
  min-width: 0;
}
.modal-field-wrap .hero-select-enhanced-trigger {
  border: var(--cg-field-border, 1px solid #cdcdcd);
  box-shadow: none;
}
.modal-field-wrap .hero-select-enhanced-panel {
  z-index: 20;
}
.modal-fields button[type="submit"] { grid-column: 1 / -1; }
.modal-field-wrap--full { grid-column: 1 / -1; }
.modal-field-wrap--radio {
  align-items: flex-start;
  padding: 10px 12px;
  border: 1px solid rgb(228,226,220);
  border-radius: 5px;
  background: #fff;
  flex-direction: column;
  gap: 10px;
}
input#modal-images {
  padding: 0px;
  border: none;
  border-radius: 0px;
  margin-top: 10px;
}
.modal-field-wrap--radio > label {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: rgb(34,36,38);
}
.modal-radio-group {
  display: flex;
  align-items: center;
  gap: 8px 14px;
  flex-wrap: wrap;
}
.modal-radio-group input[type="radio"] {
  margin: 0;
}
.modal-radio-group label {
  display: flex;
  gap: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: rgb(34,36,38);
  align-items: center;
}

.modal-field-wrap--checkbox {
  border: none;
  padding: 0;
  background: transparent;
  align-items: flex-start;
}
.modal-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  line-height: 1.45;
  color: rgb(34, 36, 38);
}
.modal-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  max-width: 18px;
  max-height: 18px;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  background: #fff;
  flex-shrink: 0;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  position: relative;
  cursor: pointer;
}
.modal-checkbox input[type="checkbox"]::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.15s ease;
}
.modal-checkbox input[type="checkbox"]:checked {
  background: rgb(228, 23, 42);
  border-color: rgb(228, 23, 42);
}
.modal-checkbox input[type="checkbox"]:checked::after {
  transform: rotate(45deg) scale(1);
}
.modal-checkbox input[type="checkbox"]:focus {
  outline: 2px solid rgb(228, 23, 42);
  outline-offset: 2px;
}
.modal-checkbox input[type="checkbox"]:focus:not(:focus-visible) {
  outline: none;
}
.modal-checkbox a {
  color: rgb(228, 23, 42);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.modal-checkbox a:hover {
  color: rgb(200, 10, 28);
}

.modal-upload-wrap {
  align-items: flex-start;
}
.modal-upload-wrap .modal-field-icon {
  top: 14px;
  transform: none;
}
.modal-upload-box {
  width: 100%;
  border: 1px solid rgb(228,226,220);
  border-radius: 5px;
  background: #fff;
  padding: 10px 12px 10px 40px;
}
.modal-upload-label {
  display: block;
  margin: 0 0 6px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 1.45;
  color: rgb(34,36,38);
}
.modal-upload-box input[type="file"] {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

/* ============================================================
   Floating WhatsApp Button
   ============================================================ */
.cg-floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 50px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}
.cg-floating-whatsapp-label {
  background: rgba(236, 236, 236, 0.96);
  border-radius: 8px;
  padding: 10px 14px;
  box-shadow: 0 6px 22px rgba(0,0,0,0.14);
  color: rgb(34,36,38);
  display: grid;
  gap: 2px;
  min-width: 160px;
}
.cg-floating-whatsapp-label span {
  font-size: 13px;
  line-height: 1.25;
}
.cg-floating-whatsapp-label strong {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 1.05;
}
.cg-floating-whatsapp-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #28c74f;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(0,0,0,0.22);
  transition: transform .15s ease;
}
.cg-floating-whatsapp-btn:hover {
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cg-floating-whatsapp {
    right: 14px;
  }
  .cg-floating-whatsapp-label {
    min-width: 130px;
    padding: 8px 10px;
  }
  .cg-floating-whatsapp-label strong {
    font-size: 14px;
  }
  .cg-floating-whatsapp-btn {
    width: 45px;
    height: 45px;
  }
  .about-block {
    gap: 20px;
    flex-direction: column;
  }
}

/* ============================================================
   HAMBURGER + MOBILE DRAWER
   ============================================================ */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px; height: 40px;
  background: none; border: none; cursor: pointer; padding: 4px;
  flex-shrink: 0;
}
.hamburger span {
  display: block; width: 24px; height: 2px;
  background: rgb(34,36,38); border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.drawer-overlay {
  display: none;
  position: fixed; inset: 0; z-index: 290;
  background: rgba(0,0,0,0.4);
}
.drawer-overlay.open { display: block; }

.mobile-drawer {
  position: fixed; top: 0px; right: 0; bottom: 0;
  width: 300px; z-index: 300;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  box-shadow: -4px 0 24px rgba(0,0,0,0.12);
}
.mobile-drawer.open { transform: translateX(0); }

.mobile-drawer-inner {
  display: flex; 
  flex-direction: column;
  padding: 24px;
}
.mobile-nav { display: flex; flex-direction: column; flex: 1; }
.mobile-nav a {
  font-family: 'Roboto', sans-serif;
  font-size: 16px; font-weight: 500;
  color: rgb(34,36,38); padding: 14px 0;
  border-bottom: 1px solid rgb(244,244,244);
  transition: color 0.15s;
}
.mobile-nav a:hover { color: rgb(228,23,42); }
.mobile-nav a.active { color: rgb(228,23,42); font-weight: 700; }
.mobile-nav-footer { padding-top: 24px; display: flex; flex-direction: column; gap: 14px; }
.mobile-phone {
  display: flex; align-items: center; gap: 8px;
  font-size: 15px; font-weight: 600; color: rgb(34,36,38); text-decoration: none;
}
.mobile-phone img { width: 18px; height: 18px; }
button.close-drawer {
  background: transparent;
  border: none;
  margin: 25px 0px 0 88%;
  cursor: pointer;
}

/* ============================================================
   RESPONSIVE — 1200px (large tablet / small laptop)
   ============================================================ */
@media (max-width: 1200px) {
  .nav > .container { padding-top: 0; padding-bottom: 0; }
  .nav-links { gap: 22px; }
  .hero-content { left: 60px; }
  .hero-card { right: 60px; }
  .map-right { padding: 40px 40px 40px 24px; }
  .jobs-body { padding: 32px; }
  footer { padding-top: 48px; }
}

/* ============================================================
   RESPONSIVE — 1024px (tablet landscape)
   ============================================================ */
@media (max-width: 1024px) {
  /* Nav */
  .nav > .container { padding-top: 0; padding-bottom: 0; }
  .nav-links { display: none; }
  .nav-phone { display: none; }
  .nav-cta { display: none; }
  .hamburger { display: flex; }
  .nav-right { margin-left: auto; }

  /* Hero */
  .hero { height: auto; min-height: 580px; padding: 60px 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-content { position: static; transform: none; max-width: 100%; }
  .hero-form { justify-content: flex-start; }
  .hero-card { width: 100%; max-width: 600px; }
  .hero-title { font-size: 52px; }

  /* Insurance */
  .ins-card-img { width: 200px; }

  /* Services */
  .services-list { grid-template-columns: repeat(2, 1fr); }
  .service-card-img { height: 180px; }
  .service-card-title { font-size: 42px; }

  /* Map */
  .map-grid { grid-template-columns: 1fr; }
  .map-left { padding: 40px; }
  .map-img { width: 260px; }
  .map-right { padding: 0 40px 40px; text-align: center; }
  .map-right .section-title { text-align: center; }
  .map-right .section-underline { margin: 14px auto 0; }

  /* Features */
  .features-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }

  /* Jobs */
  .jobs-block { grid-template-columns: 1fr; }
  .jobs-img { height: 280px; border-radius: 8px 8px 0 0; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr 1fr; }
  footer { padding-top: 40px; }
}

/* ============================================================
   RESPONSIVE — 768px (tablet portrait / mobile landscape)
   ============================================================ */
@media (max-width: 768px) {
  /* Nav */
  .nav > .container { padding-top: 0; padding-bottom: 0; }
  .nav-total img { height: 32px; }
  .nav-divider { margin: 0 10px; }

  /* Hero */
  .hero { padding: 40px 0; min-height: auto; margin-bottom: 70px;}
  .hero-title { font-size: 40px; }
  .hero-subtitle { font-size: 16px; }
  .hero-card { max-width: 100%; min-width: 100%; }
  .hero-card-title { font-size: 24px; line-height: 32px; }
  .hero-form-group { grid-template-columns: 1fr 1fr; gap: 10px; }

  /* Brand bar */
  .brand-bar { padding: 16px 0; }

  /* Insurance */
  .insurance-section { padding: 40px 0 32px; }
  .insurance-grid { grid-template-columns: 1fr; }
  .ins-card { flex-direction: column; min-height: auto; }
  .ins-card.gray { flex-direction: column-reverse; }
  .ins-card-img { width: 100%; height: 200px; }
  .ins-card-body { padding: 20px !important; }

  /* Services */
  .services-section { padding: 40px 0 48px; }
  .services-list { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .service-card-img { height: 140px; }
  .service-card-title { font-size: 38px; }
  .service-card-text { font-size: 14px; }
  .section-title { font-size: 32px; }

  /* Map */
  .map-section { padding: 32px 0; }
  .map-badge { left: 50%; transform: translate(-50%, -50%); top: 30%; }
  .map-left { padding: 24px; justify-content: center;}

  /* Features */
  .features-section { padding: 40px 0 48px; }
  .features-grid { gap: 24px; }
  .feat-title { font-size: 20px; }

  /* Jobs */
  .jobs-section { padding: 40px 0 48px; }
  .jobs-block { margin-top: 28px; }
  .jobs-body { padding: 24px; }
  .jobs-title { font-size: 24px; line-height: 1.3; margin-bottom: 16px; }
  .jobs-text { font-size: 14px; margin-bottom: 20px; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  footer { padding-top: 36px; }
  .footer-bar { flex-direction: column; gap: 8px; text-align: center; padding: 16px 0 20px; }

  /* Modal */
  .modal { padding: 28px 20px; margin: 16px; }
  .modal-title { font-size: 18px; }
}

/* ============================================================
   RESPONSIVE — 480px (mobile portrait)
   ============================================================ */
@media (max-width: 480px) {
  /* Nav */
  .mobile-drawer { width: 100%; }
	
  /* Hero */
  .hero { padding: 32px 0; }
  .hero-title { font-size: 32px; }
  .hero-subtitle { font-size: 14px; }
  .hero-card { padding: 18px 16px;margin-top: 30px; }
  .hero-card-title { font-size: 24px; line-height: 32px; }

  /* Services */
  .services-list { grid-template-columns: 1fr; }
  .service-card-img { height: 180px; }
  .service-card-title { font-size: 40px; }

  /* Features */
  .features-grid { grid-template-columns: 1fr; }

  /* Map badge */
  .map-badge svg { width: 110px; height: 140px; }
  .map-badge-text { font-size: 14px; }

  /* Insurance */
  .ins-card-img { height: 160px; background-position: center;}

  /* Section title */
  .section-title { font-size: 26px; }
	
	.map-img{
	width : 350px;
}
}



/* ============================================================
   Page Contact
   ============================================================ */
.contact-layout {
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(300px, 1.15fr);
  gap: 24px;
  align-items: start;
}
.contact-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-card {
  background: #fff;
  border-radius: 12px;
  padding: 22px 22px 20px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(228, 226, 220, 0.6);
}
.contact-card h2 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
  color: rgb(34, 36, 38);
  letter-spacing: 0.2px;
}
.contact-card-kicker {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.5;
  color: rgb(100, 98, 95);
}
.contact-coord-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.contact-coord-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgb(237, 235, 230);
}
.contact-coord-item:first-child { padding-top: 0; }
.contact-coord-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.contact-coord-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(228, 23, 42, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-coord-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.contact-coord-icon svg {
  width: 22px;
  height: 22px;
  stroke: rgb(228, 23, 42);
  fill: none;
}
.contact-coord-body {
  min-width: 0;
  padding-top: 2px;
}
.contact-coord-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(135, 132, 126);
  margin-bottom: 4px;
}
.contact-coord-body a {
  font-size: 16px;
  font-weight: 600;
  color: rgb(228, 23, 42);
  word-break: break-word;
}
.contact-coord-body a:hover { text-decoration: underline; }
.contact-coord-text {
  font-size: 15px;
  line-height: 1.45;
  color: rgb(34, 36, 38);
}
.contact-card--rdv {
  background: linear-gradient(165deg, rgb(255, 251, 230) 0%, #fff 42%);
  border-color: rgba(255, 220, 0, 0.35);
  padding: 22px;
}
.contact-rdv-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(228, 23, 42);
  margin: 0 0 8px;
}
.contact-rdv-title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: rgb(34, 36, 38);
}
.contact-rdv-text {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.55;
  color: rgb(72, 70, 66);
}
.contact-rdv-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}
.contact-rdv-actions .btn-red {
  width: 100%;
  justify-content: center;
  padding: 12px 20px;
  font-size: 16px;
}
.contact-rdv-link {
  font-size: 14px;
  font-weight: 600;
  color: rgb(34, 36, 38);
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact-rdv-link:hover { color: rgb(228, 23, 42); }
.contact-form-card {
  background: #fff;
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(228, 226, 220, 0.6);
  display: grid;
  gap: 10px;
}
.contact-form-card > h2 {
  margin: 0 0 4px;
  font-size: 22px;
}
@media (max-width: 900px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }
}

.contact-page-v2 .section-underline {
  margin-bottom: 24px;
}
.contact-v2-section + .contact-v2-section {
  margin-top: 100px;
}
.contact-v2-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 50px;
}
.contact-v2-card {
  background: #f4f4f4;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  padding: 22px 18px;
}
.contact-v2-card-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgb(255, 241, 0);
  color: rgb(34, 36, 38);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.contact-v2-card-header {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 50px auto;
  align-items: center;
}
.contact-v2-card-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.contact-v2-card-icon svg {
  width: 20px;
  height: 20px;
}
.contact-v2-card h2 {
  margin: 0 0 12px;
  font-size: 25px;
  line-height: 1.1;
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  color: rgb(34, 36, 38);
}
.contact-v2-card p {
  margin: 0 0 14px;
  color: rgb(75, 77, 79);
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
}
.contact-v2-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: rgb(5, 71, 114);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-v2-heading {
  text-align: center;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.18;
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  color: rgb(34, 36, 38);
  max-width: 750px;
  margin: 0 auto 16px;
}

.contact-v2-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1fr);
  gap: 20px;
  align-items: start;
  margin-top: 50px;
}
.contact-v2-faq-questions {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e8e6dc;
  background: #fff;
}
.contact-v2-faq-q {
  width: 100%;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #ece9df;
  background: #fff;
  color: rgb(34, 36, 38);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.45;
  padding: 14px 16px;
  cursor: pointer;
}
.contact-v2-faq-q:last-child {
  border-bottom: 0;
}
.contact-v2-faq-q.is-active {
  background: rgb(255, 241, 0);
}
.contact-v2-faq-answer {
  border: 1px solid #e8e6dc;
  border-radius: 8px;
  background: #fff;
  padding: 20px 18px;
  height: 100%;
}
.contact-v2-faq-answer h3 {
  margin: 0 0 10px;
  font-size: 25px;
  line-height: 1.1;
  font-family: "Roboto Condensed", "Roboto", sans-serif;
}
.contact-v2-faq-answer p {
  margin: 0 0 1em;
  color: rgb(68, 70, 72);
  line-height: 1.7;
}
.contact-v2-faq-answer .btn-red {
  margin-top: 8px;
}

.contact-v2-form {
  max-width: 860px;
  margin: 40px auto 0;
}
.contact-v2-form textarea {
  border: 1px solid rgb(228,226,220);
  border-radius: 7px;
  width: 100%;
  min-height: 170px;
  padding: 12px 14px 12px 42px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  background: #fff;
  resize: vertical;
}
.contact-v2-form textarea:focus {
  border-color: rgb(228,23,42);
  outline: none;
}
.contact-v2-message-wrap .modal-field-icon {
  top: 14px !important;
  transform: none !important;
}
.contact-v2-message-wrap {
  align-items: flex-start;
}
.contact-v2-full {
  grid-column: 1 / -1;
}
.contact-v2-submit {
  margin-top: 14px;
}
.contact-v2-msg {
  margin: 0 0 14px;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 14px;
}
.contact-v2-msg--ok {
  background: #e8f5e9;
  color: #1b5e20;
}
.contact-v2-msg--err {
  background: #ffebee;
  color: #b71c1c;
}
.contact-v2-footnote {
  text-align: center;
  margin-top: 22px;
}
.contact-v2-footnote p {
  margin: 0.45em 0;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .contact-v2-cards {
    grid-template-columns: 1fr;
  }
  .contact-v2-faq-layout {
    grid-template-columns: 1fr;
  }
  .contact-v2-faq-answer h3 {
    font-size: 26px;
  }
}

/* ============================================================
   Page Centres
   ============================================================ */
.centres-page .section-title {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.28;
}
.centres-page .section-underline {
  margin-left: auto;
  margin-right: auto;
}
.centres-hero {
  margin-bottom: 82px;
}
.centres-listing {
  text-align: center;
}
.centres-localities-section {
  margin-top: 100px;
  text-align: center;
}
.centres-localities-layout {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: stretch;
  text-align: left;
}
.centres-localities-photo {
  margin: 0;
  overflow: hidden;
  min-height: 100%;
  background: #f6f6f6;
}
.centres-localities-photo img {
  display: block;
  width: 100%;
  max-width: none;
  min-height: 320px;
	border-radius: 20px;
  object-fit: cover;
  object-position:  center bottom;
}
.centres-localities-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.centres-localities-table-wrap {
  overflow-x: auto;
}
.centres-localities-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 1.35;
  color: rgb(34, 36, 38);
}
.centres-localities-table th,
.centres-localities-table td {
  border: 1px solid rgb(34, 36, 38);
  padding: 4px;
  vertical-align: middle;
}
.centres-localities-table th {
  width: 42%;
  background: #d9d9d9;
  font-weight: 700;
  text-align: center;
}
.centres-localities-table td {
  background: #fff;
  text-align: left;
}
.centres-list-title {
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-size: clamp(24px, 2.4vw, 36px);
  color: rgb(34, 36, 38);
  max-width: 700px;
  text-align: center;
  margin: auto;
}
.centres-city-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 52px 42px;
  text-align: left;
}
.centres-city-card h3 {
  margin: 0 0 12px;
  color: rgb(5, 93, 150);
  font-size: 20px;
  line-height: 1.1;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.centres-city-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.centres-city-card li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.45;
}
.centres-pin {
  color: rgb(34, 36, 38);
  margin-top: 2px;
  flex-shrink: 0;
}
.centres-city-card a,
.centres-city-card span {
  color: rgb(34, 36, 38);
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.centres-city-card a:hover {
  color: rgb(228, 23, 42);
}
@media (max-width: 1024px) {
  .centres-city-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 26px;
  }
  .centres-localities-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .centres-localities-photo img {
    width: 100%;
    min-height: 240px;
    object-position: center;
  }
  .centres-localities-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .centres-hero {
    margin-bottom: 52px;
  }
  .centres-city-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
	.centres-localities-layout {
    gap: 20px;
  }
  .centres-localities-photo img {
    min-height: 200px;
  }
  .centres-localities-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .centres-localities-table {
    font-size: 15px;
  }
  .centres-localities-table th,
  .centres-localities-table td {
    padding: 4px;
  }
  .centres-city-card h3 {
    font-size: 18px;
  }
  .centres-city-card a,
  .centres-city-card span {
    font-size: 15px;
  }
}

/* ============================================================
   Page FAQ (accordéon <details>)
   ============================================================ */
.faq-list {
  margin-top: 28px;
  display: grid;
  gap: 14px;
}
.faq-item {
  border: 1px solid rgb(228, 226, 220);
  border-radius: 10px;
  padding: 16px 18px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.faq-item[open] {
  border-color: rgba(228, 23, 42, 0.35);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.faq-item__summary {
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.faq-item__summary::-webkit-details-marker {
  display: none;
}
.faq-item__question {
  flex: 1;
  min-width: 0;
  text-align: left;
}
.faq-item__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: black;
  background: #FFF100;
  transition: transform 0.25s ease, background 0.2s ease;
}
.faq-item[open] .faq-item__icon {
  transform: rotate(45deg);
  background: rgb(228, 23, 42);
  color: #fff;
}
.faq-item__answer {
  margin: 12px 0 0;
  padding-right: 46px;
  color: rgb(80, 82, 84);
  line-height: 1.75;
}
@media (max-width: 480px) {
  .faq-item__answer {
    padding-right: 0;
  }
}

/* ============================================================
   Page À propos
   ============================================================ */
.about-page {
  padding: 110px 0 70px;
}
.about-container {
  max-width: 1040px;
}
.about-title .about-reg {
  font-size: 0.42em;
  vertical-align: super;
  font-weight: 700;
}
.about-lead {
  margin: 16px auto 0;
  max-width: 760px;
  text-align: center;
  font-size: 17px;
  line-height: 1.65;
  color: rgb(90, 92, 94);
}
.about-intro-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
  gap: 36px;
  align-items: center;
}
.about-intro-copy p {
  margin: 0 0 1.1em;
  color: rgb(34, 36, 38);
  line-height: 1.75;
  font-size: 16px;
}
.about-intro-copy p:last-of-type {
  margin-bottom: 0;
}
.about-intro-link-wrap {
  margin-top: 1.25em !important;
  margin-bottom: 0 !important;
}
.about-inline-link {
  font-weight: 700;
  font-size: 15px;
  color: rgb(228, 23, 42);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.about-inline-link:hover {
  color: rgb(180, 15, 32);
}
.about-intro-media {
  margin: 0;
  padding: 18px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(228, 226, 220, 0.8);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.about-intro-media img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.about-intro-caption {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgb(120, 118, 114);
  text-align: center;
}
.about-values {
  margin-top: 48px;
}
.about-section-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: rgb(34, 36, 38);
  margin: 0 0 22px;
  letter-spacing: 0.2px;
}
.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.about-value-card {
  background: #fff;
  border: 1px solid rgb(228, 226, 220);
  border-radius: 12px;
  padding: 22px 20px 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.about-value-card:hover {
  border-color: rgba(228, 23, 42, 0.25);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
}
.about-value-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(228, 23, 42, 0.1);
  color: rgb(228, 23, 42);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.about-value-title {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
  color: rgb(34, 36, 38);
}
.about-value-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgb(90, 92, 94);
}
.about-belron {
  margin-top: 40px;
  padding: 22px 26px;
  background: linear-gradient(135deg, rgb(250, 250, 248) 0%, rgb(255, 255, 255) 100%);
  border-radius: 12px;
  border: 1px solid rgba(228, 226, 220, 0.9);
}
.about-belron-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgb(72, 70, 66);
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.about-belron-text strong {
  color: rgb(34, 36, 38);
  font-weight: 700;
}
.about-cta {
  margin-top: 36px;
  background: rgb(244, 244, 244);
  border-radius: 12px;
  padding: 22px 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.about-cta-title {
  margin: 0 0 6px;
  font-weight: 700;
  color: rgb(34, 36, 38);
  font-size: 17px;
}
.about-cta-sub {
  margin: 0;
  color: rgb(90, 92, 94);
  font-size: 15px;
  line-height: 1.5;
}
.about-cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.about-cta-actions .about-cta-btn,
.about-cta-actions .btn-dark {
  justify-content: center;
}
@media (max-width: 900px) {
  .about-intro-grid {
    grid-template-columns: 1fr;
  }
  .about-intro-media {
    order: -1;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-values-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .about-lead {
    font-size: 16px;
  }
  .about-cta {
    flex-direction: column;
    align-items: stretch;
  }
  .about-cta-actions {
    flex-direction: column;
  }
  .about-cta-actions .btn-red,
  .about-cta-actions .btn-dark {
    width: 100%;
    justify-content: center;
  }
}

/* ============================================================
   SINGLE SERVICE
   ============================================================ */
.service-single {
  background: #ececec;
  padding: 94px 0 0px;
}
.service-single-hero .container {
  max-width: 1300px;
}
.service-single-image-wrap {
  border-radius: 12px;
  overflow: hidden;
}
.service-single-image {
  height: 450px;
  object-fit: cover;
  display: block;
  margin: auto;
}
.service-single-container {
  padding-top: 48px;
}
.service-single-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 72px;
  line-height: 1.05;
  font-weight: 700;
  color: rgb(34,36,38);
  text-align: center;
}
.service-single-underline {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 12px;
}
.service-single-underline span {
  display: block;
  height: 5px;
  border-radius: 3px;
  background: rgb(255,220,0);
  width: 52px;
}
.service-single-underline span:last-child {
  background: rgb(228,23,42);
  width: 44px;
}
.service-single-intro {
  max-width: 1000px;
  margin: 38px auto 0;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.35;
  color: rgb(34,36,38);
}
.service-single-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.service-single-btn {
  min-height: 44px;
  padding: 11px 22px;
}
.service-single-btn-outline {
  min-height: 44px;
  padding: 11px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(34,36,38);
  border-radius: 3px;
  background: transparent;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: rgb(34,36,38);
}
.service-single-reasons-title {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 700;
  color: rgb(34, 36, 38);
  max-width: 800px;
  margin: 72px auto 10px;
}
.service-single-reasons-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.service-single-reason-badge {
  margin-top: 2px;
}
.service-single-reason-text,
.service-single-reason-text p {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 1.35;
  color: rgb(34,36,38);
}
@media (max-width: 900px) {
  .service-single-image {
    height: 260px;
  }
  .service-single-title {
    font-size: 52px;
  }
  .service-single-intro {
    font-size: 16px;
  }
  .service-single-btn-outline {
    font-size: 18px;
  }
  .service-single-reasons-title {
    font-size: 48px;
  }
  .service-single-reasons-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-single-reason-text,
  .service-single-reason-text p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .service-single {
    padding-top: 86px;
  }
  .service-single-image {
    height: 180px;
  }
  .service-single-container {
    padding-top: 30px;
  }
  .service-single-title {
    font-size: 40px;
  }
  .service-single-intro {
    font-size: 16px;
  }
  .service-single-actions {
    flex-direction: column;
  }
  .service-single-btn,
  .service-single-btn-outline {
    width: 100%;
    font-size: 16px;
  }
  .service-single-reasons-title {
    margin-top: 52px;
    font-size: 34px;
  }
  .service-single-reasons-grid {
    margin-top: 34px;
    grid-template-columns: 1fr;
  }
  .service-single-reason-text,
  .service-single-reason-text p {
    font-size: 16px;
  }
}

/* Thank you page */
.thank-you-page {
  padding: 110px 0 80px;
}
.thank-you-container {
  max-width: 640px;
  margin: 0 auto;
}
.thank-you-card {
  text-align: center;
  padding: 48px 32px 56px;
  border-radius: 8px;
  background: rgb(248, 249, 250);
  border: 1px solid rgb(230, 232, 235);
}
.thank-you-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  color: rgb(5, 93, 150);
  box-shadow: 0 4px 16px rgba(5, 93, 150, 0.12);
}
.thank-you-title {
  margin-bottom: 0;
}
.thank-you-card .section-underline {
  margin: 16px auto 24px;
}
.thank-you-lead {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.55;
  color: rgb(34, 36, 38);
}
.thank-you-note {
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 1.5;
  color: rgb(80, 86, 92);
}
.thank-you-note a {
  color: rgb(5, 93, 150);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
}
.thank-you-link {
  color: rgb(5, 93, 150);
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.thank-you-link:hover {
  color: rgb(228, 23, 42);
}
@media (max-width: 700px) {
  .thank-you-page {
    padding: 90px 0 60px;
  }
  .thank-you-card {
    padding: 36px 20px 44px;
  }
  .thank-you-lead {
    font-size: 16px;
  }
  .thank-you-actions .btn-red {
    width: 100%;
    justify-content: center;
  }
}

