.blog-page-main {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 10%, rgba(193, 164, 112, 0.08), transparent 24%),
        radial-gradient(circle at 88% 82%, rgba(193, 164, 112, 0.06), transparent 22%),
        linear-gradient(180deg, #fcfbf8 0%, #f5efe8 50%, #fcfbf8 100%);
}

/* hero */
.blog-hero-section {
    position: relative;
    padding: 34px 0 44px;
}

.blog-hero-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    gap: 34px;
    align-items: center;
    padding: 42px;
    border-radius: 38px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(247,242,236,0.98) 100%);
    border: 1px solid rgba(40, 31, 22, 0.06);
    box-shadow:
        0 22px 60px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255,255,255,0.72);
}

.blog-hero-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 25%, rgba(210, 183, 131, 0.14), transparent 24%),
        radial-gradient(circle at 80% 72%, rgba(210, 183, 131, 0.10), transparent 22%);
    pointer-events: none;
}

.blog-hero-content,
.blog-hero-visual {
    position: relative;
    z-index: 2;
}

.blog-hero-kicker,
.blog-section-mini,
.blog-topic-mini,
.blog-feature-mini {
    display: inline-block;
    color: #9c7c55;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, sans-serif;
}

.blog-hero-kicker {
    margin-bottom: 18px;
}

.blog-hero-title {
    margin: 0 0 18px;
    color: #17120d;
    font-size: clamp(42px, 5vw, 78px);
    line-height: 0.95;
    font-weight: 700;
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    max-width: 760px;
}

.blog-hero-text {
    max-width: 620px;
    margin: 0 0 28px;
    color: #6b6055;
    font-size: 16px;
    line-height: 1.9;
}

.blog-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.blog-hero-btn {
    min-width: 210px;
    height: 54px;
    padding: 0 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, sans-serif;
    transition: all 0.3s ease;
}

.blog-hero-btn-primary {
    background: linear-gradient(180deg, #1d1712 0%, #120d09 100%);
    color: #ffffff;
    box-shadow: 0 16px 34px rgba(19, 14, 10, 0.16);
}

.blog-hero-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 38px rgba(19, 14, 10, 0.2);
}

.blog-hero-btn-secondary {
    border: 1px solid rgba(28, 21, 15, 0.12);
    background: rgba(255,255,255,0.82);
    color: #17120d;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.75);
}

.blog-hero-btn-secondary:hover {
    transform: translateY(-3px);
    background: #f8f1e8;
    border-color: rgba(167, 133, 78, 0.24);
}

.blog-hero-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
}

.blog-highlight-card {
    padding: 18px 18px 16px;
    border-radius: 22px;
    background: rgba(255,255,255,0.86);
    border: 1px solid rgba(37, 28, 20, 0.06);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
}

.blog-highlight-card strong {
    display: block;
    margin-bottom: 8px;
    color: #17120d;
    font-size: 18px;
    font-weight: 700;
    font-family: "Cormorant Garamond", serif;
}

.blog-highlight-card span {
    display: block;
    color: #6c6156;
    font-size: 13px;
    line-height: 1.7;
}

/* visual */
.blog-hero-visual {
    display: flex;
    justify-content: center;
}

