@charset "UTF-8";

:root {
  --ink: #333333;
  --text: #333333;
  --muted: #5f5f5f;
  --line: #c4c4c4;
  --soft: #f7f7f7;
  --white: #ffffff;
  --blue: #89ada3;
  --blue-dark: #89ada3;
  --cyan: #89ada3;
  --accent: #d6b177;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.1);
  --radius: 8px;
  --font: Lato, "Open Sans", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
}

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

a {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 86px;
  padding: 14px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(0, 27, 65, 0.08);
  backdrop-filter: blur(14px);
}

.brand img {
  width: 118px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 4px;
}

.site-nav a {
  padding: 9px 9px;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 800;
  text-decoration: none;
  border-radius: 6px;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 16px;
  color: var(--ink);
  background: var(--accent);
  border-radius: 6px;
  font-size: 0.92rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.header-cta:hover,
.header-cta:focus-visible {
  background: var(--blue);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--blue-dark);
  background: var(--soft);
}

.nav-mobile-contact {
  display: none;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 6px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
  padding: clamp(92px, 10vw, 120px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(105deg, rgba(247, 247, 247, 0.98) 0%, rgba(255, 255, 255, 0.98) 58%, rgba(137, 173, 163, 0.18) 100%);
}

.hero-content,
.section-heading,
.page-hero {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  max-width: 800px;
  font-size: clamp(2.625rem, 5vw, 4.7rem);
  font-weight: 700;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  margin-bottom: 20px;
}

h3 {
  font-size: 1.14rem;
}

.lead,
.page-hero p,
.section-heading p,
.split-section p {
  color: var(--muted);
  font-size: 1.08rem;
}

.lead {
  max-width: 660px;
  margin: 24px 0 0;
}

.hero-content > p:not(.subtitle):not(.eyebrow) {
  max-width: 640px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.subtitle {
  max-width: 700px;
  margin: 15px 0 0;
  color: #4a5a73;
  font-size: 18px;
  font-weight: 900;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.hero-badges li {
  padding: 9px 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 0.92rem;
  font-weight: 900;
  box-shadow: 0 5px 15px rgba(0, 27, 65, 0.04);
}

.hero-actions,
.cta-section,
.section-actions,
.cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  font-weight: 900;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 16px 26px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button.primary {
  color: var(--ink);
  background: var(--accent);
}

.btn-primary {
  color: var(--white);
  background: #ea7015;
}

.button.primary:hover,
.btn-primary:hover {
  background: #d85f10;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
  transform: translateY(-2px);
}

.button.secondary {
  color: var(--ink);
  background: var(--white);
  border-color: var(--line);
}

.btn-secondary {
  color: var(--ink);
  background: var(--white);
  border-color: var(--line);
}

.btn-secondary:hover {
  border-color: rgba(60, 157, 219, 0.55);
  box-shadow: 0 10px 22px rgba(0, 27, 65, 0.1);
  transform: translateY(-2px);
}

.hero-panel,
.quote-block,
.contact-card {
  border: 1px solid rgba(0, 27, 65, 0.1);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 5px 15px rgba(0, 27, 65, 0.05);
}

.hero-panel {
  padding: clamp(24px, 4vw, 38px);
}

.hero-panel img {
  width: min(100%, 360px);
  margin: 0 auto 26px;
}

.hero-mini-grid {
  display: grid;
  gap: 14px;
}

.hero-mini-grid article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.hero-mini-grid strong,
.hero-mini-grid span {
  display: block;
}

.hero-mini-grid strong {
  color: var(--ink);
  font-weight: 900;
}

.hero-mini-grid span {
  margin-top: 5px;
  color: var(--muted);
}

.hero-signature {
  margin: 22px 0 0;
  padding-top: 18px;
  color: var(--ink);
  font-weight: 900;
  border-top: 1px solid var(--line);
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.syndic-highlight {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
  margin: 0;
  padding: clamp(34px, 6vw, 64px);
  color: var(--ink);
  background: var(--blue);
  border-radius: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.syndic-highlight h2 {
  max-width: 840px;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.syndic-highlight p {
  max-width: 920px;
  margin: 0 0 28px;
  color: rgba(51, 51, 51, 0.88);
  font-size: 1.12rem;
}

.syndic-highlight .btn-primary {
  color: var(--ink);
  background: var(--white);
}

.syndic-card {
  padding: 28px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.syndic-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.syndic-card li {
  color: var(--ink);
  font-weight: 900;
}

.trust-band div {
  padding: 22px clamp(20px, 5vw, 72px);
  border-right: 1px solid var(--line);
}

.trust-band div:last-child {
  border-right: 0;
}

.trust-band strong,
.trust-band span {
  display: block;
}

.trust-band strong {
  color: var(--ink);
  max-width: 360px;
  font-size: 1rem;
  line-height: 1.35;
}

.trust-band span {
  color: var(--muted);
}

.section,
.team-section,
.split-section,
.contact-layout {
  padding: clamp(72px, 9vw, 112px) clamp(20px, 5vw, 72px);
}

.section-light {
  background: var(--white);
}

.section-grey {
  background: var(--soft);
}

.section-dark {
  background: #333333;
  color: var(--white);
}

.section-dark h2,
.section-dark .eyebrow {
  color: var(--white);
}

.section-heading {
  margin-bottom: 44px;
}

.section-heading.compact {
  margin-bottom: 24px;
}

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

.feature-section {
  background: var(--white);
}

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

.feature-grid article {
  min-height: 170px;
  padding: 25px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--accent);
  border-radius: var(--radius);
  background: var(--soft);
  box-shadow: 0 5px 15px rgba(0, 27, 65, 0.05);
}

.feature-grid p {
  color: var(--muted);
}

.method-section {
  background: var(--white);
}

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

.method-grid article {
  min-height: 245px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 5px 15px rgba(0, 27, 65, 0.05);
}

.method-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  color: var(--white);
  background: var(--blue);
  border-radius: 50%;
  font-weight: 900;
}

.method-grid p {
  color: var(--muted);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  position: relative;
  min-height: 210px;
  padding: 25px 25px 25px 0;
  color: var(--ink);
  border-top: 2px solid var(--line);
}

.steps li::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 54px;
  height: 2px;
  background: var(--accent);
}

.steps .number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--accent);
  border-radius: 50%;
  font-weight: 900;
  transform: translateY(-18px);
}

.steps li h3 {
  display: block;
  margin-top: -6px;
  font-size: 1.1rem;
}

.steps li p {
  margin: 12px 0 0;
  color: var(--muted);
}

.proof-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.proof-list li {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.proof-list strong,
.proof-list span {
  display: block;
}

.proof-list strong {
  color: var(--ink);
  font-size: 1.12rem;
}

.proof-list span {
  margin-top: 8px;
  color: var(--muted);
}

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

.realisation-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.realisation-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.realisation-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.realisation-card div {
  padding: 24px;
}

.realisation-card h2,
.realisation-card h3 {
  margin-bottom: 8px;
}

.realisation-card .location {
  color: var(--accent);
  font-weight: 900;
}

.realisation-card span {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-weight: 900;
}

.realisation-card ul {
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.realisation-card a {
  display: inline-block;
  margin-top: 15px;
  color: var(--accent);
  font-weight: 900;
  text-decoration: none;
}

.realisation-card a:hover,
.realisation-card a:focus-visible {
  text-decoration: underline;
}

.realisation-detail {
  padding-top: 72px;
}

.realisation-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: start;
}

.realisation-detail-grid img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--line);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.realisation-detail h3 {
  margin: 24px 0 10px;
}

.realisation-detail ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

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

.realisation-numbers {
  margin-top: 36px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--soft);
}

.realisation-numbers ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 26px;
}

