/* =========================================================================
   بیمه البرز — خدمات ویژه برخط
   Design system: corporate, minimal, white + brand green, full RTL
   Font: Vazirmatn · Icons: Material Symbols Rounded
   ========================================================================= */

:root {
    /* Brand greens */
    --brand: #0B7A3E;
    --brand-600: #0A6F38;
    --brand-500: #16A34A;
    --brand-400: #1FA85A;
    --brand-300: #34C06A;
    --brand-soft: #E8F5EC;
    --brand-soft-2: #F1FAF4;

    /* Accent */
    --orange: #F18A2A;
    --orange-soft: #FCEFE0;

    /* Neutrals */
    --ink: #1F2A24;
    --title: #374151;
    --text: #4B5563;
    --muted: #6B7280;
    --excerpt: #7A7F87;
    --icon-muted: #9CA3AF;
    --line: #E7ECEA;
    --line-soft: #F0F3F2;
    --bg: #FFFFFF;
    --bg-soft: #F8FAF9;

    /* Shape & motion */
    --r-sm: 12px;
    --r: 16px;
    --r-lg: 22px;
    --r-xl: 28px;
    --shadow-sm: 0 2px 10px rgba(16, 44, 30, .05);
    --shadow: 0 10px 30px rgba(16, 44, 30, .08);
    --shadow-lg: 0 18px 50px rgba(11, 122, 62, .16);
    --ease: cubic-bezier(.22, .61, .36, 1);
    --maxw: 1280px;
}

/* ----------------------------------------------------------------- base */
html { scroll-behavior: smooth; }

body {
    font-family: 'Vazirmatn', -apple-system, 'Segoe UI', Tahoma, sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

main#main { padding-top: 0; }
main > .container { padding: 0; max-width: 100%; }

h1, h2, h3, h4, h5, h6 { color: var(--title); font-weight: 800; }
a { text-decoration: none; }

.material-symbols-rounded {
    font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
    line-height: 1;
    user-select: none;
}

.shell { max-width: var(--maxw); margin-inline: auto; padding-inline: 28px; }

.brand-text { color: var(--brand); }
.section-pad { padding-block: 56px; }

/* Section heading (right title + left action), RTL */
.sec-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 26px;
}
.sec-title {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 1.45rem;
    font-weight: 800;
    color: var(--brand);
    margin: 0;
}
.sec-title .material-symbols-rounded {
    font-size: 30px;
    background: var(--brand-soft);
    color: var(--brand);
    border-radius: 12px;
    padding: 7px;
    font-variation-settings: 'FILL' 1, 'wght' 600;
}
.sec-actions { display: inline-flex; align-items: center; gap: 12px; }

.chip-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .85rem;
    font-weight: 600;
    color: var(--brand);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 7px 16px;
    transition: all .25s var(--ease);
    background: #fff;
}
.chip-link:hover { background: var(--brand); color: #fff; border-color: var(--brand); }
.chip-link .material-symbols-rounded { font-size: 18px; }

/* --------------------------------------------------------------- breadcrumb */
.bc-wrap { padding-block: 22px 4px; }

.breadcrumb.bc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 4px;
    margin: 0;
    padding: 0;
    font-size: .85rem;
    line-height: 1.7;
}
.breadcrumb.bc .breadcrumb-item {
    display: inline-flex;
    align-items: center;
    padding: 0;
    color: var(--muted);
    font-weight: 600;
}
.breadcrumb.bc .breadcrumb-item a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--muted);
    padding: 5px 11px;
    border-radius: 999px;
    transition: color .22s var(--ease), background .22s var(--ease);
}
.breadcrumb.bc .breadcrumb-item a:hover {
    color: var(--brand);
    background: var(--brand-soft-2);
}
.breadcrumb.bc .breadcrumb-item.active {
    padding: 5px 11px;
    color: var(--title);
    font-weight: 700;
}
.breadcrumb.bc .breadcrumb-item .material-symbols-rounded { font-size: 18px; }

/* RTL-aware separator: a slim chevron pointing toward the deeper page */
.breadcrumb.bc .breadcrumb-item + .breadcrumb-item::before {
    content: '\2039';
    float: none;
    margin: 0;
    padding: 0 3px;
    color: var(--icon-muted);
    font-weight: 700;
}