.blog-visual-stage {
    position: relative;
    width: 100%;
    max-width: 560px;
    min-height: 620px;
    border-radius: 36px;
    background:
        radial-gradient(circle at top, rgba(255,255,255,0.95), rgba(255,255,255,0.35) 30%, rgba(255,255,255,0) 65%),
        linear-gradient(180deg, #f0e8de 0%, #e4dbcf 100%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.7),
        0 24px 60px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.blog-visual-pill {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 4;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    background: #17120d;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, sans-serif;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.blog-visual-center {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 76px 48px;
}

.blog-feature-card {
    width: 100%;
    max-width: 360px;
    padding: 18px;
    border-radius: 28px;
    background: rgba(255,255,255,0.94);
    border: 1px solid rgba(37, 28, 20, 0.06);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.10);
    animation: blogPulseFloat 5s ease-in-out infinite;
}

.blog-feature-media {
    height: 240px;
    border-radius: 24px;
    overflow: hidden;
    background:
        radial-gradient(circle at top, rgba(210, 183, 131, 0.18), transparent 38%),
        linear-gradient(180deg, #fbf7f1 0%, #f2ebe2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.blog-feature-media img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 24px 18px rgba(0, 0, 0, 0.14));
}

.blog-feature-content {
    padding: 18px 6px 4px;
}

.blog-feature-mini {
    margin-bottom: 10px;
}

.blog-feature-content h3 {
    margin: 0 0 10px;
    color: #17120d;
    font-size: 34px;
    line-height: 0.96;
    font-family: "Cormorant Garamond", serif;
}

.blog-feature-content p {
    margin: 0;
    color: #6b6055;
    font-size: 14px;
    line-height: 1.8;
}

.blog-visual-orbit {
    position: absolute;
    border: 1px solid rgba(165, 131, 77, 0.14);
    border-radius: 50%;
    pointer-events: none;
}

.blog-visual-orbit-one {
    top: 50%;
    left: 50%;
    width: 260px;
    height: 260px;
    transform: translate(-50%, -50%);
}

.blog-visual-orbit-two {
    top: 50%;
    left: 50%;
    width: 380px;
    height: 380px;
    transform: translate(-50%, -50%);
}

.blog-visual-orbit-three {
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    transform: translate(-50%, -50%);
}

.blog-floating-card {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 220px;
    max-width: 250px;
    padding: 14px;
    border-radius: 22px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(37, 28, 20, 0.06);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(6px);
}

.blog-floating-card-top {
    top: 68px;
    left: -12px;
    animation: blogFloatCardOne 4.8s ease-in-out infinite;
}

.blog-floating-card-bottom {
    right: -16px;
    bottom: 48px;
    animation: blogFloatCardTwo 5.2s ease-in-out infinite;
}

.blog-floating-icon {
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f0e7db 0%, #e6dbcd 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #17120d;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);
}

.blog-floating-icon i {
    font-size: 28px;
}

.blog-floating-info h3 {
    margin: 0 0 4px;
    color: #1a1410;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    font-family: "Cormorant Garamond", serif;
}

.blog-floating-info p {
    margin: 0;
    color: #6b6055;
    font-size: 13px;
    line-height: 1.6;
}

/* topics */
.blog-topics-section,
.blog-listing-section {
    position: relative;
    padding: 34px 0 44px;
}

.blog-topics-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.blog-topic-card {
    padding: 28px 24px;
    border-radius: 28px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(37, 28, 20, 0.06);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-topic-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
}

.blog-topic-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 18px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 30% 30%, rgba(255,255,255,0.25), rgba(255,255,255,0) 35%),
        linear-gradient(180deg, #221a14 0%, #120d09 100%);
    color: #f2cf98;
    box-shadow: 0 16px 28px rgba(18, 13, 9, 0.16);
}

.blog-topic-icon i {
    font-size: 22px;
}

.blog-topic-card h3 {
    margin: 10px 0 10px;
    color: #17120d;
    font-size: 30px;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
}

.blog-topic-card p {
    margin: 0;
    color: #6b6055;
    font-size: 14px;
    line-height: 1.8;
}

/* listing */
.blog-listing-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.78fr);
    gap: 28px;
    align-items: start;
}

.blog-listing-wrap,
.blog-side-card {
    padding: 34px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(247,242,236,0.98) 100%);
    border: 1px solid rgba(40, 31, 22, 0.06);
    box-shadow:
        0 18px 48px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255,255,255,0.72);
}

.blog-side-wrap {
    display: grid;
    gap: 22px;
}

.blog-side-card-soft {
    background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(243,236,227,0.98) 100%);
}

.blog-section-head {
    margin-bottom: 24px;
}

.blog-section-head h2,
.blog-side-card h3 {
    margin: 12px 0 14px;
    color: #17120d;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 0.98;
    font-weight: 700;
    font-family: "Cormorant Garamond", serif;
}

.blog-side-card h3 {
    font-size: 40px;
}

.blog-section-head p,
.blog-side-card p {
    margin: 0;
    color: #6b6055;
    font-size: 15px;
    line-height: 1.95;
}

/* filter */
.blog-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px;
}

.blog-filter-btn {
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(28, 21, 15, 0.12);
    border-radius: 999px;
    background: rgba(255,255,255,0.84);
    color: #17120d;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, sans-serif;
    transition: all 0.25s ease;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.72);
}

.blog-filter-btn:hover,
.blog-filter-btn.active {
    background: linear-gradient(180deg, #1d1712 0%, #120d09 100%);
    color: #ffffff;
    border-color: rgba(18, 13, 9, 0.8);
}

/* cards */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.blog-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(37, 28, 20, 0.06);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.blog-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.10);
    border-color: rgba(167, 133, 78, 0.18);
}

.blog-card.is-hidden {
    display: none;
}

