:root {
  --tp-orange: #F36C21;
  --tp-orange-dark: #cf5715;
  --tp-dark: #333333;
  --tp-dark-soft: #3a3a3a;
  --tp-text: #333333;
  --tp-muted: #616161;
  --tp-bg: #ececec;
  --tp-section-light: #f6f6f6;
  --tp-section-gray: #efefef;
  --tp-card: #ffffff;
  --tp-border: #dddddd;
  --tp-success: #1f8b4c;
  --tp-error: #b02a2a;
  --radius: 10px;
  --radius-sm: 8px;
  --shadow-sm: 0 6px 16px rgba(17, 17, 17, 0.05);
  --shadow-md: 0 18px 42px rgba(17, 17, 17, 0.18);
  --container: 1120px;
  --header-height: 64px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--tp-text);
  background: var(--tp-bg);
  font-family: "Open Sans", sans-serif;
  line-height: 1.55;
}

body.js-enhanced {
  padding-bottom: 0;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
h4,
.btn,
.logo-link,
label {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.15;
}

p {
  margin: 0;
}

button,
input,
select,
textarea {
  font: inherit;
}

[hidden] {
  display: none !important;
}

.container {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

.section {
  padding: 2.75rem 0;
}

.section-header {
  margin-bottom: 1.25rem;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 0.35rem;
}

.section-header::after {
  content: "";
  width: 56px;
  height: 2px;
  border-radius: 999px;
  background: var(--tp-orange);
  margin-top: 0.15rem;
}

.section-header h2 {
  font-size: 1.35rem;
  margin-bottom: 0.1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.38;
}

.section-header p {
  color: var(--tp-muted);
  max-width: 62ch;
}

.section-header--compact h2 {
  font-size: 1.1rem;
}

.section-header--compact p {
  max-width: 52ch;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: var(--header-height);
  border-bottom: 1px solid rgba(51, 51, 51, 0.08);
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(8px);
  box-shadow: 0 1px 0 rgba(243, 108, 33, 0.14), 0 2px 10px rgba(0, 0, 0, 0.03);
}

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border-radius: 8px;
}

.logo-image {
  width: auto;
  height: 32px;
  object-fit: contain;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 46px;
  padding: 0.72rem 0.95rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(0);
}

.btn:focus-visible,
.logo-link:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.gallery-card:focus-visible,
.faq-item summary:focus-visible,
.lightbox__close:focus-visible {
  outline: 3px solid rgba(243, 108, 33, 0.28);
  outline-offset: 2px;
}

.btn-primary {
  background: var(--tp-orange);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16), 0 8px 20px rgba(243, 108, 33, 0.22);
}

.btn-primary:hover {
  background: var(--tp-orange-dark);
}

.btn-outline {
  background: #fff;
  color: var(--tp-orange);
  border-color: rgba(243, 108, 33, 0.48);
}

.btn-outline:hover {
  background: rgba(243, 108, 33, 0.04);
  border-color: var(--tp-orange);
}

.btn-ghost {
  background: transparent;
  border-color: #d7d7d7;
  color: var(--tp-text);
}

.btn-ghost:hover {
  background: #fff;
}

.btn-large {
  min-height: 50px;
  padding-inline: 1rem;
}

