:root {
  --bg: #0b0f2a;
  --text-main: #1bffe4;
  --accent-orange: #ff6b3d;
  --accent-cyan: #04e3f3;
  --border-purple: #7b5ea7;

  --container: 1120px;
  --section-v: 120px;

  --font-body: "Advent Pro", sans-serif;
  --font-display: "Zen Dots", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  display: block;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  cursor: pointer;
  border: none;
  background: none;
  font: inherit;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  background: var(--bg);
  color: var(--text-main);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.container-15e688 {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--pad-h);
  width: 100%;
}

.section-title-5668be {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: var(--accent-cyan);
  margin-bottom: 40px;
}

.header-4ede0d {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(11, 15, 42, 0.85);
  backdrop-filter: blur(6px);
  padding: 12px 0;
}

.header__inner-49a1c6 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 60px;
}

.logo-8b5ca5 {
  margin-right: auto;
  margin-top: -2px;
  margin-left: -2px;
}

.logo__icon-ea338f {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.nav-cc8f53 {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-cc8f53 a {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 18px;
  color: var(--accent-cyan);
  transition: opacity 0.2s ease;
}
.nav-cc8f53 a:hover {
  opacity: 0.7;
}

.burger-592eaf {
  display: none;
}

.mobile-menu-497651 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bg);
  z-index: 9999;
  flex-direction: column;
  align-items: center;
  padding: 24px;
}
.mobile-menu-497651.active-10d703 {
  display: flex;
}
.mobile-menu__close-91327b {
  align-self: flex-end;
}
.mobile-menu__nav-3fbc80 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-top: 80px;
}
.mobile-menu__nav-3fbc80 a {
  font-family: var(--font-body);
  font-size: 22px;
  color: var(--accent-cyan);
}

.hero-391db3 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-bottom: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("img/UniversalUpscaler_Ultra_Realistic_2_705ffdb7-2d44-4447-905e-2c85228945ab\ 1.png");
}

.hero__inner-9cd348 {
  max-width: 700px;
  text-align: left;

  margin-left: 0;
  margin-right: auto;
  padding-left: 130px;
}

.hero__title-a12e18 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 96px;
  line-height: 120%;
  color: var(--accent-cyan);
  margin-bottom: 8px;
}

.hero__sub-6f639b {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  color: var(--accent-cyan);
  margin-bottom: 202px;
}

.hero__desc-1a20e3 {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: var(--text-main);
  max-width: 560px;
}

.hiw-a1873d {
  padding: var(--section-v) 0;
}

.hiw-cards-4d3cd5 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.hiw-card-6ef98b {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 1px solid var(--border-purple);
  border-radius: 8px;

  min-height: 363px;
}

.hiw-card__title-cb9271 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  padding: 16px;
  padding-bottom: 0;
  color: var(--accent-orange);
}

.hiw-card__img-11c7ad {
  width: 100%;
}

.hiw-card__desc-4512c5 {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
  color: var(--text-main);
}

.features-0b01d3 {
  padding: var(--section-v) 0;
}

.features-grid-77a597 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.features-item__title-ce7ce7 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  color: var(--accent-orange);
  margin-bottom: 8px;
}

.features-item__desc-30fbb6 {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: var(--text-main);
}

.features-panel-8100d8 {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 40px;
}

.about-a28572 {
  padding: var(--section-v) 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("img/Gemini_Generated_Image_rmvtmcrmvtmcrmvt\ 1.png");
}

