:root {
  --o8-black: #070403;
  --o8-ink: #14100e;
  --o8-red: #e42121;
  --o8-red-deep: #8d0808;
  --o8-orange: #ff7619;
  --o8-gold: #ffd34f;
  --o8-gold-soft: #ffe9a6;
  --o8-paper: #fff8ef;
  --o8-muted: #6e5b53;
  --o8-line: rgba(83, 34, 22, .18);
  --o8-blue: #286493;
  --o8-max: 1140px;
  font-family: "Arial", "Helvetica Neue", sans-serif;
  color: var(--o8-ink);
  background: var(--o8-black);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 70% -10%, rgba(255, 211, 79, .2), transparent 34rem),
    linear-gradient(180deg, #090403 0, #160705 40rem, var(--o8-paper) 40rem);
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

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

.o8-top {
  background: #080605;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.o8-top-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

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

.o8-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 2px solid rgba(255, 255, 255, .18);
  border-radius: 11px;
  color: #2a0803;
  background: linear-gradient(135deg, #fff2a3 0%, #ffbf2c 48%, #df1717 100%);
  box-shadow: 0 14px 34px rgba(228, 33, 33, .24);
  font-size: 22px;
  font-weight: 950;
  letter-spacing: 0;
}

.o8-brand > span:not(.o8-mark) {
  display: block;
  min-width: 0;
}

.o8-brand strong {
  display: block;
  color: var(--o8-gold);
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
}

.o8-brand > span:not(.o8-mark) > span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
}

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

.o8-btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 7px;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .2);
  transition: transform .2s ease, box-shadow .2s ease;
}

.o8-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, .28);
}

.o8-btn.gold {
  color: #230b03;
  background: linear-gradient(180deg, #fff1a6, var(--o8-gold) 48%, var(--o8-orange));
  border-color: transparent;
}

.o8-btn.blue {
  color: #fff;
  background: linear-gradient(180deg, #3f7eb3, #255c8b);
}

.o8-nav-band {
  position: sticky;
  top: 0;
  z-index: 20;
  background: linear-gradient(90deg, #c51212, #ff5a1b);
  box-shadow: 0 14px 26px rgba(117, 16, 9, .22);
}

.o8-nav {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: #fff;
  white-space: nowrap;
}

.o8-nav a {
  position: relative;
  padding: 22px 0 20px;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.o8-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  height: 4px;
  border-radius: 99px;
  background: var(--o8-gold);
}

.o8-hero,
.o8-article-hero {
  position: relative;
  color: #fff;
  isolation: isolate;
  overflow: hidden;
}

.o8-hero {
  min-height: 650px;
}

.o8-article-hero {
  min-height: 500px;
}

.o8-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #100403;
}

.o8-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.o8-hero::before,
.o8-article-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 2, 2, .98) 0%, rgba(6, 3, 2, .86) 33%, rgba(6, 3, 2, .18) 62%, rgba(6, 3, 2, .08) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .08) 0%, rgba(10, 2, 2, .85) 100%);
}

.o8-hero-inner {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: center;
  gap: 54px;
  padding: 68px 0 80px;
}

.o8-title {
  margin: 0;
  max-width: 690px;
  font-size: clamp(54px, 7.4vw, 104px);
  line-height: .94;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.o8-title span {
  display: block;
  color: var(--o8-gold);
}

.o8-copy {
  max-width: 630px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: 18px;
  font-weight: 700;
}

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

.o8-panel {
  align-self: end;
  border: 1px solid rgba(255, 211, 79, .42);
  border-radius: 10px;
  padding: 28px;
  background: linear-gradient(180deg, rgba(35, 21, 14, .9), rgba(14, 8, 6, .86));
  box-shadow: 0 26px 70px rgba(0, 0, 0, .4);
  backdrop-filter: blur(8px);
}

.o8-panel h2 {
  margin: 0;
  color: var(--o8-gold);
  font-size: 26px;
  line-height: 1.2;
  font-weight: 950;
  text-transform: uppercase;
}

.o8-panel p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: 15px;
  font-weight: 700;
}

.o8-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 22px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 211, 79, .14);
}