.realisation-conclusion {
  max-width: 880px;
  margin: 28px 0 0;
  color: var(--muted);
  font-weight: 700;
}

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

.scan-plan-gallery article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.scan-plan-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--soft);
}

.scan-plan-gallery h3,
.scan-plan-gallery p {
  margin: 0;
  padding: 0 22px;
}

.scan-plan-gallery h3 {
  padding-top: 20px;
}

.scan-plan-gallery p {
  padding-top: 8px;
  padding-bottom: 22px;
  color: var(--muted);
  font-size: 14px;
}

.finance-section {
  background: linear-gradient(105deg, var(--soft), rgba(255, 255, 255, 0.98));
}

.why-section {
  background: var(--soft);
}

.finance-list {
  align-self: stretch;
  margin: 0;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 5px 15px rgba(0, 27, 65, 0.05);
}

.service-card {
  min-height: 230px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 5px 15px rgba(0, 27, 65, 0.05);
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}

.service-card:hover {
  border-color: rgba(60, 157, 219, 0.55);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

.service-index {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--accent);
  font-weight: 900;
}

.service-card p,
.person-card p,
.muted {
  color: var(--muted);
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--blue-dark);
  font-weight: 900;
  text-decoration: none;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--ink);
  text-decoration: underline;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  background: var(--soft);
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--text);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 5px rgba(21, 200, 220, 0.15);
}

.quote-block {
  padding: clamp(24px, 4vw, 40px);
  border-left: 5px solid var(--accent);
}

.quote-block p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.25;
}

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

.person-card {
  display: grid;
  grid-template-rows: auto 1fr;
  justify-items: center;
  gap: 14px;
  align-items: start;
  padding: 28px 22px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 5px 15px rgba(0, 27, 65, 0.05);
}

