:root{--ink:#101828;--muted:#667085;--line:#e4e7ec;--soft:#f7f8fa;--brand:#e3212d;--brand2:#b80f1b;--dark:#0b1220;--white:#fff;--radius:22px;--shadow:0 18px 50px rgba(16,24,40,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{background:var(--dark);color:#d7dce5;font-size:13px}.topbar-inner{display:flex;justify-content:space-between;padding:9px 0}.topbar a{color:white}.sep{margin:0 10px}.nav{background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50;backdrop-filter:blur(14px)}.nav-inner{height:90px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:baseline;font-weight:900;font-size:25px;letter-spacing:-1.5px}.brand-mark{color:var(--brand)}.brand-sat{color:var(--dark)}.nav-menu{display:flex;align-items:center;gap:25px;font-size:16px;font-weight:600}.nav-menu>a:not(.btn):hover{color:var(--brand)}.nav-toggle{display:none;background:none;border:0}.nav-toggle span{display:block;width:24px;height:2px;background:#111;margin:5px}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--brand);color:#fff!important;border:0;border-radius:999px;padding:14px 22px;font-weight:750;cursor:pointer;transition:.2s}.btn:hover{background:var(--brand2);transform:translateY(-1px)}.btn-small{padding:10px 16px}.btn-ghost{background:transparent;color:var(--ink)!important;border:1px solid var(--line)}.btn-light{background:#fff;color:var(--dark)!important}.hero{padding:68px 0 76px;background:linear-gradient(180deg,#fff,#fafafa)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:65px;align-items:center}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:800;color:var(--brand);margin-bottom:15px}.hero h1,.page-hero h1,.detail-copy h1{font-size:clamp(42px,5vw,72px);line-height:1.02;letter-spacing:-.045em;margin:0 0 24px}.hero h1 span{color:var(--brand)}.hero-copy>p{font-size:19px;color:var(--muted);max-width:650px}.hero-actions{display:flex;gap:12px;margin:30px 0 36px}.trust-row{display:flex;gap:34px}.trust-row div{display:flex;flex-direction:column}.trust-row strong{font-size:30px}.trust-row span{font-size:16px;color:var(--muted)}.hero-media{position:relative}.hero-media>img{width:100%;aspect-ratio:4/4.2;object-fit:cover;border-radius:30px;background:#eef0f3;box-shadow:var(--shadow)}.hero-card{position:absolute;left:-28px;bottom:24px;background:#fff;padding:18px 20px;border-radius:18px;box-shadow:var(--shadow);display:flex;flex-direction:column;max-width:270px}.hero-card span,.hero-card small{color:var(--muted);font-size:14px}.section{padding:44px 0}.section-soft{background:var(--soft)}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:34px}.section h2,.cta h2{font-size:clamp(32px,4vw,48px);line-height:1.08;letter-spacing:-.03em;margin:0 0 16px}.text-link{color:var(--brand);font-weight:750}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.category-card{border:1px solid var(--line);border-radius:20px;padding:24px;min-height:170px;position:relative;transition:.2s;background:#fff}.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#d0d5dd}.category-card h3{font-size:21px;margin:30px 0 4px}.category-card p{margin:0;color:var(--muted)}.category-icon{position:absolute;right:20px;top:16px;color:var(--brand);font-size:22px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;display:flex;flex-direction:column}.product-image{background:#f2f4f7;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;padding:20px}.product-image img{width:100%;height:100%;object-fit:contain}.product-body{padding:19px}.product-body>span{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--brand);font-weight:800}.product-body h3{font-size:18px;line-height:1.25;margin:8px 0}.product-body p{font-size:14px;color:var(--muted);margin:0 0 14px}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.lead{font-size:19px;color:var(--muted)}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0}.check-grid div{background:var(--soft);padding:12px 14px;border-radius:12px;font-weight:650}.media-frame img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:26px;background:#eef0f3}.cta{background:var(--dark);color:#fff;padding:72px 0}.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}.cta p{color:#bac2cf}.light{color:#ff7d84}
.footer {
    background: #070b12;
    color: white !important;
    padding: 64px 0 20px
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3,1fr);
    gap: 44px;
    border-top: 1px solid #222936;
    padding: 20px 0 0 0;
}.footer h4{margin-top:0}.footer a{}.footer-brand{font-size:27px}.footer-bottom{border-top:1px solid #222936;padding-top:20px;display:flex;justify-content:space-between;font-size:14px}.footer-bottom div{display:flex;gap:18px}.page-hero{padding:36px 0;background:linear-gradient(135deg,#f8f9fb,#fff)}.page-hero p{font-size:18px;color:var(--muted);}.content-narrow{max-width:900px}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:36px 0}.service-card{padding:24px;border:1px solid var(--line);border-radius:18px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:30px 0}.gallery-grid img{aspect-ratio:1/1;object-fit:cover;border-radius:16px}.news-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:32px 0}.news-grid article{border:1px solid var(--line);padding:25px;border-radius:18px}.news-grid span{font-size:12px;color:var(--muted)}.filters{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:28px}.filters input{min-width:280px;padding:13px 16px;border:1px solid var(--line);border-radius:999px;font:inherit}.chip{border:1px solid var(--line);padding:10px 14px;border-radius:999px;font-size:13px}.product-detail{padding:35px 0}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.detail-media{background:#f5f6f8;border-radius:26px;padding:45px;min-height:500px;display:flex;align-items:center}.detail-media img{width:100%;height:420px;object-fit:contain}.back{color:var(--brand);font-weight:700}.detail-copy h1{font-size:clamp(38px,5vw,60px);margin-top:18px}.detail-actions{display:flex;gap:12px;margin:28px 0}.detail-note{padding:16px;background:var(--soft);border-radius:14px;color:var(--muted)}.contact-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:36px}.contact-card,.form-card{border:1px solid var(--line);border-radius:22px;padding:30px}.contact-card h2{font-size:28px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid label{font-size:13px;font-weight:700}.form-grid input,.form-grid select,.form-grid textarea{display:block;width:100%;margin-top:7px;padding:13px;border:1px solid var(--line);border-radius:12px;font:inherit}.full{grid-column:1/-1}.checkbox{display:flex;align-items:center;gap:10px}.checkbox input{width:auto;margin:0}.field-validation-error{display:block;color:#b42318;font-size:12px;margin-top:5px}.alert{padding:13px 15px;border-radius:12px;margin-bottom:18px}.success{background:#ecfdf3;color:#027a48}@media(max-width:980px){.nav-toggle{display:block}.nav-menu{display:none;position:absolute;left:20px;right:20px;top:78px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.nav-menu.open{display:flex}.hero-grid,.split,.detail-grid,.contact-grid{grid-template-columns:1fr}.hero-media{order:-1}.hero-media>img{aspect-ratio:16/9}.hero-card{left:15px}.product-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.topbar-inner>span{display:none}}@media(max-width:620px){.container{width:min(100% - 28px,1180px)}.topbar-inner{justify-content:center}.topbar .sep{display:none}.topbar-inner div{display:flex;gap:14px}.nav-inner{height:80px}.nav-menu{top:68px}.hero{padding:32px 0 55px}.hero-grid{gap:28px}.hero h1{font-size:44px}.hero-copy>p{font-size:17px}.hero-actions,.detail-actions{flex-direction:column}.trust-row{gap:16px;justify-content:space-between}.trust-row strong{font-size:20px}.section{padding:32px 0}.section-head{display:block}.category-grid,.product-grid,.service-grid,.gallery-grid,.news-grid,.form-grid,.check-grid{grid-template-columns:1fr}.product-grid{gap:14px}.cta-inner{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:12px}.page-hero{padding:25px 0}.page-hero h1{font-size:42px}.detail-media{min-height:320px;padding:25px}.detail-media img{height:300px}.filters input{width:100%;min-width:0}.contact-card,.form-card{padding:22px}}
/* ECR.SAT original media integration */
.brand-logo{display:flex;align-items:center}.brand-logo img{width:128px;object-fit:contain}.footer-logo img{}.visual-categories .category-card{padding-top:20px}.visual-categories .category-card>img{width:58px;height:58px;object-fit:contain;border-radius:14px}.visual-categories .category-card h3{margin:20px 0 4px}.partner-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.partner-grid img{width:100%;height:105px;object-fit:contain;padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff}.partners-section{padding-top:20px}.product-image img{transition:transform .25s ease}.product-card:hover .product-image img{transform:scale(1.025)}@media(max-width:780px){.partner-grid{grid-template-columns:repeat(2,1fr)}.brand-logo img{width:112px}}@media(max-width:460px){.partner-grid{grid-template-columns:1fr 1fr}.partner-grid img{height:86px;padding:18px}}
.page-hero li {
    font-size: 18px;
}
ul,ol {
    padding: 0 0 0 20px;
}
.brand-logo img {
    width: 180px !important;
}
.gallery-section {
    padding-top: 90px;
    padding-bottom: 100px;
}

.gallery-heading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 50px;
}

    .gallery-heading h2 {
        margin-bottom: 0;
    }

    .gallery-heading p {
        margin: 0;
        max-width: 620px;
        color: #64748b;
        line-height: 1.8;
    }


