/* ===== BASE SITO WINCMS ===== */

body {
    margin: 0;
    padding: 0;
    font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
    color: #222;
    background: #ffffff;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.25s ease;
}

p {
    font-size: 16px !important;
    line-height: 1.7;
    color: #444;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    color: #ffffff;
    font-weight: 600;
}

.section-space {
    padding: 10px 0 !important;
}

.section-light {
    background: #f3f0ee;
}

.section-title {
    text-align: center;
    margin-bottom: 10px !important;
    font-size: 42px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-intro {
    max-width: 900px;
    margin: 0 auto 20px auto;
    text-align: center;
}

.btn-site {
    display: inline-block;
    padding: 12px 26px;
    border: 1px solid #5ec4b7;
    color: #5ec4b7;
    background: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.7px;
}

.btn-site:hover {
    background: #5ec4b7;
    color: #fff;
}

.w-90 {
    width: 90%;
    margin: 0 auto;
}

.home-slider {
    position: relative;
}

/* ===== FINE BASE SITO WINCMS ===== */


/* ===== HOME PROMO 1 ===== */

.home-promo-1 {
    padding: 70px 0 40px 0;
    background: #ffffff;
}

.home-about-card {
    position: relative;
    min-height: 640px;
    overflow: hidden;
    color: #fff;
}

.home-about-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 640px;
}

.home-about-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.68) 100%);
    padding: 45px 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.home-about-overlay h2 {
    color: #fff;
    font-size: 44px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.home-about-overlay h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.home-about-overlay p {
    color: rgba(255,255,255,0.92);
    font-size: 15px !important;
    margin-bottom: 25px;
}

.home-grid-card {
    overflow: hidden;
    background: #f4f4f4;
    height: 305px;
}

.home-grid-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-grid-gap-top {
    margin-top: 30px;
}

.home-settori {
    background: #ebedf0;
    padding: 80px 0 90px 0;
}

.home-settori .section-title {
    font-size: 52px;
    margin-bottom: 20px;
}

.settori-grid {
    margin-top: 45px;
}

.settore-card {
    background: #fff;
    height: 100%;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    transition: transform 0.25s ease;
}

.settore-card:hover {
    transform: translateY(-4px);
}

.settore-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.settore-card-content {
    padding: 18px 14px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.settore-card-content h3 {
    font-size: 15px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.4;
}

/* ===== FINE HOME PROMO 1 ===== */


/* ===== HOME SERVIZI 2 / STILE ALLINEATO ALLE PAGINE INTERNE ===== */

.home-gallery-strip {
    width: 90%;
    margin: 0 auto 28px auto;
}

.home-gallery-strip .row {
    margin-left: -8px;
    margin-right: -8px;
}

.home-gallery-strip [class*="col-"] {
    padding: 8px;
}

.home-gallery-strip img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
    border-radius: 18px;
}

.home-process {
    padding: 10px 0 20px 0;
}

.home-process .w-90 {
    width: 90%;
    margin: 0 auto;
}

.home-process .row {
    align-items: stretch !important;
}

.home-process-col {
    display: flex;
}

.home-process-panel,
.process-steps-wrap {
    background: #dfe0e1;
    border-radius: 24px;
    padding: 38px 32px;
    width: 100%;
    height: 100%;
}

.process-title {
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 700;
    color: #1f2a30;
    margin-bottom: 14px;
}

.process-subtitle {
    font-size: 1.08rem !important;
    line-height: 1.6;
    font-weight: 600;
    color: #6a5c45;
    margin-bottom: 18px;
}

.home-process-panel p {
    font-size: 17px !important;
    line-height: 1.75;
    color: #4d585e;
    margin-bottom: 16px;
}

.home-process-panel .btn-site {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 999px;
    background: #85909b;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #85909b;
    transition: all 0.25s ease;
}

.home-process-panel .btn-site:hover {
    background: #776a52;
    border-color: #776a52;
    color: #ffffff;
    text-decoration: none;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.process-step {
    background: #ffffff;
    border-radius: 18px;
    padding: 22px 20px;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
}

.process-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #dfe0e1;
    color: #1f2a30;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 14px;
    flex: 0 0 auto;
}

.process-step h3 {
    font-size: 1.06rem;
    line-height: 1.35;
    font-weight: 700;
    color: #1f2a30;
    margin-bottom: 10px;
    word-break: break-word;
}

.process-step p {
    font-size: 16px !important;
    line-height: 1.65;
    color: #4d585e;
    margin-bottom: 0;
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
}

@media (max-width: 1199px) {
    .home-gallery-strip img {
        height: 180px;
    }

    .home-process-panel,
    .process-steps-wrap {
        padding: 30px 24px;
    }

    .process-title {
        font-size: 1.8rem;
    }

    .process-step {
        min-height: 205px;
    }
}

@media (max-width: 991px) {
    .home-gallery-strip,
    .home-process .w-90 {
        width: 94%;
    }

    .home-gallery-strip img {
        height: 160px;
    }

    .home-process-col {
        margin-bottom: 20px;
    }

    .process-steps {
        grid-template-columns: 1fr;
    }

    .process-step {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .home-gallery-strip {
        margin-bottom: 18px;
    }

    .home-gallery-strip [class*="col-"] {
        padding: 6px;
    }

    .home-gallery-strip img {
        height: 130px;
        border-radius: 14px;
    }

    .home-process-panel,
    .process-steps-wrap {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .process-title {
        font-size: 1.55rem;
    }

    .process-subtitle {
        font-size: 1rem !important;
    }

    .home-process-panel p,
    .process-step p {
        font-size: 16px !important;
    }

    .home-process-panel .btn-site {
        width: 100%;
    }
}

/* ===== END HOME SERVIZI 2 / STILE ALLINEATO ALLE PAGINE INTERNE ===== */


/* ===== HOME FOCUS 3 / CERTIFICAZIONI ===== */

.home-focus-3 {
    padding: 40px 0;
}

.home-focus-3 .w-90 {
    width: 90%;
    margin: 0 auto;
}

.cert-card {
    background: #dfe0e1;
    border-radius: 24px;
    padding: 38px 30px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cert-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(0,0,0,0.08);
}

.cert-card img {
    width: 100%;
    max-width: 180px;
    height: auto;
    object-fit: contain;
    margin-bottom: 24px;
}

.cert-card h3 {
    font-size: 1.45rem;
    line-height: 1.25;
    font-weight: 700;
    color: #1f2a30;
    margin-bottom: 16px;
}

.cert-card p {
    font-size: 17px !important;
    line-height: 1.75;
    color: #4d585e;
    margin-bottom: 24px;
    flex-grow: 1;
}

.cert-card .btn-site {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 999px;
    background: #85909b;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #85909b;
    transition: all 0.25s ease;
}

.cert-card .btn-site:hover {
    background: #776a52;
    border-color: #776a52;
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 991px) {
    .home-focus-3 {
        padding: 24px 0;
    }

    .home-focus-3 .w-90 {
        width: 94%;
    }

    .cert-card {
        padding: 30px 24px;
    }
}

@media (max-width: 767px) {
    .cert-card h3 {
        font-size: 1.25rem;
    }

    .cert-card p {
        font-size: 16px !important;
    }

    .cert-card .btn-site {
        width: 100%;
    }
}

/* ===== END HOME FOCUS 3 / CERTIFICAZIONI ===== */


/* ===== HOME SERVIZI 4 ===== */

.home-servizi-4 {
    background: #ffffff;
    padding: 50px 0 70px 0;
}

.home-associazioni-title {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #7b7b7b;
    margin-bottom: 30px;
}

.associazioni-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.associazioni-logos img {
    max-height: 70px;
    width: auto;
    opacity: 0.92;
}

/* ===== FINE HOME SERVIZI 4 ===== */


/* ===== RESPONSIVE HOME ===== */

@media (max-width: 1199px) {
    .home-about-card,
    .home-about-card img {
        min-height: 520px;
    }

    .home-grid-card {
        height: 245px;
    }

    .home-settori .section-title,
    .section-title,
    .process-title {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .section-space,
    .home-settori,
    .home-process,
    .home-focus-3,
    .home-servizi-4,
    .home-promo-1 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .home-about-card,
    .home-about-card img {
        min-height: 420px;
    }

    .home-grid-gap-top {
        margin-top: 0;
    }

    .home-grid-card {
        height: 260px;
        margin-top: 24px;
    }

    .home-gallery-strip img {
        height: 180px;
    }

    .process-main-circle {
        width: 220px;
        height: 220px;
    }
}

@media (max-width: 767px) {
    .w-90 {
        width: 92%;
    }

    .home-about-overlay {
        padding: 28px 24px;
    }

    .home-about-overlay h2 {
        font-size: 30px;
    }

    .home-about-overlay h3 {
        font-size: 17px;
    }

    .section-title,
    .home-settori .section-title,
    .process-title {
        font-size: 28px;
    }

    .section-intro {
        margin-bottom: 10px;
    }

    .settore-card img {
        height: 220px;
    }

    .home-gallery-strip img {
        height: 140px;
    }

    .process-step {
        min-width: 100%;
        max-width: 100%;
    }

    .associazioni-logos {
        gap: 28px;
    }
}

/* ===== FINE RESPONSIVE HOME ===== */
/* ===== PAGINA AZIENDA ===== */

.page-hero {
    position: relative;
    height: 420px;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.page-hero img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    inset: 0;
}

.page-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}

.page-hero-content {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto;
}

.page-hero h1 {
    font-size: 48px;
    margin-bottom: 10px;
}

.page-hero p {
    font-size: 18px !important;
    color: rgba(255,255,255,0.9);
}

/* ===== BLOCCO TESTO + IMMAGINE ===== */

.page-section {
    padding: 10px 0;
}

.page-text-box {
    background: #f4f1ef;
    padding: 50px;
    height: 100%;
}

.page-text-box h2 {
    font-size: 34px;
    margin-bottom: 20px;
}

.page-text-box p {
    margin-bottom: 15px;
}

/* ===== NUMERI AZIENDA ===== */

.page-numbers {
    background: #ebedf0;
    padding: 70px 0;
}

.number-box {
    text-align: center;
}

.number-box h3 {
    font-size: 42px;
    color: #5ec4b7;
    margin-bottom: 10px;
}

.number-box p {
    font-size: 14px !important;
    text-transform: uppercase;
}

/* ===== CTA FINALE ===== */

.page-cta {
    background: #1f1f1f;
    color: #fff;
    padding: 70px 0;
    text-align: center;
}

.page-cta h2 {
    color: #fff;
    margin-bottom: 20px;
}

/* ===== FINE PAGINA AZIENDA ===== */
/* ===== PAGINA PROCESSO TIMELINE ===== */

.process-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
}

.process-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.process-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.60);
}

.process-hero-content {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto;
}

.process-hero-content h1 {
    font-size: 48px;
    margin-bottom: 14px;
    color: #fff;
}

.process-hero-content p {
    max-width: 760px;
    font-size: 18px !important;
    color: rgba(255,255,255,0.92);
    margin-bottom: 0;
}

/* ===== INTRO PROCESSO ===== */

.process-intro {
    padding: 90px 0 40px 0;
    background: #f7f4f2;
}

.process-intro-box {
    background: #ffffff;
    padding: 50px;
    border-left: 6px solid #5ec4b7;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.process-intro-box h2 {
    font-size: 34px;
    margin-bottom: 20px;
}

.process-intro-box p {
    font-size: 17px !important;
    line-height: 1.8;
    margin-bottom: 16px;
}

