
    :root {
      --ink: #140505;
      --wine: #3d0504;
      --wine-2: #6f0907;
      --red: #e92722;
      --gold: #f7c747;
      --gold-2: #ffe78e;
      --blue: #0b6bdc;
      --sky: #c9d9eb;
      --panel: #eef5ff;
      --paper: #ffffff;
      --muted: #516170;
      --line: rgba(20, 5, 5, .14);
      --shadow: 0 22px 46px rgba(55, 7, 7, .18);
      --radius: 8px;
      --max: 1180px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      color: var(--ink);
      background:
        linear-gradient(180deg, #230201 0 88px, #050100 88px 132px, #e6f1ff 132px 100%);
      line-height: 1.6;
      overflow-x: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      display: block;
      max-width: 100%;
    }

    .topbar {
      width: min(var(--max), calc(100% - 36px));
      height: 88px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .brand-mark {
      width: 72px;
      height: 54px;
      border: 2px solid rgba(255, 231, 142, .85);
      border-radius: 8px;
      display: grid;
      place-items: center;
      background: linear-gradient(145deg, #014bd1, #0b1b6f 48%, #09010b);
      box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .12), 0 10px 28px rgba(0, 0, 0, .36);
      color: white;
      font-weight: 900;
      letter-spacing: 0;
      font-size: 22px;
      line-height: 1;
    }

    .brand-copy strong {
      display: block;
      color: var(--gold-2);
      font-size: 26px;
      line-height: 1.05;
      font-weight: 900;
      letter-spacing: 0;
    }

    .brand-copy span {
      display: block;
      color: rgba(255, 255, 255, .82);
      font-size: 13px;
      font-weight: 700;
      margin-top: 4px;
    }

    .quick-actions {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-shrink: 0;
    }

    .btn {
      min-height: 40px;
      border: 0;
      border-radius: 7px;
      padding: 0 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
      color: #170500;
      background: linear-gradient(180deg, #ffe071, #c57809);
      box-shadow: 0 10px 22px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .45);
      white-space: nowrap;
    }

    .btn.secondary {
      color: white;
      background: linear-gradient(180deg, #ff3c29, #a60907);
    }

    .nav-wrap {
      position: sticky;
      top: 0;
      z-index: 10;
      background: #050100;
      border-top: 1px solid rgba(255, 255, 255, .08);
      border-bottom: 1px solid rgba(247, 199, 71, .16);
    }

    .nav {
      width: min(var(--max), calc(100% - 36px));
      min-height: 44px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4px;
      overflow-x: auto;
      scrollbar-width: none;
    }

    .nav::-webkit-scrollbar {
      display: none;
    }

    .nav a {
      flex: 0 0 auto;
      color: #f3ea41;
      font-size: 13px;
      font-weight: 900;
      line-height: 1;
      padding: 14px 13px;
      border-radius: 999px;
      text-transform: uppercase;
    }

    .nav a:first-child {
      color: white;
      background: linear-gradient(180deg, #2f71c6, #1d467f);
    }

    .hero {
      min-height: 520px;
      position: relative;
      isolation: isolate;
      overflow: hidden;
      background: #060202;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(11, 1, 1, .95) 0%, rgba(32, 3, 4, .78) 38%, rgba(32, 3, 4, .22) 70%, rgba(32, 3, 4, .1) 100%),
        url("okking-hero.png") center / cover no-repeat;
      z-index: -2;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 120px;
      background: linear-gradient(180deg, rgba(230, 241, 255, 0), #e6f1ff);
      z-index: -1;
    }

    .hero-inner {
      width: min(var(--max), calc(100% - 36px));
      margin: 0 auto;
      padding: 74px 0 92px;
      display: grid;
      grid-template-columns: minmax(0, 600px) minmax(260px, 1fr);
      gap: 40px;
      align-items: end;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      color: var(--gold-2);
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0;
      padding: 8px 11px;
      border: 1px solid rgba(247, 199, 71, .38);
      border-radius: 999px;
      background: rgba(0, 0, 0, .34);
    }

    .eyebrow::before {
      content: "";
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: #17d36a;
      box-shadow: 0 0 0 4px rgba(23, 211, 106, .18);
    }

    h1 {
      margin: 20px 0 14px;
      color: white;
      font-size: clamp(42px, 6vw, 76px);
      line-height: .95;
      letter-spacing: 0;
      text-transform: uppercase;
      text-shadow: 0 5px 0 rgba(117, 9, 7, .4), 0 18px 34px rgba(0, 0, 0, .55);
    }

    .hero-lead {
      max-width: 570px;
      margin: 0;
      color: rgba(255, 255, 255, .9);
      font-size: 18px;
      font-weight: 700;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 26px;
    }

    .hero-actions .btn {
      min-height: 48px;
      padding-inline: 22px;
      font-size: 14px;
    }

    .hero-panel {
      width: min(100%, 430px);
      justify-self: end;
      border: 1px solid rgba(255, 231, 142, .3);
      border-radius: var(--radius);
      background: rgba(8, 2, 2, .64);
      backdrop-filter: blur(10px);
      box-shadow: var(--shadow);
      padding: 16px;
    }

    .hero-metrics {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      margin-bottom: 12px;
    }

    .metric {
      min-height: 88px;
      border-radius: 7px;
      display: grid;
      place-items: center;
      text-align: center;
      padding: 12px 8px;
      background: linear-gradient(180deg, rgba(255, 224, 113, .18), rgba(255, 255, 255, .08));
      border: 1px solid rgba(255, 255, 255, .12);
    }

    .metric strong {
      display: block;
      color: var(--gold-2);
      font-size: 22px;
      line-height: 1;
      font-weight: 900;
    }

    .metric span {
      display: block;
      margin-top: 7px;
      color: rgba(255, 255, 255, .78);
      font-size: 12px;
      font-weight: 800;
    }

    .notice {
      min-height: 54px;
      border-radius: 7px;
      padding: 12px 14px;
      color: #f7fbff;
      background: linear-gradient(90deg, rgba(10, 107, 220, .78), rgba(233, 39, 34, .68));
      font-size: 13px;
      font-weight: 700;
    }

    .section {
      padding: 64px 0;
    }

    .section.light-blue {
      background: var(--sky);
    }

    .section.white {
      background: #fff;
    }

    .section.dark {
      background:
        linear-gradient(180deg, #080101, #150202 42%, #020101);
      color: white;
    }

    .wrap {
      width: min(var(--max), calc(100% - 36px));
      margin: 0 auto;
    }

    .section-head {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      margin-bottom: 28px;
      text-align: center;
    }

    .section-head::before,
    .section-head::after {
      content: "";
      width: min(150px, 18vw);
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(233, 39, 34, .5), transparent);
    }

    .section-title {
      margin: 0;
      color: var(--red);
      font-size: clamp(25px, 3vw, 38px);
      line-height: 1.12;
      font-weight: 900;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .intro-box {
      border-radius: var(--radius);
      background: rgba(255, 255, 255, .58);
      border: 2px solid rgba(11, 107, 220, .5);
      box-shadow: 0 0 0 4px rgba(11, 107, 220, .08), 0 16px 36px rgba(11, 107, 220, .16);
      overflow: hidden;
    }

    .intro-grid {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 0;
    }

    .intro-copy {
      padding: 30px;
      background: rgba(255, 255, 255, .72);
    }

    .intro-copy p {
      margin: 0 0 18px;
      color: #253449;
      font-weight: 700;
    }

    .facts {
      display: grid;
      gap: 0;
      border-top: 1px solid rgba(0, 0, 0, .1);
      border-left: 1px solid rgba(0, 0, 0, .1);
      background: rgba(255, 255, 255, .36);
    }

    .fact-row {
      display: grid;
      grid-template-columns: 160px 1fr;
      min-height: 48px;
      border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .fact-row b,
    .fact-row span {
      padding: 12px 14px;
      border-right: 1px solid rgba(0, 0, 0, .1);
      font-size: 14px;
    }

    .fact-row b {
      color: #132a45;
      text-transform: uppercase;
    }

    .visual-card {
      min-height: 100%;
      padding: 26px;
      background:
        linear-gradient(145deg, rgba(6, 16, 38, .92), rgba(13, 101, 216, .78)),
        radial-gradient(circle at 20% 10%, rgba(255, 231, 142, .28), transparent 34%);
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 24px;
    }

    .screen {
      border: 1px solid rgba(255, 255, 255, .24);
      border-radius: 8px;
      padding: 0;
      background: rgba(0, 0, 0, .28);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14);
      overflow: hidden;
      min-height: 230px;
    }

    .screen img {
      width: 100%;
      height: 100%;
      min-height: 230px;
      object-fit: cover;
    }

    .visual-card h3 {
      margin: 0 0 8px;
      color: var(--gold-2);
      font-size: 24px;
      line-height: 1.1;
    }

    .visual-card p {
      margin: 0;
      color: rgba(255, 255, 255, .82);
      font-weight: 700;
    }

    .trust-row {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      border: 1px solid rgba(255, 255, 255, .08);
      background: #071f19;
      border-radius: var(--radius);
      overflow: hidden;
      margin-top: -38px;
      position: relative;
      z-index: 2;
      box-shadow: 0 20px 42px rgba(0, 0, 0, .18);
    }

    .trust-item {
      min-height: 130px;
      display: grid;
      grid-template-columns: 54px 1fr;
      gap: 16px;
      align-items: center;
      padding: 22px;
      color: white;
      border-right: 1px solid rgba(255, 255, 255, .08);
    }

    .trust-item:last-child {
      border-right: 0;
    }

    .trust-icon {
      width: 54px;
      height: 54px;
      border-radius: 8px;
      display: grid;
      place-items: center;
      color: var(--gold-2);
      background: rgba(247, 199, 71, .12);
      border: 1px solid rgba(247, 199, 71, .36);
      font-size: 24px;
      font-weight: 900;
    }

    .trust-item h3 {
      margin: 0 0 5px;
      font-size: 18px;
      line-height: 1.15;
      color: white;
    }

    .trust-item p {
      margin: 0;
      color: rgba(255, 255, 255, .72);
      font-size: 14px;
      font-weight: 700;
    }

    .category-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .category-card,
    .promo-card,
    .article-card {
      border-radius: var(--radius);
      overflow: hidden;
      background: white;
      border: 1px solid rgba(20, 5, 5, .12);
      box-shadow: 0 14px 34px rgba(20, 5, 5, .08);
    }

    .category-visual {
      height: 188px;
      position: relative;
      background: #160504;
      overflow: hidden;
    }

    .category-visual img,
    .article-art img,
    .promo-bg {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .category-visual img,
    .article-art img {
      position: absolute;
      inset: 0;
    }

    .category-visual::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .74));
      z-index: 1;
    }

    .category-visual::before {
      content: attr(data-icon);
      position: absolute;
      left: 18px;
      top: 16px;
      width: 52px;
      height: 52px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: #1b0700;
      background: linear-gradient(180deg, #fff0a3, #d89914);
      font-size: 27px;
      font-weight: 900;
      box-shadow: 0 12px 24px rgba(0, 0, 0, .24);
      z-index: 2;
    }

    .category-body {
      padding: 18px;
      margin-top: -70px;
      position: relative;
      z-index: 3;
      color: white;
    }

    .category-body h3 {
      margin: 0 0 5px;
      font-size: 24px;
      line-height: 1.08;
      text-shadow: 0 2px 8px rgba(0, 0, 0, .4);
    }

    .category-body p {
      min-height: 44px;
      margin: 0 0 14px;
      color: rgba(255, 255, 255, .86);
      font-size: 14px;
      font-weight: 700;
    }

    .mini-cta {
      min-height: 38px;
      border-radius: 7px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 16px;
      color: #1b0700;
      background: linear-gradient(180deg, #ffe775, #e2a315);
      font-size: 13px;
      font-weight: 900;
    }

    .promo-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .promo-card {
      min-height: 210px;
      padding: 22px;
      color: white;
      background: #120302;
      position: relative;
      isolation: isolate;
    }

    .promo-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(4, 1, 1, .9), rgba(4, 1, 1, .58) 58%, rgba(4, 1, 1, .28)),
        radial-gradient(circle at right top, rgba(255, 231, 142, .2), transparent 42%);
      z-index: 1;
    }

    .promo-card::after {
      content: "";
      position: absolute;
      right: 16px;
      bottom: 18px;
      width: 86px;
      height: 86px;
      border-radius: 50%;
      border: 14px solid rgba(247, 199, 71, .16);
      z-index: 2;
    }

    .promo-bg {
      position: absolute;
      inset: 0;
      z-index: 0;
    }

    .promo-card span {
      position: relative;
      z-index: 3;
      color: var(--gold-2);
      font-size: 14px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .promo-card strong {
      position: relative;
      z-index: 3;
      display: block;
      margin: 8px 0 10px;
      color: #ffe66c;
      font-size: clamp(34px, 4vw, 46px);
      line-height: .95;
      font-weight: 900;
    }

    .promo-card p {
      position: relative;
      z-index: 3;
      margin: 0;
      color: rgba(255, 255, 255, .82);
      font-weight: 700;
    }

    .steps {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 14px;
      counter-reset: step;
    }

    .step {
      min-height: 190px;
      border-radius: var(--radius);
      background: white;
      border: 1px solid rgba(20, 5, 5, .12);
      padding: 20px 18px;
      text-align: center;
      box-shadow: 0 14px 28px rgba(20, 5, 5, .07);
      position: relative;
    }

    .step::before {
      counter-increment: step;
      content: counter(step);
      width: 48px;
      height: 48px;
      margin: 0 auto 14px;
      display: grid;
      place-items: center;
      border-radius: 8px;
      color: #1b0700;
      background: linear-gradient(180deg, #ffe774, #e6a719);
      font-size: 22px;
      font-weight: 900;
      box-shadow: 0 10px 22px rgba(230, 167, 25, .24);
    }

    .step h3 {
      margin: 0 0 9px;
      font-size: 18px;
      line-height: 1.2;
    }

    .step p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
    }

    .content-split {
      display: grid;
      grid-template-columns: .92fr 1.08fr;
      gap: 26px;
      align-items: stretch;
    }

    .blue-panel {
      border-radius: var(--radius);
      padding: 30px;
      background:
        linear-gradient(145deg, #0b6bdc, #092855 72%),
        linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0));
      color: white;
      box-shadow: var(--shadow);
      min-height: 360px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .blue-panel h2 {
      margin: 0 0 12px;
      color: white;
      font-size: 34px;
      line-height: 1.05;
    }

    .blue-panel p {
      margin: 0;
      color: rgba(255, 255, 255, .82);
      font-weight: 700;
    }

    .score-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      margin-top: 22px;
    }

    .score-strip div {
      border-radius: 7px;
      padding: 14px;
      background: rgba(255, 255, 255, .12);
      border: 1px solid rgba(255, 255, 255, .16);
    }

    .score-strip b {
      display: block;
      color: var(--gold-2);
      font-size: 24px;
      line-height: 1;
    }

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

    .feature-line {
      min-height: 76px;
      border-radius: var(--radius);
      padding: 16px 18px;
      background: white;
      border: 1px solid rgba(20, 5, 5, .1);
      display: grid;
      grid-template-columns: 42px 1fr;
      gap: 14px;
      align-items: center;
      box-shadow: 0 10px 24px rgba(20, 5, 5, .06);
    }

    .line-icon {
      width: 42px;
      height: 42px;
      border-radius: 8px;
      display: grid;
      place-items: center;
      color: white;
      background: linear-gradient(180deg, #e92722, #7b0907);
      font-weight: 900;
    }

    .feature-line h3 {
      margin: 0 0 4px;
      font-size: 18px;
      line-height: 1.2;
    }

    .feature-line p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
    }

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

    .article-art {
      height: 150px;
      background: #160504;
      position: relative;
      overflow: hidden;
    }

    .article-art::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .48));
      z-index: 1;
    }

    .article-date {
      position: absolute;
      left: 14px;
      top: 14px;
      width: 52px;
      min-height: 52px;
      border-radius: 7px;
      display: grid;
      place-items: center;
      text-align: center;
      color: white;
      background: #294f78;
      font-size: 12px;
      font-weight: 900;
      line-height: 1.05;
      z-index: 2;
    }

    .article-body {
      padding: 17px;
    }

    .article-body h3 {
      min-height: 48px;
      margin: 0 0 8px;
      color: var(--red);
      font-size: 18px;
      line-height: 1.2;
    }

    .article-body p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
    }

    .faq {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }

    .faq-item {
      border-radius: var(--radius);
      padding: 20px;
      background: rgba(255, 255, 255, .07);
      border: 1px solid rgba(255, 255, 255, .12);
    }

    .faq-item h3 {
      margin: 0 0 8px;
      color: var(--gold-2);
      font-size: 19px;
      line-height: 1.2;
    }

    .faq-item p {
      margin: 0;
      color: rgba(255, 255, 255, .74);
      font-weight: 700;
    }

    .footer {
      padding: 34px 0;
      background: #2e3439;
      color: rgba(255, 255, 255, .76);
      text-align: center;
      font-size: 13px;
      font-weight: 700;
    }

    .footer strong {
      color: white;
    }

    @media (max-width: 980px) {
      .topbar {
        height: auto;
        padding: 14px 0;
        align-items: flex-start;
      }

      .brand-copy strong {
        font-size: 22px;
      }

      .quick-actions {
        gap: 8px;
      }

      .btn {
        min-height: 38px;
        padding-inline: 12px;
        font-size: 12px;
      }

      .hero-inner,
      .intro-grid,
      .content-split {
        grid-template-columns: 1fr;
      }

      .hero-panel {
        justify-self: start;
      }

      .trust-row,
      .category-grid,
      .promo-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .steps {
        grid-template-columns: repeat(3, 1fr);
      }

      .article-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 640px) {
      body {
        background:
          linear-gradient(180deg, #230201 0 120px, #050100 120px 164px, #e6f1ff 164px 100%);
      }

      .topbar {
        width: min(100% - 24px, var(--max));
        flex-direction: column;
        gap: 12px;
      }

      .brand-mark {
        width: 62px;
        height: 48px;
        font-size: 19px;
      }

      .quick-actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
      }

      .nav {
        width: 100%;
        justify-content: flex-start;
        padding: 0 12px;
      }

      .nav a {
        font-size: 12px;
        padding: 14px 11px;
      }

      .hero {
        min-height: auto;
      }

      .hero::before {
        background:
          linear-gradient(180deg, rgba(11, 1, 1, .92), rgba(32, 3, 4, .68) 62%, rgba(32, 3, 4, .16)),
          url("okking-hero.png") 60% center / cover no-repeat;
      }

      .hero-inner,
      .wrap {
        width: calc(100% - 24px);
      }

      .hero-inner {
        padding: 42px 0 72px;
        gap: 22px;
      }

      h1 {
        font-size: clamp(38px, 14vw, 58px);
      }

      .hero-lead {
        font-size: 16px;
      }

      .hero-panel {
        width: 100%;
      }

      .hero-metrics,
      .score-strip {
        grid-template-columns: 1fr;
      }

      .section {
        padding: 46px 0;
      }

      .section-head {
        gap: 10px;
      }

      .section-head::before,
      .section-head::after {
        width: 34px;
      }

      .section-title {
        font-size: 24px;
      }

      .intro-copy,
      .visual-card,
      .blue-panel {
        padding: 22px;
      }

      .fact-row {
        grid-template-columns: 1fr;
      }

      .fact-row b,
      .fact-row span {
        border-right: 0;
      }

      .fact-row b {
        padding-bottom: 0;
      }

      .trust-row,
      .category-grid,
      .promo-grid,
      .steps,
      .article-grid,
      .faq {
        grid-template-columns: 1fr;
      }

      .trust-row {
        margin-top: -24px;
      }

      .trust-item {
        grid-template-columns: 46px 1fr;
        min-height: 110px;
        padding: 18px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
      }

      .trust-icon {
        width: 46px;
        height: 46px;
      }

      .category-visual {
        height: 210px;
      }

      .article-body h3 {
        min-height: auto;
      }
    }
  

