:root {
    --tp-orange: #f36c21;
    --tp-orange-dark: #cf5715;
    --tp-dark: #1e1e1e;
    --tp-dark-soft: #2e2e2e;
    --tp-text: #2a2a2a;
    --tp-muted: #5c5c5c;
    --tp-bg: #e8e8e8;
    --tp-section-light: #f4f4f4;
    --tp-section-gray: #ebebeb;
    --tp-card: #ffffff;
    --tp-border: #d8d8d8;
    --tp-success: #1f8b4c;
    --tp-error: #b02a2a;
    --radius: 12px;
    --radius-sm: 8px;
    --shadow-sm: 0 4px 14px rgba(17, 17, 17, 0.06);
    --shadow-md: 0 20px 48px rgba(17, 17, 17, 0.16);
    --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.5rem;
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 0.4rem;
}

.section-header::after {
    content: "";
    width: 48px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--tp-orange-dark), var(--tp-orange));
    margin-top: 0.2rem;
}

.section-header h2 {
    font-size: 1.35rem;
    margin-bottom: 0.1rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    line-height: 1.32;
    color: var(--tp-dark);
}

.section-header p {
    color: var(--tp-muted);
    max-width: 58ch;
    font-size: 0.95rem;
}

.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.07);
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 1px 0 rgba(243, 108, 33, 0.18), 0 4px 16px rgba(0, 0, 0, 0.05);
}

.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 1rem;
    border-radius: 999px;
    border: 1px solid transparent;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    letter-spacing: 0.02em;
    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(-2px);
}

.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: linear-gradient(135deg, var(--tp-orange), #f07828);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), 0 8px 22px rgba(243, 108, 33, 0.28);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--tp-orange-dark), var(--tp-orange));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), 0 12px 28px rgba(243, 108, 33, 0.35);
}

.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;
}

/* ── Header actions group ── */
.header-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* ── WhatsApp button ── */
.btn-whatsapp {
    background: #25d366;
    color: #fff !important;
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), 0 6px 16px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp:hover {
    background: #1ebe5d;
    border-color: rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), 0 8px 22px rgba(37, 211, 102, 0.4);
}

/* Masquer le label texte sur très petit écran */
@media (max-width: 359px) {
    .btn-call-label {
        display: none;
    }
}

.site-header .btn-call {
    background: linear-gradient(135deg, var(--tp-orange), #f07828);
    color: #fff;
    border-color: rgba(207, 87, 21, 0.7);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), 0 6px 16px rgba(243, 108, 33, 0.28);
}

.site-header .btn-call:hover {
    background: linear-gradient(135deg, var(--tp-orange-dark), var(--tp-orange));
    border-color: rgba(167, 66, 11, 0.85);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), 0 8px 22px rgba(243, 108, 33, 0.36);
}

.hero {
    position: relative;
    padding-top: 1.55rem;
    padding-bottom: 2.15rem;
    overflow: clip;
    color: #fff;
    background: linear-gradient(rgba(14, 14, 14, 0.8), rgba(14, 14, 14, 0.87)), 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.12), transparent 40%), linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.18)), linear-gradient(90deg, rgba(0, 0, 0, 0.12), 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: #ffd9c4;
    font-weight: 700;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hero h1 {
    font-size: clamp(1.62rem, 5vw, 2.55rem);
    max-width: 18ch;
    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);
}

.hero-zone {
    color: rgba(255, 255, 255, 0.93);
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.4;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.22);
}

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

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

.hero-subtitle {
    color: #fff4ee;
    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 {
    display: none;
    margin-top: 0;
    min-height: 0;
}

.field-checkbox--mini {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(51, 51, 51, 0.12);
}

.mini-form .field-checkbox--mini .checkbox-text {
    color: var(--tp-dark);
    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: #666;
    font-size: 0.72rem;
}

.mini-form .field-checkbox--mini input[type="checkbox"] {
    border-color: #9e9e9e;
}

.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.94);
    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;
    width: 100%;
    max-width: 520px;
    margin-inline: auto;
}

.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;
}

.hero-microcopy {
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.84rem;
    line-height: 1.45;
    max-width: 60ch;
    margin-inline: auto;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.22);
}

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

.trust-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 0.82rem;
    font-weight: 700;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    letter-spacing: 0.02em;
}

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

.hero .cta-row {
    width: 100%;
    max-width: 560px;
    margin-inline: auto;
}

.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.07);
    border-radius: var(--radius);
    box-shadow: var(--shadow-md);
    padding: 1rem;
    scroll-margin-top: calc(var(--header-height) + 18px);
    position: relative;
}

