/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*****************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/boring-theme/src/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("/wp-content/themes/boring-theme/src/fonts/Oswald-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("/wp-content/themes/boring-theme/src/fonts/Oswald-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.button {
  display: block;
  width: fit-content;
  height: fit-content;
  padding: 12px 41px;
  text-align: center;
  white-space: nowrap;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .button {
    width: 100%;
  }
}
.button:hover {
  transform: scale(1.05);
}
.button--white {
  background: #dadde4;
  color: #e00840;
}
.button--red {
  background: #e00840;
  color: #dadde4;
}
.button svg {
  margin-right: 10px;
}

h1 {
  font-family: "Oswald", sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  h1 {
    font-size: 56px;
    line-height: 120%;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-family: "Oswald", sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: -1.12px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.8px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
p span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-size: inherit;
  color: #dadde4;
}

p,
span,
li {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 767px) {
  p,
  span,
  li {
    font-size: 14px;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
.header__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 3;
  flex-wrap: nowrap;
  padding: 7px 25px;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .header__wrapper {
    padding: 10px;
  }
}

.logo {
  max-width: 144px;
  width: 100%;
}
@media (max-width: 767px) {
  .logo {
    max-width: 120px;
  }
}

.hero {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .hero {
    height: auto;
    min-height: auto;
  }
}
.hero__wrapper {
  display: flex;
  flex-direction: row;
  gap: 32px;
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .hero__wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.hero__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 0;
}
.hero__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  background: #ffe500;
  display: block;
  width: fit-content;
  height: fit-content;
  padding: 12px 80px;
  text-align: center;
  white-space: nowrap;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #202020;
  cursor: pointer;
}
.hero__play:hover {
  transform: translate(-50%, -50%) scale(1.05);
}
.hero__scene {
  position: relative;
}
.hero__iframe {
  border-radius: 10px;
  border: 1px solid #545969;
  background: #2d3345;
  box-shadow: 4px 4px 24px 0px #1d1e27;
  padding: 12px;
  width: 75%;
}
.hero__iframe img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.65/1;
}
@media (max-width: 1024px) {
  .hero__iframe {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero__iframe {
    padding-bottom: 60px;
    position: relative;
  }
}
.hero__iframe iframe {
  border-radius: 10px;
  border: none;
  width: 100%;
  height: auto;
  aspect-ratio: 1.67/1;
}
.hero__right {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .hero__right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero__button {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 94%;
  }
}
.hero__content {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero__block {
  display: flex;
  align-items: center;
  gap: 17px;
}
.hero__adult {
  color: #8fa7fa;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.384px;
  text-transform: capitalize;
}
.hero__bonus {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #545969;
  background: #2d3345;
  box-shadow: 4px 4px 24px 0px #1d1e27;
  padding: 12px;
  display: flex;
  flex-direction: column;
  height: 33%;
  position: relative;
}
@media (max-width: 1024px) {
  .hero__bonus {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .hero__bonus {
    width: 100%;
  }
}
.hero__bonus-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.512px;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid #424a62;
  text-align: center;
  font-family: "Oswald", sans-serif;
  margin-bottom: 12px;
}
.hero__bonus-bonus {
  color: #ffe500;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.512px;
  text-transform: uppercase;
  margin-bottom: 12px;
  height: 36px;
}
@media (max-width: 767px) {
  .hero__bonus-bonus {
    height: 18px;
  }
}
.hero__bonus-button {
  width: 100%;
  margin-bottom: 12px;
}
.hero__bonus-desc {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.hero__bonus-desc a {
  text-decoration: underline;
}
.hero__bonus-desc span,
.hero__bonus-desc a {
  color: #8990a5;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.384px;
  white-space: nowrap;
}
.hero__bonus-desc span::after,
.hero__bonus-desc a::after {
  content: "|";
  margin: 0 8px;
}
.hero__bonus-desc span:last-child::after,
.hero__bonus-desc a:last-child::after {
  content: none;
}
.hero__bonus-img {
  position: absolute;
  left: -10px;
  top: -10px;
  border-radius: 40px;
  border: 2px solid #2d3345;
  background: lightgray;
  overflow: hidden;
  width: 45px;
  height: 45px;
  z-index: 3;
}
.hero__bonus-img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}
.hero__bonus-terms {
  cursor: pointer;
  text-decoration: underline;
}
.hero__bonus-abs {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: red;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid #545969;
  background: #2d3345;
  box-shadow: 4px 4px 24px 0px #1d1e27;
  padding: 12px 12px 0;
}
.hero__bonus-abs--title {
  color: #8990a5;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.384px;
  text-align: center;
  margin-bottom: 14px;
}
.hero__bonus-abs--desc {
  color: #8990a5;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.384px;
  margin-bottom: 7px;
}
.hero__bonus-abs--button {
  width: 100%;
  margin-bottom: 12px;
}

.hero__bonus-abs {
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: scale(0);
}

.hero__bonus-abs.show {
  display: flex;
  opacity: 1;
  transform: scale(1);
}

.hero__scene img {
  display: block;
}

.hero__scene iframe {
  display: none;
}

.hero__scene.active img {
  display: none;
}

.hero__scene.active iframe {
  display: flex;
}

/* ===== HERO SLOT ===== */
.slot-hero {
  --radius: 22px;
  --card-bg: #ffffff;
  --ink: #151823;
  --muted: #636b78;
  --accent: #ff3a86; /* цвет кнопки Play */
}

.slot-hero__banner {
  height: clamp(160px, 26vw, 340px);
  background: #0b0d12 center/cover no-repeat;
  background-image: var(--slot-hero-banner);
  border-radius: 16px; /* скругление как на скрине */
}

/* Белая карточка, приподнятая на баннер */
.slot-hero__card {
  margin: -46px auto 24px;
  padding: clamp(16px, 2.2vw, 24px);
  max-width: 1140px;
  background: var(--card-bg);
  color: var(--ink);
  border-radius: 18px;
  box-shadow: 0 12px 38px rgba(10, 12, 16, 0.16);
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: clamp(16px, 2.2vw, 32px);
}

@media (max-width: 860px) {
  .slot-hero__card {
    grid-template-columns: 1fr;
    margin-top: -30px;
  }
}
/* Левая колонка */
.slot-hero__cover {
  position: relative;
  margin: 0;
}

.slot-hero__cover img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

/* Кнопка Play под обложкой */
.slot-hero__play {
  display: block;
  text-align: center;
  margin: 12px 0 0;
  padding: 12px 22px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: var(--accent);
  box-shadow: 0 8px 18px rgba(255, 58, 134, 0.25);
}

.slot-hero__play:hover {
  filter: brightness(1.05);
}

/* Малые иконки платформ */
.slot-hero__platforms {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 12px;
}

.slot-hero__platforms img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

/* Правая колонка */
.slot-hero__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}

.slot-hero__title {
  color: black;
  margin: 0;
  font-weight: 800;
  line-height: 1.2;
  font-size: clamp(22px, 3.2vw, 30px);
  letter-spacing: 0.2px;
}

/* Звёзды (заполнение проценты) */
.slot-hero__stars {
  position: relative;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 2px;
}

.slot-hero__stars-bg {
  color: #d6dbe5;
}

.slot-hero__stars-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--fill, 0%);
  overflow: hidden;
  color: #ffb300;
  pointer-events: none;
}