.blog-card-media {
    position: relative;
    height: 260px;
    overflow: hidden;
    background:
        radial-gradient(circle at top, rgba(210, 183, 131, 0.18), transparent 36%),
        linear-gradient(180deg, #fbf7f1 0%, #f2ebe2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.blog-card-media img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 24px 18px rgba(0, 0, 0, 0.14));
    transition: transform 0.45s ease;
}

.blog-card:hover .blog-card-media img {
    transform: scale(1.06);
}

.blog-card-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 3;
    min-height: 34px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(20, 14, 10, 0.88);
    color: #f1d9b0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    font-family: "Montserrat", Arial, sans-serif;
}

.blog-card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px 20px 20px;
}

.blog-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
}

.blog-card-meta span {
    min-height: 30px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #f8f2eb;
    color: #665b4d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, sans-serif;
}

.blog-card-content h3 {
    margin: 0 0 12px;
    color: #17120d;
    font-size: 34px;
    line-height: 0.98;
    font-family: "Cormorant Garamond", serif;
}

.blog-card-content p {
    margin: 0 0 18px;
    color: #6b6055;
    font-size: 14px;
    line-height: 1.9;
}

.blog-card-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    color: #17120d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, sans-serif;
}

.blog-card-link i {
    transition: transform 0.25s ease;
}

.blog-card:hover .blog-card-link i {
    transform: translateX(4px);
}

/* empty */
.blog-empty-state {
    display: none;
    margin-top: 18px;
}

.blog-empty-state.show {
    display: block;
}

.blog-empty-box {
    padding: 56px 20px;
    text-align: center;
    border-radius: 28px;
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(40, 32, 24, 0.06);
    box-shadow:
        0 18px 44px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255,255,255,0.75);
}

.blog-empty-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #f8f1e8 0%, #efe3d4 100%);
    color: #a98957;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

.blog-empty-icon i {
    font-size: 28px;
}

.blog-empty-box h3 {
    margin: 0 0 8px;
    color: #17120d;
    font-size: 34px;
    font-family: "Cormorant Garamond", serif;
}

.blog-empty-box p {
    margin: 0;
    color: #6a6157;
    font-size: 14px;
    line-height: 1.8;
}

/* side */
.blog-side-points {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

.blog-point-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(37, 28, 20, 0.06);
}

.blog-point-no {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #1e1711 0%, #120d09 100%);
    color: #f2cf98;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.3px;
    font-family: "Montserrat", Arial, sans-serif;
    box-shadow: 0 12px 26px rgba(20, 13, 9, 0.14);
}

.blog-point-item h4 {
    margin: 2px 0 8px;
    color: #17120d;
    font-size: 28px;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
}

.blog-point-item p {
    margin: 0;
    color: #6b6055;
    font-size: 14px;
    line-height: 1.8;
}

.blog-nav-list {
    margin-top: 22px;
    display: grid;
    gap: 12px;
}

.blog-nav-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(37, 28, 20, 0.06);
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.blog-nav-row:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.05);
}

.blog-nav-row span {
    color: #6b6055;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.blog-nav-row strong {
    color: #17120d;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
}

.blog-support-btn {
    margin-top: 22px;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #1d1712 0%, #120d09 100%);
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, sans-serif;
    box-shadow: 0 16px 34px rgba(19, 14, 10, 0.16);
    transition: all 0.3s ease;
}

.blog-support-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 38px rgba(19, 14, 10, 0.2);
}

/* reveal */
.blog-page-main.blog-animated .blog-highlight-card,
.blog-page-main.blog-animated .blog-topic-card,
.blog-page-main.blog-animated .blog-card,
.blog-page-main.blog-animated .blog-point-item {
    animation: blogFadeUp 0.8s ease both;
}

.blog-page-main.blog-animated .blog-highlight-card:nth-child(2),
.blog-page-main.blog-animated .blog-topic-card:nth-child(2),
.blog-page-main.blog-animated .blog-card:nth-child(2),
.blog-page-main.blog-animated .blog-point-item:nth-child(2) {
    animation-delay: 0.12s;
}

.blog-page-main.blog-animated .blog-highlight-card:nth-child(3),
.blog-page-main.blog-animated .blog-topic-card:nth-child(3),
.blog-page-main.blog-animated .blog-card:nth-child(3),
.blog-page-main.blog-animated .blog-point-item:nth-child(3) {
    animation-delay: 0.22s;
}

.blog-page-main.blog-animated .blog-topic-card:nth-child(4),
.blog-page-main.blog-animated .blog-card:nth-child(4) {
    animation-delay: 0.32s;
}

