
body.city2-page{
    overflow-x:hidden;
}

.city2-main{
    position:relative;
    z-index:1;
}

/* =====================================================
HERO / SHELL
===================================================== */

.city2-hero{
    padding:14px 0 64px;
}

.city2-shell{
    padding:18px;
}

.city2-breadcrumbs{
    position:relative;
    z-index:4;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    margin:0 0 16px;
    color:rgba(226,236,250,.68);
    font-size:13px;
    font-weight:700;
}

.city2-breadcrumbs a{
    color:rgba(226,236,250,.72);
    text-decoration:none;
    transition:.18s ease;
}

.city2-breadcrumbs a:hover{
    color:#ffc107;
}

.city2-breadcrumbs span{
    color:rgba(226,236,250,.38);
}

.city2-breadcrumbs strong{
    color:#fff;
    font-weight:900;
}

.city2-hero-inner{
    align-items:stretch;
    gap:24px;
    grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr) !important;
}

.city2-hero-left{
    min-width:0;
}

.city2-kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    width:max-content;
    max-width:100%;
    padding:8px 12px;
    border-radius:999px;
    border:1px solid rgba(255,193,7,.18);
    background:rgba(255,193,7,.08);
    color:#ffd978;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.04em;
    margin-bottom:14px;
}

.city2-title{
    margin-bottom:12px;
}

.city2-subtitle{
    margin-bottom:18px;
}

.city2-stats-row{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
    max-width:560px;
    margin:0 0 20px;
}

.city2-stat-card{
    min-width:0;
    padding:13px 14px;
    border-radius:18px;
    border:1px solid rgba(255,255,255,.08);
    background:linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
    box-shadow:0 10px 24px rgba(0,0,0,.16);
}

.city2-stat-card strong{
    display:block;
    color:#fff;
    font-size:24px;
    line-height:1;
    font-weight:950;
    letter-spacing:-.03em;
}

.city2-stat-card span{
    display:block;
    margin-top:6px;
    color:rgba(226,236,250,.68);
    font-size:12px;
    font-weight:800;
}

.city2-stat-card.is-live{
    border-color:rgba(255,193,7,.20);
    background:
        radial-gradient(circle at 20% 0%, rgba(255,193,7,.16), transparent 42%),
        linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.028));
}

.city2-actions{
    margin-bottom:18px;
}

.city2-search-box{
    max-width:620px;
}

/* =====================================================
PRAWA STRONA HERO – panel zamiast mapy
===================================================== */

.city2-hero-right{
    display:flex;
    align-items:stretch;
}

.city2-insight-card{
    position:relative;
    width:100%;
    min-height:100%;
    padding:20px;
    border-radius:28px;
    border:1px solid rgba(255,255,255,.09);
    background:
        radial-gradient(circle at 10% 4%, rgba(255,193,7,.12), transparent 28%),
        radial-gradient(circle at 92% 12%, rgba(78,150,255,.14), transparent 32%),
        linear-gradient(180deg, rgba(6,19,38,.96), rgba(4,13,28,.99));
    box-shadow:0 24px 56px rgba(0,0,0,.28);
    overflow:hidden;
}

.city2-insight-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size:34px 34px;
    mask-image:linear-gradient(180deg, rgba(0,0,0,.7), transparent 72%);
    opacity:.55;
    pointer-events:none;
}

.city2-insight-head,
.city2-insight-big,
.city2-insight-list,
.city2-insight-cta{
    position:relative;
    z-index:2;
}

.city2-insight-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:16px;
}

.city2-insight-head strong{
    color:#eaf3ff;
    font-size:14px;
    font-weight:900;
}

.city2-live-pill{
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:7px 10px;
    border-radius:999px;
    background:rgba(255,193,7,.12);
    border:1px solid rgba(255,193,7,.22);
    color:#ffd978;
    font-size:11px;
    font-weight:950;
    letter-spacing:.04em;
}

.city2-insight-big{
    display:flex;
    align-items:flex-end;
    gap:12px;
    padding:16px;
    border-radius:22px;
    border:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.045);
    margin-bottom:14px;
}

.city2-insight-big span{
    color:#fff;
    font-size:54px;
    line-height:.9;
    font-weight:950;
    letter-spacing:-.06em;
}

.city2-insight-big p{
    margin:0 0 3px;
    color:rgba(226,236,250,.72);
    font-size:13px;
    line-height:1.25;
    font-weight:800;
}

.city2-insight-list{
    display:flex;
    flex-direction:column;
    gap:8px;
    margin-bottom:14px;
}

.city2-insight-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:11px 12px;
    border-radius:16px;
    border:1px solid rgba(255,255,255,.07);
    background:rgba(255,255,255,.04);
    color:#fff;
    text-decoration:none;
    transition:.18s ease;
}

.city2-insight-row:hover{
    transform:translateY(-1px);
    border-color:rgba(255,193,7,.22);
    background:rgba(255,255,255,.06);
}

.city2-insight-row strong{
    display:block;
    color:#fff;
    font-size:13px;
    font-weight:950;
    line-height:1.1;
}