/* GALLERY */

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 18px;
    background: #f1f5f9;
    aspect-ratio: 4 / 3;
    cursor: pointer;
}

    .gallery-item img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: transform .45s ease;
    }

    .gallery-item:hover img {
        transform: scale(1.06);
    }

.gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(10, 30, 50, .68);
    opacity: 0;
    transition: opacity .3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    color: #0a1e32;
    font-size: 32px;
    font-weight: 300;
}

.gallery-label {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}


/* LIGHTBOX */

.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: rgba(3, 12, 22, .94);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
}

    .gallery-lightbox.active {
        opacity: 1;
        visibility: visible;
    }

.gallery-lightbox-content {
    position: relative;
    max-width: 1200px;
    max-height: 90vh;
}

    .gallery-lightbox-content img {
        display: block;
        max-width: 100%;
        max-height: 82vh;
        margin: auto;
        border-radius: 12px;
        box-shadow: 0 25px 70px rgba(0,0,0,.4);
    }

.gallery-lightbox-counter {
    margin-top: 15px;
    color: rgba(255,255,255,.75);
    text-align: center;
    font-size: 14px;
}

.gallery-lightbox-close,
.gallery-lightbox-prev,
.gallery-lightbox-next {
    position: absolute;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    z-index: 2;
}

.gallery-lightbox-close {
    top: 20px;
    right: 30px;
    font-size: 44px;
    line-height: 1;
}