.o8-stat-row span {
  min-height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 13px;
  color: rgba(255, 255, 255, .78);
  border-right: 1px solid rgba(255, 255, 255, .12);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.o8-stat-row span:last-child {
  border-right: 0;
}

.o8-stat-row b {
  color: #fff6ce;
  font-size: 28px;
  line-height: 1;
}

.o8-section {
  padding: 78px 0;
  background: var(--o8-paper);
}

.o8-section.dark {
  color: #fff;
  background:
    radial-gradient(circle at 12% 0, rgba(255, 211, 79, .14), transparent 28rem),
    linear-gradient(180deg, #120605, #090403);
}

.o8-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 58px;
  align-items: start;
}

.o8-kicker {
  margin: 0 0 14px;
  color: var(--o8-red);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.o8-section-title {
  margin: 0;
  color: #111;
  font-size: clamp(36px, 5.2vw, 64px);
  line-height: .98;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.o8-section.dark .o8-section-title {
  color: #fff;
}

.o8-content h3 {
  margin: 34px 0 10px;
  font-size: 27px;
  line-height: 1.16;
  font-weight: 950;
}

.o8-content p {
  margin: 0 0 17px;
  color: #63544e;
  font-size: 17px;
}

.o8-content strong {
  color: var(--o8-red);
}

.o8-quick {
  position: sticky;
  top: 92px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--o8-line);
  box-shadow: 0 28px 70px rgba(74, 21, 10, .1);
}

.o8-quick-head {
  padding: 28px;
  color: #fff;
  background: linear-gradient(135deg, #a91411, #ff5c1a);
}

.o8-quick-head h3 {
  margin: 0;
  font-size: 27px;
  line-height: 1.1;
  font-weight: 950;
  text-transform: uppercase;
}

.o8-quick-head p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  font-weight: 800;
}

.o8-quick-list {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.o8-quick-list a {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(60, 40, 31, .13);
  border-radius: 7px;
  padding: 0 14px 0 16px;
  color: #19100d;
  background: #fff;
  font-size: 14px;
  font-weight: 950;
}

.o8-quick-list a::after {
  content: ">";
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #1d1715;
  font-size: 16px;
  line-height: 1;
}

.o8-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 42px;
}

.o8-feature {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03)),
    radial-gradient(circle at 80% 16%, rgba(255, 211, 79, .26), transparent 9rem);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
}

.o8-feature-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #280b03;
  background: linear-gradient(135deg, #fff1a2, #ffbc24 48%, #e22420);
  font-size: 24px;
  font-weight: 950;
}

.o8-feature h3 {
  margin: 34px 0 10px;
  color: #fff;
  font-size: 27px;
  line-height: 1.1;
  font-weight: 950;
  text-transform: uppercase;
}

.o8-feature p {
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: 15px;
  font-weight: 700;
}

.o8-route {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  gap: 58px;
  align-items: center;
}

.o8-route-card {
  border-radius: 8px;
  padding: 28px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255, 211, 79, .16), transparent 54%),
    linear-gradient(180deg, #1b0b08, #090403);
  border: 1px solid rgba(255, 211, 79, .24);
  box-shadow: 0 26px 70px rgba(71, 18, 8, .24);
}

.o8-route-card .o8-mark {
  margin-bottom: 34px;
}

.o8-route-card h3 {
  margin: 0;
  font-size: 44px;
  line-height: .95;
  font-weight: 950;
  text-transform: uppercase;
}

.o8-route-card p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  font-weight: 700;
}

.o8-steps {
  display: grid;
  gap: 16px;
}

.o8-step {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  border: 1px solid var(--o8-line);
  border-radius: 8px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(74, 21, 10, .08);
}

.o8-step b {
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #2b0e03;
  background: linear-gradient(180deg, #fff0a6, var(--o8-gold) 54%, var(--o8-orange));
  font-size: 20px;
  font-weight: 950;
}

.o8-step h3 {
  margin: 0;
  color: #12100f;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 950;
}

.o8-step p {
  margin: 6px 0 0;
  color: #6b5b55;
  font-size: 14px;
  font-weight: 700;
}

.o8-news {
  background: #100604;
  color: #fff;
}

.o8-news-shell {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.o8-news-title {
  padding-top: 8px;
}

.o8-news-title h2 {
  margin: 0;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.o8-news-title p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  font-weight: 700;
}

.o8-news-list {
  display: grid;
  gap: 14px;
}

.o8-news-card {
  border: 1px solid rgba(255, 211, 79, .2);
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .03));
}

.o8-news-card a {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 14px;
}

.o8-news-thumb {
  aspect-ratio: 1.25;
  border-radius: 7px;
  background:
    radial-gradient(circle at 75% 30%, rgba(255, 211, 79, .9), transparent 35%),
    linear-gradient(135deg, #e62522, #49110b 58%, #090403);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16);
}

.o8-news-card h3 {
  margin: 0;
  color: #fff6cf;
  font-size: 21px;
  line-height: 1.16;
  font-weight: 950;
}

.o8-news-card p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  font-weight: 700;
}

.o8-article-hero-inner {
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 62px 0 72px;
}

