@font-face {
  font-family: "Barlow Condensed";
  src: url("fonts/barlow-condensed-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("fonts/barlow-condensed-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("fonts/barlow-condensed-800.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-400-500-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-400-500-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-400-500-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --bg: #eef3ef;
  --paper: #f9fbf8;
  --ink: #10213f;
  --ink-soft: #42506c;
  --green: #3e7c4e;
  --green-deep: #295638;
  --line: rgba(16, 33, 63, 0.12);
  --shadow: 0 20px 60px rgba(16, 33, 63, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(62, 124, 78, 0.18), transparent 28%),
    radial-gradient(circle at top right, rgba(16, 33, 63, 0.12), transparent 24%),
    linear-gradient(180deg, #f6faf4 0%, #edf4ef 45%, #e7efea 100%);
}

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

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

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 56px;
}

.site-alert {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 16px;
  padding: 12px 18px;
  border: 1px solid rgba(62, 124, 78, 0.28);
  border-radius: 18px;
  background: #f9fbf8;
  color: var(--ink);
  box-shadow: 0 12px 30px rgba(16, 33, 63, 0.08);
  font-size: 0.96rem;
  line-height: 1.45;
  text-align: center;
}

.site-alert strong {
  color: var(--green-deep);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 22px;
  margin-bottom: 28px;
  background: rgba(249, 251, 248, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 24px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.brand {
  width: min(330px, 58vw);
}

.brand img {
  width: 100%;
  height: auto;
}

.top-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.chip {
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: 0.92rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.72);
}

.chip-solid {
  background: var(--ink);
  color: white;
  border-color: transparent;
}

.chip-whatsapp {
  background: rgba(62, 124, 78, 0.12);
  border-color: rgba(62, 124, 78, 0.28);
  color: var(--green-deep);
}

.hero {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 28px;
  align-items: stretch;
  margin-bottom: 34px;
}

.hero-copy,
.hero-card,
.section,
.contact-panel {
  border-radius: 34px;
}

.hero-copy {
  padding: 42px;
  background: linear-gradient(145deg, rgba(249, 251, 248, 0.95), rgba(236, 244, 239, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.eyebrow {
  margin: 0 0 10px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green-deep);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 0.95;
  text-transform: uppercase;
}

h1 {
  max-width: none;
  font-size: clamp(3.5rem, 7vw, 6.6rem);
  letter-spacing: -0.03em;
}

h2 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  letter-spacing: -0.02em;
}

h3 {
  font-size: 1.72rem;
  margin-bottom: 12px;
}

.lead,
.section p,
.feature p,
.service-card p,
.contact-copy p,
.section-head p {
  color: var(--ink-soft);
  line-height: 1.72;
  font-size: 1.02rem;
}

.lead {
  max-width: 62ch;
  margin: 22px 0 0;
  font-size: 1.08rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 22px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.96rem;
  letter-spacing: 0.02em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.chip:hover,
.contact-line:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--green);
  color: white;
  box-shadow: 0 16px 36px rgba(62, 124, 78, 0.22);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
}

.button-whatsapp {
  background: var(--ink);
  color: white;
  border: 1px solid transparent;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.trust-strip li {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(16, 33, 63, 0.06);
  font-size: 0.92rem;
  font-weight: 700;
}

.hero-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background: linear-gradient(160deg, #10213f 0%, #17345f 55%, #28563d 100%);
  box-shadow: var(--shadow);
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -60px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-card-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 34px;
  color: white;
}

.hero-card-overlay {
  background: linear-gradient(180deg, rgba(10, 25, 49, 0.18), rgba(9, 24, 47, 0.82) 52%, rgba(21, 57, 49, 0.92) 100%);
}

.card-kicker {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.hero-card h2 {
  max-width: none;
}

.detail-list {
  padding-left: 18px;
  margin: 22px 0 0;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.9);
}

.section {
  padding: 38px;
  margin-bottom: 26px;
  background: rgba(249, 251, 248, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow);
}

.section-surface {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.75), rgba(240, 246, 241, 0.92));
}

.section-dark {
  background:
    linear-gradient(135deg, rgba(41, 86, 56, 0.96), rgba(62, 124, 78, 0.96)),
    linear-gradient(45deg, rgba(16, 33, 63, 0.14), transparent);
  color: white;
}

.section-dark p,
.section-dark .eyebrow,
.section-dark h2 {
  color: rgba(255, 255, 255, 0.9);
}

.section-head {
  margin-bottom: 24px;
}

.section-head.narrow {
  max-width: 820px;
}

.grid {
  display: grid;
  gap: 18px;
}

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

.feature,
.service-card {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(16, 33, 63, 0.08);
}

.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 14px;
  background: rgba(62, 124, 78, 0.12);
  color: var(--green-deep);
}

.feature-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.service-column {
  display: grid;
  gap: 18px;
}

.accent-card {
  background: rgba(255, 255, 255, 0.78);
}

.local-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
  align-items: stretch;
}