.gallery-lightbox-prev,
.gallery-lightbox-next {
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 80px;
    font-size: 60px;
    line-height: 60px;
    opacity: .8;
}

.gallery-lightbox-prev {
    left: 20px;
}

.gallery-lightbox-next {
    right: 20px;
}

    .gallery-lightbox-prev:hover,
    .gallery-lightbox-next:hover,
    .gallery-lightbox-close:hover {
        opacity: .6;
    }


/* CTA */

.gallery-cta {
    padding-top: 0;
}

.gallery-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding: 55px 60px;
    border-radius: 24px;
    background: #f4f7f9;
}

    .gallery-cta-box h2 {
        max-width: 650px;
    }

    .gallery-cta-box p {
        max-width: 680px;
        margin-bottom: 0;
    }

.gallery-cta-actions {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}


/* RESPONSIVE */

@media (max-width: 991px) {

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

    .gallery-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .gallery-cta-box {
        flex-direction: column;
        align-items: flex-start;
    }
}


@media (max-width: 600px) {

    .gallery-section {
        padding-top: 60px;
        padding-bottom: 70px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .gallery-item {
        border-radius: 14px;
    }

    .gallery-cta-box {
        padding: 35px 25px;
    }

    .gallery-cta-actions {
        width: 100%;
        flex-direction: column;
    }

        .gallery-cta-actions .btn {
            width: 100%;
            text-align: center;
        }

    .gallery-lightbox {
        padding: 15px;
    }

    .gallery-lightbox-prev {
        left: 3px;
    }

    .gallery-lightbox-next {
        right: 3px;
    }

    .gallery-lightbox-prev,
    .gallery-lightbox-next {
        font-size: 45px;
    }
}
/* =========================================
   INSEGNE
   ========================================= */

.brands-section {
    overflow: hidden;
}

.brands-heading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: end;
    margin-bottom: 42px;
}

    .brands-heading h2 {
        margin-bottom: 0;
    }

    .brands-heading p {
        margin: 0;
        max-width: 560px;
        color: #64748b;
        line-height: 1.75;
    }


/* slider */

.brands-slider {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
}

