:root {
  --uk88-page: #070b10;
  --uk88-panel: #101820;
  --uk88-panel-2: #131d27;
  --uk88-line: rgba(255, 255, 255, .12);
  --uk88-text: #f8fafc;
  --uk88-muted: #aab4c2;
  --uk88-dim: #6f7b8b;
  --uk88-orange: #ff8900;
  --uk88-orange-2: #ffb02e;
  --uk88-gold: #ffd166;
  --uk88-red: #ff4d3d;
  --uk88-green: #35d07f;
  --uk88-shadow: 0 22px 56px rgba(0, 0, 0, .34);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body.uk88-page {
  margin: 0;
  min-width: 320px;
  background: var(--uk88-page);
  color: var(--uk88-text);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.uk88-page img,
.uk88-page svg {
  max-width: 100%;
}

.uk88-page a {
  color: inherit;
}

.uk88-container {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.uk88-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--uk88-line);
  background: rgba(7, 11, 16, .94);
  backdrop-filter: blur(16px);
}

.uk88-header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.uk88-brand,
.uk88-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--uk88-text);
  text-decoration: none;
  white-space: nowrap;
}

.uk88-brand:hover,
.uk88-footer-brand:hover {
  color: var(--uk88-text);
  text-decoration: none;
}

.uk88-brand-main {
  font-size: 42px;
  line-height: .92;
  font-weight: 900;
  color: var(--uk88-orange);
}

.uk88-brand-sub {
  font-size: 42px;
  line-height: .92;
  font-weight: 900;
  color: #fff;
}

.uk88-nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 28px;
  min-width: 0;
  flex: 1 1 auto;
}

.uk88-nav a {
  display: inline-flex;
  align-items: center;
  color: rgba(248, 250, 252, .86);
  border-bottom: 4px solid transparent;
  padding: 33px 0 29px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.uk88-nav a:hover,
.uk88-nav a.is-active {
  color: var(--uk88-orange-2);
  border-bottom-color: var(--uk88-orange);
  text-decoration: none;
}

.uk88-header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
}

.uk88-button,
.uk88-header-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.uk88-header-button {
  min-width: 132px;
}

.uk88-button-primary,
.uk88-header-button-primary {
  color: #231305;
  background: linear-gradient(180deg, #ffae32 0%, #ff7e00 100%);
  box-shadow: 0 12px 26px rgba(255, 137, 0, .34);
}

.uk88-button-primary:hover,
.uk88-header-button-primary:hover {
  color: #231305;
  text-decoration: none;
}

.uk88-button-secondary,
.uk88-header-button-secondary {
  color: var(--uk88-text);
  border-color: rgba(255, 255, 255, .74);
  background: rgba(255, 255, 255, .04);
}

.uk88-button-secondary:hover,
.uk88-header-button-secondary:hover {
  color: var(--uk88-text);
  background: rgba(255, 255, 255, .1);
  text-decoration: none;
}

.uk88-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 137, 0, .16);
  background:
    linear-gradient(112deg, #06080c 0%, #0b1119 45%, #17100b 100%);
}

.uk88-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .5;
  background:
    linear-gradient(115deg, transparent 0 54%, rgba(255, 137, 0, .18) 54.5%, transparent 55%),
    linear-gradient(125deg, transparent 0 61%, rgba(255, 209, 102, .13) 61.5%, transparent 62%),
    linear-gradient(134deg, transparent 0 70%, rgba(255, 137, 0, .16) 70.5%, transparent 71%);
  pointer-events: none;
}

.uk88-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 700px;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  gap: 36px;
  align-items: center;
  padding: 74px 0 64px;
}

.uk88-hero-copy h1 {
  max-width: 670px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 5vw, 82px);
  line-height: 1.08;
  font-weight: 900;
}

.uk88-hero-copy h1 span {
  color: var(--uk88-orange);
}

.uk88-hero-copy p {
  max-width: 540px;
  margin: 28px 0 0;
  color: rgba(248, 250, 252, .78);
  font-size: 19px;
  line-height: 1.8;
}

.uk88-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 36px;
}

.uk88-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 620px;
  margin-top: 38px;
  overflow: hidden;
  border: 1px solid var(--uk88-line);
  border-radius: 8px;
  background: rgba(13, 21, 30, .82);
}

.uk88-trust-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 78px;
  padding: 14px 16px;
  border-right: 1px solid var(--uk88-line);
}

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

.uk88-trust-item svg {
  width: 34px;
  height: 34px;
  color: var(--uk88-orange-2);
}

.uk88-trust-item strong {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
}

.uk88-trust-item span {
  display: block;
  margin-top: 3px;
  color: var(--uk88-muted);
  font-size: 12px;
  line-height: 1.35;
}

.uk88-hero-art {
  position: relative;
  display: grid;
  place-items: center;
}

.uk88-hero-art img {
  width: min(100%, 690px);
  border-radius: 8px;
  filter: drop-shadow(0 30px 42px rgba(0, 0, 0, .46));
}