.btn-call {
  min-height: 38px;
  padding: 0.42rem 0.78rem;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-header .btn-call {
  background: #fff;
  color: var(--tp-orange);
  border-color: rgba(243, 108, 33, 0.55);
  box-shadow: none;
}

.site-header .btn-call:hover {
  background: rgba(243, 108, 33, 0.05);
}

.hero {
  position: relative;
  padding-top: 1.55rem;
  padding-bottom: 2.15rem;
  overflow: clip;
  color: #fff;
  background:
    linear-gradient(rgba(14, 14, 14, 0.74), rgba(14, 14, 14, 0.8)),
    url("../img/paves.png") center / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 20%, rgba(243, 108, 33, 0.16), transparent 38%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 115px;
  background: linear-gradient(180deg, rgba(243, 108, 33, 0), rgba(243, 108, 33, 0.1));
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  align-items: start;
}

.hero-copy {
  display: grid;
  gap: 0.9rem;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0.25rem 0 0.15rem;
  backdrop-filter: none;
  text-align: center;
}

.hero-kicker {
  color: #f8be9e;
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero h1 {
  font-size: clamp(1.65rem, 3.5vw, 2.55rem);
  max-width: 16ch;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.15;
  margin-inline: auto;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.mobile-only-inline {
  display: inline;
}

.desktop-only-inline {
  display: none;
}

.hero-subtitle {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}

.mini-form-wrap {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.15rem;
}

.mini-form {
  display: grid;
  gap: 0.55rem;
}

.mini-form .field {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.mini-form .field label {
  color: var(--tp-dark);
  font-size: 0.84rem;
  margin-bottom: 0.28rem;
}

.mini-form .field input,
.mini-form .field select {
  font-size: 0.95rem;
}

.mini-form .field-error {
  margin-top: 0.25rem;
  min-height: 0.9em;
}

.field-checkbox--mini {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.mini-form .field-checkbox--mini .checkbox-text {
  color: #fff;
  font-size: 0.82rem;
}

.mini-form .field-checkbox--mini .checkbox-links a {
  color: #ffd6c2;
  font-size: 0.76rem;
}

.mini-form .field-checkbox--mini .checkbox-links a:hover {
  color: #fff;
}

.mini-form .field-checkbox--mini .checkbox-note {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.72rem;
}

.mini-form .field-checkbox--mini input[type="checkbox"] {
  border-color: rgba(255, 255, 255, 0.5);
}

.mini-form__submit {
  width: 100%;
  margin-top: 0.1rem;
}

.mini-form__submit.is-loading {
  pointer-events: none;
  opacity: 0.95;
}

.mini-form__submit.is-loading::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-top-color: #fff;
  animation: spin 0.75s linear infinite;
}

.mini-form.is-submitted .field {
  opacity: 0.72;
}

.mini-form-feedback {
  display: none;
  border-radius: 8px;
  font-size: 0.86rem;
}

.mini-form-feedback.is-visible {
  display: block;
  padding: 0.6rem 0.7rem;
}

.mini-form-feedback.is-error {
  background: rgba(176, 42, 42, 0.16);
  color: #ffdede;
  border: 1px solid rgba(255, 179, 179, 0.25);
}

.mini-form-feedback.is-success {
  background: rgba(31, 139, 76, 0.14);
  color: #d7f7e3;
  border: 1px solid rgba(184, 236, 203, 0.2);
}

.hero-intro {
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.22);
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0.15rem 0 0;
  display: grid;
  gap: 0.6rem;
}

.benefits-list li {
  position: relative;
  padding-left: 1.55rem;
  color: rgba(255, 255, 255, 0.96);
  text-align: left;
}

.benefits-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--tp-orange);
  font-weight: 700;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
  margin-top: 0.1rem;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.26);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.82rem;
  font-weight: 700;
  backdrop-filter: blur(4px);
}

.cta-row {
  display: grid;
  gap: 0.65rem;
}

.hero-copy .btn-outline {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
}

.hero-copy .btn-primary {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.2),
    0 8px 18px rgba(243, 108, 33, 0.24);
}

.hero-copy .btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.52);
}

.form-card {
  background: var(--tp-card);
  border: 1px solid rgba(51, 51, 51, 0.08);
  border-radius: 10px;
  box-shadow: var(--shadow-md);
  padding: 1rem;
  scroll-margin-top: calc(var(--header-height) + 18px);
  position: relative;
}

.section-long-form-mobile {
  background: var(--tp-section-light);
  border-top: 1px solid rgba(51, 51, 51, 0.05);
}

#mobile-form-slot .form-card {
  margin-top: 0.2rem;
}

.form-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 4px;
  border-radius: 10px 10px 0 0;
  background: var(--tp-orange);
}

.form-card__header {
  margin-bottom: 0.8rem;
  text-align: center;
}

.form-card__header h2 {
  font-size: 1.1rem;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.35;
}

.form-card__header p {
  color: var(--tp-muted);
  font-size: 0.93rem;
  max-width: 32ch;
  margin-inline: auto;
}

.form-feedback {
  min-height: 0;
  margin-bottom: 0;
  border-radius: var(--radius-sm);
  font-size: 0.92rem;
  display: none;
}

.form-feedback.is-visible {
  display: block;
  margin-bottom: 0.8rem;
  padding: 0.75rem 0.85rem;
}

.form-feedback.is-error {
  background: rgba(176, 42, 42, 0.08);
  color: #7f1f1f;
  border: 1px solid rgba(176, 42, 42, 0.2);
}