.city2-insight-row span{
    display:block;
    margin-top:4px;
    color:rgba(226,236,250,.62);
    font-size:12px;
    font-weight:700;
    max-width:190px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.city2-insight-row em{
    flex:0 0 auto;
    padding:7px 9px;
    border-radius:12px;
    background:rgba(255,193,7,.12);
    color:#ffd978;
    font-size:12px;
    font-style:normal;
    font-weight:950;
    white-space:nowrap;
}

.city2-insight-empty{
    padding:16px;
    border-radius:18px;
    border:1px dashed rgba(255,255,255,.15);
    background:rgba(255,255,255,.035);
}

.city2-insight-empty strong,
.city2-insight-empty span{
    display:block;
}

.city2-insight-empty strong{
    color:#fff;
    font-size:14px;
    font-weight:950;
}

.city2-insight-empty span{
    margin-top:5px;
    color:rgba(226,236,250,.66);
    font-size:13px;
}

.city2-insight-cta{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    width:100%;
    padding:12px 14px;
    border-radius:16px;
    background:linear-gradient(135deg, #ffc107, #ff9f1a);
    color:#111827;
    text-decoration:none;
    font-weight:950;
    box-shadow:0 14px 30px rgba(255,193,7,.18);
}

/* =====================================================
OVERVIEW / SEKCJE INDEX2 NA CITY
===================================================== */

.city2-overview{
    margin-top:-40px;
    padding-top:0;
}

.city2-page .index2-section-title,
.city2-page .index2-live h2{
    letter-spacing:-.03em;
}

.city2-page .index2-fuel-logo,
.city2-page .index2-live-logo,
.city2-page .index2-missing-item-logo{
    width:38px !important;
    height:38px !important;
    min-width:38px !important;
    max-width:38px !important;
    border-radius:12px;
    overflow:hidden;
}

.city2-page .index2-fuel-logo img,
.city2-page .index2-live-logo img,
.city2-page .index2-missing-brand-logo{
    display:block;
    width:100% !important;
    height:100% !important;
    max-width:100% !important;
    max-height:100% !important;
    object-fit:contain !important;
}

.city2-page .index2-live-row.is-new{
    border-color:rgba(255,193,7,.32);
    box-shadow:0 0 0 1px rgba(255,193,7,.10), 0 14px 30px rgba(255,193,7,.08);
}

/* =====================================================
REGION FALLBACK
===================================================== */

.city2-region-section{
    padding:0 0 26px;
    margin-top:-36px;
}

.city2-region-box{
    padding:24px;
    border-radius:24px;
    border:1px solid rgba(255,255,255,.08);
    background:
        radial-gradient(circle at 10% 0%, rgba(255,193,7,.09), transparent 28%),
        linear-gradient(180deg, rgba(6,19,38,.96), rgba(4,13,28,.99));
    box-shadow:0 18px 42px rgba(0,0,0,.20);
}

.city2-region-box h2{
    margin:0 0 8px;
    color:#fff;
    font-size:24px;
    font-weight:950;
    letter-spacing:-.03em;
}

.city2-region-box p{
    max-width:760px;
    margin:0 0 16px;
    color:rgba(226,236,250,.72);
    line-height:1.65;
}

/* =====================================================
SEO / LINKI / FAQ
===================================================== */

.city2-seo-section,
.city2-faq-section{
    padding:18px 0;
}

.city2-seo-grid{
    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
    gap:18px;
    align-items:start;
}

.city2-seo-box,
.city2-links-box,
.city2-faq-box{
    border-radius:24px;
    border:1px solid rgba(255,255,255,.08);
    background:linear-gradient(180deg, rgba(6,18,36,.94), rgba(5,14,28,.985));
    box-shadow:0 18px 40px rgba(0,0,0,.18);
}

.city2-seo-box,
.city2-links-box{
    padding:22px;
}

.city2-seo-box h2,
.city2-links-box h2,
.city2-faq-box h2{
    margin:0 0 12px;
    color:#fff;
    font-size:22px;
    font-weight:950;
    letter-spacing:-.03em;
}

.city2-seo-box p{
    margin:0 0 12px;
    color:rgba(226,236,250,.72);
    line-height:1.7;
    font-size:14px;
}

.city2-seo-links{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:16px;
}

.city2-seo-links a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    padding:9px 12px;
    border-radius:999px;
    background:rgba(255,255,255,.055);
    border:1px solid rgba(255,255,255,.08);
    color:#eaf3ff;
    text-decoration:none;
    font-size:13px;
    font-weight:850;
    transition:.18s ease;
}

.city2-seo-links a:hover{
    color:#111827;
    background:#ffc107;
    border-color:#ffc107;
}

.city2-links-list{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.city2-links-list a{
    display:block;
    padding:11px 12px;
    border-radius:16px;
    border:1px solid rgba(255,255,255,.07);
    background:rgba(255,255,255,.04);
    text-decoration:none;
    transition:.18s ease;
}

.city2-links-list a:hover{
    transform:translateY(-1px);
    border-color:rgba(255,193,7,.20);
    background:rgba(255,255,255,.06);
}

.city2-links-list strong,
.city2-links-list span{
    display:block;
}

.city2-links-list strong{
    color:#fff;
    font-size:13px;
    font-weight:950;
}

.city2-links-list span{
    margin-top:4px;
    color:rgba(226,236,250,.62);
    font-size:12px;
    font-weight:700;
}

.city2-faq-box{
    padding:24px;
}

.city2-faq-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
}

.city2-faq-item{
    padding:16px;
    border-radius:18px;
    border:1px solid rgba(255,255,255,.07);
    background:rgba(255,255,255,.04);
}

.city2-faq-item h3{
    margin:0 0 8px;
    color:#fff;
    font-size:15px;
    font-weight:950;
    letter-spacing:-.02em;
}

.city2-faq-item p{
    margin:0;
    color:rgba(226,236,250,.70);
    font-size:13px;
    line-height:1.55;
}

.city2-empty-page{
    padding:30px;
    border-radius:24px;
    border:1px solid rgba(255,255,255,.08);
    background:linear-gradient(180deg, rgba(6,18,36,.94), rgba(5,14,28,.985));
    color:#fff;
    text-align:center;
}

/* =====================================================
MOBILE
===================================================== */

@media(max-width:1100px){
    .city2-hero-inner{
        grid-template-columns:1fr;
    }

    .city2-insight-card{
        min-height:auto;
    }

    .city2-overview,
    .city2-region-section{
        margin-top:-28px;
    }
}

@media(max-width:900px){
    .city2-seo-grid,
    .city2-faq-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:768px){
    .city2-hero{
        padding:10px 0 38px;
    }

    .city2-shell{
        padding:14px;
        border-radius:26px;
    }

    .city2-breadcrumbs{
        margin-bottom:12px;
        font-size:12px;
    }

    .city2-title{
        font-size:34px;
    }

    .city2-subtitle{
        align-items:flex-start;
    }

    .city2-stats-row{
        grid-template-columns:repeat(3,minmax(0,1fr));
        gap:8px;
        margin-bottom:16px;
    }

    .city2-stat-card{
        padding:11px 10px;
        border-radius:16px;
    }

    .city2-stat-card strong{
        font-size:22px;
    }

    .city2-stat-card span{
        font-size:11px;
    }

    .city2-actions{
        gap:10px;
    }

    .city2-insight-card{
        padding:16px;
        border-radius:24px;
    }

    .city2-insight-big{
        padding:14px;
    }

    .city2-insight-big span{
        font-size:46px;
    }

    .city2-insight-row{
        align-items:flex-start;
        flex-direction:column;
        gap:8px;
    }

    .city2-insight-row span{
        max-width:100%;
    }

    .city2-insight-row em{
        width:max-content;
    }

    .city2-overview,
    .city2-region-section{
        margin-top:-20px;
    }

    .city2-seo-section,
    .city2-faq-section{
        padding:12px 0;
    }

    .city2-seo-box,
    .city2-links-box,
    .city2-faq-box,
    .city2-region-box{
        padding:18px;
        border-radius:22px;
    }
}

@media(max-width:520px){
    .city2-title{
        font-size:30px;
    }

    .city2-stats-row{
        grid-template-columns:1fr 1fr 1fr;
    }

    .city2-stat-card strong{
        font-size:20px;
    }

    .city2-stat-card span{
        font-size:10px;
    }

    .city2-insight-head{
        align-items:flex-start;
        flex-direction:column;
    }

    .city2-insight-big{
        align-items:flex-start;
        flex-direction:column;
        gap:8px;
    }

    .city2-insight-big span{
        font-size:42px;
    }

    .city2-seo-links{
        flex-direction:column;
    }

    .city2-seo-links a{
        width:100%;
    }
}



/* =====================================================
CITY2 ACTIVE HERO PANEL - najczęściej aktualizowane
===================================================== */

.city2-active-card{
    position:relative;
    width:100%;
    border-radius:28px;
    padding:18px;
    border:1px solid rgba(255,255,255,.09);
    background:
        radial-gradient(circle at 16% 12%, rgba(255,193,7,.10), transparent 28%),
        radial-gradient(circle at 92% 8%, rgba(79,151,255,.14), transparent 30%),
        linear-gradient(180deg, rgba(5,18,36,.94), rgba(4,14,28,.98));
    box-shadow:0 24px 60px rgba(0,0,0,.28);
    overflow:hidden;
}

.city2-active-card::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:linear-gradient(135deg, rgba(255,255,255,.08), transparent 38%, rgba(255,193,7,.05));
    opacity:.7;
}

.city2-active-head,
.city2-active-list,
.city2-active-foot{
    position:relative;
    z-index:1;
}

.city2-active-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:14px;
    margin-bottom:14px;
}

.city2-active-head strong{
    display:block;
    margin-top:5px;
    font-size:20px;
    line-height:1.12;
    color:#fff;
}

