.blogs-body {
    font-family: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif;
    letter-spacing: -0.01em;
}

.blogs-body button,
.blogs-body input,
.blogs-body textarea,
.blogs-body select {
    font-family: inherit;
}

.blogs-body .nav-link-item,
.blogs-body .dropdown-toggle-btn,
.blogs-body .nav-top-link {
    font-size: 0.94rem;
}

.blogs-body .search-field,
.blogs-body .mobile-header-search-input {
    font-size: 0.92rem;
}

.blogs-body .product-site-footer-col h2 {
    font-size: 1.1rem;
}

.blogs-body .product-site-footer-list li,
.blogs-body .product-site-footer-list a,
.blogs-body .product-site-footer-bottom {
    font-size: 0.92rem;
}

.blogs-page-main {
    position: relative;
    padding: 24px 0 0;
}

.blogs-page-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(250, 152, 63, 0.08), transparent 24%),
        radial-gradient(circle at 85% 32%, rgba(226, 78, 67, 0.07), transparent 18%);
    pointer-events: none;
}

.blogs-hero {
    position: relative;
    padding: 4px 0 14px;
    text-align: center;
}

.blogs-hero-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.blogs-hero-line {
    width: clamp(56px, 8vw, 112px);
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 190, 109, 0.7), rgba(255, 255, 255, 0));
}

.blogs-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.72rem, 2.5vw, 2.35rem);
    font-weight: 800;
    letter-spacing: 0.14em;
}

.blogs-subtitle {
    max-width: 720px;
    margin: 14px auto 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.98rem;
    line-height: 1.65;
    display: none;
}

.blogs-subtitle--visible {
    display: block;
}

.blogs-highlight-row {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.blogs-highlight-chip {
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 195, 116, 0.18);
    color: rgba(255, 245, 228, 0.92);
    font-size: 0.82rem;
    font-weight: 600;
}

.blogs-section {
    position: relative;
    padding: 20px 0 74px;
}

.blogs-shell {
    position: relative;
    padding: 12px 0 0;
}

.blogs-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
    align-items: start;
}

.blogs-column {
    display: flex;
    flex-direction: column;
    gap: 58px;
    align-content: flex-start;
}

.blogs-column--left,
.blogs-column--right {
    padding-top: 12px;
}

.blog-card {
    position: relative;
    padding-right: 22px;
}

.blog-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
    transition: transform 0.28s ease;
}

.blog-card__link:hover,
.blog-card__link:focus-visible {
    transform: translateY(-3px);
}

.blog-card__media {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background: #090909;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}

.blog-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.14) 100%);
    pointer-events: none;
}

.blog-card__image {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease, filter 0.35s ease;
}

.blog-card__link:hover .blog-card__image,
.blog-card__link:focus-visible .blog-card__image {
    transform: scale(1.04);
    filter: saturate(1.08);
}

.blog-card__media--wide .blog-card__image,
.blog-card__media--banner .blog-card__image {
    aspect-ratio: 16 / 9;
}

.blog-card__media--portrait .blog-card__image {
    aspect-ratio: 16 / 10;
}

