/* =========================================================
   MAGAZINE-LUXE THEME — High-end editorial / Playfair Display + Source Sans 3
   ========================================================= */

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

:root {
    --bg: #faf8f5;
    --surface: #fff;
    --text: #1c1917;
    --muted: #78716c;
    --accent: #b45309;
    --accent-hover: #92400e;
    --accent-soft: rgba(180,83,9,0.10);
    --border: #e7e0d8;
    --shadow-sm: 0 1px 3px rgba(28,25,23,0.05);
    --shadow-md: 0 4px 16px rgba(28,25,23,0.07);
    --shadow-lg: 0 12px 40px rgba(28,25,23,0.10);
    --radius: 4px;
    --radius-lg: 8px;
    --font-heading: 'Playfair Display', 'Georgia', serif;
    --font-body: 'Source Sans 3', 'Source Sans Pro', 'Segoe UI', 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-body);
    color: var(--text);
    background: var(--bg);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
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; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.25;
    color: var(--text);
}

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

/* =========================================================
   HEADER — ml-header
   ========================================================= */
.nqecd0 {
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 100;
}
.nqecd0 .jwoh5 {
    display: flex;
    align-items: center;
    gap: 24px;
    height: 72px;
}
.xrecm5 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text);
    white-space: nowrap;
    letter-spacing: -0.01em;
}
.xrecm5:hover { color: var(--accent); }

.htecl6 {
    flex: 1;
    max-width: 380px;
    position: relative;
    margin: 0 auto;
}
.dwecs7 {
    width: 100%;
    padding: 10px 42px 10px 18px;
    border: 1px solid var(--border);
    border-radius: 2px;
    font-family: var(--font-body);
    font-size: 0.875rem;
    background: var(--bg);
    color: var(--text);
    outline: none;
    transition: border-color var(--transition), box-shadow var(--transition);
}
.dwecs7:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-soft);
}
.uveca0 {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 6px 10px;
    color: var(--muted);
    transition: color var(--transition);
}
.uveca0:hover { color: var(--accent); }

.xsecz3 {
    display: flex;
    align-items: center;
    gap: 4px;
}
.xsecz3 a {
    color: var(--muted);
    font-size: 0.85rem;
    font-weight: 500;
    padding: 6px 14px;
    letter-spacing: 0.02em;
    transition: color var(--transition);
}
.xsecz3 a:hover { color: var(--accent); }

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

/* =========================================================
   MAIN
   ========================================================= */
.tcack8 { min-height: 60vh; padding: 40px 0 64px; }

/* =========================================================
   HERO — ml-hero
   ========================================================= */
.mxeco6 {
    text-align: center;
    padding: 3.5rem 0 3rem;
    border-bottom: 1px solid var(--border);
    position: relative;
}
.mxeco6::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: var(--accent);
    margin: 2.5rem auto 0;
}
.bbicg4 {
    display: inline-block;
    font-size: 0.7rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 1.25rem;
    font-family: var(--font-body);
    font-weight: 600;
}
.mxeco6 h1 {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1rem;
    font-style: italic;
}
.gcick6 {
    max-width: 560px;
    margin: 0 auto 2rem;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.75;
}
.ezecw1 {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.bxacd8 {
    display: inline-block;
    background: var(--accent);
    color: #fff !important;
    padding: 0.85rem 2.2rem;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-family: var(--font-body);
    transition: background var(--transition), transform 0.15s;
    box-shadow: 0 4px 16px rgba(180,83,9,0.25);
}
.bxacd8:hover { background: var(--accent-hover); transform: translateY(-1px); color: #fff !important; }
.rzacv3 {
    display: inline-block;
    color: var(--accent) !important;
    border: 1px solid var(--accent);
    padding: 0.85rem 2rem;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-family: var(--font-body);
    font-weight: 600;
    transition: background var(--transition);
}
.rzacv3:hover { background: var(--accent-soft); }
.gricw4 {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}
.dnicx6 { text-align: center; }
.bqicf6 {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--accent);
}
.wpicr9 {
    font-size: 0.75rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* =========================================================
   ORNAMENTAL SEPARATOR
   ========================================================= */
.alicb4 {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin: 2.5rem 0;
    color: var(--border);
}
.alicb4::before, .alicb4::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--border);
}
.alicb4 span {
    font-size: 0.7rem;
    letter-spacing: 0.3em;
    color: var(--accent);
    opacity: 0.5;
    font-family: var(--font-heading);
}

