﻿.page-wrapper {
    margin-top: 5em;
}

.page-header .container {
    color: #fff;
    border-radius: 12px;
    margin-top: 1rem;
    /*border: 1px solid #f7be18;*/
    background-color: rgba(0, 0, 0, .45);
}



.navbar-marketing {
    background-color: #ededed;
    width: 100%;
    border-radius: 0;
    z-index: 999;
    padding: 5px 0;
    margin-bottom: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    box-shadow: 0 2px #f7be18;
}
.navbar-btn {
    font-size: 14px !important;
    background-color: transparent !important;
    border: 2px solid #ededed !important;
    color: #ededed !important;
    border-radius: 5px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.counter {
    background-color: #d3d3d3;
    padding: 10px 0;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
    margin-bottom: 15px;
    font-size: 1.5em;
    color: #021a2a;
    min-width: 1em;
}

.count-title {
    margin-top: 10px !important;
    margin-bottom: 0;
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    color: #021a2a !important;
}

.text-xs {
    font-size: .75rem !important;
}

.text-uppercase-expanded {
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.icon-stack-xl {
    height: 5rem;
    width: 5rem;
    font-size: 1.75rem;

}

.icon-stack {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 100%;
    height: 2rem;
    width: 2rem;
    font-size: 1rem;
    background-color: #eff3f9;
}

.lead {
    font-size: 1.1rem;
    font-weight: 400;
}

/* Hero section */
/* Hero section (abbonamenti a pagamento) */
.hero-subscription {
    background: linear-gradient(135deg, #125c32, #198754);
    padding: 60px 0;
    border-radius: 20px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}

    .hero-subscription h1 {
        font-size: 2.5rem;
    }

    .hero-subscription p {
        font-size: 1.2rem;
        max-width: 750px;
        margin: 0 auto 20px;
    }

/* Promo sezione per accesso gratuito */
.promo-free-access {
    background: linear-gradient(135deg, #444, #222);
    padding: 60px 0;
    border-radius: 20px;
    margin-top: 20px;
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
}

    .promo-free-access h2 {
        font-size: 2rem;
    }

    .promo-free-access p {
        font-size: 1.1rem;
        max-width: 700px;
        margin: 0 auto 30px;
    }


.ultimi-pronostici {
    background: #0e1a2b;
    padding: 24px;
    border-radius: 16px;
    color: white;
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
}

    .ultimi-pronostici h2 {
        color: #f8b400;
        margin-bottom: 20px;
        font-size: 1.6rem;
    }

/* CARD */
.pronostico-card {
    background: #1a263b;
    border-radius: 12px;
    padding: 10px 16px;
    margin-bottom: 12px;
    transition: 0.3s;
}

    .pronostico-card:hover {
        background: #23344f;
        transform: scale(1.01);
    }

/* RIGA COMPATTA */
.match-row {
    display: flex;
    align-items: center;
    justify-content: center; /* CENTRA tutto */
    gap: 10px; /* spazio minimo tra gli elementi */
    flex-wrap: nowrap;
    overflow: hidden;
}

/* TEAM */
.team {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    flex-shrink: 1;
}

    .team img {
        width: 26px;
        height: 26px;
        flex-shrink: 0;
    }

    .team span {
        font-weight: 600;
        font-size: 0.95rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 110px;
    }

.vs {
    font-weight: bold;
    opacity: 0.9;
    flex-shrink: 0;
}

/* TIPO DI PRONOSTICO */
.bet-type {
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 8px;
    color: #fff;
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 0.9rem;
}

    .bet-type.greenType {
        background: #1fbf75;
    }

    .bet-type.redType {
        background: #ec2807;
    }

/* LINK FINALE */
.free-link {
    display: inline-block;
    margin-top: 18px;
    padding: 10px 20px;
    background: linear-gradient(90deg, #f8b400, #ffcc33);
    color: #000;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s;
}

    .free-link:hover {
        background: linear-gradient(90deg, #ffcc33, #f8b400);
    }

/* RESPONSIVE */
@media (max-width: 768px) {
    .team img {
        width: 22px;
        height: 22px;
    }

    .team span {
        font-size: 0.8rem;
        max-width: 80px;
    }

    .bet-type {
        font-size: 0.8rem;
        padding: 4px 8px;
    }

    .match-row {
        gap: 6px;
    }
}

@media (max-width: 480px) {
    .team span {
        font-size: 0.75rem;
        max-width: 60px;
    }

    .vs {
        font-size: 0.8rem;
    }

    .bet-type {
        font-size: 0.75rem;
    }
}