.blog-card__corner {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background:
        radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.12), transparent 46%),
        rgba(11, 14, 28, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow:
        0 8px 18px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.blog-card__corner span {
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
}

.blog-card__content {
    padding: 14px 0 0;
}

.blog-card__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.blog-card__meta span {
    color: rgba(255, 214, 168, 0.88);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.blog-card__title {
    margin: 0 0 9px;
    color: #ffffff;
    font-size: clamp(1.08rem, 1.08vw, 1.26rem);
    font-weight: 700;
    letter-spacing: -0.018em;
    line-height: 1.23;
}

.blog-card--feature .blog-card__title {
    font-size: clamp(1.1rem, 1.12vw, 1.28rem);
}

.blog-card__excerpt {
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.98rem;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.46;
}

.blog-card--text .blog-card__content {
    padding-top: 0;
}

.blog-card--text .blog-card__title {
    font-size: clamp(1.06rem, 1.04vw, 1.22rem);
    line-height: 1.22;
}

.blog-card--text .blog-card__excerpt {
    max-width: 94%;
}

.blog-card__spark {
    position: absolute;
    top: clamp(182px, 23vw, 246px);
    right: 0;
    width: 12px;
    height: 18px;
    border-radius: 2px;
    background: linear-gradient(180deg, #ff8247 0%, #cb2946 100%);
    box-shadow: 0 0 0 1px rgba(255, 181, 83, 0.14);
    transform: rotate(18deg);
    z-index: 2;
    pointer-events: none;
}

.blog-card__spark::before {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 1px;
    background: rgba(255, 193, 106, 0.24);
}

.blog-card__spark::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 12px;
    top: 24px;
    left: -18px;
    border-radius: 2px;
    background: linear-gradient(180deg, #f97238 0%, #b71f40 100%);
    box-shadow: 0 0 0 1px rgba(255, 181, 83, 0.12);
    transform: rotate(-28deg);
}

.blog-card--text .blog-card__spark {
    top: auto;
    right: 18px;
    bottom: -14px;
}

.blog-card--text .blog-card__spark::after {
    top: -16px;
    left: 18px;
}

.blogs-confetti {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.blogs-confetti span {
    position: absolute;
    width: 12px;
    height: 18px;
    border-radius: 2px;
    background: linear-gradient(180deg, #ff8141 0%, #cf2243 100%);
    box-shadow: 0 0 0 1px rgba(255, 169, 73, 0.12);
    opacity: 0.9;
    animation: blogsConfettiFloat 8s ease-in-out infinite;
}

.blogs-confetti span::before {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 1px;
    background: rgba(255, 196, 106, 0.26);
}

.blogs-confetti span:nth-child(1) {
    top: -8px;
    left: 5%;
    transform: rotate(-16deg);
}

.blogs-confetti span:nth-child(2) {
    top: 28px;
    left: 44%;
    transform: rotate(12deg);
    animation-delay: -1.6s;
}

.blogs-confetti span:nth-child(3) {
    top: 180px;
    left: 46%;
    transform: rotate(9deg);
    animation-delay: -4.2s;
}

.blogs-confetti span:nth-child(4) {
    top: 332px;
    right: 1.5%;
    transform: rotate(-20deg);
}

.blogs-confetti span:nth-child(5) {
    top: 566px;
    left: 9%;
    transform: rotate(-26deg);
    animation-delay: -2.1s;
}

.blogs-confetti span:nth-child(6) {
    top: 706px;
    left: 57%;
    transform: rotate(18deg);
    animation-delay: -5.2s;
}

.blogs-confetti span:nth-child(7) {
    bottom: 380px;
    right: 18%;
    transform: rotate(-32deg);
    animation-delay: -3.1s;
}

.blogs-confetti span:nth-child(8) {
    bottom: 278px;
    left: 4%;
    transform: rotate(14deg);
    animation-delay: -6.4s;
}

.blogs-confetti span:nth-child(9) {
    bottom: 142px;
    left: 48%;
    transform: rotate(-22deg);
    animation-delay: -2.9s;
}

.blogs-confetti span:nth-child(10) {
    bottom: 62px;
    right: 8%;
    transform: rotate(22deg);
    animation-delay: -4.7s;
}

@keyframes blogsConfettiFloat {
    0%,
    100% {
        translate: 0 0;
    }

    50% {
        translate: 0 -12px;
    }
}

@media (max-width: 991.98px) {
    .blogs-page-main {
        padding-top: 20px;
    }

    .blogs-hero {
        padding-bottom: 10px;
    }

    .blogs-subtitle {
        max-width: 640px;
        font-size: 0.94rem;
    }

    .blogs-section {
        padding-bottom: 58px;
    }

    .blogs-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .blogs-column {
        gap: 34px;
        padding-top: 0;
    }

    .blog-card {
        padding-right: 14px;
    }

    .blog-card__title,
    .blog-card--feature .blog-card__title {
        font-size: clamp(1.02rem, 2.1vw, 1.18rem);
    }

    .blog-card__excerpt {
        font-size: 0.9rem;
    }

    .blog-card__spark {
        top: clamp(194px, 35vw, 248px);
    }

    .blog-card--text .blog-card__spark {
        top: auto;
        bottom: -10px;
    }
}

@media (max-width: 575.98px) {
    .blogs-page-main {
        padding-top: 18px;
    }

    .blogs-title {
        letter-spacing: 0.12em;
    }

    .blogs-subtitle {
        margin-top: 12px;
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .blogs-shell {
        padding-top: 6px;
    }

    .blogs-column {
        gap: 30px;
    }

    .blog-card {
        padding-right: 8px;
    }

    .blog-card__corner {
        top: 12px;
        left: 12px;
        width: 34px;
        height: 34px;
        border-radius: 10px;
    }

    .blog-card__corner span {
        font-size: 0.68rem;
    }

    .blog-card__content {
        padding-top: 14px;
    }

    .blog-card__title,
    .blog-card--feature .blog-card__title {
        font-size: 0.98rem;
        line-height: 1.28;
    }

    .blog-card--text .blog-card__title {
        font-size: 0.95rem;
    }

    .blog-card__excerpt {
        font-size: 0.86rem;
        line-height: 1.48;
    }

    .blog-card__spark {
        top: clamp(146px, 37vw, 188px);
        width: 10px;
        height: 14px;
    }

    .blog-card__spark::after {
        width: 6px;
        height: 10px;
        top: 18px;
        left: -12px;
    }

    .blogs-confetti span:nth-child(2),
    .blogs-confetti span:nth-child(4),
    .blogs-confetti span:nth-child(7),
    .blogs-confetti span:nth-child(10) {
        display: none;
    }
}

.blogs-empty {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
    padding: 28px 26px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        radial-gradient(circle at top right, rgba(255, 171, 90, 0.12), transparent 42%),
        rgba(255, 255, 255, 0.03);
    text-align: center;
}

.blogs-empty strong {
    display: block;
    color: #ffffff;
    font-size: 1.08rem;
}

.blogs-empty p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.94rem;
    line-height: 1.65;
}