/* =========================================================
   SECTIONS
   ========================================================= */
.vkacu6 { margin-bottom: 40px; }
.vkacu6 h2 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}
.vkacu6 h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--accent);
}
.hxicf5 { margin-bottom: 32px; }
.hxicf5 p {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.8;
}
.hxicf5 p a { font-weight: 600; color: var(--accent); }

/* =========================================================
   BREADCRUMB
   ========================================================= */
.odow6 {
    font-size: 0.8rem;
    color: var(--muted);
    margin-bottom: 28px;
    padding: 14px 0;
    border-bottom: 1px solid var(--border);
    letter-spacing: 0.01em;
}
.odow6 a { color: var(--accent); font-weight: 500; }

/* =========================================================
   ANNONCES GRID (cards-grid / card pattern)
   ========================================================= */
.bliz8, .nvow3 {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.ibl9, .ljop6 {
    display: flex;
    background: var(--surface);
    border: 1px solid var(--border);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition), transform var(--transition);
}
.ibl9:hover, .ljop6:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}
.sdey4, .hnoy5 {
    width: 200px;
    min-height: 200px;
    object-fit: contain;
    background: #f0ebe4;
    flex-shrink: 0;
}
.vxd1, .jkon2 {
    padding: 22px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 0;
}
.sgeo8, .zcov0, .bsoj8 {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 4px;
}
.bsoj8 a { color: inherit; }
.sgeo8:hover, .zcov0:hover, .bsoj8 a:hover { color: var(--accent); }
.ftos0 {
    font-size: 0.82rem;
    color: var(--accent);
    font-weight: 600;
    margin-bottom: 4px;
}
.dfee3, .bqob7 {
    font-size: 0.82rem;
    color: var(--muted);
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.02em;
}
.kcec1, .hbow0 {
    font-size: 0.875rem;
    color: var(--muted);
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* =========================================================
   TAGS
   ========================================================= */
.jdocj5 { display: flex; flex-wrap: wrap; gap: 8px; }
.xnacu9 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: var(--surface);
    color: var(--text);
    border: 1px solid var(--border);
    font-size: 0.82rem;
    font-weight: 500;
    transition: border-color var(--transition), color var(--transition), background var(--transition);
}
.xnacu9:hover {
    border-color: var(--accent);
    color: var(--accent);
    background: var(--accent-soft);
}
.scoca6 {
    color: var(--muted);
    font-size: 0.75rem;
    font-weight: 400;
}
.xnacu9:hover .scoca6 { color: var(--accent); }

/* =========================================================
   FILTER BAR — ml-filters
   ========================================================= */
.azop6, .zbuo3, .jmece6 {
    margin: 1.5rem 0 2rem;
    padding: 1.25rem 1.5rem;
    background: var(--surface);
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.ncuc5 {
    position: relative;
}
.bmuv3 {
    cursor: pointer;
    background: var(--bg);
    border: 1px solid var(--border);
    padding: 8px 16px;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text);
    transition: all var(--transition);
}
.bmuv3:hover,
.kduu1 .bmuv3 {
    border-color: var(--accent);
    color: var(--accent);
}
.xluj4 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    background: var(--surface);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-md);
    padding: 8px;
    min-width: 200px;
}
.xluj4[hidden] { display: none !important }
.xluj4:not([hidden]) { display: flex; flex-wrap: wrap; gap: .4rem }
.nracq2 {
    flex: 1;
    padding: 12px 18px;
    border: 1px solid var(--border);
    font-family: var(--font-body);
    font-size: 0.9rem;
    background: var(--bg);
    color: var(--text);
    outline: none;
    transition: border-color var(--transition), box-shadow var(--transition);
}
.nracq2:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-soft);
}
.eqaco7 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.eqaco7 + .eqaco7 {
    padding-top: 0.75rem;
    border-top: 1px solid var(--border);
}
.psacj9 {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--muted);
    white-space: nowrap;
    min-width: 8.5rem;
    flex-shrink: 0;
}
.btaci7 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.tpacl6 {
    background: var(--accent) !important;
    color: #fff !important;
    border-color: var(--accent) !important;
    font-weight: 600;
}
.tpacl6 .scoca6 { color: rgba(255,255,255,0.75) !important; }

