.language-switcher a,
.nav-link {
    font-weight: 500;
    text-decoration: none;
}
#zones .zones-list,
#zones .zones-list li,
.feature-list,
.service-bullets,
.service-content ul,
.zones-grid,
.zones-inline {
    list-style: none;
}
#hero,
#pourquoi,
#zones .note,
.benefit,
.center,
.cta-center,
.cta-container,
.devis-header,
.engagement-item,
.ft__place,
.pricing-box,
.processus-etape,
.service-detail-header,
.service-footer,
.service-hero,
.sous-titre,
.submit-container,
.tech-img,
footer,
h2 {
    text-align: center;
}
.breadcrumb a:hover,
.breadcrumbs a:hover,
.ft a:hover,
.site-footer a:hover,
.zones-grid a:hover,
.zones-inline a:hover {
    text-decoration: underline;
}
.footer-contacts a,
.ft__tag,
.subnav a {
    white-space: nowrap;
}
#intro-solenca .intro-text,
.ft__brand {
    min-width: 0;
}
.ft__social a i,
html {
    font-size: 16px;
}
.nav-link,
body {
    color: var(--text-color);
}
:root {
    --primary-color: #ff8700;
    --secondary-color: #1d1d1f;
    --text-color: #1d1d1f;
    --text-light: #5e5e63;
    --white-color: #ffffff;
    --background-light: #ffffff;
    --background-soft: #f8f8f8;
    --border-color: #eaeaea;
    --font-body: "Be Vietnam Pro", sans-serif;
    --shadow-light: 0 4px 15px rgba(0, 0, 0, 0.05);
    --shadow-medium: 0 8px 30px rgba(0, 0, 0, 0.1);
    --shadow-strong: 0 12px 40px rgba(0, 0, 0, 0.15);
    --bottom-nav-height: 68px;
    --safe-bottom: env(safe-area-inset-bottom, 0px);
    --navbar-height: 64px;
    --line: var(--border-color);
    --ink: var(--text-color);
    --muted: var(--text-light);
    --primary: var(--primary-color);
}
.cta-button,
.nav-link::after {
    background: var(--primary-color);
}
*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    * {
        animation: none !important;
        transition: none !important;
    }
}
body {
    font-family: var(--font-body);
    line-height: 1.7;
    background: var(--background-light);
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    animation: 0.6s ease-out forwards fadeIn;
}
.language-switcher a,
p {
    color: var(--text-light);
}
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6rem 2rem;
}
.checkbox-card input,
.mobile-only {
    display: none;
}
h1,
h2,
h3,
h4 {
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 1.25rem;
    letter-spacing: -0.4px;
}
.cta-button,
h3 {
    font-weight: 600;
}
h1 {
    font-size: 4rem;
}
h2 {
    font-size: 2.6rem;
    margin-bottom: 0.75rem;
}
h3 {
    font-size: 1.35rem;
}
h4 {
    font-size: 1.15rem;
}
.sous-titre {
    max-width: 720px;
    margin: 0 auto 3.5rem;
    font-size: 1.05rem;
    line-height: 1.7;
}
#navbar {
    position: fixed;
    inset: 0 auto auto 0;
    width: 100%;
    z-index: 1000;
    padding: 1.25rem 2rem;
    transition:
        background-color 0.4s,
        box-shadow 0.4s,
        padding 0.4s;
}
#navbar.scrolled {
    padding: 0.85rem 2rem;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: var(--shadow-light);
}
.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-img {
    height: 44px;
    transition: transform 0.3s;
}
.logo:hover .logo-img,
.service-card:hover .service-card-image {
    transform: scale(1.04);
}
.nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.nav-link {
    position: relative;
    padding-bottom: 6px;
}
.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    transition: width 0.3s;
}
.nav-link.active::after,
.nav-link:hover::after,
.pricing-box .cta-button {
    width: 100%;
}
.language-switcher a {
    padding: 0.4rem 0.7rem;
    border-radius: 6px;
    transition: 0.25s;
}
.language-switcher a.active {
    background: var(--text-color);
    color: #fff;
}
.cta-button {
    display: inline-block;
    padding: 16px 36px;
    border-radius: 10px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    color: #fff;
    box-shadow: 0 4px 15px rgba(255, 135, 0, 0.22);
    transition:
        transform 0.25s,
        box-shadow 0.25s;
}
#zones .zones-list a,
.cta-secondary,
.cta-tertiary {
    color: var(--text-color);
    font-weight: 600;
    text-decoration: none;
}
.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(255, 135, 0, 0.32);
}
.cta-row {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 1rem;
    justify-content: center;
}
.cta-secondary,
.cta-tertiary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1rem;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    background: #fff;
}
.cta-secondary:hover,
.cta-tertiary:hover {
    box-shadow: var(--shadow-light);
    transform: translateY(-2px);
}
#hero {
    min-height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("assets/solenca-bg.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}
#about,
#contact,
#engagement,
#processus,
#services,
#tech,
.service-card,
.service-page body {
    background: #fff;
}
.hero-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
}
.hero-content h1 {
    font-size: 5rem;
    font-weight: 800;
    text-shadow: 0 6px 28px rgba(0, 0, 0, 0.35);
}
.hero-content p {
    color: rgba(255, 255, 255, 0.96);
    font-size: 1.15rem;
    margin-bottom: 2.1rem;
}
.hero-features {
    display: flex;
    justify-content: center;
    gap: 3.2rem;
    margin-top: 2.6rem;
    padding-top: 1.6rem;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}
