
    /* ── PAGE HERO ── */
    .page-hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; background: var(--navy); overflow: hidden; }
    .page-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; opacity: .35; }
    .page-hero::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(160deg, oklch(11% 0.08 282 / .95) 0%, oklch(11% 0.08 282 / .6) 60%, oklch(11% 0.08 282 / .25) 100%); }
    .page-hero::after { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none; background-image: linear-gradient(oklch(99% 0.005 88 / .018) 1px, transparent 1px), linear-gradient(90deg, oklch(99% 0.005 88 / .018) 1px, transparent 1px); background-size: 80px 80px; }
    .page-hero-inner { position: relative; z-index: 2; padding: clamp(110px, 13vw, 168px) 0 clamp(72px, 9vw, 110px); display: flex; flex-direction: column; gap: 20px; }
    .page-hero-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--orange); display: flex; align-items: center; gap: 12px; }
    .page-hero-eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--orange); flex-shrink: 0; }
    .page-hero-h { font-family: var(--ff-d); font-weight: 900; font-size: clamp(42px, 7vw, 96px); letter-spacing: -0.04em; line-height: 0.92; color: var(--ink); }
    .page-hero-h em { font-style: normal; color: var(--orange); }
    .page-hero-sub { font-size: clamp(14px, 1.5vw, 17px); color: oklch(99% 0.005 88 / .55); line-height: 1.65; max-width: 54ch; }
    .page-hero-tagline { font-family: var(--ff-d); font-size: clamp(11px, 1.2vw, 13px); font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--lime); margin-top: 4px; display: flex; align-items: center; gap: 10px; }
    .page-hero-tagline::before { content: ''; width: 20px; height: 1px; background: var(--lime); flex-shrink: 0; }
    .page-hero-breadcrumb { position: absolute; bottom: 32px; right: clamp(20px, 4vw, 40px); z-index: 2; display: flex; align-items: center; gap: 10px; font-size: 11px; color: oklch(99% 0.005 88 / .35); letter-spacing: .04em; }
    .page-hero-breadcrumb a { color: oklch(99% 0.005 88 / .45); transition: color .2s; }
    .page-hero-breadcrumb a:hover { color: var(--orange); }
    .page-hero-breadcrumb > span { color: var(--orange); font-weight: 600; }

    /* ── BLOG SECTION ── */
    .blog-sec { background: var(--bg); }

    .blog-hdr { text-align: center; margin-bottom: 52px; }
    .blog-hdr .lbl { justify-content: center; color: var(--orange); margin-bottom: 18px; }
    .blog-hdr h2 { font-family: var(--ff-d); font-weight: 900; font-size: clamp(26px, 3.5vw, 48px); letter-spacing: -0.03em; color: var(--forest); line-height: 1.1; margin-bottom: 16px; }
    .blog-hdr h2 em { font-style: normal; color: var(--orange); }
    .blog-hdr p { font-size: 15px; color: var(--muted); max-width: 50ch; margin: 0 auto; line-height: 1.7; }

    .blog-filter { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 48px; }
    .bf-pill { padding: 8px 20px; border-radius: 100px; border: 1.5px solid oklch(22% 0.093 282 / .18); background: transparent; font-family: var(--ff-b); font-size: 12px; font-weight: 600; color: oklch(22% 0.093 282 / .5); cursor: pointer; transition: all .2s; }
    .bf-pill:hover { border-color: var(--orange); color: var(--orange); background: oklch(74.9% 0.166 61 / .06); }
    .bf-pill.active { background: var(--navy); border-color: var(--navy); color: var(--ink); }

    .blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 2.5vw, 32px); margin-bottom: 52px; }

    .blog-card { display: flex; flex-direction: column; border-radius: 8px; overflow: hidden; background: var(--ink); border: 1px solid oklch(22% 0.093 282 / .08); transition: box-shadow .25s, transform .25s; }
    .blog-card:hover { box-shadow: 0 12px 40px oklch(22% 0.093 282 / .10); transform: translateY(-3px); }
    .blog-card.hidden { display: none !important; }
    .blog-card.cat-hidden { display: none !important; }

    .bc-img { position: relative; aspect-ratio: 16/9; overflow: hidden; display: block; flex-shrink: 0; }
    .bc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
    .blog-card:hover .bc-img img { transform: scale(1.04); }

    .bc-tag { position: absolute; top: 14px; left: 14px; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 4px 10px; border-radius: 3px; }
    .bc-tag-ooh     { background: var(--orange); color: oklch(17% 0.08 65); }
    .bc-tag-news    { background: var(--lime); color: oklch(22% 0.093 282); }
    .bc-tag-company { background: var(--navy); color: var(--ink); }

    .bc-body { padding: 22px 24px 26px; flex: 1; display: flex; flex-direction: column; }
    .bc-meta { font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: oklch(22% 0.093 282 / .32); margin-bottom: 10px; }
    .bc-body h3 { font-family: var(--ff-d); font-weight: 700; font-size: 16px; letter-spacing: -0.02em; line-height: 1.35; color: var(--forest); margin-bottom: 10px; }
    .bc-body h3 a { color: inherit; transition: color .2s; }
    .bc-body h3 a:hover { color: var(--orange); }
    .bc-body p { font-size: 13px; color: var(--muted); line-height: 1.7; flex: 1; margin-bottom: 18px; }
    .bc-read { font-size: 12px; font-weight: 700; letter-spacing: .04em; color: var(--orange); display: inline-flex; align-items: center; gap: 6px; transition: gap .2s; }
    .bc-read:hover { gap: 10px; }

    .blog-more { text-align: center; padding-top: 4px; }


    
    /* ── ARTICLE HERO ── */
    .article-hero {
      position: relative;
      min-height: 100svh; display: flex; align-items: flex-end;
      background: var(--navy); overflow: hidden;
    }
    .article-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; opacity: .4; }
    .article-hero::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, oklch(11% 0.08 282 / .4) 0%, oklch(11% 0.08 282 / .92) 100%); }
    .article-hero-inner { position: relative; z-index: 2; padding: clamp(100px, 12vw, 150px) 0 clamp(40px, 5vw, 64px); display: flex; flex-direction: column; gap: 14px; max-width: 760px; }
    .article-cat { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: 3px; background: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: oklch(17% 0.08 65); align-self: flex-start; }
    .article-hero h1 { font-family: var(--ff-d); font-weight: 900; font-size: clamp(26px, 4vw, 52px); letter-spacing: -0.035em; line-height: 1.08; color: var(--ink); }
    .article-hero-meta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
    .article-hero-meta span { font-size: 12px; color: oklch(99% 0.005 88 / .45); display: flex; align-items: center; gap: 6px; }

    /* ── BREADCRUMB ── */
    .page-hero-breadcrumb { position: absolute; bottom: 32px; right: clamp(20px, 4vw, 40px); z-index: 2; display: flex; align-items: center; gap: 10px; font-size: 11px; color: oklch(99% 0.005 88 / .35); letter-spacing: .04em; }
    .page-hero-breadcrumb a { color: oklch(99% 0.005 88 / .45); transition: color .2s; }
    .page-hero-breadcrumb a:hover { color: var(--orange); }
    .page-hero-breadcrumb > span { color: var(--orange); font-weight: 600; }

    /* ── ARTICLE LAYOUT ── */
    .article-sec { background: var(--ink); padding: clamp(36px, 5vw, 64px) 0 clamp(56px, 8vw, 96px); }

    .article-outer {
      display: grid;
      grid-template-columns: 1fr 272px;
      gap: clamp(32px, 4vw, 56px);
      align-items: start;
    }

    /* Article main content */
    .article-main { min-width: 0; }

    /* Share row */
    .share-row {
      display: flex; align-items: center; gap: 8px;
      margin-bottom: 32px;
    }
    .share-row-lbl { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-right: 4px; }
    .share-btn {
      width: 36px; height: 36px; border-radius: 50%;
      border: 1.5px solid oklch(22% 0.093 282 / .14);
      background: transparent; display: flex; align-items: center; justify-content: center;
      color: oklch(22% 0.093 282 / .5); cursor: pointer;
      transition: all .2s;
    }
    .share-btn:hover { border-color: var(--orange); background: oklch(74.9% 0.166 61 / .08); color: var(--orange); }

    /* TOC */
    .article-toc {
      background: var(--bg);
      border-left: 3px solid var(--orange);
      border-radius: 0 8px 8px 0;
      padding: 20px 22px;
      margin-bottom: 36px;
    }
    .article-toc-title { font-family: var(--ff-d); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
    .article-toc ol { list-style: none; display: flex; flex-direction: column; gap: 7px; padding-left: 6px; counter-reset: toc; }
    .article-toc ol li { font-size: 13px; display: flex; gap: 9px; counter-increment: toc; }
    .article-toc ol li::before { content: counter(toc) "."; font-weight: 700; color: var(--orange); flex-shrink: 0; min-width: 16px; }
    .article-toc a { color: var(--muted); transition: color .2s; }
    .article-toc a:hover { color: var(--orange); }

    /* Article typography */
    .article-body { font-size: 16px; line-height: 1.85; color: oklch(28% 0.025 282); }
    .article-body > * + * { margin-top: 22px; }
    .article-body h2 { font-family: var(--ff-d); font-weight: 800; font-size: clamp(19px, 2vw, 24px); letter-spacing: -0.025em; color: var(--navy); line-height: 1.25; margin-top: 48px; padding-top: 8px; border-top: 2px solid var(--bg); }
    .article-body h2:first-child { margin-top: 0; }
    .article-body h3 { font-family: var(--ff-d); font-weight: 700; font-size: clamp(15px, 1.6vw, 18px); letter-spacing: -0.02em; color: var(--navy); line-height: 1.3; margin-top: 28px; }
    .article-body p { color: oklch(30% 0.025 282); }
    .article-body strong { font-weight: 700; color: var(--navy); }
    .article-body a { color: var(--orange); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; transition: color .2s; }
    .article-body a:hover { color: oklch(65% 0.166 61); }
    .article-body ul, .article-body ol { padding-left: 22px; display: flex; flex-direction: column; gap: 7px; }
    .article-body ul li, .article-body ol li { font-size: 15px; color: oklch(30% 0.025 282); line-height: 1.75; }

    .article-body blockquote {
      border-left: 4px solid var(--orange);
      padding: 18px 22px;
      background: oklch(74.9% 0.166 61 / .06);
      border-radius: 0 8px 8px 0;
      font-size: 16px; font-style: italic; font-weight: 500;
      color: var(--navy); line-height: 1.6;
    }

    /* Baca Juga */
    .read-also {
      display: flex; align-items: center; gap: 14px;
      padding: 14px 18px;
      background: var(--bg);
      border: 1px solid oklch(22% 0.093 282 / .08);
      border-radius: 8px;
    }
    .read-also-ico { width: 34px; height: 34px; border-radius: 6px; background: var(--orange); display: flex; align-items: center; justify-content: center; color: var(--ink); flex-shrink: 0; }
    .read-also-lbl { font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--orange); margin-bottom: 3px; }
    .read-also a { font-size: 13px; font-weight: 600; color: var(--navy); transition: color .2s; text-decoration: none; }
    .read-also a:hover { color: var(--orange); }

    /* Stat row */
    .article-stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
    .article-stat { background: var(--bg); border-radius: 8px; padding: 18px 16px; text-align: center; border: 1px solid oklch(22% 0.093 282 / .06); }
    .article-stat-n { font-family: var(--ff-d); font-weight: 900; font-size: clamp(26px, 3vw, 38px); letter-spacing: -0.04em; color: var(--orange); line-height: 1; }
    .article-stat-n sup { font-size: .45em; vertical-align: .35em; }
    .article-stat-l { font-size: 10px; font-weight: 600; color: var(--muted); margin-top: 5px; text-transform: uppercase; letter-spacing: .06em; }

    /* Featured image */
    .article-img { border-radius: 8px; overflow: hidden; }
    .article-img img { width: 100%; aspect-ratio: 16/8; object-fit: cover; }
    .article-img figcaption { font-size: 12px; color: var(--muted); text-align: center; margin-top: 8px; font-style: italic; }

    /* Article CTA box */
    .article-cta-box {
      background: var(--navy);
      border-radius: 12px; padding: 36px 40px;
      display: grid; grid-template-columns: 1fr auto;
      gap: 32px; align-items: center;
      position: relative; overflow: hidden;
    }
    .article-cta-box::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(oklch(99% 0.005 88 / .018) 1px, transparent 1px), linear-gradient(90deg, oklch(99% 0.005 88 / .018) 1px, transparent 1px); background-size: 48px 48px; pointer-events: none; }
    .article-cta-box > * { position: relative; z-index: 1; }
    .article-cta-left { display: flex; flex-direction: column; gap: 10px; }
    .article-cta-box .lbl { color: var(--orange); }
    .article-cta-box h3 { font-family: var(--ff-d); font-weight: 900; font-size: clamp(18px, 2vw, 24px); letter-spacing: -0.03em; color: var(--ink); line-height: 1.2; }
    .article-cta-box h3 em { font-style: normal; color: var(--orange); }
    .article-cta-box p { font-size: 13px; color: oklch(99% 0.005 88 / .52); line-height: 1.7; max-width: 48ch; }
    .article-cta-right { display: flex; flex-direction: column; gap: 12px; align-items: center; flex-shrink: 0; }
    .article-cta-stats { display: flex; gap: 24px; }
    .article-cta-stat { text-align: center; }
    .article-cta-stat-n { font-family: var(--ff-d); font-weight: 900; font-size: clamp(22px, 2.5vw, 32px); letter-spacing: -0.04em; color: var(--orange); line-height: 1; }
    .article-cta-stat-n sup { font-size: .45em; vertical-align: .35em; }
    .article-cta-stat-l { font-size: 10px; font-weight: 600; color: oklch(99% 0.005 88 / .38); text-transform: uppercase; letter-spacing: .06em; margin-top: 4px; }
    @media (max-width: 680px) {
      .article-cta-box { grid-template-columns: 1fr; }
      .article-cta-right { align-items: flex-start; flex-direction: row; flex-wrap: wrap; }
    }

    /* Back link */
    .back-to-blog { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--muted); transition: color .2s; margin-top: 36px; }
    .back-to-blog:hover { color: var(--orange); }
    .back-to-blog:hover svg { transform: translateX(-3px); }
    .back-to-blog svg { transition: transform .2s; }

    /* ── SIDEBAR ── */
    .article-sidebar { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 24px; }
    .sidebar-box { background: var(--bg); border-radius: 8px; padding: 22px; border: 1px solid oklch(22% 0.093 282 / .06); }
    .sidebar-box-title { font-family: var(--ff-d); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
    .sidebar-box-title::before { content: ''; width: 16px; height: 1px; background: var(--orange); flex-shrink: 0; }

    .sidebar-mini { display: flex; flex-direction: column; gap: 14px; }
    .sidebar-post { display: flex; gap: 11px; }
    .sidebar-post-img { width: 68px; height: 52px; border-radius: 6px; overflow: hidden; flex-shrink: 0; background: var(--bg); }
    .sidebar-post-img img { width: 100%; height: 100%; object-fit: cover; }
    .sidebar-post-cat { font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--orange); margin-bottom: 3px; }
    .sidebar-post-title { font-size: 12px; font-weight: 600; color: var(--navy); line-height: 1.35; }
    .sidebar-post-title a { color: inherit; transition: color .2s; }
    .sidebar-post-title a:hover { color: var(--orange); }

    .sidebar-cta { background: var(--navy); border-radius: 8px; padding: 22px; text-align: center; }
    .sidebar-cta-title { font-family: var(--ff-d); font-weight: 800; font-size: 15px; letter-spacing: -0.02em; color: var(--ink); margin-bottom: 8px; line-height: 1.2; }
    .sidebar-cta-title em { color: var(--orange); font-style: normal; }
    .sidebar-cta p { font-size: 12px; color: oklch(99% 0.005 88 / .5); line-height: 1.6; margin-bottom: 14px; }

    /* ── RELATED ARTICLES ── */
    .related-sec { background: var(--bg); padding: clamp(48px, 6vw, 80px) 0; }
    .related-hdr { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 36px; gap: 16px; }
    .related-hdr h2 { font-family: var(--ff-d); font-weight: 900; font-size: clamp(22px, 2.8vw, 34px); letter-spacing: -0.03em; color: var(--navy); line-height: 1.1; }
    .related-hdr h2 em { font-style: normal; color: var(--orange); }
    .related-hdr a { font-size: 13px; font-weight: 700; color: var(--orange); white-space: nowrap; flex-shrink: 0; }
    .related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

    .related-card { display: flex; flex-direction: column; border-radius: 8px; overflow: hidden; background: var(--ink); border: 1px solid oklch(22% 0.093 282 / .08); transition: box-shadow .25s, transform .25s; }
    .related-card:hover { box-shadow: 0 10px 36px oklch(22% 0.093 282 / .10); transform: translateY(-3px); }
    .rc-img { position: relative; aspect-ratio: 16/9; overflow: hidden; display: block; flex-shrink: 0; }
    .rc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
    .related-card:hover .rc-img img { transform: scale(1.04); }
    .rc-tag { position: absolute; top: 10px; left: 10px; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 3px 9px; border-radius: 3px; background: var(--orange); color: oklch(17% 0.08 65); }
    .rc-body { padding: 18px 20px 22px; flex: 1; display: flex; flex-direction: column; }
    .rc-meta { font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: oklch(22% 0.093 282 / .32); margin-bottom: 7px; }
    .rc-body h3 { font-family: var(--ff-d); font-weight: 700; font-size: 14px; letter-spacing: -0.02em; line-height: 1.35; color: var(--navy); margin-bottom: 8px; flex: 1; }
    .rc-body h3 a { color: inherit; transition: color .2s; }
    .rc-body h3 a:hover { color: var(--orange); }
    .rc-read { font-size: 12px; font-weight: 700; color: var(--orange); display: inline-flex; align-items: center; gap: 5px; transition: gap .2s; }
    .rc-read:hover { gap: 9px; }