.form-feedback.is-success {
  background: rgba(31, 139, 76, 0.08);
  color: #156138;
  border: 1px solid rgba(31, 139, 76, 0.18);
}

.thank-you-panel {
  border: 1px solid rgba(31, 139, 76, 0.18);
  background: rgba(31, 139, 76, 0.04);
  border-radius: 10px;
  padding: 0.95rem;
  margin-bottom: 0.9rem;
}

.thank-you-panel h3 {
  font-size: 1rem;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.thank-you-panel p {
  color: var(--tp-muted);
}

.thank-you-actions {
  margin-top: 0.75rem;
  display: grid;
  gap: 0.6rem;
}

.field-grid {
  display: grid;
  gap: 0.75rem;
}

.field {
  background: #fff;
  border: 1px solid var(--tp-border);
  border-radius: 8px;
  padding: 0.65rem 0.75rem;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.field:focus-within {
  border-color: rgba(243, 108, 33, 0.58);
  box-shadow: 0 0 0 4px rgba(243, 108, 33, 0.08);
  transform: translateY(-1px);
}

.field label {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.38rem;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--tp-text);
  padding: 0;
}

.field select {
  cursor: pointer;
}

.field textarea {
  resize: vertical;
  min-height: 88px;
}

.field input[type="file"] {
  border: 1px dashed rgba(51, 51, 51, 0.18);
  border-radius: 8px;
  background: #fcfcfc;
  padding: 0.55rem;
  cursor: pointer;
}

.field input[type="file"]::file-selector-button {
  border: 1px solid rgba(243, 108, 33, 0.35);
  background: rgba(243, 108, 33, 0.08);
  color: #222;
  border-radius: 8px;
  padding: 0.45rem 0.65rem;
  margin-right: 0.6rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.field input[type="file"]::file-selector-button:hover {
  background: rgba(243, 108, 33, 0.14);
  border-color: rgba(243, 108, 33, 0.55);
}

.field input::placeholder,
.field textarea::placeholder {
  color: #8b8b8b;
}

.field-help {
  margin-top: 0.35rem;
  color: #666;
  font-size: 0.8rem;
  line-height: 1.35;
}

.field-error {
  min-height: 1em;
  margin-top: 0.35rem;
  color: var(--tp-error);
  font-size: 0.82rem;
  line-height: 1.35;
}

.field-checkbox {
  padding-block: 0.75rem;
  background: #fafafa;
  border-color: rgba(51, 51, 51, 0.08);
}

.checkbox-label {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 0.65rem;
  margin: 0;
}

.checkbox-label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin-top: 0.08rem;
  border: 1.5px solid #9e9e9e;
  border-radius: 5px;
  background: #fff;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.checkbox-label input[type="checkbox"]::after {
  content: "";
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) scale(0.75);
  opacity: 0;
  transition: opacity 0.12s ease;
}

.checkbox-label input[type="checkbox"]:hover {
  border-color: var(--tp-orange);
}

.checkbox-label input[type="checkbox"]:focus-visible {
  outline: 3px solid rgba(243, 108, 33, 0.22);
  outline-offset: 2px;
}

.checkbox-label input[type="checkbox"]:checked {
  background: var(--tp-orange);
  border-color: var(--tp-orange);
  box-shadow: 0 0 0 3px rgba(243, 108, 33, 0.14);
}

.checkbox-label input[type="checkbox"]:checked::after {
  opacity: 1;
}

.checkbox-copy {
  display: grid;
  gap: 0.2rem;
  line-height: 1.35;
}

.checkbox-text {
  color: var(--tp-dark);
  font-size: 0.9rem;
}

.checkbox-links a {
  color: var(--tp-orange-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 0.84rem;
}

.checkbox-links a:hover {
  color: var(--tp-orange);
}

.honeypot-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.checkbox-note {
  color: #666;
  font-size: 0.8rem;
}

.form-actions {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.2rem;
}

.btn-submit {
  width: 100%;
}

.btn-submit.is-loading {
  pointer-events: none;
  opacity: 0.95;
}

.btn-submit.is-loading::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-top-color: #fff;
  animation: spin 0.75s linear infinite;
}

#realisations,
#faq {
  background: var(--tp-section-gray);
}

#prestations,
#avis {
  background: var(--tp-section-light);
}

.cards-grid {
  display: grid;
  gap: 0.85rem;
}

