@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  margin: 30px 0;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

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

input,
button,
textarea,
select {
  font: inherit;
  border: none;
}

button,
[role=button] {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h1,
.h1 {
  font-size: 42px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 16px;
}

h2,
.h2 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  margin: 50px 0 14px;
}
h2:first-child,
.h2:first-child {
  margin-top: 0;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 1.4;
  margin: 40px 0 14px;
  font-weight: 700;
}

h4,
.h4 {
  margin: 40px 0 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}

p {
  line-height: 1.6;
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 24px;
    line-height: 1.4;
  }
  h2,
  .h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  p {
    line-height: 1.4;
  }
}
a {
  color: #fff;
  transition: all 0.3s;
}

.post-entry {
  width: 100%;
}
.post-entry h2, .post-entry h3, .post-entry h4 {
  font-family: "Outfit", sans-serif;
  color: #fff;
}
.post-entry h4 {
  color: #B8F5D0;
  margin: 10px 0;
}
.post-entry p > a {
  color: #75CF1D;
  text-decoration: underline;
}
.post-entry strong {
  font-weight: 700;
  color: #fff;
}
.post-entry .wp-block-separator {
  border: none;
  height: 1px;
  width: 100%;
  display: block;
  position: relative;
  margin: 60px 0;
  overflow: visible;
}
.post-entry .wp-block-separator:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #444444;
}
.post-entry .is-style-block-bg,
.post-entry .wp-block-group {
  background: #fff;
  padding: 60px 32px;
  border-radius: 16px;
  box-shadow: 0px 4px 34px 0px rgba(201, 211, 242, 0.25);
  margin-bottom: 120px;
}
.post-entry .has-text-align-left {
  text-align: left !important;
}
.post-entry .has-text-align-right {
  text-align: right !important;
}
.post-entry .has-text-align-center {
  text-align: center !important;
}
.post-entry ol {
  margin: 24px 0;
  padding: 0;
  counter-reset: li;
  list-style: none;
}
.post-entry ol li {
  gap: 12px;
  counter-increment: li;
  margin-bottom: 16px;
  padding-left: 33px;
  position: relative;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 15px;
  display: block;
}
.post-entry ol li:last-child {
  margin-bottom: 0;
}
.post-entry ol li:before {
  content: counter(li);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #75CF1D;
  color: #080C10;
  font-weight: 700;
  font-size: 13px;
  font-family: "Outfit", sans-serif;
  position: absolute;
  top: -1px;
  left: 0;
}
.post-entry ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}
.post-entry ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-left: 0;
  margin-bottom: 12px;
  font-size: 14px;
  color: #C7C7C7;
}
.post-entry ul li:before {
  content: "✓";
  position: static;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(117, 207, 29, 0.15);
  color: #75CF1D;
  font-size: 11px;
  font-weight: 700;
}
.post-entry .wp-block-table {
  max-width: 100%;
  margin: 16px 0;
  background: #20252E;
  border: 1px solid #181B22;
}
.post-entry .wp-block-table table {
  width: 100%;
  min-width: 100%;
  border-collapse: collapse;
}
.post-entry .wp-block-table thead {
  border: none;
}
.post-entry .wp-block-table thead th {
  background: rgba(117, 207, 29, 0.1019607843);
  color: #B8F5D0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.post-entry .wp-block-table tbody td {
  color: #C7C7C7;
  font-size: 14px;
}
.post-entry .wp-block-table .ok {
  color: #75CF1D;
  font-weight: 600;
}
.post-entry .wp-block-table .no {
  color: #EF4444;
  font-weight: 600;
}
.post-entry .wp-block-table td, .post-entry .wp-block-table th {
  padding: 10px 14px;
  border: 1px solid #181B22;
}
.post-entry .wp-block-image {
  margin: 16px 0;
}
.post-entry .wp-block-image img {
  border-radius: 16px;
  overflow: hidden;
}
.post-entry .wp-block-quote {
  margin: 12px 0;
  padding: 14px 18px;
  background: #14161B;
  border: 1px solid rgba(117, 207, 29, 0.18);
  border-radius: 12px;
}
.post-entry .wp-block-quote p {
  margin: 0;
  font-style: italic;
  font-size: 14px;
  line-height: 1.6;
  color: #75CF1D;
}
.post-entry .wp-block-quote cite {
  font-style: normal;
  font-size: 13px;
  color: #C7C7C7;
}
.post-entry .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  padding: 14px 26px;
  border-radius: 100px;
  background: #75CF1D;
  font-family: "Outfit", sans-serif;
  color: #080C10;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
  box-shadow: 0px 4px 14px 0px rgba(39, 201, 107, 0.35);
}
@media (max-width: 1024px) {
  .post-entry .wp-block-table {
    overflow-x: auto;
  }
  .post-entry .wp-block-table td,
  .post-entry .wp-block-table th {
    padding: 8px 12px;
  }
  .post-entry .is-style-block-bg,
  .post-entry .wp-block-group {
    width: auto;
    margin-right: -15px;
    margin-left: -15px;
    padding: 40px 16px;
    margin-bottom: 40px;
  }
}