/* ===== SETTORI ===== */

.process-sectors {
    padding: 15px 0 80px 0;
    background: #f7f4f2;
}

.process-sectors-title h3 {
    font-size: 26px;
    margin-bottom: 22px;
}

.process-sector-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.process-sector-item {
    background: #ebedf0;
    color: #1f1f1f;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* ===== TIMELINE PROCESSO ===== */

.process-timeline-section {
    padding: 90px 0;
    background: #ffffff;
}

.process-timeline-head {
    margin-bottom: 50px;
}

.process-timeline-head h2 {
    font-size: 36px;
    margin-bottom: 12px;
}

.process-timeline-head p {
    font-size: 17px !important;
    color: #555;
    margin-bottom: 0;
}

.process-timeline {
    position: relative;
}

.process-timeline:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #d6cfca;
    transform: translateX(-50%);
}

.process-step {
    position: relative;
    margin-bottom: 40px;
}

.process-step:last-child {
    margin-bottom: 0;
}

.process-step-inner {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: 320px;
}

.process-step-left,
.process-step-right {
    width: 50%;
    padding: 0 40px;
}

.process-step-left {
    display: flex;
    justify-content: flex-end;
}

.process-step-right {
    display: flex;
    justify-content: flex-start;
}

.process-step.reverse .process-step-left {
    order: 2;
    justify-content: flex-start;
}

.process-step.reverse .process-step-right {
    order: 1;
    justify-content: flex-end;
}

.process-step-image-box,
.process-step-text-box {
    width: 100%;
    max-width: 520px;
}

.process-step-image-box img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.process-step-text-box {
    background: #f4f1ef;
    padding: 35px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    height: 100%;
}

.process-step-number {
    position: absolute;
    left: 50%;
    top: 35px;
    transform: translateX(-50%);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #5ec4b7;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    z-index: 2;
    box-shadow: 0 8px 20px rgba(194,39,48,0.25);
}

.process-step-text-box h3 {
    font-size: 28px;
    margin-bottom: 16px;
    padding-right: 30px;
}

.process-step-text-box p {
    font-size: 16px !important;
    line-height: 1.8;
    color: #444;
    margin-bottom: 0;
}

/* ===== CTA PROCESSO ===== */

.process-cta {
    padding: 80px 0;
    background: #1f1f1f;
    color: #fff;
    text-align: center;
}

.process-cta h2 {
    color: #fff;
    margin-bottom: 18px;
}

.process-cta p {
    color: rgba(255,255,255,0.9);
    font-size: 17px !important;
    margin-bottom: 25px;
}

/* ===== RESPONSIVE PROCESSO TIMELINE ===== */

@media (max-width: 1199px) {
    .process-step-left,
    .process-step-right {
        padding: 0 30px;
    }

    .process-step-image-box img {
        height: 290px;
    }
}

@media (max-width: 991px) {
    .process-hero {
        min-height: 360px;
    }

    .process-hero-content h1 {
        font-size: 38px;
    }

    .process-intro-box {
        padding: 35px;
    }

    .process-timeline:before {
        left: 26px;
        transform: none;
    }

    .process-step-number {
        left: 26px;
        transform: none;
        width: 56px;
        height: 56px;
        font-size: 20px;
        top: 20px;
    }

    .process-step-inner,
    .process-step.reverse .process-step-left,
    .process-step.reverse .process-step-right {
        display: block;
    }

    .process-step-left,
    .process-step-right,
    .process-step.reverse .process-step-left,
    .process-step.reverse .process-step-right {
        width: 100%;
        padding: 0 0 0 90px;
        order: unset;
        justify-content: flex-start;
    }

    .process-step-right {
        margin-top: 20px;
    }

    .process-step.reverse .process-step-right {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .process-step.reverse .process-step-left {
        margin-top: 20px;
    }

    .process-step-image-box,
    .process-step-text-box {
        max-width: 100%;
    }

    .process-step-image-box img {
        height: 260px;
    }
}

@media (max-width: 767px) {
    .process-hero {
        min-height: 300px;
    }

    .process-hero-content h1 {
        font-size: 30px;
    }

    .process-hero-content p,
    .process-intro-box p,
    .process-timeline-head p,
    .process-step-text-box p,
    .process-cta p {
        font-size: 16px !important;
    }

    .process-intro {
        padding: 60px 0 30px 0;
    }

    .process-sectors {
        padding: 10px 0 60px 0;
    }

    .process-timeline-section {
        padding: 70px 0;
    }

    .process-step-left,
    .process-step-right,
    .process-step.reverse .process-step-left,
    .process-step.reverse .process-step-right {
        padding-left: 75px;
    }

    .process-step-text-box {
        padding: 26px;
    }

    .process-step-text-box h3 {
        font-size: 22px;
        padding-right: 0;
    }

    .process-step-image-box img {
        height: 210px;
    }

    .process-sector-item {
        width: 100%;
    }
}

/* ===== FINE PAGINA PROCESSO TIMELINE ===== */
/* ===== PAGINA PROCESSO ===== */

.process-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
}

.process-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.process-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.58);
}

.process-hero-content {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto;
}

.process-hero-content h1 {
    font-size: 48px;
    margin-bottom: 14px;
    color: #fff;
}

.process-hero-content p {
    max-width: 760px;
    font-size: 18px !important;
    color: rgba(255,255,255,0.92);
    margin-bottom: 0;
}

/* ===== INTRO PROCESSO ===== */

.process-intro {
    padding: 80px 0 40px 0;
    background: #f7f4f2;
}

.process-intro-box {
    background: #ffffff;
    padding: 45px;
    border-left: 6px solid #5ec4b7;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.process-intro-box h2 {
    font-size: 34px;
    margin-bottom: 20px;
}

.process-intro-box p {
    font-size: 17px !important;
    line-height: 1.8;
    margin-bottom: 16px;
}

/* ===== SETTORI APPLICAZIONE ===== */

.process-sectors {
    padding: 20px 0 80px 0;
    background: #f7f4f2;
}

.process-sectors-title {
    margin-bottom: 25px;
}

.process-sectors-title h3 {
    font-size: 26px;
    margin-bottom: 10px;
}

.process-sector-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.process-sector-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    background: #ebedf0;
    color: #1f1f1f;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 14px;
    border-radius: 0;
    min-width: 140px;
}

/* ===== FASI PRODUTTIVE ===== */

.process-phases {
    padding: 90px 0;
    background: #ffffff;
}

.process-phases-head {
    margin-bottom: 45px;
}

.process-phases-head h2 {
    font-size: 36px;
    margin-bottom: 12px;
}

.process-phases-head p {
    font-size: 17px !important;
    color: #555;
    margin-bottom: 0;
}

.process-phase-card {
    background: #f4f1ef;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.process-phase-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

.process-phase-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.process-phase-content {
    padding: 28px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.process-phase-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: #5ec4b7;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
}

.process-phase-content h3 {
    font-size: 24px;
    margin-bottom: 14px;
    min-height: 58px;
}

.process-phase-content p {
    font-size: 16px !important;
    line-height: 1.75;
    margin-bottom: 0;
    color: #444;
}

/* ===== CTA PROCESSO ===== */

.process-cta {
    padding: 80px 0;
    background: #1f1f1f;
    color: #fff;
    text-align: center;
}

.process-cta h2 {
    color: #fff;
    margin-bottom: 18px;
}

.process-cta p {
    color: rgba(255,255,255,0.9);
    font-size: 17px !important;
    margin-bottom: 25px;
}

/* ===== RESPONSIVE PAGINA PROCESSO ===== */

@media (max-width: 991px) {
    .process-hero {
        min-height: 360px;
    }

    .process-hero-content h1 {
        font-size: 38px;
    }

    .process-intro-box {
        padding: 30px;
    }

    .process-phase-content h3 {
        min-height: auto;
    }

    .process-phase-image img {
        height: 220px;
    }
}

@media (max-width: 767px) {
    .process-hero {
        min-height: 300px;
    }

    .process-hero-content h1 {
        font-size: 30px;
    }

    .process-hero-content p,
    .process-intro-box p,
    .process-phases-head p,
    .process-phase-content p,
    .process-cta p {
        font-size: 16px !important;
    }

    .process-intro {
        padding: 60px 0 30px 0;
    }

    .process-sectors {
        padding: 10px 0 60px 0;
    }

    .process-phases {
        padding: 70px 0;
    }

    .process-phase-image img {
        height: 200px;
    }

    .process-sector-item {
        width: 100%;
        min-width: unset;
    }
}

/* ===== FINE PAGINA PROCESSO ===== */
/* ===== PAGINA TOLLERANZE ===== */

.tolerance-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
}

.tolerance-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tolerance-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.58);
}

.tolerance-hero-content {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto;
}

.tolerance-hero-content h1 {
    font-size: 48px;
    margin-bottom: 14px;
    color: #fff;
}

.tolerance-hero-content p {
    max-width: 780px;
    font-size: 18px !important;
    color: rgba(255,255,255,0.92);
    margin-bottom: 0;
}

/* ===== INTRO TOLLERANZE ===== */

.tolerance-intro {
    padding: 90px 0 50px 0;
    background: #f7f4f2;
}

.tolerance-intro-box {
    background: #ffffff;
    padding: 50px;
    border-left: 6px solid #5ec4b7;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.tolerance-intro-box h2 {
    font-size: 34px;
    margin-bottom: 22px;
}

.tolerance-intro-box p {
    font-size: 17px !important;
    line-height: 1.8;
    margin-bottom: 16px;
}

/* ===== GRADI DI PRECISIONE ===== */

.tolerance-grades {
    padding: 0 0 90px 0;
    background: #f7f4f2;
}

.tolerance-section-title {
    margin-bottom: 10px;
}

.tolerance-section-title h2 {
    font-size: 34px;
    margin-bottom: 12px;
}

.tolerance-section-title p {
    font-size: 17px !important;
    color: #555;
    margin-bottom: 0;
}

.tolerance-grade-card {
    background: #ffffff;
    padding: 35px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border-top: 4px solid #5ec4b7;
}

.tolerance-grade-card h3 {
    font-size: 24px;
    margin-bottom: 16px;
}

.tolerance-grade-card p {
    font-size: 16px !important;
    line-height: 1.75;
    margin-bottom: 0;
    color: #444;
}

/* ===== NOTE TECNICHE ===== */

.tolerance-notes {
    padding: 90px 0;
    background: #ffffff;
}

.tolerance-note-box {
    background: #f4f1ef;
    padding: 35px;
    height: 100%;
}

.tolerance-note-box h3 {
    font-size: 24px;
    margin-bottom: 16px;
}

.tolerance-note-box p,
.tolerance-note-box li {
    font-size: 16px !important;
    line-height: 1.8;
    color: #444;
}

.tolerance-note-box ul {
    margin: 0;
    padding-left: 20px;
}

/* ===== TABELLE TECNICHE ===== */

.tolerance-tables {
    padding: 0 0 90px 0;
    background: #ffffff;
}

.tolerance-table-box {
    background: #f7f4f2;
    padding: 40px;
    margin-bottom: 30px;
}

.tolerance-table-box:last-child {
    margin-bottom: 0;
}

.tolerance-table-box h3 {
    font-size: 28px;
    margin-bottom: 12px;
}

.tolerance-table-box p {
    font-size: 16px !important;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.tolerance-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.tolerance-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 680px;
    background: #fff;
}

.tolerance-table th,
.tolerance-table td {
    border: 1px solid #ddd6d0;
    padding: 14px 16px;
    text-align: left;
    vertical-align: middle;
}

