:root {
      --blue: #0b55b8;
      --blue2: #003d91;
      --orange: #ff6b00;
      --orange2: #ffb000;
      --ink: #162033;
      --muted: #607089;
      --bg: #f5f8ff;
      --card: #fff;
      --line: #dbe5f4;
      --shadow: 0 22px 70px rgba(10, 45, 100, .16);
      --radius: 28px
    }

    * {
      box-sizing: border-box
    }

    html {
      scroll-behavior: smooth
    }

    body {
      margin: 0;
      font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
      color: var(--ink);
      background: linear-gradient(180deg, #eef5ff 0, #fff 42%, #f8fbff 100%);
      line-height: 1.6
    }

    a {
      color: var(--blue);
      text-decoration: none
    }

    a:hover {
      text-decoration: underline
    }

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

    .container {
      width: min(1160px, calc(100% - 32px));
      margin: 0 auto
    }

    .section {
      padding: 32px 0
    }

    .section-title {
      font-size: clamp(2rem, 4vw, 3.25rem);
      line-height: 1.05;
      margin: 0 0 16px;
      text-align: center
    }

    .section-lead {
      max-width: 780px;
      margin: 0 auto 34px;
      color: var(--muted);
      text-align: center;
      font-size: 1.08rem
    }

    .topbar {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(255, 255, 255, .88);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid rgba(219, 229, 244, .9)
    }

    .nav {
      height: 74px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 900;
      color: var(--ink)
    }

    .brand img {
      width: 48px;
      height: 48px;
      border-radius: 12px
    }

    .brand span {
      line-height: 1.05
    }

    .brand small {
      display: block;
      color: var(--muted);
      font-weight: 700
    }

    .navlinks {
      display: flex;
      align-items: center;
      gap: 20px
    }

    .navlinks a {
      color: #26344f;
      font-weight: 750;
      font-size: .95rem
    }

    .lang-select {
      border: 1px solid var(--line);
      border-radius: 999px;
      background-color: #fff;
      background-image: var(--lang-flag, url('/images/lang/lang__ru.png'));
      background-repeat: no-repeat;
      background-position: 14px 50%;
      background-size: 22px 22px;
      padding: 10px 38px 10px 44px;
      color: #26344f;
      font-weight: 750
    }

    .mobile-lang {
      display: none
    }

    .burger {
      display: none;
      width: 44px;
      height: 44px;
      border: 0;
      border-radius: 14px;
      background: #edf4ff;
      position: relative
    }

    .burger span,
    .burger:before,
    .burger:after {
      content: "";
      position: absolute;
      left: 11px;
      right: 11px;
      height: 2px;
      background: var(--blue);
      transition: .2s
    }

    .burger span {
      top: 21px
    }

    .burger:before {
      top: 14px
    }

    .burger:after {
      top: 28px
    }

    .hero {
      position: relative;
      overflow: hidden;
      padding: clamp(34px, 7vh, 78px) 0 clamp(34px, 6vh, 64px);
      background: radial-gradient(circle at 85% 20%, rgba(255, 107, 0, .22), transparent 28%), radial-gradient(circle at 15% 15%, rgba(11, 85, 184, .20), transparent 34%)
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: clamp(28px, 4vw, 54px);
      align-items: center
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 14px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 999px;
      box-shadow: 0 10px 28px rgba(11, 85, 184, .08);
      color: var(--blue2);
      font-weight: 850
    }

    .hero h1 {
      font-size: clamp(2.45rem, 5.5vw, 5.2rem);
      line-height: .95;
      margin: clamp(14px, 2.3vh, 22px) 0 clamp(12px, 2vh, 18px);
      letter-spacing: -.055em
    }

    .gradient-text {
      background: linear-gradient(120deg, var(--blue), #0045a8 45%, var(--orange) 88%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent
    }

    .hero p {
      font-size: 1.18rem;
      color: #3d4d68;
      max-width: 680px
    }

    .actions {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      margin-top: clamp(18px, 3vh, 28px)
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      border: 0;
      border-radius: 999px;
      padding: 14px 22px;
      font-weight: 900;
      cursor: pointer;
      text-decoration: none !important;
      transition: .2s
    }

    .btn-primary {
      color: #fff;
      background: linear-gradient(135deg, var(--orange), #ff4300);
      box-shadow: 0 16px 34px rgba(255, 107, 0, .28)
    }

    .btn-blue {
      color: #fff;
      background: linear-gradient(135deg, var(--blue), var(--blue2));
      box-shadow: 0 16px 34px rgba(11, 85, 184, .22)
    }

    .btn-ghost {
      background: #fab903;
      color: var(--blue2);
      border: 1px solid var(--line)
    }

    .hero-phone {
      position: relative;
      display: grid;
      place-items: center
    }

    .phone-card {
      width: min(360px, 90vw);
      border-radius: 42px;
      background: #121824;
      padding: 14px;
      box-shadow: var(--shadow);
      transform: rotate(2deg)
    }

    .phone-card img {
      border-radius: 31px;
      display: block
    }

    .float-card {
      position: absolute;
      left: 0;
      bottom: 30px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 22px;
      padding: 16px 18px;
      box-shadow: var(--shadow);
      font-weight: 850
    }

    .download-panel {
      margin-top: -32px;
      position: relative;
      z-index: 2
    }

    .download-card {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 22px;
      align-items: center;
      background: linear-gradient(135deg, #083f93, #0d67d8 55%, #ff7900);
      color: #fff;
      border-radius: var(--radius);
      padding: 28px;
      box-shadow: var(--shadow)
    }

    .download-card h2 {
      margin: 0 0 8px;
      font-size: 1.9rem
    }

    .store-buttons {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      align-items: center
    }

    .store-buttons a {
      min-width: 154px;
      height: 54px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      background: #fff;
      border: 1px solid rgba(255, 255, 255, .68);
      padding: 7px 14px;
      box-shadow: 0 10px 24px rgba(0, 24, 70, .14);
      overflow: hidden
    }

    .store-buttons img {
      max-height: 40px;
      width: auto;
      display: block;
      border-radius: 0;
      background: transparent
    }

    .apk-btn {
      background: #fff;
      color: var(--blue2)
    }

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

    .feature {
      background: var(--card);
      border: 1px solid var(--line);
      border-radius: 24px;
      padding: 24px;
      box-shadow: 0 12px 40px rgba(10, 45, 100, .07)
    }

    .icon {
      width: 50px;
      height: 50px;
      border-radius: 16px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, #e8f1ff, #fff2e8);
      font-size: 1.6rem
    }

    .feature-head {
      display: flex;
      align-items: center;
      gap: 14px;
      margin: 0 0 12px
    }

    .feature h3 {
      margin: 0;
      line-height: 1.2
    }

    .feature p {
      margin: 0;
      color: var(--muted)
    }

    .split {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
      align-items: center
    }

    .glass {
      background: rgba(255, 255, 255, .84);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 30px;
      box-shadow: 0 16px 55px rgba(10, 45, 100, .08)
    }

    .list {
      padding-left: 20px;
      color: #374966
    }

    .screens-shell {
      position: relative
    }

    .screenshot-carousel {
      display: flex;
      gap: 18px;
      overflow-x: auto;
      padding: 10px 8px 24px;
      scroll-snap-type: x mandatory;
      scrollbar-color: var(--blue) #e5efff;
      scroll-behavior: smooth
    }

    .carousel-arrow {
      position: absolute;
      top: 50%;
      z-index: 3;
      width: 54px;
      height: 54px;
      border: 0;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, var(--blue), var(--blue2));
      color: #fff;
      font-size: 2.1rem;
      font-weight: 950;
      line-height: 1;
      box-shadow: 0 18px 42px rgba(10, 45, 100, .28);
      cursor: pointer;
      transform: translateY(-50%);
      transition: .2s
    }

    .carousel-arrow:hover {
      transform: translateY(-50%) scale(1.06);
      background: linear-gradient(135deg, var(--orange), #ff4300)
    }

    .carousel-arrow.prev {
      left: -18px
    }

    .carousel-arrow.next {
      right: -18px
    }

    .shot {
      flex: 0 0 260px;
      scroll-snap-align: center;
      background: #0d1626;
      border-radius: 32px;
      padding: 10px;
      box-shadow: 0 18px 45px rgba(10, 45, 100, .16)
    }

    .shot img {
      display: block;
      border-radius: 24px;
      width: 100%
    }

    .video-wrap {
      position: relative;
      overflow: hidden;
      border-radius: 28px;
      box-shadow: var(--shadow);
      background: #101827
    }

    .video-wrap:before {
      content: "";
      display: block;
      padding-top: 56.25%
    }

    .video-wrap video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: contain
    }

    .pay-wrap {
      background: linear-gradient(180deg, #fff, #eef4ff);
      border: 1px solid #c8d8ef;
      border-radius: var(--radius);
      padding: 28px 28px 36px;
      box-shadow: var(--shadow);
      overflow: visible
    }

    .pay-wrap .yoomoney-payment-form {
      max-width: 100% !important;
      background: #fff !important;
      border: 1px solid var(--line) !important;
      border-radius: 22px !important;
      padding: 22px !important;
      box-shadow: 0 12px 36px rgba(10, 45, 100, .08) !important
    }

    .pay-wrap .ym-payment-btn-block {
      display: flex !important;
      flex-wrap: wrap !important;
      gap: 14px !important;
      align-items: center !important;
      justify-content: space-between !important;
      max-width: 100% !important;
      padding-bottom: 8px !important
    }

    .pay-wrap .ym-logo {
      flex: 0 0 auto
    }

    .pay-wrap .ym-input,
    .pay-wrap .ym-textarea {
      max-width: 100% !important
    }

    .pay-notices {
      display: grid;
      gap: 12px;
      margin: 12px 0 18px
    }

    .pay-notice {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin: 0;
      padding: 14px 16px;
      border: 1px solid rgba(255, 107, 0, .28);
      border-radius: 18px;
      background: #fff8ef;
      color: #22314a;
      font-size: .98rem;
      font-weight: 850;
      text-align: left;
      box-shadow: 0 10px 28px rgba(255, 107, 0, .10)
    }

    .pay-notice:before {
      content: "!";
      display: grid;
      place-items: center;
      flex: 0 0 28px;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--orange), #ff4300);
      color: #fff;
      font-weight: 950
    }

    .ym-payment-btn-block .ym-result-price {
      max-width: 100% !important;
      white-space: normal !important;
      min-height: 58px !important;
      padding: 16px 28px !important;
      border-radius: 999px !important;
      background: linear-gradient(135deg, var(--orange), #ff4300) !important;
      color: #fff !important;
      font-size: 1.08rem !important;
      font-weight: 950 !important;
      box-shadow: 0 16px 34px rgba(255, 107, 0, .30) !important;
      border: 0 !important
    }

    .ym-payment-btn-block .ym-result-price span {
      color: #fff !important
    }

    .yoomoney-payment-form .ym-products .ym-product .ym-product-line .ym-product-description {
      max-width: 340px !important
    }

    .small {
      font-size: .82rem;
      color: var(--muted);
      text-align: center
    }

    .compare {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px
    }

    .compare h3 {
      margin-top: 0
    }

    .ok li::marker {
      color: #0aa35b
    }

    .details {
      display: grid;
      gap: 12px;
      max-width: 920px;
      margin: 0 auto
    }

    .details details {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 18px;
      padding: 16px 18px;
      box-shadow: 0 8px 25px rgba(10, 45, 100, .05)
    }

    .details summary {
      cursor: pointer;
      font-weight: 900;
      color: var(--blue2)
    }

    .details p {
      margin: .8em 0 0;
      color: #3b4b64
    }

    .footer {
      padding: 42px 0;
      background: #121824;
      color: #c8d2e3;
      text-align: center
    }

    .footer .container {
      display: grid;
      justify-items: center
    }

    .footer a {
      color: #9bc4ff
    }



    .split.equal-cards {
      align-items: stretch
    }

    .split.equal-cards .glass {
      height: 100%
    }

    .app-sms-card {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 100%
    }

    .app-sms-card img {
      display: block;
      width: 100%;
      max-width: 320px;
      max-height: 100%;
      height: auto;
      object-fit: contain
    }

    .page-hero {
      padding: 72px 0 38px;
      background: radial-gradient(circle at top left, rgba(20, 117, 255, .16), transparent 38%), linear-gradient(180deg, #f7fbff, #eef5ff)
    }

    .page-hero .container {
      display: grid;
      gap: 14px;
      justify-items: center;
      text-align: center
    }

    .page-hero h1 {
      max-width: 920px;
      margin: 0;
      font-size: clamp(2rem, 4vw, 3.6rem);
      line-height: 1.08
    }

    .page-hero p {
      max-width: 760px;
      margin: 0;
      color: var(--muted);
      font-size: 1.08rem
    }

    .content-card {
      background: rgba(255, 255, 255, .92);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      box-shadow: 0 18px 65px rgba(10, 45, 100, .08);
      padding: clamp(22px, 4vw, 42px)
    }

    .help-page .content-card {
      line-height: 1.65
    }

    .help-page .content-card h1,
    .help-page .content-card h2,
    .help-page .content-card h3 {
      color: var(--ink)
    }

    .help-page .content-card h2 {
      margin-top: 1.7em;
      padding: 14px 16px;
      border-left: 5px solid var(--blue);
      border-radius: 16px;
      background: #eef6ff
    }

    .help-page .content-card h3 {
      margin-top: 1.45em;
      color: var(--blue2)
    }

    .help-page .content-card img {
      max-width: 100%;
      height: auto
    }

    .help-page .content-card table {
      width: 100%;
      max-width: 100%;
      border-collapse: collapse;
      overflow: hidden;
      border-radius: 16px
    }

    .help-page .content-card th,
    .help-page .content-card td {
      padding: 12px;
      border: 1px solid var(--line);
      vertical-align: top
    }

    .help-page .content-card th {
      background: #eef6ff
    }

    .page-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 12px;
      margin-top: 14px
    }



    .help-page .center {
      text-align: center
    }

    .help-page .button-container {
      display: flex;
      justify-content: center;
      gap: 15px;
      margin: 20px 0;
      flex-wrap: wrap
    }

    .help-page .nav-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 10px 20px;
      color: #fff;
      background: linear-gradient(135deg, var(--blue), var(--blue2));
      border-radius: 999px;
      font-weight: 800;
      text-decoration: none
    }

    .help-page .tabs {
      margin-top: 30px
    }

    .help-page .tab-nav {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 20px;
      padding-bottom: 5px
    }

    .help-page .tab-button {
      border: 1px solid var(--line);
      background: #eef6ff;
      color: var(--ink);
      padding: 10px 18px;
      border-radius: 999px;
      cursor: pointer;
      font-weight: 800
    }

    .help-page .tab-button.active {
      background: linear-gradient(135deg, var(--blue), var(--blue2));
      color: #fff;
      border-color: transparent
    }

    .help-page .tab-content {
      display: none;
      background: #fff;
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: 22px;
      margin-bottom: 30px
    }

    .help-page .tab-content.active {
      display: block
    }

    @media (max-width:600px) {
      .help-page .tab-nav {
        flex-direction: column
      }
    }

    .confirm-card {
      max-width: 820px;
      margin: 0 auto;
      text-align: center
    }

    .cookie-banner {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: rgba(9, 14, 24, .94);
      color: #fff;
      padding: 12px 16px;
      font-size: 13px;
      display: none;
      z-index: 9999
    }

    .cookie-inner {
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      flex-wrap: wrap
    }

    .cookie-inner button {
      background: #2f3c55;
      color: #fff;
      border: 0;
      padding: 9px 14px;
      border-radius: 10px;
      cursor: pointer
    }


    @media (min-width:901px) and (max-height:820px) {
      .hero {
        padding: clamp(18px, 3vh, 28px) 0
      }

      .hero-grid {
        grid-template-columns: minmax(0, 1.12fr) minmax(240px, .72fr)
      }

      .hero h1 {
        font-size: clamp(2.45rem, 4.8vw, 4.35rem)
      }

      .hero p {
        font-size: 1.08rem;
        margin: 0
      }

      .phone-card {
        width: min(300px, 31vw, calc((100vh - 180px) * .42));
        padding: 8px;
        border-radius: 30px
      }

      .phone-card img {
        border-radius: 22px
      }

      .float-card {
        bottom: 24px;
        max-width: 280px;
        padding: 10px 12px;
        font-size: .88rem
      }

      .download-panel {
        margin-top: 0
      }
    }

    @media (max-width:900px) {
      .burger {
        display: block
      }

      .mobile-lang {
        display: block;
        margin-left: auto
      }

      .desktop-lang {
        display: none
      }

      .nav {
        gap: 10px
      }

      .lang-select {
        padding: 10px 34px 10px 44px;
        font-size: .9rem
      }

      .navlinks {
        position: absolute;
        left: 16px;
        right: 16px;
        top: 82px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 24px;
        padding: 18px;
        box-shadow: var(--shadow)
      }

      .navlinks.open {
        display: flex
      }

      .navlinks a {
        padding: 10px
      }

      .hero-grid,
      .split,
      .download-card,
      .compare {
        grid-template-columns: 1fr
      }

      .hero {
        padding-top: 42px
      }

      .app-sms-card, .ym-logo {
        display: none
      }

      .phone-card {
        transform: none
      }

      .float-card {
        position: static;
        margin-top: 16px
      }

      .cards {
        grid-template-columns: 1fr 1fr
      }

      .download-card {
        text-align: center
      }

      .store-buttons {
        justify-content: center
      }
    }

    @media (max-width:620px) {
      .carousel-arrow {
        width: 44px;
        height: 44px;
        font-size: 1.7rem
      }

      .carousel-arrow.prev {
        left: 2px
      }

      .carousel-arrow.next {
        right: 2px
      }

      .pay-wrap {
        padding: 16px
      }

      .pay-wrap .yoomoney-payment-form {
        padding: 16px !important
      }

      .ym-payment-btn-block .ym-result-price {
        width: 100% !important
      }

      .store-buttons a {
        width: 100%;
      }

      .store-buttons .btn {
        width: 100%
      }

      .brand {
        gap: 8px
      }

      .brand img {
        width: 42px;
        height: 42px
      }

      .brand span {
        font-size: .95rem
      }

      .container {
        width: min(100% - 22px, 1160px)
      }

      .section {
        padding: 52px 0
      }

      .brand small {
        display: none
      }

      .cards {
        grid-template-columns: 1fr
      }

      .actions .btn {
        width: 100%
      }

      .store-buttons img {
        max-height: 40px
      }

      .shot {
        flex-basis: 78vw
      }

      .glass,
      .content-card,
      .feature,
      .download-card {
        border-radius: 22px;
        padding: 20px
      }
    }