
/* ==========================================================
   TOPESCORTGIRLS MAROC v1.3.4
   HEADER + NOUVEAUTÉS + MAGAZINE ONLY
   ========================================================== */

:root{
    --teg134-bg:#050506;
    --teg134-card:#0b0b0d;
    --teg134-gold:#D4AF37;
    --teg134-gold2:#E9CF6C;
    --teg134-text:#f8f5ee;
    --teg134-muted:#9d9a93;
    --teg134-line:rgba(212,175,55,.24);
}

/* ---------- PREMIUM MINIMAL HEADER ---------- */
.teg-v134-header .hdm-v431-header-inner{
    max-width:1540px!important;
    min-height:86px!important;
    padding-left:30px!important;
    padding-right:30px!important;
    gap:28px!important;
}
.teg-v134-header .hdm-v431-brand{
    flex:0 0 auto!important;
}
.teg-v134-header .hdm-v431-brand img{
    max-width:230px!important;
}
.teg-v134-nav{
    margin-left:auto!important;
    display:flex!important;
    align-items:center!important;
    gap:4px!important;
}
.teg-v134-nav>a{
    position:relative!important;
    padding:13px 16px!important;
    color:#f4f1e9!important;
    font-size:13px!important;
    font-weight:760!important;
    letter-spacing:.015em!important;
    text-transform:none!important;
    border-radius:999px!important;
    transition:.22s ease!important;
}
.teg-v134-nav>a:after{
    content:""!important;
    position:absolute!important;
    left:18px!important;
    right:18px!important;
    bottom:6px!important;
    height:1px!important;
    background:var(--teg134-gold)!important;
    transform:scaleX(0)!important;
    transition:.22s ease!important;
}
.teg-v134-nav>a:hover{
    color:var(--teg134-gold2)!important;
    background:rgba(212,175,55,.055)!important;
}
.teg-v134-nav>a:hover:after{transform:scaleX(1)!important}
.teg-v134-telegram i{
    color:var(--teg134-gold)!important;
    font-style:normal!important;
    margin-left:5px!important;
}
.teg-v134-actions{
    margin-left:10px!important;
    gap:10px!important;
}
.teg-v134-actions .hdm-v431-login,
.teg-v134-actions .hdm-v431-create{
    min-width:auto!important;
    padding:0 20px!important;
    height:44px!important;
}
.teg-v134-actions .hdm-v431-create{
    min-width:96px!important;
}

/* ---------- SHARED EDITORIAL ---------- */
.teg-v134-editorial{
    min-height:70vh;
    background:
        radial-gradient(circle at 82% 4%,rgba(212,175,55,.08),transparent 25%),
        #050506;
    color:var(--teg134-text);
}
.teg-v134-page-hero{
    position:relative;
    overflow:hidden;
    border-bottom:1px solid rgba(212,175,55,.14);
}
.teg-v134-page-hero:before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(5,5,6,.98),rgba(5,5,6,.72) 55%,rgba(5,5,6,.22)),
        url("https://ma.topescortegirls.com/wp-content/uploads/2026/08/club-1vvc.webp") center 42%/cover no-repeat;
}
.teg-v134-hero-glow{
    position:absolute;
    right:8%;
    top:10%;
    width:430px;
    height:430px;
    border-radius:50%;
    background:rgba(212,175,55,.10);
    filter:blur(110px);
}
.teg-v134-hero-inner{
    position:relative;
    z-index:2;
    max-width:1460px;
    margin:auto;
    padding:90px 34px 82px;
}
.teg-v134-kicker{
    display:block;
    margin-bottom:20px;
    color:var(--teg134-gold2);
    font-size:11px;
    font-weight:900;
    letter-spacing:.2em;
}
.teg-v134-hero-inner h1{
    max-width:780px;
    margin:0;
    color:#fff;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(52px,7vw,96px);
    line-height:.92;
    letter-spacing:-.045em;
}
.teg-v134-hero-inner h1 em{
    color:var(--teg134-gold);
    font-style:normal;
}
.teg-v134-hero-inner>p{
    max-width:650px;
    margin:28px 0 0;
    color:#b7b3aa;
    font-size:16px;
    line-height:1.75;
}
.teg-v134-hero-meta{
    display:flex;
    align-items:center;
    gap:14px;
    margin-top:28px;
    color:#d0ccc3;
    font-size:12px;
    font-weight:700;
}
.teg-v134-hero-meta i{
    width:4px;height:4px;border-radius:50%;background:var(--teg134-gold);
}
.teg-v134-new-content,
.teg-v134-mag-content{
    max-width:1460px;
    margin:auto;
    padding:52px 34px 100px;
}
.teg-v134-section-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:24px;
    margin-bottom:26px;
}
.teg-v134-section-head span{
    color:var(--teg134-gold);
    font-size:10px;
    font-weight:900;
    letter-spacing:.17em;
}
.teg-v134-section-head h2{
    margin:6px 0 0;
    color:#fff;
    font-family:Georgia,"Times New Roman",serif;
    font-size:42px;
}
.teg-v134-section-head>strong{
    color:#7d7a74;
    font-size:10px;
    letter-spacing:.15em;
}