.tolerance-table th {
    background: #1f1f1f;
    color: #fff;
    font-size: 15px;
}

.tolerance-table td {
    font-size: 15px !important;
    color: #333;
}

.tolerance-table-placeholder {
    background: #ebedf0;
    padding: 20px;
    font-size: 15px !important;
    color: #444;
    border-left: 4px solid #5ec4b7;
}

/* ===== CTA TOLLERANZE ===== */

.tolerance-cta {
    padding: 80px 0;
    background: #1f1f1f;
    color: #fff;
    text-align: center;
}

.tolerance-cta h2 {
    color: #fff;
    margin-bottom: 18px;
}

.tolerance-cta p {
    color: rgba(255,255,255,0.9);
    font-size: 17px !important;
    margin-bottom: 25px;
}

/* ===== RESPONSIVE PAGINA TOLLERANZE ===== */

@media (max-width: 991px) {
    .tolerance-hero {
        min-height: 360px;
    }

    .tolerance-hero-content h1 {
        font-size: 38px;
    }

    .tolerance-intro-box {
        padding: 35px;
    }

    .tolerance-grade-card,
    .tolerance-note-box,
    .tolerance-table-box {
        padding: 28px;
    }
}

@media (max-width: 767px) {
    .tolerance-hero {
        min-height: 300px;
    }

    .tolerance-hero-content h1 {
        font-size: 30px;
    }

    .tolerance-hero-content p,
    .tolerance-intro-box p,
    .tolerance-section-title p,
    .tolerance-grade-card p,
    .tolerance-note-box p,
    .tolerance-note-box li,
    .tolerance-table-box p,
    .tolerance-cta p,
    .tolerance-table td,
    .tolerance-table-placeholder {
        font-size: 16px !important;
    }

    .tolerance-intro {
        padding: 60px 0 30px 0;
    }

    .tolerance-grades,
    .tolerance-notes,
    .tolerance-tables {
        padding-bottom: 70px;
    }
}

/* ===== FINE PAGINA TOLLERANZE ===== */
/* ===== PAGINA SERVIZI ===== */

.services-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
}

.services-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.58);
}

.services-hero-content {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto;
}

.services-hero-content h1 {
    font-size: 48px;
    margin-bottom: 14px;
    color: #fff;
}

.services-hero-content p {
    max-width: 760px;
    font-size: 18px !important;
    color: rgba(255,255,255,0.92);
    margin-bottom: 0;
}

/* ===== INTRO SERVIZI ===== */

.services-intro {
    padding: 90px 0 50px 0;
    background: #f7f4f2;
}

.services-intro-box {
    background: #ffffff;
    padding: 50px;
    border-left: 6px solid #5ec4b7;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.services-intro-box h2 {
    font-size: 34px;
    margin-bottom: 20px;
}

.services-intro-box p {
    font-size: 17px !important;
    line-height: 1.8;
    margin-bottom: 16px;
}

/* ===== PUNTI CHIAVE ===== */

.services-values {
    padding: 0 0 90px 0;
    background: #f7f4f2;
}

.services-value-card {
    background: #ffffff;
    padding: 35px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border-top: 4px solid #5ec4b7;
}

.services-value-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    background: #5ec4b7;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
}

.services-value-card h3 {
    font-size: 25px;
    margin-bottom: 16px;
}

.services-value-card p {
    font-size: 16px !important;
    line-height: 1.8;
    margin-bottom: 0;
    color: #444;
}

/* ===== BLOCCO TESTUALE SERVIZI ===== */

.services-detail {
    padding: 90px 0;
    background: #ffffff;
}

.services-detail-box {
    background: #f4f1ef;
    padding: 45px;
    height: 100%;
}

.services-detail-box h2 {
    font-size: 34px;
    margin-bottom: 20px;
}

.services-detail-box p {
    font-size: 17px !important;
    line-height: 1.8;
    margin-bottom: 16px;
    color: #444;
}

.services-detail-box p:last-child {
    margin-bottom: 0;
}

.services-detail-image img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
}

/* ===== CTA SERVIZI ===== */

.services-cta {
    padding: 80px 0;
    background: #1f1f1f;
    color: #fff;
    text-align: center;
}

.services-cta h2 {
    color: #fff;
    margin-bottom: 18px;
}

.services-cta p {
    color: rgba(255,255,255,0.9);
    font-size: 17px !important;
    margin-bottom: 25px;
}

/* ===== RESPONSIVE PAGINA SERVIZI ===== */

@media (max-width: 991px) {
    .services-hero {
        min-height: 360px;
    }

    .services-hero-content h1 {
        font-size: 38px;
    }

    .services-intro-box,
    .services-detail-box {
        padding: 35px;
    }

    .services-detail-image img {
        min-height: 320px;
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .services-hero {
        min-height: 300px;
    }

    .services-hero-content h1 {
        font-size: 30px;
    }

    .services-hero-content p,
    .services-intro-box p,
    .services-value-card p,
    .services-detail-box p,
    .services-cta p {
        font-size: 16px !important;
    }

    .services-intro {
        padding: 60px 0 30px 0;
    }

    .services-values,
    .services-detail {
        padding-bottom: 70px;
    }

    .services-value-card,
    .services-detail-box {
        padding: 28px;
    }

    .services-detail-image img {
        min-height: 240px;
    }
}

/* ===== FINE PAGINA SERVIZI ===== */
/* ===== PAGINA MATERIALI ===== */

.materials-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
}

.materials-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.materials-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.58);
}

.materials-hero-content {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto;
}

.materials-hero-content h1 {
    font-size: 48px;
    margin-bottom: 14px;
    color: #fff;
}

.materials-hero-content p {
    max-width: 800px;
    font-size: 18px !important;
    color: rgba(255,255,255,0.92);
    margin-bottom: 0;
}

/* ===== INTRO MATERIALI ===== */

.materials-intro {
    padding: 90px 0 50px 0;
    background: #f7f4f2;
}

.materials-intro-box {
    background: #ffffff;
    padding: 50px;
    border-left: 6px solid #5ec4b7;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.materials-intro-box h2 {
    font-size: 34px;
    margin-bottom: 20px;
}

.materials-intro-box p {
    font-size: 17px !important;
    line-height: 1.8;
    margin-bottom: 16px;
}

.materials-intro-box p:last-child {
    margin-bottom: 0;
}

/* ===== SEZIONI TABELLE MATERIALI ===== */

.materials-table-section {
    padding: 0 0 80px 0;
    background: #f7f4f2;
}

.materials-table-box {
    background: #ffffff;
    padding: 35px;
    margin-bottom: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.materials-table-box:last-child {
    margin-bottom: 0;
}

.materials-table-title {
    margin-bottom: 20px;
}

.materials-table-title h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

.materials-table-title p {
    font-size: 16px !important;
    line-height: 1.7;
    color: #555;
    margin-bottom: 0;
}

.materials-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.materials-table {
    width: 100%;
    min-width: 1300px;
    border-collapse: collapse;
    background: #fff;
}

.materials-table th,
.materials-table td {
    border: 1px solid #ddd6d0;
    padding: 12px 10px;
    text-align: center;
    vertical-align: middle;
}

.materials-table th {
    background: #1f1f1f;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.materials-table td {
    font-size: 14px !important;
    line-height: 1.6;
    color: #333;
}

.materials-table td.text-left,
.materials-table th.text-left {
    text-align: left;
}

.materials-table-category {
    background: #ebedf0;
    color: #1f1f1f;
    font-weight: 700;
    text-align: left !important;
    font-size: 14px !important;
    padding: 14px 16px !important;
}

.materials-table-subcategory {
    background: #f4f1ef;
    color: #1f1f1f;
    font-weight: 700;
    text-align: left !important;
    font-size: 13px !important;
}

.materials-notes {
    padding: 0 0 90px 0;
    background: #ffffff;
}

.materials-notes-box {
    background: #f4f1ef;
    padding: 35px;
}

.materials-notes-box h2 {
    font-size: 30px;
    margin-bottom: 18px;
}

.materials-notes-box p {
    font-size: 15px !important;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #444;
}

.materials-notes-box p:last-child {
    margin-bottom: 0;
}

/* ===== CTA MATERIALI ===== */

.materials-cta {
    padding: 80px 0;
    background: #1f1f1f;
    color: #fff;
    text-align: center;
}

.materials-cta h2 {
    color: #fff;
    margin-bottom: 18px;
}

.materials-cta p {
    color: rgba(255,255,255,0.9);
    font-size: 17px !important;
    margin-bottom: 25px;
}

/* ===== RESPONSIVE PAGINA MATERIALI ===== */

@media (max-width: 991px) {
    .materials-hero {
        min-height: 360px;
    }

    .materials-hero-content h1 {
        font-size: 38px;
    }

    .materials-intro-box,
    .materials-table-box,
    .materials-notes-box {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .materials-hero {
        min-height: 300px;
    }

    .materials-hero-content h1 {
        font-size: 30px;
    }

    .materials-hero-content p,
    .materials-intro-box p,
    .materials-table-title p,
    .materials-notes-box p,
    .materials-cta p,
    .materials-table td {
        font-size: 16px !important;
    }

    .materials-intro {
        padding: 60px 0 30px 0;
    }

    .materials-table-section,
    .materials-notes {
        padding-bottom: 60px;
    }

    .materials-table {
        min-width: 1150px;
    }
}

/* ===== FINE PAGINA MATERIALI ===== */
/* ===== PAGINA CONTATTACI ===== */

.contact-hero {
    position: relative;
    min-height: 180px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
}

/*.contact-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/

.contact-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.58);
}

.contact-hero-content {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto;
}

.contact-hero-content h1 {
    font-size: 48px;
    margin-bottom: 14px;
    color: #fff !important;
}

.contact-hero-content p {
    max-width: 760px;
    font-size: 18px !important;
    color: rgba(255,255,255,0.92) !important;
    margin-bottom: 0;
}

/* ===== INTRO CONTATTI ===== */

.contact-section {
    padding: 90px 0;
    background: #f7f4f2;
}

.contact-intro-box {
    background: #ffffff;
    padding: 45px;
    border-left: 6px solid #5ec4b7;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    margin-bottom: 35px;
}

.contact-intro-box h2 {
    font-size: 34px;
    margin-bottom: 18px;
}

.contact-intro-box p {
    font-size: 17px !important;
    line-height: 1.8;
    margin-bottom: 0;
}

/* ===== LAYOUT CONTATTI ===== */

.contact-form-box,
.contact-info-box {
    background: #ffffff;
    padding: 40px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.contact-form-box h3,
.contact-info-box h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.contact-form-box p,
.contact-info-box p,
.contact-info-box a {
    font-size: 16px !important;
    line-height: 1.8;
    color: #444;
}

.contact-form-box {
    border-top: 4px solid #5ec4b7;
}

.contact-info-box {
    background: #f4f1ef;
}

.contact-info-title {
    margin-bottom: 25px;
}

.contact-info-title h3 {
    margin-bottom: 10px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
}

.contact-info-item:last-child {
    margin-bottom: 0;
}

.contact-info-icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5ec4b7;
    color: #fff;
    font-size: 16px;
}

.contact-info-text p {
    margin-bottom: 0;
}

.contact-info-text a {
    text-decoration: none;
}

.contact-info-text a:hover {
    text-decoration: underline;
}

/* ===== FORM CONTATTI ===== */

#form-contattaci {
    text-align: left !important;
}

#form-contattaci input,
#form-contattaci select,
#form-contattaci textarea {
    width: 100%;
    border: 1px solid #d8d1cc;
    padding: 14px 16px;
    margin-bottom: 15px;
    background: #fff;
    font-size: 16px !important;
}