/* =========================================================
   PAGINATION
   ========================================================= */
.pdacd2 {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 36px;
}
.pdacd2 a, .pdacd2 span, .ygacl9, .cfacq3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid var(--border);
    color: var(--muted);
    transition: all var(--transition);
    text-decoration: none;
}
.pdacd2 a:hover, .ygacl9:hover {
    border-color: var(--accent);
    color: var(--accent);
    background: var(--accent-soft);
}
.pdacd2 .ybex8, .rhacn8 {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}
.cfacq3 { border: none; }

/* =========================================================
   ANNONCE DETAIL PAGE — ml-annonce
   ========================================================= */
.jvacz6 { }
.nsep8 { margin-bottom: 28px; }
.nsep8 h1 {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 700;
    font-style: italic;
}
.vxex8 {
    color: var(--muted);
    font-size: 0.95rem;
    margin-top: 6px;
    letter-spacing: 0.02em;
}

/* Gallery — ml-gallery */
.mren1, .lpecl7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
    margin-bottom: 28px;
}
.fbik1 {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: contain;
    background: #f0ebe4;
    border: 1px solid var(--border);
}
.hqez4 { margin-bottom: 32px; }

/* CTA Button */
.thon6 {
    display: inline-block;
    padding: 14px 38px;
    background: var(--accent);
    color: #fff;
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
    box-shadow: 0 4px 16px rgba(180,83,9,0.25);
}
.thon6:hover {
    background: var(--accent-hover);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 24px rgba(180,83,9,0.3);
}

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

/* Tabs */
.ejer0 {
    display: flex;
    gap: 0;
    margin-bottom: 0;
    border-bottom: 1px solid var(--border);
}
.mkeh8 {
    padding: 14px 28px;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--muted);
    background: none;
    border: none;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: color var(--transition), border-color var(--transition);
}
.mkeh8:hover { color: var(--accent); }
.mkeh8.active {
    color: var(--accent);
    border-bottom-color: var(--accent);
}
.bhey1 { display: none; padding: 28px 0; }
.bhey1.active { display: block; }
.bhey1 p { color: var(--muted); line-height: 1.8; }

.dpek0 {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 36px;
    align-items: start;
}

/* Sidebar — ml-sidebar */
.lkic3, .gmicw8 {
    position: sticky;
    top: 90px;
}
.jtes2 {
    background: var(--bg);
    border: 1px solid var(--border);
    padding: 22px;
    margin-bottom: 18px;
}
.ewea5 {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
    font-size: 0.875rem;
}
.ewea5:last-child { border-bottom: none; }
.dveh3 { font-weight: 600; color: var(--text); }

.kcik0 {
    background: var(--bg);
    border: 1px solid var(--border);
    padding: 22px;
}
.kcik0 h3 {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 14px;
}
.gwicl7 { display: flex; flex-wrap: wrap; gap: 6px; }
.gwicl7 li {
    padding: 5px 14px;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 0.8rem;
    font-weight: 600;
}

.ljiv5 { margin-bottom: 28px; }
.ljiv5 h2 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 12px;
    padding-bottom: 0;
}
.ljiv5 h2::after { display: none; }

/* =========================================================
   COMMENTS — ml-comments
   ========================================================= */
.clem8, .xwacb5 { margin-top: 40px; }
.zneb2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-family: var(--font-heading);
}
.qmeq0 {
    background: var(--accent);
    color: #fff;
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 0.8rem;
    font-weight: 700;
    font-family: var(--font-body);
}
.zbacm6 { display: flex; flex-direction: column; gap: 16px; }
.uwuo0 {
    background: var(--bg);
    border: 1px solid var(--border);
    padding: 18px 20px;
}
.hvur7 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.tsup3 {
    font-weight: 700;
    font-size: 0.95rem;
    font-family: var(--font-heading);
}
.nxuh9 { color: var(--accent); letter-spacing: 2px; font-size: 0.9rem; }
.ttuk8 { color: var(--muted); font-size: 0.8rem; margin-left: auto; }
.dzug5 { margin: 0; font-size: 0.9rem; line-height: 1.7; color: var(--muted); }