#zones .zones-list a,
.service-card {
    border: 1px solid var(--border-color);
}
.hero-feature-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.05rem;
    font-weight: 600;
}
.hero-feature-item i {
    font-size: 1.7rem;
    color: var(--primary-color);
}
#contact,
#zones,
.processus-etape .numero {
    background: var(--background-soft);
}
.engagement-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    margin-top: 4.2rem;
}
.engagement-icon {
    font-size: 2.6rem;
    color: var(--primary-color);
    margin-bottom: 1.2rem;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 2.2rem;
}
.service-card {
    overflow: hidden;
    transition:
        transform 0.3s,
        box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-medium);
}
.service-card-image {
    height: 240px;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s;
}
.service-card-content {
    padding: 2rem;
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.service-card-icon {
    width: 58px;
    height: 58px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    position: absolute;
    top: -29px;
    right: 2rem;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    border: 3px solid #fff;
}
#zones .note,
.service-snippet {
    color: var(--text-light);
    font-size: 0.95rem;
}
#zones .zones-list a:hover,
.about-img img,
.devis-form {
    box-shadow: var(--shadow-medium);
}
.service-card h3 {
    margin: 0.4rem 0 1rem;
}
.service-snippet {
    margin-top: auto;
}
.cta-container {
    margin-top: 3.4rem;
}
.processus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.8rem;
}
.processus-etape {
    padding: 1.2rem;
}
.processus-etape .numero {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 2px solid var(--border-color);
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 50%;
    margin: 0 auto 1.2rem;
    transition: 0.25s;
}
.about-grid,
.tech-grid {
    align-items: center;
    display: grid;
}
.processus-etape:hover .numero {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    transform: scale(1.08);
}
.about-grid {
    grid-template-columns: 300px 1fr;
    gap: 3.2rem;
}
.form-grid,
.tech-grid {
    grid-template-columns: 1fr 1fr;
}
.about-img img {
    width: 100%;
    border-radius: 50%;
}
.about-text h2,
.tech-text h2 {
    text-align: left;
}
.tech-grid {
    gap: 3rem;
}
.tech-img img {
    max-width: 400px;
}
#zones .sous-titre {
    margin-bottom: 2rem;
}
#zones .zones-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem 1.2rem;
    padding-left: 0;
    max-width: 980px;
    margin: 1.2rem auto 0;
}
#zones .zones-list a {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    background: #fff;
    border-radius: 12px;
    padding: 0.9rem 1rem;
    box-shadow: var(--shadow-light);
    transition:
        transform 0.2s,
        box-shadow 0.25s,
        border-color 0.25s,
        background 0.25s;
}
#zones .zones-list a::before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--primary-color);
    font-size: 1rem;
    width: 1rem;
    display: inline-block;
}
#zones .zones-list a::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: auto;
    color: #c9c9c9;
    transition:
        transform 0.2s,
        color 0.2s;
}
#zones .zones-list a:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 135, 0, 0.45);
    background: #fffdfa;
}
#zones .zones-list a:hover::after {
    transform: translateX(3px);
    color: var(--primary-color);
}
#zones .note {
    margin-top: 1.2rem;
}
.devis-header {
    margin-bottom: 2.4rem;
}
.devis-header .header-icon {
    font-size: 2.2rem;
    color: var(--primary-color);
    margin-bottom: 0.8rem;
}
.devis-form {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 2.6rem;
    border: 1px solid var(--border-color);
}
.form-step {
    border: none;
    padding: 0;
    margin-bottom: 2.2rem;
}
.form-step:last-of-type {
    margin-bottom: 0;
}
.form-step legend {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
}
.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    font-size: 0.95rem;
}
.form-grid {
    display: grid;
    gap: 1.2rem;
}
.devis-form label {
    font-weight: 500;
    margin-bottom: 0.45rem;
    font-size: 0.92rem;
}
.devis-form input,
.devis-form select,
.devis-form textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    font-size: 1rem;
    font-family: var(--font-body);
    transition:
        border-color 0.25s,
        box-shadow 0.25s;
    background: #fff;
}
.devis-form input:focus,
.devis-form select:focus,
.devis-form textarea:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(255, 135, 0, 0.16);
    outline: 0;
}
.devis-form textarea {
    min-height: 120px;
    resize: vertical;
}
.checkbox-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}
.checkbox-card {
    position: relative;
    display: block;
}
.checkbox-card .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    padding: 1.4rem 1rem;
    border: 2px solid var(--border-color);
    border-radius: 12px;
    cursor: pointer;
    transition: 0.25s;
    background: #fff;
    height: 100%;
}
.checkbox-card .card-content i {
    font-size: 1.9rem;
    color: var(--primary-color);
    transition: transform 0.25s;
}
.checkbox-card .card-content span {
    font-weight: 600;
    text-align: center;
}
.checkbox-card:hover .card-content {
    border-color: #d8d8d8;
}
.checkbox-card input:checked + .card-content {
    background: #fff8f0;
    border-color: var(--primary-color);
    box-shadow: 0 5px 15px rgba(255, 135, 0, 0.15);
    transform: translateY(-4px);
}
.submit-container {
    margin-top: 2.2rem;
}
.submit-container .cta-button {
    width: auto;
    max-width: 420px;
    font-size: 1.05rem;
    padding: 16px 38px;
}
.privacy-note {
    margin-top: 0.9rem;
    font-size: 0.85rem;
    color: var(--text-light);
}
.service-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}
.service-detail-header {
    min-height: 50vh;
    background-size: cover;
    background-position: center;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 4rem 2rem;
    position: relative;
}
.back-to-home,
.pricing-box {
    background: var(--background-soft);
}
.service-detail-header::before,
.service-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    z-index: 0;
}
.service-detail-header > *,
.service-hero > * {
    position: relative;
    z-index: 1;
}
.service-detail-header h1 {
    font-size: 3rem;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
}
.service-detail-header p {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.92);
    max-width: 640px;
    margin: 1rem auto 0;
}
.bn-item--active i,
.other-services-box h4 i,
.other-services-box ul li a i,
.other-services-box ul li a:hover,
.service-content ul li i {
    color: var(--primary-color);
}
.service-detail-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: start;
}
.service-content h2 {
    text-align: left;
    font-size: 2rem;
    margin-bottom: 1.2rem;
}
.service-content h3 {
    font-size: 1.45rem;
    margin-top: 2.2rem;
    margin-bottom: 0.9rem;
}
.service-content p {
    line-height: 1.8;
    margin-bottom: 1rem;
}
.service-content ul {
    padding-left: 0;
}
.service-content ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 0.55rem;
}
.service-content ul li i {
    margin-top: 4px;
}
.back-to-home {
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    color: var(--text-light);
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    margin-bottom: 2.2rem;
    transition: 0.25s;
}
.addon-card,
.benefit,
.pricing-box {
    border: 1px solid var(--border-color);
}
.back-to-home:hover {
    color: var(--text-color);
    background: #e9e9e9;
    box-shadow: var(--shadow-light);
    transform: translateY(-2px);
}
.service-sidebar {
    position: sticky;
    top: calc(var(--navbar-height) + 48px);
}
.pricing-box {
    padding: 2rem;
}
.pricing-box h4 {
    margin-bottom: 0.8rem;
}
.pricing-box .price {
    font-size: 1.45rem;
    color: var(--text-color);
    margin-bottom: 0.4rem;
}
.pricing-box .price strong {
    font-size: 2.1rem;
    font-weight: 800;
}
.pricing-box .disclaimer {
    font-size: 0.85rem;
    margin-bottom: 1.2rem;
    color: var(--text-light);
}
.other-services-box {
    margin-top: 1.6rem;
    padding: 1.2rem;
}
.other-services-box h4 {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.8rem;
}
.other-services-box ul {
    list-style: none;
    padding: 0;
}
.other-services-box ul li a {
    text-decoration: none;
    color: var(--text-color);
    font-weight: 500;
    padding: 0.45rem 0;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    border-bottom: 1px solid var(--border-color);
    transition: color 0.2s;
}
.other-services-box ul li:last-child a {
    border-bottom: none;
}
.service-footer,
footer {
    background: var(--secondary-color);
    color: rgba(255, 255, 255, 0.84);
    padding: 3rem 2rem;
}
.footer-contacts {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.6rem;
}
.footer-contacts a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    border-bottom: 1px dashed transparent;
}
.footer-contacts a:hover {
    border-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1024px) {
    .about-grid,
    .about-text h2,
    .tech-grid {
        text-align: center;
    }
    .about-grid,
    .service-detail-container,
    .tech-grid {
        grid-template-columns: 1fr;
    }
    .container {
        padding: 4rem 1.5rem;
    }
    h1 {
        font-size: 3.2rem;
    }
    h2 {
        font-size: 2.4rem;
    }
    .hero-content h1 {
        font-size: 4rem;
    }
    .about-img {
        margin: 0 auto 1.6rem;
        width: 200px;
        height: 200px;
    }
    .tech-text {
        order: 2;
    }
}
@media (max-width: 500px) {
    .checkbox-grid {
        grid-template-columns: 1fr 1fr;
    }
}
.form-consent {
    margin-top: 0.75rem;
    margin-bottom: 0.25rem;
}
.consent-label {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    color: var(--text-color);
    font-weight: 500;
    line-height: 1.5;
}
.consent-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 0.15rem;
    accent-color: var(--primary-color);
    flex: 0 0 auto;
}
.consent-label span {
    display: block;
    max-width: 720px;
}
.addon-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.2rem;
    margin-top: 1rem;
}
.addon-card {
    background: #fff;
    box-shadow: var(--shadow-light);
    padding: 1.1rem 1.1rem 1rem;
    transition:
        transform 0.25s,
        box-shadow 0.25s,
        border-color 0.25s;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.addon-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-medium);
    border-color: rgba(255, 135, 0, 0.35);
}
.addon-head {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.4rem;
}
.addon-icon,
.badge {
    align-items: center;
}
.addon-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    background: #fff8f0;
    border: 1px solid rgba(255, 135, 0, 0.35);
    color: var(--primary-color);
    font-size: 1.1rem;
    flex: 0 0 auto;
}
.addon-title {
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--text-color);
    line-height: 1.2;
    margin: 0;
}
.addon-body,
.addon-sub {
    color: var(--text-light);
}
.addon-sub {
    font-size: 0.9rem;
    margin: 0.15rem 0 0;
}
.addon-body {
    margin: 0.6rem 0 0.8rem;
    font-size: 0.95rem;
    line-height: 1.6;
    flex: 1 1 auto;
}
.badge,
.bn-item i,
.bn-item:hover {
    color: var(--text-color);
}
.badge,
.pill {
    font-size: 0.8rem;
}
.addon-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0.5rem;
    margin-bottom: 0.9rem;
}
.badge {
    display: inline-flex;
    gap: 0.4rem;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    font-weight: 600;
    background: var(--background-soft);
    border: 1px solid var(--border-color);
}
.badge--priority {
    background: #fff5eb;
    border-color: rgba(255, 135, 0, 0.45);
}
.badge--suggest {
    background: #f6faff;
    border-color: #dbeafe;
}
.pill {
    margin-left: auto;
    padding: 0.28rem 0.6rem;
    border-radius: 999px;
    font-weight: 700;
    background: #f3f4f6;
    color: #374151;
}
.addon-actions {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    flex-wrap: wrap;
}
.addon-actions .cta-tertiary {
    padding: 0.6rem 0.8rem;
    font-weight: 600;
}
.addon-card:focus-within {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}
@media (prefers-color-scheme: dark) {
    .addon-card,
    .badge {
        border-color: var(--border-color);
    }
    .addon-card {
        background: #121214;
    }
    .badge {
        background: #161618;
        color: var(--text-light);
    }
    .badge--priority {
        background: rgba(255, 135, 0, 0.08);
    }
    .badge--suggest {
        background: rgba(59, 130, 246, 0.08);
    }
    .pill {
        background: #1f2937;
        color: #e5e7eb;
    }
}
.bottom-nav {
    height: var(--bottom-nav-height);
    padding-bottom: var(--safe-bottom);
    border-top: 1px solid var(--border-color);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.06);
    align-items: stretch;
    justify-content: space-around;
}
.bn-item {
    flex: 1 1 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    padding-bottom: calc(var(--safe-bottom) / 2);
}
@supports (padding: max(0px)) {
    .bottom-nav {
        padding-bottom: max(var(--safe-bottom), 0px);
    }
}
.service-hero {
    min-height: 62vh;
    display: flex;
    align-items: center;
    position: relative;
}
.service-hero__inner {
    max-width: 760px;
}
.service-hero h1 {
    font-size: 2.4rem;
    text-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}