#form-contattaci textarea {
    min-height: 160px;
    resize: vertical;
}

#form-contattaci input[type=\"submit\"],
#form-contattaci button {
    width: auto;
    min-width: 200px;
    background: #5ec4b7;
    color: #fff;
    border: 0;
    padding: 14px 28px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
}

#form-contattaci input[type=\"submit\"]:hover,
#form-contattaci button:hover {
    background: #1f1f1f;
}

/* ===== MAPPA O BLOCCO EXTRA ===== */

.contact-extra-box {
    background: #ffffff;
    padding: 35px;
    margin-top: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.contact-extra-box p {
    font-size: 16px !important;
    line-height: 1.8;
    margin-bottom: 0;
    color: #444;
}

/* ===== RESPONSIVE PAGINA CONTATTACI ===== */

@media (max-width: 991px) {
    .contact-hero {
        min-height: 320px;
    }

    .contact-hero-content h1 {
        font-size: 38px;
    }

    .contact-intro-box,
    .contact-form-box,
    .contact-info-box,
    .contact-extra-box {
        padding: 30px;
    }

    .contact-info-box {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .contact-hero {
        min-height: 280px;
    }

    .contact-hero-content h1 {
        font-size: 30px;
    }

    .contact-hero-content p,
    .contact-intro-box p,
    .contact-form-box p,
    .contact-info-box p,
    .contact-info-box a,
    .contact-extra-box p,
    #form-contattaci input,
    #form-contattaci select,
    #form-contattaci textarea {
        font-size: 16px !important;
    }

    .contact-section {
        padding: 30px 0;
    }

    .contact-info-item {
        gap: 12px;
    }

    .contact-info-icon {
        width: 38px;
        min-width: 38px;
        height: 38px;
    }
}

/* ===== FINE PAGINA CONTATTACI ===== */
/* ===== PROCESS SECTORS ===== */

.process-sector-list{
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:24px;
    margin-top:30px;
    align-items:stretch;
}

.process-sector-item{
    background:#ffffff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 28px rgba(0,0,0,0.08);
    transition:transform 0.3s ease, box-shadow 0.3s ease;
    height:100%;
    position:relative;
    display:flex;
    flex-direction:column;
}

.process-sector-item:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 38px rgba(0,0,0,0.14);
}

.process-sector-img{
    width:100%;
    height:220px;
    overflow:hidden;
    background:#eef2f5;
    position:relative;
}

.process-sector-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform 0.45s ease;
}

.process-sector-item:hover .process-sector-img img{
    transform:scale(1.05);
}

.process-sector-title{
    padding:18px 15px 20px 15px;
    text-align:center;
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
}

.process-sector-title p{
    margin:0;
    font-size:17px !important;
    font-weight:600;
    color:#85909b;
    line-height:1.4;
}

/* ===== RESPONSIVE PROCESS SECTORS ===== */

@media (max-width: 1199px){
    .process-sector-img{
        height:200px;
    }
}

@media (max-width: 991px){
    .process-sector-list{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px){
    .process-sector-list{
        grid-template-columns:1fr;
        gap:18px;
    }

    .process-sector-img{
        height:220px;
    }

    .process-sector-title{
        padding:16px 14px 18px 14px;
    }

    .process-sector-title p{
        font-size:16px !important;
    }
}

/* ===== END PROCESS SECTORS ===== */
/* ===== PROCESS PHASES RESTYLING ===== */

.process-phases{
    padding:70px 0;
}

.process-phases-head{
    max-width:860px;
    margin:0 auto 25px auto;
    text-align:center;
}

.process-phases-head h2{
    margin-bottom:12px;
}

.process-phases-head p{
    font-size:17px !important;
    line-height:1.7;
    color:#5b6670;
    margin-bottom:0;
}

.process-phases .row{
    align-items:stretch;
}

.process-phases .col-lg-4,
.process-phases .col-md-6{
    display:flex;
}

.process-phase-card{
    background:#ffffff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 28px rgba(0,0,0,0.08);
    transition:transform 0.3s ease, box-shadow 0.3s ease;
    height:100%;
    display:flex;
    flex-direction:column;
    width:100%;
}

.process-phase-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 38px rgba(0,0,0,0.14);
}

.process-phase-image{
    width:100%;
    height:240px;
    overflow:hidden;
    background:#eef2f5;
}

.process-phase-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform 0.45s ease;
}

.process-phase-card:hover .process-phase-image img{
    transform:scale(1.05);
}

.process-phase-content{
    padding:24px 22px 26px 22px;
    display:flex;
    flex-direction:column;
    flex:1;
}

.process-phase-number{
    width:48px;
    height:48px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px !important;
    font-weight:700;
    margin-bottom:16px;
    background:#85909b;
    color:#ffffff;
    flex-shrink:0;
}

.process-phase-content h3{
    font-size:22px;
    line-height:1.3;
    margin-bottom:14px;
    color:#85909b;
}

.process-phase-content p{
    font-size:16px !important;
    line-height:1.7;
    color:#5b6670;
    margin-bottom:0;
}

/* ===== RESPONSIVE PROCESS PHASES ===== */

@media (max-width:1199px){
    .process-phase-image{
        height:220px;
    }

    .process-phase-content h3{
        font-size:20px;
    }
}

@media (max-width:767px){
    .process-phases{
        padding:55px 0;
    }

    .process-phases-head{
        margin-bottom:18px;
    }

    .process-phases-head p{
        font-size:16px !important;
    }

    .process-phase-image{
        height:220px;
    }

    .process-phase-content{
        padding:20px 18px 22px 18px;
    }

    .process-phase-content h3{
        font-size:19px;
    }

    .process-phase-content p{
        font-size:15px !important;
    }
}

/* ===== END PROCESS PHASES RESTYLING ===== */
/* ===== CARD SYSTEM BASE ===== */

.card-site{
    background:#ffffff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 28px rgba(0,0,0,0.08);
    transition:transform 0.3s ease, box-shadow 0.3s ease;
    height:100%;
    display:flex;
    flex-direction:column;
}

.card-site:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 38px rgba(0,0,0,0.14);
}

.card-site-image{
    width:100%;
    overflow:hidden;
    background:#eef2f5;
}

.card-site-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform 0.45s ease;
}

.card-site:hover .card-site-image img{
    transform:scale(1.05);
}

.card-site-body{
    padding:24px 22px 26px 22px;
    display:flex;
    flex-direction:column;
    flex:1;
}

.card-site-body h1,
.card-site-body h2,
.card-site-body h3,
.card-site-body h4{
    color:#85909b;
    line-height:1.3;
    margin-bottom:14px;
}

.card-site-body p{
    font-size:16px !important;
    line-height:1.7;
    color:#5b6670;
    margin-bottom:14px;
}

/* ===== END CARD SYSTEM BASE ===== */


/* ===== PROCESSO - SETTORI DI APPLICAZIONE ===== */

.process-sector-list{
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:24px;
    margin-top:30px;
    align-items:stretch;
}

.process-sector-item{
    background:#ffffff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 28px rgba(0,0,0,0.08);
    transition:transform 0.3s ease, box-shadow 0.3s ease;
    height:100%;
    position:relative;
    display:flex;
    flex-direction:column;
}

.process-sector-item:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 38px rgba(0,0,0,0.14);
}

.process-sector-img{
    width:100%;
    height:220px;
    overflow:hidden;
    background:#eef2f5;
    position:relative;
}

.process-sector-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform 0.45s ease;
}

.process-sector-item:hover .process-sector-img img{
    transform:scale(1.05);
}

.process-sector-title{
    padding:18px 15px 20px 15px;
    text-align:center;
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
}

.process-sector-title p{
    margin:0;
    font-size:17px !important;
    font-weight:600;
    color:#85909b;
    line-height:1.4;
}

/* ===== END PROCESSO - SETTORI DI APPLICAZIONE ===== */


/* ===== PROCESSO - FASI PRODUTTIVE ===== */

.process-phases{
    padding:70px 0;
}

.process-phases-head{
    max-width:860px;
    margin:0 auto 25px auto;
    text-align:center;
}

.process-phases-head h2{
    margin-bottom:12px;
}

.process-phases-head p{
    font-size:17px !important;
    line-height:1.7;
    color:#5b6670;
    margin-bottom:0;
}

.process-phases .row{
    align-items:stretch;
}

.process-phases .col-lg-4,
.process-phases .col-md-6{
    display:flex;
}

.process-phase-card{
    background:#ffffff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 28px rgba(0,0,0,0.08);
    transition:transform 0.3s ease, box-shadow 0.3s ease;
    height:100%;
    display:flex;
    flex-direction:column;
    width:100%;
}

.process-phase-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 38px rgba(0,0,0,0.14);
}

.process-phase-image{
    width:100%;
    height:240px;
    overflow:hidden;
    background:#eef2f5;
}

.process-phase-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform 0.45s ease;
}

.process-phase-card:hover .process-phase-image img{
    transform:scale(1.05);
}

.process-phase-content{
    padding:24px 22px 26px 22px;
    display:flex;
    flex-direction:column;
    flex:1;
}

.process-phase-number{
    width:48px;
    height:48px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px !important;
    font-weight:700;
    margin-bottom:16px;
    background:#85909b;
    color:#ffffff;
    flex-shrink:0;
}

.process-phase-content h3{
    font-size:22px;
    line-height:1.3;
    margin-bottom:14px;
    color:#85909b;
}

.process-phase-content p{
    font-size:16px !important;
    line-height:1.7;
    color:#5b6670;
    margin-bottom:0;
}

/* ===== END PROCESSO - FASI PRODUTTIVE ===== */


/* ===== PAGINA CHI SIAMO ===== */

.simple-text .bg-page7{
    background:#ffffff;
    border-radius:16px;
    box-shadow:0 10px 28px rgba(0,0,0,0.08);
    transition:transform 0.3s ease, box-shadow 0.3s ease;
    overflow:hidden;
}

.simple-text .bg-page7:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 38px rgba(0,0,0,0.14);
}

.simple-text .bg-page7 img{
    border-radius:12px;
    display:block;
}

.simple-text .bg-page7 h1,
.simple-text .bg-page7 h2,
.simple-text .bg-page7 h3{
    color:#85909b;
    line-height:1.3;
}

.simple-text .bg-page7 p{
    font-size:16px !important;
    line-height:1.7;
    color:#5b6670;
}

.simple-text .bg-page7 a{
    font-weight:700;
    text-decoration:none;
}

/* ===== END PAGINA CHI SIAMO ===== */


/* ===== HOME PROMO 1 ===== */

.home-colonna-1,
.home-colonna-2{
    background:#ffffff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 28px rgba(0,0,0,0.08);
    transition:transform 0.3s ease, box-shadow 0.3s ease;
    height:100%;
}

.home-colonna-1:hover,
.home-colonna-2:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 38px rgba(0,0,0,0.14);
}

.home-colonna-1 img{
    width:100%;
    height:100%;
    min-height:320px;
    object-fit:cover;
    display:block;
    transition:transform 0.45s ease;
}

.home-colonna-1:hover img{
    transform:scale(1.05);
}