/* Card comments (grid cards) */
.qlom0 {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
    font-size: 0.8rem;
    color: var(--muted);
}
.nrod2 { color: var(--accent); letter-spacing: 1px; }
.vmoz7 { color: inherit; }

.yhid1 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--accent-soft);
    padding: 6px 14px;
    margin-top: 10px;
    font-size: 0.9rem;
}
.rgiv7 { color: var(--accent); letter-spacing: 2px; }
.mfir3 { font-weight: 700; }
.odiu5 { color: var(--muted); text-decoration: none; font-size: 0.85rem; }
.odiu5:hover { text-decoration: underline; }

/* =========================================================
   SEARCH PAGE — ml-search-form
   ========================================================= */
.ufecl9, .zjicm0 { display: flex; gap: 12px; margin-bottom: 32px; max-width: 600px; }
.khecz9 {
    flex: 1;
    padding: 14px 20px;
    border: 1px solid var(--border);
    font-family: var(--font-body);
    font-size: 1rem;
    color: var(--text);
    background: var(--surface);
    outline: none;
    transition: border-color var(--transition), box-shadow var(--transition);
}
.khecz9:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 4px var(--accent-soft);
}
.vgecr8 {
    padding: 14px 28px;
    background: var(--accent);
    color: #fff;
    border: none;
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background var(--transition);
    white-space: nowrap;
}
.vgecr8:hover { background: var(--accent-hover); }
.iboco6 { color: var(--muted); margin-bottom: 28px; font-size: 0.95rem; }

/* =========================================================
   ML RESULTS
   ========================================================= */
.nhice2 { }

/* =========================================================
   ML LIST
   ========================================================= */
.eficu3 { }

/* =========================================================
   BLOG
   ========================================================= */
.isz5 { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.etz9 {
    padding: 8px 18px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--muted);
    background: var(--surface);
    border: 1px solid var(--border);
    letter-spacing: 0.02em;
    transition: all var(--transition);
}
.etz9:hover,
.lvt0 {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

/* Blog hero */
.stik1 {
    display: block;
    margin-bottom: 36px;
    overflow: hidden;
    background: var(--surface);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-md);
    transition: box-shadow var(--transition);
}
.stik1:hover { box-shadow: var(--shadow-lg); }
.oxin0 { width: 100%; height: 360px; object-fit: cover; }
.jvib5 { padding: 32px 36px; }
.mwif8 {
    display: inline-block;
    padding: 4px 14px;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}
.jvib5 h2 {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
    color: var(--text);
}
.jvib5 p { color: var(--muted); font-size: 0.95rem; line-height: 1.65; margin-bottom: 10px; }
.jvib5 time { color: var(--muted); font-size: 0.8rem; }

/* Blog grids */
.csil8 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 36px; }
.trik8 { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }

/* Blog list */
.dmy0 { display: flex; flex-direction: column; gap: 20px; margin-bottom: 36px; }
.zfd7 {
    display: flex;
    gap: 20px;
    background: var(--surface);
    border: 1px solid var(--border);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition);
}
.zfd7:hover { box-shadow: var(--shadow-md); }
.gkm3 { flex-shrink: 0; }
.tji3 { width: 220px; height: 100%; min-height: 160px; object-fit: cover; }
.ogq3 { padding: 22px; display: flex; flex-direction: column; justify-content: center; }
.lzq5 {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 6px;
}
.ogq3 h2 { font-family: var(--font-heading); font-size: 1.1rem; font-weight: 700; line-height: 1.35; margin-bottom: 6px; }
.ogq3 h2 a { color: var(--text); }
.ogq3 h2 a:hover { color: var(--accent); }
.vht4 { font-size: 0.8rem; color: var(--muted); margin-bottom: 8px; }
.ogq3 p { font-size: 0.875rem; color: var(--muted); line-height: 1.65; margin-bottom: 10px; }
.jlx0 { font-size: 0.82rem; font-weight: 600; color: var(--accent); letter-spacing: 0.02em; }
.jlx0:hover { text-decoration: underline; }