/* Метрики (Release year / Provider / RTP / Min Bet / Bonus / Risk / Max Payout) */
.slot-hero__meta {
  margin: 8px 0 14px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1100px) {
  .slot-hero__meta {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .slot-hero__meta {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    display: flex;
  }
  .slot-hero__meta-item {
    width: 45%;
    max-width: 45%;
  }
}
.slot-hero__meta-item {
  display: flex;
  flex-direction: column;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  align-items: start;
}

.slot-hero__meta-ico {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.slot-hero__meta-label {
  font-size: 14px;
  color: var(--muted);
  display: block;
}

.slot-hero__meta-value {
  display: block;
  color: black;
  font-weight: 800;
}

.slot-hero__summary {
  margin-top: 6px;
  color: #2b3446;
  font-size: 15px;
  line-height: 1.55;
}

.slot-hero__summary p {
  color: black;
}

.slot-hero .container {
  padding-left: clamp(12px, 2vw, 20px);
  padding-right: clamp(12px, 2vw, 20px);
}

.table-of-content {
  float: left;
  width: clamp(260px, 28%, 340px);
  margin: 0 32px 24px 0;
  border-radius: 14px;
  shape-outside: border-box;
  -webkit-shape-outside: border-box;
  position: sticky;
  top: 20px;
}
@media (max-width: 767px) {
  .table-of-content {
    float: none;
    width: auto;
    margin: 0 0 16px;
    position: static;
    shape-outside: none;
  }
}
.table-of-content__wrapper {
  position: sticky;
  top: 20px;
  border-radius: 10px;
  border: 1px solid #545969;
  background: #2d3345;
  box-shadow: 4px 4px 24px 0px #1d1e27;
}
.table-of-content__title {
  display: block;
  width: 100%;
  padding: 24px 16px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 991px) {
  .table-of-content__title {
    padding: 15px 10px;
  }
}
@media (max-width: 767px) {
  .table-of-content__title {
    text-align: center;
    font-size: 14px;
    padding: 14px;
  }
}
.table-of-content__list {
  display: flex;
  flex-direction: column;
  gap: 7px;
  height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.table-of-content__list--active {
  opacity: 1;
  padding: 0 16px 16px;
  height: auto;
}

.table-of-content > .container {
  max-width: none;
  padding: 0;
  margin: 0;
}

.content-wrapper > * {
  margin-top: 48px;
}

.content-wrapper > *:first-child {
  margin-top: 0;
}

.table__wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table__wrapper table {
  width: 100%;
  min-width: 960px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}

.table__wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table__wrapper table {
  width: 100%;
  min-width: 960px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}

.table__wrapper thead th,
.table__wrapper thead td {
  white-space: nowrap;
}

.table__wrapper tbody td:first-child,
.table__wrapper thead td:first-child {
  width: 32%;
}

.table__wrapper tbody td:last-child,
.table__wrapper thead td:last-child {
  width: 68%;
}

@media (max-width: 1200px) {
  .table__wrapper table {
    min-width: 840px;
  }
}
.text__content {
  overflow: visible;
}

:root {
  --gap-col: 36px;
  --gap-block: 48px;
  --gap-block-lg: 64px;
}

.table-of-content {
  margin: 0 var(--gap-col) 24px 0;
  top: 20px;
}

.content-wrapper > * {
  margin-top: var(--gap-block-lg);
}

.content-wrapper > *:first-child {
  margin-top: 0;
}

.text__content h2 {
  margin: 56px 0 20px;
  line-height: 1.1;
}

.text__content h3 {
  margin: 40px 0 16px;
}

.text__content p {
  margin: 0 0 14px;
}

.text__content ul,
.text__content ol {
  margin: 0 0 16px 1.2em;
}

.text__content table {
  margin: 16px 0 40px;
}

.table__wrapper {
  margin: 16px 0 40px;
}

.text__content table + h2,
.table__wrapper + h2 {
  margin-top: 64px;
}

@media (max-width: 992px) {
  :root {
    --gap-col: 0;
    --gap-block: 32px;
    --gap-block-lg: 40px;
  }
  .text__content h2 {
    margin: 40px 0 16px;
  }
  .text__content h3 {
    margin: 28px 0 12px;
  }
}
.content-wrapper section .container {
  padding: 0;
}

.text__content p:empty {
  display: none;
}

.text__content .table__wrapper {
  margin: 24px 0 56px;
}

.text__content .table__wrapper ~ h2 {
  margin-top: 56px;
}

.text__content h2 + .table__wrapper {
  margin-top: 24px;
}

@media (max-width: 992px) {
  .text__content .table__wrapper {
    margin: 20px 0 44px;
  }
  .text__content .table__wrapper ~ h2 {
    margin-top: 44px;
  }
}
.image-text-block {
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .image-text-block {
    margin-bottom: 65px;
  }
}
.image-text-block__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  flex-wrap: nowrap;
  align-items: center;
  gap: 40px;
  width: 100%;
  z-index: 3;
}
@media (max-width: 767px) {
  .image-text-block__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.image-text-block__wrapper--right {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .image-text-block__wrapper--right {
    flex-direction: column;
  }
}
.image-text-block__img {
  width: 50%;
  max-height: 500px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .image-text-block__img {
    width: 100%;
  }
}
.image-text-block__img img {
  border-radius: 10px;
  object-fit: cover;
}
.image-text-block__title {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .image-text-block__title {
    margin-bottom: 25px;
  }
}
.image-text-block__text {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 767px) {
  .image-text-block__text {
    width: 100%;
  }
}
.image-text-block__text span {
  color: #dadde4;
}
.image-text-block p {
  margin-top: 10px;
}

/* ====== ЕДИНСТВЕННОЕ место, где есть горизонтальный скролл ====== */
.text__content .table__wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 24px 0 56px;
}

/* ====== Десктоп/планшет: нормальная табличная модель ====== */
.text__content .table__wrapper > table {
  width: 100%;
  min-width: 960px; /* чтобы появлялся скролл при узкой колонке ToC */
  table-layout: fixed; /* стабильная сетка ячеек */
  border-collapse: separate;
  border-spacing: 18px 14px;
}

/* Заголовок */
.text__content .table__wrapper thead th,
.text__content .table__wrapper thead td {
  background: #dadde4;
  color: #202020;
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  font-size: 18px;
  text-align: center;
  padding: 16px 20px;
  border: 0;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .text__content .table__wrapper thead th,
  .text__content .table__wrapper thead td {
    font-size: 16px;
    padding: 14px 16px;
  }
}

/* Тело */
.text__content .table__wrapper tbody td,
.text__content .table__wrapper tbody th {
  padding: 16px 20px;
  background: #242733;
  color: #e9edf3;
  border: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .text__content .table__wrapper tbody td,
  .text__content .table__wrapper tbody th {
    padding: 12px 14px;
  }
}

/* Левая колонка на десктопе шире */
@media (min-width: 768px) {
  .text__content .table__wrapper tbody td:first-child,
  .text__content .table__wrapper thead td:first-child {
    width: 40%;
    white-space: nowrap;
    color: #fff;
  }
}
/* Ховеры/зебра */
.text__content .table__wrapper tbody tr:hover td,
.text__content .table__wrapper tbody tr:hover th {
  background: #2b2f3d;
}

.text__content .table__wrapper tbody tr:nth-child(even) > td,
.text__content .table__wrapper tbody tr:nth-child(even) > th {
  background: transparent;
}

.text__content .table__wrapper tbody tr:nth-child(odd) > td,
.text__content .table__wrapper tbody tr:nth-child(odd) > th {
  background: #242733;
}

/* Если таблица без thead — красим первую строку как заголовок */
.text__content .table__wrapper table:not(:has(thead)) > tbody > tr:first-child > * {
  background: #dadde4 !important;
  color: #202020 !important;
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  text-align: center;
}

/* Косметика краёв */
.text__content .table__wrapper table > tbody > tr:first-child > *,
.text__content .table__wrapper table > tbody > tr:last-child > * {
  border-radius: 0;
}

.text__content .table__wrapper table td:last-child,
.text__content .table__wrapper table th:last-child {
  border: none;
}

/* ====== МОБИЛКА ====== */
@media (max-width: 767px) {
  /* НИЧЕГО не прячем глобально по оси X, скролл — только у .table__wrapper */
  html, body, .content, .content-wrapper, .container, .text, .text__content {
    overflow-x: visible !important;
  }
  /* Чуть выходим в края контейнера, чтобы скролл был «по краю» экрана */
  .text__content .table__wrapper {
    margin: 20px -16px 44px;
    padding: 0 16px;
  }
  /* Таблица остаётся таблицей (НЕ display:block). Даем минимальную ширину,
     чтобы появился горизонтальный скролл, и фиксированную раскладку */
  .text__content .table__wrapper > table {
    width: auto; /* сжимается по содержимому */
    min-width: 640px; /* можно 720px, если так приятнее глазу */
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 14px 10px;
  }
  /* Текст в ячейках в одну строку, если не помещается — эллипсис;
     если предпочитаешь перенос вместо скролла — см. альтернативу ниже */
  .text__content .table__wrapper table th,
  .text__content .table__wrapper table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 12px 14px;
  }
  /* На узких НЕ фиксируем левую колонку 40%, пусть дышит */
  .text__content .table__wrapper tbody td:first-child,
  .text__content .table__wrapper thead td:first-child {
    width: auto;
    white-space: nowrap;
  }
}
/* ====== (опционально) Если на мобиле хочешь перенос вместо nowrap:
@media (max-width: 767px){
  .text__content .table__wrapper table th,
  .text__content .table__wrapper table td{
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}
===== */
.steps {
  position: relative;
  z-index: 3;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .steps {
    margin-bottom: 65px;
  }
}
.steps__wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .steps__wrapper {
    gap: 65px;
  }
}
.steps__title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .steps__title {
    margin-bottom: 25px;
  }
}
.steps__desc {
  margin-bottom: 60px;
}
.steps__desc p {
  font-size: 16px;
  font-weight: 500 !important;
}
.steps__item {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .steps__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.steps__item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  align-items: baseline;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .steps__item-content {
    width: 100%;
  }
}
.steps__item-title {
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: -1.12px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .steps__item-title {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.768px;
  }
}
.steps__item-number {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.8px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .steps__item-number {
    margin-bottom: 25px;
    font-size: 14px;
    font-size: 400;
  }
}
.steps__item-img {
  position: relative;
  width: 50%;
  max-height: 500px;
}
@media (max-width: 767px) {
  .steps__item-img {
    width: 100%;
  }
}
.steps__item-img img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.steps__item-range {
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
  border-radius: 68px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(226, 226, 226, 0.08);
  backdrop-filter: blur(16px);
  color: #dadde4;
  font-weight: 500;
  letter-spacing: -0.5px;
  width: fit-content;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .steps__desc p {
    margin-bottom: 25px;
    font-size: 14px;
    font-size: 400;
  }
}