/* ---------- NOUVEAUTÉS ---------- */
.teg-v134-profile-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
}
.teg-v134-profile-grid .hdm-card{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
}
.teg-v134-pagination{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:8px;
    margin-top:44px;
}
.teg-v134-pagination .page-numbers{
    display:grid;
    place-items:center;
    min-width:42px;
    height:42px;
    padding:0 12px;
    border:1px solid rgba(255,255,255,.11);
    border-radius:10px;
    background:#0a0a0b;
    color:#fff;
    text-decoration:none;
}
.teg-v134-pagination .current,
.teg-v134-pagination a:hover{
    border-color:var(--teg134-gold);
    color:var(--teg134-gold);
}
.teg-v134-empty,
.teg-v134-mag-empty{
    padding:60px 28px;
    border:1px solid var(--teg134-line);
    border-radius:20px;
    background:#09090a;
    text-align:center;
    color:#aaa;
}

/* ---------- MAGAZINE ---------- */
.teg-v134-featured{
    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(380px,.75fr);
    min-height:560px;
    border:1px solid var(--teg134-line);
    border-radius:24px;
    overflow:hidden;
    background:#09090b;
    box-shadow:0 34px 90px rgba(0,0,0,.28);
}
.teg-v134-featured-media,
.teg-v134-mag-media{
    position:relative;
    display:block;
    overflow:hidden;
    min-height:100%;
    background:#0b0b0d;
}
.teg-v134-featured-media img,
.teg-v134-mag-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .5s ease;
}
.teg-v134-featured:hover img,
.teg-v134-mag-card:hover img{transform:scale(1.025)}
.teg-v134-featured-shade,
.teg-v134-mag-shade{
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.7));
}
.teg-v134-featured-media>strong,
.teg-v134-mag-media>b{
    position:absolute;
    left:24px;
    bottom:22px;
    z-index:2;
    padding:9px 11px;
    border:1px solid rgba(212,175,55,.55);
    border-radius:999px;
    background:rgba(5,5,6,.72);
    color:var(--teg134-gold2);
    font-size:10px;
    letter-spacing:.12em;
}
.teg-v134-featured-copy{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:48px;
}
.teg-v134-featured-copy>span,
.teg-v134-mag-copy>span{
    color:var(--teg134-gold);
    font-size:10px;
    font-weight:900;
    letter-spacing:.14em;
}
.teg-v134-featured-copy h2{
    margin:14px 0 18px;
    color:#fff;
    font-family:Georgia,"Times New Roman",serif;
    font-size:46px;
    line-height:1.04;
}
.teg-v134-featured-copy p,
.teg-v134-mag-copy p{
    color:#a9a69e;
    line-height:1.7;
}
.teg-v134-featured-actions{
    margin-top:28px;
}
.teg-v134-read{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:0 20px;
    border-radius:10px;
    background:linear-gradient(135deg,var(--teg134-gold),var(--teg134-gold2));
    color:#050505!important;
    font-weight:900;
    text-decoration:none;
}
.teg-v134-share{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    align-items:center;
    margin-top:18px;
}
.teg-v134-share>span{color:#777;font-size:10px;text-transform:uppercase;letter-spacing:.12em}
.teg-v134-share a{
    color:#ddd;
    font-size:11px;
    text-decoration:none;
}
.teg-v134-share a:hover{color:var(--teg134-gold)}
.teg-v134-mag-head{margin-top:56px}
.teg-v134-mag-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}
.teg-v134-mag-card{
    overflow:hidden;
    border:1px solid rgba(255,255,255,.09);
    border-radius:18px;
    background:#09090b;
    transition:.24s ease;
}
.teg-v134-mag-card:hover{
    transform:translateY(-3px);
    border-color:rgba(212,175,55,.35);
}
.teg-v134-mag-media{height:300px}
.teg-v134-mag-copy{padding:24px}
.teg-v134-mag-copy h3{
    margin:10px 0;
    font-family:Georgia,"Times New Roman",serif;
    font-size:25px;
    line-height:1.08;
}
.teg-v134-mag-copy h3 a{color:#fff;text-decoration:none}
.teg-v134-mag-actions{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:14px;
    padding-top:14px;
    border-top:1px solid rgba(255,255,255,.07);
}
.teg-v134-mag-actions>a,
.teg-v134-mag-actions summary{
    color:var(--teg134-gold);
    font-size:11px;
    font-weight:900;
    cursor:pointer;
    text-decoration:none;
}
.teg-v134-mag-actions details{position:relative}
.teg-v134-mag-actions details>div{
    position:absolute;
    right:0;
    bottom:28px;
    z-index:10;
    display:grid;
    gap:1px;
    min-width:135px;
    padding:7px;
    border:1px solid var(--teg134-line);
    border-radius:10px;
    background:#050506;
    box-shadow:0 18px 50px rgba(0,0,0,.45);
}
.teg-v134-mag-actions details>div a{
    padding:8px 10px;
    color:#ddd;
    font-size:11px;
    text-decoration:none;
}
.teg-v134-mag-actions details>div a:hover{color:var(--teg134-gold)}
.teg-v134-no-image{
    position:absolute;
    inset:0;
    display:grid;
    place-items:center;
    color:#3d3829;
    font-family:Georgia,serif;
    font-size:34px;
    letter-spacing:.12em;
}
.teg-v134-mag-empty span{
    color:var(--teg134-gold);
    font-size:10px;
    letter-spacing:.18em;
}
.teg-v134-mag-empty h2{
    color:#fff;
    font-family:Georgia,serif;
    font-size:38px;
}

/* ---------- RESPONSIVE ---------- */
@media(max-width:1180px){
    .teg-v134-nav>a{padding-left:11px!important;padding-right:11px!important}
    .teg-v134-profile-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
    .teg-v134-mag-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
    .teg-v134-featured{grid-template-columns:1fr;min-height:0}
    .teg-v134-featured-media{height:440px}
}
@media(max-width:780px){
    .teg-v134-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .teg-v134-mag-grid{grid-template-columns:1fr}
    .teg-v134-hero-inner{padding:66px 20px 58px}
    .teg-v134-new-content,.teg-v134-mag-content{padding:38px 14px 70px}
    .teg-v134-section-head{align-items:flex-start;flex-direction:column}
    .teg-v134-featured-copy{padding:28px 22px}
    .teg-v134-featured-copy h2{font-size:36px}
    .teg-v134-mobile-menu a{font-weight:760!important}
}
@media(max-width:520px){
    .teg-v134-profile-grid{grid-template-columns:1fr 1fr;gap:9px}
    .teg-v134-featured-media{height:330px}
}


/* ==========================================================
   TOPESCORTGIRLS MAROC v1.4.1 — MOBILE HEADER FIX
   Mobile = LOGO + ACCUEIL + HAMBURGER only.
   Telegram / Nouveautés / Magazine / Connexion / Publier
   stay inside the hamburger drawer.
   ========================================================== */
.teg-v141-mobile-home{
    display:none !important;
}

@media (max-width:900px){

    .teg-v134-header .hdm-v431-header-inner{
        min-height:88px !important;
        display:grid !important;
        grid-template-columns:minmax(0,1fr) auto auto !important;
        align-items:center !important;
        gap:12px !important;
        padding:12px 14px !important;
        overflow:hidden !important;
    }

    .teg-v134-header .hdm-v431-brand{
        min-width:0 !important;
        width:auto !important;
        overflow:hidden !important;
    }

    .teg-v134-header .hdm-v431-brand img{
        display:block !important;
        width:auto !important;
        max-width:210px !important;
        max-height:58px !important;
        object-fit:contain !important;
    }

    /* Critical: editorial desktop rules used !important,
       therefore mobile must also override with !important. */
    .teg-v134-header .teg-v134-nav,
    .teg-v134-header .teg-v134-actions{
        display:none !important;
    }

    .teg-v141-mobile-home{
        display:inline-flex !important;
        align-items:center !important;
        justify-content:center !important;
        min-height:44px !important;
        padding:0 10px !important;
        color:#fff !important;
        font-size:15px !important;
        font-weight:850 !important;
        line-height:1 !important;
        text-decoration:none !important;
        white-space:nowrap !important;
    }

    .teg-v141-mobile-home:hover{
        color:#D4AF37 !important;
    }

    .teg-v134-header .hdm-v431-menu-toggle{
        display:block !important;
        position:static !important;
        margin:0 !important;
        flex:0 0 48px !important;
        width:48px !important;
        height:48px !important;
        z-index:10002 !important;
    }

    .teg-v134-header .teg-v134-mobile-menu{
        position:relative !important;
        z-index:10001 !important;
        width:100% !important;
        padding:10px 16px 18px !important;
        border-top:1px solid rgba(212,175,55,.18) !important;
        background:#08080a !important;
        box-sizing:border-box !important;
    }

    .teg-v134-header .teg-v134-mobile-menu a{
        display:flex !important;
        align-items:center !important;
        min-height:50px !important;
        padding:0 12px !important;
        border-bottom:1px solid rgba(255,255,255,.06) !important;
        color:#fff !important;
        font-size:15px !important;
        font-weight:800 !important;
        text-decoration:none !important;
    }

    .teg-v134-header .teg-v134-mobile-menu a:hover{
        color:#D4AF37 !important;
    }

    .teg-v134-header .teg-v134-mobile-menu a.create{
        justify-content:center !important;
        margin-top:12px !important;
        border:1px solid #D4AF37 !important;
        border-radius:12px !important;
        background:#D4AF37 !important;
        color:#080808 !important;
    }
}

@media (max-width:480px){
    .teg-v134-header .hdm-v431-header-inner{
        grid-template-columns:minmax(0,1fr) auto auto !important;
        gap:8px !important;
        padding-left:10px !important;
        padding-right:10px !important;
    }

    .teg-v134-header .hdm-v431-brand img{
        max-width:175px !important;
        max-height:52px !important;
    }

    .teg-v141-mobile-home{
        padding:0 5px !important;
        font-size:14px !important;
    }

    .teg-v134-header .hdm-v431-menu-toggle{
        width:46px !important;
        height:46px !important;
        flex-basis:46px !important;
    }
}


/* ==========================================================
   TOPESCORTGIRLS INTERNATIONAL MASTER v2.0
   HERO + GLOBAL DESTINATION ENGINE
   ========================================================== */
.teg-intl-master-hero{
    position:relative;
    overflow:hidden;
    padding:70px 0 38px;
    border-bottom:1px solid rgba(212,175,55,.18);
    background:
        linear-gradient(90deg,rgba(3,3,3,.96),rgba(3,3,3,.72) 55%,rgba(3,3,3,.35)),
        var(--teg-intl-master-bg) center/cover no-repeat;
}
.teg-intl-master-shade{
    position:absolute;inset:0;
    background:
        radial-gradient(circle at 75% 20%,rgba(212,175,55,.12),transparent 28%),
        linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.55));
}
.teg-intl-master-inner{
    position:relative;z-index:2;
    display:grid;
    grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);
    gap:42px;
    align-items:start;
}
.teg-intl-master-copy{padding:10px 0 30px}
.teg-intl-master-kicker{
    display:inline-flex;padding:10px 18px;
    border:1px solid rgba(212,175,55,.35);border-radius:999px;
    color:#e5c760;font-size:12px;font-weight:950;letter-spacing:.22em;
}
.teg-intl-master-copy h1{
    margin:34px 0 24px;color:#fff;
    font:800 clamp(64px,7.5vw,126px)/.80 Georgia,"Times New Roman",serif;
    letter-spacing:-.055em;
}
.teg-intl-master-copy h1 em{font-style:normal;color:#D4AF37}
.teg-intl-master-copy p{
    max-width:820px;color:#d1ccc5;font-size:20px;line-height:1.7;
}
.teg-intl-master-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}
.teg-intl-master-proof{display:flex;gap:34px;flex-wrap:wrap;margin-top:34px;color:#eee;font-weight:750}
.teg-intl-master-poster{
    position:relative;
    min-height:590px;
    border:1px solid rgba(212,175,55,.66);
    border-radius:34px;
    background:
        linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.78)),
        var(--teg-intl-master-bg) 74% center/cover no-repeat;
    box-shadow:0 28px 80px rgba(0,0,0,.42);
    overflow:hidden;
}
.teg-intl-master-poster-label{
    position:absolute;left:34px;right:34px;top:34px;
    min-height:70px;padding:0 22px;
    display:flex;align-items:center;justify-content:space-between;
    border:1px solid rgba(255,255,255,.20);border-radius:999px;
    background:rgba(0,0,0,.68);
    color:#fff;font-size:12px;font-weight:950;letter-spacing:.18em;
}
.teg-intl-master-poster-label b{
    display:grid;place-items:center;width:82px;height:82px;margin-right:-10px;
    border-radius:50%;border:5px solid #fff0ad;background:#e3c65e;color:#111;font-size:24px;
}
.teg-intl-master-poster-copy{
    position:absolute;left:42px;right:42px;bottom:44px;
    display:flex;flex-direction:column;gap:13px;
}
.teg-intl-master-poster-copy small{color:#e4c75a;font-weight:950;letter-spacing:.16em}
.teg-intl-master-poster-copy strong{color:#fff;font:800 50px/.92 Georgia,serif}
.teg-intl-master-poster-copy span{color:#ddd;font-size:16px;font-weight:800}
.teg-intl-master-poster-copy i{padding-top:20px;border-top:1px solid rgba(212,175,55,.35);color:#f2d86e;font-style:normal;font-size:20px;font-weight:950}
.teg-intl-master-search{
    grid-column:1/-1;
    margin-top:22px;padding:34px;
    border:1px solid rgba(212,175,55,.34);border-radius:28px;
    background:rgba(7,7,8,.92);
}
.teg-intl-master-search>span{color:#D4AF37;font-size:12px;font-weight:950;letter-spacing:.22em}
.teg-intl-master-search h2{margin:14px 0 24px;color:#fff;font:800 48px/1 Georgia,serif}
.teg-intl-search-grid{
    display:grid;grid-template-columns:.8fr 1.2fr auto;
    border:1px solid rgba(255,255,255,.12);border-radius:18px;overflow:hidden;
}
.teg-intl-search-grid select,.teg-intl-search-grid input{
    min-height:76px;padding:0 20px;border:0;border-right:1px solid rgba(255,255,255,.08);
    background:#070708;color:#fff;font-size:17px;outline:none;
}
.teg-intl-search-grid button{
    min-width:250px;border:0;background:linear-gradient(135deg,#d4af37,#f3dc82);
    color:#080808;font-weight:950;font-size:16px;cursor:pointer;
}
.teg-intl-popular{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:18px;color:#777}
.teg-intl-popular a{
    padding:9px 15px;border:1px solid rgba(255,255,255,.12);border-radius:999px;
    color:#ddd;text-decoration:none;
}
.teg-intl-popular a:hover{border-color:#D4AF37;color:#D4AF37}

/* Dynamic country / city Hero */
.teg-intl-destination-page{background:#050506;color:#fff;min-height:80vh}
.teg-intl-destination-hero{
    position:relative;min-height:470px;display:flex;align-items:flex-end;
    background:
        linear-gradient(90deg,rgba(0,0,0,.96),rgba(0,0,0,.55)),
        var(--teg-intl-hero) center/cover no-repeat;
    border-bottom:1px solid rgba(212,175,55,.24);
}
.teg-intl-destination-overlay{position:absolute;inset:0;background:radial-gradient(circle at 75% 25%,rgba(212,175,55,.14),transparent 28%)}
.teg-intl-destination-inner{position:relative;z-index:2;width:min(1320px,calc(100% - 44px));margin:0 auto;padding:80px 0 52px}
.teg-intl-destination-inner>span{color:#D4AF37;font-size:12px;font-weight:950;letter-spacing:.2em}
.teg-intl-destination-inner h1{margin:14px 0;color:#fff;font:800 clamp(56px,7vw,104px)/.92 Georgia,serif}
.teg-intl-destination-inner p{max-width:780px;color:#ccc;font-size:18px;line-height:1.7}
.teg-intl-destination-search{
    display:grid;grid-template-columns:.8fr 1fr auto;
    max-width:1000px;margin-top:28px;border:1px solid rgba(212,175,55,.28);border-radius:16px;overflow:hidden;
}
.teg-intl-destination-search select,.teg-intl-destination-search input{
    min-height:62px;padding:0 18px;border:0;border-right:1px solid rgba(255,255,255,.08);
    background:#09090a;color:#fff;
}
.teg-intl-destination-search button{min-width:190px;border:0;background:#D4AF37;color:#080808;font-weight:950}
.teg-intl-pagination{display:flex;justify-content:center;gap:8px;padding:36px 0 0}
.teg-intl-pagination .page-numbers{
    display:inline-flex;min-width:46px;height:46px;align-items:center;justify-content:center;
    padding:0 14px;border:1px solid rgba(255,255,255,.13);border-radius:10px;color:#fff;text-decoration:none;
}
.teg-intl-pagination .current{border-color:#D4AF37;color:#D4AF37}

@media(max-width:900px){
    .teg-intl-master-inner{grid-template-columns:1fr}
    .teg-intl-master-poster{min-height:520px}
    .teg-intl-master-search{grid-column:auto;padding:24px 18px}
    .teg-intl-search-grid,.teg-intl-destination-search{grid-template-columns:1fr}
    .teg-intl-search-grid select,.teg-intl-search-grid input,
    .teg-intl-destination-search select,.teg-intl-destination-search input{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}
    .teg-intl-search-grid button,.teg-intl-destination-search button{min-height:62px;width:100%}
    .teg-intl-master-copy h1{font-size:64px}
    .teg-intl-master-search h2{font-size:38px}
}


/* ==========================================================
   INTERNATIONAL v2.0.1 — OFFICIAL LOGO + COUNTRY/CITY DIRECTORY
   ========================================================== */
.hdm-v431-brand img{
    display:block!important;
    width:auto!important;
    height:auto!important;
    max-width:300px!important;
    max-height:78px!important;
    object-fit:contain!important;
}
.teg-intl-country-cities{
    padding:34px 0 14px;
    background:#050506;
}
.teg-intl-country-cities-head{
    padding:26px 0 20px;
}
.teg-intl-country-cities-head>span{
    color:#D4AF37;
    font-size:11px;
    font-weight:950;
    letter-spacing:.20em;
}
.teg-intl-country-cities-head h2{
    margin:10px 0 8px;
    color:#fff;
    font:800 44px/1 Georgia,"Times New Roman",serif;
}
.teg-intl-country-cities-head p{
    max-width:780px;
    color:#999;
    line-height:1.7;
}
.teg-intl-city-links{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
}
.teg-intl-city-links a{
    min-height:58px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:0 18px;
    border:1px solid rgba(212,175,55,.24);
    border-radius:13px;
    background:#09090a;
    color:#fff!important;
    text-decoration:none!important;
    font-weight:850;
}
.teg-intl-city-links a span{
    color:#D4AF37;
}
.teg-intl-city-links a:hover{
    border-color:#D4AF37;
    color:#D4AF37!important;
}
.teg-intl-city-empty{
    padding:20px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:13px;
    background:#09090a;
    color:#888;
}
@media(max-width:900px){
    .hdm-v431-brand img{
        max-width:220px!important;
        max-height:64px!important;
    }
    .teg-intl-city-links{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media(max-width:560px){
    .teg-intl-city-links{
        grid-template-columns:1fr;
    }
    .teg-intl-country-cities-head h2{
        font-size:36px;
    }
}


/* ==========================================================
   INTERNATIONAL v2.0.3 — DESTINATION PROFILE CARDS
   Same visual language as the validated Home cards.
   ========================================================== */
.teg-intl-destination-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
}
.teg-dest-card{
    min-width:0;
}
.teg-dest-card-link{
    display:block;
    color:inherit!important;
    text-decoration:none!important;
}
.teg-dest-card-media{
    position:relative;
    aspect-ratio:0.78;
    overflow:hidden;
    border:1px solid rgba(212,175,55,.20);
    border-radius:22px;
    background:#111;
}
.teg-dest-card-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .35s ease;
}
.teg-dest-card:hover img{
    transform:scale(1.025);
}
.teg-dest-card-gradient{
    position:absolute;
    inset:0;
    background:
        linear-gradient(180deg,rgba(0,0,0,.02) 28%,rgba(0,0,0,.18) 48%,rgba(0,0,0,.92) 100%);
    pointer-events:none;
}
.teg-dest-tier{
    position:absolute;
    z-index:4;
    top:16px;
    left:16px;
    display:inline-flex;
    min-width:76px;
    height:38px;
    padding:0 15px;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    font-size:11px;
    font-weight:950;
    letter-spacing:.05em;
    box-shadow:0 10px 30px rgba(0,0,0,.18);
}
.teg-dest-tier-vip{
    background:#D4AF37;
    color:#080808;
}
.teg-dest-tier-premium{
    background:#D4AF37;
    color:#080808;
}
.teg-dest-tier-free{
    background:#171719;
    border:1px solid rgba(255,255,255,.18);
    color:#fff;
}
.teg-dest-views{
    position:absolute;
    z-index:4;
    top:16px;
    right:16px;
    display:inline-flex;
    height:38px;
    min-width:62px;
    padding:0 13px;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(204,30,43,.88);
    border-radius:999px;
    background:rgba(10,10,11,.86);
    color:#fff;
    font-size:12px;
    font-weight:900;
}
.teg-dest-card-content{
    position:absolute;
    z-index:3;
    left:26px;
    right:26px;
    bottom:24px;
    color:#fff;
}
.teg-dest-card-content h3{
    margin:0 0 10px;
    color:#fff;
    font:800 clamp(27px,2vw,38px)/1.05 Arial,sans-serif;
    letter-spacing:-.035em;
}
.teg-dest-price{
    margin-bottom:14px;
    color:#eee;
    font-size:17px;
    font-weight:700;
}
.teg-dest-card-content p{
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
    margin:0 0 14px;
    color:#fff;
    font-size:15px;
    line-height:1.45;
}
.teg-dest-location{
    padding-top:2px;
    color:#fff;
    font-size:13px;
    line-height:1.45;
    font-weight:900;
    text-decoration:underline;
    text-underline-offset:5px;
}
.teg-dest-age{
    display:none;
}
@media(max-width:1180px){
    .teg-intl-destination-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}
@media(max-width:820px){
    .teg-intl-destination-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media(max-width:560px){
    .teg-intl-destination-grid{
        grid-template-columns:1fr;
    }
    .teg-dest-card-media{
        aspect-ratio:.82;
    }
}


/* ==========================================================
   INTERNATIONAL v2.0.4 — EXACT MAROC MASTER GRID LOGIC
   ========================================================== */
.teg-intl-home-card-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:16px!important;
}
.teg-intl-home-card-grid .hdm-home-card,
.teg-intl-home-card-grid .hdm-card{
    min-width:0!important;
    width:100%!important;
    max-width:none!important;
}
.teg-intl-home-card-grid .hdm-card-media{
    width:100%!important;
}
@media(max-width:1180px){
    .teg-intl-home-card-grid{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }
}
@media(max-width:820px){
    .teg-intl-home-card-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
}
@media(max-width:560px){
    .teg-intl-home-card-grid{
        grid-template-columns:1fr!important;
    }
}


/* ==========================================================
   INTERNATIONAL v2.0.5 — CLEAN COUNTRY CITY DIRECTORY
   ========================================================== */
.teg-intl-country-cities{
    padding:40px 0 24px!important;
}
.teg-intl-country-cities-head{
    max-width:900px;
}
.teg-intl-country-cities-head p{
    font-size:15px!important;
    color:#858585!important;
}
.teg-intl-city-links{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:10px!important;
}
.teg-intl-city-links a{
    min-height:52px!important;
    padding:0 16px!important;
    border:1px solid rgba(212,175,55,.22)!important;
    border-radius:12px!important;
    background:#0a0a0b!important;
    color:#f2f2f2!important;
    font-size:14px!important;
    line-height:1.2!important;
    text-decoration:none!important;
}
.teg-intl-city-links a span{
    color:#D4AF37!important;
}
@media(max-width:980px){
    .teg-intl-city-links{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:720px){
    .teg-intl-city-links{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:460px){
    .teg-intl-city-links{grid-template-columns:1fr!important}
}