.city2-active-head em{
    flex:0 0 auto;
    max-width:150px;
    font-style:normal;
    font-size:11px;
    font-weight:800;
    color:#b8c8dc;
    text-align:right;
    line-height:1.25;
}

.city2-active-kicker{
    display:inline-flex;
    align-items:center;
    gap:7px;
    width:max-content;
    padding:7px 10px;
    border-radius:999px;
    background:rgba(255,193,7,.12);
    border:1px solid rgba(255,193,7,.20);
    color:#ffd56a;
    font-size:11px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.05em;
}

.city2-active-list{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.city2-active-row{
    display:grid;
    grid-template-columns:30px 42px minmax(0,1fr) auto;
    align-items:center;
    gap:10px;
    padding:11px;
    border-radius:18px;
    text-decoration:none;
    color:#eef4ff;
    border:1px solid rgba(255,255,255,.07);
    background:rgba(255,255,255,.045);
    transition:transform .18s ease, border-color .18s ease, background .18s ease;
}

.city2-active-row:hover{
    transform:translateY(-2px);
    border-color:rgba(255,193,7,.24);
    background:rgba(255,255,255,.07);
}

.city2-active-rank{
    width:30px;
    height:30px;
    display:grid;
    place-items:center;
    border-radius:12px;
    background:rgba(255,193,7,.12);
    border:1px solid rgba(255,193,7,.16);
    color:#ffd56a;
    font-size:13px;
    font-weight:950;
}

.city2-active-row img{
    width:42px;
    height:42px;
    object-fit:contain;
    padding:6px;
    border-radius:14px;
    background:rgba(255,255,255,.93);
    box-shadow:0 8px 20px rgba(0,0,0,.18);
}

.city2-active-main{
    min-width:0;
}

.city2-active-main strong,
.city2-active-main span{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.city2-active-main strong{
    color:#fff;
    font-size:14px;
    font-weight:900;
}

.city2-active-main span{
    margin-top:2px;
    color:#91a8c1;
    font-size:12px;
}

.city2-active-meta{
    text-align:right;
}

.city2-active-meta b,
.city2-active-meta small{
    display:block;
    white-space:nowrap;
}

.city2-active-meta b{
    color:#fff;
    font-size:13px;
    font-weight:950;
}

.city2-active-meta small{
    margin-top:2px;
    color:#8fa4bd;
    font-size:11px;
    font-weight:700;
}

.city2-active-foot{
    display:flex;
    gap:10px;
    margin-top:14px;
}

.city2-active-foot a{
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    padding:10px 12px;
    border-radius:14px;
    text-decoration:none;
    font-size:13px;
    font-weight:900;
    color:#fff;
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.08);
}

.city2-active-foot a:last-child{
    color:#111827;
    background:linear-gradient(180deg, #ffd35c, #ffb400);
    border-color:rgba(255,193,7,.45);
}

/* =====================================================
CITY2 DIRECTORY - spis stacji
===================================================== */

.city2-directory-section{
    padding:18px 0 22px;
    position:relative;
    z-index:2;
}

.city2-directory-head{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:18px;
    margin-bottom:16px;
    padding:18px;
    border-radius:26px;
    border:1px solid rgba(255,255,255,.08);
    background:linear-gradient(180deg, rgba(7,20,39,.88), rgba(5,16,31,.95));
    box-shadow:0 16px 36px rgba(0,0,0,.18);
}

.city2-section-kicker{
    display:inline-flex;
    align-items:center;
    width:max-content;
    margin-bottom:8px;
    padding:6px 10px;
    border-radius:999px;
    color:#ffd56a;
    background:rgba(255,193,7,.10);
    border:1px solid rgba(255,193,7,.16);
    font-size:11px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.05em;
}

.city2-directory-head h2{
    margin:0;
    color:#fff;
    font-size:26px;
    line-height:1.12;
    font-weight:950;
}

.city2-directory-head p{
    margin:7px 0 0;
    color:#9fb3c8;
    font-size:14px;
    line-height:1.45;
}

.city2-directory-tabs{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:8px;
}

.city2-directory-tabs button{
    appearance:none;
    border:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.06);
    color:#dbe7f6;
    border-radius:999px;
    padding:9px 12px;
    font-size:12px;
    font-weight:900;
    cursor:pointer;
    transition:.18s ease;
}

.city2-directory-tabs button:hover,
.city2-directory-tabs button.is-active{
    color:#111827;
    border-color:rgba(255,193,7,.45);
    background:linear-gradient(180deg, #ffd35c, #ffb400);
}

.city2-directory-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
}

.city2-station-card{
    display:flex;
    flex-direction:column;
    gap:12px;
    min-width:0;
    padding:15px;
    border-radius:24px;
    border:1px solid rgba(255,255,255,.08);
    background:
        radial-gradient(circle at 18% 12%, rgba(255,193,7,.045), transparent 26%),
        linear-gradient(180deg, rgba(7,20,39,.90), rgba(5,16,31,.97));
    box-shadow:0 14px 34px rgba(0,0,0,.18);
}

.city2-station-card[hidden]{
    display:none !important;
}

.city2-station-top{
    display:flex;
    align-items:center;
    gap:11px;
    min-width:0;
}

.city2-station-top img{
    flex:0 0 auto;
    width:48px;
    height:48px;
    object-fit:contain;
    padding:7px;
    border-radius:15px;
    background:rgba(255,255,255,.94);
    box-shadow:0 8px 20px rgba(0,0,0,.16);
}

.city2-station-top div{
    min-width:0;
}

.city2-station-top h3{
    margin:0;
    font-size:16px;
    line-height:1.12;
    font-weight:950;
}

.city2-station-top h3 a{
    color:#fff;
    text-decoration:none;
}

.city2-station-top h3 a:hover{
    color:#ffd35c;
}

.city2-station-top p{
    margin:4px 0 0;
    color:#9fb3c8;
    font-size:12px;
    line-height:1.3;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.city2-station-badges{
    display:flex;
    flex-wrap:wrap;
    gap:7px;
}

.city2-station-badges span{
    display:inline-flex;
    align-items:center;
    min-height:25px;
    padding:5px 9px;
    border-radius:999px;
    color:#dbeafe;
    background:rgba(59,130,246,.10);
    border:1px solid rgba(59,130,246,.16);
    font-size:11px;
    font-weight:850;
}

.city2-station-badges span.is-good{
    color:#bbf7d0;
    background:rgba(34,197,94,.10);
    border-color:rgba(34,197,94,.18);
}

.city2-station-badges span.is-muted{
    color:#cbd5e1;
    background:rgba(148,163,184,.10);
    border-color:rgba(148,163,184,.16);
}

.city2-station-prices{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
}

.city2-station-prices div{
    padding:9px;
    border-radius:15px;
    background:rgba(255,255,255,.045);
    border:1px solid rgba(255,255,255,.06);
}

.city2-station-prices span,
.city2-station-prices strong{
    display:block;
}

.city2-station-prices span{
    color:#90a4bd;
    font-size:10px;
    font-weight:950;
    text-transform:uppercase;
}

.city2-station-prices strong{
    margin-top:2px;
    color:#fff;
    font-size:14px;
    font-weight:950;
}

.city2-station-prices .city2-station-no-price{
    grid-column:1 / -1;
    color:#cbd5e1;
    font-size:13px;
    font-weight:800;
}

.city2-station-bottom{
    margin-top:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding-top:10px;
    border-top:1px solid rgba(255,255,255,.07);
}

.city2-station-bottom > span{
    color:#8fa4bd;
    font-size:12px;
    font-weight:800;
}

.city2-station-bottom div{
    display:flex;
    gap:8px;
}

.city2-station-bottom a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:8px 10px;
    border-radius:12px;
    text-decoration:none;
    font-size:12px;
    font-weight:900;
    color:#fff;
    border:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.06);
}

