html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #050505;
}

.ecv3-1 {
    --mx-bg: #050505;
    --mx-bg2: #101010;
    --mx-red: #e01818;
    --mx-orange: #f47a00;
    --mx-blue: #24427f;
    --mx-white: #ffffff;
    --mx-muted: #a7a7a7;
    --mx-line: rgba(255,255,255,.16);
    --mx-wrap: 1140px;

    background: var(--mx-bg);
    color: var(--mx-white);
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.ecv3-1 *,
.ecv3-1 *::before,
.ecv3-1 *::after {
    box-sizing: border-box;
}

.ecv3-1 a {
    color: inherit;
    text-decoration: none;
}

.ecv3-1 img {
    max-width: 100%;
    display: block;
}

.ecv3-1 .home-wrap {
    width: min(var(--mx-wrap), calc(100% - 48px));
    margin-inline: auto;
}

/* HERO */

.ecv3-1 .home-hero {
    height: 650px;
    min-height: 620px;
    position: relative;
    overflow: hidden;
}

.ecv3-1 .home-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: contrast(1.08) saturate(.9);
}

.ecv3-1 .home-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.66) 37%, rgba(0,0,0,.28) 70%, rgba(0,0,0,.8) 100%),
        linear-gradient(0deg, #050505 0%, rgba(0,0,0,0) 28%);
}

.ecv3-1 .home-hero-content {
    position: relative;
    z-index: 2;
    width: min(680px, calc(100% - 48px));
    padding-top: 82px;
}

.ecv3-1 .home-eyebrow {
    margin: 0 0 12px;
    font-weight: 900;
    color: #ddd;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.ecv3-1 .home-hero h1 {
    font-size: clamp(48px, 5vw, 96px);
    line-height: .97;
    margin: 10px 0 22px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -.04em;
}

.ecv3-1 .home-hero h1 span {
    color: var(--mx-red);
    display: block;
}

.ecv3-1 .home-hero h1 small {
    display: block;
    font-size: .48em;
    line-height: 1.02;
    letter-spacing: -.02em;
}

.ecv3-1 .home-hero-tags {
    margin: 0;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 900;
    text-transform: uppercase;
}

.ecv3-1 .home-hero-tags b {
    color: var(--mx-red);
}

.ecv3-1 .home-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.ecv3-1 .home-icon-totem {
    position: absolute;
    right: 48px;
    top: 145px;
    z-index: 2;
    width: 54px;
}

.ecv3-1 .home-icon-totem img {
    width: 54px;
    height: 54px;
}

/* BUTTONS */

.ecv3-1 .home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
    transition: .22s ease;
    cursor: pointer;
}

.ecv3-1 .home-btn-red {
    background: var(--mx-red);
    border-color: var(--mx-red);
    color: var(--mx-white);
}

.ecv3-1 .home-btn-red:hover {
    background: #ff2929;
}

.ecv3-1 .home-btn-outline {
    background: rgba(0,0,0,.28);
    border-color: var(--mx-white);
    color: var(--mx-white);
}

.ecv3-1 .home-btn-outline:hover {
    background: var(--mx-white);
    color: var(--mx-bg);
}

.ecv3-1 .home-btn-dark {
    background: var(--mx-bg);
    color: var(--mx-white);
}

.ecv3-1 .home-btn-white {
    background: var(--mx-white);
    color: var(--mx-bg);
}

/* CHOICE */

.ecv3-1 .home-choice {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: -60px;
    position: relative;
    z-index: 5;
}

.ecv3-1 .home-choice-card {
    min-height: 255px;
    padding: 34px 36px;
    overflow: hidden;
    position: relative;
    border: 1px solid var(--mx-line);
}

.ecv3-1 .home-choice-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.18), rgba(0,0,0,.42));
}

.ecv3-1 .home-choice-card > * {
    position: relative;
    z-index: 1;
}

.ecv3-1 .home-choice-pro {
    background:
        linear-gradient(90deg, rgba(244,122,0,.88), rgba(244,122,0,.72)),
        url('/assets/img/ecv3-1/presta-install.jpg') center / cover;
}