.form-anchor {
    display: block;
    height: 0;
    width: 100%;
    scroll-margin-top: calc(var(--header-height) + 18px);
}

.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: var(--radius) var(--radius) 0 0;
    background: linear-gradient(90deg, var(--tp-orange-dark), var(--tp-orange), #f8a06a);
}

.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.06em;
    line-height: 1.35;
    color: var(--tp-dark);
    position: relative;
    display: inline-block;
}

.form-card__header p {
    color: var(--tp-muted);
    font-size: 0.88rem;
    max-width: 36ch;
    margin-inline: auto;
    line-height: 1.45;
}

.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.5rem 0.65rem;
    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.5);
    box-shadow: 0 0 0 4px rgba(243, 108, 33, 0.1);
    transform: translateY(-1px);
}

.field label {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0.38rem;
    color: var(--tp-dark);
}

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

.field input:not([type="checkbox"]):not([type="file"]),
.field select {
    min-height: 34px;
}

.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-photo-upload {
    padding: 0.55rem 0.6rem;
}

.photo-toggle {
    width: 100%;
    border: 1px dashed rgba(243, 108, 33, 0.42);
    border-radius: 8px;
    background: rgba(243, 108, 33, 0.05);
    color: #6f2f08;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-align: left;
    padding: 0.65rem 0.75rem;
    cursor: pointer;
    transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.photo-toggle:hover {
    background: rgba(243, 108, 33, 0.09);
    border-color: rgba(243, 108, 33, 0.6);
}

.photo-toggle:focus-visible {
    outline: 3px solid rgba(243, 108, 33, 0.22);
    outline-offset: 2px;
}

.photo-toggle.is-open {
    background: rgba(243, 108, 33, 0.08);
    border-style: solid;
    color: #4e2106;
}

.photo-upload-panel {
    margin-top: 0.55rem;
    padding-top: 0.15rem;
}

.photo-upload-panel .field-help {
    margin-bottom: 0.1rem;
}

.field-error {
    display: none;
    min-height: 0;
    margin-top: 0;
    color: var(--tp-error);
    font-size: 0.82rem;
    line-height: 1.35;
}

.field-error:not(:empty) {
    display: block;
    margin-top: 0.35rem;
}

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

.field .checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    margin: 0;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 0.12rem;
    border: 1.5px solid #9e9e9e;
    border-radius: 5px;
    background: #fff;
    display: 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;
}

.submit-reassurance {
    margin-top: 0.55rem;
    text-align: center;
    color: var(--tp-muted);
    font-size: 0.8rem;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    flex-wrap: wrap;
}

.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.9rem;
}

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

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

.gallery-card {
    appearance: none;
    border: 1px solid rgba(51, 51, 51, 0.07);
    border-radius: 10px;
    padding: 0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    position: relative;
}

.gallery-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.1);
    border-color: rgba(243, 108, 33, 0.3);
}

.gallery-card:hover img {
    transform: scale(1.04);
}

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

.gallery-card__meta {
    display: block;
    padding: 0.6rem 0.75rem 0.75rem;
    font-weight: 700;
    font-size: 0.82rem;
    color: var(--tp-dark);
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

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

.service-card {
    padding: 1.1rem 1rem 1rem 1.2rem;
    border-top: 3px solid rgba(243, 108, 33, 0.22);
    position: relative;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-top-color 0.18s ease;
}

.service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    border-top-color: var(--tp-orange);
}

.service-card h3 {
    font-size: 0.97rem;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-left: 1.3rem;
    color: var(--tp-dark);
}

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

.service-card p {
    color: var(--tp-muted);
    font-size: 0.91rem;
    line-height: 1.55;
}

.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: 16px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: #fff;
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.1);
    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.6rem;
}

.faq-item {
    background: var(--tp-card);
    border: 1px solid rgba(51, 51, 51, 0.06);
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    padding: 0 0.9rem;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.faq-item[open] {
    border-color: rgba(243, 108, 33, 0.28);
    box-shadow: 0 4px 16px rgba(243, 108, 33, 0.06);
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.9rem 2rem 0.9rem 0;
    position: relative;
    color: var(--tp-dark);
    transition: color 0.16s ease;
}

.faq-item summary:hover {
    color: var(--tp-orange-dark);
}

.faq-item[open] summary {
    color: var(--tp-orange-dark);
}

.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.3rem;
    color: var(--tp-orange);
    line-height: 1;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(243, 108, 33, 0.08);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    transition: background 0.18s ease, transform 0.22s ease;
}