.person-card img {
  width: min(154px, 100%);
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(19, 36, 36, 0.14);
}

.person-card h3 {
  font-size: 1.08rem;
  text-transform: uppercase;
}

.cta-section {
  justify-content: space-between;
  margin: 0 clamp(20px, 5vw, 72px) clamp(54px, 8vw, 96px);
  padding: clamp(28px, 5vw, 48px);
  color: var(--white);
  background: #333333;
  border-radius: var(--radius);
}

.cta-section h2,
.cta-section .eyebrow {
  color: var(--white);
}

.cta-section p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cta-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.cta-proof li {
  padding: 8px 10px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 6px;
  font-weight: 900;
}

.cta-section .button.primary {
  color: var(--ink);
  background: var(--white);
}

.cta-section .button.secondary {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.45);
}

.page-hero {
  padding: clamp(58px, 8vw, 96px) clamp(20px, 5vw, 72px);
  background: var(--soft);
}

.service-hero {
  max-width: none;
}

.content-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
  padding: clamp(72px, 9vw, 112px) clamp(20px, 5vw, 72px);
}

.rich-text {
  max-width: 760px;
}

.rich-text h2,
.info-card h2 {
  margin-bottom: 16px;
}

.rich-text p {
  color: var(--muted);
  font-size: 1.06rem;
}

.info-card {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 5px 15px rgba(0, 27, 65, 0.05);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 28px;
  align-items: start;
}

.quick-request {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(54px, 8vw, 86px) clamp(20px, 5vw, 72px);
  background: var(--white);
}

.quick-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--soft);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.quick-form label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-weight: 900;
}

.quick-form input,
.quick-form select {
  min-height: 48px;
  padding: 12px 14px;
  font: inherit;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.quick-form .quick-files,
.quick-form .quick-submit {
  grid-column: 1 / -1 !important;
}

.quick-form input[type="file"] {
  width: 100%;
  min-height: auto;
  padding: 10px 12px;
}

.file-field {
  min-width: 0;
}

.file-control {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  overflow: hidden;
  cursor: pointer;
}

.file-control input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.file-button {
  flex: 0 0 auto;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  color: var(--white);
  background: var(--ink);
  font-size: 0.92rem;
  font-weight: 900;
}

.file-name {
  min-width: 0;
  padding: 0 14px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.floating-call {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 18px;
  color: var(--white);
  background: #ea7015;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  font-weight: 900;
  text-decoration: none;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--text);
  font: inherit;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(60, 157, 219, 0.18);
  border-color: var(--blue);
}

.consent {
  display: flex !important;
  grid-template-columns: none;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  color: var(--muted) !important;
  font-weight: 400 !important;
}

.consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 4px;
}

.contact-card {
  padding: 26px;
}

.form-preview-notice {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 5px 15px rgba(0, 27, 65, 0.05);
}

.form-preview-notice h2 {
  margin-bottom: 14px;
}

.form-preview-notice p {
  color: var(--muted);
}

.response-time {
  margin: 0;
  color: var(--ink);
  font-weight: 900;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.8fr 0.9fr 0.8fr;
  gap: 28px;
  padding: 38px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.86);
  background: #333333;
}

.site-footer img {
  width: 132px;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 14px 16px;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.site-footer h2 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: 1rem;
}

.site-footer a {
  color: var(--white);
  text-decoration: none;
}

.site-footer nav {
  display: grid;
  align-content: start;
  gap: 8px;
}

address {
  font-style: normal;
}

@media (max-width: 1120px) {
  .site-header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    min-height: 78px;
    gap: 12px;
  }

  .brand img {
    width: 104px;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
    order: 3;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: clamp(16px, 4vw, 42px);
    left: clamp(16px, 4vw, 42px);
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 12px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 11px 12px;
  }

  .site-nav .nav-mobile-contact {
    display: block;
    color: var(--ink);
    background: var(--soft);
    font-weight: 900;
  }
}