.card {
  background: var(--tp-card);
  border: 1px solid rgba(51, 51, 51, 0.06);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.025);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.gallery-card {
  appearance: none;
  border: 1px solid rgba(51, 51, 51, 0.08);
  border-radius: 6px;
  padding: 0;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.gallery-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  border-color: rgba(243, 108, 33, 0.24);
}

.gallery-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.gallery-card__meta {
  display: block;
  padding: 0.6rem 0.7rem 0.72rem;
  font-weight: 700;
  font-size: 0.84rem;
  color: var(--tp-dark);
}

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

.service-card {
  padding: 0.95rem;
  border-top: 2px solid rgba(243, 108, 33, 0.14);
  position: relative;
}

.service-card h3 {
  font-size: 1rem;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding-left: 1.2rem;
}

.service-card h3::before {
  content: "";
  position: absolute;
  left: 0.95rem;
  top: 1.15rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tp-orange);
  box-shadow: 0 0 0 4px rgba(243, 108, 33, 0.12);
}

.service-card p {
  color: var(--tp-muted);
  font-size: 0.93rem;
}

.process {
  --process-bg: #0b0b0f;
  --process-card: rgba(255, 255, 255, 0.06);
  --process-card-2: rgba(255, 255, 255, 0.08);
  --process-text: rgba(255, 255, 255, 0.92);
  --process-muted: rgba(255, 255, 255, 0.7);
  --process-stroke: rgba(255, 255, 255, 0.14);
  --process-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  padding: clamp(48px, 6vw, 84px) 16px;
  color: var(--process-text);
  background:
    radial-gradient(900px 500px at 20% 10%, rgba(243, 108, 33, 0.18), transparent 60%),
    radial-gradient(700px 450px at 80% 30%, rgba(255, 255, 255, 0.08), transparent 60%),
    linear-gradient(180deg, #0c0c10, #08080c);
  position: relative;
  overflow: hidden;
}

.process::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  opacity: 0.12;
  pointer-events: none;
}

.process__inner {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

.process__header {
  text-align: center;
  margin-bottom: 28px;
}

.process__meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin: 0 0 10px;
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.82);
  font: 700 11px/1.2 "Roboto", system-ui;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.process__kicker {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  font: 700 12px/1.2 "Roboto", system-ui;
  margin: 0;
}

.process__title {
  font: 800 clamp(28px, 3.2vw, 44px)/1.1 "Roboto", system-ui;
  margin: 10px 0;
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
}

.process__subtitle {
  max-width: 62ch;
  margin: 0 auto;
  color: var(--process-muted);
  font: 400 16px/1.6 "Open Sans", system-ui;
}

.process__hint {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font: 400 13px/1.4 "Open Sans", system-ui;
}

.process__time {
  margin: 8px auto 0;
  width: fit-content;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(243, 108, 33, 0.12);
  border: 1px solid rgba(243, 108, 33, 0.3);
  color: rgba(255, 255, 255, 0.94);
  font: 700 12px/1.2 "Roboto", system-ui;
}

.process__grid {
  --progress: 33%;
  --progressY: 33%;
  --process-line-top: 62px;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.process__grid::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: var(--process-line-top);
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  pointer-events: none;
  z-index: 0;
}

.process__grid::after {
  content: "";
  position: absolute;
  left: 6%;
  top: var(--process-line-top);
  height: 2px;
  width: var(--progress);
  background: linear-gradient(90deg, var(--tp-orange), rgba(243, 108, 33, 0.25));
  box-shadow: 0 0 18px rgba(243, 108, 33, 0.35);
  transition: width 0.35s ease, height 0.35s ease;
  pointer-events: none;
  z-index: 0;
}

.step {
  appearance: none;
  width: 100%;
  text-align: left;
  border: 1px solid var(--process-stroke);
  background: linear-gradient(180deg, var(--process-card), rgba(255, 255, 255, 0.04));
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: var(--process-shadow);
  cursor: pointer;
  transform: translateY(0);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
  position: relative;
  z-index: 1;
  min-height: 220px;
  color: inherit;
}

.step:hover {
  transform: translateY(-4px);
  border-color: rgba(243, 108, 33, 0.35);
  background: linear-gradient(180deg, var(--process-card-2), rgba(255, 255, 255, 0.05));
}

