/*
Theme Name: Hello Elementor Child
Description: Thème enfant sécurisé de Hello Elementor.
Author: NR PARTNERS
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* EN3D GLOBAL CSS START */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@700;800&display=swap');

:root {
    --en3d-ink: #1b1c20;
    --en3d-ink-soft: #46484e;
    --en3d-yellow: #f4d62e;
    --en3d-yellow-deep: #e4bd16;
    --en3d-white: #ffffff;
    --en3d-muted: #f5f6f7;
    --en3d-border: #e3e5e8;
    --en3d-shadow: 0 18px 45px rgba(17, 24, 39, 0.10);
}

#en3d-home,
#en3d-home * {
    box-sizing: border-box;
}

#en3d-home {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    background: var(--en3d-white);
    color: var(--en3d-ink);
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

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

#en3d-home a {
    color: inherit;
    text-decoration: none;
}

#en3d-home button,
#en3d-home input {
    font: inherit;
}

#en3d-home h1,
#en3d-home h2,
#en3d-home h3,
#en3d-home h4,
#en3d-home p {
    margin-top: 0;
}

#en3d-home h1,
#en3d-home h2,
#en3d-home h3,
#en3d-home h4 {
    font-family: "Manrope", Arial, sans-serif;
    letter-spacing: -0.025em;
}

#en3d-home svg {
    display: block;
    width: 1.55rem;
    height: 1.55rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.en3d-container {
    width: min(1180px, calc(100% - 32px));
    margin-right: auto;
    margin-left: auto;
}

/* BUTTONS */

.en3d-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 52px;
    padding: 14px 25px;
    border: 0;
    border-radius: 999px;
    font-weight: 800;
    line-height: 1.2;
    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease;
}

.en3d-button:hover {
    transform: translateY(-2px);
}

.en3d-button-yellow {
    background: var(--en3d-yellow);
    color: var(--en3d-ink) !important;
    box-shadow: 0 14px 32px rgba(244, 214, 46, 0.3);
}

.en3d-button-yellow:hover {
    background: var(--en3d-yellow-deep);
    box-shadow: 0 18px 40px rgba(244, 214, 46, 0.42);
}

.en3d-button-outline {
    border: 2px solid var(--en3d-ink);
    background: transparent;
    color: var(--en3d-ink) !important;
}

.en3d-button-outline:hover {
    background: var(--en3d-ink);
    color: var(--en3d-white) !important;
}

/* HEADER */

.en3d-header {
    position: sticky;
    z-index: 999;
    top: 0;
    border-bottom: 1px solid rgba(227, 229, 232, 0.9);
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 4px 18px rgba(17, 24, 39, 0.03);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

body.admin-bar .en3d-header {
    top: 32px;
}

.en3d-header-inner {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.en3d-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 19px;
    font-weight: 800;
    white-space: nowrap;
}

.en3d-logo-icon {
    display: grid;
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    place-items: center;
    border-radius: 10px;
    background: var(--en3d-ink);
    color: var(--en3d-yellow);
}

.en3d-logo-icon svg {
    width: 25px !important;
    height: 25px !important;
}

.en3d-nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

.en3d-nav a {
    color: var(--en3d-ink-soft) !important;
    font-size: 14px;
    font-weight: 700;
    transition: color 0.2s ease;
}

.en3d-nav a:hover {
    color: var(--en3d-ink) !important;
}

.en3d-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.en3d-header-call {
    min-height: 46px;
    padding: 11px 18px;
    font-size: 13px;
}

.en3d-header-call svg {
    width: 20px !important;
    height: 20px !important;
}

.en3d-menu-button {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    border: 1px solid var(--en3d-border);
    border-radius: 10px;
    background: white;
    color: var(--en3d-ink);
    cursor: pointer;
}

.en3d-menu-button svg {
    width: 21px !important;
    height: 21px !important;
}

.en3d-menu-close {
    display: none !important;
}

.en3d-menu-button.is-open .en3d-menu-open {
    display: none !important;
}

.en3d-menu-button.is-open .en3d-menu-close {
    display: block !important;
}

.en3d-mobile-nav {
    display: none;
    border-top: 1px solid var(--en3d-border);
    padding: 6px 16px 12px;
    background: white;
}

.en3d-mobile-nav.is-open {
    display: flex;
    flex-direction: column;
}

.en3d-mobile-nav a {
    padding: 12px 6px;
    color: var(--en3d-ink-soft) !important;
    font-size: 14px;
    font-weight: 700;
}

/* HERO */

.en3d-hero {
    position: relative;
    overflow: hidden;
}

.en3d-hero-shape {
    position: absolute;
    z-index: 0;
    border-radius: 999px;
    background: rgba(244, 214, 46, 0.25);
    filter: blur(70px);
    pointer-events: none;
}

.en3d-hero-shape-left {
    top: 80px;
    left: -140px;
    width: 320px;
    height: 320px;
}

.en3d-hero-shape-right {
    right: -80px;
    bottom: 40px;
    width: 390px;
    height: 390px;
}

.en3d-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(400px, 0.85fr);
    align-items: center;
    gap: 64px;
    padding-top: 75px;
    padding-bottom: 100px;
}