.service-hero__sub {
    color: rgba(255, 255, 255, 0.95);
    margin: 0.6rem 0 1rem;
}
.service-hero__cta {
    display: flex;
    gap: 0.6rem;
    justify-content: center;
    flex-wrap: wrap;
}
.service-hero__price {
    opacity: 0.95;
    margin-top: 0.6rem;
}
.service-onecol {
    max-width: 860px;
}
.benefits-grid,
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 1.2rem 0 1.6rem;
}
.benefit {
    background: #fff;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: var(--shadow-light);
}
.benefit i {
    font-size: 1.4rem;
    color: var(--primary-color);
    margin-bottom: 0.35rem;
}
.benefit h3 {
    font-size: 1.05rem;
    margin-bottom: 0.25rem;
}
.benefit p,
.footer-nap {
    font-size: 0.95rem;
}
.pricing-box--prominent {
    margin-top: 0.4rem;
}
.dual-cta {
    display: flex;
    gap: 0.6rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 0.6rem;
}
.bullets-compact {
    margin: 0.6rem auto 0;
    max-width: 700px;
}
.bullets-compact li {
    margin-bottom: 0.5rem;
}
.bullets-compact i {
    color: var(--primary-color);
    margin-right: 0.5rem;
}
.note-box {
    background: var(--background-soft);
    border: 1px solid var(--border-color);
    padding: 1rem;
    border-radius: 12px;
    margin: 1.2rem 0 0;
}
.sticky-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(var(--bottom-nav-height) + var(--safe-bottom) + 10px);
    display: none;
    gap: 0.6rem;
    z-index: 1002;
}
.sticky-cta__btn {
    flex: 1 1 auto;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.9rem 1rem;
    border-radius: 999px;
    background: var(--primary-color);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 8px 22px rgba(255, 135, 0, 0.28);
}
.sticky-cta__wa {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}
.pricing-card,
.trust-strip {
    border: 1px solid var(--border-color);
}
.pricing-card {
    position: relative;
    background: #fff;
    border-radius: 14px;
    box-shadow: var(--shadow-light);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.pricing-card__head {
    padding: 1rem 1.1rem;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.pricing-card__title {
    font-weight: 800;
    letter-spacing: 0.2px;
    margin: 0;
}
.pricing-card__badge {
    margin-left: auto;
    font-weight: 800;
    font-size: 0.8rem;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    background: #fff5eb;
    border: 1px solid rgba(255, 135, 0, 0.45);
    color: #9a5600;
}
.pricing-card__body {
    padding: 1rem 1.1rem;
}
.pricing-card__price {
    font-size: 1.8rem;
    font-weight: 900;
    margin: 0.1rem 0 0.4rem;
}
.pricing-card__price small {
    font-size: 0.9rem;
    color: var(--text-light);
    font-weight: 600;
}
.feature-list {
    padding: 0;
    margin: 0.4rem 0 0;
}
.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    margin: 0.5rem 0;
}
.feature-list li i,
.service-bullets li i {
    color: var(--primary-color);
    margin-top: 2px;
}
.pricing-card__cta {
    padding: 1rem 1.1rem;
    margin-top: auto;
    border-top: 1px solid var(--border-color);
    display: flex;
    gap: 0.6rem;
}
.pricing-card__cta .cta-button {
    flex: 1 1 auto;
}
.ribbon {
    position: absolute;
    top: 12px;
    right: -38px;
    background: var(--primary-color);
    color: #fff;
    font-weight: 900;
    font-size: 0.78rem;
    padding: 0.35rem 2.2rem;
    transform: rotate(35deg);
    box-shadow: 0 6px 16px rgba(255, 135, 0, 0.35);
    letter-spacing: 0.3px;
}
.trust-strip {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: var(--background-soft);
    border-radius: 12px;
    padding: 0.8rem 1rem;
}
.card,
.note-box,
.subnav {
    background: #fff;
}
.trust-item {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--text-color);
}
.bn-item--active,
.bn-item--active i,
.bn-item:active,
.trust-item i {
    color: var(--primary-color);
}
.compare {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 1rem 0;
}
.compare td,
.compare th {
    border: 1px solid var(--border-color);
    padding: 0.7rem 0.8rem;
    text-align: left;
}
.compare th {
    background: #fffdf9;
    font-weight: 800;
}
.subnav a,
.zones-grid a {
    text-decoration: none;
    font-weight: 700;
}
.compare tr:hover td {
    background: #fffdfa;
}
.service-bullets {
    padding: 0;
    margin: 0.6rem 0 0;
}
.service-bullets li {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
    margin: 0.5rem 0;
}
.icon-lg {
    font-size: 1.25rem;
}
.icon-xl {
    font-size: 1.6rem;
}
.subnav {
    position: sticky;
    top: var(--navbar-height);
    z-index: 998;
    border-bottom: 1px solid var(--border-color);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}
