
    :root {
      color-scheme: dark;
      --bg: #070708;
      --surface: #121216;
      --surface-2: #18171d;
      --surface-3: #211d28;
      --text: #faf8fc;
      --muted: #aaa4b0;
      --dim: #77717e;
      --purple: #9b4ed2;
      --purple-hot: #bd6cf0;
      --purple-soft: rgba(161, 78, 211, .17);
      --line: rgba(255, 255, 255, .11);
      --line-strong: rgba(255, 255, 255, .18);
      --success: #8bd6a8;
      --shadow: 0 -24px 80px rgba(0, 0, 0, .55);
      --ease: cubic-bezier(.2, .85, .2, 1);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      background: var(--bg);
      color: var(--text);
      font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      overflow-x: hidden;
    }
    body.locked { overflow: hidden; }
    button, input { font: inherit; }
    button, a { -webkit-tap-highlight-color: transparent; }
    a { color: inherit; text-decoration: none; }
    button { color: inherit; }

    .nav {
      position: fixed;
      z-index: 30;
      inset: 0 0 auto;
      height: 88px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 clamp(20px, 5vw, 76px);
      background: linear-gradient(#070708d7, transparent);
      transition: .25s var(--ease);
    }
    .nav.solid {
      height: 72px;
      background: rgba(7, 7, 8, .88);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid var(--line);
    }
    .brand {
      display: inline-flex;
      align-items: center;
      gap: 11px;
      font-size: 1.25rem;
      font-weight: 900;
      letter-spacing: .25em;
    }
    .mark {
      color: #c778ff;
      font-size: 1.5rem;
      letter-spacing: -.18em;
      margin-right: 3px;
    }
    .nav-actions { display: flex; align-items: center; gap: 10px; }
    .login { padding: 11px 14px; font-size: .875rem; font-weight: 650; }

    .cta, .outline, .text-button {
      border: 0;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      border-radius: 999px;
      padding: 0 22px;
      font-weight: 800;
      font-size: .9rem;
      transition: transform .22s var(--ease), box-shadow .22s var(--ease), background .22s ease;
    }
    .cta {
      background: #fff;
      color: #09090b;
    }
    .cta.purple {
      color: #fff;
      background: linear-gradient(135deg, #b861e7, #78369f);
      box-shadow: 0 16px 40px rgba(131, 55, 171, .28);
    }
    .outline {
      background: rgba(255, 255, 255, .05);
      color: #fff;
      border: 1px solid var(--line-strong);
      backdrop-filter: blur(12px);
    }
    .cta:hover, .outline:hover { transform: translateY(-2px); }
    .cta:hover { box-shadow: 0 16px 38px rgba(255, 255, 255, .13); }
    .buttons { display: flex; flex-wrap: wrap; gap: 12px; }

    .hero {
      position: relative;
      min-height: 100svh;
      display: flex;
      align-items: center;
      background: #09090a url("assets/image-1.webp") center / cover no-repeat;
      isolation: isolate;
    }
    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background:
        linear-gradient(90deg, rgba(5, 5, 6, .96) 0%, rgba(5, 5, 6, .74) 37%, rgba(5, 5, 6, .18) 70%),
        linear-gradient(0deg, var(--bg) 0%, transparent 30%);
    }
    .hero-copy {
      width: min(760px, calc(100% - 40px));
      margin-left: clamp(20px, 8vw, 128px);
      padding: 130px 0 90px;
    }
    .kicker, .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      color: #d899ff;
      font-size: .74rem;
      line-height: 1.2;
      text-transform: uppercase;
      font-weight: 800;
      letter-spacing: .2em;
    }
    .kicker::before {
      content: "";
      width: 28px;
      height: 1px;
      background: currentColor;
      opacity: .8;
    }
    h1, h2, h3, p { margin-top: 0; }
    .hero h1 {
      max-width: 830px;
      margin: 22px 0 24px;
      font-size: clamp(3rem, 7.4vw, 7.2rem);
      line-height: .93;
      letter-spacing: -.065em;
      font-weight: 900;
    }
    .hero h1 em { color: #d1a1ea; font-style: normal; }
    .hero-copy > p {
      max-width: 650px;
      margin-bottom: 34px;
      color: #e6e1e8;
      font-size: clamp(1.05rem, 1.6vw, 1.32rem);
      line-height: 1.55;
    }
    .hero-copy > p span { display: block; }
    .hero-copy > p span + span { margin-top: 4px; color: #bbb4c1; }
    .scroll {
      position: absolute;
      bottom: 26px;
      right: clamp(20px, 5vw, 76px);
      color: #b8b2bd;
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .13em;
      text-transform: uppercase;
    }

    .statement {
      min-height: 70svh;
      display: grid;
      align-content: center;
      justify-items: center;
      text-align: center;
      padding: 110px 24px;
      background:
        radial-gradient(circle at 50% 30%, rgba(111, 43, 139, .15), transparent 38%),
        var(--bg);
    }
    .statement h2, .short h2 {
      margin-bottom: 24px;
      font-size: clamp(2.8rem, 7vw, 6.7rem);
      line-height: .96;
      letter-spacing: -.06em;
      font-weight: 900;
    }
    .statement h2 span { color: #b76de0; }
    .statement p, .short p {
      max-width: 640px;
      color: var(--muted);
      font-size: 1.08rem;
      line-height: 1.7;
    }

    .product {
      min-height: 100svh;
      display: grid;
      place-items: center;
      padding: 70px clamp(16px, 5vw, 74px) 120px;
      overflow: hidden;
    }
    .phones {
      width: min(1050px, 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      gap: clamp(14px, 3vw, 34px);
      perspective: 1600px;
    }
    .phone {
      margin: 0;
      width: min(29vw, 290px);
      overflow: hidden;
      border-radius: 28px;
      background: #101012;
      border: 1px solid var(--line);
      box-shadow: 0 28px 90px rgba(0, 0, 0, .56);
    }
    .phone img { display: block; width: 100%; height: auto; }
    .phone.one { transform: rotateY(8deg) translateY(28px); }
    .phone.two { transform: scale(1.08); z-index: 2; }
    .phone.three { transform: rotateY(-8deg) translateY(28px); }

    .producer {
      position: relative;
      min-height: 82svh;
      display: flex;
      align-items: flex-end;
      padding: 100px clamp(20px, 8vw, 128px);
      background: #0b0a0c url("assets/image-1.webp") 72% center / cover no-repeat;
      isolation: isolate;
    }
    .producer::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: linear-gradient(90deg, rgba(7, 7, 8, .96), rgba(7, 7, 8, .66) 48%, rgba(7, 7, 8, .24)), linear-gradient(0deg, #070708, transparent 45%);
    }
    .producer-copy { max-width: 670px; }
    .producer h2 {
      margin: 15px 0 20px;
      font-size: clamp(2.8rem, 6.2vw, 6rem);
      line-height: .96;
      letter-spacing: -.055em;
    }
    .producer p {
      max-width: 570px;
      color: #cbc5ce;
      font-size: 1.05rem;
      line-height: 1.65;
      margin-bottom: 28px;
    }

    .short {
      min-height: 72svh;
      display: grid;
      align-content: center;
      justify-items: center;
      text-align: center;
      padding: 120px 24px;
    }
    .short .buttons { justify-content: center; }
    .roles {
      display: flex;
      gap: 9px;
      margin-top: 42px;
      flex-wrap: wrap;
      justify-content: center;
    }
    .roles span {
      padding: 8px 13px;
      border: 1px solid var(--line);
      border-radius: 999px;
      color: #aaa4b0;
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .06em;
      text-transform: uppercase;
    }

    footer {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      gap: 20px;
      padding: 34px clamp(20px, 5vw, 76px);
      border-top: 1px solid var(--line);
      color: #8d8792;
      font-size: .8rem;
    }
    .footer-brand { color: #fff; font-weight: 900; letter-spacing: .22em; }
    .legal-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 20px; }
    .legal-link {
      border: 0;
      padding: 5px 0;
      background: transparent;
      color: #a9a3ae;
      cursor: pointer;
      font-weight: 600;
    }
    footer > :last-child { justify-self: end; }

    .backdrop {
      position: fixed;
      z-index: 50;
      inset: 0;
      display: grid;
      align-items: end;
      background: rgba(0, 0, 0, .72);
      backdrop-filter: blur(12px);
      opacity: 0;
      pointer-events: none;
      transition: opacity .25s ease;
    }
    .backdrop.open { opacity: 1; pointer-events: auto; }
    .sheet {
      width: min(100%, 650px);
      max-height: min(91svh, 850px);
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      border: 1px solid var(--line);
      border-bottom: 0;
      border-radius: 30px 30px 0 0;
      background: rgba(17, 16, 21, .98);
      box-shadow: var(--shadow);
      transform: translateY(105%);
      transition: transform .38s var(--ease);
    }
    .backdrop.open .sheet { transform: translateY(0); }
    .handle {
      flex: 0 0 auto;
      width: 36px;
      height: 4px;
      border-radius: 2px;
      background: #44404a;
      margin: 12px auto 4px;
    }
    .sheet-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 8px 20px 12px;
    }
    .sheet-head h2 { margin: 0; font-size: 1.1rem; letter-spacing: -.02em; }
    .icon-button {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border: 1px solid var(--line);
      border-radius: 50%;
      background: rgba(255, 255, 255, .04);
      color: #ddd8df;
      cursor: pointer;
      font-size: 1.2rem;
    }
    .sheet-body {
      min-height: 0;
      overflow-y: auto;
      overscroll-behavior: contain;
      padding: 0 20px 24px;
    }
    .sheet-foot {
      display: flex;
      align-items: center;
      gap: 9px;
      padding: 12px 20px calc(16px + env(safe-area-inset-bottom, 0px));
      border-top: 1px solid var(--line);
      background: rgba(17, 16, 21, .96);
    }
    .sheet-foot .cta, .sheet-foot .outline { flex: 1; }
    .sheet-foot .outline { max-width: 150px; }

    .flow-step { display: none; animation: enter .32s var(--ease); }
    .flow-step.active { display: block; }
    @keyframes enter { from { opacity: 0; transform: translateX(20px); } }
    .progress {
      display: flex;
      gap: 6px;
      margin: 4px 0 18px;
    }
    .progress i {
      display: block;
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: #3b3740;
      transition: width .25s var(--ease), background .2s ease;
    }
    .progress i.on { width: 24px; background: #ac58db; }
    .producer-photo {
      position: relative;
      height: 245px;
      overflow: hidden;
      border-radius: 22px;
      background: #0a0a0b;
      margin-bottom: 22px;
    }
    .producer-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 67% center; }
    .producer-photo::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(0deg, rgba(7, 7, 8, .82), transparent 62%);
    }
    .photo-label {
      position: absolute;
      z-index: 1;
      left: 17px;
      bottom: 15px;
      font-size: .72rem;
      font-weight: 800;
      letter-spacing: .15em;
      text-transform: uppercase;
      color: #e2b6f8;
    }
    .flow-step h3 {
      margin: 10px 0 10px;
      font-size: clamp(1.8rem, 7vw, 2.7rem);
      line-height: 1.05;
      letter-spacing: -.045em;
    }
    .flow-step > p, .legal-intro {
      color: var(--muted);
      line-height: 1.6;
      font-size: .96rem;
    }
    .micro {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 8px;
      margin-top: 20px;
    }
    .micro div {
      min-height: 80px;
      padding: 13px;
      border-radius: 16px;
      border: 1px solid var(--line);
      background: #17161b;
    }
    .micro b { display: block; font-size: .85rem; }
    .micro span { display: block; margin-top: 4px; color: var(--dim); font-size: .73rem; line-height: 1.35; }

    .field {
      display: grid;
      gap: 7px;
      margin-top: 15px;
    }
    .field label {
      font-size: .75rem;
      color: #a9a2ae;
      font-weight: 700;
      letter-spacing: .05em;
      text-transform: uppercase;
    }
    .field input {
      width: 100%;
      height: 54px;
      border: 1px solid var(--line);
      border-radius: 16px;
      outline: none;
      background: #18171d;
      color: #fff;
      padding: 0 16px;
      font-size: 1rem;
    }
    .chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 9px; }
    .chip {
      border: 1px solid var(--line);
      border-radius: 999px;
      padding: 9px 12px;
      background: transparent;
      color: #aaa4af;
      cursor: pointer;
      font-size: .8rem;
      font-weight: 650;
    }
    .chip.selected { background: var(--purple-soft); color: #e8c7f8; border-color: rgba(184, 97, 231, .45); }
    .verification {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-top: 18px;
      padding: 14px;
      border-radius: 17px;
      background: rgba(139, 214, 168, .08);
      border: 1px solid rgba(139, 214, 168, .18);
    }
    .verification .check {
      width: 34px; height: 34px; display: grid; place-items: center;
      border-radius: 50%; background: rgba(139, 214, 168, .16); color: var(--success); font-weight: 900;
    }
    .verification b { display: block; font-size: .87rem; }
    .verification span { display: block; color: #8f9892; font-size: .75rem; margin-top: 3px; }

    .permission {
      display: flex;
      align-items: center;
      gap: 13px;
      margin-top: 10px;
      padding: 15px 16px;
      border: 1px solid var(--line);
      border-radius: 18px;
      background: #17161b;
    }
    .permission-copy { flex: 1; min-width: 0; }
    .permission b { display: block; font-size: .9rem; }
    .permission small { display: block; margin-top: 3px; color: var(--dim); line-height: 1.35; }
    .switch {
      width: 52px;
      height: 32px;
      border: 2px solid #393640;
      border-radius: 999px;
      background: #24222a;
      position: relative;
      cursor: pointer;
      flex: 0 0 auto;
      transition: .2s ease;
    }
    .switch::after {
      content: "";
      position: absolute;
      top: 50%; left: 5px;
      width: 18px; height: 18px;
      margin-top: -9px;
      border-radius: 50%;
      background: #aca6b1;
      transition: transform .26s var(--ease), background .2s ease;
    }
    .switch[aria-checked="true"] { border-color: #9e4fcf; background: #9e4fcf; }
    .switch[aria-checked="true"]::after { transform: translateX(20px); background: #fff; }
    .download-options {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transition: max-height .32s var(--ease), opacity .2s ease, margin .25s ease;
    }
    .download-options.visible { max-height: 210px; opacity: 1; margin-top: 10px; }
    .mode-card {
      padding: 14px;
      border: 1px solid var(--line);
      border-radius: 17px;
      background: #151419;
      cursor: pointer;
      text-align: left;
    }
    .mode-card.active { background: var(--purple-soft); border-color: rgba(184, 97, 231, .5); }
    .mode-card b { display: block; font-size: .85rem; }
    .mode-card span { display: block; color: var(--dim); font-size: .73rem; line-height: 1.4; margin-top: 4px; }
    .price-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      grid-column: 1 / -1;
      padding: 12px 14px;
      border-radius: 15px;
      background: #17161b;
      border: 1px solid var(--line);
    }
    .price-row span { color: #a8a1ad; font-size: .8rem; }
    .price {
      padding: 7px 10px;
      border-radius: 999px;
      background: #25202b;
      color: #e9cdf7;
      font-size: .8rem;
      font-weight: 800;
    }
    .rights {
      display: grid;
      grid-template-columns: 24px 1fr;
      gap: 12px;
      margin-top: 14px;
      padding: 15px;
      border-radius: 17px;
      border: 1px solid var(--line);
      background: #141318;
    }
    .rights input { width: 21px; height: 21px; accent-color: var(--purple); }
    .rights-copy { color: #d7d2da; font-size: .82rem; line-height: 1.48; }
    .inline-link { border: 0; background: none; padding: 0; color: #d695f5; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
    .hint { margin: 12px 2px 0; color: #716b77; font-size: .74rem; line-height: 1.45; }

    .success-card {
      display: grid;
      place-items: center;
      text-align: center;
      min-height: 420px;
      padding: 35px 15px;
    }
    .success-mark {
      width: 78px; height: 78px; display: grid; place-items: center;
      border-radius: 50%;
      background: var(--purple-soft);
      border: 1px solid rgba(184, 97, 231, .38);
      color: #d99af8;
      font-size: 2rem;
      font-weight: 900;
    }
    .success-card h3 { margin-top: 24px; }
    .success-card p { max-width: 420px; color: var(--muted); line-height: 1.6; }

    .legal-menu { display: grid; gap: 9px; margin-top: 18px; }
    .legal-card {
      border: 1px solid var(--line);
      border-radius: 18px;
      background: #17161b;
      overflow: clip;
    }
    .legal-card summary {
      list-style: none;
      cursor: pointer;
      display: grid;
      grid-template-columns: 34px 1fr auto;
      align-items: center;
      gap: 11px;
      min-height: 70px;
      padding: 11px 15px;
    }
    .legal-card summary::-webkit-details-marker { display: none; }
    .legal-icon {
      width: 34px; height: 34px; display: grid; place-items: center;
      border-radius: 50%; background: var(--purple-soft); color: #d89af7; font-weight: 800;
    }
    .legal-card summary b { display: block; font-size: .9rem; }
    .legal-card summary span { display: block; margin-top: 3px; color: var(--dim); font-size: .74rem; }
    .chevron { color: #706a75; transition: transform .2s ease; }
    details[open] .chevron { transform: rotate(180deg); }
    .legal-content {
      padding: 0 17px 17px 60px;
      color: #b8b2bd;
      font-size: .82rem;
      line-height: 1.58;
    }
    .legal-content ul { margin: 8px 0 0; padding-left: 18px; }
    .legal-content li + li { margin-top: 6px; }
    .legal-note {
      margin-top: 15px;
      padding: 12px 14px;
      border: 1px solid rgba(255, 255, 255, .08);
      border-radius: 14px;
      color: #7f7984;
      font-size: .73rem;
      line-height: 1.45;
    }

    @media (max-width: 720px) {
      .nav { height: 72px; padding: 0 17px; }
      .brand { font-size: 1rem; gap: 7px; }
      .mark { font-size: 1.25rem; }
      .login { display: none; }
      .nav .cta { min-height: 42px; padding: 0 15px; }
      .hero { min-height: 94svh; background-position: 64% center; align-items: flex-end; }
      .hero::before {
        background:
          linear-gradient(0deg, rgba(5, 5, 6, .98) 4%, rgba(5, 5, 6, .66) 60%, rgba(5, 5, 6, .2) 100%),
          linear-gradient(90deg, rgba(5, 5, 6, .55), transparent 75%);
      }
      .hero-copy { margin: 0; width: 100%; padding: 130px 20px 82px; }
      .hero h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
      .hero-copy > p { font-size: 1rem; }
      .buttons { display: grid; grid-template-columns: 1fr; }
      .scroll { display: none; }
      .statement { min-height: 62svh; padding: 88px 20px; }
      .statement h2, .short h2 { font-size: clamp(2.7rem, 14vw, 4.2rem); }
      .product { min-height: 74svh; padding: 60px 10px 100px; }
      .phones { gap: 8px; width: 118%; }
      .phone { width: 31%; border-radius: 17px; }
      .phone.one, .phone.three { transform: translateY(18px); }
      .phone.two { transform: scale(1.06); }
      .producer { min-height: 78svh; padding: 80px 20px 70px; background-position: 72% center; align-items: flex-end; }
      .producer::before { background: linear-gradient(0deg, #070708 2%, rgba(7, 7, 8, .78) 58%, rgba(7, 7, 8, .2)); }
      .producer h2 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
      .short { padding: 95px 20px; }
      footer { grid-template-columns: 1fr; text-align: center; }
      footer > :last-child { justify-self: center; }
      .sheet { max-height: 94svh; border-radius: 27px 27px 0 0; }
      .producer-photo { height: 225px; }
      .micro { grid-template-columns: 1fr; }
      .micro div { min-height: auto; }
      .legal-content { padding-left: 17px; }
    }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
    }
  