/* =========================================================
   AURORA-PASTEL THEME — Light pastel aurora / Font: DM Sans
   Dreamy, feminine, modern, airy
   ========================================================= */

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --bg: #faf8fc;
    --surface: #ffffff;
    --text: #2d2640;
    --text-muted: #8b7fa0;
    --accent: #9b72cf;
    --accent-hover: #8a5fbf;
    --accent-soft: rgba(155,114,207,0.10);
    --accent2: #5fb8c9;
    --accent3: #e88fb4;
    --border: #ece6f3;
    --gradient: linear-gradient(135deg, #9b72cf, #5fb8c9);
    --shadow-sm: 0 2px 8px rgba(155,114,207,0.06);
    --shadow-md: 0 4px 16px rgba(155,114,207,0.10);
    --shadow-lg: 0 8px 32px rgba(155,114,207,0.14);
    --radius: 12px;
    --radius-lg: 16px;
    --font: 'DM Sans', sans-serif;
    --container: 1140px;
    --transition: 0.25s ease;
}

html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: var(--font);
    color: var(--text);
    background: var(--bg);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--accent-hover); }
ul, ol { list-style: none; }

/* --- Container --- */
.fqem0 { max-width: var(--container); margin: 0 auto; padding: 0 20px; }

/* =========================================================
   HEADER
   ========================================================= */
.uniz2 {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(250,248,252,0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 1px 0 var(--border);
}
.xqis4 {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 64px;
}
.jrik8 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text);
    white-space: nowrap;
    letter-spacing: -0.02em;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.jrik8:hover { opacity: 0.8; }

.ftir3 {
    flex: 1;
    max-width: 400px;
    position: relative;
    margin: 0 auto;
}
.gwin2 {
    width: 100%;
    padding: 9px 40px 9px 16px;
    border: 1.5px solid var(--border);
    border-radius: 50px;
    font-family: var(--font);
    font-size: 0.875rem;
    background: var(--surface);
    color: var(--text);
    outline: none;
    transition: border-color var(--transition), box-shadow var(--transition);
}
.gwin2:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-soft);
}
.gwin2::placeholder { color: var(--text-muted); opacity: 0.7; }
.vvir8 {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 6px 10px;
    color: var(--text-muted);
    transition: color var(--transition);
}
.vvir8:hover { color: var(--accent); }

.dsik9 {
    display: flex;
    align-items: center;
    gap: 4px;
}
.dsik9 a {
    color: var(--text-muted);
    font-size: 0.875rem;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 8px;
    transition: color var(--transition), background var(--transition);
}
.dsik9 a:hover {
    color: var(--accent);
    background: var(--accent-soft);
}

/* Search Dropdown */
.hwacv7 {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: var(--surface);
    border: 1.5px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    z-index: 200;
    overflow: hidden;
}
.hwacv7 a {
    display: block;
    padding: 10px 16px;
    color: var(--text);
    font-size: 0.875rem;
    border-bottom: 1px solid var(--border);
    transition: background var(--transition);
}
.hwacv7 a:last-child { border-bottom: none; }
.hwacv7 a:hover { background: var(--accent-soft); color: var(--accent); }

/* =========================================================
   MAIN
   ========================================================= */
.pqaca3 { min-height: 60vh; padding: 32px 0 60px; }

/* =========================================================
   HERO
   ========================================================= */
.qlick2 {
    text-align: center;
    padding: 48px 0 40px;
}
.qlick2 h1 {
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.2;
    margin-bottom: 12px;
    color: var(--text);
}
.qlick2 p {
    font-size: 1.1rem;
    color: var(--text-muted);
    max-width: 560px;
    margin: 0 auto;
}

/* =========================================================
   SECTIONS
   ========================================================= */
.pceco6 { margin-bottom: 40px; }
.pceco6 h2 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    color: var(--text);
}
.snico6 { margin-bottom: 32px; }
.snico6 p {
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.7;
}
.snico6 p a { font-weight: 600; }
.jpicp8 { margin-bottom: 32px; }
.gqict6 .kred7 p,
.jpicp8 .rricw9 p {
    color: var(--text-muted);
    line-height: 1.75;
}
.hdecy9 { margin-top: 24px; }

/* =========================================================
   BREADCRUMB
   ========================================================= */
.xwx8 {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 24px;
    padding: 14px 0;
    border-bottom: 1px solid var(--border);
}
.xwx8 a { color: var(--accent); font-weight: 500; }
.xwx8 a:hover { color: var(--accent-hover); }

/* =========================================================
   CARDS GRID (render_annonces_grid output)
   ========================================================= */