.local-figure {
  margin: 0;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.local-figure img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center center;
}

.contact-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  padding: 34px;
  background: linear-gradient(145deg, rgba(249, 251, 248, 0.96), rgba(234, 243, 236, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.contact-box {
  display: grid;
  gap: 12px;
}

.contact-line {
  display: block;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(16, 33, 63, 0.08);
}

.contact-line.static:hover {
  transform: none;
}

.label {
  display: block;
  margin-bottom: 8px;
  color: var(--green-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

strong {
  font-size: 1.04rem;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 8px 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.footer-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

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

.footer-nav a {
  font-weight: 700;
}

.legal-shell {
  padding-bottom: 32px;
}

.legal-page {
  width: 100%;
}

.legal-section {
  padding: 42px;
}

.legal-title {
  margin-bottom: 28px;
}

.legal-block + .legal-block {
  margin-top: 28px;
}

.legal-block p {
  margin: 10px 0 0;
}

.service-shell {
  padding-bottom: 40px;
}

.service-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 26px;
  align-items: stretch;
  margin-bottom: 26px;
}

.service-hero-copy {
  padding: 42px;
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(249, 251, 248, 0.96), rgba(236, 244, 239, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.back-link {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--green-deep);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.service-promise {
  margin: 22px 0 0;
  padding: 16px 18px;
  border-left: 4px solid var(--green);
  border-radius: 0 16px 16px 0;
  background: rgba(62, 124, 78, 0.08);
  color: var(--ink);
  font-weight: 700;
  line-height: 1.65;
}

.service-photo-grid {
  display: grid;
  grid-template-rows: 1.1fr 0.95fr 0.95fr;
  gap: 14px;
  min-height: 100%;
}

.service-photo {
  position: relative;
  min-height: 180px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(16, 33, 63, 0.1);
  background: rgba(249, 251, 248, 0.82);
  box-shadow: var(--shadow);
}

.service-photo img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
}

.service-photo figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(16, 33, 63, 0.82);
  color: white;
  font-size: 0.86rem;
  line-height: 1.45;
}

.photo-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  min-height: 220px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(16, 33, 63, 0.08), rgba(62, 124, 78, 0.12)),
    repeating-linear-gradient(135deg, rgba(16, 33, 63, 0.08) 0, rgba(16, 33, 63, 0.08) 1px, transparent 1px, transparent 14px);
  color: var(--ink);
}

.photo-placeholder span {
  color: var(--green-deep);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.photo-placeholder strong {
  max-width: 24ch;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.85rem;
  line-height: 0.98;
  text-transform: uppercase;
}

.service-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.service-checklist li {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(16, 33, 63, 0.08);
  color: var(--ink-soft);
  line-height: 1.55;
}

.service-checklist.compact {
  grid-template-columns: 1fr;
}

.service-two-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.detail-list.light {
  margin: 18px 0 0;
  color: var(--ink-soft);
}

.detail-list.light li + li {
  margin-top: 8px;
}

.service-panel,
.service-note,
.service-dark-box {
  padding: 24px;
  border-radius: 24px;
}

.service-panel {
  background: rgba(238, 243, 239, 0.78);
  border: 1px solid rgba(16, 33, 63, 0.08);
}

.service-note {
  margin-bottom: 26px;
  background: rgba(249, 251, 248, 0.88);
  border: 1px solid rgba(16, 33, 63, 0.1);
  box-shadow: var(--shadow);
}

.service-note p {
  margin-bottom: 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.service-note p + p {
  margin-top: 12px;
}

.tarif-conditions h2 {
  margin: 0 0 12px;
  font-size: clamp(1.7rem, 2.4vw, 2.35rem);
}

.service-dark-box {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.service-dark-box p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.7;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(16, 33, 63, 0.08);
}

.faq-item summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--ink);
  font-weight: 800;
}

.faq-item p {
  margin: 0;
  padding: 0 20px 20px;
}

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

.service-link-card {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(16, 33, 63, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-link-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(16, 33, 63, 0.12);
}

.service-link-card span {
  color: var(--green-deep);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.service-link-card strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.52rem;
  line-height: 0.98;
  text-transform: uppercase;
}

.service-link-card p {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.55;
}

.service-link-card-illustrated {
  gap: 12px;
  justify-content: flex-start;
}

.service-link-thumb {
  display: block;
  width: 100%;
  max-width: 200px;
  aspect-ratio: 5 / 3;
  object-fit: cover;
  border-radius: 8px;
  background: rgba(16, 33, 63, 0.08);
}

@media (max-width: 960px) {
  .hero,
  .service-hero,
  .contact-panel,
  .services-layout,
  .grid-3,
  .local-grid,
  .service-two-cols {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .service-hero-copy,
  .section,
  .contact-panel {
    padding: 28px;
  }

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

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

  .topbar {
    flex-direction: column;
    align-items: center;
  }

  .top-actions {
    justify-content: center;
    width: 100%;
  }

  .brand {
    margin: 0 auto;
  }

  .chip {
    text-align: center;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 4px;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 18px, 1180px);
    padding-top: 12px;
  }

  .topbar,
  .hero-copy,
  .service-hero-copy,
  .hero-card,
  .service-photo,
  .section,
  .contact-panel {
    border-radius: 22px;
  }

  h1 {
    max-width: none;
    font-size: clamp(2.8rem, 15vw, 4.5rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .button,
  .chip {
    width: 100%;
  }

  .trust-strip li {
    width: 100%;
  }

  .service-photo-grid,
  .service-checklist,
  .service-links {
    grid-template-columns: 1fr;
  }

  .service-photo,
  .photo-placeholder,
  .service-photo img {
    min-height: 210px;
  }

  .local-figure img {
    min-height: 240px;
  }
}

.tarif-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.tarif-card {
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(16, 33, 63, 0.08);
}

.tarif-card h3 {
  margin: 0 0 10px;
}

.tarif-card strong {
  display: block;
  margin: 8px 0 10px;
  color: var(--green);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.4rem, 7vw, 3.5rem);
  line-height: 0.95;
}

.tarif-card p {
  margin: 0;
  color: var(--muted);
}

.tarif-section .section-head {
  max-width: 840px;
}

.tarif-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(16, 33, 63, 0.08);
}

.tarif-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 0.96rem;
}

.tarif-table th,
.tarif-table td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.tarif-table th {
  color: #fff;
  background: var(--ink);
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.tarif-table tr:last-child td {
  border-bottom: 0;
}

.tarif-table td:first-child {
  font-weight: 800;
}

.tarif-table .price-cell {
  width: 170px;
  color: var(--green-deep);
  font-weight: 900;
  white-space: nowrap;
}

@media (max-width: 820px) {
  .tarif-cards {
    grid-template-columns: 1fr;
  }
}
