html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  padding-top: 122px;
  background-image: url("../assets/images/rays.png");
  background-position: center -200px;
  background-repeat: no-repeat;
  background-color: #FBFBFB;
}

img {
  user-select: none;
}

h1 {
  font-size: 98px;
  line-height: 96px;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
}
h1 span {
  color: #0D78FF;
}

h2 {
  font-size: 74px;
  line-height: 70px;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: bold;
}
h2.accent {
  font-size: 44px;
  line-height: 46px;
  margin-top: 30px;
}

h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 6px;
  font-family: "Inter", sans-serif;
  color: #000;
}

p {
  font-size: 16px;
  line-height: 1.6;
  color: #525252;
}
p span {
  font-weight: bold;
  color: #000;
}
p.lead {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 0;
}

.btn {
  border-radius: 40px;
  background-color: #0D78FF;
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}
.btn img {
  width: 42px;
  margin-left: 12px;
  transition: 0.3s;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1030;
  padding: 14px 0;
  transition: 0.3s;
}
.site-header.scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 6px 0;
}
.site-header.scrolled .btn {
  padding: 12px 24px;
}
.site-header.scrolled .btn img {
  width: 26px;
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: 100%;
}
.header-nav .btn {
  padding: 12px 26px;
  font-weight: 600;
  font-size: 15px;
}
.header-nav .btn img {
  width: 30px;
}

.header-collapse {
  display: flex;
  align-items: center;
  gap: 60px;
}

.header-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.header-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #090909;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
  font-weight: 700;
}
.header-logo img {
  height: 54px;
}