.bg-cover {
  background-size: cover;
  background-position: center;
}

.bg-contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.obj-cover {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.obj-contain {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}

.btn-primary {
  position: relative;
  display: inline-block;
  padding: 7px 18px;
  border-radius: 100px;
  overflow: hidden;
  z-index: 1;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.69;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background: #75CF1D;
  color: #080C10;
  box-shadow: 0px 4px 14px 0px rgba(39, 201, 107, 0.38);
  font-family: "Outfit", sans-serif;
}

.btn-secondary {
  position: relative;
  display: inline-block;
  padding: 7px 18px;
  border-radius: 100px;
  overflow: hidden;
  z-index: 1;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.69;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background: #272E39;
  color: #E3E3E4;
  font-family: "Outfit", sans-serif;
}

.header {
  position: relative;
  z-index: 10;
}
.header--announcement {
  background: #1C1D21;
  border-bottom: 1px solid #1E2535;
  padding: 10px 0;
}
.header--announcement-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}
.header--announcement-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  line-height: 1;
}
.header--announcement-icon.-emoji {
  font-size: 16px;
}
.header--announcement-text {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}
.header--announcement-text a {
  color: #75CF1D;
  font-weight: 700;
  text-decoration: underline;
}
.header--announcement-text a:hover {
  color: #75CF1D;
}
.header--announcement-text strong {
  font-weight: 700;
}
.header--main {
  background: #1C1D21;
  border-bottom: 1px solid #1E2535;
  padding: 26px 0;
  position: relative;
  z-index: 1;
}
.header--main-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.header--logo {
  flex-shrink: 0;
}
.header--logo a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.header--logo img {
  height: 32px;
  width: auto;
  display: block;
}
.header--logo-icon {
  display: block;
}
.header--logo-text {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.2px;
  line-height: 1;
}
.header--logo-text .-play {
  color: #fff;
}
.header--logo-text .-dash {
  color: #75CF1D;
}
.header--menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  gap: 24px;
}
.header--menu-inner {
  font-family: "Outfit", sans-serif;
}
.header--menu-inner .menu {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header--menu-inner li {
  display: flex;
}
.header--menu-inner a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}
.header--menu-inner a:hover {
  color: #75CF1D;
}
.header--menu-inner .menu-item-has-children {
  position: relative;
}
.header--menu-inner .menu-item-has-children > a::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.header--menu-inner .sub-menu {
  display: none;
  flex-direction: column;
  gap: 4px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #1C1D21;
  border: 1px solid #1E2535;
  border-radius: 8px;
  padding: 10px;
  min-width: 200px;
  z-index: 10;
  margin: 0;
}
.header--menu-inner .sub-menu a {
  padding: 6px 8px;
  border-radius: 6px;
}
.header--menu-inner .sub-menu a:hover {
  background: rgba(255, 255, 255, 0.06);
}
.header--actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.header--lang {
  position: relative;
}
.header--lang-current {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 4px;
}
.header--lang-list {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0;
  background: #1C1D21;
  border: 1px solid #1E2535;
  border-radius: 8px;
  padding: 6px;
  min-width: 72px;
  z-index: 10;
}
.header--lang-list a {
  padding: 6px 10px;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.header--lang-list a:hover, .header--lang-list a.-active {
  background: rgba(255, 255, 255, 0.06);
  color: #75CF1D;
}
.header--lang:hover .header--lang-list {
  display: flex;
}
.header--menu-top {
  display: none;
}
.header--menu-close {
  display: none;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
}
.header--menu-open {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
.header--menu-open span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.header--menu-open.menu-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header--menu-open.menu-active span:nth-child(2) {
  opacity: 0;
}
.header--menu-open.menu-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.header--ticker {
  background: #1C1D21;
  overflow: hidden;
  padding: 10px 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 10px 10px;
}
.header--ticker-track {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  gap: 36px;
  animation: header-ticker-scroll 35s linear infinite;
}
.header--ticker:hover .header--ticker-track {
  animation-play-state: paused;
}
.header--ticker-item {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  font-size: 13px;
  white-space: nowrap;
}
.header--ticker-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #0B0C10;
  font-size: 10px;
  font-weight: 800;
  flex-shrink: 0;
}
.header--ticker-symbol {
  color: #fff;
  font-weight: 700;
}
.header--ticker-price {
  color: #9AA0AC;
  font-weight: 500;
}
.header--ticker-change {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 2px 7px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 12px;
}
.header--ticker-change.-up {
  color: #75CF1D;
  background: rgba(29, 199, 41, 0.12);
}
.header--ticker-change.-down {
  color: #EF4444;
  background: rgba(242, 54, 69, 0.12);
}
@media (max-width: 1024px) {
  .header--main {
    padding: 18px 0;
  }
  .header--announcement {
    padding: 8px 0;
  }
  .header--announcement-text {
    font-size: 12px;
    line-height: 16px;
  }
  .header--ticker {
    padding: 8px 0;
  }
  .header--ticker-item {
    font-size: 12px;
  }
  .header--menu-open {
    display: flex;
  }
  .header--menu-inner .menu {
    display: none;
  }
  .header--menu {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    background: #1C1D21;
    z-index: 100;
    overflow-y: auto;
    padding: 0 15px 20px;
  }
  .header--menu.menu-active {
    display: flex;
  }
  .header--menu .menu {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    width: 100%;
  }
  .header--menu li {
    width: 100%;
  }
  .header--menu > .header--menu-inner > .menu > li {
    border-bottom: 1px solid #1E2535;
  }
  .header--menu > .header--menu-inner > .menu > li:last-child {
    border-bottom: none;
  }
  .header--menu a {
    padding: 14px 0;
    font-size: 16px;
    font-weight: 600;
  }
  .header--menu .menu-item-has-children {
    flex-direction: column;
    align-items: stretch;
  }
  .header--menu .menu-item-has-children > a::after {
    margin-left: auto;
  }
  .header--menu .menu-item-has-children.-open > a::after {
    transform: rotate(225deg);
    margin-top: 3px;
  }
  .header--menu .sub-menu {
    position: relative;
    top: auto;
    left: auto;
    display: none;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0 0 10px 16px;
    min-width: 0;
    width: 100%;
    gap: 0;
  }
  .header--menu .menu-item-has-children.-open .sub-menu {
    display: flex;
  }
  .header--menu .sub-menu a {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: #9AA0AC;
  }
  .header--menu .sub-menu a:hover {
    background: transparent;
    color: #75CF1D;
  }
  .header--menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    margin-bottom: 6px;
    border-bottom: 1px solid #1E2535;
  }
  .header--menu-logo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .header--menu-logo img {
    height: 26px;
    width: auto;
    display: block;
  }
  .header--menu-close {
    display: flex;
  }
  .header--actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 10px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #1E2535;
  }
  .header--lang {
    width: 100%;
  }
  .header--lang-current {
    width: 100%;
    justify-content: space-between;
    padding: 10px 4px;
  }
  .header--lang-list {
    position: static;
    margin-top: 8px;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .header--menu-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header--menu-inner .menu-item-has-children:hover .sub-menu {
    display: flex;
  }
}