.lpec2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}
.ocet8 {
    background: var(--surface);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition), transform var(--transition);
}
.ocet8:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}
.xjew1 { display: block; }
.ihel5 {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.wdey4 { padding: 16px 18px; }
.wmel9 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 4px;
    display: block;
}
.wmel9:hover { color: var(--accent); }
.zkem2 {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-bottom: 4px;
}
.xned1 {
    font-size: 0.75rem;
    color: var(--accent2);
    font-weight: 500;
}

/* Card comments & rating */
.zfer0 {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
    font-size: 0.8rem;
    color: var(--text-muted);
}
.vleh3 { color: var(--accent3); letter-spacing: 1px; }
.jgeu7 { color: inherit; }

/* =========================================================
   ANNONCES GRID (alternate list layout from render)
   ========================================================= */
.rhuw6 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.ghw1 {
    display: flex;
    background: var(--surface);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition), transform var(--transition);
}
.ghw1:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}
.axip2 {
    width: 200px;
    min-height: 180px;
    object-fit: cover;
    flex-shrink: 0;
}
.gjn9 {
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 0;
}
.ibof4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 4px;
}
.ibof4:hover { color: var(--accent); }
.nziy2 {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 10px;
    font-weight: 500;
}
.wpil7 {
    font-size: 0.875rem;
    color: var(--text-muted);
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* =========================================================
   TAGS
   ========================================================= */
.pvicd9 { display: flex; flex-wrap: wrap; gap: 8px; }
.dgecc9 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    background: var(--accent-soft);
    color: var(--accent);
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1.5px solid transparent;
    transition: background var(--transition), color var(--transition), border-color var(--transition);
}
.dgecc9:hover {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}
.uticp0 {
    background: rgba(155,114,207,0.15);
    padding: 1px 7px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 500;
}
.dgecc9:hover .uticp0 { background: rgba(255,255,255,0.25); color: #fff; }
.ahecm7 {
    background: var(--accent) !important;
    color: #fff !important;
    border-color: var(--accent) !important;
    font-weight: 600;
}
.ahecm7 .uticp0 {
    color: rgba(255,255,255,0.75) !important;
}

/* =========================================================
   CARD GRID (region/dept listing)
   ========================================================= */
.cmecq8 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 14px;
}
.gpecm4 {
    background: var(--surface);
    border-radius: var(--radius);
    padding: 18px;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition), transform var(--transition);
    display: block;
    color: var(--text);
    font-weight: 600;
}
.gpecm4:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
    color: var(--accent);
}
.snecg7 {
    font-size: 0.8rem;
    color: var(--text-muted);
    font-weight: 400;
}
.uqecn6 {
    font-size: 0.78rem;
    color: var(--text-muted);
    margin-top: 4px;
}

/* =========================================================
   ANNONCE DETAIL PAGE
   ========================================================= */
.jgi8 { margin-bottom: 32px; }
.xnor8 { margin-bottom: 24px; }
.xnor8 h1 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.atoy4 {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-top: 4px;
}
.imoi8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}
.zwox7 {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
}

/* CTA */
.xlox3 { margin-bottom: 32px; }
.dbes0 {
    display: inline-block;
    padding: 14px 36px;
    background: var(--gradient);
    color: #fff;
    font-family: var(--font);
    font-size: 1rem;
    font-weight: 700;
    border-radius: 50px;
    border: none;
    transition: transform var(--transition), box-shadow var(--transition), filter var(--transition);
    box-shadow: 0 4px 18px rgba(155,114,207,0.3);
    cursor: pointer;
}
.dbes0:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(155,114,207,0.35);
    filter: brightness(1.08);
}
.blece8 {
    margin-top: 12px;
    font-size: 0.95rem;
    padding: 12px 28px;
}

/* Floating CTA */
.ckecy0 {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 900;
    padding: 0.85rem 2rem;
    font-size: 1rem;
    border-radius: 999px;
    box-shadow: 0 4px 24px rgba(155,114,207,0.35);
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.3s;
}
.ckecy0.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
@media (max-width: 768px) {
    .ckecy0 {
        left: 16px;
        right: 16px;
        bottom: 16px;
        text-align: center;
    }
}

/* Content 2-col layout */
.ukol5 {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 32px;
    align-items: start;
}
.nvov1 { min-width: 0; }
.dgua4 { min-width: 0; }

/* Tabs */
.jdot8 {
    display: flex;
    gap: 4px;
    margin-bottom: 0;
    border-bottom: 2px solid var(--border);
}
.hfof1 {
    padding: 12px 24px;
    font-family: var(--font);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-muted);
    background: none;
    border: none;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    transition: color var(--transition), border-color var(--transition);
}
.hfof1:hover { color: var(--accent); }
.hfof1.active {
    color: var(--accent);
    border-bottom-color: var(--accent);
}
.icoz7 { display: none; padding: 24px 0; }
.icoz7.active { display: block; }
.icoz7 p { color: var(--text-muted); line-height: 1.75; }