.faq {
  position: relative;
  margin-top: 120px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .faq {
    margin-top: 65px;
  }
}
.faq__wrapper {
  position: relative;
  z-index: 3;
  text-align: center;
}
.faq h2 {
  color: #dadde4;
  margin-bottom: 40px;
}
.faq h3 {
  transition: all 0.3s ease-in-out;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #dadde4;
}
.faq__tab {
  width: 100%;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}
.faq__tab-label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: left;
  color: #dadde4;
  border-bottom: 1px solid #4f5055;
}
.faq__tab-label:hover {
  background: #dadde4;
  color: #202020;
}
.faq__tab-label:hover h3 {
  color: #202020;
}
.faq__tab-label:hover::after {
  color: #202020;
}
.faq__tab-label::after {
  content: "+";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.3s ease-in-out;
  color: #dadde4;
  color: #dadde4;
  font-size: 24px;
  font-weight: 500;
}
.faq__tab-label h3 {
  color: #dadde4;
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 1024px) {
  .faq__tab-label h3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .faq__tab-label h3 {
    font-size: 16px;
  }
}
.faq__tab-content {
  max-height: 0;
  background: #dadde4;
  transition: all 0.3s ease-in-out;
  text-align: left;
  color: #202020;
}
.faq__tab-content p {
  color: #202020;
}
.faq__tab input {
  display: none;
}
.faq__tab input:checked + .faq__tab-label {
  background: #dadde4;
  color: #202020;
}
.faq__tab input:checked + .faq__tab-label h3 {
  color: #202020;
}
.faq__tab input:checked + .faq__tab-label::after {
  transform: rotate(90deg);
  color: #202020;
}
.faq__tab input:checked ~ .faq__tab-content {
  max-height: 100vh;
  padding: 15px;
}