@keyframes header-ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.footer {
  padding: 0 0 24px;
}
.footer--inner {
  background: #181B22;
  border-radius: 24px;
  padding: 40px 48px;
}
@media (max-width: 1024px) {
  .footer--inner {
    padding: 32px 20px;
  }
}
.footer--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .footer--top {
    flex-wrap: wrap;
  }
}
.footer--logo a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.footer--logo img {
  display: block;
  height: 28px;
  width: auto;
}
.footer--logo-text {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.01em;
}
.footer--logo-text .-play {
  color: #fff;
}
.footer--logo-text .-dash {
  color: #75CF1D;
}
.footer--social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer--social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 7px;
  background: #1E2535;
  color: #9AA0AC;
  transition: color 0.2s, background 0.2s;
}
.footer--social-btn:hover {
  color: #fff;
  background: #323B49;
}
.footer--menus {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .footer--menus {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .footer--menus {
    grid-template-columns: 1fr;
  }
}
.footer--menu-title {
  margin-bottom: 16px;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}
.footer--menu-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer--menu-inner li {
  margin-bottom: 12px;
}
.footer--menu-inner li:last-child {
  margin-bottom: 0;
}
.footer--menu-inner a {
  font-size: 14px;
  color: #C7C7C7;
  text-decoration: none;
  transition: color 0.2s;
}
.footer--menu-inner a:hover {
  color: #75CF1D;
}
.footer--bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
@media (max-width: 768px) {
  .footer--bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer--disclaimer {
  margin: 0;
  max-width: 620px;
  font-size: 12px;
  line-height: 1.6;
  color: #9AA0AC;
}
.footer--disclaimer strong {
  color: #fff;
  font-weight: 700;
}
.footer--badges {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.footer--badge {
  display: flex;
  align-items: center;
  border: 1px solid rgba(174, 174, 174, 0.6823529412);
  height: 26px;
  border-radius: 4px;
  padding: 4px 11px;
}
.footer--badge img {
  display: block;
  height: 16px;
  width: auto;
}
.footer--divider {
  margin: 28px 0 24px;
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
}
.footer--certs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.footer--cert {
  display: flex;
  align-items: center;
  padding: 4px 11px;
  border-radius: 4px;
  background: #20252E;
}
.footer--cert img {
  display: block;
  height: 16px;
  width: auto;
  opacity: 0.85;
}
.footer--copyright {
  text-align: center;
  font-size: 13px;
  color: #9AA0AC;
}

.guide-highlights {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin: 40px 0;
  background: #20252E;
}
@media (max-width: 1024px) {
  .guide-highlights {
    flex-direction: column;
  }
}
.guide-highlights--left {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  text-decoration: none;
  color: #fff;
  background: #181B22;
  border-radius: 18px;
  overflow: hidden;
}
.guide-highlights--left-media {
  position: relative;
  aspect-ratio: 16/8;
  background: #14161B;
}
.guide-highlights--left-img {
  display: block;
  width: 100%;
  height: 100%;
}
.guide-highlights--badges {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.guide-highlights--badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.guide-highlights--badge.-category {
  background: #75CF1D;
  color: #080C10;
}
.guide-highlights--badge.-hot {
  background: #EF4444;
  color: #fff;
}
.guide-highlights--badge.-new {
  background: #6C4CF1;
  color: #fff;
}
.guide-highlights--left-body {
  padding: 20px;
}
.guide-highlights--left-title {
  margin: 0 0 10px;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 1024px) {
  .guide-highlights--left-title {
    font-size: 20px;
  }
}
.guide-highlights--left-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  color: #C7C7C7;
}
.guide-highlights--right {
  flex: 0 0 400px;
  width: 400px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .guide-highlights--right {
    width: 100%;
  }
}
.guide-highlights--right-title {
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}
.guide-highlights--right-list {
  display: flex;
  flex-direction: column;
}
.guide-highlights--right-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
  text-decoration: none;
  border-bottom: 1px solid #181B22;
}
.guide-highlights--right-item:first-child {
  padding-top: 0;
}
.guide-highlights--right-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.guide-highlights--right-thumb {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  background: #14161B;
}
.guide-highlights--right-item-title {
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
  font-family: "Outfit", sans-serif;
}
.guide-highlights--right-item-date {
  font-size: 12px;
  color: #C7C7C7;
}

.bonuses-cards--grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 40px 0;
  background: #20252E;
}
@media (max-width: 1024px) {
  .bonuses-cards--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .bonuses-cards--grid {
    grid-template-columns: 1fr;
  }
}
.bonuses-cards--card {
  display: flex;
  flex-direction: column;
  background: #181B22;
  border-radius: 18px;
  overflow: hidden;
  padding: 22px 18px;
}
.bonuses-cards--media {
  border-radius: 12px;
  background: #20252E;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 213px;
  margin-bottom: 11px;
}
.bonuses-cards--img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.bonuses-cards--body {
  display: flex;
  flex-direction: column;
}
.bonuses-cards--title {
  margin: 0 0 8px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
.bonuses-cards--text {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.5;
  color: #C7C7C7;
}
.bonuses-cards--bonus {
  margin: 0 0 11px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #75CF1D;
}
.bonuses-cards--btn {
  padding: 10px;
  text-align: center;
  width: 100%;
}

.posts-slider {
  background: #20252E;
  margin: 60px 0;
}
.posts-slider--head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 24px;
}
.posts-slider--title {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 640px) {
  .posts-slider--title {
    font-size: 22px;
  }
}
.posts-slider--nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.posts-slider--arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: none;
  border-radius: 50%;
  background: #262B35;
  color: #6B7280;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.posts-slider--arrow.-active {
  background: rgba(117, 207, 29, 0.12);
  border: 1px solid rgba(117, 207, 29, 0.35);
  color: #75CF1D;
}
.posts-slider--arrow:disabled {
  cursor: not-allowed;
}
.posts-slider--track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.posts-slider--track::-webkit-scrollbar {
  display: none;
}
.posts-slider--card {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(25% - 18px);
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
  background: #181B22;
  border-radius: 18px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .posts-slider--card {
    flex-basis: calc(50% - 12px);
  }
}
@media (max-width: 640px) {
  .posts-slider--card {
    flex-basis: 85%;
  }
}
.posts-slider--media {
  position: relative;
  height: 150px;
  background: #14161B;
}
.posts-slider--img {
  display: block;
  width: 100%;
  height: 100%;
}
.posts-slider--badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.posts-slider--badge.-hot {
  background: #EF4444;
  color: #fff;
}
.posts-slider--badge.-new {
  background: #6C4CF1;
  color: #fff;
}
.posts-slider--body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px;
}
.posts-slider--category {
  align-self: flex-start;
  margin: 0 0 12px;
  padding: 4px 12px;
  border: 1px solid #C7C7C7;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #C7C7C7;
}
.posts-slider--card-title {
  margin: 0 0 12px;
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.posts-slider--meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  font-size: 13px;
  color: #C7C7C7;
}
.posts-slider--dot {
  opacity: 0.6;
}
.posts-slider--more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
  font-size: 14px;
  font-weight: 600;
  color: #75CF1D;
}