.subnav .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 16px;
    overflow: auto;
    padding: 10px 16px;
}
.subnav a {
    color: var(--text-color);
    padding: 6px 10px;
    border-radius: 10px;
    transition:
        background 0.2s,
        color 0.2s;
}
.subnav a:hover {
    background: #f7f7f7;
}
@media (max-width: 768px) {
    .mobile-only {
        display: block;
    }
    .desktop-only,
    .nav-links {
        display: none;
    }
    html {
        font-size: 15px;
    }
    .hero-content h1 {
        font-size: 3.1rem;
    }
    .hero-features {
        flex-direction: column;
        gap: 1.2rem;
        align-items: center;
    }
    .form-grid {
        grid-template-columns: 1fr;
    }
    .consent-label span {
        max-width: 100%;
    }
    .subnav {
        top: 56px;
    }
}
.zones-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin-top: 0.5rem;
    padding: 0;
}
.zones-grid a {
    color: #0f4c81;
}
.pillars-subnav a,
.social-link {
    font-weight: 600;
    text-decoration: none;
}
.breadcrumbs {
    font-size: 0.92rem;
    color: var(--text-light);
    margin: 0.5rem 0 1rem;
}
.breadcrumbs a {
    color: var(--text-light);
    text-decoration: none;
}
body,
html {
    overscroll-behavior: none;
}
.addon-card,
.card,
.devis-form,
.pricing-box,
.service-card {
    border-radius: 16px;
    box-shadow: var(--shadow-light);
}
.bn-item {
    padding: 0.35rem 0 calc(var(--safe-bottom) / 2);
}
.details,
details {
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 0.6rem 0.8rem;
    background: #fff;
}
.details + .details,
details + details {
    margin-top: 0.6rem;
}
summary {
    cursor: pointer;
    font-weight: 800;
}
.note-box {
    box-shadow: var(--shadow-light);
}
@media (max-width: 640px) {
    #zones .zones-list {
        grid-template-columns: 1fr 1fr;
    }
    body {
        padding-bottom: calc(var(--bottom-nav-height) + var(--safe-bottom));
    }
    .bottom-nav,
    .sticky-cta {
        display: flex;
    }
    #engagement,
    #processus,
    #tech,
    .hero-features {
        display: none;
    }
    .container {
        padding: 3.2rem 1.25rem;
    }
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .service-hero {
        min-height: 56vh;
    }
    .service-hero h1 {
        font-size: 2rem;
    }
    .benefits-grid,
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    .pricing-card__body,
    .pricing-card__cta,
    .pricing-card__head {
        padding: 0.9rem 1rem;
    }
    .cta-button,
    .cta-secondary,
    .cta-tertiary {
        width: 100%;
        text-align: center;
    }
    .cta-row {
        gap: 0.6rem;
    }
    #navbar {
        padding: 0.6rem 1rem;
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(8px);
        box-shadow: var(--shadow-light);
    }
    .nav-container {
        justify-content: center;
    }
    .nav-links {
        display: none !important;
    }
    .logo-img {
        height: 38px;
    }
    #hero {
        min-height: 68vh;
    }
    .hero-content h1 {
        font-size: 2.2rem;
        text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
    }
    .hero-content p {
        font-size: 1rem;
    }
    .service-detail-container {
        display: flex;
        flex-direction: column-reverse;
        gap: 1.2rem;
    }
    .service-sidebar {
        position: static;
        order: -1;
    }
    .pricing-box {
        position: sticky;
        top: calc(56px + 10px);
        border: 1px solid var(--border-color);
        background: #fff;
        box-shadow: var(--shadow-medium);
    }
    #contact {
        background: 0 0;
    }
    .devis-form {
        padding: 1.4rem;
        border-radius: 18px;
        box-shadow: var(--shadow-strong);
        border: 1px solid var(--border-color);
    }
    .form-step legend {
        font-size: 1.1rem;
    }
    .devis-form input,
    .devis-form select,
    .devis-form textarea {
        padding: 12px;
    }
    .services-grid {
        grid-template-columns: 1fr;
        gap: 0.9rem;
    }
    .service-card-image {
        height: 200px;
    }
    .service-card {
        border-radius: 18px;
    }
    .service-footer,
    footer {
        padding: 2rem 1rem;
    }
    .logo-footer {
        font-size: 1.2rem;
    }
}
.service-hero {
    padding: 72px 0 32px;
    color: #0f172a;
    background: #f7f7f8;
}
.service-hero .sous-titre {
    margin: 0.25rem 0 1rem;
    color: #475569;
}
.hero--jardin,
.hero--maison,
.hero--piscine {
    background-image: linear-gradient(#f7f7f8, #fff);
}
.breadcrumb {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 0.5rem;
}
.breadcrumb a {
    color: #64748b;
    text-decoration: none;
}
.pillars-subnav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0 18px;
}
.pillars-subnav a {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid var(--line, #e7e7e7);
    border-radius: 999px;
    color: #0f172a;
}
.pillars-subnav a:hover {
    background: #fff3e8;
    border-color: #ff8700;
}
.zones-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0.5rem 0 0;
}
.zones-inline a {
    color: #0f4c81;
    font-weight: 700;
    text-decoration: none;
}
.cards-3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 12px;
}
.card {
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
.adv,
.kpi {
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    transition: 0.25s;
}
.card h3 {
    margin: 0.25rem 0 0.5rem;
}
.list-bullet,
.list-check {
    margin: 0.25rem 0 0;
    padding-left: 1.1rem;
}
.list-check li {
    list-style: outside;
    margin: 0.25rem 0;
}
.list-bullet li {
    list-style: disc;
    margin: 0.25rem 0;
}
.two-cols {
    columns: 1;
}
@media (min-width: 860px) {
    .zones-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .cards-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .two-cols {
        columns: 2;
    }
}
.cta-center {
    margin: 28px 0 40px;
}
.small-note {
    color: #64748b;
    margin-top: 0.35rem;
}
#pourquoi {
    margin-top: clamp(60px, 8vw, 100px);
    margin-bottom: clamp(60px, 8vw, 100px);
}
#pourquoi h2 {
    font-size: clamp(26px, 3vw, 38px);
    color: var(--ink);
    margin-bottom: 0.5rem;
}
#pourquoi .sous-titre {
    color: var(--muted);
    max-width: 720px;
    margin: 0 auto 2.5rem;
    line-height: 1.5;
    font-weight: 400;
}
.kpi-wrap {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.kpi {
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 0.85rem 1.4rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.kpi strong {
    font-size: 1.5rem;
    color: var(--primary);
    font-weight: 800;
    letter-spacing: -0.02em;
}
.kpi span {
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.3;
}
.kpi:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.1);
}
.grid-advantages {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2rem;
    text-align: left;
}
.adv {
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: clamp(18px, 2.5vw, 26px);
    position: relative;
}
.pillar,
.social-link {
    box-shadow: var(--shadow-light);
    background: #fff;
}
.adv i {
    color: var(--primary);
    font-size: 1.5rem;
    margin-bottom: 0.6rem;
    display: block;
}
.adv h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
    color: var(--ink);
}
.adv p {
    color: var(--muted);
    font-size: 0.98rem;
    line-height: 1.55;
}
.adv:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}
#pourquoi .cta-container {
    margin-top: 2.8rem;
}
#pourquoi .cta-button {
    background: var(--primary);
    color: #fff;
    font-weight: 700;
    padding: 0.9rem 1.5rem;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(255, 135, 0, 0.3);
    transition:
        background 0.25s,
        box-shadow 0.25s;
}
#pourquoi .cta-button:hover {
    background: #f93;
    box-shadow: 0 8px 28px rgba(255, 135, 0, 0.4);
}
.bottom-nav {
    border-top: 1px solid var(--line);
}
.pillar:hover,
.social-link:hover,
.social-pill:hover {
    box-shadow: var(--shadow-medium);
    border-color: rgba(255, 135, 0, 0.35);
}
.bottom-nav .bn-item {
    flex: 1;
    text-align: center;
    text-decoration: none;
    color: var(--ink);
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
}
.bn-item--active,
.bn-item:active,
.bn-item[aria-current="page"],
.bottom-nav .bn-item[aria-current="page"],
.pillar i {
    color: var(--primary);
}
.bottom-nav .bn-item i {
    font-size: 18px;
}
@media (max-width: 900px) {
    .grid-advantages {
        grid-template-columns: 1fr;
    }
    .kpi strong {
        font-size: 1.3rem;
    }
    .bottom-nav {
        display: flex;
        justify-content: space-around;
    }
    body {
        padding-bottom: 72px;
    }
}
#mission {
    margin-top: clamp(24px, 4vw, 48px);
}
.pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(14px, 2.6vw, 24px);
    margin-top: 14px;
}
.pillar {
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: clamp(16px, 2.5vw, 24px);
    transition:
        transform 0.25s,
        box-shadow 0.25s,
        border-color 0.25s;
}
.pillar i {
    font-size: 1.4rem;
    margin-right: 0.4rem;
}
.pillar h3 {
    margin: 0.3rem 0;
    color: var(--ink);
}
.pillar p {
    color: var(--muted);
}
.pillar:hover {
    transform: translateY(-3px);
}
@media (max-width: 900px) {
    .pillars-grid {
        grid-template-columns: 1fr;
    }
}
#intro-solenca .intro-card img,
.intro-card img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    display: block;
}
.intro-card figcaption {
    font-size: 0.9rem;
    color: var(--muted);
    margin-top: 0.5rem;
}
#reseaux {
    margin: 40px auto;
}
.social-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}
.footer-links a,
.social-link {
    align-items: center;
    display: inline-flex;
    gap: 0.5rem;
}
.social-link {
    padding: 0.6rem 1rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--ink);
    transition:
        box-shadow 0.25s,
        transform 0.25s,
        border-color 0.25s;
}
.social-link:hover,
.social-pill:hover {
    transform: translateY(-2px);
}
.bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: var(--bottom-nav-height);
    padding: 8px env(safe-area-inset-right, 8px) calc(8px + env(safe-area-inset-bottom, 8px))
        env(safe-area-inset-left, 8px);
    background: #fff;
    border-top: 1px solid var(--line);
    box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.06);
    display: none;
    align-items: stretch;
    justify-content: space-around;
    z-index: 1001;
}
.bn-item {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.78rem;
    color: var(--text-light);
    -webkit-tap-highlight-color: transparent;
    transition:
        color 0.2s,
        transform 0.2s;
}
.bn-item i {
    font-size: 1.25rem;
    line-height: 1;
    color: var(--ink);
    opacity: 0.9;
}
.bn-item:hover {
    color: var(--ink);
    transform: translateY(-1px);
}
.bn-item:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: -2px;
    outline: 2px solid var(--primary);
    outline-offset: -2px;
    border-radius: 10px;
}
.bn-item--active i,
.bn-item[aria-current="page"] i {
    color: var(--primary);
    opacity: 1;
}
.site-footer {
    background: var(--secondary-color);
    color: rgba(255, 255, 255, 0.9);
}
.ft a,
.site-footer a {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.2fr;
    gap: 24px;
    padding: 3rem 2rem;
}
.logo-footer {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 0.35rem;
}
.footer-tagline {
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}
.footer-links {
    display: grid;
    align-content: start;
    gap: 0.45rem;
}
.footer-links a {
    padding: 0.2rem 0;
    border-bottom: 1px dashed transparent;
}
.footer-links a:hover {
    border-bottom-color: rgba(255, 255, 255, 0.5);
}
.footer-contacts {
    display: grid;
    gap: 0.35rem;
    margin-bottom: 0.75rem;
}
.footer-contacts a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.social-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.9rem;
    background: #fff;
    color: #1d1d1f;
    border: 1px solid var(--line);
    border-radius: 999px;
    box-shadow: var(--shadow-light);
    transition:
        transform 0.2s,
        box-shadow 0.2s,
        border-color 0.2s;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding: 1rem 2rem 2rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
}
.footer-bottom p {
    margin: 0.2rem 0;
}
@media (max-width: 960px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 640px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 2rem 1.25rem;
    }
    .footer-links {
        grid-auto-rows: min-content;
    }
    .social-pill {
        padding: 0.5rem 0.8rem;
    }
}
.ft {
    background: var(--secondary-color);
    color: rgba(255, 255, 255, 0.92);
}
.ft a:hover {
    opacity: 0.9;
}
.ft__contact a,
.ft__links a:hover {
    text-decoration: none;
}
.ft__top {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 18px;
    align-items: center;
    padding: 2.2rem 2rem;
}
.ft__brand {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.ft__logo {
    font-weight: 900;
    letter-spacing: 0.6px;
    color: #fff;
    font-size: 1.1rem;
}
.ft__tag {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ft__links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.ft__links a {
    border-bottom: 1px dashed transparent;
}
.ft__links a:hover {
    border-bottom-color: rgba(255, 255, 255, 0.35);
}
.ft__social {
    display: flex;
    gap: 14px;
    align-items: center;
}
.ft__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: 0 0;
    transition:
        border-color 0.2s,
        transform 0.2s,
        background 0.2s;
}
.ft__social a:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.06);
}
.ft__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.75);
}
.ft__bottom-inner {
    padding: 0.9rem 2rem 1.4rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    align-items: center;
}
.ft__bottom p {
    margin: 0;
}
.ft__contact {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.ft__contact a i {
    margin-right: 0.35rem;
}
.ft__dot {
    opacity: 0.5;
}
@media (max-width: 960px) {
    .ft__bottom-inner,
    .ft__top {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .ft__contact,
    .ft__links,
    .ft__social {
        justify-content: center;
    }
    .ft__bottom-inner {
        gap: 8px;
    }
}
#intro-solenca .intro-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.9fr;
    gap: clamp(18px, 3vw, 28px);
    align-items: center;
}
#intro-solenca .intro-card {
    max-width: 420px;
    justify-self: end;
}
#intro-solenca .intro-card figcaption {
    font-size: 0.9rem;
    color: #64748b;
    margin-top: 0.5rem;
    text-align: center;
}
@media (max-width: 900px) {
    .bottom-nav {
        display: flex;
    }
    body {
        padding-bottom: calc(var(--bottom-nav-height) + var(--safe-bottom));
    }
    #intro-solenca .intro-grid {
        grid-template-columns: 1fr !important;
    }
    #intro-solenca .intro-text {
        order: 1 !important;
    }
    #intro-solenca .intro-card {
        max-width: 520px !important;
        justify-self: center !important;
        order: 2 !important;
        margin-top: 0.5rem !important;
    }
}