.text {
  margin-bottom: 80px;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .text {
    margin-bottom: 65px;
  }
}
.text__wrapper {
  position: relative;
  z-index: 3;
}
.text h2 {
  margin: 16px 0;
  font-size: 54px;
  text-align: center;
}
@media (max-width: 767px) {
  .text h2 {
    font-size: 25px;
  }
}
.text h3,
.text h4,
.text h5,
.text h6 {
  margin: 16px 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.8px;
}
.text table {
  margin: 10px 0;
}
.text p {
  margin: 10px 0;
}
.text p:first-child {
  margin: 0 0 10px 0;
}
.text p:last-child {
  margin: 10px 0 0 0;
}
@media (max-width: 767px) {
  .text p {
    margin-bottom: 25px;
    font-size: 14px;
    font-size: 400;
  }
}
@media (max-width: 767px) {
  .text__content {
    font-size: 14px;
  }
}
.text__content ul,
.text__content ol {
  padding-left: 20px;
}

.text-bg {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -200px;
}
@media (max-width: 767px) {
  .text-bg {
    margin-top: -70px;
  }
}
.text-bg .container {
  padding-top: 400px;
}
@media (max-width: 1024px) {
  .text-bg .container {
    padding-top: 200px;
  }
}

.author {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .author {
    margin-bottom: 65px;
  }
}
.author__wrapper {
  background: #18181d;
  padding: 8px;
  border-radius: 10px;
  position: relative;
  z-index: 3;
}
.author__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
  padding: 16px;
  background: #dadde4;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .author__content {
    margin-bottom: 10px;
    padding: 7px;
  }
}
.author__image {
  width: 100px;
  height: 100px;
}
@media (max-width: 991px) {
  .author__image {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .author__image {
    width: 60px;
    height: 60px;
  }
}
.author__image img {
  border-radius: 50%;
}
.author__title {
  font-size: 24px;
  font-weight: 500;
  color: #202020;
}
@media (max-width: 767px) {
  .author__title {
    font-size: 18px;
  }
}
.author__desc {
  position: relative;
  z-index: 3;
  padding: 16px;
  background: #dadde4;
  border-radius: 10px;
}
.author__desc p {
  line-height: 150%;
  color: #202020;
}
@media (max-width: 767px) {
  .author__desc p {
    font-size: 14px;
  }
}

.footer {
  border-radius: 10px;
  border: 1px solid #545969;
  background: #2d3345;
  padding: 43px 0;
  margin: 0 auto 80px;
  width: 99%;
}
@media (max-width: 767px) {
  .footer {
    padding: 20px 0 20px;
    margin: 0 auto 20px;
  }
}
.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}
.footer__social-item {
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
.footer__social-item > img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
}
.footer__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}
.footer__logos-item {
  width: 150px;
  height: 100%;
}
.footer__logos-item > img {
  width: 100%;
  height: 100%;
  max-height: 60px;
  object-fit: contain;
}
.footer__wrapper {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.footer ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767px) {
  .footer ul {
    flex-wrap: wrap;
  }
}
.footer ul li {
  color: #dadde4;
}
.footer ul li::after {
  content: "/";
  margin: 0 24px;
}
.footer ul li:last-child::after {
  content: none;
}