.faq-item[open] summary::after {
    content: "−";
    background: rgba(243, 108, 33, 0.14);
}

.faq-item p {
    color: var(--tp-muted);
    padding: 0 0 1rem;
    font-size: 0.92rem;
    line-height: 1.6;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 0.6rem;
    margin-top: -0.1rem;
}

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

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

.rappel-card h2 {
    font-size: clamp(1.1rem, 2.5vw, 1.35rem);
    margin-bottom: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.3;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.rappel-card p {
    color: rgba(255, 255, 255, 0.88);
    max-width: 56ch;
    margin-inline: auto;
    font-size: 0.95rem;
}

.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.06);
    background: linear-gradient(180deg, #1e1e1e, #181818);
    padding: 1.8rem 0 2.2rem;
}

.mobile-sticky-bar {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    padding: 0.5rem 0.7rem calc(0.5rem + env(safe-area-inset-bottom));
    background: rgba(18, 18, 18, 0.96);
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.28);
}

.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: rgba(255, 255, 255, 0.04);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.22);
}

.mobile-sticky-bar__btn--quote {
    background: linear-gradient(135deg, var(--tp-orange), #f07828);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14), 0 4px 14px rgba(243, 108, 33, 0.28);
}

.mobile-sticky-bar__btn--call:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.34);
}

.mobile-sticky-bar__btn--quote:hover {
    background: linear-gradient(135deg, var(--tp-orange-dark), var(--tp-orange));
}

.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;
    }

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

    .hero-copy > .cta-row {
        display: none;
    }

    .hero-copy {
        gap: 0.65rem;
    }

    .hero h1 {
        font-size: clamp(1.55rem, 5.6vw, 1.95rem);
        max-width: 17ch;
    }

    .hero-kicker {
        font-size: 0.76rem;
        letter-spacing: 0.07em;
    }

    .hero-zone {
        font-size: 0.84rem;
        line-height: 1.35;
    }

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

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

    .benefits-list {
        gap: 0.45rem;
        max-width: 34rem;
    }

    .benefits-list li {
        font-size: 0.88rem;
        line-height: 1.4;
    }

    .hero-microcopy {
        font-size: 0.78rem;
        line-height: 1.4;
    }

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

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

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

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

@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 {
        width: 100%;
        max-width: 720px;
        justify-self: center;
        margin-inline: auto;
        padding: 0.25rem 0 0.15rem;
        text-align: center;
        gap: 0.52rem;
    }

    .hero h1 {
        margin-inline: auto;
        font-size: clamp(1.8rem, 2.35vw, 2.45rem);
        max-width: 18ch;
    }

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

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

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

    .benefits-list {
        gap: 0.35rem;
        max-width: 520px;
    }

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

    .hero-microcopy {
        font-size: 0.79rem;
        line-height: 1.38;
        max-width: 520px;
    }

    .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: block;
    }

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

    .hero .trust-badges {
        justify-content: center;
    }

    .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: block;
        font-size: 0.78rem;
        line-height: 1.35;
        max-width: 28ch;
    }

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

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

    .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 input:not([type="checkbox"]):not([type="file"]),
    .hero-grid .field select {
        min-height: 30px;
    }

    .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 .photo-toggle {
        font-size: 0.8rem;
        padding: 0.5rem 0.55rem;
    }

    .hero-grid .photo-upload-panel {
        margin-top: 0.4rem;
    }

    .hero-grid .submit-reassurance {
        margin-top: 0.35rem;
        font-size: 0.7rem;
        line-height: 1.3;
    }

    .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 h1 {
        font-size: clamp(1.45rem, 1.95vw, 1.9rem);
        line-height: 1.12;
    }

    .hero-zone {
        font-size: 0.8rem;
    }

    .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;
    }

    .hero-microcopy {
        font-size: 0.72rem;
        line-height: 1.3;
    }

    .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: block;
    }

    .hero-grid .submit-reassurance {
        display: block;
        font-size: 0.64rem;
        line-height: 1.2;
        margin-top: 0.2rem;
    }

    .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-copy {
        gap: 0.3rem;
    }

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

    .hero-intro {
        font-size: 0.8rem;
        line-height: 1.28;
    }

    .benefits-list {
        gap: 0.14rem;
    }

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

    .hero-microcopy {
        display: none;
    }
}

@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: clamp(1.45rem, 6vw, 1.72rem);
    }

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

    .hero-zone {
        font-size: 0.81rem;
    }

    .hero-microcopy {
        font-size: 0.75rem;
    }

    .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;
    }
}