/* Info box */
.hpof5 {
    background: var(--bg);
    border-radius: var(--radius);
    padding: 20px;
    margin-bottom: 16px;
    box-shadow: var(--shadow-sm);
}
.wros8 {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    font-size: 0.875rem;
    color: var(--text-muted);
}
.wros8:last-child { border-bottom: none; }
.zqos2 { font-weight: 600; color: var(--text); }

/* Practices */
.zxoh8 {
    background: var(--bg);
    border-radius: var(--radius);
    padding: 20px;
    box-shadow: var(--shadow-sm);
}
.zxoh8 h3 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 12px;
}
.omicz5 { display: flex; flex-wrap: wrap; gap: 6px; }
.omicz5 li {
    padding: 5px 12px;
    background: rgba(232,143,180,0.12);
    color: var(--accent3);
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
}

.tfuj5 { margin-bottom: 24px; }
.tfuj5 h2 { font-size: 1.15rem; font-weight: 700; margin-bottom: 10px; }
.qsom6 { list-style: disc; padding-left: 20px; }
.qsom6 li { color: var(--text-muted); margin-bottom: 6px; line-height: 1.6; }

/* Rating */
.zdub6 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--accent-soft);
    border-radius: 20px;
    padding: 4px 14px;
    margin-top: 8px;
    font-size: 0.9rem;
}
.hcul2 { color: var(--accent3); letter-spacing: 1px; }
.ybuf7 { font-weight: 700; color: var(--text); }
.fzoi4 { color: var(--text-muted); text-decoration: none; font-size: 0.85rem; }
.fzoi4:hover { text-decoration: underline; }

/* Comments */
.tgou9 { margin-top: 32px; }
.pjoy7 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.lhom6 {
    background: var(--gradient);
    color: #fff;
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 0.8rem;
    font-weight: 700;
}
.dbick4 { display: flex; flex-direction: column; gap: 16px; }
.xwecg0 {
    background: var(--surface);
    border-radius: var(--radius);
    padding: 16px 18px;
    box-shadow: var(--shadow-sm);
}
.cvecn3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.ssecv5 { font-weight: 700; font-size: 0.95rem; color: var(--text); }
.oxecf5 { color: var(--accent3); letter-spacing: 1px; }
.ctece3 { color: var(--text-muted); font-size: 0.8rem; margin-left: auto; }
.kzecy4 { margin: 0; font-size: 0.9rem; line-height: 1.6; color: var(--text-muted); }

/* =========================================================
   PAGINATION
   ========================================================= */
.xracs0 {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 32px;
}
.xracs0 a, .xracs0 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-muted);
    background: var(--surface);
    box-shadow: var(--shadow-sm);
    transition: all var(--transition);
}
.xracs0 a:hover {
    background: var(--accent-soft);
    color: var(--accent);
    box-shadow: var(--shadow-md);
}
.xracs0 .lcicx4,
.wvacw2 {
    background: var(--gradient);
    color: #fff;
}

/* =========================================================
   SEARCH PAGE
   ========================================================= */
.dxacv9 { display: flex; gap: 12px; margin-bottom: 28px; max-width: 600px; }
.wbecz8 {
    flex: 1;
    padding: 14px 20px;
    border: 2px solid var(--border);
    border-radius: 50px;
    font-family: var(--font);
    font-size: 1rem;
    color: var(--text);
    background: var(--surface);
    outline: none;
    transition: border-color var(--transition), box-shadow var(--transition);
}
.wbecz8:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 4px var(--accent-soft);
}
.nzacz4 {
    padding: 14px 28px;
    background: var(--gradient);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: var(--font);
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: filter var(--transition), transform var(--transition);
    white-space: nowrap;
}
.nzacz4:hover { filter: brightness(1.08); transform: translateY(-1px); }
.osicp1 { color: var(--text-muted); margin-bottom: 24px; font-size: 0.95rem; }

/* =========================================================
   FILTER BAR
   ========================================================= */
