:root {
  --black: #000;
  --white: #fff;
  --secondary: #ccc;
  --muted: #999;
  --wine: #260808;
  --hairline: rgba(255, 255, 255, 0.2);
  --page-width: 390px;
  --gutter: 24px;
}

@font-face {
  font-family: "Alta Regular";
  src: url("./Alta/Alta-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: "Alta Caption";
  src: url("./Alta/Alta-Caption.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("./Helvetica Neue/HelveticaNeueCyr-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: block;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("./Helvetica Neue/HelveticaNeueCyr-Roman.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

* { box-sizing: border-box; }

html, body { margin: 0; background: var(--black); }
body { color: var(--white); }
button, h1, h2, h3, p, ol, ul { margin: 0; }
ol, ul { padding: 0; list-style: none; }
button { border: 0; font: inherit; }
img { display: block; }

.mobile-page { display: none; position: relative; width: 390px; height: 8231px; margin: 0 auto; overflow: hidden; background: #0d0d0d; }
.alta-regular { font-family: "Alta Regular", serif; font-weight: 400; font-style: normal; }
.alta-caption { font-family: "Alta Caption", serif; font-weight: 400; font-style: normal; }
.body-light { font-family: "Helvetica Neue", sans-serif; font-weight: 300; font-style: normal; }
.section-title { font-size: 40px; line-height: 1.1; font-weight: 400; }
.cta { width: 252px; height: 50px; padding: 16px 24px; border-radius: 4px; overflow: hidden; background: var(--white); color: var(--black); font-family: "Helvetica Neue", sans-serif; font-size: 14px; font-weight: 400; line-height: 1.3; letter-spacing: -0.42px; text-transform: uppercase; white-space: nowrap; cursor: default; }

.hero { position: absolute; inset: 0 0 auto; height: 844px; }
.hero-media { position: absolute; top: 256px; left: 0; width: 390px; height: 520px; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.media-overlay, .about-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.6); }
.hero-title { position: absolute; top: 128px; left: 24px; width: 342px; display: flex; flex-direction: column; font-size: 96px; line-height: 1; font-weight: 400; }
.hero-title span { height: 96px; }
.hero-arrow { position: absolute; top: 712px; left: 24px; width: 40px; height: 40px; }
.scroll-label { position: absolute; top: 724px; right: 24px; font-size: 12px; line-height: 1.3; letter-spacing: -0.36px; text-align: right; text-transform: uppercase; white-space: nowrap; }

.menu { position: absolute; z-index: 5; top: 0; left: 0; width: 390px; height: 56px; border-bottom: 1px solid var(--hairline); background: var(--black); }
.menu-side { position: absolute; top: 0; width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; background: transparent; }
.menu-logo { left: 0; border-right: 1px solid var(--hairline); }
.menu-burger { right: 0; border-left: 1px solid var(--hairline); padding: 12px; }
.menu-burger img { width: 32px; height: 32px; }
.logo-mark { width: 30px; height: 30px; object-fit: contain; }

.telegram { position: absolute; top: 844px; left: 0; width: 390px; height: 784px; padding: 64px 24px; display: flex; flex-direction: column; align-items: center; gap: 64px; }
.telegram-lead { width: 342px; display: flex; flex-direction: column; align-items: center; gap: 48px; }
.telegram-title { width: 342px; height: 266px; font-size: 32px; line-height: 1.2; font-weight: 400; text-align: center; }
.install-card { width: 316px; height: 228px; display: flex; flex-direction: column; align-items: center; border-radius: 8px; overflow: hidden; background: var(--wine); }
.install-head { width: 100%; height: 48px; padding: 16px 24px; border-bottom: 1px solid var(--hairline); font-size: 12px; line-height: 1.3; letter-spacing: -0.36px; text-align: center; text-transform: uppercase; }
.install-body { width: 100%; height: 180px; padding: 24px; display: flex; flex-direction: column; align-items: center; gap: 24px; }
.install-title { width: 268px; height: 58px; font-size: 24px; line-height: 1.2; text-align: center; }
.install-button { width: 268px; display: flex; align-items: center; justify-content: center; gap: 12px; letter-spacing: -0.28px; }
.install-button img { width: 18px; height: 18px; }

.awaits { position: absolute; top: 1628px; left: 0; width: 390px; height: 1850px; padding: 64px 24px 96px; display: flex; flex-direction: column; align-items: center; gap: 64px; }
.awaits-head { width: 342px; height: 162px; display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.awaits-head .section-title { width: 342px; height: 88px; }
.benefit-cards { width: 342px; display: flex; flex-direction: column; gap: 32px; }
.benefit-card { width: 342px; height: 342px; display: flex; flex-direction: column; border: 1px solid var(--hairline); border-radius: 8px; overflow: hidden; }
.card-index { width: 340px; height: 55px; padding: 16px 24px; border-bottom: 1px solid var(--hairline); font-size: 18px; line-height: 1.3; letter-spacing: -0.54px; }
.card-body { width: 340px; height: 285px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; }
.card-body h3 { font-size: 24px; line-height: 1.2; font-weight: 400; }
.card-body p { font-size: 14px; line-height: 1.3; letter-spacing: -0.28px; text-transform: uppercase; }

.about { position: absolute; top: 3478px; left: 0; width: 390px; height: 844px; padding: 24px; }
.about-image { position: absolute; inset: 0; width: 390px; height: 844px; object-fit: cover; }
.about-overlay { background: rgba(0,0,0,.3); }
.about-content { position: relative; width: 342px; height: 796px; display: flex; flex-direction: column; justify-content: space-between; }
.about-bottom { width: 342px; height: 166px; display: flex; flex-direction: column; gap: 32px; }
.about-copy { width: 342px; height: 84px; font-size: 16px; line-height: 1.3; letter-spacing: -0.32px; text-transform: uppercase; }

.why { position: absolute; top: 4322px; left: 0; width: 390px; height: 1413px; padding: 96px 24px 64px; display: flex; flex-direction: column; align-items: center; gap: 64px; }
.why-main { width: 342px; height: 954px; display: flex; flex-direction: column; align-items: flex-start; gap: 64px; }
.why-list { width: 342px; height: 732px; display: flex; flex-direction: column; border-top: 1px solid var(--hairline); }
.why-list li { width: 342px; display: flex; flex-direction: column; gap: 16px; padding: 23px 0 24px; border-bottom: 1px solid var(--hairline); }
.why-list li:nth-child(1) { height: 111px; }
.why-list li:not(:first-child) { height: 129px; }
.why-list h3 { font-size: 24px; line-height: 1.2; font-weight: 400; }
.why-list p { font-size: 14px; line-height: 1.3; letter-spacing: -0.28px; text-transform: uppercase; }
.ticker-viewport { width: 342px; height: 235px; position: relative; overflow: hidden; }
.ticker { position: absolute; top: 0; left: -399px; height: 235px; display: flex; gap: 12px; }
.ticker img { flex: 0 0 auto; width: 180px; height: 235px; object-fit: cover; }

.borders { position: absolute; top: 5735px; left: 0; width: 390px; height: 1176px; padding: 64px 24px; display: flex; flex-direction: column; align-items: center; gap: 64px; }
.borders-main-image { width: 342px; height: 438px; }
.borders-main-image img { width: 100%; height: 100%; object-fit: cover; }
.borders-copy { width: 342px; height: 546px; display: flex; flex-direction: column; gap: 64px; }
.borders-intro { width: 342px; height: 166px; display: flex; flex-direction: column; align-items: center; gap: 24px; text-align: center; }
.borders-intro .section-title { width: 342px; height: 88px; }
.borders-intro p { font-size: 14px; line-height: 1.3; letter-spacing: -0.28px; text-transform: uppercase; }
.borders-bottom { width: 342px; height: 316px; display: flex; flex-direction: column; align-items: center; gap: 32px; }
.borders-small-image { width: 120px; height: 152px; }
.borders-small-image img { width: 100%; height: 100%; object-fit: cover; }
.borders-action { width: 342px; height: 132px; display: flex; flex-direction: column; align-items: center; gap: 24px; }
.borders-action > p { width: 342px; height: 58px; font-size: 24px; line-height: 1.2; text-align: center; }

.faq { position: absolute; top: 6911px; left: 0; width: 390px; padding: 64px 24px; display: flex; flex-direction: column; align-items: flex-start; gap: 64px; }
.faq-head { width: 342px; height: 214px; }
.faq-head .section-title { width: 342px; height: 132px; }
.faq-head .cta { margin-top: 32px; }
.faq-list { width: 342px; display: flex; flex-direction: column; }
.faq-item { width: 342px; display: flex; flex-direction: column; border-bottom: 1px solid var(--hairline); }
.faq-question { position: relative; width: 342px; min-height: 60px; padding: 12px 0; display: flex; align-items: center; justify-content: space-between; color: #fff; background: transparent; text-align: left; cursor: pointer; }
.faq-question::after { content: ""; position: absolute; right: 11.5px; top: 50%; width: 1px; height: 16px; background: #fff; transform: translateY(-50%); opacity: .75; }
.faq-question[aria-expanded="true"]::after { display: none; }
.faq-question h3 { width: 318px; font-family: "Helvetica Neue", sans-serif; font-size: 14px; font-weight: 400; line-height: 1.3; letter-spacing: -0.28px; text-transform: uppercase; }
.faq-question img { flex: 0 0 auto; width: 24px; height: 24px; }
.faq-item > p { width: 342px; padding: 0 0 24px; font-size: 14px; line-height: 1.3; letter-spacing: -0.28px; color: var(--secondary); }
.faq-item > p[hidden] { display: none; }
.faq-item:has(.faq-question[aria-expanded="true"]) { gap: 24px; padding-bottom: 24px; }
.faq-item:has(.faq-question[aria-expanded="true"]) .faq-question { min-height: 24px; padding: 0; }
.faq-item:nth-child(1):has(.faq-question[aria-expanded="true"]) { height: 156px; }
.faq-item:nth-child(2):has(.faq-question[aria-expanded="true"]) { height: 132px; padding-top: 24px; }
.faq-item:nth-child(3):has(.faq-question[aria-expanded="true"]) { height: 150px; padding-top: 24px; }
.faq-item:nth-child(4):has(.faq-question[aria-expanded="true"]), .faq-item:nth-child(5):has(.faq-question[aria-expanded="true"]) { height: 132px; padding-top: 24px; }
.faq-item:has(.faq-question[aria-expanded="true"]) > p { padding: 0; }

.footer { position: absolute; top: 8019px; left: 0; width: 390px; height: 212px; padding: 64px 24px 24px; }
.footer-content { width: 342px; height: 124px; display: flex; flex-direction: column; align-items: center; gap: 32px; white-space: nowrap; }
.footer-wordmark { width: 342px; height: 48px; display: flex; align-items: center; justify-content: space-between; font-size: 48px; line-height: 1; }
.footer-meta { width: 342px; height: 44px; display: flex; flex-direction: column; align-items: center; gap: 12px; color: var(--muted); font-size: 12px; line-height: 1.3; letter-spacing: -0.24px; }

.desktop-page { position: relative; width: 1440px; height: 8912px; margin: 0 auto; overflow: hidden; background: #000; }
.d-cta { width: auto; height: 61px; padding: 20px 32px; border-radius: 4px; background: #fff; color: #000; font-family: "Helvetica Neue", sans-serif; font-size: 16px; line-height: 1.3; letter-spacing: -.48px; text-transform: uppercase; white-space: nowrap; }
.d-section-title { font-size: 64px; line-height: 1.1; font-weight: 400; }
.d-media { position: absolute; z-index: 0; top: 380px; left: 170px; width: 1100px; height: 619px; }
.d-media img { width: 100%; height: 100%; object-fit: cover; }
.d-media span { position: absolute; inset: 0; background: rgba(0,0,0,.6); }
.d-hero { position: absolute; z-index: 1; top: 0; left: 0; width: 1440px; height: 810px; }
.d-wordmark { position: absolute; top: 120px; left: 40px; width: 1360px; height: 180px; display: flex; align-items: center; justify-content: space-between; font-size: 180px; line-height: 1; font-weight: 400; }
.d-hero-arrow { position: absolute; left: 40px; bottom: 40px; width: 60px; height: 60px; }
.d-scroll { position: absolute; right: 40px; bottom: 40px; font-size: 12px; line-height: 1.3; letter-spacing: -.36px; text-transform: uppercase; }
.d-menu { position: absolute; z-index: 5; top: 0; left: 0; width: 1440px; height: 76px; display: flex; border-bottom: 1px solid var(--hairline); background: #000; font-family: "Suisse Intl", sans-serif; font-size: 14px; font-weight: 300; line-height: 1.3; letter-spacing: -.42px; }
.d-menu button { color: #fff; background: transparent; }
.d-menu-left { width: 376px; height: 76px; padding-left: 40px; display: flex; align-items: center; border-right: 1px solid var(--hairline); }
.d-logo { width: 36px; height: 36px; object-fit: contain; }
.d-nav { width: 689px; height: 76px; display: flex; align-items: center; justify-content: center; gap: 40px; border-right: 1px solid var(--hairline); }
.d-nav button { height: 38px; }
.d-menu-right { width: 375px; height: 76px; padding-right: 40px; display: flex; align-items: center; justify-content: flex-end; }
.d-menu-right button { padding: 10px 16px; border: 1px solid var(--hairline); border-radius: 4px; }
.d-telegram { position: absolute; z-index: 1; top: 810px; left: 0; width: 1440px; height: 810px; }
.d-telegram-lead { position: absolute; top: 40px; left: 300px; width: 840px; display: flex; flex-direction: column; align-items: flex-start; gap: 48px; }
.d-telegram-lead h2 { width: 780px; height: 232px; font-size: 48px; line-height: 1.2; font-weight: 400; }
.d-install { position: absolute; right: 40px; bottom: 40px; width: 518px; height: 265px; border-radius: 8px; overflow: hidden; background: #260808; }
.d-install-head { height: 48px; padding: 16px 24px; border-bottom: 1px solid var(--hairline); font-family: "Helvetica Neue", sans-serif; font-size: 12px; font-weight: 300; line-height: 1.3; letter-spacing: -.36px; text-transform: uppercase; }
.d-install-body { height: 217px; padding: 24px 24px 24px 182px; display: flex; flex-direction: column; gap: 32px; }
.d-install-body > p { width: 312px; height: 76px; font-size: 32px; line-height: 1.2; }
.d-install-cta { width: 312px; display: flex; align-items: center; justify-content: center; gap: 12px; letter-spacing: -.32px; }
.d-awaits { position: absolute; top: 1620px; left: 0; width: 1440px; height: 2360px; }
.d-awaits-head { position: absolute; top: 120px; left: 40px; width: 410px; display: flex; flex-direction: column; gap: 48px; }
.d-awaits-head h2 { width: 410px; height: 210px; }
.d-cards { position: absolute; top: 360px; left: 960px; width: 440px; display: flex; flex-direction: column; gap: 40px; }
.d-cards li { width: 440px; height: 440px; border: 1px solid var(--hairline); border-radius: 8px; overflow: hidden; }
.d-card-index { height: 58px; padding: 16px 24px; border-bottom: 1px solid var(--hairline); font-size: 20px; line-height: 1.3; letter-spacing: -.6px; }
.d-cards li > div { height: 380px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; }
.d-cards h3 { font-size: 32px; line-height: 1.2; font-weight: 400; }
.d-cards li > div > p { font-family: "Helvetica Neue", sans-serif; font-size: 16px; font-weight: 300; line-height: 1.3; letter-spacing: -.32px; text-transform: uppercase; }
.d-about { position: absolute; top: 3980px; left: 0; width: 1440px; height: 900px; padding: 40px; }
.d-about > img { position: absolute; inset: 0; width: 1440px; height: 900px; object-fit: cover; }
.d-about-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.3); }
.d-about-content { position: relative; width: 1360px; height: 820px; display: flex; flex-direction: column; justify-content: space-between; }
.d-about-content > div { width: 410px; display: flex; flex-direction: column; gap: 32px; }
.d-about-content > div p { font-family: "Helvetica Neue", sans-serif; font-size: 20px; font-weight: 300; line-height: 1.3; letter-spacing: -.4px; text-transform: uppercase; }
.d-about-content .d-cta { align-self: flex-start; }
.d-why { position: absolute; top: 4880px; left: 0; width: 1440px; height: 1689px; padding: 120px 40px; display: flex; flex-direction: column; gap: 120px; }
.d-why-main { width: 1360px; height: 989px; padding-left: 260px; display: flex; flex-direction: column; align-items: flex-start; gap: 64px; }
.d-why-list { width: 1100px; height: 730px; border-top: 1px solid var(--hairline); }
.d-why-list li { width: 1100px; height: 127px; padding: 31px 0 32px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--hairline); }
.d-why-list h3 { width: 410px; font-family: "Alta Caption", serif; font-size: 32px; font-weight: 400; line-height: 1.2; }
.d-why-list p { width: 240px; font-family: "Helvetica Neue", sans-serif; font-size: 16px; font-weight: 300; line-height: 1.3; letter-spacing: -.32px; text-transform: uppercase; }
.d-ticker { width: 1360px; height: 340px; overflow: hidden; }
.d-ticker > div { position: relative; left: -150px; display: flex; gap: 20px; width: max-content; }
.d-ticker img { width: 260px; height: 340px; object-fit: cover; }
.d-borders { position: absolute; top: 6569px; left: 0; width: 1440px; height: 1060px; padding: 120px 40px; display: flex; gap: 80px; }
.d-borders-image { width: 640px; height: 820px; }
.d-borders-image img { width: 100%; height: 100%; object-fit: cover; }
.d-borders-copy { width: 640px; height: 820px; padding: 40px 0; display: flex; flex-direction: column; justify-content: space-between; }
.d-borders-copy > div:first-child { display: flex; flex-direction: column; gap: 32px; }
.d-borders-copy > div:first-child h2 { width: 510px; height: 140px; }
.d-borders-copy > div:first-child p { width: 410px; font-family: "Helvetica Neue", sans-serif; font-size: 16px; font-weight: 300; line-height: 1.3; letter-spacing: -.32px; text-transform: uppercase; }
.d-borders-bottom { height: 240px; display: flex; gap: 40px; align-items: flex-end; }
.d-borders-bottom > div { width: 410px; display: flex; flex-direction: column; gap: 32px; }
.d-borders-bottom h3 { font-size: 32px; line-height: 1.2; font-weight: 400; }
.d-borders-bottom .d-cta { align-self: flex-start; }
.d-borders-bottom > img { width: 190px; height: 240px; object-fit: cover; }
.d-faq { position: absolute; top: 7629px; left: 0; width: 1440px; height: 885px; padding: 120px 40px; display: flex; align-items: flex-start; gap: 80px; }
.d-faq-head { width: 640px; height: 645px; }
.d-faq-head h2 { width: 640px; height: 210px; }
.d-faq-head .d-cta { margin-top: 32px; }
.d-faq-list { width: 640px; display: flex; flex-direction: column; }
.d-faq-list article { min-height: 58px; border-bottom: 1px solid var(--hairline); display: flex; flex-direction: column; }
.d-faq-list .faq-question { width: 640px; min-height: 58px; padding: 17px 0; }
.d-faq-list h3 { width: 616px; font-family: "Helvetica Neue", sans-serif; font-size: 16px; font-weight: 400; line-height: 1.3; letter-spacing: -.32px; text-transform: uppercase; }
.d-faq-list img { width: 24px; height: 24px; }
.d-faq-list article > p { width: 520px; padding: 6px 0 24px; color: #ccc; font-family: "Helvetica Neue", sans-serif; font-size: 16px; font-weight: 300; line-height: 1.3; letter-spacing: -.32px; }
.d-faq-list article > p[hidden] { display: none; }
.d-faq-list article:has(.faq-question[aria-expanded="true"]) { gap: 24px; padding-bottom: 24px; }
.d-faq-list article:has(.faq-question[aria-expanded="true"]) .faq-question { min-height: 24px; padding: 0; }
.d-faq-list article:nth-child(1):has(.faq-question[aria-expanded="true"]) { height: 135px; }
.d-faq-list article:nth-child(2):has(.faq-question[aria-expanded="true"]) { height: 117px; padding-top: 24px; }
.d-faq-list article:nth-child(3):has(.faq-question[aria-expanded="true"]) { height: 138px; padding-top: 24px; }
.d-faq-list article:nth-child(4):has(.faq-question[aria-expanded="true"]) { height: 117px; padding-top: 24px; }
.d-faq-list article:nth-child(5):has(.faq-question[aria-expanded="true"]) { height: 138px; padding-top: 24px; }
.d-faq-list article:has(.faq-question[aria-expanded="true"]) > p { padding: 0; }
.d-footer { position: absolute; top: 8514px; left: 0; width: 1440px; height: 398px; padding: 120px 40px 40px; }
.d-footer > div { width: 1360px; height: 238px; display: flex; flex-direction: column; gap: 40px; }
.d-footer-wordmark { width: 1360px; height: 180px; display: flex; justify-content: space-between; align-items: center; font-size: 180px; line-height: 1; }
.d-footer-meta { width: 1360px; display: flex; justify-content: space-between; color: #999; font-family: "Helvetica Neue", sans-serif; font-size: 14px; font-weight: 300; line-height: 1.3; letter-spacing: -.28px; }

@media (max-width: 767px) {
  html, body { min-width: 390px; }
  .desktop-page { display: none; }
  .mobile-page { display: block; }
}