.about__inner-6e1aae {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.about__text-2f021e {
  max-width: 448px;
  flex-shrink: 0;
}

.about__desc-05224d {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: var(--text-main);
}

.about__image-0b067c {
  flex: 1;
  border-radius: 8px;
}

.faq-9f2671 {
  padding: var(--section-v) 0;
}

.faq__list-5bc9ef {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq__item-88bc20 {
  border: 1px solid var(--border-purple);
  border-radius: 8px;
  overflow: hidden;
}

.faq__question-ee961e {
  width: 100%;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  text-align: left;
}

.faq__question-ee961e span:first-child {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  color: var(--accent-cyan);
}

.faq__toggle-94e8dc {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.faq__toggle-94e8dc::before,
.faq__toggle-94e8dc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--accent-cyan);
  transform: translate(-50%, -50%);
}
.faq__toggle-94e8dc::before {
  width: 16px;
  height: 2px;
}
.faq__toggle-94e8dc::after {
  width: 2px;
  height: 16px;
  transition: transform 0.2s ease;
}
.faq__item-88bc20.is-open-d20b8a .faq__toggle-94e8dc::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.faq__answer-9b69db {
  display: none;
  padding: 0 16px 16px;
}
.faq__item-88bc20.is-open-d20b8a .faq__answer-9b69db {
  display: block;
}
.faq__answer-9b69db p {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: var(--text-main);
}

.footer-522591 {
  padding: 60px 0 32px;
}

.footer__inner-915624 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

.footer__links-7f1ccb {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.footer__links-7f1ccb a {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-align: right;
  color: var(--accent-cyan);
  transition: opacity 0.2s ease;
}
.footer__links-7f1ccb a:hover {
  opacity: 0.7;
}

.footer__copy-102aac {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  text-align: right;
  color: var(--accent-cyan);
}

@media (max-width: 1200px) {
  :root {
    --pad-h: 64px;
  }
}

@media (max-width: 1024px) {
  :root {
    --pad-h: 32px;
    --section-v: 80px;
  }

  .nav-cc8f53 {
    display: none;
  }
  .burger-592eaf {
    display: block;
  }

  .hero__title-a12e18 {
    font-size: 64px;
  }
  .hero__sub-6f639b {
    font-size: 26px;
  }

  .hiw-cards-4d3cd5 {
    grid-template-columns: 1fr;
  }
  .hiw-card-6ef98b {
    min-height: 0;
  }

  .features-grid-77a597 {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about__inner-6e1aae {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .about__text-2f021e {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  :root {
    --pad-h: 20px;
    --section-v: 60px;
  }

  .header__inner-49a1c6 {
    justify-content: space-between;
  }
  .logo-8b5ca5 {
    margin-right: 0;
  }

  .hero-391db3 {
    min-height: 812px;
    background-image: url("img/i4dvgyi4dvgyi4dv\ 1.png");
  }
  .hero__inner-9cd348 {
    max-width: 100%;
    padding: 20px;
    padding-top: 0;
  }
  .hero__title-a12e18 {
    font-size: 64px;
  }
  .hero__sub-6f639b {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .hero__desc-1a20e3 {
    font-size: 17px;
  }

  .section-title-5668be {
    font-size: 36px;
  }
  .about-a28572 {
    background-image: url("img/420v1420v1420v14\ 1.png");
    min-height: 672px;
  }
  .about__desc-05224d {
    font-size: 17px;
  }
  .faq__question-ee961e span:first-child {
    font-size: 18px;
  }
}
body.legal-page-499046 {
  background: #d8e6e5;
  color: #0b0f2a;
}

body.legal-page-499046 .footer-522591 {
  background: var(--bg);
}

.legal-wrap-b6c6e3 {
  padding-top: 140px;
  padding-bottom: 100px;
}

.legal-title-905b14 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: #0b0f2a;
  margin-bottom: 24px;
}

.legal-meta-59e479 {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #0b0f2a;
  margin-bottom: 32px;
}

.legal-section-51c884 {
  margin-bottom: 40px;
}
.legal-section-51c884:last-child {
  margin-bottom: 0;
}

.legal-section-title-380ba1 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  color: #0b0f2a;
  margin-bottom: 12px;
}

.legal-text-19a942 {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #0b0f2a;
  margin-bottom: 16px;
}
.legal-text-19a942:last-child {
  margin-bottom: 0;
}

.legal-list-bc44c1 {
  list-style: disc;
  padding-left: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}
.legal-list-bc44c1 li {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #0b0f2a;
}

@media (max-width: 1024px) {
  .legal-wrap-b6c6e3 {
    padding-top: 120px;
  }
  .legal-title-905b14 {
    font-size: 36px;
  }
  .legal-section-title-380ba1 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .legal-wrap-b6c6e3 {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .legal-title-905b14 {
    font-size: 30px;
  }
  .legal-section-title-380ba1 {
    font-size: 22px;
  }
  .legal-meta-59e479,
  .legal-text-19a942,
  .legal-list-bc44c1 li {
    font-size: 16px;
  }
}