.en3d-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    border-radius: 999px;
    background: var(--en3d-ink);
    color: var(--en3d-yellow);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.en3d-live-badge > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--en3d-yellow);
    animation: en3dPulse 1.5s infinite;
}

@keyframes en3dPulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.45;
        transform: scale(0.72);
    }
}

.en3d-hero h1 {
    margin: 23px 0 0;
    color: var(--en3d-ink);
    font-size: clamp(43px, 5vw, 69px);
    font-weight: 800;
    line-height: 1.04;
}

.en3d-highlight {
    display: inline;
    padding: 0 8px 4px;
    background: var(--en3d-yellow);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.en3d-hero-text {
    max-width: 660px;
    margin: 24px 0 0;
    color: var(--en3d-ink-soft);
    font-size: 18px;
    line-height: 1.7;
}

.en3d-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 31px;
}

.en3d-hero-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 35px;
}

.en3d-hero-benefit {
    display: flex;
    min-height: 71px;
    align-items: center;
    gap: 11px;
    padding: 12px;
    border: 1px solid var(--en3d-border);
    border-radius: 13px;
    background: white;
}

.en3d-hero-benefit > span {
    display: grid;
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    place-items: center;
    border-radius: 9px;
    background: var(--en3d-yellow);
    color: var(--en3d-ink);
}

.en3d-hero-benefit svg {
    width: 22px !important;
    height: 22px !important;
}

.en3d-hero-benefit strong {
    font-size: 13px;
    line-height: 1.35;
}

.en3d-hero-visual {
    position: relative;
    padding: 14px 0 0 14px;
}

.en3d-hero-visual::before {
    position: absolute;
    z-index: -1;
    inset: 0 -14px -14px 0;
    border-radius: 28px;
    background: var(--en3d-yellow);
    content: "";
}

.en3d-hero-image-wrap {
    overflow: hidden;
    min-height: 590px;
    border-radius: 28px;
    background: var(--en3d-ink);
}

.en3d-hero-image-wrap img {
    width: 100%;
    height: 590px;
    object-fit: cover;
}

.en3d-hero-phone-card {
    position: absolute;
    bottom: -34px;
    left: -24px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px 18px;
    border-radius: 16px;
    background: white;
    box-shadow: var(--en3d-shadow);
}

.en3d-hero-phone-card > span {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 50%;
    background: var(--en3d-ink);
    color: var(--en3d-yellow);
}