.ttea4 {
    margin: 1.5rem 0 2rem;
    padding: 1rem 1.25rem;
    background: var(--surface);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.evev4 { flex-direction: row; flex-wrap: wrap; }
.yfics2 {
    flex: 1;
    padding: 12px 18px;
    border: 1.5px solid var(--border);
    border-radius: 50px;
    font-family: var(--font);
    font-size: 0.95rem;
    background: var(--bg);
    color: var(--text);
    outline: none;
    transition: border-color var(--transition), box-shadow var(--transition);
}
.yfics2:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-soft);
}
.ddicc3 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.ddicc3 + .ddicc3 {
    padding-top: 0.75rem;
    border-top: 1px solid var(--border);
}
.fgicc5 {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
    white-space: nowrap;
    min-width: 8.5rem;
    flex-shrink: 0;
}
.chict2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

/* Filter Dropdown */
.mwey0 { position: relative; }
.ehix2 {
    padding: 8px 16px;
    background: var(--surface);
    border: 1.5px solid var(--border);
    border-radius: 50px;
    font-family: var(--font);
    font-size: 0.85rem;
    color: var(--text);
    cursor: pointer;
    transition: border-color var(--transition);
}
.ehix2:hover { border-color: var(--accent); }
.ygid9 {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 200px;
    background: var(--surface);
    border: 1.5px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    padding: 8px;
    z-index: 50;
}

/* =========================================================
   BLOG
   ========================================================= */
.gki7 { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.ble3 {
    padding: 7px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-muted);
    background: var(--surface);
    box-shadow: var(--shadow-sm);
    transition: all var(--transition);
}
.ble3:hover,
.pmn1 {
    background: var(--gradient);
    color: #fff;
    box-shadow: 0 4px 14px rgba(155,114,207,0.2);
}

/* Blog hero */
.alaco0 {
    display: block;
    margin-bottom: 32px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--surface);
    box-shadow: var(--shadow-md);
    transition: box-shadow var(--transition), transform var(--transition);
}
.alaco0:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.cpacw9 { width: 100%; height: 340px; object-fit: cover; }
.amacq6 { padding: 28px 32px; }
.onacu0 {
    display: inline-block;
    padding: 4px 12px;
    background: var(--accent-soft);
    color: var(--accent);
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
}
.amacq6 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
    color: var(--text);
}
.amacq6 p { color: var(--text-muted); font-size: 0.95rem; line-height: 1.6; margin-bottom: 8px; }
.amacq6 time { color: var(--text-muted); font-size: 0.8rem; }

/* Blog list */
.cvy0 { display: flex; flex-direction: column; gap: 20px; margin-bottom: 32px; }
.enq3 {
    display: flex;
    gap: 20px;
    background: var(--surface);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition), transform var(--transition);
}
.enq3:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.qse7 { flex-shrink: 0; }
.xrs6 { width: 220px; height: 100%; min-height: 160px; object-fit: cover; }
.dpn8 { padding: 20px; display: flex; flex-direction: column; justify-content: center; }
.pjecv7 {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 6px;
}
.dpn8 h2 { font-size: 1.1rem; font-weight: 700; line-height: 1.35; margin-bottom: 6px; }
.dpn8 h2 a { color: var(--text); }
.dpn8 h2 a:hover { color: var(--accent); }
.kqb8 { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 8px; }
.dpn8 p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 10px; }
.cti9 { font-size: 0.85rem; font-weight: 600; color: var(--accent); }
.cti9:hover { text-decoration: underline; }

/* Blog grid */
.kjacp6 { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.jkacg2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 32px; }
.wdacy0 {
    background: var(--surface);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition), transform var(--transition);
}
.wdacy0:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.zhack1 { width: 100%; height: 180px; object-fit: cover; }
.ffacj9 { padding: 16px 20px; }
.ugaca8 {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--accent2);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 6px;
}
.wdacy0 h3 { font-size: 1rem; font-weight: 700; line-height: 1.35; margin-bottom: 6px; }
.wdacy0 h3 a { color: var(--text); }
.wdacy0 h3 a:hover { color: var(--accent); }
.wdacy0 p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.55; margin-bottom: 6px; }
.wdacy0 time { font-size: 0.75rem; color: var(--text-muted); }

/* =========================================================
   ARTICLE
   ========================================================= */