.home-colonna-2{
    padding:32px 28px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.home-colonna-2 h2{
    color:#85909b;
    line-height:1.3;
    margin-bottom:18px;
}

.home-colonna-2 p{
    font-size:16px !important;
    line-height:1.7;
    color:#5b6670;
    margin-bottom:18px;
}

.home-colonna-2 h3{
    margin-bottom:0;
}

.home-colonna-2 a{
    text-decoration:none;
    font-weight:700;
}

/* ===== END HOME PROMO 1 ===== */


/* ===== PAGINE INTERNE GENERICHE ===== */

.simple-text-page .simple-text .row{
    align-items:stretch;
}

.simple-text-page .simple-text .col-lg-4,
.simple-text-page .simple-text .col-lg-8,
.simple-text-page .simple-text .col-md-6,
.simple-text-page .simple-text .col-md-4{
    display:flex;
    flex-direction:column;
}

.simple-text-page .simple-text img{
    max-width:100%;
    height:auto;
}

/* ===== END PAGINE INTERNE GENERICHE ===== */


/* ===== RESPONSIVE CARD SYSTEM ===== */

@media (max-width:1199px){
    .process-sector-img{
        height:200px;
    }

    .process-phase-image{
        height:220px;
    }

    .process-phase-content h3{
        font-size:20px;
    }

    .home-colonna-1 img{
        min-height:280px;
    }
}

@media (max-width:991px){
    .process-sector-list{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }

    .home-colonna-2{
        padding:26px 22px;
    }
}

@media (max-width:767px){
    .process-phases{
        padding:55px 0;
    }

    .process-phases-head{
        margin-bottom:18px;
    }

    .process-phases-head p{
        font-size:16px !important;
    }

    .process-phase-image{
        height:220px;
    }

    .process-phase-content{
        padding:20px 18px 22px 18px;
    }

    .process-phase-content h3{
        font-size:19px;
    }

    .process-phase-content p{
        font-size:15px !important;
    }

    .simple-text .bg-page7{
        padding:26px 20px !important;
    }

    .simple-text .bg-page7 p,
    .home-colonna-2 p{
        font-size:15px !important;
    }

    .home-colonna-1 img{
        min-height:220px;
    }

    .home-colonna-2{
        padding:22px 18px;
    }
}

@media (max-width:575px){
    .process-sector-list{
        grid-template-columns:1fr;
        gap:18px;
    }

    .process-sector-img{
        height:220px;
    }

    .process-sector-title{
        padding:16px 14px 18px 14px;
    }

    .process-sector-title p{
        font-size:16px !important;
    }
}

/* ===== END RESPONSIVE CARD SYSTEM ===== */
/* ===== PAGINA SERVIZI ===== */

.services-intro,
.services-values,
.services-detail{
    padding:70px 0;
}

.services-intro-box,
.services-value-card,
.services-detail-box,
.services-detail-image{
    background:#ffffff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 28px rgba(0,0,0,0.08);
    transition:transform 0.3s ease, box-shadow 0.3s ease;
    height:100%;
}

.services-intro-box:hover,
.services-value-card:hover,
.services-detail-box:hover,
.services-detail-image:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 38px rgba(0,0,0,0.14);
}

.services-intro-box,
.services-detail-box{
    padding:34px 30px;
}

.services-intro-box h2,
.services-value-card h3,
.services-detail-box h2{
    color:#85909b;
    line-height:1.3;
    margin-bottom:16px;
}

.services-intro-box p,
.services-value-card p,
.services-detail-box p{
    font-size:16px !important;
    line-height:1.7;
    color:#5b6670;
    margin-bottom:14px;
}

.services-value-card{
    padding:32px 28px;
    position:relative;
}

.services-value-number{
    width:52px;
    height:52px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#85909b;
    color:#ffffff;
    font-size:18px !important;
    font-weight:700;
    margin-bottom:18px;
}

.services-detail .row{
    align-items:stretch;
}

.services-detail-image{
    min-height:100%;
    background:#eef2f5;
}

.services-detail-image img{
    width:100%;
    height:100%;
    min-height:360px;
    object-fit:cover;
    display:block;
    transition:transform 0.45s ease;
}

.services-detail-image:hover img{
    transform:scale(1.05);
}

/* ===== END PAGINA SERVIZI ===== */


/* ===== PAGINA TOLLERANZE ===== */

.tolerance-intro,
.tolerance-grades,
.tolerance-notes,
.tolerance-tables{
    padding:70px 0;
}

.tolerance-intro-box,
.tolerance-grade-card,
.tolerance-note-box,
.tolerance-table-box{
    background:#ffffff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 28px rgba(0,0,0,0.08);
    transition:transform 0.3s ease, box-shadow 0.3s ease;
    height:100%;
}

.tolerance-intro-box:hover,
.tolerance-grade-card:hover,
.tolerance-note-box:hover,
.tolerance-table-box:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 38px rgba(0,0,0,0.14);
}

.tolerance-intro-box,
.tolerance-grade-card,
.tolerance-note-box,
.tolerance-table-box{
    padding:34px 30px;
}

.tolerance-section-title{
    max-width:860px;
    margin:0 auto 25px auto;
    text-align:center;
}

.tolerance-section-title h2,
.tolerance-intro-box h2,
.tolerance-grade-card h3,
.tolerance-note-box h3,
.tolerance-table-box h3{
    color:#85909b;
    line-height:1.3;
    margin-bottom:16px;
}

.tolerance-section-title p,
.tolerance-intro-box p,
.tolerance-grade-card p,
.tolerance-note-box p,
.tolerance-table-box p{
    font-size:16px !important;
    line-height:1.7;
    color:#5b6670;
    margin-bottom:14px;
}

.tolerance-note-box ul{
    margin:0;
    padding-left:20px;
}

.tolerance-note-box li{
    font-size:16px !important;
    line-height:1.7;
    color:#5b6670;
    margin-bottom:6px;
}

.tolerance-table-wrap{
    width:100%;
    overflow-x:auto;
    margin-top:20px;
    border-radius:12px;
}

.tolerance-table{
    width:100%;
    min-width:680px;
    border-collapse:collapse;
    background:#ffffff;
}

.tolerance-table th,
.tolerance-table td{
    padding:14px 16px;
    text-align:left;
    border-bottom:1px solid #e5eaef;
    font-size:15px !important;
    line-height:1.5;
}

.tolerance-table th{
    background:#85909b;
    color:#ffffff;
    font-weight:600;
}

.tolerance-table tr:last-child td{
    border-bottom:none;
}

/* ===== END PAGINA TOLLERANZE ===== */


/* ===== PAGINA AZIENDA / CHI SIAMO ===== */

.page-section,
.page-numbers{
    padding:70px 0;
}

.page-text-box,
.number-box{
    background:#ffffff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 28px rgba(0,0,0,0.08);
    transition:transform 0.3s ease, box-shadow 0.3s ease;
    height:100%;
}

.page-text-box:hover,
.number-box:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 38px rgba(0,0,0,0.14);
}

.page-text-box{
    padding:34px 30px;
}

.page-text-box h2{
    color:#85909b;
    line-height:1.3;
    margin-bottom:16px;
}

.page-text-box p{
    font-size:16px !important;
    line-height:1.7;
    color:#5b6670;
    margin-bottom:14px;
}

.page-section img{
    width:100%;
    height:100%;
    min-height:360px;
    object-fit:cover;
    display:block;
    border-radius:16px;
    box-shadow:0 10px 28px rgba(0,0,0,0.08);
    transition:transform 0.3s ease, box-shadow 0.3s ease;
}

.page-section img:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 38px rgba(0,0,0,0.14);
}

.number-box{
    padding:28px 20px;
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.number-box h3{
    font-size:34px;
    line-height:1.1;
    color:#85909b;
    margin-bottom:10px;
}

.number-box p{
    font-size:16px !important;
    line-height:1.6;
    color:#5b6670;
    margin-bottom:0;
}

/* ===== END PAGINA AZIENDA / CHI SIAMO ===== */


/* ===== RESPONSIVE SERVIZI TOLLERANZE AZIENDA ===== */

@media (max-width:1199px){
    .services-detail-image img,
    .page-section img{
        min-height:320px;
    }
}

@media (max-width:991px){
    .services-intro,
    .services-values,
    .services-detail,
    .tolerance-intro,
    .tolerance-grades,
    .tolerance-notes,
    .tolerance-tables,
    .page-section,
    .page-numbers{
        padding:55px 0;
    }

    .services-intro-box,
    .services-value-card,
    .services-detail-box,
    .tolerance-intro-box,
    .tolerance-grade-card,
    .tolerance-note-box,
    .tolerance-table-box,
    .page-text-box{
        padding:28px 24px;
    }
}

@media (max-width:767px){
    .services-intro-box p,
    .services-value-card p,
    .services-detail-box p,
    .tolerance-section-title p,
    .tolerance-intro-box p,
    .tolerance-grade-card p,
    .tolerance-note-box p,
    .tolerance-table-box p,
    .tolerance-note-box li,
    .page-text-box p,
    .number-box p{
        font-size:15px !important;
    }

    .services-detail-image img,
    .page-section img{
        min-height:240px;
    }

    .number-box h3{
        font-size:30px;
    }

    .tolerance-table th,
    .tolerance-table td{
        padding:12px 14px;
        font-size:14px !important;
    }
}

/* ===== END RESPONSIVE SERVIZI TOLLERANZE AZIENDA ===== */
/* ===== PAGINA MATERIALI - HERO E INTRO ===== */

.materials-hero{
    position:relative;
    min-height:520px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

.materials-hero img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.materials-hero-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(90deg, rgba(21,32,43,0.78) 0%, rgba(21,32,43,0.48) 45%, rgba(21,32,43,0.22) 100%);
    z-index:1;
}

.materials-hero-content{
    position:relative;
    z-index:2;
    width:90%;
    max-width:1280px;
    padding:60px 0;
    color:#ffffff;
}

.materials-hero-content h1{
    margin-bottom:16px;
    color:#ffffff;
    line-height:1.1;
}

.materials-hero-content p{
    max-width:760px;
    font-size:18px !important;
    line-height:1.7;
    margin-bottom:0;
    color:#ffffff;
}

.materials-intro{
    padding:70px 0;
}

.materials-intro-box{
    background:#ffffff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 28px rgba(0,0,0,0.08);
    transition:transform 0.3s ease, box-shadow 0.3s ease;
    padding:34px 30px;
}

.materials-intro-box:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 38px rgba(0,0,0,0.14);
}

.materials-intro-box h2{
    color:#85909b;
    line-height:1.3;
    margin-bottom:16px;
}

.materials-intro-box p{
    font-size:16px !important;
    line-height:1.7;
    color:#5b6670;
    margin-bottom:14px;
}

.materials-intro-box p:last-child{
    margin-bottom:0;
}

/* ===== RESPONSIVE PAGINA MATERIALI - HERO E INTRO ===== */

@media (max-width:1199px){
    .materials-hero{
        min-height:460px;
    }
}

@media (max-width:991px){
    .materials-hero{
        min-height:420px;
    }

    .materials-intro{
        padding:55px 0;
    }

    .materials-intro-box{
        padding:28px 24px;
    }
}

@media (max-width:767px){
    .materials-hero{
        min-height:360px;
    }

    .materials-hero-content{
        padding:40px 0;
    }

    .materials-hero-content p{
        font-size:16px !important;
    }

    .materials-intro-box p{
        font-size:15px !important;
    }
}

/* ===== END PAGINA MATERIALI - HERO E INTRO ===== */
/* ===== HOME WELCOME RESTYLING ===== */