.en3d-hero-phone-card small {
    display: block;
    color: var(--en3d-ink-soft);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.en3d-hero-phone-card a {
    display: block;
    margin-top: 2px;
    color: var(--en3d-ink) !important;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 19px;
    font-weight: 800;
}

/* RÉASSURANCE */

.en3d-reassurance {
    border-top: 1px solid var(--en3d-border);
    border-bottom: 1px solid var(--en3d-border);
    background: var(--en3d-muted);
}

.en3d-reassurance-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding-top: 45px;
    padding-bottom: 45px;
}

.en3d-info-card {
    padding: 22px;
    border: 1px solid var(--en3d-border);
    border-radius: 17px;
    background: white;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.en3d-info-card:hover {
    transform: translateY(-5px);
    border-color: var(--en3d-yellow);
    box-shadow: var(--en3d-shadow);
}

.en3d-info-icon {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 12px;
    background: var(--en3d-ink);
    color: var(--en3d-yellow);
    transition:
        color 0.2s ease,
        background-color 0.2s ease;
}

.en3d-info-card:hover .en3d-info-icon {
    background: var(--en3d-yellow);
    color: var(--en3d-ink);
}

.en3d-info-card h3 {
    margin: 17px 0 5px;
    font-size: 18px;
    font-weight: 800;
}

.en3d-info-card p {
    margin-bottom: 0;
    color: var(--en3d-ink-soft);
    font-size: 13px;
}

/* SECTIONS */

.en3d-section {
    padding: 95px 0;
}

.en3d-section-heading {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.en3d-section-label {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--en3d-yellow);
    color: var(--en3d-ink);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.en3d-section-heading h2 {
    margin: 17px 0 0;
    color: var(--en3d-ink);
    font-size: clamp(32px, 4vw, 45px);
    font-weight: 800;
    line-height: 1.12;
}

.en3d-section-heading > p {
    margin: 15px auto 0;
    color: var(--en3d-ink-soft);
    font-size: 16px;
}

/* PESTS */

.en3d-pests-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 52px;
}

.en3d-pest-card {
    overflow: hidden;
    border: 1px solid var(--en3d-border);
    border-radius: 17px;
    background: white;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.en3d-pest-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--en3d-shadow);
}

.en3d-pest-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: var(--en3d-muted);
}

.en3d-pest-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.en3d-pest-card:hover .en3d-pest-image img {
    transform: scale(1.08);
}

.en3d-pest-image > span {
    position: absolute;
    top: 10px;
    right: 10px;
    display: grid;
    width: 39px;
    height: 39px;
    place-items: center;
    border-radius: 50%;
    background: var(--en3d-yellow);
    color: var(--en3d-ink);
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.2);
}

.en3d-pest-image > span svg {
    width: 21px !important;
    height: 21px !important;
}

.en3d-pest-content {
    padding: 17px;
}

.en3d-pest-content h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
}

.en3d-pest-content p {
    margin: 6px 0 0;
    color: var(--en3d-ink-soft);
    font-size: 12px;
}

/* DARK SECTION */

.en3d-dark-section {
    position: relative;
    overflow: hidden;
    padding: 95px 0;
    background: var(--en3d-ink);
    color: white;
}

.en3d-dark-decoration {
    position: absolute;
    inset: 0;
    opacity: 0.09;
    background:
        radial-gradient(circle at 20% 20%, var(--en3d-yellow), transparent 33%),
        radial-gradient(circle at 80% 65%, var(--en3d-yellow), transparent 35%);
}

.en3d-dark-inner {
    position: relative;
    z-index: 1;
}

.en3d-section-heading-light h2 {
    color: white;
}

.en3d-section-heading-light > p {
    color: rgba(255, 255, 255, 0.68);
}

.en3d-reasons-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
    margin-top: 52px;
}

.en3d-reason-card {
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    transition: border-color 0.2s ease;
}

.en3d-reason-card:hover {
    border-color: rgba(244, 214, 46, 0.65);
}