/* Blog cards */
.amil5 {
    background: var(--surface);
    border: 1px solid var(--border);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition);
}
.amil5:hover { box-shadow: var(--shadow-md); }
.vqia3 { width: 100%; height: 200px; object-fit: cover; }
.hnig4 { padding: 20px 24px; }
.hpih4 {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
}
.amil5 h3 {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 8px;
}
.amil5 h3 a { color: var(--text); }
.amil5 h3 a:hover { color: var(--accent); }
.amil5 p { font-size: 0.85rem; color: var(--muted); line-height: 1.6; margin-bottom: 8px; }
.amil5 time { font-size: 0.75rem; color: var(--muted); }

/* Article detail */
.apx4 { margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid var(--border); }
.apx4 h1 {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 14px;
    font-style: italic;
}
.frm3 { display: flex; align-items: center; gap: 16px; }
.odw1 { font-size: 0.85rem; color: var(--muted); }
.ynz8 {
    padding: 4px 14px;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.yqb3 { width: 100%; max-height: 480px; object-fit: cover; margin-bottom: 36px; }
.kcg4 { max-width: 760px; margin-bottom: 48px; }
.kcg4 h2, .kcg4 h3 { margin-top: 32px; margin-bottom: 14px; }
.pwu1 p { color: var(--text); line-height: 1.85; margin-bottom: 18px; }
.pwu1 a { font-weight: 600; text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: 2px; }
.pwu1 ul, .pwu1 ol { padding-left: 24px; margin-bottom: 18px; list-style: disc; }
.pwu1 li { color: var(--text); margin-bottom: 6px; line-height: 1.75; }

/* =========================================================
   FOOTER — ml-footer
   ========================================================= */
.snecb8 {
    background: var(--text);
    color: #d6d3d1;
    margin-top: 48px;
    padding: 56px 0 0;
}
.snecb8 .wrud9 {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 48px;
}
.snecb8 .squu3 h4 {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
}
.snecb8 .squu3 h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--accent);
}
.snecb8 .squu3 p { font-size: 0.875rem; line-height: 1.7; color: #a8a29e; }
.snecb8 .squu3 ul { display: flex; flex-direction: column; gap: 8px; }
.snecb8 .squu3 ul li a {
    font-size: 0.85rem;
    color: #a8a29e;
    transition: color var(--transition);
}
.snecb8 .squu3 ul li a:hover { color: var(--accent); }
.snecb8 .bpuj8 {
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid #292524;
    font-size: 0.8rem;
    color: #78716c;
    text-align: center;
}

/* =========================================================
   INLINE CTA BLOCK
   ========================================================= */
.mdicv5 {
    background: var(--surface);
    border: 1px solid var(--border);
    border-top: 3px solid var(--accent);
    padding: 2.5rem;
    text-align: center;
    margin: 2.5rem 0;
}
.mdicv5 h3 {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.mdicv5 p { color: var(--muted); font-size: 0.9rem; margin-bottom: 1.5rem; }

/* =========================================================
   STEPS
   ========================================================= */
.pvicw0 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid var(--border);
}
.zsicp3 {
    background: var(--surface);
    padding: 2rem 1.75rem;
    border-right: 1px solid var(--border);
    transition: background var(--transition);
}
.zsicp3:last-child { border-right: none; }
.zsicp3:hover { background: var(--bg); }
.yticr4 {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--border);
    line-height: 1;
    margin-bottom: 0.75rem;
    font-style: italic;
}
.zsicp3:hover .yticr4 { color: var(--accent); transition: color 0.3s; }
.zsicp3 h3 {
    font-family: var(--font-body);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text);
    margin-bottom: 0.5rem;
    font-weight: 700;
}
.zsicp3 p { font-size: 0.85rem; color: var(--muted); line-height: 1.6; }

/* =========================================================
   FEATURED PROFILE
   ========================================================= */
