    .country-detail-page-premium{
        background:
            radial-gradient(circle at top left, rgba(15,111,255,.08), transparent 24%),
            radial-gradient(circle at top right, rgba(8,145,178,.06), transparent 20%),
            linear-gradient(180deg, #f7fbff 0%, #f8fafc 100%);
        padding: 60px 0 84px;
    }

    .country-hero-premium,
    .country-main-card,
    .country-side-card,
    .country-info-card,
    .country-faq-card,
    .country-cta-card,
    .country-seo-block{
        background: #fff;
        border: 1px solid #e2e8f0;
        border-radius: 28px;
        box-shadow: 0 12px 35px rgba(15,23,42,.06);
    }

    .country-hero-premium,
    .country-main-card,
    .country-side-card,
    .country-cta-card,
    .country-seo-block{
        padding: 30px;
    }

    .country-badge-premium{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 34px;
        padding: 8px 14px;
        border-radius: 999px;
        background: #eaf4ff;
        color: #0f6fff;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: .2px;
        margin-bottom: 14px;
    }

    .country-title-premium{
        font-size: 50px;
        line-height: 1.06;
        font-weight: 800;
        color: #12344d;
        letter-spacing: -1.1px;
        margin-bottom: 14px;
    }

    .country-subtitle-premium{
        max-width: 900px;
        margin: 0 auto;
        color: #64748b;
        font-size: 18px;
        line-height: 1.9;
    }

    .country-flag-premium{
    width: 96px;
    height: 66px;
    object-fit: cover;
    aspect-ratio: 16 / 11;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(0,0,0,.08);
    margin: 0 auto 16px;
    display: block;
}
    .country-pill-row{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        margin-top: 22px;
    }

    .country-pill-row span{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 40px;
        padding: 8px 14px;
        border-radius: 999px;
        background: #fff;
        color: #12344d;
        border: 1px solid #dbe7f3;
        font-size: 14px;
        font-weight: 700;
    }

    .country-section-title{
        font-size: 30px;
        line-height: 1.16;
        font-weight: 800;
        color: #12344d;
        margin-bottom: 14px;
    }

    .country-main-text,
    .country-main-text p,
    .country-list-premium li,
    .country-faq-card p,
    .country-side-summary-row span,
    .country-seo-block p{
        color: #475569;
        line-height: 1.95;
    }

    .country-main-text p:last-child,
    .country-seo-block p:last-child{
        margin-bottom: 0;
    }

    .country-grid-two{
        display: grid;
        grid-template-columns: repeat(2, minmax(0,1fr));
        gap: 18px;
        margin-bottom: 18px;
    }

    .country-info-card{
        padding: 22px;
        height: 100%;
    }

    .country-info-card h3{
        font-size: 22px;
        line-height: 1.25;
        font-weight: 800;
        color: #12344d;
        margin-bottom: 12px;
    }

    .country-list-premium{
        margin: 0;
        padding-left: 20px;
    }

    .country-list-premium li{
        margin-bottom: 10px;
    }

    .country-summary-box{
        display: grid;
        grid-template-columns: repeat(3, minmax(0,1fr));
        gap: 14px;
        margin-bottom: 24px;
    }

    .country-summary-item{
        padding: 18px 16px;
        border-radius: 20px;
        border: 1px solid #e2e8f0;
        background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
        text-align: center;
    }

    .country-summary-item strong{
        display: block;
        font-size: 16px;
        line-height: 1.35;
        font-weight: 800;
        color: #12344d;
        margin-bottom: 6px;
    }

    .country-summary-item span{
        font-size: 13px;
        color: #64748b;
        font-weight: 600;
    }

    .country-how-list{
        margin: 0;
        padding-left: 20px;
    }

    .country-how-list li{
        color: #475569;
        line-height: 1.95;
        margin-bottom: 10px;
    }

    .country-faq-wrap{
        display: grid;
        gap: 14px;
    }

    .country-faq-card{
        padding: 20px;
    }

    .country-faq-card h4{
        font-size: 20px;
        line-height: 1.35;
        font-weight: 800;
        color: #12344d;
        margin-bottom: 10px;
    }

    .country-side-card{
        position: sticky;
        top: 110px;
    }

    .country-side-card + .country-side-card,
    .country-side-card + .country-cta-card{
        margin-top: 18px;
    }

    .country-side-title{
        font-size: 24px;
        line-height: 1.2;
        font-weight: 800;
        color: #12344d;
        margin-bottom: 16px;
    }

    .country-side-summary-row{
        display: flex;
        justify-content: space-between;
        gap: 12px;
        padding: 12px 0;
        border-bottom: 1px solid #eef2f7;
    }

    .country-side-summary-row:last-child{
        border-bottom: none;
    }

    .country-side-summary-row strong{
        color: #12344d;
        text-align: right;
    }

    .country-side-links{
        margin: 0;
        padding-left: 20px;
    }

    .country-side-links li{
        margin-bottom: 10px;
        color: #475569;
        line-height: 1.8;
    }

    .country-side-links a{
        color: #12344d;
        text-decoration: none;
        font-weight: 700;
    }

    .country-side-links a:hover{
        color: #0f6fff;
    }

    .country-cta-card{
        text-align: center;
    }

    .country-cta-card h3{
        font-size: 28px;
        line-height: 1.16;
        font-weight: 800;
        color: #12344d;
        margin-bottom: 10px;
    }

    .country-cta-card p{
        color: #64748b;
        line-height: 1.9;
        margin-bottom: 18px;
    }

    .country-cta-btns{
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
    }

    .country-cta-btns .btn{
        min-height: 52px;
        border-radius: 14px;
        padding: 0 22px;
        font-weight: 800;
    }

    @media (max-width: 1199px){
        .country-title-premium{
            font-size: 42px;
        }
    }

    @media (max-width: 991px){
        .country-title-premium{
            font-size: 36px;
        }

        .country-grid-two,
        .country-summary-box{
            grid-template-columns: 1fr;
        }

        .country-side-card{
            position: static;
            top: auto;
        }
    }

    @media (max-width: 767px){
        .country-detail-page-premium{
            padding: 46px 0 70px;
        }

        .country-hero-premium,
        .country-main-card,
        .country-side-card,
        .country-cta-card,
        .country-seo-block{
            padding: 22px;
        }

        .country-title-premium{
            font-size: 30px;
            letter-spacing: -.7px;
        }

        .country-subtitle-premium{
            font-size: 16px;
        }

        .country-section-title{
            font-size: 26px;
        }

        .country-side-title{
            font-size: 22px;
        }
    }