.uk88-quick {
  border-bottom: 1px solid var(--uk88-line);
  background: #0a1016;
}

.uk88-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0 auto;
  padding: 30px 0;
  border-left: 1px solid var(--uk88-line);
  border-right: 1px solid var(--uk88-line);
}

.uk88-quick-item {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 104px;
  padding: 18px 26px;
  border-right: 1px solid var(--uk88-line);
}

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

.uk88-quick-icon {
  width: 58px;
  height: 58px;
  color: var(--uk88-orange-2);
}

.uk88-quick-item h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}

.uk88-quick-item p {
  margin: 7px 0 0;
  color: var(--uk88-muted);
  font-size: 13px;
  line-height: 1.5;
}

.uk88-section {
  padding: 72px 0;
}

.uk88-section-soft {
  background: #091018;
}

.uk88-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0 0 34px;
  color: #fff;
  font-size: clamp(34px, 3.4vw, 50px);
  line-height: 1.15;
  font-weight: 900;
  text-align: center;
}

.uk88-section-title::before,
.uk88-section-title::after {
  content: "";
  width: min(180px, 18vw);
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--uk88-orange));
}

.uk88-section-title::after {
  background: linear-gradient(90deg, var(--uk88-orange), transparent);
}

.uk88-compare-grid,
.uk88-guide-grid,
.uk88-news-grid {
  display: grid;
  gap: 28px;
}

.uk88-compare-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.uk88-compare-card,
.uk88-step-card,
.uk88-news-card,
.uk88-side-card,
.uk88-article {
  border: 1px solid var(--uk88-line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(22, 33, 44, .96), rgba(11, 17, 24, .96));
  box-shadow: var(--uk88-shadow);
}

.uk88-compare-card {
  padding: 26px;
  text-align: center;
}

.uk88-compare-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 8px;
  background: #071018;
}

.uk88-compare-card h3 {
  margin: 22px 0 12px;
  color: #fff;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}

.uk88-compare-card p {
  min-height: 76px;
  margin: 0;
  color: var(--uk88-muted);
  font-size: 15px;
  line-height: 1.7;
}

.uk88-vs-row {
  display: grid;
  grid-template-columns: 1fr 44px 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--uk88-line);
  color: var(--uk88-muted);
  font-size: 14px;
}

.uk88-vs-row b {
  color: var(--uk88-orange-2);
}

.uk88-vs-row em {
  font-style: normal;
  color: #fff;
}

.uk88-good {
  color: var(--uk88-green);
}

.uk88-bad {
  color: var(--uk88-red);
}

.uk88-guide-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.uk88-step-card {
  position: relative;
  min-height: 300px;
  padding: 28px 26px 24px;
}

.uk88-step-num {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #ffb13a, #ff7800);
  font-size: 22px;
  font-weight: 900;
}

.uk88-step-card h3 {
  margin: 18px 0 10px;
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 900;
}

.uk88-step-card p {
  margin: 0;
  color: var(--uk88-muted);
  font-size: 15px;
  line-height: 1.7;
}

.uk88-step-card img {
  width: 100%;
  height: 150px;
  margin-top: 20px;
  object-fit: cover;
  border-radius: 8px;
  background: #091018;
}

.uk88-news-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.uk88-news-card {
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.uk88-news-card:hover {
  color: inherit;
  text-decoration: none;
  transform: translateY(-2px);
}

.uk88-news-card img {
  display: block;
  width: 100%;
  height: 174px;
  object-fit: cover;
  background: #091018;
}

.uk88-news-body {
  padding: 18px 18px 20px;
}

.uk88-news-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-bottom: 12px;
  border-radius: 4px;
  background: linear-gradient(180deg, #ffb13a, #ff7800);
  color: #fff;
  padding: 0 9px;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.uk88-news-card h3 {
  min-height: 72px;
  margin: 0;
  color: #fff;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 900;
}

.uk88-news-card p {
  min-height: 66px;
  margin: 12px 0 0;
  color: var(--uk88-muted);
  font-size: 14px;
  line-height: 1.55;
}

.uk88-news-date {
  display: block;
  margin-top: 16px;
  color: var(--uk88-dim);
  font-size: 13px;
}

.uk88-more {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.uk88-breadcrumb {
  border-bottom: 1px solid var(--uk88-line);
  background: #0a1016;
}

.uk88-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 14px 0;
  color: var(--uk88-muted);
  font-size: 14px;
}

.uk88-breadcrumb a {
  color: var(--uk88-gold);
  text-decoration: none;
}

.uk88-article-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 32px;
  padding-top: 52px;
  padding-bottom: 64px;
}

.uk88-article {
  padding: 38px;
}

.uk88-article h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1.16;
  font-weight: 900;
}

.uk88-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 18px 0 26px;
  color: var(--uk88-muted);
  font-size: 14px;
}

.uk88-article-visual {
  margin: 0 0 28px;
}

.uk88-article-visual img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 8px;
  background: #091018;
}

.uk88-article-body {
  color: #dce4ef;
  font-size: 17px;
  line-height: 1.86;
}