.ybecr4 {
    background: var(--surface);
    border: 1px solid var(--border);
    display: flex;
    gap: 0;
    overflow: hidden;
    margin: 2rem 0;
}
.hkecx2 {
    width: 280px;
    min-height: 320px;
    object-fit: contain;
    background: #f0ebe4;
    flex-shrink: 0;
}
.jcecx9 {
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pjecw3 {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 1rem;
}
.jcecx9 h3 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-style: italic;
    margin-bottom: 0.5rem;
}
.ulecd0 {
    color: var(--muted);
    font-size: 0.85rem;
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
}
.tdecj6 {
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* =========================================================
   SEO-FIRST LAYOUT — ml-page-content / ml-seo-block
   ========================================================= */
.cgicd5 {
    display: flex;
    flex-direction: column;
}
.dkica4 {
    order: 99;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid var(--border);
}
.dkica4 h2 {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    padding-bottom: 10px;
    margin-bottom: 16px;
}
.dkica4 h2::after {
    width: 40px;
    height: 2px;
    background: var(--accent);
}
.fzicx3 { color: var(--muted); line-height: 1.8; font-size: 0.95rem; }
.fzicx3 p { margin-bottom: 14px; }
.fzicx3 a { color: var(--accent); font-weight: 600; }

/* Flex children ordering */
.cgicd5 .odow6 { order: 1; }
.cgicd5 h1 { order: 2; }
.cgicd5 .hxicf5 { order: 3; }
.cgicd5 .jmece6 { order: 5; }
.cgicd5 .nhice2 { order: 6; }
.cgicd5 .vkacu6 { order: 10; }

/* =========================================================
   CITIES MAP
   ========================================================= */
.jnua2 { order: 80; margin-bottom: 2rem; }

/* =========================================================
   EMPTY STATE
   ========================================================= */
.ixoh4 { text-align: center; color: var(--muted); padding: 52px 0; font-size: 1rem; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
    .dpek0 { grid-template-columns: 1fr; }
    .snecb8 .wrud9 { grid-template-columns: 1fr 1fr; }
    .ybecr4 { flex-direction: column; }
    .hkecx2 { width: 100%; min-height: 260px; max-height: 350px; }
}

@media (max-width: 768px) {
    .nqecd0 .jwoh5 {
        flex-wrap: wrap;
        height: auto;
        padding-top: 14px;
        padding-bottom: 14px;
        gap: 10px;
    }
    .xsecz3 { order: 3; width: 100%; overflow-x: auto; gap: 2px; padding-bottom: 4px; }
    .htecl6 { order: 2; max-width: none; flex: 1; }
    .mxeco6 h1 { font-size: 1.75rem; }
    .gcick6 { font-size: 0.95rem; }
    .ibl9, .ljop6 { flex-direction: column; }
    .sdey4, .hnoy5 { width: 100%; height: 220px; min-height: auto; }
    .csil8 { grid-template-columns: 1fr; }
    .oxin0 { height: 240px; }
    .jvib5 { padding: 24px; }
    .jvib5 h2 { font-size: 1.3rem; }
    .zfd7 { flex-direction: column; }
    .tji3 { width: 100%; height: 200px; min-height: auto; }
    .snecb8 .wrud9 { grid-template-columns: 1fr; gap: 32px; }
    .ufecl9, .zjicm0 { flex-direction: column; }
    .mren1, .lpecl7 { grid-template-columns: 1fr; }
    .mkeh8 { padding: 12px 16px; font-size: 0.78rem; }
    .azop6, .jmece6 { flex-direction: column; padding: 0.75rem; }
    .eqaco7 { flex-direction: column; align-items: flex-start; gap: 0.4rem; }
    .psacj9 { min-width: unset; }
    .pvicw0 { grid-template-columns: 1fr; }
    .zsicp3 { border-right: none; border-bottom: 1px solid var(--border); }
    .zsicp3:last-child { border-bottom: none; }
}

@media (max-width: 480px) {
    .jwoh5 { padding: 0 16px; }
    .mxeco6 { padding: 2.5rem 0 2rem; }
    .mxeco6 h1 { font-size: 1.45rem; }
    .vkacu6 h2 { font-size: 1.2rem; }
    .nsep8 h1 { font-size: 1.6rem; }
    .apx4 h1 { font-size: 1.6rem; }
    .thon6 { width: 100%; text-align: center; }
    .jcecx9 { padding: 1.5rem; }
}
