/* Velaro — sezione B2B e immagine camion */
header nav ul {
    gap: clamp(12px, 1.35vw, 26px);
}

.page-hero.page-hero-image.page-hero-b2b {
    min-height: 500px !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    overflow: hidden !important;
    background-color: #081426 !important;
    background-image:
        linear-gradient(90deg, rgba(5, 13, 27, 0.88) 0%, rgba(5, 13, 27, 0.62) 50%, rgba(5, 13, 27, 0.20) 100%),
        url("../images/b2b-hero.jpg?v=3") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center 52% !important;
}

.page-hero.page-hero-image.page-hero-b2b .container {
    position: relative !important;
    z-index: 2 !important;
}

.page-hero.page-hero-image.page-hero-b2b h1,
.page-hero.page-hero-image.page-hero-b2b p {
    color: #ffffff !important;
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.72) !important;
}

.page-hero.page-hero-image.page-hero-b2b .small-title {
    color: #ffffff !important;
    background: rgba(0, 114, 206, 0.90) !important;
    border: 1px solid rgba(255, 255, 255, 0.32) !important;
    border-radius: 999px !important;
    display: inline-block !important;
    padding: 8px 14px !important;
}

@media (max-width: 768px) {
    .page-hero.page-hero-image.page-hero-b2b {
        min-height: 420px !important;
        background-position: 60% center !important;
    }
}

.b2b-directory {
    padding: 96px 0;
    background: #f7f9fc;
}

.b2b-heading {
    max-width: 780px;
    margin: 0 auto 48px;
    text-align: center;
}

.b2b-heading h2 {
    margin: 14px 0 16px;
}

.b2b-heading p {
    margin: 0;
    color: #64748b;
    line-height: 1.75;
}

.b2b-country-card {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
    max-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    box-shadow: 0 24px 65px rgba(15, 23, 42, 0.11);
}

.b2b-card-main {
    padding: 48px;
}

.b2b-card-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
}

.b2b-status {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 13px;
    color: #047857;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
}

.b2b-status span {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(16, 185, 129, .12);
}

.b2b-country-code {
    color: #94a3b8;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .18em;
}

.b2b-country-identity {
    display: flex;
    align-items: center;
    gap: 24px;
}

.b2b-flag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 68px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
    font-size: 52px;
    line-height: 1;
}

.b2b-country-label {
    display: block;
    margin-bottom: 6px;
    color: #0072ce;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
}

.b2b-country-identity h3 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.05;
}

.b2b-description {
    max-width: 680px;
    margin: 28px 0;
    color: #475569;
    font-size: 17px;
    line-height: 1.75;
}

.b2b-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 24px;
    margin: 0 0 34px;
    padding: 0;
    list-style: none;
}

.b2b-benefits li {
    position: relative;
    padding-left: 29px;
    color: #334155;
    line-height: 1.55;
}

.b2b-benefits li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #0072ce;
    font-weight: 900;
}

.b2b-open-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.b2b-open-button span {
    font-size: 18px;
}

.b2b-card-side {
    padding: 48px 38px;
    color: #ffffff;
    background:
        radial-gradient(circle at top right, rgba(0, 114, 206, .40), transparent 44%),
        #091426;
}

.b2b-card-side .small-title {
    color: #7dd3fc;
}

.b2b-card-side h4 {
    margin: 18px 0 15px;
    color: #ffffff;
    font-size: 27px;
}

.b2b-card-side > p {
    margin: 0 0 32px;
    color: #cbd5e1;
    line-height: 1.7;
}

.b2b-side-data {
    display: grid;
    gap: 17px;
}

.b2b-side-data div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding-top: 17px;
    border-top: 1px solid rgba(255, 255, 255, .13);
}

.b2b-side-data strong {
    color: #94a3b8;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.b2b-side-data span {
    color: #ffffff;
    font-weight: 700;
    text-align: right;
}

.b2b-expansion {
    padding: 90px 0;
    background: #ffffff;
}

.b2b-expansion-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
    gap: 60px;
    align-items: center;
}

.b2b-expansion h2 {
    margin: 14px 0 18px;
}

.b2b-expansion p {
    color: #64748b;
    line-height: 1.8;
}

.b2b-coming-soon {
    padding: 36px;
    background: linear-gradient(145deg, #f8fafc, #eef5fb);
    border: 1px dashed #94a3b8;
    border-radius: 20px;
}

.b2b-coming-soon > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 22px;
    color: #0072ce;
    background: #ffffff;
    border: 1px solid #dbe6f0;
    border-radius: 14px;
    font-weight: 900;
}

.b2b-coming-soon strong {
    display: block;
    margin-bottom: 10px;
    color: #0f172a;
    font-size: 22px;
}

.b2b-coming-soon p {
    margin: 0;
}

@media (max-width: 1050px) {
    .b2b-country-card,
    .b2b-expansion-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .b2b-directory,
    .b2b-expansion {
        padding: 68px 0;
    }

    .b2b-card-main,
    .b2b-card-side {
        padding: 32px 24px;
    }

    .b2b-country-identity {
        align-items: flex-start;
        gap: 17px;
    }

    .b2b-flag {
        width: 72px;
        height: 56px;
        font-size: 40px;
    }

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

    .b2b-open-button {
        width: 100%;
    }
}

.b2b-country-flag-svg{display:block;width:100%;height:100%;border-radius:9px;overflow:hidden}