.step:focus-visible {
  outline: 3px solid rgba(243, 108, 33, 0.34);
  outline-offset: 3px;
}

.step__top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.step__badge {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
  border-radius: 12px;
  background: rgba(243, 108, 33, 0.14);
  border: 1px solid rgba(243, 108, 33, 0.35);
  color: #fff;
  font: 800 14px/1 "Roboto", system-ui;
  box-shadow: 0 0 0 6px rgba(11, 11, 15, 0.72);
}

.step__icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 0 6px rgba(11, 11, 15, 0.72);
}

.step__title {
  font: 800 18px/1.2 "Roboto", system-ui;
  margin: 8px 0 6px;
  color: rgba(255, 255, 255, 0.96);
  letter-spacing: 0;
  text-transform: none;
  padding-left: 0;
}

.step__title::before {
  display: none;
}

.step__lead {
  color: var(--process-muted);
  font: 400 14px/1.6 "Open Sans", system-ui;
  margin: 0 0 12px;
}

.step__detail {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(6px);
  transition: max-height 0.32s ease, opacity 0.22s ease, transform 0.22s ease;
}

.step__detail ul {
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.8);
  font: 400 13px/1.6 "Open Sans", system-ui;
}

.step__detail li {
  margin: 6px 0;
}

.step__detail strong {
  color: rgba(255, 255, 255, 0.92);
}

.step.is-active {
  border-color: rgba(243, 108, 33, 0.55);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.55);
}

.step.is-active .step__detail {
  max-height: 240px;
  opacity: 1;
  transform: translateY(0);
}

.process__cta {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.process .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 14px;
  text-decoration: none;
  font: 800 14px/1 "Roboto", system-ui;
  border: 1px solid transparent;
  transition: transform 0.18s ease, filter 0.18s ease, background 0.18s ease, border-color 0.18s ease;
  min-height: 46px;
  text-transform: none;
  letter-spacing: 0;
}

.process .btn:focus-visible {
  outline: 3px solid rgba(243, 108, 33, 0.35);
  outline-offset: 3px;
}

.process .btn--primary {
  background: var(--tp-orange);
  color: #111;
  box-shadow: 0 14px 40px rgba(243, 108, 33, 0.22);
}

.process .btn--primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

.process .btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.92);
}

.process .btn--ghost:hover {
  transform: translateY(-2px);
  border-color: rgba(243, 108, 33, 0.35);
}

.steps-grid,
.reviews-grid {
  grid-template-columns: 1fr;
}

.step-card {
  padding: 1rem;
  text-align: left;
}