.uk88-article-body h2,
.uk88-article-body h3 {
  color: #fff;
  margin-top: 28px;
  font-weight: 900;
}

.uk88-article-body a {
  color: var(--uk88-gold);
}

.uk88-article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.uk88-article-actions ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.uk88-article-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border-radius: 8px;
  border: 1px solid var(--uk88-line);
  padding: 0 14px;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, .06);
}

.uk88-article-side {
  display: grid;
  align-content: start;
  gap: 22px;
}

.uk88-side-card {
  overflow: hidden;
}

.uk88-side-card img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
  background: #091018;
}

.uk88-side-body {
  padding: 22px;
}

.uk88-side-body h2,
.uk88-side-body h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.uk88-side-body p,
.uk88-side-body li {
  color: var(--uk88-muted);
  font-size: 15px;
  line-height: 1.7;
}

.uk88-side-body ul {
  margin: 0;
  padding-left: 20px;
}

.uk88-footer {
  border-top: 1px solid rgba(255, 137, 0, .2);
  background: linear-gradient(180deg, #15130f 0%, #080b0f 100%);
}

.uk88-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr .75fr .75fr .85fr;
  gap: 34px;
  padding: 46px 0;
}

.uk88-footer-brand .uk88-brand-main,
.uk88-footer-brand .uk88-brand-sub {
  font-size: 42px;
}

.uk88-footer p {
  margin: 16px 0 0;
  color: var(--uk88-muted);
  font-size: 15px;
  line-height: 1.7;
}

.uk88-footer h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.uk88-footer ul {
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.uk88-footer a {
  color: var(--uk88-muted);
  text-decoration: none;
}

.uk88-footer a:hover {
  color: var(--uk88-orange-2);
}

.uk88-footer-contact {
  display: grid;
  gap: 12px;
  color: var(--uk88-muted);
  font-size: 15px;
}

.uk88-footer-contact span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.uk88-footer-contact svg {
  width: 18px;
  height: 18px;
  color: var(--uk88-orange-2);
}

.uk88-footer-bottom {
  border-top: 1px solid var(--uk88-line);
  padding: 18px 0;
  color: var(--uk88-dim);
  font-size: 13px;
}

.uk88-footer-bottom .uk88-container {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

@media (max-width: 1120px) {
  .uk88-header-inner {
    min-height: auto;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 18px 0;
  }

  .uk88-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
  }

  .uk88-nav a {
    padding: 14px 0 11px;
  }

  .uk88-hero-inner,
  .uk88-article-wrap {
    grid-template-columns: 1fr;
  }

  .uk88-quick-grid,
  .uk88-compare-grid,
  .uk88-guide-grid,
  .uk88-news-grid,
  .uk88-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uk88-quick-item:nth-child(2n) {
    border-right: 0;
  }

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

@media (max-width: 720px) {
  .uk88-container {
    width: min(100% - 28px, 1280px);
  }

  .uk88-brand-main,
  .uk88-brand-sub {
    font-size: 34px;
  }

  .uk88-header-actions {
    width: 100%;
  }

  .uk88-header-button {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 12px;
    font-size: 14px;
  }

  .uk88-hero-inner {
    min-height: auto;
    padding: 52px 0 42px;
  }

  .uk88-hero-copy h1 {
    font-size: 42px;
  }

  .uk88-hero-copy p {
    font-size: 16px;
  }

  .uk88-hero-actions,
  .uk88-trust-row {
    grid-template-columns: 1fr;
  }

  .uk88-button {
    width: 100%;
  }

  .uk88-trust-item,
  .uk88-trust-item:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--uk88-line);
  }

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

  .uk88-quick-grid,
  .uk88-compare-grid,
  .uk88-guide-grid,
  .uk88-news-grid,
  .uk88-footer-grid,
  .uk88-article-side {
    grid-template-columns: 1fr;
  }

  .uk88-quick-item,
  .uk88-quick-item:nth-child(2n) {
    border-right: 0;
    border-bottom: 1px solid var(--uk88-line);
  }

  .uk88-quick-item:last-child {
    border-bottom: 0;
  }

  .uk88-section {
    padding: 50px 0;
  }

  .uk88-section-title {
    gap: 12px;
    font-size: 32px;
  }

  .uk88-section-title::before,
  .uk88-section-title::after {
    width: 38px;
  }

  .uk88-news-card h3,
  .uk88-news-card p,
  .uk88-compare-card p {
    min-height: 0;
  }

  .uk88-article {
    padding: 24px;
  }
}


.uk88-quick-item,
.uk88-compare-card,
.uk88-step-card {
  color: inherit;
  text-decoration: none;
}

.uk88-quick-item:hover,
.uk88-compare-card:hover,
.uk88-step-card:hover {
  color: inherit;
  text-decoration: none;
}

.uk88-topic-list {
  margin: 14px 0 20px;
  padding-left: 22px;
}

.uk88-topic-list li {
  margin: 0 0 9px;
}

.uk88-topic-list a {
  color: var(--uk88-gold);
  text-decoration: none;
}