.article-hero {
  position: relative;
  overflow: hidden;
  background: #070101;
  color: white;
  isolation: isolate;
}
.article-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 1, 1, .94), rgba(52, 4, 5, .72) 46%, rgba(52, 4, 5, .24)),
    url("okking-hero.png") center / cover no-repeat;
  z-index: -2;
}
.article-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 90px;
  background: linear-gradient(180deg, rgba(230, 241, 255, 0), #e6f1ff);
  z-index: -1;
}
.article-hero-inner {
  width: min(var(--max), calc(100% - 36px));
  min-height: 360px;
  margin: 0 auto;
  padding: 62px 0 80px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: center;
}
.article-hero h1 {
  margin: 0 0 16px;
  color: white;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.02;
  text-transform: none;
}
.article-hero p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: 17px;
  font-weight: 700;
}
.article-hero-card {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255, 231, 142, .28);
  box-shadow: var(--shadow);
  background: rgba(0, 0, 0, .4);
}
.article-hero-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.article-layout {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.article-side,
.article-main {
  background: white;
  border: 1px solid rgba(20, 5, 5, .12);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(20, 5, 5, .08);
}
.article-side {
  overflow: hidden;
  position: sticky;
  top: 64px;
}
.article-side img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.article-side-content {
  padding: 18px;
}
.article-side h2,
.article-main h2,
.article-main h3 {
  color: var(--red);
  line-height: 1.2;
  margin: 0 0 12px;
}
.article-side ul {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}
.article-side li {
  border-top: 1px solid rgba(20, 5, 5, .1);
  padding: 11px 0;
  color: var(--muted);
  font-weight: 700;
}
.article-main {
  padding: 30px;
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
  color: #667483;
  font-size: 13px;
  font-weight: 700;
}
.article-content {
  color: #253449;
  font-size: 16px;
  line-height: 1.9;
}
.article-content p {
  margin: 0 0 16px;
}
.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius);
}
.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
}
.article-content th,
.article-content td {
  border: 1px solid rgba(20, 5, 5, .12);
  padding: 12px;
  vertical-align: top;
}
.article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.article-actions a,
.article-actions span {
  border-radius: 7px;
  padding: 9px 13px;
  background: #eef5ff;
  color: #0b3f80;
  font-weight: 800;
}
.related-news {
  margin-top: 26px;
}
.ok-pagination {
  margin-top: 20px;
  text-align: center;
}
.ok-pagination a,
.ok-pagination span,
.ok-pagination li {
  display: inline-flex;
  min-height: 34px;
  min-width: 34px;
  align-items: center;
  justify-content: center;
  margin: 3px;
  border-radius: 7px;
  border: 1px solid rgba(20, 5, 5, .14);
  padding: 0 10px;
  background: white;
  color: var(--ink);
  font-weight: 800;
}
@media (max-width: 980px) {
  .article-hero-inner,
  .article-layout {
    grid-template-columns: 1fr;
  }
  .article-side {
    position: static;
  }
}
@media (max-width: 640px) {
  .article-hero-inner,
  .article-layout {
    width: calc(100% - 24px);
  }
  .article-main {
    padding: 22px;
  }
  .article-hero-card img,
  .article-side img {
    height: 210px;
  }
}