.bci8 { margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.bci8 h1 { font-size: 2rem; font-weight: 700; letter-spacing: -0.02em; line-height: 1.25; margin-bottom: 12px; }
.ifd7 { display: flex; align-items: center; gap: 16px; }
.vcaca5 { font-size: 0.85rem; color: var(--text-muted); }
.fbw4 {
    padding: 4px 12px;
    background: rgba(95,184,201,0.12);
    color: var(--accent2);
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
}
.edh1 { width: 100%; max-height: 460px; object-fit: cover; border-radius: var(--radius-lg); margin-bottom: 32px; box-shadow: var(--shadow-md); }
.vbacn4 { max-width: 760px; margin-bottom: 48px; }
.vbacn4 h2, .vbacn4 h3 { margin-top: 28px; margin-bottom: 12px; }
.kred7 p { color: var(--text-muted); line-height: 1.8; margin-bottom: 16px; }
.kred7 a { font-weight: 600; text-decoration: underline; }
.kred7 ul, .kred7 ol { padding-left: 24px; margin-bottom: 16px; list-style: disc; }
.kred7 li { color: var(--text-muted); margin-bottom: 6px; line-height: 1.7; }
.rricw9 p { color: var(--text-muted); line-height: 1.8; margin-bottom: 16px; }
.rricw9 a { font-weight: 600; }
.rricw9 ul, .rricw9 ol { padding-left: 24px; margin-bottom: 16px; list-style: disc; }
.rricw9 li { color: var(--text-muted); margin-bottom: 6px; line-height: 1.7; }

/* =========================================================
   FOOTER
   ========================================================= */
.kjiz3 {
    background: var(--surface);
    box-shadow: 0 -1px 0 var(--border);
    margin-top: 40px;
    padding: 48px 0 0;
}
.emio6 { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; }
.sliv8 h4 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 14px;
    color: var(--text);
}
.sliv8 p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; }
.sliv8 ul { display: flex; flex-direction: column; gap: 8px; }
.sliv8 ul li a { font-size: 0.85rem; color: var(--text-muted); transition: color var(--transition); }
.sliv8 ul li a:hover { color: var(--accent); }
.vkict4 { display: flex; flex-wrap: wrap; gap: 8px; }
.hkiu8 {
    margin-top: 32px;
    padding: 20px 0;
    border-top: 1px solid var(--border);
    font-size: 0.8rem;
    color: var(--text-muted);
    text-align: center;
}
.vjict4 { font-size: 0.8rem; color: var(--text-muted); }

/* =========================================================
   EMPTY STATE & SUBTITLE
   ========================================================= */
.osei9 { text-align: center; color: var(--text-muted); padding: 48px 0; font-size: 1rem; }
.osicp1 { color: var(--text-muted); margin-bottom: 24px; font-size: 0.95rem; }

/* =========================================================
   CITIES MAP (render_cities_map output)
   ========================================================= */
.sreca5 {
    margin: 2rem 0;
    padding: 1.5rem;
    background: var(--surface);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

/* =========================================================
   SEO ORDER
   ========================================================= */
.pqaca3 > .fqem0 { display: flex; flex-direction: column; }
.xwx8 { order: 1; }
h1 { order: 2; }
.snico6 { order: 3; }
.jpicp8 { order: 90; }
.pceco6 { order: 10; }
.sreca5 { order: 80; }
.qlick2 { order: 2; }
.gqict6 { order: 85; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
    .ukol5 { grid-template-columns: 1fr; }
    .emio6 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .xqis4 { flex-wrap: wrap; height: auto; padding-top: 12px; padding-bottom: 12px; gap: 10px; }
    .dsik9 { order: 3; width: 100%; overflow-x: auto; gap: 2px; padding-bottom: 4px; }
    .ftir3 { order: 2; max-width: none; flex: 1; }
    .qlick2 h1 { font-size: 1.6rem; }
    .qlick2 p { font-size: 0.95rem; }
    .ghw1 { flex-direction: column; }
    .axip2 { width: 100%; height: 200px; min-height: auto; }
    .jkacg2 { grid-template-columns: 1fr; }
    .cpacw9 { height: 220px; }
    .amacq6 { padding: 20px; }
    .amacq6 h2 { font-size: 1.25rem; }
    .enq3 { flex-direction: column; }
    .xrs6 { width: 100%; height: 180px; min-height: auto; }
    .emio6 { grid-template-columns: 1fr; gap: 28px; }
    .dxacv9 { flex-direction: column; }
    .imoi8 { grid-template-columns: 1fr; }
    .hfof1 { padding: 10px 14px; font-size: 0.8rem; }
    .ttea4 { flex-direction: column; }
    .lpec2 { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); }
}

@media (max-width: 480px) {
    .fqem0 { padding: 0 14px; }
    .qlick2 { padding: 32px 0 28px; }
    .qlick2 h1 { font-size: 1.35rem; }
    .pceco6 h2 { font-size: 1.15rem; }
    .xnor8 h1 { font-size: 1.5rem; }
    .bci8 h1 { font-size: 1.5rem; }
    .dbes0 { width: 100%; text-align: center; }
    .lpec2 { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
    .ttea4 { padding: 0.75rem; }
    .ddicc3 { flex-direction: column; align-items: flex-start; gap: 0.4rem; }
    .fgicc5 { min-width: unset; }
}
