    .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(auto-fit, minmax(180px, 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;
        }
    }

    .country-custom-design-wrap{
        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, #f3f7fb 0%, #f8fafc 100%);
        padding: 28px 0 84px;
    }

    .country-custom-design-wrap .country-custom-design-inner{
        width: min(1240px, calc(100% - 28px));
        margin: 0 auto;
    }

    .country-custom-design-wrap article{
        background: rgba(255,255,255,.92);
        border: 1px solid #e8eef5;
        border-radius: 36px;
        box-shadow: 0 18px 60px rgba(15,23,42,.08);
        padding: 28px;
        color: #243b53;
    }

    .country-custom-design-wrap article > *:last-child{
        margin-bottom: 0;
    }

    .country-custom-design-wrap .hero{
        position: relative;
        overflow: hidden;
        border-radius: 30px;
        padding: 56px 54px 44px;
        background:
            linear-gradient(180deg, rgba(25,18,15,.96) 0%, rgba(31,22,18,.98) 100%);
        color: #f8fafc;
        margin-bottom: 18px;
    }

    .country-custom-design-wrap .hero::before{
        content: "";
        position: absolute;
        inset: 0;
        background:
            repeating-linear-gradient(
                135deg,
                rgba(255,255,255,.04) 0,
                rgba(255,255,255,.04) 2px,
                transparent 2px,
                transparent 22px
            );
        pointer-events: none;
    }

    .country-custom-design-wrap .hero > *{
        position: relative;
        z-index: 1;
    }

    .country-custom-design-wrap .hero h1{
        max-width: 900px;
        font-size: clamp(42px, 4.4vw, 68px);
        line-height: 1.04;
        letter-spacing: -.05em;
        font-weight: 800;
        margin: 0 0 20px;
        color: #fff;
    }

    .country-custom-design-wrap .hero-badge{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 10px 18px;
        border-radius: 999px;
        background: #d46f2f;
        color: #fff;
        font-size: 14px;
        font-weight: 800;
        letter-spacing: .12em;
        text-transform: uppercase;
        margin-bottom: 26px;
        box-shadow: 0 10px 24px rgba(212,111,47,.24);
    }

    .country-custom-design-wrap .hero-lead{
        max-width: 920px;
        font-size: clamp(20px, 1.85vw, 26px);
        line-height: 1.72;
        color: rgba(255,255,255,.96);
        margin-bottom: 18px;
    }

    .country-custom-design-wrap .hero-meta{
        display: flex;
        flex-wrap: wrap;
        gap: 16px 28px;
        font-size: 15px;
        line-height: 1.7;
        color: rgba(255,255,255,.72);
        max-width: 920px;
    }

    .country-custom-design-wrap .hero-meta strong{
        color: #fff;
        font-weight: 800;
    }

    .country-custom-design-wrap .quick-facts{
        display: grid;
        grid-template-columns: repeat(4, minmax(0,1fr));
        margin: 0 auto 34px;
        width: calc(100% - 28px);
        border-radius: 24px;
        overflow: hidden;
        background: #cb682f;
        box-shadow: 0 18px 40px rgba(203,104,47,.18);
        position: relative;
        z-index: 2;
    }

    .country-custom-design-wrap .qf-item{
        padding: 26px 18px 30px;
        text-align: center;
        color: #fff;
        border-right: 1px solid rgba(255,255,255,.18);
    }

    .country-custom-design-wrap .qf-item:last-child{
        border-right: none;
    }

    .country-custom-design-wrap .qf-num{
        display: block;
        font-size: clamp(38px, 3vw, 54px);
        line-height: 1;
        font-weight: 800;
        margin-bottom: 12px;
        color: #fff;
    }

    .country-custom-design-wrap .qf-label{
        display: block;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: rgba(255,255,255,.92);
    }

    .country-custom-design-wrap .wrapper{
        max-width: 960px;
        margin: 0 auto;
    }

    .country-custom-top-rail{
        display: flex;
        align-items: flex-start;
        gap: 14px;
        margin: 12px 0 28px;
        padding: 16px 18px;
        border: 1px solid #e4ecf4;
        border-radius: 24px;
        background: linear-gradient(180deg, rgba(255,255,255,.95) 0%, rgba(248,251,255,.98) 100%);
        box-shadow: 0 14px 32px rgba(15,23,42,.05);
    }

    .country-custom-rail-label{
        flex: 0 0 auto;
        padding-top: 8px;
        color: #12344d;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: .12em;
        text-transform: uppercase;
    }

    .country-custom-rail-links{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .country-custom-rail-link{
        display: inline-flex;
        align-items: center;
        min-height: 42px;
        padding: 10px 14px;
        border-radius: 999px;
        border: 1px solid #dce7f1;
        background: #fff;
        color: #174264;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.35;
        text-decoration: none;
        transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .country-custom-rail-link:hover{
        transform: translateY(-2px);
        border-color: #d46f2f;
        box-shadow: 0 12px 22px rgba(212,111,47,.10);
        text-decoration: none;
    }

    .country-custom-utility{
        display: grid;
        grid-template-columns: minmax(0, 1.45fr) minmax(280px, .9fr);
        gap: 18px;
        margin: 0 0 28px;
        align-items: stretch;
    }

    .country-custom-utility-primary,
    .country-custom-utility-links-card{
        border: 1px solid #e3ebf3;
        border-radius: 28px;
        background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
        box-shadow: 0 14px 32px rgba(15,23,42,.05);
        padding: 24px 22px;
    }

    .country-custom-utility-primary{
        background:
            radial-gradient(circle at top right, rgba(15,111,255,.08), transparent 34%),
            linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    }

    .country-custom-utility-primary h2,
    .country-custom-utility-links-card h3{
        color: #12344d;
        font-weight: 800;
        letter-spacing: -.02em;
        margin-bottom: 10px;
    }

    .country-custom-utility-primary h2{
        font-size: 28px;
        line-height: 1.12;
    }

    .country-custom-utility-links-card h3{
        font-size: 18px;
        line-height: 1.24;
    }

    .country-custom-utility-primary p{
        color: #5d7388;
        font-size: 16px;
        line-height: 1.82;
        margin-bottom: 0;
        max-width: 720px;
    }

    .country-custom-utility-stats{
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        margin-top: 18px;
    }

    .country-custom-utility-stat{
        padding: 14px 16px;
        border: 1px solid #e7eef6;
        border-radius: 18px;
        background: rgba(255,255,255,.95);
    }

    .country-custom-utility-stat span{
        display: block;
        color: #6d8093;
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .08em;
        margin-bottom: 6px;
    }

    .country-custom-utility-stat strong{
        display: block;
        color: #12344d;
        font-size: 19px;
        line-height: 1.3;
        font-weight: 800;
    }

    .country-custom-utility-actions{
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 18px;
    }

    .country-custom-utility-actions .country-custom-btn{
        min-width: 180px;
    }

    .country-custom-utility-links{
        display: grid;
        gap: 10px;
    }

    .country-custom-utility-links a{
        display: block;
        padding: 12px 14px;
        border-radius: 16px;
        border: 1px solid #e6edf5;
        background: #fff;
        color: #12344d;
        font-weight: 700;
        text-decoration: none;
        transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .country-custom-utility-links a:hover{
        transform: translateY(-2px);
        border-color: #d46f2f;
        box-shadow: 0 12px 22px rgba(212,111,47,.10);
        color: #12344d;
        text-decoration: none;
    }

    .country-custom-sidebar-card{
        border: 1px solid #e3ebf3;
        border-radius: 24px;
        background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
        box-shadow: 0 14px 32px rgba(15,23,42,.05);
        padding: 22px 20px;
    }

    .country-custom-sidebar-card-primary{
        background:
            radial-gradient(circle at top right, rgba(15,111,255,.08), transparent 32%),
            linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    }

    .country-custom-sidebar-eyebrow{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 30px;
        padding: 6px 10px;
        border-radius: 999px;
        background: #edf5ff;
        color: #1163c2;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .12em;
        text-transform: uppercase;
        margin-bottom: 14px;
    }

    .country-custom-sidebar-card h2,
    .country-custom-sidebar-card h3{
        color: #12344d;
        font-weight: 800;
        letter-spacing: -.02em;
        margin-bottom: 10px;
    }

    .country-custom-sidebar-card h2{
        font-size: 25px;
        line-height: 1.12;
    }

    .country-custom-sidebar-card h3{
        font-size: 18px;
        line-height: 1.25;
    }

    .country-custom-sidebar-card p{
        color: #5d7388;
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 0;
    }

    .country-custom-stat-list{
        display: grid;
        gap: 10px;
        margin-top: 18px;
    }

    .country-custom-stat{
        display: flex;
        justify-content: space-between;
        gap: 12px;
        align-items: baseline;
        padding: 12px 14px;
        border: 1px solid #e7eef6;
        border-radius: 18px;
        background: rgba(255,255,255,.92);
    }

    .country-custom-stat span{
        color: #6d8093;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .04em;
    }

    .country-custom-stat strong{
        color: #12344d;
        font-size: 16px;
        line-height: 1.3;
        font-weight: 800;
        text-align: right;
    }

    .country-custom-sidebar-actions{
        display: grid;
        gap: 10px;
        margin-top: 18px;
    }

    .country-custom-btn{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 50px;
        border-radius: 16px;
        padding: 0 18px;
        text-decoration: none;
        font-weight: 800;
        transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .country-custom-btn:hover{
        transform: translateY(-2px);
        text-decoration: none;
    }

    .country-custom-btn-primary{
        background: linear-gradient(180deg, #d97432 0%, #c8622b 100%);
        color: #fff;
        box-shadow: 0 14px 28px rgba(212,111,47,.22);
    }

    .country-custom-btn-primary:hover{
        color: #fff;
    }

    .country-custom-btn-secondary{
        background: #fff;
        border: 1px solid #d9e5ef;
        color: #12344d;
    }

    .country-custom-sidebar-links{
        margin: 0;
        padding-left: 18px;
    }

    .country-custom-sidebar-links li{
        margin-bottom: 10px;
        color: #5d7388;
    }

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

    .country-custom-sidebar-links a:hover{
        color: #d46f2f;
    }

    .country-custom-design-wrap .article-body{
        color: #26415f;
        max-width: 760px;
    }

    .country-custom-design-wrap .article-body h2{
        font-size: clamp(30px, 2.2vw, 44px);
        line-height: 1.15;
        font-weight: 800;
        color: #154d7a;
        letter-spacing: -.03em;
        margin: 50px 0 18px;
    }

    .country-custom-design-wrap .article-body p,
    .country-custom-design-wrap .article-body li,
    .country-custom-design-wrap .article-body td,
    .country-custom-design-wrap .article-body th,
    .country-custom-design-wrap .article-body summary,
    .country-custom-design-wrap .article-footer{
        font-size: 18px;
        line-height: 1.9;
        color: #587289;
    }

    .country-custom-design-wrap .article-body p{
        margin-bottom: 20px;
    }

    .country-custom-design-wrap .article-body a{
        color: #1e78bd;
        font-weight: 700;
        text-decoration: none;
        border-bottom: 1px solid rgba(30,120,189,.2);
    }

    .country-custom-design-wrap .article-body a:hover{
        color: #d46f2f;
        border-bottom-color: rgba(212,111,47,.35);
    }

    .country-custom-design-wrap .answer-box{
        background: linear-gradient(180deg, #fffaf5 0%, #fff 100%);
        border: 1px solid #f3e5d8;
        border-left: 5px solid #cb682f;
        border-radius: 20px;
        padding: 26px 28px;
        margin-bottom: 26px;
        box-shadow: 0 10px 26px rgba(15,23,42,.05);
    }

    .country-custom-design-wrap .answer-box p:last-child,
    .country-custom-design-wrap .info-box p:last-child{
        margin-bottom: 0;
    }

    .country-custom-design-wrap .info-box{
        border-radius: 20px;
        padding: 22px 24px;
        margin: 22px 0 12px;
        border: 1px solid #e5edf5;
        background: #f8fbff;
        box-shadow: 0 10px 26px rgba(15,23,42,.04);
    }

    .country-custom-design-wrap .info-box.tip{
        background: #f5fbff;
        border-color: #d8e9f7;
    }

    .country-custom-design-wrap .info-box.warning{
        background: #fff8f1;
        border-color: #f6ddc0;
    }

    .country-custom-design-wrap .table-wrap{
        margin: 26px 0;
        overflow-x: auto;
        border: 1px solid #e4edf5;
        border-radius: 22px;
        background: #fff;
        box-shadow: 0 12px 30px rgba(15,23,42,.05);
    }

    .country-custom-design-wrap .table-wrap table{
        width: 100%;
        border-collapse: collapse;
        min-width: 680px;
    }

    .country-custom-design-wrap .table-wrap th,
    .country-custom-design-wrap .table-wrap td{
        padding: 18px 20px;
        text-align: left;
        border-bottom: 1px solid #edf2f7;
    }

    .country-custom-design-wrap .table-wrap thead th{
        background: #f4f8fc;
        color: #12344d;
        font-size: 15px;
        font-weight: 800;
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    .country-custom-design-wrap .table-wrap tbody tr:last-child td{
        border-bottom: none;
    }

    .country-custom-design-wrap .checklist,
    .country-custom-design-wrap .steps{
        margin: 24px 0;
        padding: 0;
    }

    .country-custom-design-wrap .checklist li{
        list-style: none;
        position: relative;
        padding: 16px 0 16px 34px;
        border-bottom: 1px solid #ebf1f6;
    }

    .country-custom-design-wrap .checklist li:last-child{
        border-bottom: none;
    }

    .country-custom-design-wrap .checklist li::before{
        content: "";
        position: absolute;
        left: 0;
        top: 24px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #cb682f;
        box-shadow: 0 0 0 6px rgba(203,104,47,.12);
    }

    .country-custom-design-wrap .steps{
        counter-reset: step-counter;
        display: grid;
        gap: 16px;
    }

    .country-custom-design-wrap .steps li{
        list-style: none;
        counter-increment: step-counter;
        display: flex;
        gap: 18px;
        align-items: flex-start;
        padding: 20px 22px;
        border: 1px solid #e7eef5;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 10px 24px rgba(15,23,42,.04);
    }

    .country-custom-design-wrap .steps li::before{
        content: counter(step-counter);
        width: 42px;
        height: 42px;
        border-radius: 50%;
        flex: 0 0 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, #d46f2f 0%, #c85f29 100%);
        color: #fff;
        font-size: 18px;
        font-weight: 800;
        box-shadow: 0 10px 20px rgba(212,111,47,.22);
    }

    .country-custom-design-wrap .step-title{
        display: block;
        font-size: 20px;
        line-height: 1.35;
        font-weight: 800;
        color: #12344d;
        margin-bottom: 6px;
    }

    .country-custom-design-wrap .step-body{
        margin: 0;
    }

    .country-custom-design-wrap .timeline-block{
        margin: 24px 0;
        padding: 26px 28px;
        border-radius: 24px;
        background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
        border: 1px solid #e4edf5;
        box-shadow: 0 12px 30px rgba(15,23,42,.05);
    }

    .country-custom-design-wrap .timeline{
        display: grid;
        grid-template-columns: repeat(3, minmax(0,1fr));
        gap: 18px;
        margin-bottom: 18px;
    }

    .country-custom-design-wrap .tl-step{
        text-align: center;
        padding: 18px 16px;
        border-radius: 20px;
        background: #fff;
        border: 1px solid #e8eef5;
    }

    .country-custom-design-wrap .tl-dot{
        width: 44px;
        height: 44px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #cb682f;
        color: #fff;
        font-weight: 800;
        font-size: 18px;
        margin-bottom: 12px;
        box-shadow: 0 10px 22px rgba(203,104,47,.2);
    }

    .country-custom-design-wrap .tl-day{
        font-size: 15px;
        font-weight: 800;
        letter-spacing: .05em;
        text-transform: uppercase;
        color: #12344d;
        margin-bottom: 6px;
    }

    .country-custom-design-wrap .tl-label{
        font-size: 16px;
        line-height: 1.6;
        color: #587289;
    }

    .country-custom-design-wrap .timeline-note{
        margin: 0;
        font-size: 16px;
        color: #6b7f92;
    }

    .country-custom-design-wrap .faq-list{
        display: grid;
        gap: 16px;
        margin-top: 18px;
    }

    .country-custom-design-wrap .faq-list details{
        border: 1px solid #e7eef5;
        border-radius: 18px;
        background: #fff;
        padding: 18px 22px;
        box-shadow: 0 10px 24px rgba(15,23,42,.04);
    }

    .country-custom-design-wrap .faq-list summary{
        cursor: pointer;
        list-style: none;
        font-size: 20px;
        font-weight: 800;
        color: #12344d;
        padding-right: 28px;
        position: relative;
    }

    .country-custom-design-wrap .faq-list summary::-webkit-details-marker{
        display: none;
    }

    .country-custom-design-wrap .faq-list summary::after{
        content: "+";
        position: absolute;
        right: 0;
        top: 0;
        color: #cb682f;
        font-size: 26px;
        line-height: 1;
        font-weight: 700;
    }

    .country-custom-design-wrap .faq-list details[open] summary::after{
        content: "−";
    }

    .country-custom-design-wrap .faq-answer{
        margin: 14px 0 0;
    }

    .country-custom-design-wrap .article-footer{
        margin-top: 32px;
        padding-top: 24px;
        border-top: 1px solid #e8eef5;
    }

    .country-custom-design-wrap .country-custom-page-heading{
        font-size: clamp(36px, 3vw, 54px);
        line-height: 1.08;
        font-weight: 800;
        letter-spacing: -.03em;
        color: #ffffff;
        margin: 0 0 20px;
        max-width: 920px;
    }

    .country-custom-design-wrap .country-custom-page-heading-standalone{
        color: #12344d;
        margin: 0 0 24px;
    }

    .country-custom-design-wrap .author-block{
        display: flex;
        gap: 16px;
        align-items: flex-start;
    }

    .country-custom-design-wrap .author-name{
        display: block;
        font-size: 20px;
        line-height: 1.3;
        color: #12344d;
        font-weight: 800;
        margin-bottom: 4px;
    }

    .country-custom-design-wrap .author-role{
        display: block;
        font-size: 15px;
        line-height: 1.7;
        color: #6c8093;
    }

    .country-resource-section{
        margin-top: 28px;
    }

    .country-resource-card{
        background: #fff;
        border: 1px solid #e6edf5;
        border-radius: 28px;
        box-shadow: 0 16px 42px rgba(15,23,42,.06);
        padding: 28px;
    }

    .country-resource-heading{
        font-size: 30px;
        line-height: 1.18;
        font-weight: 800;
        color: #12344d;
        margin-bottom: 12px;
    }

    .country-resource-intro{
        color: #587289;
        font-size: 17px;
        line-height: 1.85;
        margin-bottom: 18px;
    }

    .country-resource-grid{
        display: grid;
        grid-template-columns: repeat(2, minmax(0,1fr));
        gap: 16px;
    }

    .country-resource-link{
        display: block;
        background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
        border: 1px solid #e2eaf2;
        border-radius: 20px;
        padding: 20px 22px;
        text-decoration: none;
        box-shadow: 0 10px 24px rgba(15,23,42,.04);
        transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .country-resource-link:hover{
        transform: translateY(-2px);
        border-color: #d46f2f;
        box-shadow: 0 16px 28px rgba(212,111,47,.10);
        text-decoration: none;
    }

    .country-resource-link strong{
        display: block;
        color: #12344d;
        font-size: 19px;
        line-height: 1.4;
        margin-bottom: 6px;
    }

    .country-resource-link span{
        display: block;
        color: #5c7185;
        font-size: 15px;
        line-height: 1.75;
    }

    .country-toc-section{
        margin-bottom: 18px;
    }

    .country-toc-card{
        display: flex;
        align-items: flex-start;
        gap: 18px;
        background: rgba(255,255,255,.82);
        backdrop-filter: blur(14px);
        border: 1px solid #dfe9f2;
        border-radius: 24px;
        box-shadow: 0 14px 34px rgba(15,23,42,.06);
        padding: 18px 20px;
    }

    .country-toc-heading{
        flex: 0 0 156px;
        font-size: 19px;
        line-height: 1.2;
        font-weight: 800;
        color: #12344d;
        margin: 6px 0 0;
    }

    .country-toc-grid{
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .country-toc-link{
        display: inline-flex;
        align-items: center;
        min-height: 42px;
        padding: 10px 14px;
        border-radius: 999px;
        background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
        border: 1px solid #e2eaf2;
        color: #164366;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.35;
        text-decoration: none;
        transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }

    .country-toc-link:hover{
        transform: translateY(-2px);
        border-color: #d46f2f;
        box-shadow: 0 12px 24px rgba(212,111,47,.08);
        text-decoration: none;
    }

    .country-toc-link.level-3{
        background: linear-gradient(180deg, #fbfdff 0%, #f3f8fc 100%);
    }

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

    @media (max-width: 991px){
        .country-custom-design-wrap article{
            padding: 24px;
            border-radius: 28px;
        }

        .country-custom-utility{
            grid-template-columns: 1fr;
        }

        .country-custom-utility-stats{
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .country-custom-top-rail{
            display: block;
            padding: 16px;
        }

        .country-custom-rail-label{
            display: block;
            margin-bottom: 10px;
            padding-top: 0;
        }

        .country-toc-card{
            display: block;
            padding: 18px;
        }

        .country-toc-heading{
            flex: none;
            margin: 0 0 12px;
        }

        .country-custom-design-wrap .hero{
            padding: 42px 30px 34px;
            border-radius: 24px;
        }

        .country-custom-design-wrap .quick-facts{
            width: 100%;
        }

        .country-custom-design-wrap .quick-facts,
        .country-custom-design-wrap .timeline{
            grid-template-columns: repeat(2, minmax(0,1fr));
        }

        .country-resource-grid{
            grid-template-columns: 1fr;
        }

        .country-toc-grid{
            grid-template-columns: 1fr;
        }

        .country-custom-design-wrap .article-body{
            max-width: 100%;
        }
    }

    @media (max-width: 767px){
        .country-custom-design-wrap{
            padding: 34px 0 58px;
        }

        .country-custom-design-wrap .country-custom-design-inner{
            width: min(100%, calc(100% - 18px));
        }

        .country-custom-design-wrap article{
            padding: 14px;
            border-radius: 22px;
        }

        .country-custom-design-wrap .hero{
            padding: 30px 18px 24px;
            margin-bottom: 18px;
        }

        .country-custom-design-wrap .hero h1{
            font-size: 36px;
            margin-bottom: 16px;
        }

        .country-custom-design-wrap .hero-badge{
            min-height: 38px;
            font-size: 12px;
            letter-spacing: .08em;
        }

        .country-custom-utility-primary,
        .country-custom-utility-links-card{
            padding: 18px 16px;
            border-radius: 22px;
        }

        .country-custom-utility-primary h2{
            font-size: 24px;
        }

        .country-custom-utility-stats{
            grid-template-columns: 1fr;
        }

        .country-custom-sidebar-card{
            padding: 18px 16px;
            border-radius: 20px;
        }

        .country-custom-design-wrap .hero-lead{
            font-size: 19px;
            line-height: 1.75;
        }

        .country-custom-design-wrap .quick-facts,
        .country-custom-design-wrap .timeline{
            grid-template-columns: 1fr;
        }

        .country-toc-link{
            width: 100%;
            justify-content: flex-start;
        }

        .country-custom-rail-link{
            width: 100%;
            justify-content: flex-start;
        }

        .country-custom-design-wrap .qf-item{
            border-right: none;
            border-bottom: 1px solid rgba(255,255,255,.16);
        }

        .country-custom-design-wrap .qf-item:last-child{
            border-bottom: none;
        }

        .country-custom-design-wrap .article-body h2{
            font-size: 28px;
        }

        .country-custom-design-wrap .article-body p,
        .country-custom-design-wrap .article-body li,
        .country-custom-design-wrap .article-body td,
        .country-custom-design-wrap .article-body th,
        .country-custom-design-wrap .article-body summary{
            font-size: 17px;
        }

        .country-custom-design-wrap .table-wrap table{
            min-width: 580px;
        }

        .country-custom-design-wrap .author-block{
            flex-direction: column;
        }

        .country-resource-card{
            padding: 22px 18px;
            border-radius: 22px;
        }

        .country-resource-heading{
            font-size: 26px;
        }
    }