.city2-station-bottom a:last-child{
    color:#111827;
    background:#ffc107;
    border-color:rgba(255,193,7,.45);
}

.city2-directory-empty{
    padding:22px;
    border-radius:22px;
    border:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.05);
    color:#dbe7f6;
    font-weight:800;
}

@media(max-width:1100px){
    .city2-directory-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:860px){
    .city2-directory-head{
        align-items:flex-start;
        flex-direction:column;
    }

    .city2-directory-tabs{
        justify-content:flex-start;
    }
}

@media(max-width:720px){
    .city2-active-row{
        grid-template-columns:28px 40px minmax(0,1fr);
    }

    .city2-active-meta{
        grid-column:3 / 4;
        text-align:left;
        display:flex;
        gap:8px;
        align-items:center;
    }

    .city2-active-meta small{
        margin-top:0;
    }

    .city2-directory-grid{
        grid-template-columns:1fr;
    }

    .city2-directory-head{
        padding:16px;
    }

    .city2-directory-head h2{
        font-size:22px;
    }
}

@media(max-width:520px){
    .city2-active-card{
        padding:14px;
        border-radius:24px;
    }

    .city2-active-head{
        flex-direction:column;
    }

    .city2-active-head em{
        max-width:none;
        text-align:left;
    }

    .city2-active-foot{
        flex-direction:column;
    }

    .city2-station-card{
        padding:13px;
        border-radius:21px;
    }

    .city2-station-prices{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .city2-station-bottom{
        align-items:stretch;
        flex-direction:column;
    }

    .city2-station-bottom div{
        width:100%;
    }

    .city2-station-bottom a{
        flex:1;
    }
}

/* =====================================================
CITY2 DIRECTORY DYNAMIC FILTERS
===================================================== */

.city2-directory-controls{
    display:grid;
    grid-template-columns:minmax(0,1fr) 230px;
    gap:12px;
    align-items:start;
    margin:0 0 13px;
    padding:14px;
    border-radius:24px;
    border:1px solid rgba(255,255,255,.075);
    background:linear-gradient(180deg, rgba(7,20,39,.72), rgba(5,16,31,.86));
    box-shadow:0 12px 30px rgba(0,0,0,.14);
}

.city2-brand-filter{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    min-width:0;
}

.city2-brand-filter button{
    appearance:none;
    display:inline-flex;
    align-items:center;
    gap:7px;
    border:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.055);
    color:#dbe7f6;
    border-radius:999px;
    padding:8px 11px;
    font-size:12px;
    font-weight:900;
    cursor:pointer;
    transition:.18s ease;
}

.city2-brand-filter button span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:22px;
    height:22px;
    padding:0 6px;
    border-radius:999px;
    color:#ffc107;
    background:rgba(255,193,7,.10);
    border:1px solid rgba(255,193,7,.13);
    font-size:11px;
    font-weight:950;
}

.city2-brand-filter button:hover,
.city2-brand-filter button.is-active{
    color:#111827;
    border-color:rgba(255,193,7,.45);
    background:linear-gradient(180deg, #ffd35c, #ffb400);
}

.city2-brand-filter button:hover span,
.city2-brand-filter button.is-active span{
    color:#111827;
    background:rgba(17,24,39,.10);
    border-color:rgba(17,24,39,.14);
}

.city2-sort-box{
    display:flex;
    flex-direction:column;
    gap:6px;
}

.city2-sort-box label{
    color:#8ea3b8;
    font-size:11px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.05em;
}

.city2-sort-box select{
    width:100%;
    min-height:42px;
    border-radius:14px;
    border:1px solid rgba(255,255,255,.09);
    background:rgba(2,10,22,.70);
    color:#eef4ff;
    padding:0 12px;
    font-size:13px;
    font-weight:850;
    outline:none;
}

.city2-sort-box select:focus{
    border-color:rgba(255,193,7,.42);
    box-shadow:0 0 0 4px rgba(255,193,7,.10);
}

.city2-directory-meta{
    display:flex;
    align-items:center;
    gap:4px;
    margin:0 0 12px;
    color:#8ea3b8;
    font-size:13px;
    font-weight:800;
}

.city2-directory-meta strong{
    color:#ffc107;
    font-weight:950;
}

.city2-directory-more{
    display:flex;
    justify-content:center;
    margin-top:18px;
}

.city2-directory-more[hidden],
.city2-directory-empty.is-filter-empty[hidden]{
    display:none !important;
}

.city2-directory-empty.is-filter-empty{
    margin-top:12px;
}

@media(max-width:1100px){
    .city2-directory-controls{
        grid-template-columns:1fr;
    }
}

@media(max-width:720px){
    .city2-directory-controls{
        padding:12px;
        border-radius:20px;
    }

    .city2-brand-filter{
        flex-wrap:nowrap;
        overflow-x:auto;
        padding-bottom:2px;
        -webkit-overflow-scrolling:touch;
    }

    .city2-brand-filter button{
        flex:0 0 auto;
        white-space:nowrap;
    }

    .city2-sort-box select{
        font-size:12px;
    }
}


/* =====================================================
CITY2 REGION OVERVIEW - najtańsze + live dla regionu
===================================================== */

.city2-region-overview{
    margin-top:-40px;
}

.city2-region-card{
    border-radius:24px;
    border:1px solid rgba(255,255,255,.08);
    background:
        radial-gradient(circle at 14% 0%, rgba(255,193,7,.08), transparent 30%),
        linear-gradient(180deg, rgba(7,20,39,.90), rgba(5,16,31,.97));
    box-shadow:0 16px 36px rgba(0,0,0,.18);
    overflow:hidden;
}

.city2-region-card-head{
    padding:18px 18px 0;
}

.city2-region-card-head h2{
    margin:0;
    color:#fff;
    font-size:24px;
    line-height:1.12;
    font-weight:950;
    letter-spacing:-.03em;
}

.city2-region-card-head p{
    margin:8px 0 0;
    color:#9fb3c8;
    font-size:13px;
    line-height:1.5;
}

.city2-region-fuel-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
    padding:16px 18px 18px;
}

.city2-region-fuel-card{
    display:flex;
    flex-direction:column;
    min-width:0;
    padding:14px;
    border-radius:18px;
    text-decoration:none;
    border:1px solid rgba(255,255,255,.075);
    background:rgba(255,255,255,.045);
    transition:.18s ease;
}

.city2-region-fuel-card:hover{
    transform:translateY(-2px);
    border-color:rgba(255,193,7,.24);
    background:rgba(255,255,255,.065);
}