.ecv3-1 .home-choice-public {
    background:
        linear-gradient(90deg, rgba(16,31,78,.92), rgba(26,56,128,.74)),
        url('/assets/img/ecv3-1/cat-eclairage.jpg') center / cover;
}

.ecv3-1 .home-label {
    display: inline-block;
    background: var(--mx-white);
    color: #111;
    padding: 6px 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 950;
}

.ecv3-1 .home-choice-card h2 {
    font-size: 30px;
    line-height: 1;
    margin: 18px 0 12px;
    text-transform: uppercase;
}

.ecv3-1 .home-choice-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
}

.ecv3-1 .home-choice-card li::before {
    content: "→ ";
}

/* SECTIONS */

.ecv3-1 .home-section,
.ecv3-1 .home-trust {
    margin-top: 38px;
}

.ecv3-1 .home-section-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 950;
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ecv3-1 .home-section-title::before {
    content: "";
    width: 14px;
    height: 5px;
    background: var(--mx-red);
    flex: 0 0 auto;
}

/* CATEGORIES */

.ecv3-1 .home-category-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}

.ecv3-1 .home-category-card {
    height: 138px;
    border: 1px solid var(--mx-line);
    position: relative;
    overflow: hidden;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.ecv3-1 .home-category-card > img:first-child {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .42;
    transition: .25s;
}

.ecv3-1 .home-category-card:hover > img:first-child {
    transform: scale(1.08);
    opacity: .58;
}

.ecv3-1 .home-category-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #050505 0%, rgba(0,0,0,.1) 100%);
}

.ecv3-1 .home-cat-icon {
    position: absolute !important;
    z-index: 1;
    top: 16px;
    left: 16px;
    width: 52px !important;
    height: 52px !important;
    opacity: 1 !important;
}

.ecv3-1 .home-category-card strong,
.ecv3-1 .home-category-card span {
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 950;
}

/* PACKS */

.ecv3-1 .home-pack-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.ecv3-1 .home-pack-card,
.ecv3-1 .home-pack-more {
    background: #111;
    border: 1px solid var(--mx-line);
    min-height: 215px;
    position: relative;
    overflow: hidden;
}

.ecv3-1 .home-pack-card img {
    height: 116px;
    width: 100%;
    object-fit: cover;
    filter: saturate(.85);
}

.ecv3-1 .home-pack-card div {
    padding: 14px;
}

.ecv3-1 .home-pack-card span {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
    margin-bottom: 8px;
    color: #ddd;
}

.ecv3-1 .home-pack-card h3 {
    margin: 0 0 12px;
    color: #ff3434;
    font-size: 20px;
}

.ecv3-1 .home-pack-card button {
    width: 100%;
    height: 38px;
    border: 0;
    background: var(--mx-red);
    color: var(--mx-white);
    text-transform: uppercase;
    font-weight: 950;
    cursor: pointer;
}

.ecv3-1 .home-pack-card button:hover {
    background: #ff2929;
}

.ecv3-1 .home-pack-more {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    text-transform: uppercase;
}

.ecv3-1 .home-pack-more strong {
    font-size: 18px;
}

.ecv3-1 .home-pack-more span {
    font-size: 28px;
    margin-top: 18px;
}

/* SERVICES */

.ecv3-1 .home-service-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border: 1px solid var(--mx-line);
}

.ecv3-1 .home-service-grid a {
    min-height: 118px;
    position: relative;
    overflow: hidden;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    border-right: 1px solid var(--mx-line);
}

.ecv3-1 .home-service-grid a:last-child {
    border-right: 0;
}

.ecv3-1 .home-service-grid img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .55;
    transition: .25s;
}

.ecv3-1 .home-service-grid a:hover img {
    transform: scale(1.05);
    opacity: .7;
}

.ecv3-1 .home-service-grid strong,
.ecv3-1 .home-service-grid span {
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
}

