@font-face {
  font-family: GoogleSansCode;
  src: url("GoogleSansCode.ttf");
}
* {
  box-sizing: border-box;
}

.ldscrn {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #17191d;
    z-index: 30;
}

.ldscrn.del {
    opacity: 0;
    z-index: -1;
    transition: all 1s ease;
}

html {
  scroll-behavior: smooth;
  background: black;
}
body {
  margin: 0;
  background: radial-gradient(circle at 76% 14%, #354b68 0, transparent 29%),
    linear-gradient(135deg, #181818, #202a36 55%, #181818);
  color: #f3f4f6;
  font: 14px GoogleSansCode, monospace;
}
.grain {
  display: none;
}
a,
button,
.memory-card,
.feature,
.price-card,
details {
  transition: 0.25s ease;
}

.topbar {
  height: 78px;
  border-bottom: 1px solid #38414b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #181818d9;
  backdrop-filter: blur(15px);
  top: 20px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  z-index: 20;
  overflow: hidden;
  transition: all 0.5s ease;
}


.brand {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.08em;
  font-size: 18px;
  position: absolute;
  top: 17px;
  left: 75px;
}

.navbth {
    position: absolute;
    display: none;
    right: 15px;
    font-size: 35px;
    cursor: pointer;
    top: 20px;
}

.brand small {
  display: block;
  color: #739bd0;
  font-size: 9px;
  letter-spacing: 0.17em;
  margin-top: 7px;
  top: 20px;
  position: absolute;
  width: 300px;
}

.nav {
    position: absolute;
    right: 15px;
  display: flex;
  gap: 28px;
  align-items: center;
}
@media (min-width: 760px) {

}
.nav a {
  color: #aaa;
  text-decoration: none;
  font-size: 12px;
}
.nav a:hover,
.nav .active {
  color: #fff;
}
.nav-cta,
.primary {
  color: #17191d !important;
  background: #739bd0;
  padding: 13px 16px !important;
  
}

.bth_fz {
    text-decoration: none;
  border: none;
  cursor: pointer;
  font: 14px GoogleSansCode, monospace;
}

.nav-cta:hover,
.primary:hover {
  background: #a5c2e3 !important;
  box-shadow: 0 12px 28px #0007;
  transform: translateY(-3px);
}
.menu-toggle,
.close-menu {
  display: none;
  background: none;
  border: 0;
  color: white;
  font-size: 18px;
}
.hero {
  max-width: 1280px;
  margin: auto;
  padding: 86px 7vw 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 45px;
}
.eyebrow {
  font-size: 10px;
  color: #739bd0;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 22px;
}
.eyebrow span {
  display: inline-block;
  width: 22px;
  height: 1px;
  background: #739bd0;
  margin-right: 9px;
  vertical-align: middle;
}
h1,
h2 {
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.94;
  margin: 0;
}
.hero h1 {
  font-size: clamp(54px, 7.5vw, 102px);
}
.intro {
  max-width: 465px;
  color: #acacad;
  line-height: 1.75;
  margin: 30px 0;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 12px;
}
.text-button {
  color: #e7e7e7;
}
.text-button:hover {
  color: #739bd0;
  transform: translateX(4px);
}
.microcopy {
  font-size: 10px;
  color: #909090;
  margin-top: 25px;
}
.microcopy i,
.signal-bar i {
  color: #739bd0;
  margin-right: 7px;

}
.hero-visual {
  height: 360px;
  position: relative;
  background: url("window.webp") center/contain no-repeat;
  filter: drop-shadow(0 25px 28px #0009);
  border-radius: 24px;
  transition: transform 0.3s;
}
.hero-visual:hover {
  transform: translateY(-8px);
}
.hero-visual > * {
  display: none;
}
.signal-bar {
  border-block: 1px solid #38414b;
  padding: 27px 7vw;
  display: flex;
  justify-content: space-between;
  color: #d5d5d5;
  font-size: 11px;
  letter-spacing: 0.1em;
  border-radius: 0;
  text-transform: uppercase;
}
.feature-section,
.pricing {
  max-width: 1280px;
  margin: auto;
  padding: 110px 7vw;
}
.section-heading,
.pricing-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: end;
  margin-bottom: 52px;
}

.pricing-heading.id {
  flex-direction: column;
  display: flex;
  align-items: center;
}
.section-heading h2,
.pricing h2,
.faq h2 {
  font-size: clamp(38px, 4.5vw, 64px);
}
.feature-grid,
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.feature {
  min-height: 245px;
  padding: 24px 28px;
  border-top: 1px solid #3d4349;
  border-right: 1px solid #3d4349;
  position: relative;
}
.feature:last-child {
  border-right: 0;
}
.number {
  position: absolute;
  right: 25px;
  color: #718092;
  font-size: 10px;
}
.feature > i {
  color: #739bd0;
  font-size: 22px;
  margin: 35px 0 26px;
}
.feature h3 {
  font-size: 15px;
  font-weight: 400;
}
.feature p,
.pricing-heading > p {
  color: #a3a3a3;
  font-size: 12px;
  line-height: 1.75;
}
.interactive {
  position: relative;
  overflow: hidden;
}
.interactive:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #739bd0;
  left: calc(var(--pointer-x, -10px) - 2px);
  top: calc(var(--pointer-y, -10px) - 2px);
  opacity: 0;
  box-shadow: 0 0 15px 6px #739bd055;
  pointer-events: none;
  transition: opacity 0.18s;
}
.interactive:hover {
  transform: translateY(-6px);
  background-color: #252d37;
  box-shadow: 0 20px 36px #0008;
  border-color: #739bd0;
}
.interactive:hover:after {
  opacity: 1;
}
.price-grid {
  gap: 14px;
}
.price-card {
  min-height: 385px;
  padding: 28px;
  border: 1px solid #3b4652;
  background: #1e232a;
  display: flex;
  flex-direction: column;
}



.price-card.KZ {
  min-height: 200px;
}

.disabled-reason {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 300px;
  height: 100%;
  font-size: 24px;
  background: black;
  opacity: 0.7;
  border-radius: 10px;
}

.price-card.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.price-card.featured {
  border-color: #739bd0;
  box-shadow: inset 0 3px #739bd0;
}
.label,
.plan {
  font-size: 10px;
  letter-spacing: 0.13em;
  color: #739bd0;
}
.label {
  margin: 0 0 26px;
}
.plan {
  color: #bbb;
}
.price {
  font-size: 42px;
  letter-spacing: -0.07em;
  margin: 10px 0 25px;
}
.price span {
  font-size: 11px;
  color: #aaa;
  margin-left: 7px;
  letter-spacing: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  color: #ccc;
  font-size: 11px;
  line-height: 2.35;
}
li i {
  color: #739bd0;
  margin-right: 8px;
}
.price-card .button {
  margin-top: auto;
  justify-content: center;
}
.outline {
  color: #d4e0ef;
  border: 1px solid #739bd0;
  padding: 13px 16px;
}
.faq {
  padding: 100px 12vw;
  background: #15191ddd;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
}
.faq-list {
  border-top: 1px solid #3a444e;
}

.faq-list details{
    padding: 30px 30px;
    border-bottom: 1px solid #3a444e;
}

.topbaricon {
    position: absolute;
    width: 60px;
    left: 10px;
    top: 5px;
}

summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
summary::-webkit-details-marker {
  display: none;
}
summary i {
  color: #739bd0;
  transition: transform 0.25s;
}
.is-open summary i {
  transform: rotate(180deg);
}
details p {
  max-height: 0;
  overflow: hidden;
  color: #a4a4a4;
  font-size: 11px;
  line-height: 1.75;
  margin: 0 30px 0 0;
  transition: max-height 0.26s ease, margin 0.26s ease;
}
.is-open p {
  margin-top: 16px;
}
footer {
  padding: 27px 5vw;
  display: flex;
  justify-content: space-between;
  color: #888;
  font-size: 9px;
  letter-spacing: 0.08em;
}
footer a {
  color: #aebfd4;
  text-decoration: none;
}


@media (max-width: 760px) {
  .menu-toggle {
    display: block;
  }
  .nav {
    position: absolute;
    width: 100%;
    height: calc(100% - 90px);
    top: 90px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: start;
    left: 20px;
  }
  .topbar.open {
    height: 275px;
}

  .navbth {
    display: block;
  }
  
  .hero {
    display: block;
    padding-top: 72px;
  }
  .hero h1 {
    font-size: 58px;
  }
  .hero-visual {
    height: 270px;
    margin-top: 52px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .signal-bar {
    flex-direction: column;
    gap: 18px;
  }
  .feature-section,
  .pricing {
    padding-block: 75px;
  }
  .section-heading,
  .pricing-heading {
    display: block;
  }
  .feature-grid,
  .price-grid {
    display: block;
  }
  .feature {
    border-right: 0;
    min-height: 205px;
    border-radius: 12px;
  }
  .price-card {
    margin-top: 14px;
    min-height: auto;
  }
  .faq {
    display: block;
    padding: 70px 28px;
  }
  .faq-list {
    margin-top: 45px;
  }
  footer {
    gap: 14px;
    align-items: flex-start;
    flex-direction: column;
  }
}

.ikngg {
  position: relative;
  width: calc(100% - 25px);
  max-width: 900px;
  min-width: 365px;
  left: 50%;
  flex-wrap: nowrap;
  flex-direction: column;
  display: flex;
  gap: 25px;
  transform: translateX(-50%);
}

.tmsw {
  position: relative;
}

.tmsw span {
  opacity: 0.5;
  font-size: 11px;
  gap: 25px;
}

.tmsw span > strong {
  opacity: 1;
  font-size: 20px;
}

footer > div {
  display: flex;
  gap: 5px;
  flex-direction: column;
}

footer > div > a {
  text-decoration: none;
  opacity: 0.7;
}

footer > div > a:hover {
  opacity: 1;
}

.footerlg {
  font-size: 15px;
  padding-bottom: 15px;
}

.vds {
  opacity: 1;
  font-size: 10px;
}