

        .breadcrumb-section {
            padding: 26px 0 12px
        }

        .breadcrumb {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
            color: var(--muted);
            font-size: 13px;
            font-weight: 750
        }

        .breadcrumb a:hover,
        .breadcrumb .current {
            color: var(--primary)
        }

        .article-hero {
            padding: 12px 0 34px
        }

        .single-hero {
            border-radius: 36px;
            box-shadow: var(--shadow);
            background: linear-gradient(135deg, #111827, #19346f 58%, #2356d8);
            color: #fff;
            padding: 42px;
            position: relative;
            overflow: hidden;
            isolation: isolate
        }

        .single-hero:before {
            content: "";
            position: absolute;
            inset: 18px;
            border: 1px solid rgba(255, 255, 255, .12);
            border-radius: 28px;
            z-index: -1
        }

        .single-hero:after {
            content: "ARTICLE";
            position: absolute;
            left: 28px;
            bottom: -18px;
            font-size: clamp(70px, 11vw, 150px);
            font-weight: 950;
            color: rgba(255, 255, 255, .06);
            letter-spacing: -4px;
            z-index: -1
        }

        .article-tag {
            display: inline-flex;
            gap: 8px;
            background: rgba(255, 255, 255, .12);
            border: 1px solid rgba(255, 255, 255, .16);
            border-radius: 999px;
            padding: 9px 14px;
            font-size: 13px;
            font-weight: 900;
            margin-bottom: 16px;
            backdrop-filter: blur(10px)
        }

        .single-hero h1 {
            margin: 0 0 14px;
            font-size: clamp(34px, 5vw, 58px);
            line-height: 1.35;
            max-width: 920px;
            letter-spacing: -1.2px
        }

        .single-hero p {
            margin: 0;
            color: rgba(255, 255, 255, .75);
            line-height: 2;
            max-width: 820px
        }

        .single-meta {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
            margin-top: 22px;
            color: rgba(255, 255, 255, .78);
            font-size: 13px
        }

        .single-meta span {
            background: rgba(255, 255, 255, .1);
            border: 1px solid rgba(255, 255, 255, .12);
            border-radius: 999px;
            padding: 9px 12px
        }

        .article-layout {
            display: grid;
            grid-template-columns: 1fr 320px;
            gap: 24px;
            align-items: start;
            padding-bottom: 44px
        }

        .article-content,
        .article-sidebar-card,
        .comments-panel,
        .related-panel {
            background: rgba(255, 255, 255, .92);
            border: 1px solid rgba(30, 30, 30, .08);
            box-shadow: var(--shadow-soft);
            border-radius: 30px
        }

        .article-content {
            padding: 30px;
            min-width: 0
        }

        .article-cover-large {
            height: 390px;
            border-radius: 28px;
            background: radial-gradient(circle at 20% 10%, rgba(255, 212, 59, .48), transparent 28%), linear-gradient(135deg, #111827, #d9480f 58%, #ffd43b);
            display: grid;
            place-items: center;
            color: #fff;
            font-size: 36px;
            font-weight: 950;
            text-align: center;
            line-height: 1.6;
            margin-bottom: 28px;
            position: relative;
            overflow: hidden
        }

        .article-cover-large:after {
            content: "";
            position: absolute;
            inset: 24px;
            border: 1px solid rgba(255, 255, 255, .22);
            border-radius: 20px
        }

        .article-cover-large span {
            position: relative;
            z-index: 1;
            max-width: 620px;
            text-shadow: 0 8px 25px rgba(0, 0, 0, .22)
        }

        .article-content h2 {
            font-size: 28px;
            margin: 30px 0 12px;
            letter-spacing: -.5px
        }

        .article-content h3 {
            font-size: 22px;
            margin: 24px 0 10px
        }

        .article-content p {
            color: #4b5563;
            line-height: 2.25;
            font-size: 16px;
            margin: 0 0 16px
        }

        .article-content ul {
            display: grid;
            gap: 10px;
            padding: 0;
            margin: 18px 0;
            list-style: none
        }

        .article-content li {
            background: #f8fafc;
            border: 1px solid rgba(30, 30, 30, .06);
            border-radius: 18px;
            padding: 14px;
            color: #374151;
            line-height: 1.9
        }

        .quote-box {
            background: linear-gradient(135deg, #f3f6ff, #fff);
            border-right: 5px solid var(--primary);
            border-radius: 20px;
            padding: 18px;
            margin: 24px 0;
            color: #374151;
            line-height: 2;
            box-shadow: 0 10px 24px rgba(35, 86, 216, .06)
        }

        .article-note {
            background: #fff8e1;
            border: 1px solid rgba(245, 159, 0, .22);
            border-radius: 22px;
            padding: 18px;
            margin: 22px 0;
            color: #5c3d00;
            line-height: 2
        }

        .share-box {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            flex-wrap: wrap;
            margin-top: 30px;
            padding-top: 20px;
            border-top: 1px solid rgba(30, 30, 30, .08)
        }

        .share-box strong {
            font-size: 16px
        }

        .share-buttons {
            display: flex;
            gap: 8px
        }

        .share-buttons button {
            width: 44px;
            height: 44px;
            border: 1px solid rgba(30, 30, 30, .08);
            background: #fff;
            border-radius: 15px;
            cursor: pointer;
            font-size: 16px;
            transition: .2s
        }

        .share-buttons button:hover {
            background: var(--primary);
            color: #fff;
            transform: translateY(-2px)
        }

        .article-sidebar {
            display: grid;
            gap: 16px;
            position: sticky;
            top: 150px
        }

        .article-sidebar-card {
            padding: 20px
        }

        .article-sidebar-card h3 {
            margin: 0 0 14px;
            font-size: 18px
        }

        .toc {
            display: grid;
            gap: 10px
        }

        .toc a {
            color: #374151;
            font-size: 13px;
            font-weight: 850;
            background: #f8fafc;
            border: 1px solid rgba(30, 30, 30, .06);
            border-radius: 14px;
            padding: 11px 12px;
            transition: .2s
        }

        .toc a:hover {
            color: var(--primary);
            background: #f3f6ff;
            padding-right: 16px
        }

        .author-box {
            text-align: center
        }

        .author-avatar {
            width: 78px;
            height: 78px;
            border-radius: 26px;
            background: linear-gradient(135deg, var(--primary), var(--primary-2));
            color: #fff;
            display: grid;
            place-items: center;
            font-size: 30px;
            font-weight: 950;
            margin: 0 auto 12px
        }

        .author-box p {
            color: var(--muted);
            line-height: 2;
            font-size: 13px;
            margin: 0
        }

        .product-suggest {
            display: grid;
            gap: 12px
        }

        .mini-product {
            display: grid;
            grid-template-columns: 58px 1fr;
            gap: 10px;
            align-items: center
        }

        .mini-cover {
            height: 64px;
            border-radius: 16px;
            background: linear-gradient(135deg, var(--c1), var(--c2));
            color: #fff;
            display: grid;
            place-items: center;
            font-size: 11px;
            font-weight: 950;
            text-align: center;
            padding: 7px
        }

        .mini-product strong {
            font-size: 13px;
            line-height: 1.6
        }

        .mini-product span {
            color: var(--muted);
            font-size: 12px
        }

        .newsletter-box {
            background: linear-gradient(135deg, var(--primary), var(--primary-2));
            color: #fff;
            border-radius: 24px;
            padding: 20px
        }

        .newsletter-box p {
            color: rgba(255, 255, 255, .72);
            line-height: 2;
            font-size: 13px
        }

        .newsletter-box input {
            width: 100%;
            height: 46px;
            border: 0;
            border-radius: 15px;
            padding: 0 12px;
            outline: none
        }

        .newsletter-box button {
            width: 100%;
            height: 46px;
            border: 0;
            border-radius: 15px;
            background: var(--accent);
            font-weight: 950;
            margin-top: 10px;
            cursor: pointer;
            color: #211500
        }

        .comments-panel {
            padding: 26px;
            margin-top: 22px
        }

        .comments-panel h2 {
            margin: 0 0 8px;
            font-size: 26px
        }

        .comments-panel>p {
            margin: 0 0 18px;
            color: var(--muted);
            line-height: 2
        }

        .comment-list {
            display: grid;
            gap: 12px
        }

        .comment {
            background: #f8fafc;
            border: 1px solid rgba(30, 30, 30, .06);
            border-radius: 22px;
            padding: 16px
        }

        .comment.reply {
            margin-right: 34px;
            background: #fff
        }

        .comment-head {
            display: flex;
            justify-content: space-between;
            gap: 12px;
            margin-bottom: 10px;
            align-items: center
        }

        .comment-user {
            display: flex;
            align-items: center;
            gap: 10px
        }

        .comment-avatar {
            width: 42px;
            height: 42px;
            border-radius: 15px;
            background: linear-gradient(135deg, var(--accent), #ffd43b);
            display: grid;
            place-items: center;
            font-weight: 950;
            color: #111827
        }

        .comment-head strong {
            font-size: 15px
        }

        .comment-head span {
            color: var(--muted);
            font-size: 12px
        }

        .comment p {
            margin: 0;
            color: #4b5563;
            line-height: 2;
            font-size: 14px
        }

        .comment-actions {
            display: flex;
            gap: 10px;
            margin-top: 12px
        }

        .comment-actions button {
            border: 0;
            background: #fff;
            color: var(--primary);
            border-radius: 999px;
            padding: 8px 11px;
            font-size: 12px;
            font-weight: 900;
            cursor: pointer
        }

        .comment-form {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
            margin-top: 22px;
            background: #fff;
            border: 1px solid rgba(30, 30, 30, .08);
            border-radius: 24px;
            padding: 18px
        }

        .comment-form textarea {
            grid-column: 1/-1;
            min-height: 130px;
            resize: vertical
        }

        .comment-form input,
        .comment-form textarea {
            border: 1px solid rgba(30, 30, 30, .1);
            border-radius: 18px;
            padding: 14px;
            outline: none;
            background: #fff
        }

        .comment-form input:focus,
        .comment-form textarea:focus {
            border-color: rgba(35, 86, 216, .45);
            box-shadow: 0 10px 24px rgba(35, 86, 216, .08)
        }

        .rating-select {
            grid-column: 1/-1;
            display: flex;
            align-items: center;
            gap: 10px;
            color: #374151;
            font-size: 13px;
            font-weight: 900
        }

        .stars-input button {
            border: 0;
            background: transparent;
            color: var(--accent);
            font-size: 20px;
            cursor: pointer
        }

        .comment-form .submit-comment {
            justify-self: start;
            border: 0;
            border-radius: 17px;
            background: linear-gradient(135deg, var(--primary), var(--primary-2));
            color: #fff;
            padding: 14px 22px;
            font-weight: 950;
            cursor: pointer;
            box-shadow: 0 12px 28px rgba(35, 86, 216, .2)
        }

        .related-panel {
            padding: 24px;
            margin-top: 22px
        }

        .related-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 14px
        }

        .related-card {
            background: #fff;
            border: 1px solid rgba(30, 30, 30, .08);
            border-radius: 22px;
            overflow: hidden;
            transition: .25s
        }

        .related-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-soft)
        }

        .related-cover {
            height: 150px;
            background: linear-gradient(135deg, var(--c1), var(--c2));
            color: #fff;
            display: grid;
            place-items: center;
            text-align: center;
            font-weight: 950;
            padding: 14px;
            line-height: 1.5
        }

        .related-body {
            padding: 14px
        }

        .related-body h3 {
            margin: 0 0 8px;
            font-size: 14px;
            line-height: 1.7
        }

        .related-body span {
            color: var(--muted);
            font-size: 12px
        }

        .footer {
            margin-top: 34px;
            background: #101828;
            color: #fff;
            padding: 56px 0 26px
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 1.25fr repeat(3, 1fr);
            gap: 28px
        }

        .footer .logo-title span,
        .footer p,
        .footer a {
            color: rgba(255, 255, 255, .68)
        }

        .footer p {
            line-height: 2;
            margin: 16px 0;
            font-size: 14px
        }

        .footer h3 {
            margin: 0 0 16px;
            font-size: 18px
        }

        .footer-links {
            display: grid;
            gap: 11px
        }

        .footer-links a {
            font-size: 14px;
            transition: .2s
        }

        .footer-links a:hover {
            color: #fff;
            transform: translateX(-4px)
        }

        .footer-bottom {
            margin-top: 34px;
            padding-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, .1);
            display: flex;
            justify-content: space-between;
            gap: 16px;
            color: rgba(255, 255, 255, .58);
            font-size: 13px;
            flex-wrap: wrap
        }

        .toast {
            position: fixed;
            left: 20px;
            bottom: 20px;
            background: #111827;
            color: #fff;
            border-radius: 18px;
            padding: 14px 18px;
            box-shadow: var(--shadow);
            transform: translateY(20px);
            opacity: 0;
            pointer-events: none;
            transition: .25s;
            z-index: 2000;
            font-weight: 850
        }

        .toast.show {
            transform: translateY(0);
            opacity: 1
        }

        @media(max-width:1100px) {

            .header-main,
            .article-layout {
                grid-template-columns: 1fr
            }

            .header-actions {
                justify-content: stretch
            }

            .action-btn {
                flex: 1
            }

            .article-sidebar {
                position: static
            }

            .footer-grid {
                grid-template-columns: 1fr 1fr
            }

            .related-grid {
                grid-template-columns: 1fr 1fr
            }
        }

        @media(max-width:820px) {
            .top-strip__badges {
                display: none
            }

            .top-strip__inner {
                text-align: center;
                justify-content: center
            }

            .nav {
                align-items: flex-start;
                flex-direction: column;
                padding: 10px 0
            }

            .menu-toggle {
                display: inline-flex
            }

            .nav-menu {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                background: #fff;
                border-radius: 20px;
                padding: 10px;
                box-shadow: var(--shadow-soft)
            }

            .nav-menu.open {
                display: flex
            }

            .nav-menu>li>a {
                width: 100%;
                justify-content: space-between
            }

            .nav-menu ul,
            .nav-menu ul ul {
                position: static;
                width: 100%;
                box-shadow: none;
                border: 0;
                background: #f8fafc;
                opacity: 1;
                pointer-events: auto;
                transform: none;
                display: none;
                margin: 4px 0 8px
            }

            .nav-menu li:hover>ul {
                display: block
            }

            .nav-hotline {
                display: none
            }

            .comment-form {
                grid-template-columns: 1fr
            }

            .comment-form textarea,
            .rating-select {
                grid-column: auto
            }

            .comment.reply {
                margin-right: 18px
            }
        }

        @media(max-width:560px) {
            .container {
                width: min(100% - 20px, var(--container))
            }

            .header-actions {
                flex-direction: column
            }

            .action-btn {
                width: 100%
            }

            .search input {
                height: 54px;
                padding-left: 92px
            }

            .search button {
                padding: 0 14px
            }

            .single-hero,
            .article-content,
            .comments-panel,
            .related-panel {
                padding: 20px;
                border-radius: 24px
            }

            .article-cover-large {
                height: 260px;
                font-size: 24px
            }

            .single-hero h1 {
                font-size: 31px
            }

            .related-grid {
                grid-template-columns: 1fr
            }

            .footer-grid {
                grid-template-columns: 1fr
            }

            .share-box {
                align-items: flex-start;
                flex-direction: column
            }
        }

        .share-row {
            display: flex;
            align-items: center;
            gap: 15px;
            flex-wrap: wrap;
            margin-top: 30px;
            padding-top: 25px;
            border-top: 1px solid rgba(30, 30, 30, .08);
        }

        .share-row span {
            font-weight: 900;
            color: #111827;
        }

        .share-list {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .share-btn {
            width: 46px;
            height: 46px;
            border: none;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: .25s;
            color: #fff;
            font-size: 20px;
        }

        .share-btn:hover {
            transform: translateY(-3px);
        }

        .telegram-btn {
            background: #229ED9;
        }

        .whatsapp-btn {
            background: #25D366;
        }

        .instagram-btn {
            background: linear-gradient(135deg,
                    #833AB4,
                    #FD1D1D,
                    #FCAF45);
        }

        .bale-btn {
            background: #14b8a6;
        }

        .bale-btn img {
            width: 24px;
            height: 24px;
            object-fit: contain;
        }

        .copy-btn {
            background: #111827;
        }