.error-page {
  background-color: #18181d;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.error-page__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  width: 100%;
  z-index: 3;
  padding-top: 200px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .error-page__wrapper {
    flex-direction: column-reverse;
    padding-top: 80px;
  }
}
.error-page__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 50%;
}
@media (max-width: 767px) {
  .error-page__left {
    width: 100%;
  }
}
.error-page__left h3 {
  font-size: 56px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .error-page__left h3 {
    font-size: 36px;
    font-weight: 500;
  }
}
.error-page__left span {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .error-page__left span {
    font-size: 18px;
    font-weight: 400;
  }
}
.error-page__left a {
  width: 170px;
}
.error-page__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}
@media (max-width: 767px) {
  .error-page__right {
    width: 100%;
  }
}
.error-page__right svg {
  width: 100%;
}
@media (max-width: 767px) {
  .error-page__right svg {
    transform: scale(0.7);
  }
}

.error404 .footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: transparent;
  background: #18181d;
}

.reviews {
  margin-bottom: 80px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .reviews {
    margin-bottom: 45px;
  }
}
.reviews__list {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media (max-width: 767px) {
  .reviews__list {
    gap: 40px;
  }
}
.reviews__wrapper {
  display: flex;
  flex-direction: column;
}
.reviews__title {
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .reviews__title {
    margin-bottom: 24px;
  }
}
.reviews__text {
  margin-bottom: 30px;
}
.reviews__text p {
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.512px;
  text-transform: capitalize;
  color: #dadde4;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .reviews__text p {
    font-size: 14px;
    line-height: 150%;
  }
}
.reviews__item {
  display: flex;
  flex-direction: column;
  padding: 10px 24px 24px;
  border-radius: 10px;
  border: 1px solid #545969;
  background: #2d3345;
  position: relative;
}
@media (max-width: 767px) {
  .reviews__item {
    padding: 10px 8px 23px;
  }
}
.reviews__item-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #424a62;
  padding-bottom: 17px;
}
@media (max-width: 767px) {
  .reviews__item-top {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.reviews__item-bottom {
  padding-top: 10px;
  color: #8990a5;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.448px;
}
@media (max-width: 767px) {
  .reviews__item-bottom {
    font-size: 10px;
  }
}
.reviews__item-block {
  display: flex;
  flex-direction: column;
  position: relative;
}
.reviews__item-block:nth-child(2) {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .reviews__item-block:nth-child(2) {
    margin-left: 17px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.reviews__item-block:nth-child(3) {
  justify-content: center;
}
@media (max-width: 767px) {
  .reviews__item-block:nth-child(3) {
    width: 100%;
  }
}
.reviews__item-block:nth-child(4) {
  justify-content: center;
}
@media (max-width: 767px) {
  .reviews__item-block:nth-child(4) {
    width: 100%;
  }
}
.reviews__item-avarage {
  display: none !important;
}
.reviews__item-label {
  background: #e00840;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.448px;
  padding: 2px 10px;
  border-radius: 68px;
  margin-bottom: 16px;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .reviews__item-label {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .reviews__item-label {
    margin-bottom: 10px;
  }
}
.reviews__item-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.768px;
  text-transform: uppercase;
  color: #dadde4;
  font-family: "Oswald", sans-serif;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .reviews__item-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .reviews__item-title {
    font-size: 16px;
  }
}
.reviews__item-img {
  width: 85px;
  height: 85px;
  overflow: hidden;
  margin-top: -30px;
  margin-left: 10px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #202020;
  border: 5px solid #2d3345;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .reviews__item-img {
    margin-left: 0;
    margin-top: -28px;
  }
}
@media (max-width: 767px) {
  .reviews__item-button {
    width: 100%;
  }
}
.reviews__item-bonus {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 400px;
}
@media (max-width: 1024px) {
  .reviews__item-bonus {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .reviews__item-bonus {
    margin-top: 17px;
    margin-bottom: 15px;
  }
}
.reviews__item-bonus span {
  text-align: center;
  font-family: "Oswald", sans-serif;
  color: #ffe500;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.768px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .reviews__item-bonus span {
    font-size: 18px;
  }
}
.reviews__item-rating {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
}
@media (max-width: 767px) {
  .reviews__item-rating {
    position: absolute;
    bottom: -5px;
    left: 103px;
  }
}
.reviews__item-rating span {
  color: #dadde4;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.448px;
}
@media (max-width: 767px) {
  .reviews__item-rating span {
    font-size: 12px;
  }
}
.reviews__item-stars {
  position: relative;
}
.reviews__item-avarage {
  position: relative;
  appearance: none;
  color: transparent;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  font-size: 25px;
}
.reviews__item-star {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.2);
  background: linear-gradient(90deg, #ffe500 var(--percent), rgba(0, 0, 0, 0.2) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
}
@media (max-width: 767px) {
  .reviews__item-star {
    font-size: 12px;
  }
}
.reviews__item-arrow {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.reviews__item-hide {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding-left: 80px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  max-height: 0;
}
@media (max-width: 991px) {
  .reviews__item-hide {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .reviews__item-hide {
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
  }
}
.reviews__item-plus {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 50%;
}
.reviews__item-plus span {
  color: #dadde4;
  position: relative;
  padding-left: 30px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.512px;
}
.reviews__item-plus span::before {
  content: url("/wp-content/themes/boring-theme/src/img/dot.svg");
  position: absolute;
  top: 2px;
  left: 0;
}
.reviews__item-minus {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 50%;
}
.reviews__item-minus span {
  color: #dadde4;
  position: relative;
  padding-left: 30px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.512px;
}
.reviews__item-minus span::before {
  content: url("/wp-content/themes/boring-theme/src/img/dot.svg");
  position: absolute;
  top: 2px;
  left: 0;
}
.reviews__item-active {
  opacity: 1;
  max-height: 500px;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .reviews__item-active {
    margin-top: 15px;
  }
}
.reviews__item-active + .reviews__item-arrow {
  transform: translate(-50%) rotate(180deg);
}
.reviews__error {
  color: #dadde4;
  font-size: 42px;
  font-weight: 900;
  text-align: center;
  display: block;
}
.reviews__button {
  margin: 40px auto 0;
  width: 200px;
}

.tech {
  min-height: 120vh;
  height: auto;
}
.tech__wrapper {
  padding-top: 150px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

textarea {
  resize: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
}

h1 {
  margin: 0;
}

* {
  font-family: "Poppins", sans-serif;
  color: #dadde4;
  scroll-behavior: smooth;
}

#page {
  overflow: hidden;
}

body {
  background: #18181d;
}

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

.scroll-to-top {
  position: fixed;
  right: 10px;
  bottom: 0;
  cursor: pointer;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
.scroll-to-top:hover {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .scroll-to-top {
    right: 5px;
  }
}
.scroll-to-top svg {
  width: 60px;
  height: 60px;
  fill: #e00840;
}
@media (max-width: 767px) {
  .scroll-to-top svg {
    width: 40px;
    height: 40px;
  }
}

.content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: block;
  margin-top: 100px;
  background-image: url("/wp-content/themes/boring-theme/src/img/bg-el.svg");
  background-position: center 70vh;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .content {
    display: block;
    padding-inline: 16px;
    margin-top: 40px;
  }
}

.content::after {
  content: "";
  display: table;
  clear: both;
}

.content-wrapper {
  display: block;
  width: auto;
  max-width: none;
  overflow: visible;
}
@media (max-width: 767px) {
  .content-wrapper {
    display: block;
  }
}

.content-wrapper > section,
.content-wrapper > section > .container {
  overflow: visible;
  clear: none;
}

main {
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.pc {
  margin: 32px 0;
}

.pc__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 12px;
  overflow: hidden;
  background: #1f2225;
}

.pc__head {
  text-align: center;
  font-weight: 700;
  color: #fff;
  padding: 14px 16px;
  font-size: 18px;
}

.pc__col--good .pc__head {
  background: #14e284;
}

.pc__col--bad .pc__head {
  background: #ff5448;
}

.pc__body {
  padding: 15px;
}

.pc__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 10px 0;
}

.pc__text {
  margin: 0;
  color: #e7e7e7;
  line-height: 1.5;
}

.pc__text strong {
  color: #fff;
}

.pc__icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  background-color: currentColor;
}

.pc__icon--good {
  color: #14e284;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23000' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>") no-repeat center/contain;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23000' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>") no-repeat center/contain;
}

.pc__icon--bad {
  color: #ff5448;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23000' d='M12 10.586 16.95 5.636 18.364 7.05 13.414 12l4.95 4.95-1.414 1.414L12 13.414l-4.95 4.95L5.636 16.95 10.586 12 5.636 7.05 7.05 5.636 12 10.586z'/></svg>") no-repeat center/contain;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23000' d='M12 10.586 16.95 5.636 18.364 7.05 13.414 12l4.95 4.95-1.414 1.414L12 13.414l-4.95 4.95L5.636 16.95 10.586 12 5.636 7.05 7.05 5.636 12 10.586z'/></svg>") no-repeat center/contain;
}

@media (max-width: 900px) {
  .pc__grid {
    grid-template-columns: 1fr;
  }
  .pc__col--bad {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}
.howto {
  margin-bottom: 30px;
  padding: 24px 0 32px;
}

.howto__title {
  margin: 0 0 22px;
  background: #13d67a;
  color: #fff;
  text-align: center;
  padding: 12px 16px;
  border-radius: 6px;
  font-weight: 700;
}

.howto__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.howto__item {
  background: #2a2f38;
  border-radius: 10px;
  padding: 10px;
  color: #d7d8dc;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.howto__icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #1f232b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border: 1px solid #3a3f4c;
}

.howto__item-title {
  color: #fff;
  margin: 0 0 8px;
  font-weight: 700;
}

.howto__text {
  line-height: 1.5;
  text-align: center;
}

.howto__desc {
  max-width: 820px; /* читаемая ширина текста */
  margin: 12px auto 32px; /* отступ от h2 и до грида */
  padding: 0 16px; /* лёгкие поля на мобилках */
  text-align: center; /* как на примере */
  font-size: 1.0625rem; /* ~17px */
  line-height: 1.75;
  color: var(--howto-desc, #6b7280); /* серый по умолчанию */
}

@media (max-width: 1024px) {
  .howto__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .howto__grid {
    grid-template-columns: 1fr;
  }
}
/* Заголовок секции */
.authors__title {
  font-weight: 800;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.1;
  margin: 0 0 20px;
}

.authors {
  margin-bottom: 30px;
}

/* Карточка автора */
.author-card {
  background: #2d3345;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 24px;
  display: grid;
  grid-template-rows: auto auto auto;
  row-gap: 16px;
}

/* верхняя часть: аватар + имя/роль */
.author-card__top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.author-card__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 56px;
}

.author-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.author-card__name {
  margin: 0 0 4px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: white;
}

.author-card__role {
  font-size: 14px;
  color: white; /* бирюзовый акцент как у кнопки */
}

/* описание */
.author-card__desc {
  color: #111827;
  font-size: 16px;
  line-height: 1.7;
}

.author-card__desc p {
  margin: 0 0 0.8em;
}

.author-card__desc p:last-child {
  margin-bottom: 0;
}

/* низ: соцсети слева, кнопка справа */
.author-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.author-card__socials {
  display: flex;
  gap: 12px;
}

.author-card__soc {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: black;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s ease, background 0.15s ease;
}

.author-card__soc img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.author-card__soc:hover {
  background: #e5e7eb;
  transform: translateY(-1px);
}

/* кнопка View profile */
.author-card__btn {
  padding: 10px 16px;
  border-radius: 10px;
  background: #e00840;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  white-space: nowrap;
}

.author-card__btn:hover {
  transform: translateY(-1px);
}

/* адаптив */
@media (min-width: 992px) {
  .author-card {
    padding: 28px 32px;
  }
  .author-card__avatar {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }
  .author-card__name {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .author-card__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .author-card__btn {
    width: 100%;
  }
}
/* палитра (подгони под тему) */
.features {
  margin-bottom: 40px;
}
.features__title {
  margin: 0 0 16px;
  font-weight: 800;
}
.features__card {
  background: #2b2f42;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 15px;
  color: #e9edf3;
}
.features__grid {
  display: grid;
  gap: 18px 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .features__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .features__grid {
    grid-template-columns: 1fr;
  }
}
.features__item {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: start;
  gap: 12px 14px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 14px 16px;
}
.features__ico {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  display: grid;
  place-items: center;
}
.features__ico img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.features__text {
  min-width: 0;
}
.features { /* длинные значения не ломают сетку */ }
.features__label {
  font-size: 12.5px;
  line-height: 1.2;
  color: #a9b2c6;
  margin-bottom: 4px;
}
.features__value {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.features__value a {
  color: #dadde4;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.features__value a:hover {
  text-decoration-thickness: 2px;
}
.features {
  /* спойлер */
}
.features__item.is-extra {
  display: none;
}
.features { /* скрыты по умолчанию */ }
.features__card.is-open .features__item.is-extra {
  display: grid;
}
.features__hr {
  grid-column: 1/-1;
  list-style: none;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin: 2px 0 0;
  border-radius: 1px;
}
.features__toggle-wrap {
  grid-column: 1/-1;
  list-style: none;
}
.features__toggle {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #cfd4e1;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.12s ease;
}
.features__toggle:hover {
  background: rgba(255, 255, 255, 0.12);
}
.features__chev {
  transition: transform 0.2s ease;
}
.features__card.is-open .features__chev {
  transform: rotate(180deg);
}

/* ======== Related Slots (grid) ======== */
.slots-links {
  margin: 48px 0;
}
.slots-links .container { /* используйте ваш контейнер как обычно */ }
.slots-links__card {
  background: transparent; /* тёмная «доска» как на скрине */
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}
.slots-links__title {
  text-align: center;
  font-family: inherit;
  font-weight: 700;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.2;
  margin: 0 0 18px;
  color: #e8edf6;
}
.slots-links__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)); /* 4 колонки на десктопе */
  gap: 16px 18px;
}
@media (max-width: 1200px) {
  .slots-links__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .slots-links__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .slots-links__grid {
    grid-template-columns: 1fr;
  }
}
.slots-links__item {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  background: #141a25;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.slots-links__item:hover, .slots-links__item:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  border-color: rgba(255, 255, 255, 0.12);
  outline: none;
}
.slots-links__figure {
  margin: 0;
}
.slots-links {
  /* Картинка 16:9 */
}
.slots-links__img {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #0c111a;
}
.slots-links__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}
.slots-links__item:hover .slots-links__img img {
  transform: scale(1.04);
}
.slots-links__cap {
  font-size: 14px;
  line-height: 1.35;
  color: #cfd6e6;
  padding: 8px 10px 10px;
  text-align: left; /* на скрине подпись под картинкой */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 32px; /* чтобы выровнять по высоте */
}

/* 2 карточки в ряд на телефонах */
@media (max-width: 520px) {
  .slots-links__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px; /* немного компактнее зазор */
  }
  .slots-links__cap {
    font-size: 13px;
    min-height: 28px;
    padding: 6px 8px 8px;
  }
}
@media (max-width: 360px) {
  .slots-links__grid {
    grid-template-columns: 1fr;
  }
}
/* ===== Quotes (Author quotes) ===== */
.quotes {
  padding: 16px 0 8px;
  margin-bottom: 30px;
}
.quotes__title {
  text-align: center;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 20px;
  font-size: clamp(22px, 2.8vw, 36px);
}
.quotes__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;
}