.o8-article-title {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 6.6vw, 88px);
  line-height: .97;
  font-weight: 950;
  text-transform: uppercase;
}

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

.o8-article-main {
  padding: 78px 0;
  background: var(--o8-paper);
}

.o8-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: start;
}

.o8-article-card {
  border: 1px solid var(--o8-line);
  border-radius: 8px;
  padding: 44px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(74, 21, 10, .08);
}

.o8-article-card h1 {
  margin: 0;
  color: #111;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.02;
  font-weight: 950;
  text-transform: uppercase;
}

.o8-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 30px;
}

.o8-meta span {
  border-radius: 7px;
  padding: 8px 12px;
  color: #7d5649;
  background: #fff0cf;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.o8-body {
  color: #5f514c;
  font-size: 17px;
}

.o8-body p {
  margin: 0 0 18px;
}

.o8-body h2,
.o8-body h3 {
  margin: 34px 0 12px;
  color: #14100e;
  line-height: 1.14;
  font-weight: 950;
}

.o8-body h2 {
  font-size: 32px;
}

.o8-body h3 {
  font-size: 24px;
}

.o8-body strong {
  color: var(--o8-red);
}

.o8-body img {
  width: 100%;
  height: auto;
  margin: 28px 0;
  border-radius: 8px;
}

.o8-body ul,
.o8-body ol {
  margin: 0 0 22px 22px;
  padding: 0;
}

.o8-body li {
  margin: 8px 0;
}

.o8-footer {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 30px 0;
  color: rgba(255, 255, 255, .66);
  background: #080403;
  font-size: 13px;
  font-weight: 800;
}

.o8-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 980px) {
  .o8-hero-inner,
  .o8-intro-grid,
  .o8-route,
  .o8-news-shell,
  .o8-article-layout {
    grid-template-columns: 1fr;
  }

  .o8-panel,
  .o8-quick {
    position: static;
    max-width: 560px;
  }

  .o8-feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body {
    background: linear-gradient(180deg, #090403 0, #160705 44rem, var(--o8-paper) 44rem);
  }

  .o8-wrap {
    width: min(100% - 28px, var(--o8-max));
  }

  .o8-top-inner {
    min-height: 70px;
  }

  .o8-brand > span:not(.o8-mark) {
    display: none;
  }

  .o8-brand strong {
    font-size: 28px;
  }

  .o8-mark {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }

  .o8-actions .blue {
    display: none;
  }

  .o8-btn {
    min-height: 40px;
    padding: 0 14px;
    font-size: 12px;
  }

  .o8-nav {
    min-height: 90px;
    flex-wrap: wrap;
    gap: 0 18px;
    padding: 10px 0;
    white-space: normal;
  }

  .o8-nav a {
    padding: 8px 0;
    font-size: 12px;
  }

  .o8-nav a.is-active::after {
    bottom: 2px;
  }

  .o8-hero,
  .o8-hero-inner {
    min-height: 690px;
  }

  .o8-hero-bg img {
    object-position: 68% center;
  }

  .o8-hero::before,
  .o8-article-hero::before {
    background:
      linear-gradient(180deg, rgba(5, 2, 1, .9) 0%, rgba(5, 2, 1, .72) 42%, rgba(5, 2, 1, .98) 82%, #160705 100%);
  }

  .o8-hero-inner {
    align-items: end;
    padding: 46px 0 36px;
  }

  .o8-title {
    font-size: clamp(47px, 15vw, 64px);
  }

  .o8-copy,
  .o8-article-lead {
    font-size: 16px;
  }

  .o8-panel {
    display: none;
  }

  .o8-section,
  .o8-article-main {
    padding: 56px 0;
  }

  .o8-section-title {
    font-size: clamp(36px, 11vw, 48px);
  }

  .o8-content h3,
  .o8-quick-head h3,
  .o8-feature h3 {
    font-size: 24px;
  }

  .o8-route-card h3 {
    font-size: 36px;
  }

  .o8-step {
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 14px;
  }

  .o8-news-title h2 {
    font-size: 36px;
  }

  .o8-news-card {
    display: block;
  }

  .o8-news-card a {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .o8-news-card h3 {
    font-size: 18px;
  }

  .o8-article-hero,
  .o8-article-hero-inner {
    min-height: 520px;
  }

  .o8-article-hero-inner {
    padding: 48px 0;
  }

  .o8-article-title {
    font-size: clamp(40px, 13vw, 58px);
  }

  .o8-article-card {
    padding: 28px 18px;
  }

  .o8-article-card h1 {
    font-size: clamp(32px, 10vw, 46px);
  }

  .o8-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
