/* ─────────────────────────────────────────────
   BLOG PAGE — prefix: blg-
   ───────────────────────────────────────────── */
.blg-page {
    --blg-cream: #fff9ee;
    --blg-coral: #ec6e5e;
    --blg-dark:  #0f1f24;
    font-family: 'Sora', sans-serif;
}

/* ══ HERO ══════════════════════════════════════ */
.blg-hero {
    min-height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 160px max(6vw, calc((100% - 1400px) / 2)) 80px;
    position: relative;
    overflow: hidden;
    background: var(--iwm-green);
}
.blg-hero > * { position: relative; z-index: 1; }
.blg-hero::before {
    content: '';
    position: absolute; inset: 0;
    pointer-events: none; z-index: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='400' height='400' viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='23' cy='47' r='1.5' fill='rgba(255,255,255,0.18)'/%3E%3Ccircle cx='87' cy='12' r='1' fill='rgba(255,255,255,0.12)'/%3E%3Ccircle cx='145' cy='78' r='1.5' fill='rgba(255,255,255,0.15)'/%3E%3Ccircle cx='210' cy='33' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='278' cy='61' r='2' fill='rgba(255,255,255,0.16)'/%3E%3Ccircle cx='340' cy='22' r='1' fill='rgba(255,255,255,0.13)'/%3E%3Ccircle cx='380' cy='90' r='1.5' fill='rgba(255,255,255,0.18)'/%3E%3Ccircle cx='55' cy='130' r='1' fill='rgba(255,255,255,0.14)'/%3E%3Ccircle cx='118' cy='155' r='2' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='190' cy='112' r='1.5' fill='rgba(255,255,255,0.17)'/%3E%3Ccircle cx='250' cy='140' r='1' fill='rgba(255,255,255,0.12)'/%3E%3Ccircle cx='315' cy='125' r='2' fill='rgba(255,255,255,0.15)'/%3E%3Ccircle cx='370' cy='148' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='42' cy='95' r='1' fill='rgba(255,255,255,0.13)'/%3E%3Ccircle cx='130' cy='30' r='1.5' fill='rgba(255,255,255,0.16)'/%3E%3Ccircle cx='300' cy='42' r='1' fill='rgba(255,255,255,0.11)'/%3E%3Ccircle cx='10' cy='200' r='1.5' fill='rgba(255,255,255,0.16)'/%3E%3Ccircle cx='75' cy='220' r='1' fill='rgba(255,255,255,0.13)'/%3E%3Ccircle cx='160' cy='195' r='2' fill='rgba(255,255,255,0.18)'/%3E%3Ccircle cx='230' cy='230' r='1.5' fill='rgba(255,255,255,0.14)'/%3E%3Ccircle cx='290' cy='205' r='1' fill='rgba(255,255,255,0.17)'/%3E%3Ccircle cx='355' cy='240' r='1.5' fill='rgba(255,255,255,0.12)'/%3E%3Ccircle cx='110' cy='178' r='1' fill='rgba(255,255,255,0.14)'/%3E%3Ccircle cx='200' cy='165' r='1.5' fill='rgba(255,255,255,0.11)'/%3E%3Ccircle cx='330' cy='185' r='1' fill='rgba(255,255,255,0.15)'/%3E%3Ccircle cx='40' cy='285' r='1' fill='rgba(255,255,255,0.15)'/%3E%3Ccircle cx='100' cy='310' r='2' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='175' cy='270' r='1.5' fill='rgba(255,255,255,0.16)'/%3E%3Ccircle cx='240' cy='300' r='1' fill='rgba(255,255,255,0.13)'/%3E%3Ccircle cx='305' cy='275' r='2' fill='rgba(255,255,255,0.18)'/%3E%3Ccircle cx='365' cy='320' r='1' fill='rgba(255,255,255,0.14)'/%3E%3Ccircle cx='60' cy='255' r='1.5' fill='rgba(255,255,255,0.12)'/%3E%3Ccircle cx='150' cy='330' r='1' fill='rgba(255,255,255,0.16)'/%3E%3Ccircle cx='270' cy='250' r='1' fill='rgba(255,255,255,0.13)'/%3E%3Ccircle cx='390' cy='290' r='1.5' fill='rgba(255,255,255,0.11)'/%3E%3Ccircle cx='20' cy='360' r='1.5' fill='rgba(255,255,255,0.17)'/%3E%3Ccircle cx='90' cy='385' r='1' fill='rgba(255,255,255,0.12)'/%3E%3Ccircle cx='155' cy='350' r='2' fill='rgba(255,255,255,0.15)'/%3E%3Ccircle cx='220' cy='375' r='1.5' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='285' cy='355' r='1' fill='rgba(255,255,255,0.16)'/%3E%3Ccircle cx='345' cy='390' r='2' fill='rgba(255,255,255,0.18)'/%3E%3Ccircle cx='395' cy='365' r='1' fill='rgba(255,255,255,0.13)'/%3E%3Ccircle cx='75' cy='370' r='1' fill='rgba(255,255,255,0.14)'/%3E%3Ccircle cx='190' cy='395' r='1.5' fill='rgba(255,255,255,0.11)'/%3E%3Ccircle cx='320' cy='370' r='1' fill='rgba(255,255,255,0.15)'/%3E%3C/svg%3E");
    background-size: 400px 400px;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
}