.en3d-reason-card > span {
    display: grid;
    width: 51px;
    height: 51px;
    place-items: center;
    border-radius: 12px;
    background: var(--en3d-yellow);
    color: var(--en3d-ink);
}

.en3d-reason-card h3 {
    margin: 18px 0 7px;
    color: var(--en3d-yellow);
    font-size: 18px;
    font-weight: 800;
}

.en3d-reason-card p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

.en3d-center-button {
    margin-top: 49px;
    text-align: center;
}

/* METHOD */

.en3d-method-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 57px;
}

.en3d-method-grid::before {
    position: absolute;
    top: 31px;
    right: 5%;
    left: 5%;
    z-index: 0;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        var(--en3d-yellow),
        var(--en3d-yellow),
        transparent
    );
    content: "";
}

.en3d-method-card {
    position: relative;
    z-index: 1;
    padding: 24px;
    border: 1px solid var(--en3d-border);
    border-radius: 17px;
    background: white;
    box-shadow: 0 8px 23px rgba(17, 24, 39, 0.04);
}

.en3d-method-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.en3d-method-icon {
    display: grid;
    width: 65px;
    height: 65px;
    place-items: center;
    border-radius: 16px;
    background: var(--en3d-ink);
    color: var(--en3d-yellow);
}

.en3d-method-top strong {
    color: var(--en3d-yellow);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 47px;
    font-weight: 800;
    line-height: 1;
}

.en3d-method-card h3 {
    margin: 19px 0 7px;
    font-size: 18px;
    font-weight: 800;
}

.en3d-method-card p {
    margin-bottom: 0;
    color: var(--en3d-ink-soft);
    font-size: 13px;
}

/* SERVICES */

.en3d-services-section {
    padding: 95px 0;
    background: var(--en3d-muted);
}

.en3d-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 52px;
}

.en3d-service-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 26px;
    border: 1px solid var(--en3d-border);
    border-radius: 17px;
    background: white;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.en3d-service-card:hover {
    transform: translateY(-5px);
    border-color: var(--en3d-yellow);
    box-shadow: var(--en3d-shadow);
}

.en3d-service-icon {
    display: grid;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    place-items: center;
    border-radius: 13px;
    background: var(--en3d-ink);
    color: var(--en3d-yellow);
    transition:
        color 0.2s ease,
        background-color 0.2s ease;
}

.en3d-service-card:hover .en3d-service-icon {
    background: var(--en3d-yellow);
    color: var(--en3d-ink);
}

.en3d-service-card h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
}

.en3d-service-card p {
    margin: 8px 0 0;
    color: var(--en3d-ink-soft);
    font-size: 14px;
}

/* REVIEWS */

.en3d-global-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    color: var(--en3d-ink-soft);
    font-size: 13px;
}

.en3d-stars {
    display: flex;
    gap: 2px;
    color: var(--en3d-yellow-deep);
}

.en3d-stars svg {
    width: 18px !important;
    height: 18px !important;
    fill: currentColor !important;
    stroke-width: 1.5 !important;
}

.en3d-reviews-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 52px;
}

.en3d-review-card {
    display: flex;
    min-height: 295px;
    flex-direction: column;
    padding: 25px;
    border: 1px solid var(--en3d-border);
    border-radius: 17px;
    background: white;
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.04);
}

.en3d-review-card blockquote {
    flex: 1;
    margin: 18px 0 22px;
    color: var(--en3d-ink-soft);
    font-size: 13px;
    line-height: 1.7;
}

.en3d-review-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 17px;
    border-top: 1px solid var(--en3d-border);
}

.en3d-review-author > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: var(--en3d-yellow);
    color: var(--en3d-ink);
    font-weight: 800;
}

.en3d-review-author strong,
.en3d-review-author small {
    display: block;
}

.en3d-review-author strong {
    font-size: 13px;
}

.en3d-review-author small {
    margin-top: 2px;
    color: var(--en3d-ink-soft);
    font-size: 11px;
}