.home-promo-1,
.home-servizi-2,
.home-focus-3,
.home-servizi-4 {
    padding: 0px 0;
}

.home-promo-1 .container-fluid,
.home-servizi-2 .container-fluid,
.home-focus-3 .container-fluid,
.home-servizi-4 .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
}

.home-welcome-section {
    padding: 20px 0;
}

.home-welcome-grid {
    width: 90%;
    margin: 0 auto;
}

.home-welcome-card,
.home-welcome-imagecard,
.home-welcome-cta {
    background: #dfe0e1;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.home-welcome-card {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-welcome-card--dark {
    background: #b3b6b9;
    color: #ffffff;
}

.home-welcome-card--accent {
    background: #dfe0e1;
}

.home-welcome-imagecard img,
.home-welcome-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
}

.home-welcome-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #85909b;
}

.home-welcome-card--dark .home-welcome-eyebrow {
    color: #ebedf0;
}

.home-welcome-title {
    font-size: 2.1rem;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 18px;
    color: #1f2a30;
}

.home-welcome-card--dark .home-welcome-title {
    color: #ffffff;
}

.home-welcome-subtitle {
    font-size: 1.15rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 16px;
    color: #49545a;
}

.home-welcome-card--dark .home-welcome-subtitle {
    color: rgba(255,255,255,0.88);
}

.home-welcome-card p,
.home-welcome-cta p,
.home-welcome-list li,
.home-welcome-stat p {
    font-size: 17px !important;
    line-height: 1.75;
    color: #4d585e;
    margin-bottom: 16px;
}

.home-welcome-card--dark p,
.home-welcome-card--dark .home-welcome-list li,
.home-welcome-card--dark .home-welcome-stat p {
    color: rgba(255,255,255,0.88);
}

.home-welcome-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 12px;
}

.home-welcome-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.25s ease;
    border: 1px solid transparent;
}

.home-welcome-btn--primary {
    background: #85909b;
    color: #ffffff;
}

.home-welcome-btn--primary:hover {
    background: #776a52;
    color: #ffffff;
    text-decoration: none;
}

.home-welcome-btn--secondary {
    background: transparent;
    border-color: #85909b;
    color: #85909b;
}

.home-welcome-btn--secondary:hover {
    background: #85909b;
    color: #ffffff;
    text-decoration: none;
}

.home-welcome-card--dark .home-welcome-btn--secondary {
    border-color: #ffffff;
    color: #ffffff;
}

.home-welcome-card--dark .home-welcome-btn--secondary:hover {
    background: #ffffff;
    color: #b3b6b9;
}

.home-welcome-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.home-welcome-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
}

.home-welcome-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #85909b;
}

.home-welcome-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 24px;
}

.home-welcome-stat {
    background: rgba(255,255,255,0.65);
    border-radius: 18px;
    padding: 24px 18px;
    text-align: center;
}

.home-welcome-card--dark .home-welcome-stat {
    background: rgba(255,255,255,0.08);
}

.home-welcome-stat strong {
    display: block;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 8px;
    color: #1f2a30;
}

.home-welcome-card--dark .home-welcome-stat strong {
    color: #ffffff;
}

.home-welcome-stat p {
    margin-bottom: 0;
}

.home-welcome-cta {
    padding: 42px;
}

.home-welcome-cta h3 {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1f2a30;
}

.home-welcome-quote {
    font-size: 1.05rem !important;
    line-height: 1.8;
    font-style: italic;
    color: #5a666c;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .home-welcome-card {
        padding: 38px;
    }

    .home-welcome-title {
        font-size: 1.9rem;
    }
}

@media (max-width: 991px) {
    .home-promo-1,
    .home-servizi-2,
    .home-focus-3,
    .home-servizi-4 {
        padding: 0px 0;
    }

    .home-welcome-grid {
        width: 94%;
    }

    .home-welcome-stats {
        grid-template-columns: 1fr;
    }

    .home-welcome-card,
    .home-welcome-cta {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .home-welcome-title {
        font-size: 1.6rem;
    }

    .home-welcome-subtitle {
        font-size: 1rem;
    }

    .home-welcome-card p,
    .home-welcome-cta p,
    .home-welcome-list li,
    .home-welcome-stat p,
    .home-welcome-quote {
        font-size: 16px !important;
    }

    .home-welcome-actions {
        flex-direction: column;
    }

    .home-welcome-btn {
        width: 100%;
    }
}

/* ===== END HOME WELCOME RESTYLING ===== */
/* ===== HOME SERVIZI 2 / GALLERY + PROCESSO ===== */

.home-gallery-strip {
    width: 90%;
    margin: 0 auto 24px auto;
}

.home-gallery-strip .row {
    margin-left: -10px;
    margin-right: -10px;
}

.home-gallery-strip [class*="col-"] {
    padding: 10px;
}

.home-gallery-strip img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.06);
}

.home-process {
    padding: 20px 0 10px 0;
}

.home-process .w-90 {
    width: 90%;
    margin: 0 auto;
}

.home-process .row {
    align-items: stretch !important;
}

.home-process-intro {
    background: #dfe0e1;
    border-radius: 24px;
    padding: 42px 36px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.process-title {
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 700;
    color: #1f2a30;
    margin-bottom: 14px;
}

.process-subtitle {
    font-size: 1.1rem !important;
    line-height: 1.6;
    font-weight: 600;
    color: #6b5d45;
    margin-bottom: 18px;
}

.home-process-intro p {
    font-size: 17px !important;
    line-height: 1.75;
    color: #4d585e;
    margin-bottom: 16px;
}

.home-process-intro .btn-site {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 999px;
    background: #85909b;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #85909b;
    transition: all 0.25s ease;
}

.home-process-intro .btn-site:hover {
    background: #776a52;
    border-color: #776a52;
    color: #ffffff;
    text-decoration: none;
}

.process-diagram {
    background: #2f3a40;
    border-radius: 24px;
    padding: 36px 28px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
}

.process-main-circle {
    display: none;
}

.process-main-inner {
    display: none;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.process-step {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 24px 22px;
    height: 100%;
    backdrop-filter: blur(2px);
}

.process-step-number {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ebedf0;
    color: #2f3a40;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.process-step h3 {
    font-size: 1.15rem;
    line-height: 1.3;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.process-step p {
    font-size: 16px !important;
    line-height: 1.7;
    color: rgba(255,255,255,0.84);
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .home-gallery-strip img {
        height: 190px;
    }

    .home-process-intro,
    .process-diagram {
        padding: 30px 24px;
    }

    .process-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 991px) {
    .home-gallery-strip,
    .home-process .w-90 {
        width: 94%;
    }

    .home-gallery-strip img {
        height: 170px;
        border-radius: 16px;
    }

    .home-process {
        padding: 10px 0 0 0;
    }

    .home-process-intro {
        margin-bottom: 20px;
    }

    .process-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .home-gallery-strip {
        margin-bottom: 18px;
    }

    .home-gallery-strip [class*="col-"] {
        padding: 7px;
    }

    .home-gallery-strip img {
        height: 140px;
        border-radius: 14px;
    }

    .home-process-intro,
    .process-diagram {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .process-title {
        font-size: 1.55rem;
    }

    .process-subtitle {
        font-size: 1rem !important;
    }

    .home-process-intro p,
    .process-step p {
        font-size: 16px !important;
    }

    .home-process-intro .btn-site {
        width: 100%;
    }
}

/* ===== END HOME SERVIZI 2 / GALLERY + PROCESSO ===== */
/* ===== HOME SERVIZI 4 / CTA FINALE ===== */

.home-final-cta {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0 30px 0;
}

.home-final-cta-card {
    background: linear-gradient(135deg, #b3b6b9 0%, #445159 100%);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 14px 36px rgba(0,0,0,0.10);
}

.home-final-cta-text {
    padding: 54px 48px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-final-cta-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #ebedf0;
}

.home-final-cta-title {
    font-size: 2.15rem;
    line-height: 1.15;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 18px;
}

.home-final-cta-text p {
    font-size: 17px !important;
    line-height: 1.8;
    color: rgba(255,255,255,0.88);
    margin-bottom: 16px;
}

.home-final-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 10px;
}

.home-final-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.25s ease;
    border: 1px solid transparent;
}

.home-final-cta-btn--primary {
    background: #ebedf0;
    color: #b3b6b9;
}

.home-final-cta-btn--primary:hover {
    background: #c9b692;
    color: #b3b6b9;
    text-decoration: none;
}

.home-final-cta-btn--secondary {
    background: transparent;
    border-color: rgba(255,255,255,0.7);
    color: #ffffff;
}

.home-final-cta-btn--secondary:hover {
    background: #ffffff;
    color: #b3b6b9;
    text-decoration: none;
}

.home-final-cta-image {
    height: 100%;
    min-height: 100%;
}

.home-final-cta-image img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
}

@media (max-width: 1199px) {
    .home-final-cta-text {
        padding: 40px 34px;
    }

    .home-final-cta-title {
        font-size: 1.95rem;
    }
}

@media (max-width: 991px) {
    .home-final-cta {
        width: 94%;
        padding: 0 0 24px 0;
    }

    .home-final-cta-image img {
        min-height: 280px;
    }
}

@media (max-width: 767px) {
    .home-final-cta-card {
        border-radius: 20px;
    }

    .home-final-cta-text {
        padding: 28px 22px;
    }

    .home-final-cta-title {
        font-size: 1.6rem;
    }

    .home-final-cta-text p {
        font-size: 16px !important;
    }

    .home-final-cta-actions {
        flex-direction: column;
    }

    .home-final-cta-btn {
        width: 100%;
    }

    .home-final-cta-image img {
        min-height: 220px;
    }
}

/* ===== END HOME SERVIZI 4 / CTA FINALE ===== */
/* ===== HOME SERVIZI 2 / STEP EDITORIALE ===== */

.process-step-image {
    width: 100%;
    height: 200px;
    margin-bottom: 16px;
    border-radius: 14px;
    overflow: hidden;
    background: #eae7e1;
}

.process-step-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.process-step {
    background: #ffffff;
    border-radius: 18px;
    padding: 22px 20px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.process-step h3 {
    font-size: 1.08rem;
    line-height: 1.35;
    font-weight: 700;
    color: #1f2a30;
    margin-bottom: 10px;
}

.process-step p {
    font-size: 16px !important;
    line-height: 1.65;
    color: #4d585e;
    margin-bottom: 0;
    overflow-wrap: anywhere;
}

@media (max-width: 767px) {
    .process-step-image {
        height: 95px;
    }

    .process-step {
        min-height: auto;
    }
}

/* ===== END HOME SERVIZI 2 / STEP EDITORIALE ===== */
/* ===== CARD TESTO TECNICO (PROCESSO + TOLLERANZE) ===== */

.tech-text-card {
    background: #dfe0e1;
    border-radius: 24px;
    padding: 48px 44px;
    max-width: 1100px;
    margin: 0 auto 40px auto;
}

.tech-text-card h2 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    color: #1f2a30;
    margin-bottom: 22px;
}

.tech-text-card p {
    font-size: 17px !important;
    line-height: 1.85;
    color: #4d585e;
    margin-bottom: 18px;
}

.tech-text-card p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .tech-text-card {
        padding: 34px 28px;
        margin-bottom: 30px;
    }

    .tech-text-card h2 {
        font-size: 1.7rem;
    }
}

@media (max-width: 767px) {
    .tech-text-card {
        padding: 26px 20px;
        border-radius: 18px;
    }

    .tech-text-card p {
        font-size: 16px !important;
    }
}

/* ===== END CARD TESTO TECNICO ===== */
/* ===== PAGINA PROCESSO / CARD TESTO TECNICO ===== */

.tech-text-card {
    background: #dfe0e1;
    border-radius: 24px;
    padding: 48px 44px;
    max-width: 1100px;
    margin: 0 auto 40px auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.tech-text-card h2 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    color: #1f2a30;
    margin-bottom: 22px;
}

.tech-text-card p {
    font-size: 17px !important;
    line-height: 1.85;
    color: #4d585e;
    margin-bottom: 18px;
}

.tech-text-card p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .tech-text-card {
        padding: 34px 28px;
        margin-bottom: 30px;
    }

    .tech-text-card h2 {
        font-size: 1.7rem;
    }
}