@keyframes blogPulseFloat {
    0%, 100% {
        transform: translateY(0px) scale(1);
    }
    50% {
        transform: translateY(-10px) scale(1.02);
    }
}

@keyframes blogFloatCardOne {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes blogFloatCardTwo {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(8px);
    }
}

@keyframes blogFadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* responsive */
@media (max-width: 1399px) {
    .blog-topics-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1199px) {
    .blog-hero-shell,
    .blog-listing-grid {
        grid-template-columns: 1fr;
    }

    .blog-hero-shell {
        padding: 34px;
    }

    .blog-visual-stage {
        max-width: 100%;
        min-height: 560px;
    }

    .blog-floating-card-top {
        left: 18px;
    }

    .blog-floating-card-bottom {
        right: 18px;
    }
}

@media (max-width: 767px) {
    .blog-hero-section,
    .blog-topics-section,
    .blog-listing-section {
        padding: 18px 0 26px;
    }

    .blog-hero-shell,
    .blog-listing-wrap,
    .blog-side-card {
        padding: 22px 18px;
        border-radius: 24px;
    }

    .blog-hero-title,
    .blog-section-head h2,
    .blog-side-card h3 {
        font-size: 38px;
        line-height: 0.98;
    }

    .blog-hero-text,
    .blog-section-head p,
    .blog-side-card p {
        font-size: 14px;
        line-height: 1.85;
    }

    .blog-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .blog-hero-btn,
    .blog-support-btn {
        width: 100%;
        min-width: 0;
    }

    .blog-hero-highlights,
    .blog-topics-grid,
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-visual-stage {
        min-height: 460px;
        border-radius: 24px;
    }

    .blog-visual-center {
        padding: 54px 18px;
    }

    .blog-feature-card {
        max-width: 280px;
        padding: 14px;
        border-radius: 22px;
    }

    .blog-feature-media {
        height: 170px;
        border-radius: 18px;
        padding: 16px;
    }

    .blog-feature-content h3 {
        font-size: 24px;
    }

    .blog-feature-content p {
        font-size: 12px;
        line-height: 1.7;
    }

    .blog-visual-orbit-one {
        width: 180px;
        height: 180px;
    }

    .blog-visual-orbit-two {
        width: 260px;
        height: 260px;
    }

    .blog-visual-orbit-three {
        width: 340px;
        height: 340px;
    }

    .blog-floating-card {
        min-width: 0;
        max-width: 180px;
        gap: 10px;
        padding: 10px;
        border-radius: 16px;
    }

    .blog-floating-card-top {
        top: 18px;
        left: 10px;
    }

    .blog-floating-card-bottom {
        right: 10px;
        bottom: 18px;
    }

    .blog-floating-icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        border-radius: 12px;
    }

    .blog-floating-icon i {
        font-size: 22px;
    }

    .blog-floating-info h3 {
        font-size: 19px;
    }

    .blog-floating-info p {
        font-size: 11px;
        line-height: 1.4;
    }

    .blog-side-wrap {
        gap: 18px;
    }

    .blog-topic-card,
    .blog-point-item,
    .blog-card-content {
        padding-left: 16px;
        padding-right: 16px;
    }

    .blog-topic-card,
    .blog-point-item,
    .blog-card {
        border-radius: 20px;
    }

    .blog-point-item h4,
    .blog-topic-card h3,
    .blog-card-content h3 {
        font-size: 24px;
    }

    .blog-filter-bar {
        gap: 10px;
    }

    .blog-filter-btn {
        flex: 1 1 calc(50% - 10px);
        min-width: 0;
    }

    .blog-card-media {
        height: 220px;
        padding: 18px;
    }

    .blog-nav-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-nav-row strong {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .blog-hero-title,
    .blog-section-head h2,
    .blog-side-card h3 {
        font-size: 34px;
    }

    .blog-visual-stage {
        min-height: 400px;
    }

    .blog-feature-card {
        max-width: 240px;
    }

    .blog-feature-media {
        height: 150px;
    }

    .blog-floating-card {
        max-width: 150px;
    }

    .blog-floating-info h3 {
        font-size: 16px;
    }

    .blog-floating-info p {
        font-size: 10px;
    }

    .blog-visual-pill {
        top: 14px;
        right: 14px;
        min-height: 34px;
        padding: 0 14px;
        font-size: 10px;
    }

    .blog-filter-btn {
        flex: 1 1 100%;
    }
}