.posts-archive {
  margin: 60px 0;
}
.posts-archive .js-posts-archive-cards {
  transition: opacity 0.2s ease;
}
.posts-archive .js-posts-archive-cards.-loading {
  opacity: 0.5;
  pointer-events: none;
}
.posts-archive ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.posts-archive ul li {
  padding-left: 0;
}
.posts-archive ul li:before {
  display: none;
}
.posts-archive--grid {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1024px) {
  .posts-archive--grid {
    flex-direction: column;
  }
}
.posts-archive--main {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}
.posts-archive--title {
  margin: 0 0 24px;
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.posts-archive--cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 640px) {
  .posts-archive--cards {
    grid-template-columns: 1fr;
  }
}
.posts-archive--card {
  display: flex;
  flex-direction: column;
  background: #181B22;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
.posts-archive--media {
  position: relative;
  height: 150px;
  background: #14161B;
}
.posts-archive--img {
  display: block;
  width: 100%;
  height: 100%;
}
.posts-archive--badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.posts-archive--badge.-hot {
  background: #EF4444;
  color: #fff;
}
.posts-archive--badge.-new {
  background: #6C4CF1;
  color: #fff;
}
.posts-archive--body {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.posts-archive--category {
  align-self: flex-start;
  margin: 0 0 12px;
  padding: 4px 12px;
  border: 1px solid #C7C7C7;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #C7C7C7;
}
.posts-archive--card-title {
  margin: 0 0 8px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
}
.posts-archive--excerpt {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.5;
  color: #C7C7C7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.posts-archive--meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #C7C7C7;
}
.posts-archive--dot {
  opacity: 0.6;
}
.posts-archive--pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}
.posts-archive--page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  border-radius: 8px;
  color: #C7C7C7;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.posts-archive--page.-number {
  padding: 0;
  width: 36px;
}
.posts-archive--page.-current {
  background: rgba(117, 207, 29, 0.18);
  color: #75CF1D;
  border: 1px solid rgba(117, 207, 29, 0.55);
}
.posts-archive--page.-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.posts-archive--page:not(.-disabled):not(.-current):hover {
  background: #262B35;
  color: #fff;
}
.posts-archive--page.-prev, .posts-archive--page.-next {
  background: none;
}
.posts-archive--sidebar {
  flex: 0 0 340px;
  width: 340px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1024px) {
  .posts-archive--sidebar {
    width: 100%;
    flex: 0 0 auto;
  }
}
.posts-archive--box {
  background: #181B22;
  border-radius: 10px;
  overflow: hidden;
}
.posts-archive--box-inner {
  padding: 14px 17px;
}
.posts-archive--box-title {
  margin: 0 !important;
  padding: 13px 18px;
  font-size: 13px;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(90deg, rgba(39, 201, 107, 0.07) 0%, rgba(39, 201, 107, 0) 100%);
  border-bottom: 1px solid #1E2535;
}
.posts-archive--categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.posts-archive--categories li {
  width: 100%;
  display: block !important;
}
.posts-archive--categories li:last-child {
  border-bottom: none;
}
.posts-archive--categories a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
  font-size: 14px;
  color: #E3E3E4;
  text-decoration: none;
  transition: color 0.2s ease;
}
.posts-archive--categories a:hover, .posts-archive--categories a.-active {
  color: #75CF1D;
}
.posts-archive--cat-count {
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27px;
  font-weight: 700;
  height: 20px;
  font-family: "Outfit", sans-serif;
  color: #C7C7C7;
  background: #1A2030;
  border-radius: 10px;
}
.posts-archive--bonus {
  background: linear-gradient(180deg, rgba(117, 207, 29, 0.14), rgba(24, 27, 34, 0) 65%), #14161B;
  border: 1px solid rgba(117, 207, 29, 0.25);
  border-radius: 18px;
  padding: 24px;
  text-align: center;
}
.posts-archive--bonus-img {
  display: block;
  max-width: 140px;
  margin: 0 auto 16px;
}
.posts-archive--bonus-title {
  margin: 0 0 8px;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
}
.posts-archive--bonus-title .-green {
  color: #75CF1D;
}
.posts-archive--bonus-text {
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.5;
  color: #C7C7C7;
}
.posts-archive--bonus-text span {
  color: #F0A500;
  font-weight: 700;
}
.posts-archive--bonus-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 20px;
  border-radius: 7px;
  box-shadow: 0px 4px 14px 0px rgba(39, 201, 107, 0.35);
  background: #75CF1D;
  color: #080C10;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  text-decoration: none;
  margin-bottom: 12px;
}
.posts-archive--bonus-fine {
  font-size: 11px;
  line-height: 1.5;
  color: #C7C7C7;
  opacity: 0.7;
}
.posts-archive--latest {
  list-style: none;
  margin: 0;
  padding: 0;
}
.posts-archive--latest li {
  padding: 6px 0;
  flex-direction: column;
}
.posts-archive--latest li:first-child {
  padding-top: 0;
}
.posts-archive--latest li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.posts-archive--latest-title {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: #E3E3E4;
  font-family: "Outfit", sans-serif;
  text-decoration: none;
}
.posts-archive--latest-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #C7C7C7;
}
.posts-archive--empty {
  color: #C7C7C7;
}