@media (max-width: 767px) {
    .tech-text-card {
        padding: 26px 20px;
        border-radius: 18px;
    }

    .tech-text-card p {
        font-size: 16px !important;
    }
}

/* ===== END PAGINA PROCESSO / CARD TESTO TECNICO ===== */
/* ===== PROCESS INTRO COME TOLLERANZE ===== */

.process-intro-box {
    background: #f7f7f7;
    border-radius: 0 24px 24px 0;
    border-left: 6px solid #1f5aa6;
    padding: 36px 34px;
    width: 100%;
    margin: 0;
    box-shadow: none;
}

.process-intro-box h2 {
    font-size: 2.1rem;
    line-height: 1.2;
    font-weight: 400;
    color: #23384d;
    margin-bottom: 22px;
}

.process-intro-box p {
    font-size: 17px !important;
    line-height: 1.8;
    font-weight: 300;
    color: #5a5f66;
    margin-bottom: 20px;
}

.process-intro-box p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .process-intro-box {
        padding: 28px 24px;
        border-radius: 0 18px 18px 0;
    }

    .process-intro-box h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 767px) {
    .process-intro-box {
        padding: 22px 18px;
    }

    .process-intro-box h2 {
        font-size: 1.5rem;
    }

    .process-intro-box p {
        font-size: 16px !important;
    }
}

/* ===== END PROCESS INTRO COME TOLLERANZE ===== */
/* ===== HOME PROCESS COMPACT ===== */

.home-process {
    padding: 40px 0;
}

.home-process-panel p {
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 16px !important;
}

.home-process-panel p:last-child {
    margin-bottom: 0;
}

.process-title {
    margin-bottom: 10px;
}

.process-subtitle {
    margin-bottom: 10px;
}

/* griglia step */
.process-steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px; /* ridotto */
}

/* singolo step */
.process-step {
    margin-bottom: 0;
}

.process-step h3 {
    margin: 8px 0 5px 0;
    font-size: 16px;
}

.process-step p {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 14px !important;
}

/* immagine */
.process-step-image {
    margin-bottom: 5px;
}

.process-step-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* wrapper elimina spazio inutile */
.process-steps-wrap {
    margin-top: 0;
    padding-top: 0;
}

/* colonne */
.home-process-col {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* MOBILE */
@media (max-width: 768px) {

    .home-welcome-grid{
        margin: auto !important;
    }

    .home-welcome-grid {
        width: 100% !important;
    }

    .contact-hero-content h1 {
    font-size: 48px !important;
    }

    #formsearch-mobile{
        display: none !important;
    }


    .mm-panels ul.nav.navbar-nav li a {
        font-size: 3.5vw !important;
    }

    img#logo {
        margin-left: 0% !important;
    }

    .row-footer-mobile{
        padding: 5%;
    }

    footer p {
        font-size: 4vw !important;
    }

    .process-steps {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .home-process {
        padding: 25px 0;
    }
}

/* ===== END HOME PROCESS COMPACT ===== */
/* ===== FIX SPAZIO SOPRA GRID PROCESS ===== */

.process-steps-wrap {
    margin-top: 15px;
}

/* alternativa più precisa se serve più controllo */
.process-steps {
    margin-top: 30px;
}

/* ===== END FIX ===== */
/* ===== HOME PROCESS 3 COLONNE ===== */

.process-steps-wrap {
    margin-top: 0px;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.process-step {
    margin-bottom: 0;
}

.process-step-image {
    margin-bottom: 6px;
}

.process-step-image img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
    border-radius: 18px;
}

.process-step h3 {
    margin: 8px 0 5px 0;
    font-size: 16px;
}

.process-step p {
    margin-bottom: 0;
    line-height: 1.35;
    font-size: 14px !important;
}

.home-process-col {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.home-process-panel p {
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 16px !important;
}

.home-process-panel p:last-child {
    margin-bottom: 0;
}

/* tablet */
@media (max-width: 1199px) {
    .process-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* mobile */
@media (max-width: 767px) {
    .process-steps {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .process-step-image img {
        height: auto;
    }
}

/* ===== END HOME PROCESS 3 COLONNE ===== */
/* ===== ALIGN BOX HOME PROCESS ===== */

.home-process .row {
    display: flex;
    align-items: stretch;
}

/* ===== END ALIGN ===== */
/* ===== PAGINA CONTATTACI - UNIFORMAZIONE ICONE E FORM ===== */

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 22px;
}

.contact-info-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6f6f6f;
    font-size: 18px;
    line-height: 1;
    box-shadow: none;
}

.contact-info-icon i {
    color: #6f6f6f;
    font-size: 22px;
    line-height: 1;
}

.contact-info-text p,
.contact-info-text a {
    color: #4f4f4f;
}

.contact-info-text p {
    margin-bottom: 0;
    font-size: 1.3rem !important;
    line-height: 1.7;
}

.contact-info-text a {
    text-decoration: none;
    transition: all 0.25s ease;
}

.contact-info-text a:hover {
    color: #7a7a7a;
    text-decoration: underline;
}

#form-contattaci input,
#form-contattaci select,
#form-contattaci textarea {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 14px;
    padding: 14px 16px;
    background: #ffffff;
    color: #4f4f4f;
    font-size: 1rem !important;
    line-height: 1.5;
    box-shadow: none;
}

#form-contattaci textarea {
    min-height: 160px;
    resize: vertical;
}

#form-contattaci input:focus,
#form-contattaci select:focus,
#form-contattaci textarea:focus {
    outline: none;
    border-color: #bcbcbc;
    box-shadow: 0 0 0 3px rgba(140, 140, 140, 0.12);
}

#form-contattaci input[type=\"submit\"],
#form-contattaci button,
#form-contattaci .btn,
#form-contattaci .button,
#form-contattaci .wpcf7-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border: 0;
    border-radius: 999px;
    background: #7a7a7a;
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem !important;
    line-height: 1.2;
    text-transform: none;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: none;
}

#form-contattaci input[type=\"submit\"]:hover,
#form-contattaci button:hover,
#form-contattaci .btn:hover,
#form-contattaci .button:hover,
#form-contattaci .wpcf7-submit:hover {
    background: #5f5f5f;
    transform: translateY(-1px);
}

#form-contattaci input[type=\"submit\"]:focus,
#form-contattaci button:focus,
#form-contattaci .btn:focus,
#form-contattaci .button:focus,
#form-contattaci .wpcf7-submit:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(122, 122, 122, 0.18);
}

#form-contattaci label,
#form-contattaci p,
#form-contattaci span,
#form-contattaci small {
    font-size: 1rem !important;
    color: #4f4f4f;
}

@media (max-width: 767px) {
    .contact-info-item {
        gap: 12px;
        margin-bottom: 18px;
    }

    .contact-info-icon {
        width: 46px;
        min-width: 46px;
        height: 46px;
        font-size: 16px;
    }

    .contact-info-icon i {
        font-size: 16px;
    }

    #form-contattaci input[type=\"submit\"],
    #form-contattaci button,
    #form-contattaci .btn,
    #form-contattaci .button,
    #form-contattaci .wpcf7-submit {
        width: 100%;
    }
}

/* ===== FINE PAGINA CONTATTACI - UNIFORMAZIONE ICONE E FORM ===== */
/* ===== NAVBAR DESKTOP - MENU ALLINEATO A DESTRA ===== */

.navbar.navbar-expand-lg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.navbar.navbar-expand-lg .navbar-brand {
    flex: 0 0 auto;
    margin-right: 30px;
    position: relative;
    z-index: 2;
}

.navbar.navbar-expand-lg .navbar-collapse {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 5%;
}

.navbar.navbar-expand-lg .navbar-nav {
    margin-left: auto;
    width: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.navbar.navbar-expand-lg .navbar-nav > li,
.navbar.navbar-expand-lg .navbar-nav > .nav-item {
    flex: 0 0 auto;
}

.navbar.navbar-expand-lg .navbar-nav > li > a,
.navbar.navbar-expand-lg .navbar-nav > .nav-item > a,
.navbar.navbar-expand-lg .navbar-nav .nav-link {
    display: block;
    white-space: nowrap;
}

/* opzionale ma utile se il logo invade visivamente il menu */
#logo.logo,
#logo {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ===== FINE NAVBAR DESKTOP - MENU ALLINEATO A DESTRA ===== */
/* ===== NAVBAR DESKTOP - FIX VOCI CON SOTTOMENU ===== */

.navbar.navbar-expand-lg .navbar-nav {
    align-items: center;
}

.navbar.navbar-expand-lg .navbar-nav > li,
.navbar.navbar-expand-lg .navbar-nav > .nav-item {
    position: relative;
    display: flex;
    align-items: center;
}

.navbar.navbar-expand-lg .navbar-nav > li > a,
.navbar.navbar-expand-lg .navbar-nav > .nav-item > a,
.navbar.navbar-expand-lg .navbar-nav > li > .nav-link,
.navbar.navbar-expand-lg .navbar-nav > .nav-item > .nav-link {
    display: flex;
    align-items: center;
    min-height: 44px;
    white-space: nowrap;
}

/* sottomenu nascosto di default */
.navbar.navbar-expand-lg .navbar-nav li ul,
.navbar.navbar-expand-lg .navbar-nav li .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    margin: 0;
    padding: 10px 0;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.10);
    z-index: 999;
}

/* apertura sottomenu solo in hover */
.navbar.navbar-expand-lg .navbar-nav li:hover > ul,
.navbar.navbar-expand-lg .navbar-nav li:hover > .dropdown-menu,
.navbar.navbar-expand-lg .navbar-nav li:focus-within > ul,
.navbar.navbar-expand-lg .navbar-nav li:focus-within > .dropdown-menu {
    display: block;
}

/* link del submenu */
.navbar.navbar-expand-lg .navbar-nav li ul li,
.navbar.navbar-expand-lg .navbar-nav li .dropdown-menu li {
    display: block;
    width: 100%;
}

.navbar.navbar-expand-lg .navbar-nav li ul li a,
.navbar.navbar-expand-lg .navbar-nav li .dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 10px 18px;
    white-space: nowrap;
    text-decoration: none;
}

/* evita che il parent "salti" in alto */
.navbar.navbar-expand-lg .navbar-nav > li.menu-item-has-children,
.navbar.navbar-expand-lg .navbar-nav > li.dropdown,
.navbar.navbar-expand-lg .navbar-nav > .nav-item.dropdown {
    align-items: center;
}
/*.col-3 {
    flex: 0 0 auto;
    width: 25%;
    display: none;
}*/

#button-carrello{
    display: none !important;
}

/* ===== FINE NAVBAR DESKTOP - FIX VOCI CON SOTTOMENU ===== */
/* ===== BOTTONE BASE SITO (.btn-site) ===== */