.ecv3-1 .home-service-more {
    background: #121212;
}

/* TRUST */

.ecv3-1 .home-trust-grid {
    display: grid;
    grid-template-columns: 1.4fr .8fr;
    gap: 28px;
    align-items: center;
}

.ecv3-1 .home-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    color: #aaa;
    text-transform: uppercase;
    font-weight: 950;
}

.ecv3-1 .home-stats {
    display: flex;
    gap: 28px;
    border-left: 1px solid var(--mx-line);
    padding-left: 32px;
}

.ecv3-1 .home-stats strong {
    display: block;
    font-size: 32px;
}

.ecv3-1 .home-stats span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #ddd;
    line-height: 1.1;
}

/* FINAL */

.ecv3-1 .home-final {
    margin-top: 48px;
    border-top: 1px solid var(--mx-line);
    border-bottom: 1px solid var(--mx-line);
    background:
        linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.75)),
        url('/assets/img/ecv3-1/depot-original3.png') center / cover;
}

.ecv3-1 .home-final-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr 1.55fr;
    gap: 35px;
    min-height: 190px;
    align-items: center;
    padding-block: 32px;
}

.ecv3-1 .home-final h2 {
    font-size: 38px;
    line-height: .95;
    text-transform: uppercase;
    margin: 0;
}

.ecv3-1 .home-final h2 span {
    color: var(--mx-red);
}

.ecv3-1 .home-mini-services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
}

.ecv3-1 .home-mini-services span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ecv3-1 .home-mini-services img {
    width: 32px;
}

.ecv3-1 .home-final-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.ecv3-1 .home-final-cta h2 {
    flex-basis: 100%;
}

/* TESTIMONIALS */

.ecv3-1 .home-testimonials {
    margin-top: 56px;
    margin-bottom: 56px;
}

.ecv3-1 .home-testimonials-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 28px;
    margin-bottom: 18px;
}

.ecv3-1 .home-testimonials-head p {
    margin: 0;
    color: var(--mx-muted);
    font-size: 15px;
    line-height: 1.45;
}

.ecv3-1 .home-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.ecv3-1 .home-testimonial-card {
    background: #111;
    border: 1px solid var(--mx-line);
    padding: 24px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
}

.ecv3-1 .home-stars {
    color: var(--mx-red);
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.ecv3-1 .home-testimonial-card p {
    margin: 0 0 22px;
    color: #e8e8e8;
    line-height: 1.5;
    font-size: 15px;
}

.ecv3-1 .home-testimonial-card strong {
    margin-top: auto;
    text-transform: uppercase;
    font-size: 14px;
}

.ecv3-1 .home-testimonial-card span {
    margin-top: 5px;
    color: var(--mx-muted);
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
}

.ecv3-1 .home-testimonial-form {
    margin-top: 14px;
    background:
        linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.82)),
        url('/assets/img/ecv3-1/depot-original3.png') center / cover;
    border: 1px solid var(--mx-line);
    padding: 30px;
}

.ecv3-1 .home-form-title {
    margin-bottom: 20px;
}

.ecv3-1 .home-form-title h3 {
    margin: 0 0 6px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1;
}

.ecv3-1 .home-form-title p {
    margin: 0;
    color: var(--mx-muted);
}

.ecv3-1 .home-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 18px;
}

.ecv3-1 .home-form-full {
    grid-column: 1 / -1;
}

.ecv3-1 .home-testimonial-form label {
    display: grid;
    gap: 8px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 950;
    color: #ddd;
}

.ecv3-1 .home-testimonial-form input,
.ecv3-1 .home-testimonial-form select,
.ecv3-1 .home-testimonial-form textarea {
    width: 100%;
    border: 1px solid var(--mx-line);
    background: rgba(0,0,0,.68);
    color: var(--mx-white);
    padding: 13px 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    outline: none;
}

.ecv3-1 .home-testimonial-form textarea {
    resize: vertical;
}