/* Slider arrow buttons */
.slider-nav { display: inline-flex; gap: 8px; }
.slider-nav button {
    width: 40px; height: 40px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: var(--bg-soft);
    color: var(--muted);
    display: grid; place-items: center;
    cursor: pointer;
    transition: all .25s var(--ease);
}
.slider-nav button:hover { background: var(--brand); color: #fff; border-color: var(--brand); transform: translateY(-1px); }
.slider-nav button:disabled { opacity: .35; cursor: default; transform: none; background: var(--bg-soft); color: var(--muted); border-color: var(--line); }

/* ============================================================== HEADER */
#header { position: sticky; top: 0; z-index: 1030; background: #fff; }

.hdr-top {
    border-bottom: 1px solid var(--line-soft);
    background: #fff;
}
.hdr-top-inner {
    display: flex; align-items: center; justify-content: space-between;
    gap: 18px; padding-block: 14px;
}

/* Logo */
.brand-logo { display: inline-flex; align-items: center; gap: 12px; }
.brand-logo .mark {
    width: 48px; height: 48px; border-radius: 14px;
    background: linear-gradient(140deg, var(--brand) 0%, var(--brand-400) 100%);
    display: grid; place-items: center; color: #fff;
    box-shadow: var(--shadow-sm);
}
.brand-logo .mark .material-symbols-rounded { font-size: 28px; font-variation-settings: 'FILL' 1, 'wght' 600; }
.brand-logo .name { line-height: 1.25; }
.brand-logo .name b { display: block; font-size: 1.18rem; font-weight: 800; color: var(--brand); }
.brand-logo .name small { font-size: .72rem; color: var(--muted); font-weight: 500; }

/* Top actions */
.hdr-actions { display: inline-flex; align-items: center; gap: 14px; }
.call-link {
    display: inline-flex; align-items: center; gap: 9px;
    color: var(--title); font-weight: 700;
}
.call-link .ic {
    width: 38px; height: 38px; border-radius: 50%;
    background: var(--brand-soft); color: var(--brand);
    display: grid; place-items: center;
}
.call-link .lbl { display: flex; flex-direction: column; line-height: 1.2; }
.call-link .lbl span { font-size: .68rem; color: var(--muted); font-weight: 500; }
.call-link .lbl b { font-size: 1.02rem; letter-spacing: .3px; direction: ltr; }

.btn-pill {
    display: inline-flex; align-items: center; gap: 8px;
    border-radius: 999px; padding: 10px 20px;
    font-weight: 700; font-size: .9rem; cursor: pointer;
    border: 1px solid transparent; transition: all .25s var(--ease);
    white-space: nowrap;
}
.btn-pill .material-symbols-rounded { font-size: 20px; }
.btn-corp { background: var(--orange); color: #fff; box-shadow: 0 6px 16px rgba(241, 138, 42, .28); }
.btn-corp:hover { filter: brightness(1.05); transform: translateY(-1px); color: #fff; }
.btn-account { background: var(--brand-soft); color: var(--brand-600); border-color: #cfe9d8; }
.btn-account:hover { background: #d9f0e1; color: var(--brand-600); }
.btn-account .soon { font-size: .66rem; opacity: .7; font-weight: 600; }

/* Main nav */
.hdr-nav { border-bottom: 1px solid var(--line); }
.nav-list {
    list-style: none; margin: 0; padding: 0;
    display: flex; align-items: stretch; justify-content: center; flex-wrap: wrap;
}
.nav-list > li { position: relative; }
.nav-list > li + li::before {
    content: ''; position: absolute; right: 0; top: 22%; height: 56%;
    width: 1px; background: var(--line-soft);
}
.nav-link-it {
    display: flex; flex-direction: column; align-items: center; gap: 5px;
    padding: 14px 20px; color: var(--text); font-weight: 600; font-size: .92rem;
    position: relative; transition: color .2s var(--ease); cursor: pointer;
}
.nav-link-it .material-symbols-rounded { font-size: 24px; color: var(--icon-muted); transition: color .2s var(--ease); }
.nav-link-it::after {
    content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
    width: 0; height: 3px; border-radius: 3px 3px 0 0; background: var(--brand); transition: width .25s var(--ease);
}
.nav-list > li:hover > .nav-link-it,
.nav-list > li.active > .nav-link-it { color: var(--brand); }
.nav-list > li:hover > .nav-link-it .material-symbols-rounded,
.nav-list > li.active > .nav-link-it .material-symbols-rounded { color: var(--brand); font-variation-settings: 'FILL' 1, 'wght' 600; }
.nav-list > li:hover > .nav-link-it::after,
.nav-list > li.active > .nav-link-it::after { width: 60%; }
.nav-link-it .caret { font-size: 16px !important; opacity: .6; }

/* Dropdown */
.submenu {
    position: absolute; top: 100%; right: 50%; transform: translateX(50%) translateY(8px);
    min-width: 250px; background: #fff; border: 1px solid var(--line);
    border-radius: var(--r); box-shadow: var(--shadow); padding: 8px;
    opacity: 0; visibility: hidden; transition: all .22s var(--ease); z-index: 50;
}
.nav-list > li:hover > .submenu { opacity: 1; visibility: visible; transform: translateX(50%) translateY(0); }
.submenu a {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 12px; border-radius: 10px; color: var(--text); font-size: .88rem; font-weight: 500;
    transition: all .18s var(--ease);
}
.submenu a .material-symbols-rounded { font-size: 19px; color: var(--icon-muted); }
.submenu a:hover { background: var(--brand-soft-2); color: var(--brand); }
.submenu a:hover .material-symbols-rounded { color: var(--brand); }

/* Mobile nav toggle */
.nav-toggle { display: none; }
@media (max-width: 991px) {
    .nav-toggle {
        display: inline-grid; place-items: center; width: 44px; height: 44px;
        border-radius: 12px; border: 1px solid var(--line); background: #fff; color: var(--brand); cursor: pointer;
    }
    .hdr-nav .shell { padding: 0; }
    .nav-list {
        flex-direction: column; align-items: stretch;
        max-height: 0; overflow: hidden; transition: max-height .35s var(--ease);
    }
    .nav-list.open { max-height: 1400px; }
    .nav-list > li + li::before { display: none; }
    .nav-list > li { border-top: 1px solid var(--line-soft); }
    .nav-link-it { flex-direction: row; justify-content: flex-start; padding: 14px 28px; }
    .nav-link-it::after { display: none; }
    .submenu {
        position: static; opacity: 1; visibility: visible; transform: none;
        box-shadow: none; border: 0; border-radius: 0; padding: 0 28px 10px;
        min-width: auto; background: var(--bg-soft);
    }
    .hdr-top-inner { flex-wrap: wrap; }
}

/* ================================================================ HERO */
.hero { padding-top: 40px; }
.hero-slider { position: relative; overflow: hidden; border-radius: var(--r-xl); box-shadow: var(--shadow-lg); }
.hero-track { display: flex; transition: transform .6s var(--ease); will-change: transform; }
/* RTL: first slide should sit at the right edge; we translate positively to advance. */
.hero-slide {
    flex: 0 0 100%; min-height: 360px; position: relative;
    background-color: var(--brand-600); background-size: cover; background-position: left center; background-repeat: no-repeat;
    display: flex; align-items: center;
}
.hero-slide-overlay {
    position: absolute; inset: 0; pointer-events: none;
    background: linear-gradient(to left, rgba(7,40,24,.45) 0%, rgba(7,40,24,.12) 45%, transparent 70%);
}
.hero-slide-content { position: relative; z-index: 2; padding: 48px 56px; color: #fff; max-width: 56%; }
.hero-slide-content h1 { color: #fff; font-size: 2.4rem; font-weight: 900; margin: 0 0 14px; line-height: 1.35; text-shadow: 0 2px 12px rgba(0,0,0,.18); }
.hero-slide-content p { color: rgba(255,255,255,.92); font-size: 1.06rem; margin: 0 0 26px; line-height: 1.9; }
.hero-play {
    display: inline-flex; align-items: center; gap: 10px;
    background: #fff; color: var(--brand); font-weight: 800;
    border-radius: 999px; padding: 13px 26px; border: 0; cursor: pointer; text-decoration: none;
    box-shadow: 0 10px 24px rgba(0,0,0,.18); transition: transform .2s var(--ease);
}
.hero-play:hover { transform: translateY(-2px); color: var(--brand); }
.hero-play .material-symbols-rounded { font-size: 24px; font-variation-settings: 'FILL' 1; }
/* arrows */
.hero-arrow {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
    width: 46px; height: 46px; border-radius: 50%; border: 0; cursor: pointer;
    background: rgba(255,255,255,.9); color: var(--brand);
    display: grid; place-items: center; box-shadow: var(--shadow); transition: all .2s var(--ease);
}
.hero-arrow:hover { background: #fff; transform: translateY(-50%) scale(1.08); }
.hero-arrow.next { right: 18px; }
.hero-arrow.prev { left: 18px; }
.hero-arrow .material-symbols-rounded { font-size: 26px; }
/* dots */
.hero-dots { position: absolute; bottom: 18px; left: 0; right: 0; z-index: 3; display: flex; justify-content: center; gap: 8px; }
.hero-dot { width: 10px; height: 10px; border-radius: 999px; border: 0; cursor: pointer; background: rgba(255,255,255,.5); transition: all .25s var(--ease); padding: 0; }
.hero-dot.active { background: #fff; width: 26px; }

/* ===================================================== SERVICES SLIDER */
.svc-viewport { overflow: hidden; }
.svc-track {
    display: grid; grid-auto-flow: column;
    grid-auto-columns: calc((100% - 3 * 20px) / 4);
    grid-template-rows: 1fr 1fr; gap: 20px;
    transition: transform .5s var(--ease);
}
.svc-card {
    display: flex; align-items: flex-start; gap: 14px;
    background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
    padding: 20px; box-shadow: var(--shadow-sm);
    transition: all .28s var(--ease); position: relative; overflow: hidden;
}
.svc-card::before {
    content: ''; position: absolute; inset: 0; right: 0;
    width: 4px; background: var(--brand); transform: scaleY(0); transform-origin: top;
    transition: transform .3s var(--ease);
}
.svc-card:hover { border-color: #cfe9d8; box-shadow: var(--shadow); transform: translateY(-4px); }
.svc-card:hover::before { transform: scaleY(1); }
.svc-ic {
    flex: none; width: 52px; height: 52px; border-radius: 14px;
    background: var(--brand-soft); color: var(--brand);
    display: grid; place-items: center;
}
.svc-ic .material-symbols-rounded { font-size: 28px; font-variation-settings: 'FILL' 1, 'wght' 500; }
.svc-body { flex: 1; min-width: 0; }
.svc-body h3 { font-size: 1rem; font-weight: 800; color: var(--brand); margin: 2px 0 5px; }
.svc-body p { font-size: .82rem; color: var(--muted); margin: 0; }
.svc-arrow { flex: none; color: var(--icon-muted); align-self: center; transition: transform .25s var(--ease); }
.svc-card:hover .svc-arrow { transform: translateX(-4px); color: var(--brand); }
.svc-arrow .material-symbols-rounded { font-size: 22px; }

/* ============================================================== ABOUT */
.about { background: var(--bg-soft); }
.about-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 40px; align-items: center; }
.about h2 { color: var(--brand); font-size: 1.9rem; font-weight: 900; margin: 0 0 18px; line-height: 1.45; }
.about p { color: var(--text); font-size: 1rem; margin: 0 0 16px; }
.about .more {
    display: inline-flex; align-items: center; gap: 6px;
    color: var(--brand); font-weight: 800; font-size: .95rem;
}
.about .more .material-symbols-rounded { font-size: 20px; transition: transform .2s var(--ease); }
.about .more:hover .material-symbols-rounded { transform: translateX(-4px); }
.about-pills { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.about-pills a {
    display: inline-flex; align-items: center; gap: 7px;
    border: 1px solid var(--line); border-radius: 999px; padding: 9px 18px;
    color: var(--text); font-weight: 600; font-size: .85rem; background: #fff;
    transition: all .25s var(--ease);
}
.about-pills a:hover { border-color: var(--brand); color: var(--brand); box-shadow: var(--shadow-sm); }
.about-pills a .material-symbols-rounded { font-size: 19px; color: var(--brand); }
.about-logo { display: grid; place-items: center; }
.about-logo .ring {
    width: 230px; height: 230px; border-radius: 50%;
    background: radial-gradient(circle at 50% 35%, var(--brand-400), var(--brand-600));
    display: grid; place-items: center; color: #fff; text-align: center;
    box-shadow: 0 24px 50px rgba(11,122,62,.3); position: relative;
}
.about-logo .ring::before {
    content: ''; position: absolute; inset: -12px; border-radius: 50%;
    border: 2px dashed rgba(11,122,62,.25);
}
.about-logo .ring .material-symbols-rounded { font-size: 84px; font-variation-settings: 'FILL' 1; }
.about-logo .ring b { display: block; font-size: 1.3rem; font-weight: 900; margin-top: 4px; }
.about-logo .ring span { font-size: .75rem; opacity: .85; }

/* ====================================================== SOCIAL BANNER */
.social-banner {
    border-radius: var(--r-xl); overflow: hidden;
    background:
        radial-gradient(120% 160% at 0% 0%, rgba(255,255,255,.16) 0, transparent 45%),
        linear-gradient(120deg, var(--brand-600), var(--brand-400));
    box-shadow: var(--shadow-lg);
    display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: center;
    padding: 38px 44px; color: #fff;
}
.social-banner .txt h3 { color: #fff; font-size: 1.5rem; font-weight: 900; margin: 0 0 8px; }
.social-banner .txt p { color: rgba(255,255,255,.85); margin: 0; font-size: 1rem; }
.social-icons { display: flex; gap: 14px; }
.social-icons a {
    width: 60px; height: 60px; border-radius: 16px; background: #fff;
    display: grid; place-items: center; color: var(--brand);
    box-shadow: 0 8px 20px rgba(0,0,0,.16); transition: transform .25s var(--ease);
}
.social-icons a:hover { transform: translateY(-4px) scale(1.04); }
.social-icons svg { width: 28px; height: 28px; }

/* ================================================= LIFE INSURANCE LIST */
.life-list { display: flex; flex-direction: column; gap: 16px; }
.life-row {
    display: flex; align-items: center; gap: 18px;
    border: 1px solid var(--line); border-radius: var(--r-lg);
    padding: 20px 24px; background: #fff; transition: all .28s var(--ease);
}
.life-row:hover { border-color: var(--brand); background: var(--brand-soft-2); transform: translateX(-3px); }
.life-row .ic {
    flex: none; width: 56px; height: 56px; border-radius: 16px;
    background: var(--brand-soft); color: var(--brand); display: grid; place-items: center;
}
.life-row .ic .material-symbols-rounded { font-size: 30px; font-variation-settings: 'FILL' 1; }
.life-row .body { flex: 1; }
.life-row .body h3 { font-size: 1.05rem; font-weight: 800; color: var(--title); margin: 0 0 4px; }
.life-row .body p { font-size: .88rem; color: var(--muted); margin: 0; }
.life-row .go { color: var(--icon-muted); transition: all .25s var(--ease); }
.life-row:hover .go { color: var(--brand); transform: translateX(-4px); }

/* =============================================================== NEWS */
.news { background: var(--bg-soft); }
.news-track {
    display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 3 * 24px) / 4);
    gap: 24px; transition: transform .5s var(--ease);
}
.news-card {
    background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-lg);
    overflow: hidden; box-shadow: var(--shadow-sm); transition: all .3s var(--ease);
    display: flex; flex-direction: column;
}
.news-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.news-thumb { aspect-ratio: 16/10; position: relative; overflow: hidden; }
.news-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.news-card:hover .news-thumb img { transform: scale(1.06); }
.news-thumb.ph {
    background: linear-gradient(135deg, var(--brand-500), var(--brand-300));
    display: grid; place-items: center;
}
.news-thumb.ph .material-symbols-rounded { font-size: 64px; color: rgba(255,255,255,.5); }
.news-body { padding: 18px 18px 16px; display: flex; flex-direction: column; flex: 1; }
.news-body h3 {
    font-size: 1rem; font-weight: 800; color: var(--brand); margin: 0 0 10px; line-height: 1.6;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.news-body p {
    font-size: .85rem; color: var(--excerpt); margin: 0 0 16px; line-height: 1.9; flex: 1;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.news-foot { display: flex; align-items: center; justify-content: space-between; }
.news-read {
    display: inline-flex; align-items: center; gap: 6px;
    background: var(--bg-soft); color: var(--title); font-weight: 700; font-size: .8rem;
    border-radius: 999px; padding: 7px 14px; transition: all .25s var(--ease);
}
.news-read:hover { background: var(--brand); color: #fff; }
.news-read .material-symbols-rounded { font-size: 16px; }
.news-date { display: inline-flex; align-items: center; gap: 5px; color: var(--muted); font-size: .78rem; }
.news-date .material-symbols-rounded { font-size: 17px; color: var(--icon-muted); }

/* ============================================================= FOOTER */
#footer {
    background:
        radial-gradient(120% 120% at 100% 0%, rgba(255,255,255,.06) 0, transparent 40%),
        linear-gradient(180deg, var(--brand-600) 0%, var(--brand) 60%, var(--brand-500) 100%);
    color: #fff; margin-top: 0;
}
.foot-top {
    border-bottom: 1px solid rgba(255,255,255,.18);
}
.foot-top-inner {
    display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
    padding-block: 16px;
}
.foot-info {
    display: inline-flex; align-items: center; gap: 10px;
    color: rgba(255,255,255,.92); font-size: .9rem; font-weight: 500;
}
.foot-info .material-symbols-rounded { font-size: 22px; opacity: .9; }
.foot-info b { direction: ltr; font-weight: 700; }
.foot-divider { width: 1px; height: 22px; background: rgba(255,255,255,.25); }

.foot-main {
    display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px;
    padding-block: 44px;
}
.foot-col h4 { color: #fff; font-size: 1.05rem; font-weight: 800; margin: 0 0 18px; }
.foot-col.intro h4 { font-size: 1.4rem; }
.foot-col.intro .slogan { color: rgba(255,255,255,.9); font-weight: 600; margin: -10px 0 14px; font-size: .9rem; }
.foot-col.intro p { color: rgba(255,255,255,.72); font-size: .86rem; line-height: 1.9; margin: 0 0 18px; }
.foot-social { display: flex; gap: 10px; margin-bottom: 18px; }
.foot-social a {
    width: 38px; height: 38px; border-radius: 50%;
    border: 1px solid rgba(255,255,255,.35); display: grid; place-items: center;
    color: #fff; transition: all .25s var(--ease);
}
.foot-social a:hover { background: #fff; color: var(--brand); border-color: #fff; }
.foot-social svg { width: 18px; height: 18px; }
.foot-links { list-style: none; margin: 0; padding: 0; }
.foot-links li { margin-bottom: 11px; }
.foot-links a {
    color: rgba(255,255,255,.85); font-size: .85rem; transition: all .2s var(--ease);
    display: inline-flex; align-items: center; gap: 6px;
}
.foot-links a::before { content: '‹'; color: rgba(255,255,255,.45); font-size: 1rem; }
.foot-links a:hover { color: #fff; padding-inline-start: 3px; }

.foot-map {
    background: #fff; border-radius: var(--r); overflow: hidden;
    box-shadow: 0 10px 24px rgba(0,0,0,.18); width: 100%;
}
.foot-map .map-img {
    height: 130px; position: relative;
    background:
        linear-gradient(0deg, rgba(11,122,62,.08), rgba(11,122,62,.08)),
        repeating-linear-gradient(0deg, #eef3f1 0 22px, #e6ece9 22px 23px),
        repeating-linear-gradient(90deg, #eef3f1 0 22px, #e6ece9 22px 23px);
    display: grid; place-items: center;
}
.foot-map .map-img .material-symbols-rounded { font-size: 44px; color: var(--brand); font-variation-settings: 'FILL' 1; filter: drop-shadow(0 4px 6px rgba(0,0,0,.2)); }
.foot-map .map-cta {
    display: flex; align-items: center; justify-content: center; gap: 6px;
    padding: 11px; color: var(--brand); font-weight: 800; font-size: .9rem;
}
.foot-map .map-cta .material-symbols-rounded { font-size: 20px; }

.foot-trust {
    margin-top: 20px; background: #fff; border-radius: 12px; padding: 10px;
    width: 108px; text-align: center; color: var(--brand-600);
}
.foot-trust .material-symbols-rounded { font-size: 36px; font-variation-settings: 'FILL' 1; }
.foot-trust small { display: block; font-size: .62rem; font-weight: 700; line-height: 1.4; }

.foot-bottom {
    border-top: 1px solid rgba(255,255,255,.18);
    padding-block: 20px; position: relative;
}
.foot-bottom p { color: rgba(255,255,255,.78); font-size: .8rem; margin: 0; line-height: 1.9; max-width: 1050px; }
.back-top {
    position: absolute; left: 0; top: 50%; transform: translateY(-50%);
    width: 48px; height: 48px; border-radius: 50%;
    border: 1px solid rgba(255,255,255,.5); background: rgba(255,255,255,.08);
    color: #fff; display: grid; place-items: center; cursor: pointer;
    transition: all .25s var(--ease);
}
.back-top:hover { background: #fff; color: var(--brand); }

/* --------------------------------------------------------- responsive */
@media (max-width: 991px) {
    .shell { padding-inline: 18px; }
    .about-grid { grid-template-columns: 1fr; }
    .about-logo { order: -1; }
    .foot-main { grid-template-columns: 1fr 1fr; }
    .svc-track { grid-auto-columns: calc((100% - 20px) / 2); }
    .news-track { grid-auto-columns: calc((100% - 24px) / 2); }
    .hero-slide-content { max-width: 78%; }
}
@media (max-width: 575px) {
    .hero-slide { min-height: 300px; }
    .hero-slide-content { padding: 28px 24px; max-width: 100%; }
    .hero-slide-content h1 { font-size: 1.6rem; }
    .hero-slide-content p { font-size: .95rem; }
    .hero-arrow { display: none; }
    .social-banner { grid-template-columns: 1fr; text-align: center; padding: 30px; }
    .social-icons { justify-content: center; }
    .foot-main { grid-template-columns: 1fr; }
    .svc-track { grid-auto-columns: 100%; grid-template-rows: 1fr; }
    .news-track { grid-auto-columns: 88%; }
    .sec-title { font-size: 1.2rem; }
    .call-link .lbl span { display: none; }
}

/* ===================================== keep: login / contact / helpers */
.not-set { color: var(--bs-danger); font-style: italic; }
.hint-block { display: block; margin-top: 5px; color: var(--muted); }
.error-summary {
    color: #842029; background: #f8d7da; border-left: 3px solid #f5c2c7;
    padding: 10px 20px; margin: 0 0 15px 0;
}
.site-login, .site-contact, .site-error, .site-about, .site-contact-success { flex: 1; padding: 50px 0; }
.site-error .site-error-content,
.site-about .site-about-content,
.site-contact-success .site-contact-success-content { width: 100%; max-width: 90%; margin-inline: auto; }
@media (min-width: 768px) {
    .site-error .site-error-content,
    .site-about .site-about-content,
    .site-contact-success .site-contact-success-content { max-width: 60%; }
}
.login-split-card {
    border-radius: 1rem; box-shadow: var(--shadow); background-color: var(--bg-soft);
    width: 100%; max-width: 900px; margin-inline: auto;
}
.login-split-card .input-group {
    border: 1px solid var(--line); border-radius: var(--r-sm); overflow: hidden;
}
.login-split-card .input-group .input-group-text { background: transparent; border: 0; }
.login-split-card .input-group .form-control { border: 0; background: transparent; }
.login-split-card .input-group .form-control:focus { box-shadow: none; }
.login-split-card .input-group:focus-within { border-color: var(--brand); }
.login-brand-panel { background: linear-gradient(135deg, var(--brand-600), var(--brand-400)); min-height: 480px; }
.login-btn { background: linear-gradient(135deg, var(--brand-600), var(--brand-500)); border: none; font-weight: 600; color: #fff; }
.login-btn:hover { opacity: .92; color: #fff; }
.site-contact textarea.form-control { height: 140px; }

/* ===================================================== ARTICLE (news) */
.article { padding: 36px 0 60px; }
.article-head { text-align: center; max-width: 820px; }
.article-head h1 { font-size: 2rem; font-weight: 900; color: var(--title); line-height: 1.5; margin: 0 0 16px; }
.article-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; color: var(--muted); font-size: .85rem; }
.article-meta span { display: inline-flex; align-items: center; gap: 5px; }
.article-meta .material-symbols-rounded { font-size: 18px; color: var(--icon-muted); }
.article-cover { margin: 26px 0 8px; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow); max-height: 460px; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }

.article-body { display: grid; grid-template-columns: 1fr 320px; gap: 34px; margin-top: 30px; align-items: start; }
@media (max-width: 900px) { .article-body { grid-template-columns: 1fr; } }
.article-lead { font-size: 1.1rem; font-weight: 600; color: var(--text); background: var(--brand-soft-2); border-right: 4px solid var(--brand); padding: 16px 20px; border-radius: 12px; margin: 0 0 24px; }
.article-content { font-size: 1.02rem; line-height: 2.1; color: var(--text); }
.article-content p { margin: 0 0 16px; }

/* engagement */
.engage { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap;
    margin: 34px 0; padding: 20px 24px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--bg-soft); }
.like-btn { display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--line); background: #fff;
    color: var(--text); border-radius: 999px; padding: 10px 20px; font-family: inherit; font-weight: 700; font-size: .92rem; cursor: pointer; transition: all .2s var(--ease); }
.like-btn .material-symbols-rounded { font-size: 22px; color: var(--icon-muted); transition: all .2s var(--ease); }
.like-btn b { color: var(--muted); }
.like-btn:hover { border-color: #f3b4b4; }
.like-btn.on { background: #fff0f1; border-color: #f6c2c5; color: #e0245e; }
.like-btn.on .material-symbols-rounded { color: #e0245e; font-variation-settings: 'FILL' 1; }
.like-btn.on b { color: #e0245e; }

.rate { display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.rate-label { font-size: .88rem; color: var(--muted); font-weight: 600; }
.stars { display: inline-flex; direction: ltr; }
.stars .star { font-size: 28px; color: #d9dee0; cursor: pointer; transition: color .15s var(--ease); font-variation-settings: 'FILL' 1; }
.stars .star.filled { color: #f5a623; }
.rate-info { font-size: .82rem; color: var(--muted); }

/* comments */
.comments { margin-top: 40px; }
.comment { display: flex; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line-soft); }
.c-avatar { flex: none; width: 44px; height: 44px; border-radius: 50%; background: var(--brand-soft); color: var(--brand); display: grid; place-items: center; font-weight: 800; font-size: 1.1rem; }
.c-body { flex: 1; }
.c-head { display: flex; align-items: center; gap: 10px; margin-bottom: 4px; }
.c-head b { color: var(--title); font-weight: 700; }
.c-head small { color: var(--icon-muted); font-size: .78rem; }
.c-body p { margin: 0; color: var(--text); font-size: .92rem; }
.no-comments { color: var(--muted); padding: 16px 0; }

.comment-form-card { margin-top: 26px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px; }
.comment-form-card h3 { font-size: 1.05rem; font-weight: 800; color: var(--title); margin: 0 0 4px; }
.cf-note { color: var(--muted); font-size: .82rem; margin: 0 0 16px; }
.cf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
@media (max-width: 575px) { .cf-grid { grid-template-columns: 1fr; } }
.comment-form-card input, .comment-form-card textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; padding: 11px 14px; font-family: inherit; font-size: .92rem; background: #fff; transition: border-color .2s var(--ease), box-shadow .2s var(--ease); }
.comment-form-card input:focus, .comment-form-card textarea:focus { outline: 0; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(11,122,62,.12); }
.comment-form-card textarea { resize: vertical; }
/* live-validation states */
.cf-field { position: relative; }
.comment-form-card .has-err { border-color: #dc2626 !important; background: #fef2f2; }
.comment-form-card .has-err:focus { box-shadow: 0 0 0 3px rgba(220, 38, 38, .14) !important; }
.comment-form-card .is-ok { border-color: #16a34a; }
.cf-err { display: block; min-height: 0; max-height: 0; overflow: hidden; color: #dc2626; font-size: .76rem; margin-top: 4px; transition: max-height .2s var(--ease); }
.cf-err.show { max-height: 30px; }
.cf-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 12px; flex-wrap: wrap; }
.cf-foot .btn-pill { border: 0; cursor: pointer; }
.cf-msg { font-size: .85rem; font-weight: 600; }
.cf-msg.ok { color: var(--brand); }
.cf-msg.err { color: #c0392b; }

/* related sidebar */
.article-side { position: sticky; top: 100px; }
.side-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 20px; box-shadow: var(--shadow-sm); }
.side-card h3 { font-size: 1rem; font-weight: 800; color: var(--title); margin: 0 0 16px; display: flex; align-items: center; gap: 8px; }
.side-card h3 .material-symbols-rounded { color: var(--brand); font-size: 20px; }
.side-news { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line-soft); align-items: center; }
.side-news:last-child { border-bottom: 0; }
.side-news img, .side-ph { flex: none; width: 64px; height: 48px; border-radius: 10px; object-fit: cover; }
.side-ph { background: var(--brand-soft); color: var(--brand); display: grid; place-items: center; }
.side-news b { display: block; font-size: .85rem; color: var(--title); font-weight: 700; line-height: 1.6; transition: color .2s var(--ease); }
.side-news small { color: var(--icon-muted); font-size: .74rem; }
.side-news:hover b { color: var(--brand); }