.brands-viewport {
    width: 100%;
    overflow: hidden;
}

.brands-track {
    display: flex;
    gap: 18px;
    transition: transform .45s ease;
    will-change: transform;
}


/* singola insegna */

.brand-card {
    flex: 0 0 calc(25% - 14px);
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    border: 1px solid #e6ebef;
    border-radius: 18px;
    background: #fff;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

    .brand-card:hover {
        transform: translateY(-4px);
        border-color: #d7e0e7;
        box-shadow: 0 16px 40px rgba(15, 23, 42, .08);
    }

    .brand-card img {
        display: block;
        max-width: 100%;
        max-height: 115px;
        width: auto;
        height: auto;
        object-fit: contain;
    }


/* frecce */

.brands-arrow {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe5ea;
    border-radius: 50%;
    background: #fff;
    color: #122230;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

    .brands-arrow:hover {
        background: #122230;
        color: #fff;
        border-color: #122230;
        transform: scale(1.05);
    }


/* TABLET */

@media (max-width: 991px) {

    .brands-heading {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .brand-card {
        flex-basis: calc(33.333% - 12px);
    }
}


/* MOBILE */

@media (max-width: 700px) {

    .brands-slider {
        gap: 8px;
    }

    .brand-card {
        flex-basis: calc(50% - 9px);
        min-height: 145px;
        padding: 20px;
    }

        .brand-card img {
            max-height: 85px;
        }

    .brands-arrow {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
        font-size: 25px;
    }
}


@media (max-width: 480px) {

    .brand-card {
        flex-basis: 100%;
    }
}
/* ==========================================
   CHI SIAMO
   ========================================== */

.about-intro-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
    align-items: start;
}

    .about-intro-grid h2 {
        font-size: clamp(36px, 4vw, 58px);
        line-height: 1.05;
        margin: 12px 0 0;
    }

.about-intro-copy p {
    color: #5f6b76;
    line-height: 1.8;
}

.about-intro-copy .lead {
    font-size: 22px;
    color: #172733;
}


/* PROCESSO */

.about-process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-top: 45px;
}

.about-process-card {
    position: relative;
    min-height: 280px;
    padding: 30px;
    background: #fff;
    border: 1px solid #e7ebee;
    border-radius: 18px;
}

.about-process-number {
    display: block;
    margin-bottom: 45px;
    font-size: 13px;
    font-weight: 700;
    color: #99a5ad;
}

.about-process-card h3 {
    margin-bottom: 12px;
    font-size: 21px;
}

.about-process-card p {
    margin: 0;
    color: #66727c;
    line-height: 1.65;
    font-size: 15px;
}


/* SOLUZIONI */

.about-solutions {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
    align-items: center;
}

.about-solutions-copy .lead {
    font-size: 21px;
}

.about-capabilities {
    border-top: 1px solid #dfe5e9;
}

.about-capability {
    display: grid;
    grid-template-columns: 55px 1fr;
    align-items: center;
    min-height: 68px;
    border-bottom: 1px solid #dfe5e9;
}

    .about-capability span {
        color: #99a5ad;
        font-size: 12px;
        font-weight: 700;
    }

    .about-capability strong {
        font-size: 18px;
        font-weight: 600;
    }


/* DARK */

.section-dark {
    background: #122230;
    color: #fff;
}

    .section-dark .eyebrow {
        color: #91a8b7;
    }

    .section-dark p {
        color: rgba(255,255,255,.68);
    }

    .section-dark .lead {
        color: #fff;
    }

.about-retail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
}


/* PROGETTI */

.about-real-projects {
    max-width: 820px;
}

    .about-real-projects h2 {
        font-size: clamp(34px, 4vw, 54px);
    }

    .about-real-projects p {
        color: #62707a;
        line-height: 1.8;
    }


/* DATI AZIENDA */

.about-company-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    padding: 55px;
    background: #fff;
    border: 1px solid #e3e8eb;
    border-radius: 22px;
}

.about-company-contact {
    display: grid;
    gap: 25px;
}

    .about-company-contact div {
        padding-bottom: 20px;
        border-bottom: 1px solid #e5e9ec;
    }

    .about-company-contact small {
        display: block;
        margin-bottom: 6px;
        color: #7b8790;
    }

    .about-company-contact a {
        color: #172733;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
    }