.blg-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--cta);
    margin-bottom: 32px;
    opacity: 0;
    transform: translateY(16px);
}
.blg-hero-tag::before {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: var(--cta);
    flex-shrink: 0;
}
.blg-hero-title {
    font-family: 'Antonio', sans-serif;
    font-size: clamp(56px, 10vw, 130px);
    font-weight: 700; line-height: 1.05; text-transform: none;
    color: var(--white-off); margin: 0 0 60px; max-width: 900px;
    opacity: 0; transform: translateY(40px);
}
.blg-hero-title em { font-style: normal; color: var(--cta); }
.blg-hero-bottom {
    display: flex; align-items: flex-end;
    justify-content: space-between; gap: 40px;
    padding-top: 48px; border-top: 1px solid rgba(255,255,255,0.1);
    opacity: 0; transform: translateY(20px);
}
.blg-hero-desc {
    font-size: 16px; line-height: 1.8;
    color: rgba(255,249,238,0.55); max-width: 520px; margin: 0;
}

/* ══ FEATURED (cream) ═════════════════════════ */
.blg-featured-section {
    background-color: var(--blg-cream);
    background-image:
        linear-gradient(rgba(0,0,0,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,0,0,0.04) 1px, transparent 1px),
        url("data:image/svg+xml,%3Csvg width='400' height='400' viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='23' cy='47' r='1.5' fill='rgba(0,95,115,0.07)'/%3E%3Ccircle cx='87' cy='12' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='145' cy='78' r='1.5' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='210' cy='33' r='1' fill='rgba(0,95,115,0.04)'/%3E%3Ccircle cx='278' cy='61' r='2' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='340' cy='22' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='380' cy='90' r='1.5' fill='rgba(0,95,115,0.07)'/%3E%3Ccircle cx='55' cy='130' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='118' cy='155' r='2' fill='rgba(0,95,115,0.04)'/%3E%3Ccircle cx='190' cy='112' r='1.5' fill='rgba(0,95,115,0.07)'/%3E%3Ccircle cx='250' cy='140' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='315' cy='125' r='2' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='370' cy='148' r='1' fill='rgba(0,95,115,0.04)'/%3E%3Ccircle cx='42' cy='95' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='130' cy='30' r='1.5' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='300' cy='42' r='1' fill='rgba(0,95,115,0.04)'/%3E%3Ccircle cx='10' cy='200' r='1.5' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='75' cy='220' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='160' cy='195' r='2' fill='rgba(0,95,115,0.07)'/%3E%3Ccircle cx='230' cy='230' r='1.5' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='290' cy='205' r='1' fill='rgba(0,95,115,0.07)'/%3E%3Ccircle cx='355' cy='240' r='1.5' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='110' cy='178' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='200' cy='165' r='1.5' fill='rgba(0,95,115,0.04)'/%3E%3Ccircle cx='330' cy='185' r='1' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='40' cy='285' r='1' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='100' cy='310' r='2' fill='rgba(0,95,115,0.04)'/%3E%3Ccircle cx='175' cy='270' r='1.5' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='240' cy='300' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='305' cy='275' r='2' fill='rgba(0,95,115,0.07)'/%3E%3Ccircle cx='365' cy='320' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='60' cy='255' r='1.5' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='150' cy='330' r='1' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='270' cy='250' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='390' cy='290' r='1.5' fill='rgba(0,95,115,0.04)'/%3E%3Ccircle cx='20' cy='360' r='1.5' fill='rgba(0,95,115,0.07)'/%3E%3Ccircle cx='90' cy='385' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='155' cy='350' r='2' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='220' cy='375' r='1.5' fill='rgba(0,95,115,0.04)'/%3E%3Ccircle cx='285' cy='355' r='1' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='345' cy='390' r='2' fill='rgba(0,95,115,0.07)'/%3E%3Ccircle cx='395' cy='365' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='75' cy='370' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='190' cy='395' r='1.5' fill='rgba(0,95,115,0.04)'/%3E%3Ccircle cx='320' cy='370' r='1' fill='rgba(0,95,115,0.06)'/%3E%3C/svg%3E");
    background-size: 130px 130px, 130px 130px, 400px 400px;
    padding: 80px max(6vw, calc((100% - 1400px) / 2));
}
.blg-featured {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 16px;
    background: #fff;
    text-decoration: none;
    opacity: 0;
    transform: translateY(48px);
    min-height: 500px;
    box-shadow: 0 4px 32px rgba(13,31,38,0.1);
    transition: box-shadow 0.4s cubic-bezier(0.16,1,0.3,1);
}
.blg-featured:hover {
    box-shadow: 0 24px 72px rgba(13,31,38,0.18);
}
.blg-featured-svg {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    pointer-events: none;
    overflow: visible;
    z-index: 2;
    border-radius: 16px;
}
.blg-featured-svg rect {
    fill: none;
    stroke: #ec6e5e;
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    transition: stroke-dashoffset 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.blg-featured:hover .blg-featured-svg rect { stroke-dashoffset: 0; }
.blg-featured-img { position: relative; overflow: hidden; border-radius: 16px 0 0 16px; }
.blg-featured-body { border-radius: 0 16px 16px 0; overflow: hidden; }
.blg-featured-img img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16,1,0.3,1);
}
.blg-featured:hover .blg-featured-img img { transform: scale(1.06); }
.blg-featured-body {
    padding: 56px 52px;
    display: flex; flex-direction: column; justify-content: flex-end;
    color: var(--blg-cream);
    background: #005f73;
}
.blg-feat-num {
    font-family: 'Antonio', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(255,249,238,0.2);
    display: block;
    margin-bottom: 12px;
}
.blg-featured-label {
    font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 2px; color: var(--blg-coral);
    margin-bottom: 16px;
    display: flex; align-items: center; gap: 12px;
}
.blg-featured-label::before {
    content: ''; display: block; width: 28px;
    height: 1px; background: var(--blg-coral);
}
.blg-featured-cat {
    font-size: 11px; font-weight: 600; text-transform: uppercase;
    letter-spacing: 1px; color: var(--blg-coral);
    margin-bottom: 16px; opacity: 0.7;
}
.blg-featured-title {
    font-family: 'Antonio', sans-serif;
    font-size: clamp(32px, 3.5vw, 54px);
    font-weight: 700; line-height: 1.1;
    color: var(--blg-cream); margin: 0 0 20px;
    transition: color 0.3s;
}
.blg-featured:hover .blg-featured-title { color: var(--blg-coral); }
.blg-featured-excerpt {
    font-size: 14px; line-height: 1.75;
    color: rgba(255,249,238,0.55); margin-bottom: 36px; flex-grow: 1;
}
.blg-featured-meta {
    display: flex; align-items: center; justify-content: space-between;
    padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1);
}
.blg-featured-date {
    font-size: 11px; font-weight: 500; text-transform: uppercase;
    letter-spacing: 1px; color: rgba(255,249,238,0.35);
}
.blg-featured-arrow {
    width: 44px; height: 44px; border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.2);
    display: flex; align-items: center; justify-content: center;
    color: var(--blg-cream); transition: all 0.3s;
}
.blg-featured:hover .blg-featured-arrow {
    background: var(--blg-coral); border-color: var(--blg-coral);
    color: #fff; transform: translateX(4px);
}