.numbered-steps--list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 40px 0;
}
.numbered-steps--item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #181B22;
  border-radius: 16px;
  padding: 24px;
}
.numbered-steps--num {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #75CF1D;
  color: #1C1D21;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}
.numbered-steps--body {
  display: flex;
  flex-direction: column;
  padding-top: 4px;
}
.numbered-steps--title {
  margin: 0 0 8px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
.numbered-steps--text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #C7C7C7;
}

.topics-grid--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .topics-grid--grid {
    grid-template-columns: 1fr;
  }
}
.topics-grid--item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #181B22;
  border-radius: 16px;
  padding: 24px;
}
.topics-grid--logo {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 2px;
}
.topics-grid--body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.topics-grid--title {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #B8F5D0 !important;
}
.topics-grid--text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #C7C7C7;
}

.stats-grid--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 40px 0;
}
@media (max-width: 900px) {
  .stats-grid--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .stats-grid--grid {
    grid-template-columns: 1fr;
  }
}
.stats-grid--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  background: #181B22;
  border-radius: 16px;
  padding: 28px 20px;
}
.stats-grid--number {
  font-family: "Outfit", sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.2;
  color: #75CF1D;
}
.stats-grid--title {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
.stats-grid--text {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
  color: #C7C7C7;
}

.bonus-banner--inner {
  display: flex;
  align-items: center;
  gap: 32px;
  background: linear-gradient(135deg, rgba(117, 207, 29, 0.16), rgba(24, 27, 34, 0) 55%), #14161B;
  border: 1px solid rgba(117, 207, 29, 0.25);
  border-radius: 20px;
  padding: 20px 80px;
}
@media (max-width: 640px) {
  .bonus-banner--inner {
    flex-direction: column;
    text-align: center;
    padding: 28px 24px;
  }
}
.bonus-banner--media {
  flex-shrink: 0;
  width: 180px;
}
.bonus-banner--media img {
  display: block;
  width: 100%;
  height: auto;
}
.bonus-banner--body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
@media (max-width: 640px) {
  .bonus-banner--body {
    align-items: center;
  }
}
.bonus-banner--title {
  margin: 0 0 4px;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.4;
  color: #fff;
}
.bonus-banner--title .-green {
  display: block;
  color: #75CF1D;
}
.bonus-banner--text {
  margin: 0 0 4px;
  font-size: 15px;
  line-height: 1.5;
  color: #C7C7C7;
}
.bonus-banner--text span {
  color: #F0A500;
  font-weight: 700;
}
.bonus-banner--fine {
  margin-bottom: 16px;
  font-size: 12px;
  color: #C7C7C7;
  opacity: 0.7;
}
.bonus-banner--btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  border-radius: 8px;
  background: #75CF1D;
  color: #080C10;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  text-decoration: none;
  min-width: 180px;
  box-shadow: 0px 4px 14px 0px rgba(39, 201, 107, 0.35);
}
@media (max-width: 640px) {
  .bonus-banner--btn {
    width: 100%;
    justify-content: center;
  }
}