.step-number {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(243, 108, 33, 0.14);
  color: var(--tp-orange-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 0.65rem;
}

.step-card h3 {
  font-size: 1rem;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.step-card p {
  color: var(--tp-muted);
}

.review-card {
  padding: 1rem;
  margin: 0;
  border-left: 3px solid rgba(243, 108, 33, 0.55);
  background: #fff;
}

.review-card p {
  margin-bottom: 0.6rem;
}

.review-card footer {
  color: var(--tp-muted);
  font-weight: 700;
  font-size: 0.88rem;
}

@media (min-width: 861px) {
  .process__hint {
    display: none;
  }
}

@media (max-width: 860px) {
  .process {
    padding: clamp(40px, 6vw, 64px) 16px;
  }

  .process__meta {
    font-size: 10px;
    letter-spacing: 0.04em;
  }

  .process__subtitle {
    font-size: 14px;
  }

  .process__grid {
    --process-line-top: 0px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .process__grid::before,
  .process__grid::after {
    left: 24px;
    right: auto;
    top: 0;
    width: 2px;
    height: var(--progressY);
  }

  .process__grid::before {
    height: 100%;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  }

  .process__grid::after {
    background: linear-gradient(180deg, var(--tp-orange), rgba(243, 108, 33, 0.25));
  }

  .step {
    min-height: auto;
    padding: 16px 14px 14px;
    border-radius: 14px;
    padding-left: 52px;
  }

  .step__top {
    margin-bottom: 8px;
  }

  .step__badge,
  .step__icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }

  .step__badge {
    font-size: 12px;
  }

  .step__title {
    font-size: 16px;
    margin-top: 2px;
  }

  .step__lead {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .step.is-active .step__detail {
    max-height: 280px;
  }

  .process__cta {
    margin-top: 16px;
  }

  .process .btn {
    width: 100%;
  }
}

.gmb {
  padding: 28px 16px;
  background: var(--tp-section-light);
}

.gmb__card {
  max-width: 1120px;
  margin: 0 auto;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.gmb__head {
  padding: 18px 18px 10px;
}

.gmb__head h2 {
  margin: 0 0 6px;
  font: 700 18px/1.2 "Roboto", system-ui;
  color: var(--tp-dark);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.gmb__head p {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font: 400 14px/1.6 "Open Sans", system-ui;
}

.gmb__map {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(135deg, rgba(243, 108, 33, 0.08), rgba(0, 0, 0, 0.03)),
    #f3f3f3;
}

.gmb__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.gmb__actions {
  padding: 14px 18px 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.gmb__actions .btn {
  min-height: 44px;
  padding: 12px 16px;
  border-radius: 14px;
  text-decoration: none;
  font: 700 14px/1 "Roboto", system-ui;
  text-transform: none;
  letter-spacing: 0;
}

.gmb__actions .btn--primary {
  background: var(--tp-orange);
  color: #111;
  border: 0;
  box-shadow: 0 12px 30px rgba(243, 108, 33, 0.22);
}

.gmb__actions .btn--primary:hover {
  background: #f57731;
  color: #111;
}

.faq-list {
  display: grid;
  gap: 0.65rem;
}

.faq-item {
  background: var(--tp-card);
  border: 1px solid rgba(51, 51, 51, 0.06);
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  padding: 0.15rem 0.85rem;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  padding: 0.85rem 1.4rem 0.85rem 0;
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: var(--tp-orange);
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  color: var(--tp-muted);
  padding: 0 0 0.9rem;
}

.rappel-cta {
  padding-top: 0.9rem;
  position: relative;
  color: #fff;
  background:
    linear-gradient(rgba(16, 16, 16, 0.85), rgba(16, 16, 16, 0.85)),
    url("../img/tpmoselle-chantier-terrassement-metz-moselle.jpg") center / cover no-repeat;
}

.rappel-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 1.15rem 0.25rem;
  box-shadow: none;
  display: grid;
  gap: 0.9rem;
  text-align: center;
}

.rappel-card h2 {
  font-size: 1.18rem;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.35;
}

.rappel-card p {
  color: rgba(255, 255, 255, 0.86);
  max-width: 58ch;
  margin-inline: auto;
}

.rappel-cta .btn-outline {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.rappel-cta .btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.56);
}

.cta-row--stack-mobile {
  width: 100%;
  max-width: 520px;
  margin-inline: auto;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #252525;
  padding: 1.4rem 0 2rem;
}

.mobile-sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  padding: 0.45rem 0.6rem calc(0.45rem + env(safe-area-inset-bottom));
  background: rgba(26, 26, 26, 0.94);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.22);
}

.mobile-sticky-bar__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
  width: min(100%, 560px);
  margin-inline: auto;
}

.mobile-sticky-bar__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.6rem 0.7rem;
  border-radius: 999px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.mobile-sticky-bar__btn--call {
  background: var(--tp-orange);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.mobile-sticky-bar__btn--quote {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
}

.mobile-sticky-bar__btn:focus-visible {
  outline: 3px solid rgba(243, 108, 33, 0.28);
  outline-offset: 2px;
}

.footer-grid {
  display: grid;
  gap: 1rem;
  color: #d2d2d2;
  font-size: 0.92rem;
}

.footer-grid a {
  color: #f1f1f1;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-grid a:hover {
  color: #fff;
}

.footer-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-bottom {
  margin-top: 1rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 0.75rem;
  align-items: center;
}

.footer-credits {
  color: #d7d7d7;
  font-size: 0.88rem;
  line-height: 1.45;
}

.footer-credits a {
  color: var(--tp-orange);
  font-weight: 700;
  text-decoration: none;
}

.footer-credits a:hover {
  text-decoration: underline;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.social-badge {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: lowercase;
}

.social-badge:hover {
  border-color: rgba(243, 108, 33, 0.42);
  background: rgba(243, 108, 33, 0.16);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 16, 22, 0.86);
}

.lightbox__dialog {
  position: relative;
  width: min(100%, 760px);
  max-height: calc(100vh - 2rem);
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.lightbox__close {
  justify-self: end;
  margin: 0.65rem 0.65rem 0;
  min-height: 40px;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--tp-border);
  background: #fff;
  cursor: pointer;
  font-weight: 700;
}

.lightbox__image {
  width: 100%;
  max-height: calc(100vh - 180px);
  object-fit: contain;
  background: #f3f4f5;
}

.lightbox__caption {
  padding: 0.9rem 1rem 1rem;
  color: var(--tp-text);
  font-weight: 700;
}

body.lightbox-open {
  overflow: hidden;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 600px) {
  .cta-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .thank-you-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .field--full {
    grid-column: 1 / -1;
  }

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

@media (max-width: 991px) {
  .gmb__map {
    aspect-ratio: 4 / 3;
  }

  body.js-enhanced {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }

  .hero {
    padding-top: 1.15rem;
    padding-bottom: 1.1rem;
  }

  .hero-kicker,
  .hero-intro,
  .benefits-list,
  .hero-copy > .cta-row {
    display: none;
  }

  .hero-copy {
    gap: 0.65rem;
  }

  .hero h1 {
    font-size: 1.52rem;
    max-width: 15ch;
  }

  .hero-subtitle {
    font-size: 0.92rem;
    letter-spacing: 0.02em;
  }

  .trust-badges {
    gap: 0.45rem;
    margin-top: 0.05rem;
  }

  .trust-badge {
    min-height: 30px;
    padding: 0.25rem 0.55rem;
    font-size: 0.76rem;
  }
}

@media (min-width: 768px) {
  .section {
    padding: 3.65rem 0;
  }

  .section-header h2 {
    font-size: 1.55rem;
  }

  .form-card {
    padding: 1.1rem;
  }

  .gallery-grid {
    gap: 0.85rem;
  }

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

  .footer-grid {
    grid-template-columns: 1.15fr 1fr;
    align-items: start;
  }

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

@media (min-width: 992px) {
  body.js-enhanced {
    padding-bottom: 0;
  }

  .mobile-sticky-bar {
    display: none;
  }

  .mobile-only-inline {
    display: none;
  }

  .desktop-only-inline {
    display: inline;
  }

  .mini-form-wrap {
    display: none;
  }

  .section-long-form-mobile {
    display: none !important;
  }

  .hero {
    padding-top: 1.25rem;
    padding-bottom: 1.55rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
    gap: 0.95rem;
  }

  .hero-copy {
    padding: 0.25rem 0 0.15rem;
    text-align: left;
    gap: 0.5rem;
  }

  .hero h1 {
    margin-inline: 0;
    font-size: clamp(1.65rem, 2.2vw, 2.15rem);
    max-width: 18ch;
  }

  .hero-subtitle {
    font-size: 0.95rem;
  }

  .hero-intro {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .benefits-list {
    gap: 0.35rem;
  }

  .benefits-list li {
    font-size: 0.92rem;
  }

  .trust-badges {
    gap: 0.35rem;
  }

  .trust-badge {
    min-height: 30px;
    padding: 0.2rem 0.5rem;
    font-size: 0.74rem;
  }

  .hero-copy .hero-intro:last-of-type {
    display: none;
  }

  .hero .cta-row {
    max-width: 500px;
  }

  .hero .trust-badges {
    justify-content: flex-start;
  }

  .hero-grid .form-card {
    padding: 0.85rem 0.85rem 0.8rem;
    border-radius: 8px;
  }

  .hero-grid .form-card::before {
    border-radius: 8px 8px 0 0;
    height: 3px;
  }

  .hero-grid .form-card__header {
    margin-bottom: 0.55rem;
  }

  .hero-grid .form-card__header h2 {
    font-size: 0.98rem;
    margin-bottom: 0;
  }

  .hero-grid .form-card__header p {
    display: none;
  }

  .hero-grid .field-grid {
    gap: 0.5rem;
  }

  .hero-grid .field {
    padding: 0.48rem 0.58rem;
  }

  .hero-grid .field label {
    font-size: 0.79rem;
    margin-bottom: 0.2rem;
  }

  .hero-grid .field input,
  .hero-grid .field select,
  .hero-grid .field textarea {
    font-size: 0.9rem;
  }

  .hero-grid .field textarea {
    min-height: 64px;
  }

  .hero-grid .field-error {
    font-size: 0.74rem;
    margin-top: 0.2rem;
    min-height: 0.8em;
  }

  .hero-grid .checkbox-label {
    gap: 0.4rem;
    font-size: 0.82rem;
  }

  .hero-grid .checkbox-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }

  .hero-grid .checkbox-label input[type="checkbox"]::after {
    width: 8px;
    height: 5px;
  }

  .hero-grid .checkbox-text {
    font-size: 0.8rem;
  }

  .hero-grid .checkbox-links a {
    font-size: 0.74rem;
  }

  .hero-grid .checkbox-note {
    font-size: 0.72rem;
  }

  .hero-grid .form-actions {
    gap: 0.45rem;
  }

  .hero-grid .form-actions .btn-large {
    min-height: 42px;
    font-size: 0.86rem;
    padding-inline: 0.85rem;
  }

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

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

  .rappel-card {
    grid-template-columns: 1fr;
    align-items: center;
    text-align: center;
  }

  .cta-row--stack-mobile {
    justify-self: center;
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 991px) {
  .mobile-sticky-bar__btn {
    min-height: 44px;
    font-size: 0.82rem;
  }
}

@media (max-width: 380px) {
  .mobile-sticky-bar__inner {
    gap: 0.35rem;
  }

  .mobile-sticky-bar__btn {
    font-size: 0.75rem;
    min-height: 42px;
    padding-inline: 0.45rem;
  }
}

@media (min-width: 992px) and (max-height: 900px) {
  .hero {
    padding-top: 1rem;
    padding-bottom: 1.15rem;
  }

  .hero-grid {
    gap: 0.75rem;
    grid-template-columns: minmax(0, 1.08fr) minmax(315px, 0.92fr);
  }

  .hero-copy {
    gap: 0.38rem;
  }

  .hero-kicker {
    display: none;
  }

  .hero h1 {
    font-size: clamp(1.45rem, 1.95vw, 1.9rem);
    line-height: 1.12;
  }

  .hero-subtitle {
    font-size: 0.88rem;
  }

  .hero-intro:first-of-type {
    font-size: 0.86rem;
    line-height: 1.35;
  }

  .benefits-list {
    gap: 0.2rem;
  }

  .benefits-list li {
    font-size: 0.84rem;
  }

  .trust-badge {
    min-height: 26px;
    padding: 0.16rem 0.42rem;
    font-size: 0.68rem;
  }

  .hero .cta-row {
    max-width: 460px;
    gap: 0.4rem;
  }

  .hero .cta-row .btn-large {
    min-height: 40px;
    font-size: 0.8rem;
    padding-inline: 0.7rem;
  }

  .hero-grid .form-card {
    padding: 0.65rem 0.7rem 0.65rem;
  }

  .hero-grid .form-card__header {
    margin-bottom: 0.4rem;
  }

  .hero-grid .form-card__header h2 {
    font-size: 0.9rem;
    letter-spacing: 0.04em;
  }

  .hero-grid .field-grid {
    gap: 0.38rem;
  }

  .hero-grid .field {
    padding: 0.42rem 0.5rem;
  }

  .hero-grid .field label {
    font-size: 0.74rem;
    margin-bottom: 0.15rem;
  }

  .hero-grid .field input,
  .hero-grid .field select,
  .hero-grid .field textarea {
    font-size: 0.84rem;
  }

  .hero-grid .field textarea {
    min-height: 50px;
  }

  .hero-grid .field-checkbox {
    padding-block: 0.45rem;
  }

  .hero-grid .checkbox-label {
    font-size: 0.75rem;
    line-height: 1.25;
  }

  .hero-grid .checkbox-note {
    display: none;
  }

  .hero-grid .form-actions {
    gap: 0.35rem;
  }

  .hero-grid .form-actions .btn-large {
    min-height: 38px;
    font-size: 0.78rem;
    padding-inline: 0.65rem;
  }
}

@media (min-width: 992px) and (max-height: 780px) {
  .hero-intro:first-of-type,
  .benefits-list {
    display: none;
  }

  .hero-copy {
    gap: 0.3rem;
  }

  .hero-subtitle {
    margin-bottom: 0.1rem;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(100% - 1rem, var(--container));
  }

  .btn-call {
    padding-inline: 0.75rem;
  }

  .logo-image {
    height: 30px;
  }

  .hero h1 {
    font-size: 1.46rem;
  }

  .hero-subtitle {
    font-size: 0.9rem;
  }

  .gmb__map {
    aspect-ratio: 1 / 1;
  }

  .mobile-sticky-bar {
    padding-inline: 0.45rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