/* Galerie & Inspiration */
#galerie-inspiration {
    background: var(--background-light);
    padding: 4rem 2rem;
}

.galerie-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.galerie-item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-medium);
    transition: all 0.3s;
    aspect-ratio: 1/1;
}

.galerie-item:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-strong);
}

.galerie-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

/* Responsive : 2 photos par ligne sur mobile */
@media (max-width: 768px) {
    .galerie-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Centrer la carte WhatsApp dans la section contact */
.contact-whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem auto;
    max-width: fit-content;
}

.contact-box {
    text-align: center;
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: var(--shadow-medium);
    max-width: 620px;
    width: 100%;
}

.contact-box i.fa-whatsapp {
    margin-bottom: 1rem;
    color: #25D366;
}

.contact-box h3 {
    margin-bottom: 0.75rem;
}

.contact-box p {
    margin-bottom: 1.5rem;
    color: var(--text-light);
}
/* BANNIÈRE MARKETING */


.marketing-banner-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; /* centre l'image horizontalement */
}

.marketing-banner-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.marketing-banner-cta .cta-button,
.marketing-banner-cta .cta-secondary {
  width: auto;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}


/* ================================================== */
/* TOUT ÇA EST STRICTEMENT MOBILE (≤ 768px)           */
/* ================================================== */
@media (max-width: 768px) {

  /* 1. BASE APP – Police système + safe-area + anti-zoom */
  html, body {
    -webkit-text-size-adjust: none;
    overscroll-behavior: none;
    background: #fafafa !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-feature-settings: "kern" 1, "liga" 1;
    letter-spacing: -0.02em;
  }
  * { touch-action: manipulation; }
  body { -webkit-overflow-scrolling: touch; }

  /* 2. NAVBAR → Notch + status bar (iOS 18 style) */
  #navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: calc(56px + env(safe-area-inset-top)) !important;
    padding: env(safe-area-inset-top) 16px 12px 16px !important;
    background: rgba(255,255,255,0.92) !important;
    backdrop-filter: blur(32px) !important;
    -webkit-backdrop-filter: blur(32px) !important;
    border-bottom: 0.5px solid rgba(0,0,0,0.08) !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important;
    z-index: 9999 !important;
  }
  #navbar .nav-container {
    height: 56px !important;
    justify-content: center !important;
  }
  #navbar .logo-img {
    height: 42px !important;
  }

  /* 3. BOTTOM NAV → Vraie tab bar native (84px + safe-area) */
  .bottom-nav {
    position: fixed !important;
    left: 0 !important; right: 0 !important; bottom: 0 !important;
    height: calc(84px + env(safe-area-inset-bottom)) !important;
    padding: 8px 12px calc(24px + env(safe-area-inset-bottom)) 12px !important;
    background: rgba(255,255,255,0.94) !important;
    backdrop-filter: blur(32px) !important;
    border-top: 0.5px solid rgba(0,0,0,0.08) !important;
    box-shadow: 0 -8px 32px rgba(0,0,0,0.18) !important;
    z-index: 9999 !important;
  }
  .bn-item {
    height: 64px !important;
    gap: 4px !important;
    border-radius: 18px !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  .bn-item i {
    font-size: 28px !important;
    transition: all 0.25s ease;
  }
  .bn-item span {
    font-size: 10px !important;
    font-weight: 600 !important;
    opacity: 0.8;
  }
  .bn-item--active,
  .bn-item:active {
    background: rgba(255,135,0,0.16) !important;
  }
  .bn-item--active i,
  .bn-item:active i {
    transform: translateY(-4px) scale(1.1) !important;
    color: #ff8700 !important;
  }
  .bn-item--active span,
  .bn-item:active span {
    opacity: 1 !important;
    font-weight: 800 !important;
    color: #ff8700 !important;
  }

  /* 4. CARTES → Coins 28px + ombre profonde */
  .service-card,
  .contact-box,
  .devis-form,
  .marketing-banner-inner,
  .galerie-item,
  .addon-card,
  .pricing-box,
  .pillar,
  .card,
  .note-box {
    border-radius: 28px !important;
    overflow: hidden !important;
    box-shadow: 0 12px 32px rgba(0,0,0,0.14) !important;
    border: none !important;
  }

  /* 5. HERO → Plein écran comme une app */
  #hero {
    min-height: 100vh !important;
    padding-top: calc(56px + env(safe-area-inset-top)) !important;
    padding-bottom: 120px !important;
    justify-content: flex-end !important;

  }
  .hero-content {
    padding: 0 24px !important;
    text-align: center !important;
  }
  .hero-content h1 {
    font-size: 48px !important;
    font-weight: 900 !important;
    letter-spacing: -1.8px !important;
    line-height: 1.1 !important;
    text-shadow: 0 4px 20px rgba(0,0,0,0.4) !important;
  }
  .hero-content p {
    font-size: 18px !important;
    font-weight: 500 !important;
  }
  .cta-row {
    flex-direction: column !important;
    gap: 16px !important;
  }
  .cta-button,
  .cta-secondary {
    height: 56px !important;
    border-radius: 99px !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    box-shadow: 0 8px 28px rgba(255,135,0,0.4) !important;
  }

  /* 6. STICKY CTA FLOTTANT */
  .sticky-cta {
    display: flex !important;
    bottom: calc(94px + env(safe-area-inset-bottom)) !important;
    left: 20px !important;
    right: 20px !important;
    height: 62px !important;
    border-radius: 99px !important;
    box-shadow: 0 16px 42px rgba(0,0,0,0.28) !important;
    z-index: 9998 !important;
  }
  .sticky-cta__btn {
    background: #ff8700 !important;
    font-size: 17px !important;
    font-weight: 800 !important;
  }
  .sticky-cta__wa {
    width: 62px !important;
    background: #25d366 !important;
    box-shadow: 0 10px 30px rgba(37,211,102,0.45) !important;
  }

  /* 7. GALERIE → Instagram/TikTok */
  .galerie-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    padding: 0 12px !important;
  }
  .galerie-item {
    aspect-ratio: 1/1 !important;
    border-radius: 24px !important;
    box-shadow: 0 10px 28px rgba(0,0,0,0.16) !important;
  }
  .galerie-item:active img {
    transform: scale(0.92) !important;
  }

  /* 8. PADDINGS & SECTIONS */
  .container {
    padding: 32px 20px !important;
  }
  section { margin-bottom: 40px !important; }

  /* 9. BOUTONS WHATSAPP */
  a[href*="wa.me"],
  .contact-box .cta-button {
    background: #25d366 !important;
    box-shadow: 0 10px 30px rgba(37,211,102,0.4) !important;
  }

  /* 10. SCROLL INDICATOR */
  body::before {
    content: '';
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: #ff8700;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: 99999;
  }
  body.scrolled::before { transform: scaleX(1); }

  /* 11. SPLASH SCREEN PWA */
  @media all and (display-mode: standalone) {
    body::after {
      content: "Solenca";
      position: fixed;
      inset: 0;
      background: #ff8700;
      color: white;
      font-size: 32px;
      font-weight: 900;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 999999;
      animation: splash 2s forwards;
    }
  }
  @keyframes splash {
    0%, 70% { opacity: 1; }
    100% { opacity: 0; visibility: hidden; }
  }
}