@media (max-width: 980px) {
  .hero,
  .syndic-highlight,
  .split-section,
  .contact-layout,
  .content-section,
  .quick-request {
    grid-template-columns: 1fr;
  }

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

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

  .method-grid,
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-list {
    grid-template-columns: 1fr;
  }

  .realisation-grid,
  .realisation-detail-grid,
  .scan-plan-gallery {
    grid-template-columns: 1fr;
  }

  .realisation-numbers ul {
    grid-template-columns: 1fr;
  }

  .team-grid,
  .trust-band,
  .site-footer {
    grid-template-columns: repeat(2, 1fr);
  }

  .quick-form {
    grid-template-columns: 1fr 1fr;
  }

  .trust-band div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 720px) {
  .site-header {
    grid-template-columns: auto auto auto;
    min-height: 74px;
    gap: 10px;
  }

  .brand img {
    width: 92px;
  }

  .nav-toggle {
    order: 3;
  }

  .site-nav {
    right: 20px;
    left: 20px;
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .header-cta {
    min-height: 40px;
    padding: 9px 10px;
    font-size: 0.78rem;
  }

  .hero {
    padding-top: 42px;
  }

  h1 {
    font-size: 2.35rem;
  }

  .hero-actions,
  .cta-section,
  .cta {
    align-items: stretch;
  }

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

  .service-grid,
  .team-grid,
  .method-grid {
    grid-template-columns: 1fr;
  }

  .steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 16px;
  }

  .steps li {
    min-height: auto;
    padding: 0 0 26px 26px;
    border-top: 0;
    border-left: 2px solid var(--line);
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .quick-form {
    grid-template-columns: 1fr;
  }

  .floating-call {
    right: 14px;
    bottom: 14px;
    left: 14px;
    border-radius: 8px;
  }

  .steps li::before {
    top: 0;
    left: -2px;
    width: 2px;
    height: 54px;
  }

  .steps .number {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    transform: none;
  }

  .steps li h3 {
    margin-top: 5px;
  }

  .person-card {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   BE3A — Filigranes graphiques sobres
   ========================================================= */

section,
.hero,
.site-hero,
.hero-premium,
.syndic-highlight,
.method-section,
.feature-section,
.finance-section,
.proof-section,
.cta-section {
  position: relative;
  overflow: hidden;
}

section > *,
.hero > *,
.site-hero > *,
.hero-premium > *,
.syndic-highlight > *,
.method-section > *,
.feature-section > *,
.finance-section > *,
.proof-section > *,
.cta-section > * {
  position: relative;
  z-index: 2;
}

.hero::after,
.site-hero::after,
.hero-premium::after {
  content: "";
  position: absolute;
  right: 4%;
  bottom: 4%;
  width: 360px;
  height: 360px;
  background-image: url("assets/logo-be3a.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.035;
  pointer-events: none;
  z-index: 1;
}

.method-section::before,
.feature-section::before,
.proof-section::before,
.section-method::before,
.section-scan::before,
.section-references::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(137, 173, 163, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(137, 173, 163, 0.12) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
  z-index: 1;
}

.syndic-highlight::before,
.finance-section::before,
.cta-section::before,
.section-dark::before,
.section-cta::before,
.section-syndic::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.045) 0,
    rgba(255, 255, 255, 0.045) 1px,
    transparent 1px,
    transparent 38px
  );
  pointer-events: none;
  z-index: 1;
}

.hero::before,
.site-hero::before,
.hero-premium::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(137, 173, 163, 0.28);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.feature-section::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(137, 173, 163, 0.28);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 768px) {
  .hero::after,
  .site-hero::after,
  .hero-premium::after {
    width: 220px;
    height: 220px;
    right: -40px;
    bottom: -40px;
    opacity: 0.025;
  }

  .hero::before,
  .site-hero::before,
  .hero-premium::before {
    width: 260px;
    height: 260px;
    top: -120px;
    right: -150px;
  }

  .method-section::before,
  .feature-section::before,
  .proof-section::before,
  .section-method::before,
  .section-scan::before,
  .section-references::before {
    background-size: 56px 56px;
    opacity: 0.7;
  }

  .feature-section::after {
    width: 180px;
    height: 180px;
    right: -90px;
    bottom: -90px;
  }
}

@media (max-width: 480px) {
  .hero::after,
  .site-hero::after,
  .hero-premium::after {
    opacity: 0.018;
  }

  .method-section::before,
  .feature-section::before,
  .proof-section::before,
  .section-method::before,
  .section-scan::before,
  .section-references::before {
    opacity: 0.45;
  }

  .syndic-highlight::before,
  .finance-section::before,
  .cta-section::before,
  .section-dark::before,
  .section-cta::before,
  .section-syndic::before {
    opacity: 0.5;
  }
}

.field-help {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 400;
  line-height: 1.4;
}

input[type="file"] {
  padding: 10px;
  background: #fff;
}

.legal-section {
  padding: clamp(48px, 7vw, 88px) clamp(20px, 5vw, 70px);
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 1080px;
  margin: 0 auto;
}

.legal-card {
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.legal-card-wide {
  grid-column: 1 / -1;
}

.legal-card h2 {
  margin: 0 0 22px;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.legal-card dl {
  display: grid;
  gap: 20px;
  margin: 0;
}

.legal-card dt {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.legal-card dd {
  margin: 0;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.55;
}

.legal-card p,
.legal-card address {
  color: var(--muted);
  font-style: normal;
  line-height: 1.7;
}

.legal-card a {
  color: var(--ink);
  font-weight: 800;
}

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