/* ══ GRID SECTION ════════════════════════════ */
.blg-grid-section {
    background-color: #fff9ee;
    background-image:
        linear-gradient(rgba(0,0,0,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,0,0,0.04) 1px, transparent 1px),
        url("data:image/svg+xml,%3Csvg width='400' height='400' viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='23' cy='47' r='1.5' fill='rgba(0,95,115,0.07)'/%3E%3Ccircle cx='87' cy='12' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='145' cy='78' r='1.5' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='210' cy='33' r='1' fill='rgba(0,95,115,0.04)'/%3E%3Ccircle cx='278' cy='61' r='2' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='340' cy='22' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='380' cy='90' r='1.5' fill='rgba(0,95,115,0.07)'/%3E%3Ccircle cx='55' cy='130' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='118' cy='155' r='2' fill='rgba(0,95,115,0.04)'/%3E%3Ccircle cx='190' cy='112' r='1.5' fill='rgba(0,95,115,0.07)'/%3E%3Ccircle cx='250' cy='140' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='315' cy='125' r='2' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='370' cy='148' r='1' fill='rgba(0,95,115,0.04)'/%3E%3Ccircle cx='42' cy='95' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='130' cy='30' r='1.5' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='300' cy='42' r='1' fill='rgba(0,95,115,0.04)'/%3E%3Ccircle cx='10' cy='200' r='1.5' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='75' cy='220' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='160' cy='195' r='2' fill='rgba(0,95,115,0.07)'/%3E%3Ccircle cx='230' cy='230' r='1.5' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='290' cy='205' r='1' fill='rgba(0,95,115,0.07)'/%3E%3Ccircle cx='355' cy='240' r='1.5' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='110' cy='178' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='200' cy='165' r='1.5' fill='rgba(0,95,115,0.04)'/%3E%3Ccircle cx='330' cy='185' r='1' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='40' cy='285' r='1' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='100' cy='310' r='2' fill='rgba(0,95,115,0.04)'/%3E%3Ccircle cx='175' cy='270' r='1.5' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='240' cy='300' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='305' cy='275' r='2' fill='rgba(0,95,115,0.07)'/%3E%3Ccircle cx='365' cy='320' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='60' cy='255' r='1.5' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='150' cy='330' r='1' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='270' cy='250' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='390' cy='290' r='1.5' fill='rgba(0,95,115,0.04)'/%3E%3Ccircle cx='20' cy='360' r='1.5' fill='rgba(0,95,115,0.07)'/%3E%3Ccircle cx='90' cy='385' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='155' cy='350' r='2' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='220' cy='375' r='1.5' fill='rgba(0,95,115,0.04)'/%3E%3Ccircle cx='285' cy='355' r='1' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='345' cy='390' r='2' fill='rgba(0,95,115,0.07)'/%3E%3Ccircle cx='395' cy='365' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='75' cy='370' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='190' cy='395' r='1.5' fill='rgba(0,95,115,0.04)'/%3E%3Ccircle cx='320' cy='370' r='1' fill='rgba(0,95,115,0.06)'/%3E%3C/svg%3E");
    background-size: 130px 130px, 130px 130px, 400px 400px;
    padding: 72px max(6vw, calc((100% - 1400px) / 2)) 120px;
}