.city2-region-fuel-card span{
    color:#ffd56a;
    font-size:12px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.city2-region-fuel-card strong{
    margin-top:6px;
    color:#fff;
    font-size:25px;
    line-height:1;
    font-weight:950;
    letter-spacing:-.04em;
}

.city2-region-fuel-card em{
    margin-top:9px;
    color:#dbe7f6;
    font-size:12px;
    line-height:1.25;
    font-style:normal;
    font-weight:850;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.city2-region-fuel-card small{
    margin-top:4px;
    color:#8fa4bd;
    font-size:11px;
    font-weight:800;
}

.city2-region-live-list{
    display:flex;
    flex-direction:column;
    gap:9px;
    padding:16px 18px 18px;
}

.city2-region-live .index2-live-row{
    margin:0;
}

@media(max-width:720px){
    .city2-region-overview{
        margin-top:-20px;
    }

    .city2-region-fuel-grid{
        grid-template-columns:1fr;
    }

    .city2-region-card-head{
        padding:16px 16px 0;
    }

    .city2-region-fuel-grid,
    .city2-region-live-list{
        padding:14px 16px 16px;
    }

    .city2-region-card-head h2{
        font-size:21px;
    }
}


/* =====================================================
CITY2 MOBILE – lżejsze sekcje pod hero
===================================================== */

@media(max-width:768px){

    body.city2-page .city2-active-card{
        margin-top:4px !important;
        padding:13px !important;
        border-radius:20px !important;
    }

    body.city2-page .city2-active-head{
        margin-bottom:10px !important;
    }

    body.city2-page .city2-active-head strong{
        font-size:17px !important;
    }

    body.city2-page .city2-active-head em{
        display:none !important;
    }

    body.city2-page .city2-active-list{
        gap:8px !important;
    }

    body.city2-page .city2-active-row{
        grid-template-columns:24px 34px minmax(0,1fr) !important;
        padding:9px !important;
        border-radius:15px !important;
    }

    body.city2-page .city2-active-rank{
        width:24px !important;
        height:24px !important;
        border-radius:9px !important;
        font-size:11px !important;
    }

    body.city2-page .city2-active-row img{
        width:34px !important;
        height:34px !important;
        border-radius:11px !important;
        padding:5px !important;
    }

    body.city2-page .city2-active-main strong{
        font-size:13px !important;
    }

    body.city2-page .city2-active-main span{
        font-size:11px !important;
    }

    body.city2-page .city2-active-meta{
        grid-column:3 / 4 !important;
        margin-top:1px !important;
    }

    body.city2-page .city2-active-meta b{
        font-size:11px !important;
    }

    body.city2-page .city2-active-meta small{
        font-size:10px !important;
    }

    body.city2-page .city2-active-foot{
        margin-top:10px !important;
        gap:8px !important;
    }

    body.city2-page .city2-active-foot a{
        min-height:38px !important;
        font-size:12px !important;
        border-radius:12px !important;
    }

    body.city2-page .city2-directory-section{
        padding-top:8px !important;
    }

    body.city2-page .city2-directory-head{
        margin-bottom:10px !important;
        padding:14px !important;
        border-radius:20px !important;
    }

    body.city2-page .city2-section-kicker{
        margin-bottom:7px !important;
        font-size:10px !important;
    }

    body.city2-page .city2-directory-head h2{
        font-size:20px !important;
        line-height:1.1 !important;
    }

    body.city2-page .city2-directory-head p{
        font-size:12px !important;
        line-height:1.4 !important;
    }

    body.city2-page .city2-directory-tabs{
        grid-template-columns:1fr 1fr !important;
    }

    body.city2-page .city2-directory-tabs button{
        min-height:38px !important;
        padding:8px 10px !important;
        font-size:11px !important;
    }

    body.city2-page .city2-directory-controls{
        margin-bottom:10px !important;
        padding:10px !important;
    }

    body.city2-page .city2-directory-meta{
        font-size:12px !important;
        margin-bottom:8px !important;
    }

    body.city2-page .city2-directory-grid{
        gap:9px !important;
    }

    body.city2-page .city2-station-card{
        padding:11px !important;
        gap:9px !important;
        border-radius:17px !important;
    }

    body.city2-page .city2-station-top{
        gap:9px !important;
    }

    body.city2-page .city2-station-top img{
        width:36px !important;
        height:36px !important;
        border-radius:11px !important;
        padding:5px !important;
    }

    body.city2-page .city2-station-top h3{
        font-size:14px !important;
    }

    body.city2-page .city2-station-top p{
        font-size:11px !important;
    }

    body.city2-page .city2-station-badges{
        gap:5px !important;
    }

    body.city2-page .city2-station-badges span{
        min-height:22px !important;
        padding:4px 7px !important;
        font-size:10px !important;
    }

    body.city2-page .city2-station-prices{
        gap:6px !important;
    }

    body.city2-page .city2-station-prices div{
        padding:7px !important;
        border-radius:12px !important;
    }

    body.city2-page .city2-station-prices span{
        font-size:9px !important;
    }

    body.city2-page .city2-station-prices strong{
        font-size:13px !important;
    }

    body.city2-page .city2-station-bottom{
        gap:8px !important;
        padding-top:8px !important;
    }

    body.city2-page .city2-station-bottom > span{
        font-size:11px !important;
    }

    body.city2-page .city2-station-bottom a{
        min-height:32px !important;
        font-size:11px !important;
        border-radius:10px !important;
        padding:7px 8px !important;
    }
}

/* =====================================================
CITY2 MOBILE – filtr marek jako lekkie chipy
===================================================== */

@media(max-width:768px){

    body.city2-page .city2-brand-filter{
        display:flex !important;
        flex-wrap:nowrap !important;
        gap:7px !important;
        overflow-x:auto !important;
        padding:2px 2px 7px !important;
        margin:0 -2px !important;
        scrollbar-width:none;
    }

    body.city2-page .city2-brand-filter::-webkit-scrollbar{
        display:none;
    }

    body.city2-page .city2-brand-filter button{
        flex:0 0 auto !important;
        min-height:34px !important;
        padding:7px 10px !important;
        border-radius:999px !important;
        font-size:11px !important;
        line-height:1 !important;
        white-space:nowrap !important;
        background:rgba(255,255,255,.055) !important;
        border:1px solid rgba(255,255,255,.08) !important;
        color:#dbe7f6 !important;
        box-shadow:none !important;
    }

    body.city2-page .city2-brand-filter button span{
        min-width:19px !important;
        height:19px !important;
        padding:0 5px !important;
        font-size:10px !important;
        background:rgba(255,193,7,.10) !important;
        border:1px solid rgba(255,193,7,.16) !important;
        color:#ffd35c !important;
    }

    body.city2-page .city2-brand-filter button.is-active{
        background:linear-gradient(180deg, #ffd35c, #ffb400) !important;
        border-color:rgba(255,193,7,.55) !important;
        color:#111827 !important;
        box-shadow:0 8px 18px rgba(255,193,7,.16) !important;
    }

    body.city2-page .city2-brand-filter button.is-active span{
        background:rgba(17,24,39,.12) !important;
        border-color:rgba(17,24,39,.16) !important;
        color:#111827 !important;
    }

    body.city2-page .city2-directory-controls{
        gap:9px !important;
    }

    body.city2-page .city2-sort-box{
        margin-top:2px !important;
    }
}
/* =====================================================
AKTYWNI KIEROWCY W MIEŚCIE
===================================================== */

.city2-drivers-section{
    position:relative;
    padding:0 0 34px;
    margin-top:-10px;
}

.city2-drivers-box{
    border:1px solid rgba(255,255,255,.08);
    background:
        radial-gradient(circle at 0% 0%, rgba(255,193,7,.11), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,.048), rgba(255,255,255,.024));
    border-radius:28px;
    padding:22px;
    box-shadow:0 18px 46px rgba(0,0,0,.18);
    overflow:hidden;
}

.city2-drivers-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:18px;
    margin-bottom:18px;
}

.city2-drivers-head h2{
    margin:8px 0 7px;
    color:#fff;
    font-size:clamp(22px, 2.3vw, 32px);
    line-height:1.08;
    font-weight:950;
    letter-spacing:-.04em;
}

.city2-drivers-head p{
    max-width:680px;
    margin:0;
    color:rgba(226,236,250,.68);
    font-size:14px;
    line-height:1.55;
    font-weight:700;
}

.city2-drivers-summary{
    min-width:150px;
    padding:14px 16px;
    border-radius:20px;
    border:1px solid rgba(255,193,7,.18);
    background:rgba(255,193,7,.08);
    text-align:right;
}

.city2-drivers-summary strong{
    display:block;
    color:#ffc107;
    font-size:30px;
    line-height:1;
    font-weight:950;
    letter-spacing:-.04em;
}

.city2-drivers-summary span{
    display:block;
    margin-top:5px;
    color:rgba(226,236,250,.72);
    font-size:12px;
    font-weight:850;
}

.city2-drivers-list{
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:12px;
}

.city2-driver-chip{
    min-width:0;
    display:grid;
    grid-template-columns:auto auto minmax(0, 1fr);
    align-items:center;
    gap:10px;
    position:relative;
    padding:13px;
    border-radius:20px;
    border:1px solid rgba(255,255,255,.075);
    background:rgba(4,13,28,.38);
    transition:border-color .18s ease, transform .18s ease, background .18s ease;
}

.city2-driver-chip:hover{
    transform:translateY(-1px);
    border-color:rgba(255,193,7,.18);
    background:rgba(255,255,255,.055);
}

.city2-driver-rank{
    width:26px;
    height:26px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#111827;
    background:#ffc107;
    font-size:12px;
    font-weight:950;
}

.city2-driver-avatar{
    width:42px;
    height:42px;
    border-radius:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    background:linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.06));
    border:1px solid rgba(255,255,255,.10);
    font-size:13px;
    font-weight:950;
    letter-spacing:.02em;
}

