/* Уникальные визуальные темы — каждый город отдельный сайт */

/* ── Москва: корпоративный синий, акцентная полоса, Manrope ── */
.theme-moskva{--r:10px;--font:'Manrope',system-ui,sans-serif}
.theme-moskva .hd-accent{border-bottom:3px solid #f59e0b}
.theme-moskva .promo-strip{background:linear-gradient(90deg,#1e40af,#1a56db);color:#fff}
.theme-moskva .promo-chip{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.3)}
.theme-moskva .hero-overlay{background:linear-gradient(135deg,rgba(26,86,219,.92),rgba(30,64,175,.78))}
.theme-moskva .hero-tag{background:#f59e0b;color:#1e293b}
.theme-moskva .cta-bar{background:linear-gradient(135deg,#1a56db,#1e40af)}
.theme-moskva .cta-bar h2,.theme-moskva .cta-bar p{color:#fff}
.theme-moskva .cta-btn{background:#f59e0b;color:#1e293b}
.theme-moskva .trust-item{border-top:3px solid #f59e0b}
.theme-moskva .sec-head h2::after{content:'';display:block;width:48px;height:3px;background:#f59e0b;margin:8px auto 0}

/* ── СПб: элегантный бирюзовый, скругления, Nunito ── */
.theme-spb{--r:22px;--font:'Nunito',system-ui,sans-serif}
.theme-spb .hd-elegant{background:linear-gradient(180deg,#f0fdfa,#fff)}
.theme-spb .hd-elegant .logo{color:#0f766e}
.theme-spb .promo-strip{background:#0d9488;color:#fff}
.theme-spb .hero-overlay{background:linear-gradient(160deg,rgba(13,148,136,.92),rgba(15,118,110,.75))}
.theme-spb .hero-tag{background:#f97316;border-radius:20px}
.theme-spb .ucard{border-radius:22px}
.theme-spb .cta-bar{background:linear-gradient(135deg,#0d9488,#0f766e)}
.theme-spb .cta-bar h2,.theme-spb .cta-bar p{color:#fff}
.theme-spb .cta-btn{background:#fff;color:#0d9488;font-size:1.1rem}
.theme-spb .dist-card{border-radius:22px}

/* ── Екатеринбург: индустриальный, тёмный хедер, Rubik ── */
.theme-ekaterinburg{--r:8px;--font:'Rubik',system-ui,sans-serif}
.theme-ekaterinburg .hd-dark{background:#374151;color:#fff}
.theme-ekaterinburg .hd-dark .logo,.theme-ekaterinburg .hd-dark .hd-phone{color:#fff}
.theme-ekaterinburg .hd-dark .nav a{color:#d1d5db}
.theme-ekaterinburg .hd-dark .nav a:hover{color:#fff;background:rgba(255,255,255,.1)}
.theme-ekaterinburg .promo-strip{background:#374151;color:#fbbf24}
.theme-ekaterinburg .hero-overlay{background:linear-gradient(135deg,rgba(55,65,81,.93),rgba(249,115,22,.6))}
.theme-ekaterinburg .hero-tag{background:#f97316}
.theme-ekaterinburg .trust-num{color:#f97316}
.theme-ekaterinburg .ucard-icon{background:linear-gradient(135deg,#4b5563,#f97316)}
.theme-ekaterinburg .cta-bar{background:linear-gradient(135deg,#374151,#1f2937)}
.theme-ekaterinburg .cta-bar h2,.theme-ekaterinburg .cta-bar p{color:#fff}
.theme-ekaterinburg .cta-btn{background:#f97316;color:#fff}

/* ── Новосибирск: tech-blue, IBM-style cards ── */
.theme-novosibirsk{--r:12px;--font:'Inter',system-ui,sans-serif}
.theme-novosibirsk .hd-accent .logo-mark{border-radius:4px}
.theme-novosibirsk .promo-strip{background:#1d4ed8;color:#fff}
.theme-novosibirsk .hero-overlay{background:linear-gradient(120deg,rgba(37,99,235,.92),rgba(29,78,216,.7))}
.theme-novosibirsk .hero-tag{background:#f97316}
.theme-novosibirsk .dist-card{border-left-color:#2563eb;border-radius:4px 12px 12px 4px}
.theme-novosibirsk .ucard{border-left:3px solid #2563eb}
.theme-novosibirsk .cta-bar{background:linear-gradient(135deg,#2563eb,#1d4ed8)}
.theme-novosibirsk .cta-bar h2,.theme-novosibirsk .cta-bar p{color:#fff}
.theme-novosibirsk .cta-btn{background:#f97316;color:#fff}

/* ── Казань: зелёный исламский стиль, Montserrat ── */
.theme-kazan{--r:16px;--font:'Montserrat',system-ui,sans-serif}
.theme-kazan .hd-green{background:linear-gradient(135deg,#15803d,#166534);color:#fff}
.theme-kazan .hd-green .logo,.theme-kazan .hd-green .hd-phone,.theme-kazan .hd-green .nav a{color:#fff}
.theme-kazan .hd-green .nav a:hover{background:rgba(255,255,255,.12)}
.theme-kazan .promo-strip{background:#166534;color:#fef08a}
.theme-kazan .hero-overlay{background:linear-gradient(140deg,rgba(21,128,61,.92),rgba(22,101,52,.78))}
.theme-kazan .hero-tag{background:#eab308;color:#14532d}
.theme-kazan .btn-accent{background:linear-gradient(135deg,#eab308,#ca8a04);color:#14532d}
.theme-kazan .cta-bar{background:linear-gradient(135deg,#15803d,#166534)}
.theme-kazan .cta-bar h2,.theme-kazan .cta-bar p{color:#fff}
.theme-kazan .cta-btn{background:#eab308;color:#14532d}
.theme-kazan .brand-badge:hover{border-color:#15803d;color:#15803d}

/* ── Самара: волжский зелёный ── */
.theme-samara{--r:14px;--font:'Source Sans 3',system-ui,sans-serif}
.theme-samara .promo-strip{background:#166534;color:#fff}
.theme-samara .hero-overlay{background:linear-gradient(135deg,rgba(22,101,52,.92),rgba(20,83,45,.72))}
.theme-samara .hero-tag{background:#ca8a04}
.theme-samara .market-card{border-left-color:#ca8a04}
.theme-samara .mcta-call{background:linear-gradient(135deg,#ca8a04,#a16207)}
.theme-samara .cta-bar{background:linear-gradient(135deg,#166534,#14532d)}
.theme-samara .cta-bar h2,.theme-samara .cta-bar p{color:#fff}
.theme-samara .cta-btn{background:#ca8a04;color:#fff}

/* ── Нижний Новгород: промышленный красный, острые углы ── */
.theme-nn{--r:4px;--font:'Roboto Condensed',system-ui,sans-serif}
.theme-nn .hd-industrial{background:#b91c1c;color:#fff;border-bottom:4px solid #fbbf24}
.theme-nn .hd-industrial .logo,.theme-nn .hd-industrial .hd-phone,.theme-nn .hd-industrial .nav a{color:#fff}
.theme-nn .hd-industrial .nav a:hover{background:rgba(0,0,0,.15)}
.theme-nn .hd-industrial .logo-mark{background:#7f1d1d}
.theme-nn .promo-strip{background:#7f1d1d;color:#fff}
.theme-nn .promo-chip{border-color:rgba(251,191,36,.5);background:rgba(0,0,0,.2)}
.theme-nn .hero-overlay{background:linear-gradient(135deg,rgba(185,28,28,.9),rgba(127,29,29,.75))}
.theme-nn .hero-tag{background:#fff;color:#b91c1c;border-radius:2px}
.theme-nn .hero-badge::before{background:#fbbf24}
.theme-nn .hero-badge{border-radius:2px}
.theme-nn .btn-accent,.theme-nn .mcta-call{background:linear-gradient(135deg,#dc2626,#b91c1c)}
.theme-nn .ucard{border-radius:4px}
.theme-nn .dist-card{border-left-color:#dc2626;border-radius:0 4px 4px 0}
.theme-nn .cta-bar{background:linear-gradient(135deg,#b91c1c,#7f1d1d)}
.theme-nn .cta-bar h2,.theme-nn .cta-bar p{color:#fff}
.theme-nn .cta-btn{background:#fff;color:#b91c1c;box-shadow:0 4px 16px rgba(0,0,0,.25)}

/* ── Краснодар: тёплый южный, PT Sans ── */
.theme-krasnodar{--r:18px;--font:'PT Sans',system-ui,sans-serif}
.theme-krasnodar .hd-warm{background:linear-gradient(90deg,#fff7ed,#fff);border-bottom:2px solid #ea580c}
.theme-krasnodar .promo-strip{background:linear-gradient(90deg,#ea580c,#c2410c);color:#fff}
.theme-krasnodar .hero-overlay{background:linear-gradient(150deg,rgba(234,88,12,.92),rgba(194,65,12,.72))}
.theme-krasnodar .hero-tag{background:#1d4ed8}
.theme-krasnodar .btn-accent{background:linear-gradient(135deg,#ea580c,#c2410c)}
.theme-krasnodar .trust-num{color:#ea580c}
.theme-krasnodar .ucard{border-radius:18px}
.theme-krasnodar .cta-bar{background:linear-gradient(135deg,#ea580c,#c2410c)}
.theme-krasnodar .cta-bar h2,.theme-krasnodar .cta-bar p{color:#fff}
.theme-krasnodar .cta-btn{background:#fff;color:#c2410c}

/* ── Магнитогорск: стальной синий, IBM Plex ── */
.theme-magnitogorsk{--r:6px;--font:'IBM Plex Sans',system-ui,sans-serif}
.theme-magnitogorsk .hd-steel{background:#1e3a8a;color:#fff}
.theme-magnitogorsk .hd-steel .logo,.theme-magnitogorsk .hd-steel .hd-phone,.theme-magnitogorsk .hd-steel .nav a{color:#e2e8f0}
.theme-magnitogorsk .hd-steel .nav a:hover{color:#fff}
.theme-magnitogorsk .promo-strip{background:#1e3a8a;color:#eab308}
.theme-magnitogorsk .hero-overlay{background:linear-gradient(135deg,rgba(30,58,138,.93),rgba(30,64,175,.72))}
.theme-magnitogorsk .hero-tag{background:#eab308;color:#1e3a8a}
.theme-magnitogorsk .btn-accent{background:linear-gradient(135deg,#eab308,#ca8a04);color:#1e3a8a}
.theme-magnitogorsk .dist-card{border-left-color:#eab308}
.theme-magnitogorsk .cta-bar{background:linear-gradient(135deg,#1e3a8a,#1e40af)}
.theme-magnitogorsk .cta-bar h2,.theme-magnitogorsk .cta-bar p{color:#fff}
.theme-magnitogorsk .cta-btn{background:#eab308;color:#1e3a8a}