/* RESPONSIVE */

@media (max-width: 1100px) {

    .about-process-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 850px) {

    .about-intro-grid,
    .about-solutions,
    .about-retail,
    .about-company-card {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 550px) {

    .about-process-grid {
        grid-template-columns: 1fr;
    }

    .about-process-card {
        min-height: auto;
    }

    .about-company-card {
        padding: 30px 24px;
    }
}
/* =========================================
   SERVIZI
   ========================================= */

.services-intro {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
}

    .services-intro h2 {
        margin-top: 12px;
        font-size: clamp(36px, 4vw, 58px);
        line-height: 1.05;
    }

.services-intro-copy p {
    color: #64717b;
    line-height: 1.8;
}

.services-intro-copy .lead {
    color: #172733;
    font-size: 22px;
}


/* CARDS */

.services-main-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 45px;
}

.service-main-card {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 20px;
    padding: 38px;
    background: #fff;
    border: 1px solid #e3e9ed;
    border-radius: 20px;
}

.service-main-number {
    font-size: 13px;
    font-weight: 700;
    color: #9aa6af;
}

.service-main-content h3 {
    margin-top: 0;
    font-size: 25px;
}

.service-main-content p {
    color: #64717b;
    line-height: 1.7;
}

.service-main-content ul {
    margin: 25px 0 0;
    padding: 20px 0 0;
    list-style: none;
    border-top: 1px solid #e7ebee;
}

.service-main-content li {
    position: relative;
    padding: 7px 0 7px 20px;
    color: #46545e;
}

    .service-main-content li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 15px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: currentColor;
    }


/* ASSISTENZA */

.service-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
}

.service-feature-copy .lead {
    font-size: 21px;
    color: #172733;
}

.service-feature-copy p {
    line-height: 1.8;
    color: #64717b;
}

.service-feature-list {
    border-top: 1px solid #dfe5e9;
}

.service-feature-item {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 15px;
    padding: 24px 0;
    border-bottom: 1px solid #dfe5e9;
}

    .service-feature-item > span {
        font-size: 12px;
        font-weight: 700;
        color: #9aa5ad;
    }

    .service-feature-item strong {
        display: block;
        margin-bottom: 5px;
        font-size: 18px;
    }

    .service-feature-item p {
        margin: 0;
        color: #6b7780;
    }


/* LABORATORIO */

.services-lab {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: start;
}

    .services-lab h2 {
        max-width: 600px;
        font-size: clamp(36px, 4vw, 58px);
    }

    .services-lab p {
        color: rgba(255,255,255,.7);
        line-height: 1.8;
    }

    .services-lab .lead {
        color: #fff;
        font-size: 21px;
    }

.btn-light {
    background: #fff;
    color: #122230;
}

    .btn-light:hover {
        background: #edf1f3;
    }


/* PROCESSO */

.services-flow {
    margin-top: 45px;
    border-top: 1px solid #dfe5e9;
}

.services-flow-item {
    display: grid;
    grid-template-columns: 80px 240px 1fr;
    gap: 25px;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #dfe5e9;
}

    .services-flow-item > span {
        color: #9aa5ad;
        font-size: 12px;
        font-weight: 700;
    }

    .services-flow-item h3 {
        margin: 0;
        font-size: 21px;
    }

    .services-flow-item p {
        margin: 0;
        color: #65717a;
    }


/* CTA */

.services-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding: 55px 60px;
    background: #fff;
    border: 1px solid #e3e8eb;
    border-radius: 24px;
}

    .services-cta h2 {
        max-width: 720px;
    }

    .services-cta p {
        max-width: 700px;
        margin-bottom: 0;
    }

.services-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 190px;
}


/* RESPONSIVE */

@media (max-width: 900px) {

    .services-intro,
    .service-feature,
    .services-lab {
        grid-template-columns: 1fr;
        gap: 40px;
    }

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

    .services-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .services-cta-actions {
        flex-direction: row;
    }
}

@media (max-width: 600px) {

    .service-main-card {
        grid-template-columns: 1fr;
        padding: 28px 24px;
    }

    .services-flow-item {
        grid-template-columns: 45px 1fr;
    }

        .services-flow-item p {
            grid-column: 2;
        }

    .services-cta {
        padding: 35px 25px;
    }

    .services-cta-actions {
        width: 100%;
        flex-direction: column;
    }

        .services-cta-actions .btn {
            width: 100%;
            text-align: center;
        }
}
/* =========================================
   LABORATORIO METROLOGICO
   ========================================= */