.hero {
  padding: 24px 0;
  margin: 14px 0;
}
.hero--inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: #1C1D21;
  border-radius: 24px;
  padding: 48px 60px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .hero--inner {
    flex-direction: column;
    text-align: center;
    padding: 36px 24px;
  }
}
.hero--content {
  position: relative;
  z-index: 2;
  max-width: 460px;
}
@media (max-width: 1024px) {
  .hero--content {
    max-width: 100%;
  }
}
.hero--title {
  margin: 0 0 16px;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  font-family: "Outfit", sans-serif;
}
.hero--title .-green {
  color: #75CF1D;
}
@media (max-width: 1024px) {
  .hero--title {
    font-size: 32px;
  }
}
.hero--text {
  margin: 0 0 28px;
  max-width: 420px;
  color: #9AA0AC;
  font-size: 15px;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .hero--text {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero--actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .hero--actions {
    justify-content: center;
  }
}
.hero--btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
}
.hero--btn.-primary {
  background: #75CF1D;
  color: #080C10;
  box-shadow: 0px 4px 14px 0px rgba(39, 201, 107, 0.38);
}
.hero--btn.-secondary {
  background: #272E39;
  color: #fff;
}
.hero--btn-arrow {
  display: inline-block;
}
.hero--stats {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 1024px) {
  .hero--stats {
    justify-content: center;
    gap: 24px;
  }
}
.hero--stats-top {
  font-size: 22px;
  font-weight: 800;
  color: #75CF1D;
  font-family: "Outfit", sans-serif;
}
.hero--stats-bottom {
  margin-top: 2px;
  font-size: 13px;
  color: #9AA0AC;
}
.hero--media {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 520px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .hero--media {
    width: 280px;
  }
}
.hero--media-img {
  display: block;
  width: 100%;
  height: auto;
}