.btn-site {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border-radius: 999px;
    background: #7a7a7a;
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem !important;
    line-height: 1.2;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.btn-site:hover {
    background: #5f5f5f;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.btn-site:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(122,122,122,0.25);
}

/* ===== FIX SPECIFICO PAGINA PROCESSO ===== */

.process-cta .btn-site {
    margin-top: 20px;
}

/* ===== FINE BOTTONE ===== */
/* ===== CONTATTACI - TESTO E LINK UNIFORMI ===== */

.contact-info-text p,
.contact-info-text a {
    font-size: 1rem !important;
    line-height: 1.7;
    color: #4f4f4f;
}

.contact-info-text a {
    text-decoration: none;
    font-weight: 500;
}

.contact-info-text a:hover {
    text-decoration: underline;
}

/* ===== FINE ===== */
/* ===== PAGINA DOVE SIAMO ===== */

.location-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    background: url("images/processo-hero.jpg") center center / cover no-repeat;
    overflow: hidden;
}

.location-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(28, 35, 42, 0.58) 0%, rgba(28, 35, 42, 0.42) 100%);
}

.location-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 900px;
    text-align: center;
    color: #ffffff;
}

.location-hero-content h1 {
    margin-bottom: 18px;
}

.location-hero-content p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 1.05rem !important;
    line-height: 1.8;
}

.location-routes {
    padding: 70px 0 30px 0;
}

.location-routes-head {
    max-width: 860px;
    margin: 0 auto 24px auto;
    text-align: center;
}

.location-routes-head p {
    font-size: 1rem !important;
    line-height: 1.8;
    color: #5f6b76;
}

.location-route-card {
    height: 100%;
    padding: 34px 30px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(28, 35, 42, 0.08);
    border: 1px solid rgba(52, 73, 94, 0.08);
}

.location-route-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(52, 73, 94, 0.10);
}

.location-route-code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #eef1f4;
    color: #34495e;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.location-route-direction {
    color: #7a7a7a;
    font-weight: 600;
    text-align: right;
}

.location-route-card h3 {
    margin-bottom: 14px;
    color: #34495e;
}

.location-route-card p {
    margin-bottom: 0;
    font-size: 1rem !important;
    line-height: 1.85;
    color: #4f4f4f;
}

.location-map-row {
    width: 100%;
    margin-top: 60px;
}

.location-map-frame {
    width: 100%;
    height: 480px;
    border: 0;
    display: block;
}

@media (max-width: 991px) {
    .location-hero {
        min-height: 340px;
        padding: 60px 20px;
    }

    .location-route-card {
        padding: 28px 22px;
    }

    .location-route-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .location-route-direction {
        text-align: left;
    }

    .location-map-frame {
        height: 380px;
    }
}

@media (max-width: 767px) {
    .location-routes {
        padding: 50px 0 20px 0;
    }

    .location-hero-content p,
    .location-routes-head p,
    .location-route-card p {
        font-size: 0.98rem !important;
    }

    .location-map-frame {
        height: 320px;
    }
}

/* ===== FINE PAGINA DOVE SIAMO ===== */
/* ===== HERO DOVE SIAMO CON IMMAGINE ===== */

.location-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    background: url("images/dovesiamo-hero.jpg") center center / cover no-repeat;
    overflow: hidden;
}

.location-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(28, 35, 42, 0.55) 0%, rgba(28, 35, 42, 0.35) 100%);
}

.location-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 900px;
    text-align: center;
    color: #ffffff;
}

.location-hero-content h1 {
    margin-bottom: 18px;
}

.location-hero-content p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 1.05rem !important;
    line-height: 1.8;
    font-color: #fff !important;
}

/* ===== FINE HERO ===== */
.location-hero {
    background: url("/images/dovesiamo-hero.jpg") center center / cover no-repeat !important;
}
/* ===== MAPPA DOVE SIAMO ===== */

.location-map-row {
    width: 100%;
    margin-top: 60px;
}

.location-map-frame {
    width: 100%;
    height: 480px;
    border: 0;
    display: block;
}

/* ===== FINE MAPPA DOVE SIAMO ===== */
/* ===== PAGINA CERTIFICAZIONI ===== */

.certifications-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    background: url("/images/certificazioni-hero.jpg") center center / cover no-repeat;
    overflow: hidden;
}

.certifications-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(28, 35, 42, 0.55) 0%, rgba(28, 35, 42, 0.35) 100%);
}

.certifications-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 920px;
    text-align: center;
    color: #ffffff;
}

.certifications-hero-content h1 {
    margin-bottom: 18px;
}

.certifications-hero-content p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 1.05rem !important;
    line-height: 1.8;
    color: #ffffff;
}

.certifications-intro {
    padding: 70px 0 20px 0;
}

.certifications-intro-box {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.certifications-intro-box h2 {
    margin-bottom: 18px;
    color: #34495e;
}

.certifications-intro-box p {
    font-size: 1rem !important;
    line-height: 1.85;
    color: #5f6b76;
    margin-bottom: 14px;
}

.certifications-content {
    padding: 20px 0 70px 0;
}

.certifications-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px 32px;
    box-shadow: 0 14px 38px rgba(28, 35, 42, 0.08);
    border: 1px solid rgba(52, 73, 94, 0.08);
}

.certifications-box p {
    font-size: 1rem !important;
    line-height: 1.8;
    color: #4f4f4f;
}

.certifications-box a {
    font-size: 1rem !important;
}

.certifications-box img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .certifications-hero {
        min-height: 340px;
        padding: 60px 20px;
    }

    .certifications-intro {
        padding: 55px 0 15px 0;
    }

    .certifications-content {
        padding: 15px 0 55px 0;
    }

    .certifications-box {
        padding: 28px 22px;
    }
}

@media (max-width: 767px) {
    .certifications-hero-content p,
    .certifications-intro-box p,
    .certifications-box p,
    .certifications-box a {
        font-size: 0.98rem !important;
    }
}

/* ===== FINE PAGINA CERTIFICAZIONI ===== */
/* ===== TABELLA TOLLERANZE STILE MATERIALI ===== */

.tolerance-table-section {
    padding: 50px 0 70px 0;
}

.tolerance-table-wrap {
    width: 100%;
    overflow-x: auto;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    border: 1px solid #e5e7eb;
}

.tolerance-table {
    width: 100%;
    min-width: 1100px;
    border-collapse: collapse;
    text-align: center;
}

/* ===== HEAD ===== */

.tolerance-table thead th {
    font-weight: 600;
    border: 1px solid #e5e7eb;
}

.tolerance-title-main {
    background: #1f2937;
    color: #ffffff;
    font-size: 1.6rem !important;
    text-transform: uppercase;
    padding: 18px 10px !important;
}

.tolerance-title-sub {
    background: #f3f4f6;
    color: #374151 !important;
    font-size: 1rem !important;
    text-transform: uppercase;
}

.tolerance-group-head {
    background: #111827;
    color: #ffffff !important;
    font-size: 0.95rem !important;
    text-transform: uppercase;
}

.tolerance-precision-head {
    background: #374151;
    color: #ffffff !important;
    font-size: 0.9rem !important;
}

.tolerance-band-head {
    background: #6b7280;
    color: #ffffff !important;
    font-size: 0.9rem !important;
}

.tolerance-sub-head {
    background: #f3f4f6;
    color: #374151 !important;
    font-size: 0.85rem !important;
    font-weight: 500;
}

/* ===== COLONNE LATERALI ===== */

.tolerance-side-head,
.tolerance-range-head {
    background: #111827;
    color: #ffffff !important;
}

/* ===== BODY ===== */

.tolerance-table tbody td {
    border: 1px solid #e5e7eb;
    padding: 10px 8px;
    font-size: 0.95rem !important;
    color: #374151;
    background: #ffffff;
}

/* zebra effect come materiali */
.tolerance-table tbody tr:nth-child(even) td {
    background: #f9fafb;
}

/* valori evidenziati */
.tolerance-table tbody td strong {
    font-weight: 600;
    color: #111827;
}

/* celle vuote */
.tolerance-table td.blank {
    background: #ffffff;
}

/* ===== MOBILE ===== */

@media (max-width: 991px) {
    .tolerance-title-main {
        font-size: 1.3rem !important;
    }

    .tolerance-table th,
    .tolerance-table td {
        font-size: 0.9rem !important;
        padding: 8px;
    }
}

@media (max-width: 767px) {
    .tolerance-table-section {
        padding: 30px 0 50px 0;
    }

    .tolerance-title-main {
        font-size: 1.1rem !important;
    }
}

/* ===== FINE TABELLA TOLLERANZE ===== */
/* ===== PAGINA MATERIALI ===== */

.materiali-page {
    padding: 40px 0 60px;
}

.materiali-page .materiali-wrap {
    width: min(96%, 1700px);
    margin: 0 auto;
}

.materiali-page .materiali-title {
    margin: 0 0 28px;
    text-align: center;
}

.materiali-page .materiali-title h1 {
    margin: 0;
    font-size: 38px;
    line-height: 1.15;
    font-weight: 800;
    color: #0e4fae;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.materiali-page .materiali-title p {
    margin: 12px auto 0;
    max-width: 980px;
    font-size: 18px !important;
    line-height: 1.7;
    color: #26415f;
}

.materiali-page .materiali-block {
    margin: 0 0 34px;
    border: 1px solid #77aee8;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(12, 71, 155, 0.08);
    background: #ffffff;
}

.materiali-page .materiali-block-title {
    margin: 0;
    padding: 16px 22px;
    background: linear-gradient(180deg, #2f8df2 0%, #156bc9 100%);
    color: #ffffff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.materiali-page .materiali-table-wrap {
    overflow-x: auto;
    background: #f4f8ff;
}

.materiali-page .materiali-table {
    width: 100%;
    min-width: 1350px;
    border-collapse: collapse;
    background: #f4f8ff;
}

.materiali-page .materiali-table th,
.materiali-page .materiali-table td {
    border: 1px solid #7fb2eb;
    padding: 10px 8px;
    vertical-align: middle;
    text-align: center;
    color: #1f3f6c;
    font-size: 14px !important;
    line-height: 1.3;
}

.materiali-page .materiali-table th {
    background: linear-gradient(180deg, #2f8df2 0%, #156bc9 100%);
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.materiali-page .materiali-table thead tr.subhead th {
    background: #dfeeff;
    color: #1f4f8f;
    font-size: 12px !important;
    font-weight: 700;
    text-transform: none;
}

.materiali-page .materiali-table td.group {
    background: #0f63bf;
    color: #ffffff;
    font-weight: 700;
    text-align: left;
    min-width: 150px;
}

.materiali-page .materiali-table td.label {
    background: #e8f2ff;
    color: #124a91;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
}

.materiali-page .materiali-table td.note-cell {
    text-align: left;
}

.materiali-page .materiali-notes {
    padding: 16px 20px 20px;
    background: #0f63bf;
    color: #ffffff;
}

.materiali-page .materiali-notes p {
    margin: 0 0 8px;
    font-size: 14px !important;
    line-height: 1.6;
}

.materiali-page .materiali-notes p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .materiali-page {
        padding: 24px 0 40px;
    }

    .materiali-page .materiali-title h1 {
        font-size: 28px;
    }

    .materiali-page .materiali-title p {
        font-size: 16px !important;
    }

    .materiali-page .materiali-block-title {
        font-size: 19px;
        padding: 14px 16px;
    }
}

/* ===== FINE PAGINA MATERIALI ===== */