.quote {
  position: relative;
  background: #2b2f42;
  color: #111;
  border-radius: 16px;
  padding: 24px 28px 18px 84px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(17, 17, 17, 0.06);
  /* иконка кавычек слева */
}
.quote__icon {
  position: absolute;
  left: 24px;
  top: 22px;
  font-size: 48px;
  line-height: 1;
  color: #d9d9d9;
  font-family: Georgia, "Times New Roman", serif;
  user-select: none;
}
.quote__text {
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.55;
  margin: 0 0 16px;
}
.quote__text p {
  margin: 0 0 10px;
}
.quote__text p:last-child {
  margin-bottom: 0;
}
.quote__meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
.quote__avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}
.quote__author {
  font-size: 16px;
}
.quote__verified {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #3b82f6;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

@media (max-width: 768px) {
  .quote {
    padding: 20px 16px 16px 64px;
  }
  .quote__icon {
    left: 16px;
    top: 18px;
    font-size: 40px;
  }
  .quote__author {
    font-size: 15px;
  }
}
.content-wrapper > * + * {
  margin-top: 64px;
}

@media (max-width: 992px) {
  .content-wrapper > * + * {
    margin-top: 40px;
  }
}
.content-wrapper > * {
  padding-top: 0.1px;
}

.table-of-content {
  float: left;
  width: clamp(260px, 28%, 340px);
  margin: 0 var(--gap-col, 36px) 24px 0;
  position: sticky;
  top: 20px;
}

.content::after {
  content: "";
  display: table;
  clear: both;
}

.text .text__content > p:nth-of-type(1) {
  padding-left: 23rem;
}
@media (max-width: 1100px) {
  .text .text__content > p:nth-of-type(1) {
    padding-left: 19rem;
  }
}
@media (max-width: 768px) {
  .text .text__content > p:nth-of-type(1) {
    padding-left: 0;
  }
}

.text .text__content > p:nth-of-type(2) {
  padding-left: 23rem;
}
@media (max-width: 1100px) {
  .text .text__content > p:nth-of-type(2) {
    padding-left: 19rem;
  }
}
@media (max-width: 768px) {
  .text .text__content > p:nth-of-type(2) {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .table-of-content {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .content-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

/* =======================
   Author page
   ======================= */
.author-page {
  /* общая шина отступов для секций */
  --author-gap-y: clamp(48px, 7vw, 80px);
}

/* ---------- HERO ---------- */
.author-hero {
  background: #2d3345;
  color: #fff;
  padding: 100px 0 60px;
  margin: 0 0 var(--author-gap-y);
}
@media screen and (max-width: 768px) {
  .author-hero {
    border-radius: 0;
    padding: 80px 0 0;
  }
}
.author-hero .author-hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: clamp(20px, 4vw, 56px);
}
.author-hero .author-hero__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.15;
  font-size: clamp(28px, 3.8vw, 40px);
  margin: 0 0 14px;
}
@media screen and (max-width: 768px) {
  .author-hero .author-hero__title {
    text-align: center;
    font-size: 24px;
  }
}
.author-hero .author-hero__meta {
  display: flex;
  gap: 16px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .author-hero .author-hero__meta {
    justify-content: center;
  }
}
.author-hero .author-hero__meta-item {
  font-weight: 600;
  opacity: 0.9;
}
.author-hero .author-hero__lead {
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.6;
  opacity: 0.95;
}
@media screen and (max-width: 768px) {
  .author-hero .author-hero__lead {
    text-align: center;
  }
}
.author-hero .author-hero__lead p {
  margin: 0 0 10px;
}
.author-hero .author-hero__actions {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}
.author-hero .author-hero__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 18px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #1b1334;
  background: #fff;
}
.author-hero .author-hero__actions a:hover {
  transform: translateY(-1px);
}
.author-hero .author-hero__actions a.btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}
.author-hero .author-hero__actions a.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}
.author-hero .author-hero__right {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .author-hero .author-hero__right {
    justify-content: center;
  }
}
.author-hero .author-hero__photo {
  width: 60%;
  max-width: 60%;
  height: auto;
  display: block;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 8px 30px rgba(10, 4, 35, 0.45);
}
@media screen and (max-width: 768px) {
  .author-hero .author-hero__photo {
    width: 40%;
    max-width: 40%;
  }
}
@media (max-width: 991px) {
  .author-hero .author-hero__grid {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .author-hero .author-hero__right {
    order: -1; /* фото наверх на планшете/мобиле */
    justify-self: start;
    width: 100%;
    margin-bottom: 14px;
  }
}

/* ---------- RESOURCES / SECTIONS ---------- */
.author-resources {
  margin: 0 0 var(--author-gap-y);
}
.author-resources .a-section:not(:first-child) {
  margin-top: var(--author-gap-y);
}
.author-resources .a-section__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.2;
  margin: 0 0 10px;
}
.author-resources .a-section__intro {
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.7;
  color: #cfd5e3;
  margin: 0 0 18px;
}
.author-resources .a-section__intro p {
  margin: 0 0 12px;
}
.author-resources .author-resources__grid {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  gap: 15px;
}
@media (max-width: 991px) {
  .author-resources .author-resources__grid {
    flex-direction: column;
  }
}
.author-resources .a-resource {
  width: 50%;
  max-width: 50%;
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
}
@media (max-width: 991px) {
  .author-resources .a-resource {
    width: 100%;
    max-width: 100%;
  }
}
.author-resources .a-resource__logo {
  width: 50%;
  max-width: 50%;
  height: 96px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .author-resources .a-resource__logo {
    width: 20%;
    max-width: 20%;
    background: transparent;
  }
}
.author-resources .a-resource__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .author-resources .a-resource__logo img {
    height: 100px;
    width: 150px;
    object-fit: cover;
  }
}
.author-resources .a-resource__title {
  font-weight: 700;
  margin: 2px 0 6px;
  font-size: clamp(16px, 1.4vw, 18px);
}
.author-resources .a-resource__title a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.author-resources .a-resource__title a:hover {
  border-color: currentColor;
}
.author-resources .a-resource__desc {
  color: #cbd2df;
  line-height: 1.7;
  font-size: 15px;
}
.author-resources .a-resource__desc a {
  color: #cdd6ff;
  text-underline-offset: 2px;
}

@media screen and (max-width: 768px) {
  .a-resource-wrapper {
    width: 80%;
    max-width: 80%;
  }
}

/* ---------- FAQ ---------- */
.author-faq {
  margin: 0 0 var(--author-gap-y);
}
.author-faq .author-faq__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2.4vw, 28px);
  margin: 0 0 14px;
}
.author-faq .faq-acc {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
}
.author-faq .faq-acc__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.author-faq .faq-acc__head {
  all: unset;
  display: grid;
  grid-template-columns: 1fr 18px;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  cursor: pointer;
  gap: 10px;
}
.author-faq .faq-acc__head span {
  font-weight: 600;
  line-height: 1.45;
}
.author-faq .faq-acc__head svg {
  transform: rotate(0);
  transition: transform 0.2s ease;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  opacity: 0.85;
}
.author-faq .faq-acc__head[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.author-faq .faq-acc__body {
  padding: 0 0 14px;
  color: #cfd5e3;
}
.author-faq .faq-acc__body .faq-acc__text {
  line-height: 1.7;
}
.author-faq .faq-acc__body .faq-acc__text p {
  margin: 0 0 10px;
}

/* необязательный «контейнер», если нужен отступ по краям */
.author-page .container {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: clamp(14px, 3vw, 24px);
}