.city2-driver-main{
    min-width:0;
}

.city2-driver-main strong{
    display:block;
    color:#fff;
    font-size:14px;
    font-weight:950;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.city2-driver-main span{
    display:block;
    margin-top:3px;
    color:#ffc107;
    font-size:13px;
    font-weight:900;
}

.city2-driver-chip small{
    grid-column:2 / 4;
    color:rgba(226,236,250,.52);
    font-size:11px;
    font-weight:750;
    padding-left:52px;
    margin-top:-3px;
}

.city2-drivers-empty{
    display:flex;
    align-items:center;
    gap:16px;
    padding:16px;
    border-radius:22px;
    border:1px dashed rgba(255,255,255,.12);
    background:rgba(255,255,255,.035);
}

.city2-drivers-empty-icon{
    width:48px;
    height:48px;
    flex:0 0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:17px;
    color:#ffc107;
    background:rgba(255,193,7,.09);
    border:1px solid rgba(255,193,7,.16);
    font-size:22px;
}

.city2-drivers-empty div:nth-child(2){
    min-width:0;
    flex:1;
}

.city2-drivers-empty strong{
    display:block;
    color:#fff;
    font-size:16px;
    font-weight:950;
}

.city2-drivers-empty span{
    display:block;
    margin-top:4px;
    color:rgba(226,236,250,.68);
    font-size:14px;
    line-height:1.45;
    font-weight:700;
}

.city2-drivers-empty .index2-btn{
    flex:0 0 auto;
    white-space:nowrap;
}

@media(max-width:1100px){
    .city2-drivers-list{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }
}

@media(max-width:760px){
    .city2-drivers-section{
        padding:0 0 26px;
        margin-top:-4px;
    }

    .city2-drivers-box{
        padding:16px;
        border-radius:24px;
    }

    .city2-drivers-head{
        display:block;
        margin-bottom:14px;
    }

    .city2-drivers-summary{
        margin-top:12px;
        min-width:0;
        text-align:left;
    }

    .city2-drivers-list{
        display:flex;
        gap:10px;
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
        scroll-snap-type:x mandatory;
        padding:2px 2px 8px;
        margin:0 -2px;
    }

    .city2-driver-chip{
        min-width:238px;
        scroll-snap-align:start;
    }

    .city2-drivers-empty{
        flex-direction:column;
        align-items:flex-start;
    }

    .city2-drivers-empty .index2-btn{
        width:100%;
    }
}

@media(max-width:520px){
    .city2-drivers-head h2{
        font-size:22px;
    }

    .city2-drivers-head p{
        font-size:13px;
    }

    .city2-driver-chip{
        min-width:220px;
    }
}

@media(max-width:640px){
    body.pwa-mode .city2-drivers-section,
    body.is-pwa .city2-drivers-section{
        padding-bottom:30px;
    }
}

.city2-community-row{

display:grid;

grid-template-columns:minmax(0,1fr) 340px;

gap:18px;

align-items:start;

}

.city2-active-drivers-side{

background:rgba(255,255,255,.04);

border:1px solid rgba(255,255,255,.08);

border-radius:26px;

padding:20px;

}

.city2-active-drivers-head span{

font-size:13px;

color:#8ea1b7;

font-weight:800;

}

.city2-active-drivers-head h3{

margin:8px 0 18px;

font-size:24px;

color:#fff;

}

.city2-active-drivers-list{

display:flex;

flex-direction:column;

gap:10px;

}

.city2-active-driver{

display:flex;

align-items:center;

gap:12px;

padding:14px;

border-radius:18px;

text-decoration:none;

background:rgba(255,255,255,.03);

color:#fff;

}

.city2-active-driver:hover{

background:rgba(255,193,7,.08);

}

.city2-active-driver-rank{

width:30px;

height:30px;

border-radius:50%;

background:#ffc107;

color:#111;

display:flex;

align-items:center;

justify-content:center;

font-weight:900;

}

.city2-active-driver-user{

flex:1;

font-weight:900;

}

.city2-active-driver-count{

color:#ffc107;

font-weight:900;

}

@media(max-width:900px){

.city2-community-row{

grid-template-columns:1fr;

}

}

@media(max-width:640px){

.city2-active-drivers-list{

display:flex;

overflow:auto;

flex-direction:row;

}

.city2-active-driver{

min-width:220px;

}

}

/* =====================================================
CITY2 ACTIVE DRIVERS BOX - lider miasta pod kalkulatorem
===================================================== */

.city2-active-drivers-box{
    margin-top:16px;
    padding:24px 26px;
    border-radius:28px;
    border:1px solid rgba(255,255,255,.09);
    background:
        radial-gradient(circle at 8% 10%, rgba(34,197,94,.14), transparent 30%),
        radial-gradient(circle at 92% 10%, rgba(255,193,7,.10), transparent 28%),
        linear-gradient(180deg, rgba(7,20,39,.94), rgba(5,16,31,.98));
    box-shadow:0 18px 42px rgba(0,0,0,.20);
}

.city2-active-drivers-top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:18px;
    margin-bottom:18px;
}

.city2-active-drivers-top span{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#4ade80;
    font-size:12px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.city2-active-drivers-top h2{
    margin:8px 0 4px;
    color:#fff;
    font-size:24px;
    line-height:1.1;
    font-weight:950;
    letter-spacing:-.04em;
}

.city2-active-drivers-top p{
    margin:0;
    color:#b8c8dc;
    font-size:14px;
    font-weight:750;
}

.city2-active-drivers-top a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#4ade80;
    text-decoration:none;
    font-size:14px;
    font-weight:950;
    white-space:nowrap;
}