/* filtri */
.blg-filters {
    display: flex; flex-wrap: wrap; gap: 8px;
    margin-bottom: 64px; opacity: 0; transform: translateY(16px);
}
.blg-filter-btn {
    font-family: 'Sora', sans-serif; font-size: 11px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.4px;
    color: rgba(15,31,36,0.5);
    background: rgba(15,31,36,0.06);
    border: 1px solid rgba(15,31,36,0.12);
    border-radius: 10px; padding: 8px 20px;
    cursor: pointer; text-decoration: none; display: inline-block;
    transition: background 0.25s, color 0.25s, border-color 0.25s, transform 0.2s;
    white-space: nowrap;
}
.blg-filter-btn:hover {
    background: rgba(15,31,36,0.1);
    border-color: rgba(15,31,36,0.22);
    color: #0f1f24; transform: translateY(-1px);
}
.blg-filter-btn.is-active {
    background: #ec6e5e; border-color: #ec6e5e; color: #fff;
}
@media (max-width: 768px) {
    .blg-filters { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
    .blg-filters::-webkit-scrollbar { display: none; }
}

/* grid label */
.blg-grid-header { margin-bottom: 36px; opacity: 0; transform: translateY(16px); }
.blg-grid-label {
    font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 2.5px; color: rgba(15,31,36,0.35);
    display: flex; align-items: center; gap: 14px;
}
.blg-grid-label::before {
    content: ''; display: block; width: 28px;
    height: 1px; background: rgba(15,31,36,0.25);
}

/* list */
.blg-grid {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
}

.blg-grid .iwm-brow {
    opacity: 1;
}

/* empty */
.blg-empty { grid-column: 1/-1; padding: 80px 20px; text-align: center; }
.blg-empty svg { width: 56px; height: 56px; margin: 0 auto 20px; display: block; opacity: 0.2; color: #0f1f24; }
.blg-empty p { font-size: 16px; color: rgba(15,31,36,0.35); }

/* pagination */
.blg-pagination { display: flex; justify-content: center; align-items: center; gap: 8px; flex-wrap: wrap; }
.blg-pagination a,
.blg-pagination span {
    min-width: 44px; height: 44px; padding: 0 14px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 10px;
    background: rgba(15,31,36,0.06); border: 1px solid rgba(15,31,36,0.12);
    color: rgba(15,31,36,0.6);
    font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 600;
    text-decoration: none; transition: all 0.25s; white-space: nowrap;
}
.blg-pagination a:hover {
    background: rgba(15,31,36,0.1); border-color: rgba(15,31,36,0.22);
    color: #0f1f24; transform: translateY(-1px);
}
.blg-pagination .current { background: #ec6e5e; border-color: #ec6e5e; color: #fff; }

/* ══ CTA teal override ════════════════════════ */
.blg-cta-wrap .cs-cta                        { background-color: #005f73 !important; background-image: url("data:image/svg+xml,%3Csvg width='400' height='400' viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='23' cy='47' r='1.5' fill='rgba(0,95,115,0.07)'/%3E%3Ccircle cx='87' cy='12' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='145' cy='78' r='1.5' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='210' cy='33' r='1' fill='rgba(0,95,115,0.04)'/%3E%3Ccircle cx='278' cy='61' r='2' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='340' cy='22' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='380' cy='90' r='1.5' fill='rgba(0,95,115,0.07)'/%3E%3Ccircle cx='55' cy='130' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='118' cy='155' r='2' fill='rgba(0,95,115,0.04)'/%3E%3Ccircle cx='190' cy='112' r='1.5' fill='rgba(0,95,115,0.07)'/%3E%3Ccircle cx='250' cy='140' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='315' cy='125' r='2' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='370' cy='148' r='1' fill='rgba(0,95,115,0.04)'/%3E%3Ccircle cx='42' cy='95' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='130' cy='30' r='1.5' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='300' cy='42' r='1' fill='rgba(0,95,115,0.04)'/%3E%3Ccircle cx='10' cy='200' r='1.5' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='75' cy='220' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='160' cy='195' r='2' fill='rgba(0,95,115,0.07)'/%3E%3Ccircle cx='230' cy='230' r='1.5' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='290' cy='205' r='1' fill='rgba(0,95,115,0.07)'/%3E%3Ccircle cx='355' cy='240' r='1.5' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='110' cy='178' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='200' cy='165' r='1.5' fill='rgba(0,95,115,0.04)'/%3E%3Ccircle cx='330' cy='185' r='1' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='40' cy='285' r='1' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='100' cy='310' r='2' fill='rgba(0,95,115,0.04)'/%3E%3Ccircle cx='175' cy='270' r='1.5' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='240' cy='300' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='305' cy='275' r='2' fill='rgba(0,95,115,0.07)'/%3E%3Ccircle cx='365' cy='320' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='60' cy='255' r='1.5' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='150' cy='330' r='1' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='270' cy='250' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='390' cy='290' r='1.5' fill='rgba(0,95,115,0.04)'/%3E%3Ccircle cx='20' cy='360' r='1.5' fill='rgba(0,95,115,0.07)'/%3E%3Ccircle cx='90' cy='385' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='155' cy='350' r='2' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='220' cy='375' r='1.5' fill='rgba(0,95,115,0.04)'/%3E%3Ccircle cx='285' cy='355' r='1' fill='rgba(0,95,115,0.06)'/%3E%3Ccircle cx='345' cy='390' r='2' fill='rgba(0,95,115,0.07)'/%3E%3Ccircle cx='395' cy='365' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='75' cy='370' r='1' fill='rgba(0,95,115,0.05)'/%3E%3Ccircle cx='190' cy='395' r='1.5' fill='rgba(0,95,115,0.04)'/%3E%3Ccircle cx='320' cy='370' r='1' fill='rgba(0,95,115,0.06)'/%3E%3C/svg%3E") !important; background-size: 400px 400px !important; }
.blg-cta-wrap .cs-cta-title                  { color: #fff9ee !important; }
.blg-cta-wrap .cs-cta-title em               { color: #ec6e5e !important; }
.blg-cta-wrap .cs-cta-tag                    { color: #ec6e5e !important; }
.blg-cta-wrap .cs-cta-tag::before            { background: #ec6e5e !important; }
.blg-cta-wrap .cs-cta-desc                   { color: rgba(255,249,238,0.7) !important; }
.blg-cta-wrap .cs-cta-step-num               { color: #ec6e5e !important; }
.blg-cta-wrap .cs-cta-step-body strong       { color: #fff9ee !important; }
.blg-cta-wrap .cs-cta-step-body span         { color: rgba(255,249,238,0.6) !important; }
/* card destra */
.blg-cta-wrap .cs-cta-card                   { background: rgba(255,249,238,0.06) !important; border-color: rgba(255,249,238,0.18) !important; }
.blg-cta-wrap .cs-cta-card-heading           { color: #fff9ee !important; }
.blg-cta-wrap .cs-cta-row                    { background: rgba(255,249,238,0.06) !important; }
.blg-cta-wrap .cs-cta-row:hover              { background: rgba(255,249,238,0.12) !important; }
.blg-cta-wrap .cs-cta-row-icon               { background: rgba(255,249,238,0.1) !important; }
.blg-cta-wrap .cs-cta-row-icon svg           { stroke: rgba(255,249,238,0.7) !important; }
.blg-cta-wrap .cs-cta-row-label              { color: #fff9ee !important; }
.blg-cta-wrap .cs-cta-row-value              { color: rgba(255,249,238,0.6) !important; }
.blg-cta-wrap .cs-cta-divider                { color: rgba(255,249,238,0.4) !important; }
.blg-cta-wrap .cs-cta-divider::before,
.blg-cta-wrap .cs-cta-divider::after         { background: rgba(255,249,238,0.15) !important; }

/* ══ RESPONSIVE ════════════════════════════════ */
@media (max-width: 1024px) {
    .blg-hero { min-height: 60vh; }
    .blg-hero-bottom { flex-direction: column; align-items: flex-start; gap: 24px; }
    .blg-featured { grid-template-columns: 1fr; min-height: auto; }
    .blg-featured-img { aspect-ratio: 16/8; border-radius: 16px 16px 0 0; }
    .blg-featured-body { padding: 36px 32px 40px; border-radius: 0 0 16px 16px; }
    .blg-featured-title { font-size: clamp(28px, 5vw, 40px); }
}
@media (max-width: 768px) {
    .blg-hero { padding: 120px 6vw 60px; }
    .blg-featured-section { padding: 48px 6vw; }
    .blg-grid-section { padding: 48px 6vw 80px; }
    .blg-featured-body { padding: 28px 24px 32px; }
}

/* Tag archive */
.blg-hero-count {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 249, 238, 0.45);
    margin: 0;
}
.blg-hero-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    text-align: right;
}
.blg-back-link {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--cta);
    text-decoration: none;
    transition: opacity 0.25s;
}
.blg-back-link:hover { opacity: 0.75; }
@media (max-width: 1024px) {
    .blg-hero-meta { align-items: flex-start; text-align: left; }
}