.home {
  padding: 24px 0 48px;
}
.home-content {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.faq {
  padding: 40px 0 80px;
}
.faq--title {
  margin: 0 0 12px;
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
@media (max-width: 1024px) {
  .faq--title {
    font-size: 24px;
  }
}
.faq--text {
  margin: 0 auto 40px;
  max-width: 640px;
  font-size: 15px;
  line-height: 1.6;
  color: #9AA0AC;
  text-align: center;
}
.faq--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (max-width: 768px) {
  .faq--grid {
    grid-template-columns: 1fr;
  }
}
.faq--item {
  background: #181B22;
  border-radius: 12px;
  overflow: hidden;
}
.faq--question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 18px 20px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: left;
}
.faq--icon {
  position: relative;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.faq--icon:before, .faq--icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #9AA0AC;
  transition: transform 0.25s, opacity 0.25s;
}
.faq--icon:before {
  width: 12px;
  height: 2px;
}
.faq--icon:after {
  width: 2px;
  height: 12px;
}
.faq--answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq--answer p {
  margin: 0;
  padding: 0 20px 18px;
  font-size: 14px;
  line-height: 1.6;
  color: #C7C7C7;
}
.faq--item.-active .faq--icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.page-content {
  padding: 40px 0;
}

.error-404 {
  min-height: calc(100vh - 300px);
  display: flex;
  align-items: center;
}
.error-404--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}
@media (max-width: 1024px) {
  .error-404--inner {
    flex-direction: column-reverse;
    text-align: center;
    gap: 24px;
  }
}
.error-404--content {
  max-width: 460px;
}
@media (max-width: 1024px) {
  .error-404--content {
    max-width: 100%;
  }
}
.error-404--title {
  margin: 0 0 16px;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 1024px) {
  .error-404--title {
    font-size: 28px;
  }
}
.error-404--text {
  margin: 0 0 32px;
  max-width: 400px;
  font-size: 15px;
  line-height: 1.6;
  color: #9AA0AC;
}
@media (max-width: 1024px) {
  .error-404--text {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.error-404--btn {
  padding: 11px 28px;
  font-weight: 700;
}
.error-404--btn-arrow {
  display: inline-block;
}
.error-404--media {
  flex-shrink: 0;
  width: 480px;
  max-width: 100%;
}
.error-404--media img {
  display: block;
  width: 100%;
  height: auto;
}

.single-post {
  padding: 32px 0 0;
}
.single-post--meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.single-post--breadcrumb {
  font-size: 14px;
  color: #C7C7C7;
}
.single-post--breadcrumb a {
  color: #75CF1D;
  text-decoration: underline;
}
.single-post--breadcrumb span {
  color: #C7C7C7;
}
.single-post--updated {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #C7C7C7;
}
.single-post--updated strong {
  color: #fff;
  font-weight: 700;
}
.single-post--title {
  margin: 0 0 24px;
  max-width: 900px;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 1024px) {
  .single-post--title {
    font-size: 26px;
  }
}
.single-post--media {
  margin-bottom: 40px;
  border-radius: 20px;
  overflow: hidden;
  height: 420px;
}
@media (max-width: 1024px) {
  .single-post--media {
    height: 240px;
  }
}
.single-post--img {
  display: block;
  width: 100%;
  height: 100%;
}
.single-post--grid {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1024px) {
  .single-post--grid {
    flex-direction: column;
  }
}
.single-post--content {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}
.single-post--sidebar {
  flex: 0 0 340px;
  width: 340px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1024px) {
  .single-post--sidebar {
    width: 100%;
    flex: 0 0 auto;
  }
}
.single-post--toc {
  background: linear-gradient(180deg, rgba(117, 207, 29, 0.14), rgba(24, 27, 34, 0) 65%), #14161B;
  border: 1px solid rgba(117, 207, 29, 0.25);
  border-radius: 18px;
  padding: 24px;
}
.single-post--toc-title {
  margin: 0 0 16px !important;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.single-post--toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-post--toc-list li {
  padding-left: 0 !important;
  margin-bottom: 12px;
}
.single-post--toc-list li:last-child {
  margin-bottom: 0;
}
.single-post--toc-list li:before {
  display: none !important;
}
.single-post--toc-list a {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #C7C7C7;
  text-decoration: none;
  transition: color 0.2s;
}
.single-post--toc-list a:hover {
  color: #75CF1D;
}
.single-post--toc-arrow {
  flex-shrink: 0;
  color: #75CF1D;
}

body {
  margin-top: 0 !important;
  font-family: "Inter", sans-serif;
  background: #20252E;
  color: #C7C7C7;
  position: relative;
  max-width: 100vw;
  min-height: 100vh;
  font-size: 16px;
}
body.menu-active {
  overflow: hidden;
}

.container {
  width: 1260px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
