 :root {
      --wine-950: #260712;
      --wine-900: #3e091b;
      --wine-800: #5a0d27;
      --wine-700: #7d1235;
      --wine-600: #a61b45;
      --rose-500: #e72b5d;
      --rose-100: #ffe8ef;
      --gold-500: #ffb02e;
      --gold-400: #ffc85a;
      --green-600: #138652;
      --ink-950: #171217;
      --ink-800: #332b32;
      --ink-600: #6e616a;
      --ink-500: #8a7c85;
      --line: #eadfe4;
      --paper: #fffdfd;
      --wash: #fff7f9;
      --white: #fff;
      --shadow-sm: 0 8px 26px rgba(50, 10, 26, .07);
      --shadow-md: 0 18px 55px rgba(50, 10, 26, .14);
      --shadow-lg: 0 30px 90px rgba(23, 4, 12, .28);
      --radius-sm: 12px;
      --radius-md: 20px;
      --radius-lg: 30px;
      --container: 1180px;
    }

    * {
      box-sizing: border-box;
    }

    [hidden] {
      display: none !important;
    }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: 92px;
      max-width: 100%;
      overflow-x: hidden;
      overflow-x: clip;
    }

    body {
      margin: 0;
      max-width: 100%;
      overflow-x: hidden;
      overflow-x: clip;
      color: var(--ink-950);
      background: var(--paper);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      font-size: 16px;
      line-height: 1.65;
      -webkit-font-smoothing: antialiased;
    }

    body.modal-open {
      overflow: hidden;
    }

    img {
      display: block;
      max-width: 100%;
    }

    a {
      color: var(--wine-700);
      text-underline-offset: 3px;
    }

    button,
    a {
      -webkit-tap-highlight-color: transparent;
    }

    button,
    input {
      font: inherit;
    }

    .skip-link {
      position: fixed;
      z-index: 9999;
      top: 10px;
      left: -999px;
      padding: 10px 14px;
      border-radius: 8px;
      color: var(--white);
      background: var(--ink-950);
    }

    .skip-link:focus {
      left: 10px;
    }

    .container {
      width: min(var(--container), calc(100% - 40px));
      margin-inline: auto;
    }

    .site-header {
      position: sticky;
      z-index: 1000;
      top: 0;
      border-bottom: 1px solid rgba(86, 20, 43, .08);
      background: rgba(255, 255, 255, .92);
      box-shadow: 0 4px 24px rgba(50, 10, 26, .04);
      backdrop-filter: blur(18px);
    }

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

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 11px;
      color: var(--ink-950);
      font-size: 1.15rem;
      font-weight: 900;
      letter-spacing: -.02em;
      text-decoration: none;
    }

    .brand img {
      width: 42px;
      height: 42px;
      border-radius: 12px;
      box-shadow: 0 6px 18px rgba(143, 18, 57, .2);
    }

    .brand-word {
      background: linear-gradient(90deg, var(--wine-700), var(--rose-500));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .primary-nav {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .primary-nav a {
      padding: 10px 14px;
      border-radius: 10px;
      color: var(--ink-800);
      font-size: .92rem;
      font-weight: 750;
      text-decoration: none;
      transition: .2s ease;
    }

    .primary-nav a:hover {
      color: var(--wine-700);
      background: var(--rose-100);
    }

    .primary-nav .nav-login {
      margin-left: 5px;
      padding-inline: 18px;
      color: var(--white);
      background: var(--wine-700);
      box-shadow: 0 8px 20px rgba(125, 18, 53, .2);
    }

    .primary-nav .nav-login:hover {
      color: var(--white);
      background: var(--wine-600);
      transform: translateY(-1px);
    }

    .menu-toggle {
      display: none;
      width: 44px;
      height: 44px;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--line);
      border-radius: 12px;
      color: var(--ink-950);
      background: var(--white);
      cursor: pointer;
    }

    .breadcrumb-wrap {
      border-bottom: 1px solid rgba(255,255,255,.08);
      color: rgba(255,255,255,.68);
      background: var(--wine-950);
    }

    .breadcrumb {
      display: flex;
      min-height: 44px;
      align-items: center;
      gap: 8px;
      font-size: .84rem;
    }

    .breadcrumb a {
      color: var(--white);
      font-weight: 700;
    }

    .hero {
      position: relative;
      isolation: isolate;
      overflow: hidden;
      color: var(--white);
      background:
        radial-gradient(circle at 78% 20%, rgba(255, 176, 46, .2), transparent 25%),
        radial-gradient(circle at 12% 90%, rgba(231, 43, 93, .34), transparent 30%),
        linear-gradient(125deg, var(--wine-950) 0%, var(--wine-900) 47%, #8f143e 100%);
    }

    .hero::before,
    .hero::after {
      position: absolute;
      z-index: -1;
      border: 1px solid rgba(255,255,255,.08);
      border-radius: 50%;
      content: "";
    }

    .hero::before {
      top: -260px;
      right: -180px;
      width: 650px;
      height: 650px;
    }

    .hero::after {
      right: 190px;
      bottom: -410px;
      width: 720px;
      height: 720px;
    }

    .hero-grid {
      display: grid;
      min-height: 650px;
      grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr);
      align-items: center;
      gap: 54px;
      padding-block: 66px 72px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 7px 12px;
      border: 1px solid rgba(255,255,255,.2);
      border-radius: 999px;
      color: #ffe1ea;
      background: rgba(255,255,255,.06);
      font-size: .78rem;
      font-weight: 850;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .eyebrow-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--gold-400);
      box-shadow: 0 0 0 5px rgba(255,200,90,.13);
    }

    .hero h1 {
      max-width: 680px;
      margin: 20px 0 18px;
      font-size: clamp(2.65rem, 4.7vw, 4.1rem);
      line-height: 1.04;
      letter-spacing: -.055em;
    }

    .hero h1 .title-accent {
      display: block;
      color: #ffc04a;
    }

    .hero h1 .title-primary {
      display: block;
    }

    .hero-lead {
      max-width: 650px;
      margin: 0;
      color: rgba(255,255,255,.78);
      font-size: 1.08rem;
      line-height: 1.75;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }

    .button {
      display: inline-flex;
      min-height: 54px;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 0 20px;
      border: 0;
      border-radius: 14px;
      font-weight: 850;
      text-decoration: none;
      cursor: pointer;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    }

    .button:hover {
      transform: translateY(-2px);
    }

    .button svg {
      flex: 0 0 auto;
    }

    .button-android {
      color: var(--white);
      background: var(--green-600);
      box-shadow: 0 14px 30px rgba(9, 86, 51, .28);
    }

    .button-android:hover {
      background: #0e7446;
      box-shadow: 0 16px 34px rgba(9, 86, 51, .36);
    }

    .button-ios {
      color: var(--ink-950);
      background: var(--white);
      box-shadow: 0 14px 30px rgba(0,0,0,.18);
    }

    .button-outline {
      color: var(--wine-700);
      background: var(--white);
      box-shadow: inset 0 0 0 1px var(--line);
    }

    .hero-trust {
      display: flex;
      flex-wrap: wrap;
      gap: 8px 18px;
      margin-top: 20px;
      color: rgba(255,255,255,.7);
      font-size: .86rem;
    }

    .hero-trust span {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }

    .check {
      display: inline-grid;
      width: 18px;
      height: 18px;
      place-items: center;
      border-radius: 50%;
      color: var(--wine-900);
      background: var(--gold-400);
      font-size: .7rem;
      font-weight: 1000;
    }

    .device-stage {
      position: relative;
      min-height: 510px;
    }

    .device-glow {
      position: absolute;
      top: 10%;
      right: 3%;
      width: 410px;
      height: 410px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255,177,46,.32), rgba(231,43,93,.08) 48%, transparent 70%);
      filter: blur(4px);
    }

    .phone {
      position: absolute;
      overflow: hidden;
      border: 8px solid #130e12;
      border-radius: 38px;
      background: #101010;
      box-shadow: var(--shadow-lg);
    }

    .phone::before {
      position: absolute;
      z-index: 2;
      top: 8px;
      left: 50%;
      width: 76px;
      height: 19px;
      border-radius: 999px;
      background: #0b080a;
      content: "";
      transform: translateX(-50%);
    }

    .phone img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .phone-main {
      z-index: 3;
      top: 5px;
      right: 28px;
      width: 258px;
      height: 520px;
      transform: rotate(3.5deg);
    }

    .phone-side {
      z-index: 2;
      top: 78px;
      left: 12px;
      width: 218px;
      height: 440px;
      opacity: .96;
      transform: rotate(-7deg);
    }

    .app-badge {
      position: absolute;
      z-index: 5;
      right: 0;
      bottom: 20px;
      display: flex;
      width: 235px;
      align-items: center;
      gap: 12px;
      padding: 13px;
      border: 1px solid rgba(255,255,255,.28);
      border-radius: 18px;
      background: rgba(255,255,255,.92);
      box-shadow: var(--shadow-md);
      backdrop-filter: blur(14px);
    }

    .app-badge img {
      width: 52px;
      height: 52px;
      border-radius: 14px;
    }

    .app-badge strong,
    .app-badge small {
      display: block;
    }

    .app-badge strong {
      color: var(--ink-950);
      font-size: .92rem;
    }

    .app-badge small {
      color: var(--ink-600);
      font-size: .75rem;
    }

    .quick-facts {
      position: relative;
      z-index: 4;
      margin-top: -1px;
      border-bottom: 1px solid var(--line);
      background: var(--white);
      box-shadow: var(--shadow-sm);
    }

    .facts-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
    }

    .fact {
      position: relative;
      padding: 23px 20px;
      text-align: center;
    }

    .fact + .fact::before {
      position: absolute;
      top: 25%;
      bottom: 25%;
      left: 0;
      width: 1px;
      background: var(--line);
      content: "";
    }

    .fact strong,
    .fact span {
      display: block;
    }

    .fact strong {
      color: var(--ink-950);
      font-size: .98rem;
    }

    .fact span {
      margin-top: 2px;
      color: var(--ink-500);
      font-size: .76rem;
      font-weight: 750;
      letter-spacing: .045em;
      text-transform: uppercase;
    }

    .section {
      padding-block: 88px;
    }

    .section-soft {
      background:
        radial-gradient(circle at 8% 8%, rgba(255, 214, 226, .65), transparent 24%),
        radial-gradient(circle at 96% 86%, rgba(255, 228, 188, .55), transparent 23%),
        #fffafb;
    }

    .section-dark {
      color: var(--white);
      background: var(--wine-950);
    }

    .section-head {
      max-width: 760px;
      margin: 0 auto 42px;
      text-align: center;
    }

    .kicker {
      display: inline-block;
      margin-bottom: 9px;
      color: var(--wine-600);
      font-size: .76rem;
      font-weight: 900;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    .section-dark .kicker {
      color: var(--gold-400);
    }

    .section h2 {
      margin: 0;
      color: var(--ink-950);
      font-size: clamp(2rem, 3.5vw, 3rem);
      line-height: 1.12;
      letter-spacing: -.045em;
    }

    .section-dark h2 {
      color: var(--white);
    }

    .section-head p {
      margin: 15px auto 0;
      color: var(--ink-600);
      font-size: 1.04rem;
    }

    .section-dark .section-head p {
      color: rgba(255,255,255,.66);
    }

    .download-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 22px;
    }

    .platform-card {
      position: relative;
      overflow: hidden;
      padding: 30px;
      border: 1px solid var(--line);
      border-radius: var(--radius-md);
      background: var(--white);
      box-shadow: var(--shadow-sm);
      transition: transform .22s ease, box-shadow .22s ease;
    }

    .platform-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow-md);
    }

    .platform-card::after {
      position: absolute;
      right: -60px;
      bottom: -70px;
      width: 180px;
      height: 180px;
      border-radius: 50%;
      background: var(--card-glow, var(--rose-100));
      content: "";
      opacity: .8;
    }

    .platform-card.android {
      --card-glow: #dff7eb;
    }

    .platform-card.ios {
      --card-glow: #e9e7ea;
    }

    .platform-top {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      gap: 16px;
    }

    .platform-icon {
      display: grid;
      width: 58px;
      height: 58px;
      flex: 0 0 auto;
      place-items: center;
      border-radius: 16px;
      color: var(--white);
      background: var(--green-600);
    }

    .ios .platform-icon {
      background: var(--ink-950);
    }

    .platform-card h3 {
      margin: 0;
      color: var(--ink-950);
      font-size: 1.35rem;
      line-height: 1.25;
    }

    .platform-card .platform-meta {
      margin: 3px 0 0;
      color: var(--ink-500);
      font-size: .85rem;
    }

    .platform-card > p {
      position: relative;
      z-index: 1;
      min-height: 76px;
      margin: 22px 0;
      color: var(--ink-600);
    }

    .platform-card .button {
      position: relative;
      z-index: 1;
    }

    .safety-bar {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr) auto;
      align-items: center;
      gap: 18px;
      margin-top: 22px;
      padding: 20px 22px;
      border: 1px solid #f0d6df;
      border-radius: 16px;
      background: #fff8fa;
    }

    .safety-icon {
      display: grid;
      width: 48px;
      height: 48px;
      place-items: center;
      border-radius: 14px;
      color: var(--wine-700);
      background: var(--rose-100);
    }

    .safety-bar strong,
    .safety-bar span {
      display: block;
    }

    .safety-bar span {
      color: var(--ink-600);
      font-size: .9rem;
    }

    .safety-bar code {
      max-width: 360px;
      overflow: hidden;
      padding: 8px 10px;
      border: 1px solid var(--line);
      border-radius: 8px;
      color: var(--wine-700);
      background: var(--white);
      font-size: .73rem;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .steps {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
      counter-reset: step;
    }

    .step {
      position: relative;
      min-height: 240px;
      padding: 28px 24px;
      border: 1px solid var(--line);
      border-radius: var(--radius-md);
      background: var(--white);
      box-shadow: var(--shadow-sm);
      counter-increment: step;
    }

    .step::before {
      display: grid;
      width: 42px;
      height: 42px;
      margin-bottom: 22px;
      place-items: center;
      border-radius: 13px;
      color: var(--white);
      background: linear-gradient(135deg, var(--wine-700), var(--rose-500));
      box-shadow: 0 10px 22px rgba(166,27,69,.2);
      content: counter(step, decimal-leading-zero);
      font-size: .82rem;
      font-weight: 900;
    }

    .step h3 {
      margin: 0 0 8px;
      color: var(--ink-950);
      font-size: 1.16rem;
      line-height: 1.35;
    }

    .step p {
      margin: 0;
      color: var(--ink-600);
      font-size: .93rem;
    }

    .ios-note {
      display: flex;
      align-items: flex-start;
      gap: 13px;
      margin-top: 22px;
      padding: 18px 20px;
      border-left: 4px solid var(--gold-500);
      border-radius: 12px;
      color: #4a3514;
      background: #fff8e7;
      font-size: .92rem;
    }

    .details-layout {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .content-card {
      position: relative;
      padding: 26px;
      border: 1px solid var(--line);
      border-radius: var(--radius-md);
      background: var(--white);
      box-shadow: var(--shadow-sm);
    }

    .content-card.featured {
      color: var(--white);
      background:
        radial-gradient(circle at 100% 0, rgba(255,176,46,.24), transparent 35%),
        linear-gradient(135deg, var(--wine-950), var(--wine-700));
    }

    .card-icon {
      display: grid;
      width: 44px;
      height: 44px;
      margin-bottom: 18px;
      place-items: center;
      border-radius: 13px;
      color: var(--wine-700);
      background: var(--rose-100);
    }

    .featured .card-icon {
      color: var(--gold-400);
      background: rgba(255,255,255,.1);
    }

    .content-card h3 {
      margin: 0 0 10px;
      color: var(--ink-950);
      font-size: 1.22rem;
      line-height: 1.35;
    }

    .content-card.featured h3 {
      color: var(--white);
    }

    .content-card p {
      margin: 0;
      color: var(--ink-600);
      font-size: .91rem;
    }

    .content-card.featured p {
      color: rgba(255,255,255,.7);
    }

    .requirement-list {
      display: grid;
      gap: 10px;
      margin: 16px 0 0;
      padding: 0;
      list-style: none;
    }

    .requirement-list li {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      color: var(--ink-600);
      font-size: .87rem;
    }

    .requirement-list .check {
      width: 17px;
      height: 17px;
      margin-top: 3px;
      color: var(--white);
      background: var(--wine-600);
    }

    .gallery {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      align-items: center;
      gap: 16px;
    }

    .shot {
      position: relative;
      margin: 0;
      padding: 7px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 24px;
      background: #0e090d;
      box-shadow: 0 18px 50px rgba(0,0,0,.28);
      cursor: zoom-in;
      transition: transform .25s ease, border-color .25s ease;
    }

    .shot:nth-child(2),
    .shot:nth-child(4) {
      transform: translateY(28px);
    }

    .shot:hover {
      z-index: 2;
      border-color: rgba(255,200,90,.6);
      transform: translateY(-7px) scale(1.025);
    }

    .shot:nth-child(2):hover,
    .shot:nth-child(4):hover {
      transform: translateY(20px) scale(1.025);
    }

    .shot img {
      width: 100%;
      aspect-ratio: 390 / 844;
      border-radius: 18px;
      object-fit: cover;
    }

    .shot figcaption {
      padding: 10px 4px 5px;
      color: rgba(255,255,255,.67);
      font-size: .72rem;
      text-align: center;
    }

    .compare-grid {
      display: grid;
      grid-template-columns: .8fr 1.2fr;
      align-items: start;
      gap: 42px;
    }

    .compare-copy h2 {
      margin-bottom: 18px;
    }

    .compare-copy p {
      color: var(--ink-600);
    }

    .mini-points {
      display: grid;
      gap: 11px;
      margin-top: 24px;
    }

    .mini-point {
      display: flex;
      align-items: center;
      gap: 10px;
      color: var(--ink-800);
      font-weight: 750;
    }

    .compare-table-wrap {
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius-md);
      background: var(--white);
      box-shadow: var(--shadow-sm);
    }

    .compare-table {
      width: 100%;
      border-collapse: collapse;
    }

    .compare-table tr + tr {
      border-top: 1px solid var(--line);
    }

    .compare-table th,
    .compare-table td {
      padding: 16px 18px;
      color: var(--ink-600);
      font-size: .88rem;
      text-align: left;
      vertical-align: top;
    }

    .compare-table th + th,
    .compare-table td + td {
      border-left: 1px solid var(--line);
    }

    .compare-table thead {
      background: #f9f3f5;
    }

    .compare-table thead th {
      color: var(--ink-950);
      font-weight: 850;
    }

    .compare-table tbody th {
      color: var(--ink-950);
      font-weight: 800;
    }

    .trouble-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .trouble-card {
      padding: 24px;
      border: 1px solid var(--line);
      border-radius: 18px;
      background: var(--white);
      box-shadow: var(--shadow-sm);
    }

    .trouble-card svg {
      margin-bottom: 15px;
      color: var(--wine-600);
    }

    .trouble-card h3 {
      margin: 0 0 8px;
      color: var(--ink-950);
      font-size: 1.08rem;
    }

    .trouble-card p {
      margin: 0;
      color: var(--ink-600);
      font-size: .9rem;
    }

    .trust-panel {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 30px;
      padding: 36px;
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      background: var(--white);
      box-shadow: var(--shadow-md);
    }

    .trust-panel h2 {
      font-size: clamp(1.9rem, 3vw, 2.55rem);
    }

    .trust-panel p {
      color: var(--ink-600);
    }

    .security-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .security-item {
      display: flex;
      min-height: 88px;
      align-items: flex-start;
      gap: 11px;
      padding: 16px;
      border-radius: 14px;
      background: #faf6f8;
    }

    .security-item .check {
      margin-top: 2px;
      color: var(--white);
      background: var(--wine-600);
    }

    .security-item span {
      color: var(--ink-800);
      font-size: .87rem;
      font-weight: 700;
    }

    .faq-layout {
      display: grid;
      grid-template-columns: .72fr 1.28fr;
      align-items: start;
      gap: 52px;
    }

    .faq-intro {
      position: sticky;
      top: 110px;
    }

    .faq-intro h2 {
      margin-bottom: 16px;
    }

    .faq-intro p {
      color: var(--ink-600);
    }

    .faq-list {
      display: grid;
      gap: 11px;
    }

    .faq-item {
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 15px;
      background: var(--white);
      box-shadow: 0 5px 18px rgba(50, 10, 26, .04);
    }

    .faq-item summary {
      position: relative;
      padding: 19px 56px 19px 20px;
      color: var(--ink-950);
      font-weight: 820;
      line-height: 1.4;
      list-style: none;
      cursor: pointer;
    }

    .faq-item summary::-webkit-details-marker {
      display: none;
    }

    .faq-item summary::after {
      position: absolute;
      top: 50%;
      right: 18px;
      display: grid;
      width: 27px;
      height: 27px;
      place-items: center;
      border-radius: 8px;
      color: var(--wine-700);
      background: var(--rose-100);
      content: "+";
      font-size: 1.15rem;
      transform: translateY(-50%);
    }

    .faq-item[open] summary::after {
      content: "−";
    }

    .faq-answer {
      padding: 0 20px 19px;
      color: var(--ink-600);
      font-size: .93rem;
    }

    .faq-answer p {
      margin: 0;
    }

    .responsible {
      position: relative;
      overflow: hidden;
      padding: 44px;
      border-radius: var(--radius-lg);
      color: var(--white);
      background:
        radial-gradient(circle at 90% 0, rgba(255,176,46,.24), transparent 30%),
        linear-gradient(120deg, var(--wine-950), var(--wine-700));
      box-shadow: var(--shadow-lg);
    }

    .responsible::after {
      position: absolute;
      right: -100px;
      bottom: -140px;
      width: 330px;
      height: 330px;
      border: 1px solid rgba(255,255,255,.11);
      border-radius: 50%;
      content: "";
    }

    .responsible h2 {
      color: var(--white);
      font-size: clamp(1.9rem, 3vw, 2.6rem);
    }

    .responsible p {
      position: relative;
      z-index: 1;
      max-width: 820px;
      margin-bottom: 0;
      color: rgba(255,255,255,.72);
    }

    .site-footer {
      padding: 58px 0 28px;
      color: rgba(255,255,255,.64);
      background: #17070d;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 40px;
    }

    .footer-brand .brand {
      color: var(--white);
    }

    .footer-brand p {
      max-width: 520px;
      margin: 16px 0 0;
      font-size: .9rem;
    }

    .footer-links {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 8px 24px;
    }

    .footer-links a {
      color: rgba(255,255,255,.78);
      font-size: .9rem;
      text-decoration: none;
    }

    .footer-links a:hover {
      color: var(--gold-400);
    }

    .footer-bottom {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      margin-top: 38px;
      padding-top: 22px;
      border-top: 1px solid rgba(255,255,255,.1);
      font-size: .78rem;
    }

    .pwa-fab {
      position: fixed;
      z-index: 1100;
      right: 22px;
      bottom: max(22px, env(safe-area-inset-bottom));
      display: inline-flex;
      min-height: 52px;
      align-items: center;
      gap: 10px;
      padding: 0 17px;
      border: 1px solid rgba(255,255,255,.28);
      border-radius: 999px;
      color: var(--white);
      background: linear-gradient(105deg, var(--wine-700), var(--rose-500));
      box-shadow: 0 16px 42px rgba(93, 8, 38, .35);
      font-size: .86rem;
      font-weight: 850;
      cursor: pointer;
      transition: transform .2s ease, box-shadow .2s ease;
    }

    .pwa-fab:hover {
      transform: translateY(-3px);
      box-shadow: 0 19px 48px rgba(93, 8, 38, .44);
    }

    .pwa-modal {
      position: fixed;
      z-index: 2000;
      inset: 0;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 20px;
      background: rgba(20, 5, 12, .74);
      backdrop-filter: blur(12px);
    }

    .pwa-modal.active {
      display: flex;
    }

    .pwa-dialog {
      position: relative;
      width: min(470px, 100%);
      overflow: hidden;
      padding: 30px;
      border: 1px solid rgba(255,255,255,.55);
      border-radius: 26px;
      background:
        radial-gradient(circle at 100% 0, rgba(255,176,46,.2), transparent 34%),
        var(--white);
      box-shadow: 0 32px 90px rgba(0,0,0,.38);
    }

    .pwa-dialog::before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 5px;
      background: linear-gradient(var(--rose-500), var(--gold-500));
      content: "";
    }

    .modal-close {
      position: absolute;
      top: 15px;
      right: 15px;
      display: grid;
      width: 38px;
      height: 38px;
      place-items: center;
      border: 0;
      border-radius: 50%;
      color: var(--ink-600);
      background: #f5eff2;
      cursor: pointer;
    }

    .pwa-title-row {
      display: flex;
      align-items: center;
      gap: 14px;
      padding-right: 35px;
    }

    .pwa-title-row img {
      width: 58px;
      height: 58px;
      border-radius: 16px;
      box-shadow: var(--shadow-sm);
    }

    .pwa-dialog h2 {
      margin: 0;
      color: var(--ink-950);
      font-size: 1.55rem;
      line-height: 1.15;
      letter-spacing: -.03em;
    }

    .pwa-dialog .pwa-subtitle {
      margin: 5px 0 0;
      color: var(--ink-600);
      font-size: .88rem;
    }

    .pwa-benefits {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 9px;
      margin: 22px 0;
    }

    .pwa-benefit {
      padding: 12px 10px;
      border: 1px solid var(--line);
      border-radius: 12px;
      color: var(--ink-600);
      background: #fffafb;
      font-size: .72rem;
    }

    .pwa-benefit strong {
      display: block;
      margin-bottom: 3px;
      color: var(--wine-700);
      font-size: .8rem;
    }

    .pwa-guide {
      display: none;
      margin: 0 0 18px;
      padding: 13px 15px;
      border-radius: 12px;
      color: var(--ink-800);
      background: #fff5df;
      font-size: .84rem;
    }

    .pwa-guide.active {
      display: block;
    }

    .pwa-actions {
      display: grid;
      grid-template-columns: .72fr 1.28fr;
      gap: 10px;
    }

    .pwa-actions .button {
      width: 100%;
      min-height: 50px;
    }

    .pwa-cancel {
      color: var(--ink-600);
      background: #f4eff1;
    }

    .pwa-install {
      color: var(--white);
      background: linear-gradient(105deg, var(--rose-500), #ff7b22);
      box-shadow: 0 12px 25px rgba(231,43,93,.25);
    }

    .lightbox {
      position: fixed;
      z-index: 2100;
      inset: 0;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 24px;
      background: rgba(12, 3, 8, .93);
      backdrop-filter: blur(12px);
    }

    .lightbox.active {
      display: flex;
    }

    .lightbox img {
      max-width: min(390px, 90vw);
      max-height: 86vh;
      border: 7px solid #21171c;
      border-radius: 26px;
      box-shadow: 0 30px 90px rgba(0,0,0,.5);
    }

    .lightbox-close {
      position: absolute;
      top: 18px;
      right: 18px;
      display: grid;
      width: 44px;
      height: 44px;
      place-items: center;
      border: 1px solid rgba(255,255,255,.2);
      border-radius: 50%;
      color: var(--white);
      background: rgba(255,255,255,.1);
      cursor: pointer;
    }

    @media (max-width: 1040px) {
      .hero-grid {
        grid-template-columns: minmax(0, 1fr) 410px;
        gap: 30px;
      }

      .device-stage {
        transform: scale(.9);
        transform-origin: center right;
      }

      .gallery {
        gap: 10px;
      }
    }

    @media (max-width: 860px) {
      .primary-nav {
        position: absolute;
        top: calc(100% + 1px);
        right: 20px;
        left: 20px;
        display: none;
        padding: 12px;
        border: 1px solid var(--line);
        border-radius: 16px;
        background: var(--white);
        box-shadow: var(--shadow-md);
      }

      .primary-nav.open {
        display: grid;
      }

      .primary-nav a,
      .primary-nav .nav-login {
        margin: 0;
        text-align: center;
      }

      .menu-toggle {
        display: inline-flex;
      }

      .hero-grid {
        min-height: 0;
        grid-template-columns: 1fr;
        padding-block: 54px 64px;
        text-align: center;
      }

      .hero h1,
      .hero-lead {
        margin-inline: auto;
      }

      .hero-actions,
      .hero-trust {
        justify-content: center;
      }

      .device-stage {
        width: 480px;
        max-width: 100%;
        min-height: 500px;
        margin-inline: auto;
        transform: none;
      }

      .facts-grid {
        grid-template-columns: repeat(3, 1fr);
      }

      .fact:nth-child(4),
      .fact:nth-child(5) {
        border-top: 1px solid var(--line);
      }

      .fact:nth-child(4)::before {
        display: none;
      }

      .steps,
      .trouble-grid,
      .details-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .gallery {
        grid-template-columns: repeat(3, 1fr);
      }

      .shot:nth-child(2),
      .shot:nth-child(4) {
        transform: none;
      }

      .compare-grid,
      .trust-panel,
      .faq-layout,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .faq-intro {
        position: static;
      }
    }

    @media (max-width: 640px) {
      .container {
        width: min(100% - 28px, var(--container));
      }

      .nav-shell {
        min-height: 66px;
      }

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

      .breadcrumb {
        min-height: 40px;
      }

      .hero-grid {
        gap: 26px;
        padding-block: 34px 38px;
      }

      .hero h1 {
        max-width: 100%;
        margin: 15px auto 16px;
        font-size: clamp(2.05rem, 8.9vw, 2.4rem);
        line-height: 1.08;
        letter-spacing: -.045em;
        text-wrap: balance;
      }

      .hero h1 .title-primary {
        white-space: nowrap;
      }

      .hero h1 .title-accent {
        max-width: 360px;
        margin: 5px auto 0;
      }

      .hero-lead {
        max-width: 390px;
        font-size: .94rem;
        line-height: 1.68;
        overflow-wrap: anywhere;
      }

      .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
      }

      .button {
        width: 100%;
      }

      .hero-trust {
        display: grid;
        justify-content: start;
        max-width: 300px;
        margin-inline: auto;
        text-align: left;
      }

      .device-stage {
        width: 100%;
        min-height: 338px;
        margin: 2px auto -8px;
        overflow: hidden;
        transform: none;
      }

      .device-glow {
        top: 0;
        right: 50%;
        width: 310px;
        height: 310px;
        transform: translateX(50%);
      }

      .phone {
        border-width: 5px;
        border-radius: 27px;
      }

      .phone::before {
        top: 5px;
        width: 50px;
        height: 13px;
      }

      .phone-main {
        top: 2px;
        right: max(13px, 5vw);
        width: 168px;
        height: 339px;
        transform: rotate(3deg);
      }

      .phone-side {
        top: 45px;
        left: max(16px, 6vw);
        width: 144px;
        height: 290px;
        transform: rotate(-6deg);
      }

      .app-badge {
        right: 6px;
        bottom: 17px;
        width: 184px;
        gap: 9px;
        padding: 9px;
        border-radius: 14px;
      }

      .app-badge img {
        width: 42px;
        height: 42px;
        border-radius: 11px;
      }

      .app-badge strong {
        font-size: .78rem;
      }

      .app-badge small {
        font-size: .67rem;
      }

      .facts-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .fact {
        padding: 18px 12px;
      }

      .fact:nth-child(3),
      .fact:nth-child(5) {
        border-top: 1px solid var(--line);
      }

      .fact:nth-child(3)::before,
      .fact:nth-child(5)::before {
        display: none;
      }

      .fact:nth-child(4) {
        border-top: 1px solid var(--line);
      }

      .section {
        padding-block: 66px;
      }

      .section-head {
        margin-bottom: 30px;
      }

      .section h2 {
        font-size: 2.05rem;
      }

      .download-grid,
      .steps,
      .trouble-grid,
      .details-layout,
      .security-list {
        grid-template-columns: 1fr;
      }

      .platform-card {
        padding: 23px;
      }

      .platform-card > p {
        min-height: 0;
      }

      .safety-bar {
        grid-template-columns: auto 1fr;
      }

      .safety-bar code {
        grid-column: 1 / -1;
        max-width: 100%;
      }

      .step {
        min-height: 0;
      }

      .gallery {
        display: flex;
        margin-right: -14px;
        padding: 8px 14px 20px 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
      }

      .shot {
        min-width: 64vw;
        scroll-snap-align: start;
      }

      .compare-table-wrap {
        overflow-x: auto;
      }

      .compare-table {
        min-width: 650px;
      }

      .trust-panel {
        padding: 25px;
      }

      .responsible {
        padding: 30px 24px;
      }

      .footer-links {
        grid-template-columns: 1fr;
      }

      .footer-bottom {
        display: grid;
      }

      .pwa-fab {
        right: auto;
        left: 14px;
        bottom: max(14px, env(safe-area-inset-bottom));
        width: 52px;
        padding: 0;
        justify-content: center;
      }

      .pwa-fab span {
        display: none;
      }

      .pwa-dialog {
        padding: 25px 22px 22px;
      }

      .pwa-benefits {
        grid-template-columns: 1fr;
      }

      .pwa-actions {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 360px) {
      .container {
        width: calc(100% - 24px);
      }

      .brand-word {
        font-size: 1rem;
      }

      .hero h1 {
        font-size: clamp(1.9rem, 9.5vw, 2.08rem);
      }

      .hero h1 .title-primary {
        white-space: normal;
      }

      .hero-lead {
        font-size: .9rem;
      }

      .phone-main {
        right: 3px;
      }

      .phone-side {
        left: 3px;
      }

      .app-badge {
        right: 0;
        width: 170px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      html {
        scroll-behavior: auto;
      }

      *,
      *::before,
      *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
      }
    }