/* FAQ */

.en3d-faq-section {
    padding: 95px 0;
    background: var(--en3d-muted);
}

.en3d-faq-container {
    max-width: 900px;
}

.en3d-faq-list {
    display: grid;
    gap: 13px;
    margin-top: 45px;
}

.en3d-faq-item {
    overflow: hidden;
    border: 1px solid var(--en3d-border);
    border-radius: 16px;
    background: white;
}

.en3d-faq-item summary {
    display: flex;
    min-height: 66px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 20px;
    color: var(--en3d-ink);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

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

.en3d-faq-toggle {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--en3d-yellow);
    color: var(--en3d-ink);
}

.en3d-faq-toggle svg {
    width: 19px !important;
    height: 19px !important;
}

.en3d-minus-icon {
    display: none !important;
}

.en3d-faq-item[open] .en3d-faq-toggle {
    background: var(--en3d-ink);
    color: var(--en3d-yellow);
}

.en3d-faq-item[open] .en3d-plus-icon {
    display: none !important;
}

.en3d-faq-item[open] .en3d-minus-icon {
    display: block !important;
}

.en3d-faq-answer {
    padding: 18px 20px;
    border-top: 1px solid var(--en3d-border);
    color: var(--en3d-ink-soft);
    font-size: 14px;
    line-height: 1.7;
}

/* FINAL CTA */

.en3d-final-cta {
    margin-top: 58px;
    padding: 50px 45px;
    border-radius: 28px;
    background: var(--en3d-ink);
    color: white;
    text-align: center;
}

.en3d-final-cta h2 {
    margin: 19px auto 0;
    color: white;
    font-size: clamp(31px, 4vw, 44px);
    font-weight: 800;
    line-height: 1.12;
}

.en3d-final-cta h2 span {
    color: var(--en3d-yellow);
}

.en3d-final-cta p {
    max-width: 650px;
    margin: 16px auto 28px;
    color: rgba(255, 255, 255, 0.68);
}

/* FOOTER */

.en3d-footer {
    background: var(--en3d-ink);
    color: white;
}

.en3d-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 50px;
    padding-top: 62px;
    padding-bottom: 60px;
}

.en3d-footer-logo {
    color: white;
}

.en3d-footer-logo .en3d-logo-icon {
    background: var(--en3d-yellow);
    color: var(--en3d-ink);
}

.en3d-footer-main > p {
    max-width: 520px;
    margin: 20px 0 25px;
    color: rgba(255, 255, 255, 0.60);
    font-size: 13px;
    line-height: 1.75;
}

.en3d-footer-column h3 {
    margin: 0;
    color: var(--en3d-yellow);
    font-size: 16px;
    font-weight: 800;
}

.en3d-footer-column ul {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.en3d-footer-column li {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    overflow-wrap: anywhere;
}

.en3d-footer-column a {
    color: rgba(255, 255, 255, 0.68) !important;
}

.en3d-footer-column a:hover {
    color: white !important;
}

.en3d-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.en3d-footer-bottom .en3d-container {
    display: flex;
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 11px;
}

/* TABLET */

@media (max-width: 1024px) {
    .en3d-nav {
        gap: 18px;
    }

    .en3d-header-call span {
        display: none;
    }

    .en3d-header-call {
        width: 46px;
        min-height: 46px;
        padding: 0;
    }

    .en3d-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 0.85fr);
        gap: 38px;
    }

    .en3d-hero h1 {
        font-size: 48px;
    }

    .en3d-hero-benefits {
        grid-template-columns: 1fr;
    }

    .en3d-hero-image-wrap,
    .en3d-hero-image-wrap img {
        height: 540px;
        min-height: 540px;
    }

    .en3d-pests-grid,
    .en3d-reasons-grid,
    .en3d-method-grid,
    .en3d-reviews-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .en3d-method-grid::before {
        display: none;
    }
}