.city2-active-driver-winner{
    position:relative;
    display:grid;
    grid-template-columns:54px 66px minmax(0,1fr) auto;
    align-items:center;
    gap:14px;
    min-height:110px;
    padding:16px;
    border-radius:24px;
    color:#fff;
    text-decoration:none;
    border:1px solid rgba(255,193,7,.22);
    background:
        radial-gradient(circle at 12% 20%, rgba(255,193,7,.18), transparent 30%),
        linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
    box-shadow:0 16px 34px rgba(255,193,7,.08), inset 0 0 0 1px rgba(255,255,255,.03);
    overflow:hidden;
    transition:transform .18s ease, border-color .18s ease, background .18s ease;
}

.city2-active-driver-winner::after{
    content:"";
    position:absolute;
    right:-42px;
    top:-52px;
    width:150px;
    height:150px;
    border-radius:999px;
    background:rgba(255,193,7,.08);
    pointer-events:none;
}

.city2-active-driver-winner:hover{
    transform:translateY(-2px);
    border-color:rgba(255,193,7,.36);
    background:
        radial-gradient(circle at 12% 20%, rgba(255,193,7,.22), transparent 32%),
        linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.045));
}

.city2-active-driver-place{
    position:relative;
    z-index:1;
    width:54px;
    height:64px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    border-radius:18px;
    background:linear-gradient(180deg, #ffd35c, #ffb400);
    color:#111827;
    box-shadow:0 14px 28px rgba(255,193,7,.18);
}

.city2-active-driver-place span{
    font-size:10px;
    line-height:1;
    font-weight:950;
    letter-spacing:.08em;
}

.city2-active-driver-place strong{
    margin-top:2px;
    font-size:30px;
    line-height:.9;
    font-weight:950;
}

.city2-active-driver-avatar{
    display:grid;
    place-items:center;
    border-radius:999px;
    color:#fff;
    font-weight:950;
}

.city2-active-driver-avatar.is-winner{
    position:relative;
    z-index:1;
    width:66px;
    height:66px;
    margin:0;
    font-size:28px;
    background:linear-gradient(135deg, #16a34a, #22c55e);
    box-shadow:0 14px 30px rgba(34,197,94,.22);
}

.city2-active-driver-winner-main{
    position:relative;
    z-index:1;
    min-width:0;
}

.city2-active-driver-winner-main em{
    display:block;
    margin-bottom:3px;
    color:#ffd35c;
    font-size:12px;
    line-height:1;
    font-style:normal;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.city2-active-driver-winner-main strong{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color:#fff;
    font-size:22px;
    line-height:1.12;
    font-weight:950;
    letter-spacing:-.03em;
}

.city2-active-driver-winner-main span{
    display:block;
    margin-top:5px;
    color:#b8c8dc;
    font-size:13px;
    font-weight:750;
}

.city2-active-driver-score{
    position:relative;
    z-index:1;
    min-width:90px;
    padding:12px 14px;
    border-radius:18px;
    background:rgba(255,193,7,.12);
    border:1px solid rgba(255,193,7,.18);
    text-align:center;
}

.city2-active-driver-score strong,
.city2-active-driver-score span,
.city2-active-driver-score small{
    display:block;
}

.city2-active-driver-score strong{
    color:#ffd35c;
    font-size:28px;
    line-height:1;
    font-weight:950;
}

.city2-active-driver-score span{
    margin-top:3px;
    color:#fff;
    font-size:12px;
    font-weight:950;
    text-transform:uppercase;
}

.city2-active-driver-score small{
    margin-top:5px;
    color:#9fb3c8;
    font-size:11px;
    font-weight:750;
    white-space:nowrap;
}

.city2-active-driver-next-list{
    display:flex;
    flex-direction:column;
    gap:8px;
    margin-top:12px;
}

.city2-active-driver-next{
    display:grid;
    grid-template-columns:30px 38px minmax(0,1fr) auto;
    align-items:center;
    gap:10px;
    padding:10px 12px;
    border-radius:17px;
    color:#fff;
    text-decoration:none;
    border:1px solid rgba(255,255,255,.07);
    background:rgba(255,255,255,.04);
    transition:.18s ease;
}

.city2-active-driver-next:hover{
    transform:translateY(-1px);
    border-color:rgba(34,197,94,.20);
    background:rgba(255,255,255,.06);
}

.city2-active-driver-next-rank{
    width:30px;
    height:30px;
    display:grid;
    place-items:center;
    border-radius:11px;
    color:#ffd35c;
    background:rgba(255,193,7,.10);
    border:1px solid rgba(255,193,7,.14);
    font-size:12px;
    font-weight:950;
}

.city2-active-driver-next-avatar{
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    border-radius:999px;
    background:rgba(34,197,94,.18);
    color:#bbf7d0;
    font-size:16px;
    font-weight:950;
}

.city2-active-driver-next strong{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color:#fff;
    font-size:14px;
    font-weight:950;
}

.city2-active-driver-next em{
    padding:7px 10px;
    border-radius:999px;
    color:#ffd35c;
    background:rgba(255,193,7,.10);
    font-size:12px;
    font-style:normal;
    font-weight:950;
    white-space:nowrap;
}

@media(max-width:768px){
    .city2-active-drivers-box{
        padding:18px;
        border-radius:24px;
    }

    .city2-active-drivers-top{
        flex-direction:column;
        gap:10px;
    }

    .city2-active-driver-winner{
        grid-template-columns:46px 54px minmax(0,1fr);
        gap:11px;
        min-height:0;
        padding:14px;
    }

    .city2-active-driver-place{
        width:46px;
        height:56px;
        border-radius:16px;
    }

    .city2-active-driver-place strong{
        font-size:26px;
    }

    .city2-active-driver-avatar.is-winner{
        width:54px;
        height:54px;
        font-size:23px;
    }

    .city2-active-driver-winner-main strong{
        font-size:19px;
    }

    .city2-active-driver-score{
        grid-column:1 / -1;
        display:flex;
        align-items:center;
        justify-content:center;
        gap:8px;
        min-width:0;
        padding:10px 12px;
    }

    .city2-active-driver-score strong{
        font-size:22px;
    }

    .city2-active-driver-score span,
    .city2-active-driver-score small{
        margin-top:0;
    }
}

@media(max-width:480px){
    .city2-active-driver-next{
        grid-template-columns:28px 34px minmax(0,1fr);
    }

    .city2-active-driver-next em{
        grid-column:3 / -1;
        width:max-content;
    }
}

/* =========================================================
   City SEO price table
========================================================= */
.city2-price-table-section{
    padding:10px 0 28px;
}

.city2-price-table-box{
    border:1px solid rgba(148,163,184,.16);
    border-radius:20px;
    background:rgba(9,20,34,.90);
    box-shadow:0 16px 38px rgba(0,0,0,.22);
    padding:20px;
}

.city2-price-table-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:16px;
    margin-bottom:14px;
}

.city2-price-table-head h2{
    margin:3px 0 0;
    color:#fff;
    font-size:24px;
    line-height:1.15;
    font-weight:950;
    letter-spacing:0;
}

.city2-price-table-more{
    min-height:40px;
    padding:0 13px;
    border:1px solid rgba(255,193,7,.24);
    border-radius:11px;
    background:rgba(255,193,7,.09);
    color:#ffd35c;
    display:inline-flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
    font-size:13px;
    font-weight:900;
    white-space:nowrap;
}

.city2-price-table-more:hover{
    color:#fff;
    border-color:rgba(255,193,7,.36);
    background:rgba(255,193,7,.13);
}

.city2-price-table{
    display:grid;
    gap:7px;
}

.city2-price-row{
    display:grid;
    grid-template-columns:92px 118px minmax(0,1fr) 150px;
    align-items:center;
    gap:12px;
    min-height:58px;
    padding:10px 12px;
    border:1px solid rgba(148,163,184,.12);
    border-radius:14px;
    background:rgba(255,255,255,.035);
    color:#edf5ff;
    text-decoration:none;
}

.city2-price-row:not(.city2-price-row-head):hover{
    border-color:rgba(255,193,7,.28);
    background:rgba(255,255,255,.055);
}

.city2-price-row-head{
    min-height:34px;
    background:transparent;
    border-color:transparent;
    color:rgba(226,239,255,.58);
    font-size:11px;
    font-weight:950;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.city2-price-fuel{
    width:max-content;
    min-width:54px;
    padding:7px 10px;
    border-radius:999px;
    background:rgba(255,193,7,.10);
    color:#ffd35c;
    font-size:12px;
    font-weight:950;
}

.city2-price-value{
    color:#fff;
    font-size:22px;
    font-weight:950;
    letter-spacing:0;
    white-space:nowrap;
}

.city2-price-station{
    min-width:0;
    display:grid;
    gap:3px;
}

.city2-price-station b,
.city2-price-station em{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.city2-price-station b{
    color:#fff;
    font-size:14px;
    font-weight:950;
}

.city2-price-station em{
    color:rgba(226,239,255,.66);
    font-size:12px;
    font-style:normal;
    font-weight:750;
}

.city2-price-age{
    color:rgba(226,239,255,.66);
    font-size:12px;
    font-weight:850;
    text-align:right;
}

@media(max-width:768px){
    .city2-price-table-section{
        padding:6px 0 22px;
    }

    .city2-price-table-box{
        padding:15px;
        border-radius:17px;
    }

    .city2-price-table-head{
        align-items:flex-start;
        flex-direction:column;
        gap:10px;
    }

    .city2-price-table-head h2{
        font-size:20px;
    }

    .city2-price-table-more{
        width:100%;
        justify-content:center;
    }

    .city2-price-row-head{
        display:none;
    }

    .city2-price-row{
        grid-template-columns:64px minmax(0,1fr) auto;
        grid-template-areas:
            "fuel station price"
            "fuel age price";
        gap:5px 10px;
        min-height:70px;
        padding:11px;
    }

    .city2-price-fuel{
        grid-area:fuel;
    }

    .city2-price-value{
        grid-area:price;
        font-size:19px;
    }

    .city2-price-station{
        grid-area:station;
    }

.city2-price-age{
    grid-area:age;
    text-align:left;
    }
}

.city2-region-cities-section{
    padding:0 0 28px;
}

.city2-region-cities-box{
    border:1px solid rgba(148,163,184,.16);
    border-radius:20px;
    background:rgba(9,20,34,.86);
    box-shadow:0 16px 38px rgba(0,0,0,.20);
    padding:20px;
}

.city2-region-cities-head{
    margin-bottom:15px;
}

.city2-region-cities-head h2{
    margin:3px 0 6px;
    color:#fff;
    font-size:24px;
    line-height:1.15;
    font-weight:950;
    letter-spacing:0;
}

.city2-region-cities-head p{
    margin:0;
    max-width:720px;
    color:rgba(226,239,255,.68);
    font-size:14px;
    line-height:1.55;
    font-weight:750;
}

.city2-region-cities-grid{
    display:grid;
    grid-template-columns:repeat(4, minmax(0,1fr));
    gap:9px;
}

.city2-region-city-card{
    min-width:0;
    min-height:88px;
    padding:13px;
    border:1px solid rgba(148,163,184,.13);
    border-radius:14px;
    background:rgba(255,255,255,.035);
    color:#edf5ff;
    text-decoration:none;
    display:grid;
    gap:5px;
}

.city2-region-city-card:hover{
    border-color:rgba(255,193,7,.28);
    background:rgba(255,255,255,.055);
    color:#fff;
}

.city2-region-city-card strong,
.city2-region-city-card span,
.city2-region-city-card em{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.city2-region-city-card strong{
    color:#fff;
    font-size:16px;
    font-weight:950;
}

.city2-region-city-card span{
    color:rgba(226,239,255,.66);
    font-size:12px;
    font-weight:800;
}

.city2-region-city-card em{
    color:#ffd35c;
    font-size:12px;
    font-style:normal;
    font-weight:900;
}

@media(max-width:1024px){
    .city2-region-cities-grid{
        grid-template-columns:repeat(3, minmax(0,1fr));
    }
}

@media(max-width:768px){
    .city2-region-cities-section{
        padding:0 0 22px;
    }

    .city2-region-cities-box{
        padding:15px;
        border-radius:17px;
    }

    .city2-region-cities-head h2{
        font-size:20px;
    }

    .city2-region-cities-grid{
        grid-template-columns:repeat(2, minmax(0,1fr));
    }
}

@media(max-width:420px){
    .city2-region-cities-grid{
        grid-template-columns:1fr;
    }
}

/* Najtańsze paliwo w prawej kolumnie hero */
.city2-hero-cheapest{display:flex;flex-direction:column;justify-content:center}
.city2-hero-cheapest-head h2{margin:7px 0 8px;color:#fff;font-size:clamp(24px,2.2vw,34px);line-height:1.08;letter-spacing:-.035em}
.city2-hero-cheapest-head p{margin:0 0 16px;color:rgba(226,236,250,.66);font-size:13px;font-weight:700}
.city2-hero-cheapest-list{display:grid;gap:8px}
.city2-hero-cheapest-row{display:grid;grid-template-columns:54px 86px minmax(0,1fr) 18px;align-items:center;gap:10px;min-width:0;padding:11px 12px;border:1px solid rgba(255,255,255,.075);border-radius:16px;background:rgba(255,255,255,.04);color:#fff;text-decoration:none;transition:.18s ease}
.city2-hero-cheapest-row:hover{transform:translateY(-1px);border-color:rgba(255,193,7,.25);background:rgba(255,255,255,.065)}
.city2-hero-cheapest-fuel{color:#ffd978;font-size:12px;font-weight:950}
.city2-hero-cheapest-row strong{font-size:21px;line-height:1;font-weight:950;letter-spacing:-.025em}
.city2-hero-cheapest-station{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:rgba(226,236,250,.72);font-size:12px;font-weight:800}
.city2-hero-cheapest-row i{color:rgba(226,236,250,.42);font-size:12px}
.city2-hero-cheapest-more{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:14px;color:#ffd978;font-size:12px;font-weight:900;text-decoration:none}
@media (max-width:980px){.city2-hero-inner{grid-template-columns:1fr !important}.city2-hero-right{width:100%}}
@media (max-width:560px){.city2-hero-cheapest-row{grid-template-columns:48px 72px minmax(0,1fr) 14px;gap:7px;padding:10px}.city2-hero-cheapest-row strong{font-size:18px}.city2-insight-card{padding:16px;border-radius:22px}}
