
        .sg-news-view-modern {
            --sg-orange: #ff3d00;
            --sg-dark: #171717;
            --sg-dark-2: #101010;
            --sg-card: #1f1f1f;
            --sg-border: rgba(255, 255, 255, .12);
            --sg-muted: rgba(255, 255, 255, .72);
            --sg-soft: rgba(255, 61, 0, .14);
            color: #fff;
            overflow: hidden;
        }

        .sg-news-view-modern a { color: inherit; }

        .sg-news-article-hero {
            position: relative;
            padding: clamp(130px, 15vw, 210px) 0 clamp(70px, 9vw, 130px);
            background:
                radial-gradient(circle at 15% 12%, rgba(255, 61, 0, .24), transparent 34%),
                radial-gradient(circle at 82% 18%, rgba(255, 255, 255, .12), transparent 28%),
                linear-gradient(135deg, #111 0%, #1d1d1d 54%, #0d0d0d 100%);
            border-bottom: 1px solid var(--sg-border);
        }

        .sg-news-article-hero::after {
            content: "";
            position: absolute;
            inset: auto -15% -48% -15%;
            height: 360px;
            background: radial-gradient(circle, rgba(255, 61, 0, .16), transparent 66%);
            pointer-events: none;
        }

        .sg-news-article-hero-inner {
            position: relative;
            z-index: 2;
            max-width: 1040px;
        }

        .sg-news-back-link {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            font-size: 14px;
            letter-spacing: .05em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, .74);
            margin-bottom: 28px;
            text-decoration: none;
        }

        .sg-news-back-link:hover { color: #fff; }

        .sg-news-label {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 10px 16px;
            border-radius: 999px;
            background: var(--sg-soft);
            border: 1px solid rgba(255, 61, 0, .34);
            color: #fff;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: .08em;
            margin-bottom: 26px;
        }

        .sg-news-label::before {
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--sg-orange);
            box-shadow: 0 0 24px rgba(255, 61, 0, .75);
        }

        .sg-news-article-title {
            max-width: 1030px;
            margin: 0;
            font-size: clamp(42px, 7vw, 105px);
            line-height: .94;
            letter-spacing: -0.06em;
            font-weight: 800;
        }

        .sg-news-article-title span { color: var(--sg-orange); }

        .sg-news-article-intro {
            max-width: 780px;
            margin: 30px 0 0;
            color: var(--sg-muted);
            font-size: clamp(18px, 2vw, 24px);
            line-height: 1.45;
        }

        .sg-news-article-meta {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 12px;
            margin-top: 34px;
        }

        .sg-news-meta-pill {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            min-height: 42px;
            padding: 10px 16px;
            border: 1px solid var(--sg-border);
            border-radius: 999px;
            background: rgba(255, 255, 255, .05);
            color: rgba(255, 255, 255, .82);
            font-size: 14px;
        }

        .sg-news-meta-pill strong { color: #fff; font-weight: 700; }

        .sg-news-featured-image-section {
            padding: clamp(42px, 6vw, 88px) 0 0;
            background: var(--sg-dark-2);
        }

        .sg-news-featured-image {
            position: relative;
            overflow: hidden;
            border-radius: 34px;
            border: 1px solid var(--sg-border);
            background: #222;
            box-shadow: 0 30px 90px rgba(0, 0, 0, .36);
        }

        .sg-news-featured-image img {
            display: block;
            width: 100%;
            min-height: 360px;
            max-height: 680px;
            object-fit: cover;
        }

        .sg-news-content-section {
            padding: clamp(54px, 7vw, 100px) 0;
            background:
                linear-gradient(180deg, var(--sg-dark-2) 0%, #151515 100%);
        }

        .sg-news-layout {
            display: grid;
            grid-template-columns: minmax(0, 1fr) 320px;
            gap: clamp(34px, 6vw, 80px);
            align-items: start;
        }

        .sg-news-body-card {
            border: 1px solid var(--sg-border);
            background: rgba(255, 255, 255, .045);
            border-radius: 32px;
            padding: clamp(28px, 5vw, 64px);
        }

        .sg-news-body {
            color: rgba(255, 255, 255, .82);
            font-size: 19px;
            line-height: 1.82;
        }

        .sg-news-body p { margin-bottom: 1.35em; }
        .sg-news-body p:last-child { margin-bottom: 0; }

        .sg-news-body h2,
        .sg-news-body h3,
        .sg-news-body h4 {
            color: #fff;
            margin-top: 1.45em;
            margin-bottom: .55em;
            letter-spacing: -0.03em;
            line-height: 1.12;
        }

        .sg-news-body h2 { font-size: clamp(31px, 4vw, 50px); }
        .sg-news-body h3 { font-size: clamp(26px, 3vw, 38px); }
        .sg-news-body h4 { font-size: clamp(22px, 2vw, 28px); }

        .sg-news-body a {
            color: #fff;
            text-decoration-color: var(--sg-orange);
            text-decoration-thickness: 2px;
            text-underline-offset: 4px;
        }

        .sg-news-body ul,
        .sg-news-body ol {
            margin: 0 0 1.45em 1.2em;
            padding: 0;
        }

        .sg-news-body li { margin-bottom: .55em; }

        .sg-news-side {
            position: sticky;
            top: 110px;
            display: grid;
            gap: 18px;
        }

        .sg-news-side-card {
            padding: 24px;
            border-radius: 26px;
            border: 1px solid var(--sg-border);
            background: rgba(255, 255, 255, .055);
        }

        .sg-news-side-title {
            margin: 0 0 14px;
            color: #fff;
            font-size: 18px;
            font-weight: 800;
            letter-spacing: -0.02em;
        }

        .sg-news-share-links {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .sg-news-share-links a,
        .sg-news-share-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            min-height: 44px;
            padding: 10px 14px;
            border-radius: 999px;
            border: 1px solid var(--sg-border);
            background: rgba(255, 255, 255, .06);
            color: #fff;
            text-decoration: none;
            font-size: 14px;
        }

        .sg-news-share-links a:hover,
        .sg-news-share-button:hover { background: var(--sg-orange); border-color: var(--sg-orange); }

        .sg-news-share-button {
            display: none;
            width: 100%;
            cursor: pointer;
        }

        .sg-news-cta {
            margin-top: clamp(50px, 7vw, 94px);
            border-radius: 34px;
            padding: clamp(30px, 5vw, 62px);
            background:
                radial-gradient(circle at 85% 15%, rgba(255, 255, 255, .16), transparent 28%),
                linear-gradient(135deg, var(--sg-orange) 0%, #d83200 48%, #9a2600 100%);
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            gap: 26px;
            align-items: center;
            overflow: hidden;
        }

        .sg-news-cta h2 {
            margin: 0 0 10px;
            font-size: clamp(30px, 4vw, 58px);
            line-height: 1;
            letter-spacing: -0.05em;
            color: #fff;
        }

        .sg-news-cta p {
            margin: 0;
            max-width: 700px;
            color: rgba(255, 255, 255, .86);
            font-size: 18px;
            line-height: 1.5;
        }

        .sg-news-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 54px;
            padding: 15px 24px;
            border-radius: 999px;
            text-decoration: none;
            font-weight: 800;
            transition: transform .25s ease, background .25s ease, color .25s ease;
            white-space: nowrap;
        }

        .sg-news-btn:hover { transform: translateY(-2px); }
        .sg-news-btn-light { background: #fff; color: #111 !important; }
        .sg-news-btn-dark { background: #111; color: #fff !important; }

        .sg-news-bottom-nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
            margin-top: 28px;
        }

        @media (max-width: 991px) {
            .sg-news-layout { grid-template-columns: 1fr; }
            .sg-news-side { position: static; }
            .sg-news-cta { grid-template-columns: 1fr; }
            .sg-news-featured-image img { min-height: 300px; }
        }

        @media (max-width: 767px) {
            .sg-news-article-hero { padding-top: 110px; }
            .sg-news-article-title { font-size: clamp(38px, 13vw, 58px); }
            .sg-news-article-meta { gap: 8px; }
            .sg-news-meta-pill { width: 100%; justify-content: flex-start; }
            .sg-news-body-card { border-radius: 24px; }
            .sg-news-body { font-size: 17px; line-height: 1.72; }
            .sg-news-featured-image { border-radius: 22px; }
            .sg-news-featured-image img { min-height: 230px; }
            .sg-news-share-button { display: inline-flex; }
            .sg-news-share-links .desktop-only { display: none; }
            .sg-news-btn { width: 100%; }
        }
    