/* MOBILE */

@media (max-width: 767px) {
    body.admin-bar .en3d-header {
        top: 46px;
    }

    .en3d-container {
        width: min(100% - 28px, 1180px);
    }

    .en3d-header-inner {
        min-height: 66px;
    }

    .en3d-nav {
        display: none;
    }

    .en3d-menu-button {
        display: grid;
    }

    .en3d-header-call {
        display: grid;
    }

    .en3d-logo {
        font-size: 16px;
    }

    .en3d-logo-icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .en3d-hero-grid {
        grid-template-columns: 1fr;
        gap: 45px;
        padding-top: 47px;
        padding-bottom: 75px;
    }

    .en3d-hero h1 {
        font-size: 39px;
    }

    .en3d-hero-text {
        font-size: 16px;
    }

    .en3d-hero-buttons {
        flex-direction: column;
    }

    .en3d-hero-buttons .en3d-button {
        width: 100%;
    }

    .en3d-hero-benefits {
        grid-template-columns: 1fr;
    }

    .en3d-hero-visual {
        padding: 10px 0 0 10px;
    }

    .en3d-hero-image-wrap,
    .en3d-hero-image-wrap img {
        height: 450px;
        min-height: 450px;
    }

    .en3d-hero-phone-card {
        right: 15px;
        bottom: -30px;
        left: 15px;
        justify-content: center;
    }

    .en3d-reassurance-grid,
    .en3d-services-grid,
    .en3d-footer-grid {
        grid-template-columns: 1fr;
    }

    .en3d-pests-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .en3d-pest-content {
        padding: 14px;
    }

    .en3d-pest-content h3 {
        font-size: 15px;
    }

    .en3d-pest-content p {
        font-size: 11px;
    }

    .en3d-section,
    .en3d-dark-section,
    .en3d-services-section,
    .en3d-faq-section {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .en3d-reasons-grid,
    .en3d-method-grid,
    .en3d-reviews-grid {
        grid-template-columns: 1fr;
    }

    .en3d-service-card {
        padding: 21px;
    }

    .en3d-final-cta {
        padding: 39px 20px;
    }

    .en3d-footer-grid {
        gap: 38px;
        padding-top: 50px;
        padding-bottom: 45px;
    }

    .en3d-footer-bottom .en3d-container {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 420px) {
    .en3d-header-actions {
        gap: 6px;
    }

    .en3d-logo > span:last-child {
        max-width: 115px;
        white-space: normal;
        line-height: 1.1;
    }

    .en3d-hero h1 {
        font-size: 34px;
    }

    .en3d-live-badge {
        font-size: 9px;
    }

    .en3d-pests-grid {
        grid-template-columns: 1fr;
    }

    .en3d-global-rating {
        flex-direction: column;
    }
}

/*
 * Styles communs aux modèles UAE placés en dehors de #en3d-home.
 */

#en3d-site-header,
#en3d-site-footer {
    color: var(--en3d-ink);
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

#en3d-site-header,
#en3d-site-header *,
#en3d-site-footer,
#en3d-site-footer * {
    box-sizing: border-box;
}

#en3d-site-header a,
#en3d-site-footer a {
    color: inherit;
    text-decoration: none;
}

#en3d-site-header button {
    font: inherit;
}

#en3d-site-header svg,
#en3d-site-footer svg {
    display: block;
    width: 1.55rem;
    height: 1.55rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#en3d-site-header h1,
#en3d-site-header h2,
#en3d-site-header h3,
#en3d-site-footer h1,
#en3d-site-footer h2,
#en3d-site-footer h3 {
    font-family: "Manrope", Arial, sans-serif;
    letter-spacing: -0.025em;
}

#en3d-site-header .en3d-header,
#en3d-site-footer .en3d-footer {
    width: 100%;
}
/* EN3D GLOBAL CSS END */