.lab-intro,
.lab-why,
.lab-experience {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
    align-items: start;
}

    .lab-intro h2,
    .lab-experience h2 {
        margin-top: 12px;
        font-size: clamp(36px, 4vw, 58px);
        line-height: 1.06;
    }

    .lab-intro-copy p,
    .lab-why p {
        color: #64717b;
        line-height: 1.8;
    }

    .lab-intro-copy .lead,
    .lab-why .lead {
        color: #172733;
        font-size: 21px;
    }


/* SERVIZI */

.lab-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 45px;
}

.lab-service-card {
    min-height: 280px;
    padding: 32px;
    background: #fff;
    border: 1px solid #e4e9ed;
    border-radius: 20px;
}

.lab-service-number {
    display: block;
    margin-bottom: 50px;
    color: #99a5ae;
    font-size: 12px;
    font-weight: 700;
}

.lab-service-card h3 {
    font-size: 21px;
}

.lab-service-card p {
    color: #65727b;
    line-height: 1.7;
}


/* IMPORTANZA */

.lab-why {
    align-items: center;
}

.lab-why-list {
    border-top: 1px solid #dfe5e9;
}

.lab-why-item {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 15px;
    padding: 22px 0;
    border-bottom: 1px solid #dfe5e9;
}

    .lab-why-item > span {
        color: #9ba6ae;
        font-size: 12px;
        font-weight: 700;
    }

    .lab-why-item strong {
        display: block;
        margin-bottom: 5px;
        font-size: 18px;
    }

    .lab-why-item p {
        margin: 0;
    }


/* DARK */

.lab-experience p {
    color: rgba(255,255,255,.7);
    line-height: 1.8;
}

.lab-experience .lead {
    color: #fff;
    font-size: 21px;
}


/* MERCATI */

.lab-markets-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 40px;
}

.lab-market {
    padding: 28px;
    border: 1px solid #e1e7eb;
    border-radius: 18px;
}

    .lab-market strong {
        display: block;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .lab-market p {
        margin: 0;
        color: #67737c;
        line-height: 1.65;
    }


/* CTA */

.lab-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    padding: 55px 60px;
    background: #fff;
    border: 1px solid #e2e8ec;
    border-radius: 24px;
}

    .lab-cta h2 {
        max-width: 700px;
    }

    .lab-cta p {
        max-width: 680px;
        margin-bottom: 0;
    }

.lab-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 210px;
}


/* RESPONSIVE */