.ecv3-1 .home-testimonial-form input:focus,
.ecv3-1 .home-testimonial-form select:focus,
.ecv3-1 .home-testimonial-form textarea:focus {
    border-color: var(--mx-red);
}

/* FOOTER */

.ecv3-1 .home-footer {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 48px;
    padding: 0 70px;
}

.ecv3-1 .home-footer img {
    width: 74px;
}

.ecv3-1 .home-footer nav {
    display: flex;
    gap: 34px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 900;
    margin: auto;
}

.ecv3-1 .home-footer > a:last-child {
    color: var(--mx-red);
    font-size: 24px;
}

/* RESPONSIVE */

@media (max-width: 1000px) {
    .ecv3-1 .home-category-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .ecv3-1 .home-pack-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ecv3-1 .home-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ecv3-1 .home-choice,
    .ecv3-1 .home-trust-grid,
    .ecv3-1 .home-final-grid,
    .ecv3-1 .home-testimonials-grid {
        grid-template-columns: 1fr;
    }

    .ecv3-1 .home-testimonials-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .ecv3-1 .home-icon-totem {
        display: none;
    }

    .ecv3-1 .home-hero-content {
        margin-left: 24px;
    }
}

@media (max-width: 620px) {
    .ecv3-1 .home-wrap {
        width: calc(100% - 28px);
    }

    .ecv3-1 .home-hero {
        height: 610px;
    }

    .ecv3-1 .home-hero-content {
        padding-top: 50px;
        margin-left: 0;
    }

    .ecv3-1 .home-hero h1 {
        font-size: 48px;
    }

    .ecv3-1 .home-hero-tags {
        font-size: 16px;
    }

    .ecv3-1 .home-choice {
        margin-top: -36px;
    }

    .ecv3-1 .home-choice-card {
        padding: 24px;
        min-height: 230px;
    }

    .ecv3-1 .home-category-grid,
    .ecv3-1 .home-pack-grid,
    .ecv3-1 .home-service-grid,
    .ecv3-1 .home-form-grid {
        grid-template-columns: 1fr;
    }

    .ecv3-1 .home-stats {
        border-left: 0;
        padding-left: 0;
        flex-direction: column;
    }

    .ecv3-1 .home-testimonial-form {
        padding: 22px;
    }

    .ecv3-1 .home-footer {
        padding: 0 22px;
    }

    .ecv3-1 .home-footer nav {
        display: none;
    }
}



.home-pack-card {
    display: flex;
    flex-direction: column;
    background: #111;
    border: 1px solid rgba(255,255,255,.14);
    overflow: hidden;
}

.home-pack-img {
    display: block;
    height: 116px;
    background: #fff;
}

.home-pack-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.home-pack-content {
    padding: 16px 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-pack-name {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.05;
    font-weight: 600;
    min-height: 34px;
}

.home-pack-card .highlight-price {
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.home-pack-card .stock-data {
    min-height: 16px;
    font-size: 12px;
    font-weight: 800;
}

.home-pack-card .highlight-actions {
    margin-top: 8px;
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 10px;
    align-items: center;
}

.home-pack-card .qty-container {
    height: 42px;
    display: grid;
    grid-template-columns: 24px 1fr 24px;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.home-pack-card .qty-btn {
    height: 42px;
    border: 0;
    background: #ed1c24;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}

.home-pack-card .qty-input {
    width: 100%;
    height: 42px;
    border: 0;
    text-align: center;
    font-weight: 800;
    background: #fff;
    color: #000;
}

.home-pack-card .add-to-cart {
    height: 42px;
    border: 0;
    border-radius: 8px;
    background: #ed1c24;
    color: #fff;
    font-weight: 950;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
}

.home-pack-card .add-to-cart:hover,
.home-pack-card .qty-btn:hover {
    background: #ff2830;
}

.home-pack-card.is-stock-locked .add-to-cart {
    background: #444;
    cursor: not-allowed;
}

.home-pack-card .loader {
    width: 16px;
    height: 16px;
    display: inline-block;
}