.header-menu {
  display: flex;
  align-items: center;
  gap: 60px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-menu a {
  text-decoration: none;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  color: #090909;
  transition: 0.3s;
}
.header-menu a:hover {
  color: #0d6efd;
}

.info {
  display: flex;
  padding: 10px 0 30px 0;
}

table {
  width: 100%;
}
table thead tr th {
  padding: 14px 10px;
}
table tbody tr {
  border-top: 1px solid #ddd;
}
table tbody tr td {
  padding: 14px 10px;
  color: #5d5d5d;
}
table tbody tr td:nth-of-type(2) {
  color: #0d78ff;
  font-weight: bold;
}

.channels .channel .preview {
  margin-bottom: 10px;
}
.channels .channel .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.channels .channel .details .left {
  display: flex;
  align-items: center;
  gap: 12px;
  user-select: none;
}
.channels .channel .details .left .avatar {
  width: 50px;
  border-radius: 50%;
}
.channels .channel .details .left > div {
  display: flex;
  flex-direction: column;
}
.channels .channel .details .left > div .title {
  color: #2d2d2d;
  text-decoration: none;
  font-weight: 700;
}
.channels .channel .details .left > div .handle {
  color: #78716c;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
.channels .channel .details .more {
  text-decoration: none;
  color: #2d2d2d;
  font-weight: bold;
  padding: 10px;
  user-select: none;
}

.channels-swiper {
  padding-bottom: 50px;
}
.channels-swiper .swiper-slide {
  height: auto;
}
.channels-swiper .swiper-button-prev,
.channels-swiper .swiper-button-next {
  color: #0D78FF;
}
.channels-swiper .swiper-pagination-bullet-active {
  background: #0D78FF;
}

.space {
  padding: 60px 0;
}

.ai-image {
  margin-top: -80px;
}

.item {
  border-radius: 16px;
  padding: 20px;
}
.item.accent {
  border: 1px solid #AFAFAF;
  background-color: #FFFFFF;
  transition: 0.3s;
}
.item.accent .dot {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  margin-left: 24px;
  margin-bottom: 16px;
}
.item.accent .dot:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #0D78FF;
  left: -26px;
  top: 6px;
}
.item.accent .list p {
  margin-bottom: 10px;
}
.item.accent:hover {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.item.dots {
  padding: 0 0 0 20px;
}
.item.dots h3 {
  position: relative;
}
.item.dots h3:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #0D78FF;
  left: -26px;
  top: 6px;
}
.item.dark {
  background-color: #EDEDED;
  display: flex;
  align-items: center;
  gap: 30px;
}
.item.dark .btn {
  flex-shrink: 0;
}
.item.dark.warning {
  flex-direction: column;
}
.item.dark.warning img {
  width: 65px;
}
.item .country {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.item .country h3 {
  margin-bottom: 0;
}
.item .price {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 64px;
  line-height: 62px;
}

.what .list .item {
  margin-bottom: 30px;
}

.affiliate .item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.affiliate .item .share-button {
  flex-shrink: 0;
  padding: 12px 20px;
  font-size: 15px;
  background: #2b2b2b;
  border-color: #2b2b2b;
}
.affiliate .item .share-button img {
  width: 30px;
}

.contact-us {
  margin-top: -100px;
  padding: 100px 0 50px 0;
  background-image: url("../assets/images/coins.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 70%;
}

.examples-swiper {
  padding-bottom: 50px;
}
.examples-swiper .swiper-wrapper {
  padding-top: 10px;
}
.examples-swiper .swiper-slide {
  height: auto;
  display: flex;
}
.examples-swiper .item {
  width: 100%;
}
.examples-swiper .swiper-button-prev,
.examples-swiper .swiper-button-next {
  color: #0D78FF;
}
.examples-swiper .swiper-pagination-bullet-active {
  background: #0D78FF;
}

footer .menu {
  display: flex;
  align-items: center;
  gap: 60px;
}
footer .copy {
  padding: 10px 0 0 0;
  font-size: 14px;
  color: #afafaf;
}

section[id] {
  scroll-margin-top: 80px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  h1 {
    font-size: 76px;
    line-height: 76px;
  }
  h2 {
    font-size: 50px;
    line-height: 56px;
  }
  h2.accent {
    font-size: 36px;
    line-height: 40px;
    margin-top: 8px;
  }
  .header-logo img {
    height: 45px;
  }
  .space {
    padding: 30px 0;
  }
}
@media (max-width: 1199.98px) {
  .header-burger {
    display: flex;
  }
  .header-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    background: #fff;
    padding: 24px;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 28px 24px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  }
  .site-header .header-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .site-header .header-cta {
    align-self: flex-start;
  }
  footer .header-menu {
    display: none;
  }
  .site-header.nav-open {
    background-color: #fff;
  }
  .site-header.nav-open .header-collapse {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .site-header.nav-open .header-burger span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .site-header.nav-open .header-burger span:nth-child(2) {
    opacity: 0;
  }
  .site-header.nav-open .header-burger span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .header-collapse {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
  .site-header .header-menu {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
  .site-header .header-cta {
    align-self: center;
  }
  .ai-image {
    margin-top: -30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ai-image {
    margin-top: -30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  body {
    background-position: center -333px;
  }
  .header-logo img {
    height: 44px;
  }
  .site-header.scrolled {
    padding: 12px 0;
  }
  h1 {
    font-size: 54px;
    line-height: 52px;
  }
  h2 {
    font-size: 44px;
    line-height: 46px;
  }
  h2.accent {
    font-size: 26px;
    line-height: 30px;
    margin-top: 0px;
  }
  h3 {
    font-size: 16px;
  }
  p {
    font-size: 15px;
  }
  p.lead {
    font-size: 24px;
  }
  .container {
    padding: 0 20px;
  }
  .space {
    padding: 30px 0;
  }
  .contact-us {
    padding: 100px 0 30px 0;
    margin-top: -30px;
    background-position: center 20px;
    background-size: 100%;
  }
  .btn {
    padding: 16px 36px;
    font-size: 16px;
  }
  .btn img {
    width: 28px;
  }
  .item.dark {
    flex-direction: column;
  }
  .item .price {
    font-size: 60px;
    line-height: 64px;
  }
  .ai-image {
    margin-top: -30px;
    margin-bottom: 20px;
  }
  .affiliate .item {
    flex-direction: column;
  }
  footer.space {
    padding: 0 0 20px 0;
  }
}