@media (max-width: 1050px) {

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

@media (max-width: 850px) {

    .lab-intro,
    .lab-why,
    .lab-experience {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .lab-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .lab-cta-actions {
        flex-direction: row;
    }
}

@media (max-width: 580px) {

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

    .lab-service-card {
        min-height: auto;
    }

    .lab-cta {
        padding: 35px 24px;
    }

    .lab-cta-actions {
        width: 100%;
        flex-direction: column;
    }

        .lab-cta-actions .btn {
            width: 100%;
            text-align: center;
        }
}
/* =========================================
   LAVORA CON NOI
   ========================================= */

.careers-intro,
.careers-profile,
.careers-work,
.careers-application {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
    align-items: start;
}

    .careers-intro h2,
    .careers-profile h2,
    .careers-work h2,
    .careers-application h2 {
        margin-top: 12px;
        font-size: clamp(36px, 4vw, 58px);
        line-height: 1.06;
    }

.careers-intro-copy p {
    color: #64717b;
    line-height: 1.8;
}

.careers-intro-copy .lead {
    color: #172733;
    font-size: 21px;
}


/* AREE */

.careers-areas-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 45px;
}

.career-area-card {
    min-height: 285px;
    padding: 32px;
    background: #fff;
    border: 1px solid #e3e9ed;
    border-radius: 20px;
}

.career-area-number {
    display: block;
    margin-bottom: 48px;
    color: #98a4ad;
    font-size: 12px;
    font-weight: 700;
}

.career-area-card h3 {
    margin-bottom: 12px;
    font-size: 21px;
}

.career-area-card p {
    margin: 0;
    color: #65727b;
    line-height: 1.7;
}


/* VALORI */

.careers-profile {
    align-items: center;
}

    .careers-profile .lead {
        color: #172733;
        font-size: 21px;
        line-height: 1.7;
    }

.careers-values {
    border-top: 1px solid #dfe5e9;
}

.career-value {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 15px;
    padding: 22px 0;
    border-bottom: 1px solid #dfe5e9;
}

    .career-value > span {
        color: #9aa5ae;
        font-size: 12px;
        font-weight: 700;
    }

    .career-value strong {
        display: block;
        margin-bottom: 5px;
        font-size: 18px;
    }

    .career-value p {
        margin: 0;
        color: #66727b;
    }


/* DARK */

.careers-work p {
    color: rgba(255,255,255,.7);
    line-height: 1.8;
}

.careers-work .lead {
    color: #fff;
    font-size: 21px;
}


/* CANDIDATURA */

.careers-application {
    align-items: center;
}

    .careers-application .lead {
        color: #172733;
        font-size: 21px;
    }

.careers-application-card {
    padding: 45px;
    background: #f4f7f9;
    border: 1px solid #e2e8ec;
    border-radius: 22px;
}

.career-mail-label {
    display: block;
    margin-bottom: 8px;
    color: #7b8790;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.career-mail {
    display: block;
    margin-bottom: 20px;
    color: #172733;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    text-decoration: none;
}

    .career-mail:hover {
        opacity: .7;
    }

.careers-application-card p {
    color: #65717a;
    line-height: 1.7;
}


/* RESPONSIVE */

@media (max-width: 1000px) {

    .careers-areas-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 850px) {

    .careers-intro,
    .careers-profile,
    .careers-work,
    .careers-application {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 600px) {

    .careers-areas-grid {
        grid-template-columns: 1fr;
    }

    .career-area-card {
        min-height: auto;
    }

    .careers-application-card {
        padding: 30px 24px;
    }
}
p {
    font-size: 17px;
}
/* Product details - technical tabs */
.product-information-section{padding-top:80px;padding-bottom:90px}.product-information-heading{max-width:760px;margin-bottom:34px}.product-information-heading h2{margin-bottom:0}.product-tabs{border:1px solid #e2e8f0;border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 14px 45px rgba(15,23,42,.06)}.product-tabs-nav{display:flex;gap:0;overflow-x:auto;background:#f8fafc;border-bottom:1px solid #e2e8f0;scrollbar-width:thin}.product-tab-button{appearance:none;border:0;border-right:1px solid #e2e8f0;background:transparent;padding:18px 22px;white-space:nowrap;color:#64748b;font:inherit;font-size:13px;font-weight:800;letter-spacing:.035em;text-transform:uppercase;cursor:pointer;transition:background .2s ease,color .2s ease}.product-tab-button:hover{background:#eef4f8;color:#0f172a}.product-tab-button.active{background:#4f90d1;color:#fff}.product-tabs-panels{padding:0}.product-tab-panel{display:none;padding:34px}.product-tab-panel.active{display:block}.product-specs{border:1px solid #e7edf2;border-radius:16px;overflow:hidden}.product-spec-row{display:grid;grid-template-columns:minmax(210px,34%) 1fr;border-bottom:1px solid #e7edf2}.product-spec-row:last-child{border-bottom:0}.product-spec-label,.product-spec-value{padding:15px 18px}.product-spec-label{background:#f8fafc;color:#334155;font-weight:800}.product-spec-value{color:#475569;white-space:pre-line}.product-section-content{color:#475569;line-height:1.75}.product-section-content>*:first-child{margin-top:0}.product-section-content>*:last-child{margin-bottom:0}.product-section-content h2,.product-section-content h3,.product-section-content h4,.product-section-content h5{color:#0f172a;margin-top:28px;margin-bottom:12px}.product-section-content ul,.product-section-content ol{padding-left:22px;margin:14px 0}.product-section-content li{margin:7px 0}.product-section-content table{width:100%;border-collapse:collapse;margin:18px 0;border:1px solid #e2e8f0}.product-section-content th,.product-section-content td{padding:13px 15px;border:1px solid #e2e8f0;text-align:left;vertical-align:top}.product-section-content th{background:#f8fafc;color:#334155}.product-section-content a{color:#2878b9;font-weight:700;text-decoration:none}.product-section-content a:hover{text-decoration:underline}.product-quick-docs{display:grid;gap:10px;margin-top:24px}.product-quick-doc{display:flex;align-items:center;gap:12px;padding:13px 15px;border:1px solid #dde6ee;border-radius:13px;background:#fff;color:#1e293b;text-decoration:none;font-weight:750;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.product-quick-doc:hover{transform:translateY(-2px);border-color:#9bc2e6;box-shadow:0 10px 25px rgba(15,23,42,.07)}.product-quick-doc-icon,.product-document-icon{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:34px;padding:0 9px;border-radius:8px;background:#eaf3fb;color:#2878b9;font-size:11px;font-weight:900;letter-spacing:.06em}.product-quick-doc-arrow{margin-left:auto;font-size:20px}.product-documents-section{padding-top:70px;padding-bottom:80px}.product-documents-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-document-link{display:flex;align-items:center;gap:16px;padding:20px;border-radius:16px;background:#fff;border:1px solid #e2e8f0;color:#1e293b;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.product-document-link:hover{transform:translateY(-2px);box-shadow:0 14px 35px rgba(15,23,42,.08);border-color:#a8cbe9}.product-document-copy{display:flex;flex-direction:column;gap:4px}.product-document-copy small{color:#64748b}.product-document-arrow{margin-left:auto;font-size:24px;color:#2878b9}@media(max-width:768px){.product-information-section{padding-top:55px;padding-bottom:65px}.product-tab-panel{padding:20px}.product-spec-row{grid-template-columns:1fr}.product-spec-label{padding-bottom:8px;border-bottom:0}.product-spec-value{padding-top:8px}.product-documents-list{grid-template-columns:1fr}.product-tab-button{padding:15px 16px;font-size:12px}}
/* =========================================================
   ECR.SAT - SCROLL REVEAL / MODERN MOTION
   ========================================================= */

.reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity .75s cubic-bezier(.2,.65,.3,1), transform .75s cubic-bezier(.2,.65,.3,1);
    will-change: opacity, transform;
}

    .reveal.reveal-visible {
        opacity: 1;
        transform: translateY(0);
    }


/* Varianti */

.reveal-left {
    transform: translateX(-38px);
}

.reveal-right {
    transform: translateX(38px);
}

.reveal-scale {
    transform: scale(.94);
}

.reveal-left.reveal-visible,
.reveal-right.reveal-visible {
    transform: translateX(0);
}

.reveal-scale.reveal-visible {
    transform: scale(1);
}


/* Ritardi */

.reveal-delay-1 {
    transition-delay: .08s;
}

.reveal-delay-2 {
    transition-delay: .16s;
}

.reveal-delay-3 {
    transition-delay: .24s;
}

.reveal-delay-4 {
    transition-delay: .32s;
}


/* HERO */

.page-hero .eyebrow,
.page-hero h1,
.page-hero p {
    opacity: 0;
    transform: translateY(25px);
    animation: heroReveal .8s cubic-bezier(.2,.65,.3,1) forwards;
}

.page-hero h1 {
    animation-delay: .12s;
}

.page-hero p {
    animation-delay: .24s;
}

@keyframes heroReveal {

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Cards: hover moderno */

.service-card,
.service-main-card,
.product-card,
.brand-card,
.lab-service-card,
.career-area-card {
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

    .service-card:hover,
    .service-main-card:hover,
    .product-card:hover,
    .lab-service-card:hover,
    .career-area-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 22px 55px rgba(15, 23, 42, .10);
    }


    /* Immagini */

    .detail-media img,
    .product-card img,
    .gallery-grid img {
        transition: transform .6s cubic-bezier(.2,.65,.3,1);
    }

.detail-media {
    overflow: hidden;
}

    .detail-media:hover img {
        transform: scale(1.035);
    }

.gallery-grid {
    overflow: hidden;
}

    .gallery-grid img:hover {
        transform: scale(1.025);
    }


/* Pulsanti */

.btn {
    position: relative;
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

    .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 28px rgba(15, 23, 42, .15);
    }


/* Accessibilità */

@media (prefers-reduced-motion: reduce) {

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

    .reveal {
        opacity: 1 !important;
        transform: none !important;
    }
}