:root {
      --bg: #040914;
      --bg-2: #071223;
      --line: rgba(73, 132, 255, 0.22);
      --line-2: rgba(114, 180, 255, 0.14);
      --card: rgba(7, 18, 36, 0.84);
      --card-2: rgba(10, 24, 45, 0.94);
      --glass-bg: rgba(10, 22, 44, 0.48);
      --glass-bg-strong: rgba(9, 21, 41, 0.62);
      --glass-highlight: rgba(255,255,255,0.14);
      --glass-border: rgba(146, 204, 255, 0.18);
      --text: #f4f7ff;
      --muted: #9db4dc;
      --blue: #56a6ff;
      --blue-2: #2f6dff;
      --cyan: #2af0ff;
      --green: #68f5b7;
      --violet: #c58aff;
      --orange: #ff9f1c;
      --orange-2: #ff6b00;
      --gold: #ffe08a;
      --glow: 0 0 0 1px rgba(103, 171, 255, 0.18), 0 16px 40px rgba(5, 10, 22, 0.52), 0 0 28px rgba(41, 109, 255, 0.14);
      --radius-xl: 34px;
      --radius-lg: 26px;
      --radius-md: 20px;
      --radius-sm: 16px;
      --max: 1320px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--text);
      font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background:
        radial-gradient(circle at 20% 16%, rgba(30, 96, 255, 0.26), transparent 24%),
        radial-gradient(circle at 85% 8%, rgba(42, 240, 255, 0.18), transparent 18%),
        radial-gradient(circle at 86% 86%, rgba(59, 101, 255, 0.22), transparent 22%),
        linear-gradient(180deg, #030710 0%, #040b16 40%, #06111f 100%);
      min-height: 100vh;
      overflow-x: hidden;
    }



    html {
      scrollbar-width: thin;
      scrollbar-color: rgba(255, 159, 28, 0.78) rgba(4, 12, 26, 0.78);
    }
    body::-webkit-scrollbar { width: 10px; height: 10px; }
    body::-webkit-scrollbar-track {
      background: linear-gradient(180deg, rgba(4, 12, 26, 0.92), rgba(7, 18, 35, 0.92));
    }
    body::-webkit-scrollbar-thumb {
      background: linear-gradient(180deg, #ffe08a, #ff9f1c 52%, #ff6b00);
      border-radius: 999px;
      border: 2px solid rgba(4, 12, 26, 0.92);
      box-shadow: 0 0 16px rgba(255, 143, 31, 0.34);
    }
    body::-webkit-scrollbar-thumb:hover {
      background: linear-gradient(180deg, #fff1bd, #ffad2d 52%, #ff7913);
    }

    body::before,
    body::after {
      content: "";
      position: fixed;
      inset: auto;
      border-radius: 50%;
      pointer-events: none;
      filter: blur(72px);
      opacity: 0.55;
      z-index: 0;
    }

    body::before {
      width: 420px;
      height: 420px;
      top: -160px;
      left: -80px;
      background: rgba(37, 107, 255, 0.32);
    }

    body::after {
      width: 420px;
      height: 420px;
      right: -120px;
      bottom: -140px;
      background: rgba(14, 82, 255, 0.28);
    }

    a { color: inherit; text-decoration: none; }
    .page {
      position: relative;
      z-index: 1;
      isolation: isolate;
    }
    .page::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: -1;
      opacity: 0.17;
      background-image:
        linear-gradient(rgba(129, 178, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(129, 178, 255, 0.08) 1px, transparent 1px);
      background-size: 58px 58px;
      mask-image: radial-gradient(circle at center, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.78) 40%, transparent 82%);
    }
    .page::after {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: -1;
      background:
        linear-gradient(120deg, transparent 0%, rgba(111, 175, 255, 0.05) 34%, transparent 60%),
        linear-gradient(300deg, transparent 0%, rgba(42, 240, 255, 0.04) 26%, transparent 54%);
    }

    .floating-shape {
      position: fixed;
      pointer-events: none;
      z-index: 0;
      opacity: 0.5;
      filter: blur(0.4px);
      animation: floatShape 14s ease-in-out infinite;
      transform-style: preserve-3d;
    }
    .shape-a {
      width: 260px;
      height: 260px;
      top: 120px;
      right: 9%;
      border-radius: 32% 68% 63% 37% / 42% 44% 56% 58%;
      background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.12), rgba(93, 163, 255, 0.24) 42%, rgba(22, 62, 155, 0.08) 72%, transparent 100%);
      border: 1px solid rgba(175, 216, 255, 0.12);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 18px 42px rgba(1, 8, 21, 0.3);
      backdrop-filter: blur(18px);
      animation-delay: -2s;
    }
    .shape-b {
      width: 184px;
      height: 184px;
      left: 5%;
      top: 52%;
      clip-path: polygon(50% 0%, 100% 36%, 82% 100%, 18% 100%, 0% 36%);
      background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(124, 103, 255, 0.16));
      border: 1px solid rgba(191, 202, 255, 0.12);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 18px 42px rgba(4, 10, 26, 0.3);
      backdrop-filter: blur(18px);
      animation-duration: 17s;
      animation-delay: -6s;
    }
    .shape-c {
      width: 220px;
      height: 220px;
      right: 14%;
      bottom: 9%;
      border-radius: 38px;
      transform: rotate(24deg);
      background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(33, 207, 255, 0.12));
      border: 1px solid rgba(174, 239, 255, 0.12);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 18px 42px rgba(1, 8, 21, 0.28);
      backdrop-filter: blur(18px);
      animation-duration: 19s;
      animation-delay: -9s;
    }
    .shape-d {
      width: 180px;
      height: 180px;
      right: 23%;
      bottom: 18%;
      border-radius: 999px;
      background: radial-gradient(circle at 35% 35%, rgba(104, 237, 255, 0.20), rgba(104, 237, 255, 0.02) 58%, rgba(104, 237, 255, 0) 72%);
      border: 1px solid rgba(163, 242, 255, 0.14);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 18px 40px rgba(1, 8, 21, 0.22);
      animation-duration: 17s;
      animation-delay: -6s;
    }
    .glass-orb {
      position: fixed;
      pointer-events: none;
      z-index: 0;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.18);
      background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.34), rgba(255,255,255,0.08) 48%, rgba(72, 109, 210, 0.05) 72%, rgba(72, 109, 210, 0) 100%);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.32), 0 26px 80px rgba(42, 84, 180, 0.08);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      opacity: 0.8;
      animation: floatShape 17s ease-in-out infinite;
    }
    .orb-a {
      width: 180px;
      height: 180px;
      top: 18%;
      right: 9%;
    }
    .orb-b {
      width: 126px;
      height: 126px;
      bottom: 16%;
      left: 9%;
      animation-direction: reverse;
      animation-duration: 14s;
    }

    @keyframes floatShape {
      0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
      50% { transform: translate3d(0, -18px, 0) rotate(4deg); }
    }
    .shell { width: min(calc(100% - 30px), var(--max)); margin: 0 auto; }

    .nav {
      position: sticky;
      top: 0;
      z-index: 20;
      backdrop-filter: blur(18px);
      background: rgba(2, 8, 18, 0.76);
      border-bottom: 1px solid rgba(92, 148, 255, 0.12);
    }

    .nav-inner {
      width: min(calc(100% - 30px), var(--max));
      margin: 0 auto;
      padding: 14px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .brand { display: flex; align-items: center; gap: 14px; min-width: 0; }
    .brand svg { width: 54px; height: 54px; flex: 0 0 auto; }
    .brand-copy strong {
      display: block;
      font-size: 1.12rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }
    .brand-copy span {
      display: block;
      color: var(--muted);
      font-size: 0.92rem;
    }

    .nav-links { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
    .nav-links a {
      padding: 11px 15px;
      border-radius: 999px;
      color: var(--muted);
      transition: 0.2s ease;
      font-size: 0.95rem;
    }
    .nav-links a:hover { background: rgba(86, 166, 255, 0.08); color: var(--text); }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border-radius: 999px;
      padding: 15px 22px;
      border: 1px solid rgba(109, 171, 255, 0.22);
      font-weight: 700;
      letter-spacing: 0.01em;
      transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
      white-space: nowrap;
      cursor: pointer;
    }
    .btn:hover { transform: translateY(-2px); }
    .btn-primary {
      color: #281400;
      background: linear-gradient(135deg, #ffe08a 0%, #ff9f1c 52%, #ff6b00 100%);
      border-color: rgba(255, 226, 154, 0.66);
      box-shadow: 0 16px 36px rgba(255, 143, 31, 0.34), inset 0 1px 0 rgba(255,255,255,0.42);
    }
    .btn-secondary {
      color: var(--text);
      background: linear-gradient(180deg, rgba(7, 21, 41, 0.88), rgba(8, 18, 35, 0.92));
      box-shadow: inset 0 1px 0 rgba(147, 193, 255, 0.12), 0 12px 24px rgba(0,0,0,0.24);
    }
    .hero-actions .btn-secondary { border-color: rgba(109, 171, 255, 0.24); }

    .payment-autorenew-card {
      border: 1px solid rgba(42, 240, 255, 0.28);
      border-radius: 22px;
      padding: 16px;
      background: linear-gradient(135deg, rgba(42, 240, 255, 0.12), rgba(255, 159, 28, 0.10)), rgba(9, 22, 44, 0.72);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 16px 42px rgba(0,0,0,.18);
    }
    .payment-autorenew-line {
      display: grid;
      grid-template-columns: minmax(0,1fr) auto auto;
      gap: 12px;
      align-items: center;
      cursor: pointer;
    }
    .payment-autorenew-title { display:flex; flex-direction:column; gap:3px; min-width:0; order:1; }
    .payment-autorenew-title b { color:#fff; font-size:15px; }
    .payment-autorenew-title small { color:#b6c8e8; line-height:1.35; }
    .payment-autorenew-line input {
      width: 24px;
      height: 24px;
      accent-color: #2af0ff;
      justify-self:end;
      order:2;
      margin:0;
    }
    .payment-autorenew-pill {
      order:3;
      display: inline-flex;
      align-items:center;
      justify-content:center;
      min-height:30px;
      border-radius:999px;
      padding: 6px 10px;
      color:#091628;
      font-weight:900;
      font-size:12px;
      background: linear-gradient(135deg,#d9fbff,#2af0ff 55%,#ffcf70);
      white-space:nowrap;
    }
    .payment-autorenew-card .payment-field-hint {
      margin-top: 12px;
      color: #c7d7f2;
      line-height: 1.5;
      font-size: 13px;
    }

    .hero { padding: 50px 0 26px; }
    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
      gap: 26px;
      align-items: center;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 10px 16px;
      border-radius: 999px;
      background: rgba(14, 31, 62, 0.84);
      border: 1px solid rgba(90, 146, 255, 0.18);
      box-shadow: var(--glow);
      margin-bottom: 20px;
      color: #dfeeff;
      font-size: 0.92rem;
    }
    .eyebrow::before {
      content: "";
      width: 10px; height: 10px; border-radius: 50%;
      background: linear-gradient(180deg, var(--cyan), var(--blue));
      box-shadow: 0 0 14px rgba(42, 240, 255, 0.68);
    }

    h1 {
      margin: 0;
      font-size: clamp(3rem, 6vw, 6rem);
      line-height: 0.92;
      letter-spacing: -0.06em;
      text-transform: uppercase;
    }
    h1 .accent {
      color: var(--orange);
      text-shadow: 0 0 26px rgba(255, 159, 28, 0.55), 0 0 54px rgba(255, 107, 0, 0.22);
    }

    .hero-subtitle {
      margin: 18px 0 0;
      font-size: clamp(1.18rem, 1.8vw, 1.55rem);
      line-height: 1.45;
      color: #e8f2ff;
      max-width: 680px;
    }
    .hero-subtitle b { color: #6fb8ff; }

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

    .tag-grid {
      margin-top: 24px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
      gap: 14px;
      max-width: 860px;
    }

    .tag-card {
      position: relative;
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 16px 16px;
      min-height: 96px;
      border-radius: 22px;
      overflow: hidden;
      background:
        linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03)),
        linear-gradient(180deg, rgba(10, 22, 44, 0.74), rgba(7, 18, 35, 0.56));
      border: 1px solid rgba(146, 204, 255, 0.18);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 18px 40px rgba(5, 10, 22, 0.32), 0 0 22px rgba(41, 109, 255, 0.12);
      backdrop-filter: blur(18px) saturate(140%);
      transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
    }
    .tag-card:hover {
      transform: translateY(-3px);
      border-color: rgba(126, 198, 255, 0.28);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), 0 22px 46px rgba(5,10,22,0.36), 0 0 30px rgba(41,109,255,0.18);
    }
    .tag-card::after {
      content: "";
      position: absolute;
      inset: auto -30px -46px auto;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(42,240,255,0.18), rgba(42,240,255,0) 68%);
      pointer-events: none;
    }

    .tag-icon {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      position: relative;
      flex: 0 0 auto;
      animation: badgeFloat 6.5s ease-in-out infinite;
      filter: drop-shadow(0 10px 20px rgba(46, 122, 255, 0.22));
    }
    .tag-icon-core,
    .tag-icon-ring,
    .tag-icon-glyph,
    .tag-orbit-dot {
      position: absolute;
      inset: 0;
      border-radius: 50%;
    }
    .tag-icon-core {
      inset: 8px;
      background: radial-gradient(circle at 32% 28%, rgba(255,255,255,0.96), rgba(165,222,255,0.72) 18%, rgba(75,134,255,0.92) 48%, rgba(17,34,82,0.98) 92%);
      box-shadow: inset 0 2px 10px rgba(255,255,255,0.34), inset 0 -10px 18px rgba(18,34,82,0.4);
    }
    .tag-icon-ring {
      border: 1px solid rgba(255,255,255,0.42);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
      animation: badgeSpin 9s linear infinite;
    }
    .tag-icon-ring::before,
    .tag-icon-ring::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      background: rgba(255,255,255,0.72);
      box-shadow: 0 0 10px rgba(255,255,255,0.48);
    }
    .tag-icon-ring::before { width: 7px; height: 7px; top: 4px; left: 24px; }
    .tag-icon-ring::after { width: 5px; height: 5px; bottom: 7px; right: 9px; }
    .tag-icon-glyph {
      inset: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2;
    }
    .tag-icon-glyph svg {
      width: 100%;
      height: 100%;
      display: block;
      fill: none;
      stroke: #fff;
      stroke-width: 1.9;
      stroke-linecap: round;
      stroke-linejoin: round;
      filter: drop-shadow(0 0 10px rgba(255,255,255,0.35));
    }
    .tag-orbit-dot {
      inset: auto auto 6px 6px;
      width: 12px;
      height: 12px;
      background: radial-gradient(circle at 35% 35%, rgba(255,255,255,0.96), rgba(42,240,255,0.82) 55%, rgba(42,240,255,0.08) 100%);
      box-shadow: 0 0 14px rgba(42,240,255,0.55);
      animation: badgePulse 2.8s ease-in-out infinite;
      z-index: 3;
    }
    .tag-icon.icon-wallet .tag-icon-core { background: radial-gradient(circle at 30% 28%, rgba(255,255,255,0.98), rgba(185,255,224,0.7) 18%, rgba(60,180,145,0.9) 48%, rgba(15,42,44,0.96) 92%); }
    .tag-icon.icon-target .tag-icon-core { background: radial-gradient(circle at 30% 28%, rgba(255,255,255,0.98), rgba(254,224,255,0.7) 18%, rgba(170,104,255,0.88) 48%, rgba(32,20,64,0.96) 92%); }
    .tag-icon.icon-heat .tag-icon-core { background: radial-gradient(circle at 30% 28%, rgba(255,255,255,0.98), rgba(255,224,176,0.72) 18%, rgba(255,142,84,0.88) 48%, rgba(64,24,12,0.96) 92%); }
    .tag-icon.icon-trend .tag-icon-core { background: radial-gradient(circle at 30% 28%, rgba(255,255,255,0.98), rgba(177,232,255,0.72) 18%, rgba(53,164,255,0.9) 48%, rgba(12,28,70,0.96) 92%); }
    .tag-icon.icon-coins .tag-icon-core { background: radial-gradient(circle at 30% 28%, rgba(255,255,255,0.98), rgba(255,243,173,0.72) 18%, rgba(238,185,86,0.9) 48%, rgba(68,40,8,0.96) 92%); }
    .tag-icon.icon-box .tag-icon-core { background: radial-gradient(circle at 30% 28%, rgba(255,255,255,0.98), rgba(188,255,248,0.72) 18%, rgba(50,202,198,0.9) 48%, rgba(7,44,54,0.96) 92%); }
    .tag-icon.icon-ads .tag-icon-core { background: radial-gradient(circle at 30% 28%, rgba(255,255,255,0.98), rgba(221,229,255,0.72) 18%, rgba(86,120,255,0.9) 48%, rgba(18,26,69,0.96) 92%); }
    .tag-icon.icon-scan .tag-icon-core { background: radial-gradient(circle at 30% 28%, rgba(255,255,255,0.98), rgba(196,242,255,0.72) 18%, rgba(63,176,255,0.9) 48%, rgba(12,33,72,0.96) 92%); }
    .tag-icon.icon-compass .tag-icon-core { background: radial-gradient(circle at 30% 28%, rgba(255,255,255,0.98), rgba(201,255,230,0.72) 18%, rgba(41,211,164,0.9) 48%, rgba(12,44,36,0.96) 92%); }
    .tag-card span {
      font-size: 0.98rem;
      line-height: 1.35;
      font-weight: 700;
      display: block;
      max-width: 100%;
      overflow-wrap: anywhere;
    }
    @keyframes badgeFloat {
      0%, 100% { transform: translateY(0px) rotate(0deg); }
      50% { transform: translateY(-5px) rotate(2deg); }
    }
    @keyframes badgeSpin {
      from { transform: rotate(0deg); }
      to { transform: rotate(360deg); }
    }
    @keyframes badgePulse {
      0%, 100% { transform: scale(0.9); opacity: 0.82; }
      50% { transform: scale(1.08); opacity: 1; }
    }

    .hero-side {
      position: relative;
      min-height: 700px;
    }

    .hero-glow {
      position: absolute;
      inset: 60px 0 0 0;
      background: radial-gradient(circle at 46% 20%, rgba(47, 122, 255, 0.34), transparent 36%), radial-gradient(circle at 70% 55%, rgba(63, 202, 255, 0.16), transparent 42%);
      filter: blur(14px);
      pointer-events: none;
    }

    .device {
      position: absolute;
      inset: 38px 6px 30px 40px;
      border-radius: 34px;
      background: linear-gradient(180deg, #111926 0%, #0b121e 100%);
      border: 1px solid rgba(128, 171, 255, 0.18);
      box-shadow: 0 26px 70px rgba(0, 0, 0, 0.52), 0 0 50px rgba(45, 107, 255, 0.18);
      transform: perspective(1500px) rotateY(-8deg) rotateX(3deg);
      overflow: hidden;
    }

    .device::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(140deg, rgba(255,255,255,0.08), transparent 24%, transparent 76%, rgba(255,255,255,0.05));
      pointer-events: none;
    }

    .device-top {
      height: 54px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 18px;
      color: #adc5eb;
      font-size: 0.88rem;
      border-bottom: 1px solid rgba(108, 146, 227, 0.1);
      background: linear-gradient(180deg, rgba(6, 15, 28, 0.88), rgba(5, 14, 28, 0.78));
    }

    .window-dots { display: flex; gap: 8px; }
    .window-dots span {
      width: 9px; height: 9px; border-radius: 50%;
      background: rgba(255,255,255,0.18);
    }

    .device-body {
      padding: 18px;
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 14px;
      align-content: start;
    }
    .hero-scene-wrap {
      display: block;
      padding: 20px;
    }
    .hero-scene {
      position: relative;
      min-height: 600px;
    }
    .scene-main-card,
    .scene-float-card {
      background:
        linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03)),
        linear-gradient(180deg, rgba(10, 22, 44, 0.78), rgba(7, 16, 31, 0.66));
      border: 1px solid rgba(149, 197, 255, 0.16);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 20px 46px rgba(5, 10, 22, 0.44), 0 0 24px rgba(41, 109, 255, 0.12);
      backdrop-filter: blur(18px) saturate(150%);
    }
    .scene-main-card {
      position: relative;
      z-index: 2;
      border-radius: 30px;
      padding: 20px;
      min-height: 560px;
      transform: perspective(1600px) rotateY(-5deg) rotateX(2deg);
      overflow: hidden;
    }
    .scene-main-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(255,255,255,0.08), transparent 24%, transparent 68%, rgba(63,157,255,0.08));
      pointer-events: none;
    }
    .scene-main-head {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 18px;
    }
    .scene-main-head strong { display: block; font-size: 1.24rem; margin-bottom: 6px; }
    .scene-main-head span { display: block; color: var(--muted); line-height: 1.5; max-width: 420px; }
    .scene-kpis {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
      margin-bottom: 16px;
    }
    .scene-kpi {
      padding: 14px 14px;
      border-radius: 20px;
      background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)), rgba(9, 24, 48, 0.44);
      border: 1px solid rgba(149, 197, 255, 0.14);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .scene-kpi small { display: block; color: var(--muted); font-size: 0.8rem; }
    .scene-kpi strong { display: block; margin-top: 10px; font-size: 1.26rem; letter-spacing: -0.04em; }
    .scene-kpi em { display: block; margin-top: 8px; font-style: normal; color: #69f0b0; font-size: 0.88rem; }
    .scene-chart-card,
    .scene-bars-card,
    .scene-donut-card {
      position: relative;
      z-index: 1;
      border-radius: 24px;
      padding: 16px;
      background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02)), rgba(9, 24, 48, 0.42);
      border: 1px solid rgba(149, 197, 255, 0.14);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
    }
    .scene-chart-card { min-height: 240px; }
    .scene-chart-card svg { width: 100%; height: 190px; display: block; margin-top: 12px; }
    .scene-card-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      font-size: 0.95rem;
      color: #e0ecff;
    }
    .scene-card-note { color: #8fb7ee; font-size: 0.8rem; }
    .scene-bottom-grid {
      position: relative;
      z-index: 1;
      margin-top: 16px;
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 16px;
    }
    .scene-bars { display: grid; gap: 12px; margin-top: 14px; }
    .scene-bar-row {
      display: grid;
      grid-template-columns: 72px minmax(0,1fr) 44px;
      align-items: center;
      gap: 10px;
      font-size: 0.84rem;
      color: #dce9ff;
    }
    .scene-bar-row i {
      position: relative;
      display: block;
      height: 12px;
      border-radius: 999px;
      background: linear-gradient(90deg, #4b8eff, #2af0ff);
      box-shadow: 0 0 16px rgba(42,240,255,0.25);
    }
    .scene-bar-row i::after {
      content: "";
      position: absolute;
      right: 6px;
      top: 2px;
      width: 26%;
      height: 8px;
      border-radius: 999px;
      background: rgba(255,255,255,0.24);
    }
    .scene-donut-wrap {
      margin-top: 14px;
      display: flex;
      align-items: center;
      gap: 18px;
      flex-wrap: wrap;
    }
    .scene-donut {
      width: 146px;
      height: 146px;
      border-radius: 50%;
      position: relative;
      background: conic-gradient(#58A6FF 0 46%, #2AF0FF 46% 78%, #5ff0a8 78% 92%, rgba(255,255,255,0.12) 92% 100%);
      display: grid;
      place-items: center;
      box-shadow: inset 0 0 0 14px rgba(10, 22, 44, 0.92), 0 0 30px rgba(42,240,255,0.16);
    }
    .scene-donut::before {
      content: "";
      width: 92px;
      height: 92px;
      border-radius: 50%;
      background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.16), rgba(9,24,48,0.92));
      position: absolute;
    }
    .scene-donut span {
      position: relative;
      z-index: 1;
      font-size: 1.35rem;
      font-weight: 800;
      letter-spacing: -0.04em;
    }
    .scene-legend { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; color: #dce9ff; font-size: 0.88rem; }
    .scene-legend li { display: flex; align-items: center; gap: 10px; }
    .scene-legend i { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
    .scene-legend .lg-blue { background: #58A6FF; box-shadow: 0 0 12px rgba(88,166,255,0.42); }
    .scene-legend .lg-cyan { background: #2AF0FF; box-shadow: 0 0 12px rgba(42,240,255,0.42); }
    .scene-legend .lg-green { background: #5ff0a8; box-shadow: 0 0 12px rgba(95,240,168,0.42); }
    .scene-float-card {
      position: absolute;
      z-index: 3;
      width: 240px;
      border-radius: 24px;
      padding: 16px;
      animation: floatShape 14s ease-in-out infinite;
    }
    .float-card-left {
      left: -8px;
      bottom: 52px;
      transform: rotate(-7deg);
    }
    .float-card-right {
      right: -8px;
      top: 72px;
      transform: rotate(7deg);
      animation-delay: -4s;
    }
    .scene-float-title { color: #8fb7ee; font-size: 0.82rem; margin-bottom: 8px; }
    .scene-float-card strong { display: block; font-size: 1.32rem; margin-bottom: 8px; }
    .scene-float-card span { display: block; color: var(--muted); font-size: 0.88rem; line-height: 1.45; }
    .scene-mini-wave {
      margin-top: 14px;
      height: 44px;
      border-radius: 14px;
      background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)), rgba(11,27,54,0.5);
      position: relative;
      overflow: hidden;
    }
    .scene-mini-wave::before,
    .scene-mini-wave::after {
      content: "";
      position: absolute;
      inset: auto 10px 10px 10px;
      height: 18px;
      border-radius: 999px;
      border: 2px solid rgba(88,166,255,0.88);
      border-color: rgba(88,166,255,0.88) transparent transparent transparent;
      transform: scaleY(1.6);
    }
    .scene-mini-wave::after {
      inset: auto 16px 8px 16px;
      border-color: rgba(42,240,255,0.82) transparent transparent transparent;
      transform: scaleY(1.2);
    }
    .scene-mini-grid {
      margin-top: 14px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 8px;
    }
    .scene-mini-grid b {
      display: block;
      height: 18px;
      border-radius: 8px;
      background: linear-gradient(180deg, rgba(88,166,255,0.9), rgba(42,240,255,0.44));
      box-shadow: 0 0 14px rgba(42,240,255,0.16);
    }
    .scene-mini-grid b:nth-child(2), .scene-mini-grid b:nth-child(5) { height: 28px; }
    .scene-mini-grid b:nth-child(3), .scene-mini-grid b:nth-child(6) { height: 38px; }
    .scene-orb {
      position: absolute;
      border-radius: 50%;
      background: radial-gradient(circle at 35% 35%, rgba(255,255,255,0.46), rgba(88,166,255,0.08) 45%, rgba(88,166,255,0.01) 70%, rgba(88,166,255,0) 100%);
      border: 1px solid rgba(255,255,255,0.16);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 20px 50px rgba(42,84,180,0.08);
      backdrop-filter: blur(16px);
      animation: floatShape 16s ease-in-out infinite;
      z-index: 1;
    }
    .orb-main { width: 180px; height: 180px; top: 6px; right: 68px; }
    .orb-secondary { width: 116px; height: 116px; bottom: 16px; left: 120px; animation-delay: -5s; }

    .hero-metric,
    .hero-chart,
    .hero-table,
    .hero-panel,
    .highlight-card,
    .benefit-card,
    .pricing-card,
    .monitor-shell,
    .cta-block,
    .contact-card,
    .section-badge {
      background:
        linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03)),
        linear-gradient(180deg, rgba(10, 22, 44, 0.72), rgba(7, 16, 31, 0.58));
      border: 1px solid var(--glass-border);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 18px 42px rgba(5, 10, 22, 0.42), 0 0 22px rgba(41, 109, 255, 0.12);
      border-radius: 22px;
      backdrop-filter: blur(18px) saturate(150%);
    }

    .hero-metric {
      padding: 16px;
      min-height: 116px;
      display: flex; flex-direction: column; justify-content: space-between;
      grid-column: span 1;
    }
    .hero-metric small { color: var(--muted); font-size: 0.8rem; }
    .hero-metric strong { font-size: 1.55rem; letter-spacing: -0.04em; }
    .hero-metric em { font-style: normal; color: var(--green); font-size: 0.9rem; }

    .hero-chart {
      grid-column: span 3;
      min-height: 250px;
      padding: 14px 16px 8px;
    }
    .hero-panel {
      grid-column: span 2;
      min-height: 250px;
      padding: 16px;
    }
    .hero-table {
      grid-column: span 5;
      min-height: 170px;
      padding: 14px 16px;
    }

    .chart-head,
    .panel-head,
    .table-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      margin-bottom: 12px;
      color: #deebff;
      font-size: 0.94rem;
    }

    .tiny-pills { display: flex; gap: 8px; flex-wrap: wrap; }
    .tiny-pill {
      padding: 7px 10px;
      border-radius: 999px;
      font-size: 0.75rem;
      color: #d7e8ff;
      background: linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.03)), rgba(19, 41, 77, 0.52);
      border: 1px solid rgba(149, 197, 255, 0.18);
      backdrop-filter: blur(12px);
    }

    .chart-box { height: 190px; }
    .chart-box svg, .bar-box svg { width: 100%; height: 100%; display: block; }

    .bar-box { height: 180px; }
    .table-grid {
      display: grid;
      gap: 10px;
    }
    .table-row {
      display: grid;
      grid-template-columns: 1.2fr repeat(6, 0.7fr);
      gap: 8px;
      padding: 10px 12px;
      border-radius: 16px;
      background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)), rgba(10, 25, 48, 0.48);
      border: 1px solid rgba(149, 197, 255, 0.14);
      color: #dfeafc;
      font-size: 0.82rem;
      backdrop-filter: blur(10px);
    }
    .table-row span { color: #8fd3ff; }
    .table-row strong.green { color: #5ff0a8; }
    .table-row strong.blue { color: #6fb9ff; }
    .table-row strong.orange { color: #ffb868; }

    section { padding: 34px 0; }
    .section-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
    .section-head h2 {
      margin: 0;
      font-size: clamp(2rem, 3vw, 3.25rem);
      line-height: 1.02;
      letter-spacing: -0.05em;
      text-transform: uppercase;
    }
    .section-head p {
      margin: 12px 0 0;
      max-width: 740px;
      color: var(--muted);
      font-size: 1rem;
      line-height: 1.7;
    }
    .section-kicker {
      display: inline-block;
      margin-bottom: 12px;
      color: #6fb8ff;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      font-size: 0.8rem;
      font-weight: 800;
    }

    .highlight-grid, .benefit-grid, .pricing-grid, .contact-grid {
      display: grid;
      gap: 16px;
    }
    .highlight-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .benefit-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .pricing-grid {
      grid-template-columns: repeat(4, minmax(230px, 1fr));
      width: min(100%, 1080px);
    }
    .contact-grid { grid-template-columns: 1.1fr 0.9fr; }

    .highlight-card, .benefit-card, .pricing-card, .contact-card, .cta-block { padding: 22px; }
    .highlight-card h3, .benefit-card h3, .pricing-card h3, .contact-card h3, .cta-block h3 {
      margin: 0 0 10px;
      font-size: 1.22rem;
      line-height: 1.15;
      letter-spacing: -0.03em;
    }
    .highlight-card p, .benefit-card p, .pricing-card p, .contact-card p, .cta-block p {
      margin: 0;
      color: var(--muted);
      line-height: 1.7;
      font-size: 0.95rem;
    }

    .benefit-card {
      position: relative;
      overflow: hidden;
    }
    .benefit-card::after {
      content: "";
      position: absolute;
      right: -36px;
      bottom: -36px;
      width: 110px;
      height: 110px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(44, 122, 255, 0.3), transparent 70%);
      pointer-events: none;
    }

    .monitor-shell { padding: 18px; overflow: hidden; }
    .monitor-grid {
      display: grid;
      grid-template-columns: 236px minmax(0, 1fr);
      gap: 18px;
      min-height: 680px;
    }

    .monitor-menu, .monitor-preview {
      background:
        linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.02)),
        linear-gradient(180deg, rgba(7, 18, 35, 0.76), rgba(5, 14, 28, 0.58));
      border: 1px solid rgba(149, 197, 255, 0.16);
      border-radius: 24px;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 14px 36px rgba(0,0,0,0.22);
      backdrop-filter: blur(18px) saturate(145%);
    }

    .monitor-menu { padding: 16px; }
    .menu-head { color: #dbe9ff; font-size: 0.95rem; margin-bottom: 16px; }
    .section-menu { display: grid; gap: 10px; }
    .section-btn {
      text-align: left;
      padding: 13px 14px;
      min-height: 70px;
      border-radius: 18px;
      border: 1px solid rgba(149, 197, 255, 0.14);
      background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)), rgba(9, 24, 48, 0.46);
      color: #dce9ff;
      cursor: pointer;
      transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
      backdrop-filter: blur(12px);
    }
    .section-btn:hover { transform: translateX(2px); }
    .section-btn.active {
      background: linear-gradient(180deg, rgba(18, 46, 89, 0.96), rgba(9, 24, 48, 0.96));
      border-color: rgba(103, 171, 255, 0.38);
      box-shadow: 0 0 0 1px rgba(103, 171, 255, 0.18), 0 0 24px rgba(41, 109, 255, 0.12);
    }
    .section-btn small {
      display: block;
      color: var(--muted);
      margin-top: 6px;
      line-height: 1.45;
      overflow-wrap: anywhere;
    }

    .menu-note {
      margin-top: 16px;
      padding: 14px 14px;
      border-radius: 18px;
      background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)), rgba(8, 22, 44, 0.46);
      border: 1px solid rgba(149, 197, 255, 0.12);
      color: var(--muted);
      font-size: 0.9rem;
      line-height: 1.55;
      backdrop-filter: blur(14px);
    }

    .monitor-preview { padding: 18px; }
    .preview-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
      margin-bottom: 16px;
    }
    .preview-top h3 {
      margin: 0;
      font-size: 1.3rem;
      letter-spacing: -0.03em;
    }
    .preview-top p {
      margin: 8px 0 0;
      color: var(--muted);
      line-height: 1.65;
      max-width: 700px;
    }

    .screen-tabs { display: flex; flex-wrap: wrap; gap: 10px; align-items: stretch; }
    .screen-tab {
      padding: 10px 14px;
      border-radius: 18px;
      border: 1px solid rgba(149, 197, 255, 0.16);
      background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)), rgba(9, 24, 48, 0.42);
      color: #dce9ff;
      font-size: 0.88rem;
      cursor: pointer;
      transition: 0.2s ease;
      backdrop-filter: blur(12px);
      white-space: normal;
      line-height: 1.35;
      text-align: center;
      min-height: 48px;
    }
    .screen-tab.active {
      background: linear-gradient(180deg, rgba(34, 90, 184, 0.98), rgba(19, 55, 121, 0.98));
      border-color: rgba(103, 171, 255, 0.42);
      box-shadow: 0 0 18px rgba(41, 109, 255, 0.14);
    }

    .screen-window {
      border-radius: 24px;
      overflow: hidden;
      background:
        linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
        linear-gradient(180deg, rgba(5, 14, 27, 0.82), rgba(6, 13, 24, 0.72));
      border: 1px solid rgba(149, 197, 255, 0.16);
      min-height: 500px;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
      backdrop-filter: blur(18px) saturate(150%);
      position: relative;
    }
    .screen-window::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(255,255,255,0.08), transparent 26%, transparent 74%, rgba(87, 164, 255, 0.06));
      pointer-events: none;
    }
    .screen-window-top {
      height: 52px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 16px;
      border-bottom: 1px solid rgba(74, 131, 240, 0.1);
      color: #cadcf6;
      font-size: 0.88rem;
    }
    .screen-canvas {
      padding: 16px;
      min-height: 448px;
    }
    .screen-canvas.has-real-media {
      background: linear-gradient(180deg, rgba(250, 252, 255, 0.98), rgba(236, 244, 255, 0.97));
      border-radius: 0 0 24px 24px;
    }
    .screen-asset-wrap {
      display: grid;
      gap: 16px;
    }
    .screen-gallery {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
      align-items: start;
    }
    .screen-gallery.single {
      grid-template-columns: minmax(0, 1fr);
    }
    .screen-shot {
      margin: 0;
      padding: 12px;
      border-radius: 22px;
      border: 1px solid rgba(134, 164, 236, 0.22);
      background: rgba(255,255,255,0.68);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.78), 0 18px 36px rgba(58, 88, 176, 0.08);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      position: relative;
    }
    .screen-shot img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 16px;
      border: 1px solid rgba(117, 149, 218, 0.14);
      background: #f4f8ff;
    }
    .screen-shot-btn {
      display: block;
      width: 100%;
      padding: 0;
      border: none;
      background: transparent;
      cursor: zoom-in;
      position: relative;
      text-align: left;
    }
    .screen-shot-btn::after {
      content: "Открыть крупно";
      position: absolute;
      right: 14px;
      bottom: 14px;
      padding: 8px 12px;
      border-radius: 999px;
      color: #fff;
      font-size: 0.8rem;
      font-weight: 700;
      background: rgba(10, 25, 48, 0.78);
      border: 1px solid rgba(255,255,255,0.16);
      box-shadow: 0 10px 24px rgba(0,0,0,0.24);
      backdrop-filter: blur(10px);
      pointer-events: none;
    }
    .screen-shot figcaption {
      margin-top: 10px;
      font-size: 0.93rem;
      line-height: 1.45;
      color: var(--muted);
    }
    .screen-lightbox {
      position: fixed;
      inset: 0;
      z-index: 60;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 24px;
    }
    .screen-lightbox.open { display: flex; }
    .screen-lightbox-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(5, 11, 22, 0.82);
      backdrop-filter: blur(10px);
    }
    .screen-lightbox-dialog {
      position: relative;
      z-index: 1;
      width: min(1280px, 100%);
      max-height: calc(100vh - 48px);
      overflow: auto;
      padding: 18px;
      border-radius: 28px;
      background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04)), rgba(7,18,35,0.9);
      border: 1px solid rgba(149, 197, 255, 0.18);
      box-shadow: 0 24px 80px rgba(0,0,0,0.45);
    }
    .screen-lightbox-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 16px;
    }
    .screen-lightbox-top h4 { margin: 0 0 8px; font-size: 1.15rem; }
    .screen-lightbox-top p { margin: 0; color: var(--muted); line-height: 1.55; }
    .screen-lightbox-close {
      border: none;
      border-radius: 14px;
      padding: 10px 14px;
      background: rgba(18, 46, 89, 0.96);
      color: #fff;
      cursor: pointer;
      font-weight: 700;
    }
    .screen-lightbox-image-wrap {
      border-radius: 22px;
      overflow: hidden;
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(149, 197, 255, 0.14);
    }
    .screen-lightbox-image-wrap img {
      width: 100%;
      height: auto;
      display: block;
      background: #f4f8ff;
    }

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

    .mini-card, .mini-table, .mini-chart, .mini-box, .mini-side {
      border-radius: 18px;
      background: rgba(9, 23, 45, 0.86);
      border: 1px solid rgba(74, 131, 240, 0.12);
      box-shadow: inset 0 1px 0 rgba(142,193,255,0.06);
    }
    .mini-card, .mini-box, .mini-side { padding: 14px; }
    .mini-card strong, .mini-box strong, .mini-side strong { display: block; font-size: 0.96rem; margin-bottom: 6px; }
    .mini-card span, .mini-box span, .mini-side span { display: block; color: var(--muted); font-size: 0.78rem; line-height: 1.5; }

    .mini-chart { padding: 12px; min-height: 170px; }
    .mini-chart svg { width: 100%; height: 145px; display: block; }
    .mini-table { padding: 12px; display: grid; gap: 8px; }
    .mini-row {
      display: grid;
      grid-template-columns: 1.2fr 0.8fr 0.8fr;
      gap: 8px;
      padding: 9px 10px;
      border-radius: 14px;
      background: rgba(6, 18, 35, 0.72);
      color: #dce9ff;
      font-size: 0.78rem;
    }
    .mini-row b { color: #8fd3ff; }
    .bars { display: grid; gap: 10px; margin-top: 10px; }
    .bar {
      height: 12px;
      border-radius: 999px;
      background: rgba(255,255,255,0.06);
      overflow: hidden;
      position: relative;
    }
    .bar::after {
      content: "";
      position: absolute;
      inset: 0 auto 0 0;
      width: 60%;
      border-radius: inherit;
      background: linear-gradient(90deg, #3bdcff, #2b72ff);
      box-shadow: 0 0 16px rgba(43, 114, 255, 0.24);
    }
    .w40::after { width: 40%; }
    .w55::after { width: 55%; }
    .w63::after { width: 63%; }
    .w72::after { width: 72%; }
    .w84::after { width: 84%; }
    .heatmap { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 8px; }
    .heat {
      aspect-ratio: 1;
      border-radius: 12px;
      border: 1px solid rgba(74, 131, 240, 0.12);
      background: rgba(255,255,255,0.04);
    }
    .h1 { background: rgba(47, 109, 255, 0.18); }
    .h2 { background: rgba(47, 109, 255, 0.28); }
    .h3 { background: rgba(86, 166, 255, 0.32); }
    .h4 { background: rgba(42, 240, 255, 0.24); }
    .h5 { background: rgba(104, 245, 183, 0.28); }
    .h6 { background: rgba(197, 138, 255, 0.26); }

    .pricing-card {
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      gap: 14px;
      height: 100%;
    }
    .pricing-card:not(.trial) {
      display: grid;
      grid-template-rows: auto auto repeat(4, minmax(66px, auto)) minmax(0, 1fr) auto;
      align-content: stretch;
    }
    .pricing-card:not(.trial) .price-top {
      min-height: 68px;
    }
    .pricing-card:not(.trial) .price-main {
      min-height: 76px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      gap: 4px;
    }
    .pricing-card:not(.trial) .price-action {
      align-self: end;
      margin-top: 0;
    }
    .pricing-card.recommended {
      border-color: rgba(255, 187, 86, 0.68);
      background:
        radial-gradient(circle at 78% 12%, rgba(255, 196, 87, 0.24), transparent 30%),
        linear-gradient(180deg, rgba(255,255,255,0.13), rgba(255,255,255,0.035)),
        linear-gradient(180deg, rgba(40, 22, 7, 0.68), rgba(9, 18, 34, 0.64));
      box-shadow: 0 0 0 1px rgba(255, 189, 82, 0.26), 0 22px 50px rgba(0,0,0,0.38), 0 0 46px rgba(255, 153, 36, 0.22);
      transform: none;
    }
    .pricing-card.recommended .price-tag {
      color: #2f1b04;
      background: linear-gradient(145deg, rgba(255, 239, 188, 0.98), rgba(255, 171, 55, 0.96));
      border-color: rgba(255, 226, 154, 0.72);
      box-shadow: 0 10px 22px rgba(255, 145, 24, 0.18);
    }
    .pricing-card.trial {
      border-color: rgba(104, 245, 183, 0.58);
      background:
        radial-gradient(circle at 82% 14%, rgba(104, 245, 183, 0.20), transparent 32%),
        linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.035)),
        linear-gradient(180deg, rgba(5, 34, 29, 0.72), rgba(9, 18, 34, 0.66));
      box-shadow: 0 0 0 1px rgba(104, 245, 183, 0.20), 0 22px 50px rgba(0,0,0,0.36), 0 0 42px rgba(42, 240, 255, 0.14);
    }
    .pricing-card.trial .price-tag {
      color: #03251a;
      background: linear-gradient(145deg, rgba(192, 255, 231, 0.98), rgba(104, 245, 183, 0.94));
      border-color: rgba(172, 255, 225, 0.72);
      box-shadow: 0 10px 22px rgba(104, 245, 183, 0.18);
    }
    .pricing-card.trial .price-action {
      color: #062018;
      background: linear-gradient(135deg, #c9ffe9, #68f5b7 48%, #2af0ff);
      box-shadow: 0 16px 36px rgba(42, 240, 255, 0.20), inset 0 1px 0 rgba(255,255,255,0.42);
    }

    .trial-pricing-row {
      grid-column: 1 / -1;
      display: grid;
      grid-template-columns: minmax(340px, 1fr) minmax(390px, 1fr);
      align-items: stretch;
      gap: 18px;
      padding: 18px 20px;
      min-height: 0;
      width: 100%;
      box-sizing: border-box;
    }
    .trial-pricing-row .trial-copy,
    .trial-pricing-row .trial-info-grid { min-width: 0; }
    .trial-pricing-row .trial-copy {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr);
      grid-template-rows: auto auto auto;
      align-content: center;
      align-items: center;
      gap: 8px 12px;
    }
    .trial-pricing-row .trial-copy .price-tag {
      position: static;
      justify-self: start;
      padding: 8px 14px;
      line-height: 1;
      white-space: nowrap;
    }
    .trial-pricing-row .monthly {
      font-size: clamp(1.45rem, 2vw, 2.05rem);
      line-height: 1.02;
      min-width: 0;
    }
    .trial-pricing-row .price-note {
      grid-column: 1 / -1;
      max-width: 620px;
      margin-top: 0;
      line-height: 1.48;
    }
    .trial-pricing-row .price-action {
      grid-column: 1 / -1;
      width: min(100%, 360px);
      min-width: 0;
      margin-top: 8px;
      justify-self: start;
      align-self: center;
    }
    .trial-pricing-row .trial-info-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      align-content: center;
    }
    .trial-pricing-row .price-box { min-height: 66px; }
    @media (max-width: 1120px) {
      .trial-pricing-row { grid-template-columns: 1fr; }
      .trial-pricing-row .trial-info-grid { grid-template-columns: repeat(auto-fit, minmax(132px, 1fr)); }
    }
    @media (max-width: 760px) {
      .trial-pricing-row { grid-template-columns: 1fr; padding: 18px; }
      .trial-pricing-row .trial-copy { grid-template-columns: auto minmax(0, 1fr); }
      .trial-pricing-row .trial-info-grid { grid-template-columns: 1fr 1fr; }
      .trial-pricing-row .price-action { width: 100%; }
    }
    @media (max-width: 480px) {
      .trial-pricing-row .trial-info-grid { grid-template-columns: 1fr; }
    }


    .price-ribbon {
      position: absolute;
      top: 16px;
      right: 16px;
      padding: 9px 13px 9px 30px;
      border-radius: 999px;
      font-size: 0.76rem;
      font-weight: 900;
      letter-spacing: 0.04em;
      color: #2f1b04;
      background: linear-gradient(90deg, #fff0b7 0%, #ffc35c 45%, #f28a1d 100%);
      box-shadow: 0 14px 30px rgba(255, 145, 24, 0.28), inset 0 1px 0 rgba(255,255,255,0.58);
      z-index: 2;
    }
    .price-ribbon::before {
      content: "♕";
      position: absolute;
      left: 11px;
      top: 50%;
      transform: translateY(-52%);
      font-size: 1rem;
      line-height: 1;
      color: #5b3005;
      text-shadow: 0 1px 0 rgba(255,255,255,0.42);
    }
    .pricing-card::before {
      content: "";
      position: absolute;
      right: -40px;
      top: -40px;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(42,240,255,0.18), transparent 70%);
      pointer-events: none;
    }
    .price-top { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; }
    .price-tag {
      padding: 8px 12px;
      border-radius: 999px;
      font-size: 0.78rem;
      color: #e5f3ff;
      background: rgba(17, 44, 83, 0.88);
      border: 1px solid rgba(74, 131, 240, 0.18);
    }
    .monthly { font-size: clamp(2rem, 3vw, 2.8rem); line-height: 1; letter-spacing: -0.06em; }
    .price-note { color: #d8e8ff; font-size: 0.92rem; }
    .price-box {
      padding: 12px 14px;
      border-radius: 16px;
      background: rgba(8, 22, 42, 0.82);
      border: 1px solid rgba(74, 131, 240, 0.12);
    }
    .price-box strong { display: block; margin-top: 6px; }

    .contact-card ul {
      list-style: none;
      padding: 0;
      margin: 16px 0 0;
      display: grid;
      gap: 12px;
    }
    .contact-card li {
      padding: 12px 14px;
      border-radius: 16px;
      background: rgba(8, 22, 42, 0.82);
      border: 1px solid rgba(74, 131, 240, 0.12);
      color: #dce9ff;
      line-height: 1.55;
    }

    .cta-block .cta-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }

    .footer {
      padding: 30px 0 40px;
      color: var(--muted);
      font-size: 0.9rem;
    }
    .footer-inner {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      flex-wrap: wrap;
      padding-top: 18px;
      border-top: 1px solid rgba(74, 131, 240, 0.14);
    }


    .footer-contacts {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
      width: 100%;
      justify-content: space-between;
    }
    .footer-contact-links {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
    }
    .footer-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 10px 14px;
      border-radius: 999px;
      color: #eaf3ff;
      background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03)), rgba(8, 22, 42, 0.72);
      border: 1px solid rgba(149, 197, 255, 0.18);
      transition: 0.2s ease;
    }
    .footer-link:hover {
      transform: translateY(-1px);
      border-color: rgba(255, 159, 28, 0.48);
      box-shadow: 0 12px 26px rgba(255, 143, 31, 0.16);
    }
    .footer-telegram-icon {
      width: 42px;
      height: 42px;
      padding: 0;
      border-radius: 50%;
    }
    .footer-telegram-icon svg { width: 20px; height: 20px; display: block; }

    .footer-legal {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 14px;
      flex-wrap: wrap;
      padding-top: 16px;
      margin-top: 4px;
      border-top: 1px solid rgba(74, 131, 240, 0.10);
    }
    .footer-legal-links {
      display: flex;
      align-items: center;
      gap: 10px 16px;
      flex-wrap: wrap;
      min-width: 0;
    }
    .footer-legal-link {
      appearance: none;
      border: 0;
      padding: 0;
      margin: 0;
      background: transparent;
      color: #b9cae6;
      font: inherit;
      line-height: 1.35;
      cursor: pointer;
      text-align: left;
      border-bottom: 1px solid rgba(185, 202, 230, 0.22);
      transition: color 0.18s ease, border-color 0.18s ease;
    }
    .footer-legal-link:hover,
    .footer-legal-link:focus-visible {
      color: #ffffff;
      border-color: rgba(255, 159, 28, 0.62);
      outline: none;
    }
    .footer-copy {
      color: rgba(222, 235, 255, 0.72);
      white-space: nowrap;
    }

    .legal-modal {
      position: fixed;
      inset: 0;
      z-index: 75;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 24px;
    }
    .legal-modal.open { display: flex; }
    .legal-modal-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(5, 11, 22, 0.84);
      backdrop-filter: blur(12px);
    }
    .legal-modal-dialog {
      position: relative;
      z-index: 1;
      width: min(980px, 100%);
      max-height: calc(100vh - 48px);
      display: flex;
      flex-direction: column;
      overflow: hidden;
      border-radius: 28px;
      background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04)), rgba(7,18,35,0.96);
      border: 1px solid rgba(149, 197, 255, 0.18);
      box-shadow: 0 28px 90px rgba(0,0,0,0.52);
    }
    .legal-modal-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 16px;
      padding: 18px 18px 14px;
      border-bottom: 1px solid rgba(149, 197, 255, 0.12);
    }
    .legal-modal-kicker {
      display: block;
      margin-bottom: 7px;
      color: #82b7ff;
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }
    .legal-modal-top h3 { margin: 0; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.18; }
    .legal-modal-close {
      border: none;
      border-radius: 14px;
      padding: 10px 14px;
      background: rgba(18, 46, 89, 0.96);
      color: #fff;
      cursor: pointer;
      font-weight: 800;
      flex: 0 0 auto;
    }
    .legal-modal-close:hover { background: rgba(34, 72, 132, 0.98); }
    .legal-modal-body {
      overflow: auto;
      padding: 20px 22px 24px;
      color: #dce9ff;
      line-height: 1.62;
      scrollbar-color: rgba(149, 197, 255, 0.55) rgba(8, 22, 42, 0.55);
    }
    .legal-doc { display: grid; gap: 16px; }
    .legal-doc .legal-date { margin: -2px 0 4px; color: #9fb3d2; font-size: 0.92rem; }
    .legal-doc h4 { margin: 14px 0 0; color: #ffffff; font-size: 1.04rem; }
    .legal-doc h5 { margin: 10px 0 0; color: #eaf3ff; font-size: 0.98rem; }
    .legal-doc p { margin: 0; }
    .legal-doc ul, .legal-doc ol { margin: 0; padding-left: 22px; display: grid; gap: 8px; }
    .legal-doc li { padding-left: 2px; }
    .legal-doc .legal-note {
      padding: 13px 15px;
      border-radius: 16px;
      background: rgba(8, 22, 42, 0.74);
      border: 1px solid rgba(149, 197, 255, 0.14);
      color: #dfeeff;
    }


    .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.8s ease, transform 0.8s ease; }
    .reveal.visible { opacity: 1; transform: translateY(0); }

    @media (max-width: 1220px) {
      .hero-grid { grid-template-columns: 1fr; }
      .hero-side { min-height: 680px; }
      .highlight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .contact-grid { grid-template-columns: 1fr; }
      .monitor-grid { grid-template-columns: 1fr; }
      .device { inset: 20px 2px 20px 12px; }
      .screen-gallery { grid-template-columns: 1fr; }
    }

    @media (max-width: 860px) {
      .nav-inner, .section-head, .footer-inner { flex-direction: column; align-items: flex-start; }
      .floating-shape, .glass-orb { display: none; }
      .nav-links { width: 100%; justify-content: flex-start; }
      .tag-grid, .highlight-grid, .benefit-grid, .pricing-grid { grid-template-columns: 1fr; }
      .hero-side { min-height: 540px; }
      .device-body { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .scene-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .scene-bottom-grid { grid-template-columns: 1fr; }
      .scene-float-card { position: static; width: auto; transform: none !important; margin-top: 16px; }
      .hero-scene { min-height: 0; display: grid; gap: 16px; }
      .hero-chart, .hero-panel, .hero-table { grid-column: span 2; }
      .hero-metric { grid-column: span 1; }
      .mock-grid-4, .mock-grid-3, .mock-grid-2 { grid-template-columns: 1fr; }
      .screen-window { min-height: 0; }
      .screen-canvas { min-height: 0; }
    }

    @media (max-width: 560px) {
      .shell, .nav-inner { width: min(calc(100% - 18px), var(--max)); }
      h1 { font-size: clamp(2.3rem, 12vw, 3.6rem); }
      .hero-side { min-height: 620px; }
      .device { inset: 16px 0 16px 0; transform: none; }
      .device-body { grid-template-columns: 1fr; }
      .scene-main-card { transform: none; padding: 16px; }
      .scene-kpis { grid-template-columns: 1fr 1fr; }
      .orb-main, .orb-secondary { display: none; }
      .screen-lightbox { padding: 12px; }
      .screen-lightbox-dialog { padding: 14px; border-radius: 20px; }
      .hero-chart, .hero-panel, .hero-table, .hero-metric { grid-column: span 1; }
      .monitor-shell { padding: 12px; }
      .section-btn { padding: 12px 14px; }
      .pricing-card.recommended { transform: none; }
    }


    .price-action {
      margin-top: 4px;
      width: 100%;
      border: none;
      border-radius: 18px;
      padding: 14px 16px;
      cursor: pointer;
      color: #ffffff;
      font-weight: 800;
      letter-spacing: 0.01em;
      background: linear-gradient(135deg, #2f6dff, #2af0ff);
      box-shadow: 0 14px 30px rgba(47, 109, 255, 0.26), inset 0 1px 0 rgba(255,255,255,0.22);
      transition: transform 180ms ease, box-shadow 180ms ease;
    }
    .price-action:hover {
      transform: translateY(-2px);
      box-shadow: 0 18px 38px rgba(47, 109, 255, 0.32), inset 0 1px 0 rgba(255,255,255,0.26);
    }
    .pricing-card.recommended .price-action {
      color: #281400;
      background: linear-gradient(135deg, #ffe08a, #ff9f1c 48%, #ff6b00);
      box-shadow: 0 16px 36px rgba(255, 143, 31, 0.34), inset 0 1px 0 rgba(255,255,255,0.38);
    }


    /* v14.96.45: админ-пользователи в личном кабинете сайта, без перехода в WebApp. */
    .landing-admin-modal {
      position: fixed;
      inset: 0;
      z-index: 92;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 18px;
    }
    .landing-admin-modal.open { display: flex; }
    .landing-admin-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(3, 8, 18, 0.84);
      backdrop-filter: blur(10px);
    }
    .landing-admin-dialog {
      position: relative;
      z-index: 1;
      width: min(1180px, 100%);
      max-height: calc(100vh - 36px);
      overflow: auto;
      border-radius: 28px;
      padding: 22px;
      color: var(--text);
      background: linear-gradient(180deg, rgba(255,255,255,0.13), rgba(255,255,255,0.05)), rgba(7,18,35,0.97);
      border: 1px solid rgba(149,197,255,0.22);
      box-shadow: 0 28px 90px rgba(0,0,0,0.52), inset 0 1px 0 rgba(255,255,255,0.16);
    }
    .landing-admin-head { display: flex; justify-content: space-between; gap: 14px; align-items: flex-start; margin-bottom: 14px; }
    .landing-admin-head h3 { margin: 0 0 6px; font-size: 1.32rem; }
    .landing-admin-head p { margin: 0; color: var(--muted); line-height: 1.45; }
    .landing-admin-status { display: none; margin: 0 0 12px; padding: 10px 12px; border-radius: 14px; color: #dff8ff; background: rgba(42,240,255,0.09); border: 1px solid rgba(42,240,255,0.18); }
    .landing-admin-status.show { display: block; }
    .landing-admin-status.err { color: #ffdede; background: rgba(255,97,97,0.1); border-color: rgba(255,97,97,0.24); }
    .landing-admin-toolbar { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 12px; }
    .landing-admin-toolbar input,
    .landing-admin-detail input {
      border: 1px solid rgba(149,197,255,0.2);
      border-radius: 14px;
      padding: 11px 12px;
      color: #fff;
      background: rgba(8,22,42,0.82);
      outline: none;
      font: inherit;
    }
    .landing-admin-toolbar input { flex: 1; min-width: 220px; }
    .landing-admin-grid { display: grid; grid-template-columns: minmax(260px, 0.75fr) minmax(460px, 1.25fr); gap: 12px; min-height: 0; }
    .landing-admin-list,
    .landing-admin-detail { display: grid; gap: 8px; align-content: start; min-height: 0; }
    .landing-admin-grid > .landing-admin-list,
    .landing-admin-detail { max-height: min(68vh, 760px); overflow: auto; padding-right: 4px; }
    .landing-admin-row,
    .landing-admin-card {
      border: 1px solid rgba(149,197,255,0.16);
      border-radius: 18px;
      padding: 12px;
      background: rgba(255,255,255,0.07);
    }
    .landing-admin-row { cursor: pointer; text-align: left; color: var(--text); }
    .landing-admin-row:hover,
    .landing-admin-row.active { border-color: rgba(42,240,255,0.36); background: rgba(42,240,255,0.1); }
    .landing-admin-section-title { display: flex; justify-content: space-between; gap: 10px; align-items: center; }
    .landing-admin-section-title small { color: var(--muted); font-weight: 700; }
    .landing-admin-manager-head { width: 100%; border: 0; background: transparent; color: var(--text); display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; padding: 0; cursor: pointer; text-align: left; }
    .landing-admin-manager-head strong { margin: 0; }
    .landing-admin-manager-head span { margin-top: 2px; }
    .landing-admin-manager-chevron { color: #8eeeff; font-weight: 900; flex: 0 0 auto; }
    .landing-admin-manager-body { display: none; margin-top: 10px; }

    .landing-admin-manager-owner { border: 1px solid rgba(149,197,255,.16); border-radius: 16px; padding: 10px; background: rgba(4,15,32,.28); margin-top: 8px; }
    .landing-admin-manager-owner-title { font-size: 12px; font-weight: 900; color: #8eeeff; margin-bottom: 8px; }
    .landing-admin-manager-target-grid { display: grid; gap: 8px; }
    .landing-admin-manager-target { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border: 1px solid rgba(149,197,255,.16); border-radius: 14px; background: rgba(2,8,23,.28); color: var(--text); }
    .landing-admin-manager-target input { width: 18px; height: 18px; accent-color: #38dff4; }
    .landing-admin-manager-target span { display: grid; gap: 2px; }
    .landing-admin-manager-target small { color: var(--muted); font-size: 11px; }
    .landing-admin-card.open .landing-admin-manager-body { display: block; }
    .landing-admin-card.compact { padding: 12px; }
    .landing-admin-row strong,
    .landing-admin-card strong { display: block; overflow-wrap: anywhere; }
    .landing-admin-row span,
    .landing-admin-card span { display: block; color: var(--muted); font-size: 0.9rem; margin-top: 4px; }
    .landing-admin-actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 10px; }
    .landing-admin-mini-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
    .landing-admin-checks { display: grid; gap: 6px; margin-top: 8px; }
    .landing-admin-checks label { display: flex; gap: 8px; align-items: center; color: #dce9ff; font-size: 0.9rem; }
    .landing-admin-empty { color: var(--muted); padding: 12px; border: 1px dashed rgba(149,197,255,0.18); border-radius: 16px; }
    @media (max-width: 820px) {
      .landing-admin-grid,
      .landing-admin-mini-grid { grid-template-columns: 1fr; }
      .landing-admin-dialog { padding: 16px; }
    }

    .payment-modal {
      position: fixed;
      inset: 0;
      z-index: 70;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 22px;
    }
    .payment-modal.open { display: flex; }
    .payment-modal-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(4, 9, 20, 0.82);
      backdrop-filter: blur(10px);
    }
    .payment-modal-dialog {
      position: relative;
      z-index: 1;
      width: min(720px, 100%);
      max-height: calc(100vh - 44px);
      overflow: auto;
      border-radius: 30px;
      padding: 24px;
      color: var(--text);
      background:
        linear-gradient(180deg, rgba(255,255,255,0.13), rgba(255,255,255,0.04)),
        rgba(7, 18, 35, 0.94);
      border: 1px solid rgba(149, 197, 255, 0.2);
      box-shadow: 0 26px 90px rgba(0,0,0,0.48), inset 0 1px 0 rgba(255,255,255,0.16);
      backdrop-filter: blur(18px) saturate(150%);
    }
    .payment-modal-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 18px;
    }
    .payment-modal-top h3 { margin: 0 0 8px; font-size: 1.4rem; }
    .payment-modal-top p { margin: 0; color: var(--muted); line-height: 1.55; }
    .payment-close {
      border: none;
      border-radius: 14px;
      padding: 10px 14px;
      background: rgba(18, 46, 89, 0.96);
      color: #fff;
      cursor: pointer;
      font-weight: 800;
    }
    .payment-form {
      display: grid;
      gap: 14px;
    }
    .payment-modal.return-mode .payment-field,
    .payment-modal.return-mode .payment-actions,
    .payment-modal.return-mode .payment-status {
      display: none !important;
    }
    .payment-modal.return-mode .payment-modal-dialog {
      width: min(860px, 100%);
    }
    .payment-modal.return-mode .payment-result {
      padding-top: 0;
    }
    .payment-field label {
      display: block;
      margin-bottom: 8px;
      color: #dce9ff;
      font-weight: 700;
      font-size: 0.92rem;
    }
    .payment-field input,
    .payment-field select {
      width: 100%;
      border: 1px solid rgba(149, 197, 255, 0.2);
      border-radius: 16px;
      padding: 14px 16px;
      color: #fff;
      background: rgba(8, 22, 42, 0.82);
      outline: none;
      font: inherit;
    }
    .payment-field input:focus,
    .payment-field select:focus {
      border-color: rgba(42, 240, 255, 0.48);
      box-shadow: 0 0 0 3px rgba(42, 240, 255, 0.08);
    }
    .payment-field-hint {
      margin-top: 8px;
      color: var(--muted);
      font-size: 0.86rem;
      line-height: 1.45;
    }
    .payment-grid-2 {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }
    .payment-mode-row {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      margin-bottom: 2px;
    }
    .payment-mode-btn {
      border: 1px solid rgba(149, 197, 255, 0.18);
      border-radius: 16px;
      padding: 12px 14px;
      color: #dce9ff;
      background: rgba(8, 22, 42, 0.6);
      cursor: pointer;
      font-weight: 800;
    }
    .payment-mode-btn.active {
      color: #06111f;
      background: linear-gradient(135deg, #8fd3ff, #2af0ff);
    }
    .payment-cabinet {
      display: none;
      gap: 12px;
      padding-top: 6px;
    }
    .payment-cabinet.show { display: grid; }
    .payment-cabinet-card {
      padding: 16px;
      border-radius: 18px;
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(149, 197, 255, 0.16);
    }
    .payment-cabinet-card span { display: block; color: var(--muted); margin-bottom: 6px; }

    .payment-cabinet-license-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
    .payment-cabinet-license-row strong { min-width: 180px; }
    .payment-cabinet-card strong { display: block; font-size: 1.05rem; }
    .payment-cabinet-card a { color: #8fd3ff; font-weight: 900; overflow-wrap: anywhere; }
    .payment-cabinet-card.wide { display: grid; gap: 10px; }
    .payment-cabinet-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
    .payment-cabinet-user { display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border-radius: 999px; background: rgba(42,240,255,0.1); border: 1px solid rgba(42,240,255,0.2); color: #dff8ff; font-weight: 900; }
    .payment-cabinet-profile-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
    .payment-cabinet-profile-item { padding: 12px; border-radius: 14px; background: rgba(8,22,42,.36); border: 1px solid rgba(149,197,255,.12); min-width: 0; }
    .payment-cabinet-profile-item b { display: block; color: #eef5ff; overflow-wrap: anywhere; }
    @media (max-width: 720px) { .payment-cabinet-profile-grid { grid-template-columns: 1fr; } }

    .payment-field select, .payment-field input { color: #f7fbff; }
    .payment-table-slots { display: grid; gap: 10px; }
    .payment-table-slot { display: grid; gap: 8px; padding: 12px; border-radius: 16px; border: 1px solid rgba(149,197,255,0.14); background: rgba(8,22,42,0.42); }
    .payment-table-slot-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
    .payment-table-slot-badge { font-size: 0.82rem; color: #a9c4ef; padding: 5px 9px; border-radius: 999px; background: rgba(149,197,255,0.08); }
    .payment-table-form { display: grid; gap: 10px; grid-template-columns: minmax(0, 1fr) auto; }
    .payment-table-form input { width: 100%; border: 1px solid rgba(149, 197, 255, 0.2); border-radius: 14px; padding: 12px 14px; color: #fff; background: rgba(8,22,42,0.78); outline: none; font: inherit; }
    .payment-table-form button, .payment-mini-btn { border: none; border-radius: 14px; padding: 12px 14px; cursor: pointer; color: #06111f; background: linear-gradient(135deg, #ffe08a, #ff9f1c 48%, #ff6b00); font-weight: 900; }
    .payment-mini-btn.secondary { color: #dce9ff; background: rgba(18,46,89,0.96); border: 1px solid rgba(149,197,255,0.18); }
    .nav-account-btn { font-family: inherit; max-width: 240px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

    /* v174 checkout preview recalc fix */
    .payment-renew-summary { display: grid; gap: 12px; margin-top: 14px; }
    .payment-renew-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
    .payment-renew-card { border: 1px solid rgba(148, 192, 255, .18); background: rgba(7, 20, 38, .48); border-radius: 18px; padding: 16px; box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
    .payment-renew-card span { display: block; color: #a8bee2; font-size: 13px; margin-bottom: 8px; }
    .payment-renew-card strong { display: block; color: #eef5ff; font-size: 16px; line-height: 1.35; }
    .payment-renew-note { color: #b6c8e8; font-size: 14px; line-height: 1.55; }
    .payment-cabinet-license-row { align-items: center; gap: 14px; }
    @media (max-width: 760px) { .payment-renew-grid { grid-template-columns: 1fr; } }
    @media (max-width: 720px) { .payment-table-form { grid-template-columns: 1fr; } }
    @media (max-width: 720px) { .payment-grid-2, .payment-mode-row { grid-template-columns: 1fr; } }
    .payment-status {
      display: none;
      padding: 14px 16px;
      border-radius: 16px;
      background: rgba(8, 22, 42, 0.82);
      border: 1px solid rgba(149, 197, 255, 0.16);
      color: #dce9ff;
      line-height: 1.55;
      white-space: pre-wrap;
    }
    .payment-status.show { display: block; }
    .payment-result {
      display: none;
      gap: 12px;
      padding-top: 6px;
    }
    .payment-result.show { display: grid; }
    .payment-result-card {
      padding: 14px 16px;
      border-radius: 16px;
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(149, 197, 255, 0.16);
    }
    .payment-result-card span {
      display: block;
      color: var(--muted);
      margin-bottom: 6px;
      font-size: 0.9rem;
    }

    .payment-tech-card { opacity: .72; font-size: 12px; }
    .payment-tech-card strong { font-size: 13px; word-break: break-all; }

    .payment-result-card a {
      color: #8fd3ff;
      overflow-wrap: anywhere;
      font-weight: 800;
    }
    .payment-pay-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      width: 100%;
      margin-top: 8px;
      padding: 14px 18px;
      border-radius: 18px;
      color: #06111f !important;
      font-weight: 900;
      text-align: center;
      text-decoration: none;
      background: linear-gradient(135deg, #ffe08a, #ff9f1c 52%, #ff6b00);
      box-shadow: 0 16px 36px rgba(255, 143, 31, 0.28), inset 0 1px 0 rgba(255,255,255,0.38);
    }
    .payment-yookassa-note {
      color: var(--muted);
      line-height: 1.55;
      font-size: 0.92rem;
      margin-top: 8px;
    }
    .payment-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 2px;
    }
    .payment-submit {
      border: none;
      border-radius: 18px;
      padding: 14px 18px;
      cursor: pointer;
      color: #06111f;
      font-weight: 900;
      background: linear-gradient(135deg, #ffe08a, #ff9f1c 52%, #ff6b00);
      box-shadow: 0 16px 36px rgba(255, 143, 31, 0.28), inset 0 1px 0 rgba(255,255,255,0.38);
    }
    .payment-submit:disabled { opacity: 0.62; cursor: wait; }
    .payment-secondary {
      border-radius: 18px;
      padding: 14px 18px;
      color: #fff;
      font-weight: 800;
      background: rgba(18, 46, 89, 0.78);
      border: 1px solid rgba(149, 197, 255, 0.18);
      cursor: pointer;
    }


    /* v187: styled landing and modal scrollbars */
    .payment-modal-dialog {
      scrollbar-width: thin;
      scrollbar-color: rgba(255, 159, 28, 0.75) rgba(8, 22, 42, 0.82);
    }
    .payment-modal-dialog::-webkit-scrollbar { width: 10px; height: 10px; }
    .payment-modal-dialog::-webkit-scrollbar-track {
      background: rgba(8, 22, 42, 0.82);
      border-radius: 999px;
      margin: 18px 0;
    }
    .payment-modal-dialog::-webkit-scrollbar-thumb {
      background: linear-gradient(180deg, #ffe08a, #ff9f1c 48%, #ff6b00);
      border-radius: 999px;
      border: 2px solid rgba(8, 22, 42, 0.82);
      box-shadow: 0 0 18px rgba(255, 143, 31, 0.35);
    }
    .payment-modal-dialog::-webkit-scrollbar-thumb:hover {
      background: linear-gradient(180deg, #fff0b8, #ffaf32 48%, #ff7a13);
    }
    .payment-cabinet-empty-note { color: var(--muted); line-height: 1.5; margin-top: 8px; }
    .payment-cabinet-card.no-license { border-color: rgba(255, 159, 28, 0.24); background: rgba(255, 159, 28, 0.08); }
    .payment-result-card.payment-created-card { border-color: rgba(255, 159, 28, 0.24); background: rgba(255, 159, 28, 0.08); }

  
    /* v174: compact landing rhythm and live renewal preview */
    .hero { padding: 38px 0 18px; }
    .hero-grid { gap: 20px; }
    .eyebrow { padding: 8px 14px; margin-bottom: 14px; font-size: 0.88rem; }
    h1 { font-size: clamp(2.55rem, 5.25vw, 5.1rem); }
    .hero-subtitle { margin-top: 14px; font-size: clamp(1.04rem, 1.55vw, 1.34rem); line-height: 1.38; }
    .hero-actions { margin-top: 20px; gap: 10px; }
    .btn { padding: 13px 18px; }
    .tag-grid { margin-top: 18px; gap: 10px; grid-template-columns: repeat(auto-fit, minmax(176px, 1fr)); }
    .tag-card { min-height: 78px; padding: 12px 13px; border-radius: 18px; }
    .tag-icon { width: 46px; height: 46px; border-radius: 15px; }
    section { padding: 26px 0; }
    .section-head { margin-bottom: 16px; gap: 12px; }
    .section-head h2 { font-size: clamp(1.72rem, 2.45vw, 2.65rem); }
    .section-head p { margin-top: 8px; line-height: 1.5; }
    .section-kicker { margin-bottom: 8px; font-size: 0.74rem; }
    .highlight-grid, .benefit-grid, .pricing-grid, .contact-grid { gap: 12px; }
    .highlight-card, .benefit-card, .pricing-card, .contact-card, .cta-block { padding: 18px; }
    .highlight-card h3, .benefit-card h3, .pricing-card h3, .contact-card h3, .cta-block h3 { margin-bottom: 7px; font-size: 1.12rem; }
    .highlight-card p, .benefit-card p, .pricing-card p, .contact-card p, .cta-block p { line-height: 1.5; font-size: 0.9rem; }
    .monitor-shell { padding: 14px; }
    .monitor-grid { grid-template-columns: 210px minmax(0, 1fr); gap: 14px; min-height: 570px; }
    .monitor-menu { padding: 12px; }
    .menu-head { margin-bottom: 10px; font-size: 0.88rem; }
    .section-menu { gap: 7px; }
    .section-btn { min-height: 54px; padding: 9px 10px; border-radius: 14px; }
    .section-btn small { margin-top: 3px; line-height: 1.25; font-size: 0.74rem; }
    .menu-note { margin-top: 10px; padding: 10px; font-size: 0.82rem; line-height: 1.35; border-radius: 14px; }
    .monitor-preview { padding: 14px; }
    .preview-top { margin-bottom: 10px; gap: 10px; }
    .preview-top h3 { font-size: 1.15rem; }
    .preview-top p { margin-top: 5px; line-height: 1.42; font-size: 0.88rem; }
    .screen-tabs { gap: 7px; }
    .screen-tab { padding: 8px 11px; border-radius: 14px; font-size: 0.8rem; }
    .pricing-card { gap: 10px; }
    .pricing-card.recommended { transform: none; }
    .monthly { font-size: clamp(1.72rem, 2.35vw, 2.35rem); }
    .price-box { padding: 10px 12px; border-radius: 14px; }


    /* v188: embedded WIZY video review block */
    .video-showcase {
      position: relative;
      overflow: hidden;
      padding: clamp(18px, 2.4vw, 28px);
      border-radius: var(--radius-xl);
      border: 1px solid rgba(255, 224, 138, 0.22);
      background:
        radial-gradient(circle at 14% 18%, rgba(255, 159, 28, 0.24), transparent 30%),
        radial-gradient(circle at 88% 18%, rgba(42, 240, 255, 0.18), transparent 28%),
        linear-gradient(135deg, rgba(9, 21, 42, 0.88), rgba(6, 15, 31, 0.96));
      box-shadow: 0 26px 70px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.08);
    }
    .video-showcase::before {
      content: "";
      position: absolute;
      inset: -30% auto auto -10%;
      width: 420px;
      height: 420px;
      border-radius: 999px;
      background: rgba(255, 159, 28, 0.12);
      filter: blur(52px);
      pointer-events: none;
    }
    .video-showcase-grid {
      position: relative;
      display: grid;
      grid-template-columns: minmax(280px, 0.88fr) minmax(420px, 1.42fr);
      gap: clamp(18px, 2.4vw, 30px);
      align-items: center;
      z-index: 1;
    }
    .video-copy { display: grid; gap: 14px; align-content: center; }
    .video-copy h2 {
      margin: 0;
      font-size: clamp(2rem, 4vw, 4.2rem);
      line-height: 0.95;
      letter-spacing: -0.05em;
    }
    .video-copy p {
      margin: 0;
      max-width: 560px;
      color: var(--muted);
      font-size: clamp(0.98rem, 1.3vw, 1.12rem);
      line-height: 1.56;
    }
    .video-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
    .video-point {
      padding: 9px 12px;
      border-radius: 999px;
      border: 1px solid rgba(146, 204, 255, 0.18);
      background: rgba(255,255,255,0.06);
      color: #dfeaff;
      font-size: 0.88rem;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
    }
    .video-frame-card {
      position: relative;
      border-radius: 28px;
      padding: 12px;
      border: 1px solid rgba(146, 204, 255, 0.2);
      background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.035));
      box-shadow: 0 22px 58px rgba(0,0,0,0.36), 0 0 42px rgba(47, 109, 255, 0.12);
    }
    .video-frame-card::after {
      content: "";
      position: absolute;
      inset: 10px;
      border-radius: 22px;
      pointer-events: none;
      box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08), inset 0 0 44px rgba(42, 240, 255, 0.06);
    }
    .video-iframe-wrap {
      position: relative;
      overflow: hidden;
      border-radius: 22px;
      aspect-ratio: 16 / 9;
      background: #020712;
    }
    .video-iframe-wrap iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }
    .video-ribbon {
      display: inline-flex;
      width: fit-content;
      align-items: center;
      gap: 9px;
      padding: 9px 12px;
      border-radius: 999px;
      color: #251400;
      background: linear-gradient(135deg, #ffe08a, #ff9f1c 55%, #ff6b00);
      box-shadow: 0 14px 28px rgba(255, 143, 31, 0.27);
      font-weight: 800;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      font-size: 0.78rem;
    }
    .video-hero-btn { border-color: rgba(109, 171, 255, 0.22); }
    @media (max-width: 980px) {
      .video-showcase-grid { grid-template-columns: 1fr; }
      .video-copy h2 { max-width: 760px; }
    }


    /* v175: warm brand accent, animated logo, more compact landing sections */
    .brand svg path[stroke="url(#wizyLogoGrad)"] {
      filter: drop-shadow(0 0 10px rgba(255, 159, 28, 0.42));
    }
    .brand-copy strong {
      color: var(--orange);
      text-shadow: 0 0 18px rgba(255, 159, 28, 0.34);
    }
    .nav-links .btn-primary,
    .hero-actions .btn-primary,
    .cta-actions .btn-primary {
      color: #281400;
      background: linear-gradient(135deg, #ffe08a 0%, #ff9f1c 52%, #ff6b00 100%);
      border-color: rgba(255, 226, 154, 0.66);
      box-shadow: 0 16px 36px rgba(255, 143, 31, 0.32), inset 0 1px 0 rgba(255,255,255,0.42);
    }
    .nav-links .btn-primary:hover,
    .hero-actions .btn-primary:hover,
    .cta-actions .btn-primary:hover {
      box-shadow: 0 20px 42px rgba(255, 143, 31, 0.38), inset 0 1px 0 rgba(255,255,255,0.48);
    }
    .hero { padding: 32px 0 16px; }
    .hero-grid { gap: 18px; }
    .hero-subtitle { max-width: 640px; }
    .hero-actions { margin-top: 18px; }
    .hero-side { min-height: 650px; }
    section { padding: 22px 0; }
    .section-head { margin-bottom: 14px; }
    .highlight-card, .benefit-card, .pricing-card, .contact-card, .cta-block { padding: 16px; }
    .monitor-grid { min-height: 535px; }
    .monitor-shell { padding: 12px; }
    .monitor-preview { padding: 12px; }
    .screen-tabs { margin-bottom: 9px; }
    .screen-frame img { max-height: 540px; object-fit: contain; }
    .pricing-card { gap: 9px; }
    .pricing-card.recommended { transform: none; }
    .monthly { font-size: clamp(1.58rem, 2.1vw, 2.18rem); }
    .price-note { font-size: 0.86rem; }
    .price-box { padding: 9px 11px; }


    .payment-referral-card { border-color: rgba(42, 240, 255, 0.22); background: linear-gradient(135deg, rgba(42,240,255,.10), rgba(255,159,28,.08)); }
    .payment-referral-card .payment-referral-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: center; margin-top: 10px; }
    .payment-referral-card input { width: 100%; border: 1px solid rgba(149,197,255,.2); border-radius: 14px; padding: 12px 14px; color: #fff; background: rgba(8,22,42,.78); outline: none; font: inherit; }
    .payment-referral-card .payment-referral-note { color: #b6c8e8; font-size: 14px; line-height: 1.55; margin-top: 10px; }
    .payment-referral-gift { padding: 16px 18px; border-radius: 18px; }
    .payment-referral-gift-title { color:#ffffff; font-weight:900; font-size:15px; margin-bottom:7px; }
    .payment-referral-gift-text { color:#c7d7f4; font-size:14px; line-height:1.55; }
    @media (max-width: 720px) { .payment-referral-card .payment-referral-row { grid-template-columns: 1fr; } }


    /* v13.68: mobile landing/auth/billing adaptation */
    @media (max-width: 760px) {
      html { scroll-padding-top: 78px; }
      body { min-width: 0; overflow-x: hidden; }
      body::before, body::after, .floating-shape, .glass-orb { display: none !important; }
      .page::before { background-size: 34px 34px; opacity: 0.11; }
      .shell, .nav-inner { width: min(calc(100% - 24px), var(--max)) !important; }
      .nav { position: sticky; top: 0; }
      .nav-inner { padding: 10px 0 !important; gap: 10px !important; align-items: stretch !important; }
      .brand { gap: 10px; }
      .brand svg { width: 42px !important; height: 42px !important; }
      .brand-copy strong { font-size: 0.95rem !important; letter-spacing: 0.06em; }
      .brand-copy span { font-size: 0.78rem !important; line-height: 1.2; }
      .nav-links { display: grid !important; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px !important; }
      .nav-links a, .nav-links button, .nav-account-btn { width: 100%; justify-content: center; text-align: center; padding: 10px 8px !important; font-size: 0.86rem !important; min-height: 42px; white-space: normal; }
      .nav-links a[href="#sections"], .nav-links a[href="#benefits"] { display: none !important; }
      .hero { padding: 24px 0 10px !important; }
      .hero-grid { grid-template-columns: 1fr !important; gap: 18px !important; }
      h1 { font-size: clamp(2.25rem, 13vw, 3.55rem) !important; line-height: 0.95 !important; letter-spacing: -0.055em; overflow-wrap: anywhere; }
      .eyebrow { max-width: 100%; padding: 8px 12px !important; margin-bottom: 12px !important; font-size: 0.82rem !important; line-height: 1.25; white-space: normal; }
      .hero-subtitle { font-size: 1rem !important; line-height: 1.48 !important; margin-top: 12px !important; }
      .hero-actions { display: grid !important; grid-template-columns: 1fr !important; gap: 10px !important; margin-top: 16px !important; }
      .btn, .price-action, .payment-submit, .payment-secondary { width: 100%; min-height: 48px; padding: 13px 15px !important; white-space: normal !important; text-align: center; }
      .tag-grid, .highlight-grid, .benefit-grid, .pricing-grid, .contact-grid { grid-template-columns: 1fr !important; gap: 12px !important; width: 100% !important; }
      .tag-card, .highlight-card, .benefit-card, .pricing-card, .contact-card, .cta-block { padding: 16px !important; border-radius: 20px !important; }
      section { padding: 18px 0 !important; }
      .section-head { display: block !important; margin-bottom: 12px !important; }
      .section-head h2 { font-size: clamp(1.58rem, 8vw, 2.16rem) !important; line-height: 1.06 !important; }
      .section-head p { font-size: 0.95rem !important; line-height: 1.5 !important; }
      .video-showcase { padding: 16px !important; border-radius: 22px !important; }
      .video-showcase-grid { grid-template-columns: 1fr !important; gap: 16px !important; }
      .video-copy h2 { font-size: clamp(1.65rem, 8vw, 2.45rem) !important; line-height: 1.02 !important; }
      .video-points { gap: 7px !important; }
      .video-point { font-size: 0.78rem !important; padding: 8px 10px !important; }
      .video-frame-card { padding: 8px !important; border-radius: 20px !important; }
      .video-iframe-wrap { border-radius: 16px !important; }
      .hero-side { min-height: 0 !important; display: none !important; }
      .monitor-shell { padding: 10px !important; border-radius: 22px !important; }
      .monitor-grid { grid-template-columns: 1fr !important; min-height: 0 !important; gap: 10px !important; }
      .monitor-menu { padding: 10px !important; border-radius: 18px !important; }
      .section-menu { display: flex !important; overflow-x: auto; gap: 8px !important; padding-bottom: 4px; scroll-snap-type: x proximity; }
      .section-btn { flex: 0 0 220px; min-height: 58px !important; padding: 10px !important; scroll-snap-align: start; }
      .menu-note { display: none !important; }
      .monitor-preview { padding: 10px !important; border-radius: 18px !important; }
      .preview-top { display: grid !important; height: auto !important; gap: 10px !important; }
      .screen-tabs { display: flex !important; overflow-x: auto; gap: 8px !important; padding-bottom: 4px; }
      .screen-tab { flex: 0 0 auto; }
      .screen-window { border-radius: 18px !important; overflow: hidden; }
      .screen-canvas { min-height: 360px !important; overflow: auto; }
      .screen-lightbox-dialog { width: calc(100vw - 18px) !important; max-height: calc(100dvh - 18px) !important; border-radius: 20px !important; padding: 12px !important; }
      .screen-lightbox-top { display: grid !important; gap: 10px !important; }
      .screen-lightbox-close { width: 100%; }
      .pricing-card { min-width: 0 !important; }
      .price-top { display: grid !important; gap: 8px !important; }
      .price-tag { width: max-content; max-width: 100%; white-space: normal; }
      .trial-pricing-row { padding: 16px !important; }
      .trial-pricing-row .trial-copy { grid-template-columns: 1fr !important; }
      .trial-pricing-row .price-tag { justify-self: start; }
      .footer { padding-bottom: calc(22px + env(safe-area-inset-bottom)); }
      .footer-inner, .footer-contacts, .footer-contact-links, .footer-legal, .footer-legal-links { display: grid !important; gap: 10px !important; align-items: stretch !important; }
      .footer-link { width: 100%; justify-content: center; text-align: center; }
      .footer-legal-link { width: 100%; text-align: center; padding: 3px 0; }
      .footer-copy { text-align: center; white-space: normal; }
      .legal-modal { padding: 10px !important; }
      .legal-modal-dialog { width: calc(100vw - 20px) !important; max-height: calc(100dvh - 20px) !important; border-radius: 20px !important; }
      .legal-modal-top { display: grid !important; gap: 10px !important; padding: 14px !important; }
      .legal-modal-close { width: 100%; }
      .legal-modal-body { padding: 16px !important; }
    }

    @media (max-width: 520px) {
      .payment-modal { align-items: stretch !important; padding: 0 !important; }
      .payment-modal-dialog {
        width: 100vw !important;
        max-width: 100vw !important;
        height: 100dvh !important;
        max-height: 100dvh !important;
        border-radius: 0 !important;
        padding: calc(14px + env(safe-area-inset-top)) 14px calc(18px + env(safe-area-inset-bottom)) !important;
        overflow-y: auto !important;
      }
      .payment-modal-top { display: grid !important; grid-template-columns: 1fr !important; gap: 12px !important; }
      .payment-modal-top h3 { font-size: 1.35rem !important; line-height: 1.08; }
      .payment-modal-top p { font-size: 0.92rem !important; line-height: 1.45; }
      .payment-close { width: 100%; min-height: 44px; justify-content: center; }
      .payment-form { gap: 12px !important; }
      .payment-mode-row, .payment-grid-2, .payment-renew-grid, .payment-cabinet-profile-grid, .payment-table-form { grid-template-columns: 1fr !important; }
      .payment-field label { font-size: 0.88rem !important; }
      .payment-field input, .payment-field select { min-height: 48px; font-size: 16px !important; padding: 12px 14px !important; }
      .payment-autorenew-card { padding: 12px !important; border-radius: 18px !important; }
      .payment-autorenew-line { grid-template-columns: minmax(0,1fr) auto auto !important; gap: 10px !important; align-items: center !important; }
      .payment-autorenew-line input { width: 22px !important; height: 22px !important; margin: 0 !important; justify-self:end !important; }
      .payment-autorenew-pill { grid-column: auto !important; width: max-content; }
      .payment-actions { display: grid !important; grid-template-columns: 1fr !important; gap: 10px !important; position: sticky; bottom: 0; padding-top: 10px; background: linear-gradient(180deg, rgba(16,27,47,0), rgba(16,27,47,.98) 30%); }
      .payment-result-card, .payment-cabinet-card, .payment-renew-card { padding: 13px !important; border-radius: 16px !important; }
      .payment-cabinet-license-row { display: grid !important; grid-template-columns: 1fr !important; }
    }

    @media (max-width: 380px) {
      .shell, .nav-inner { width: min(calc(100% - 16px), var(--max)) !important; }
      h1 { font-size: clamp(2rem, 12vw, 3rem) !important; }
      .brand-copy span { display: none !important; }
      .nav-links { grid-template-columns: 1fr !important; }
      .section-btn { flex-basis: 190px; }
    }


    /* v13.70: mobile service screenshots must fit inside viewport */
    @media (max-width: 760px) {
      #sections,
      #sections * {
        box-sizing: border-box !important;
      }
      #sections {
        overflow-x: hidden !important;
      }
      #sections .monitor-shell,
      #sections .monitor-grid,
      #sections .monitor-preview,
      #sections .screen-window,
      #sections .screen-canvas,
      #sections .screen-asset-wrap,
      #sections .screen-gallery,
      #sections .screen-shot,
      #sections .screen-shot-btn {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
      }
      #sections .monitor-shell,
      #sections .monitor-preview,
      #sections .screen-window {
        overflow: hidden !important;
      }
      #sections .screen-window-top {
        height: auto !important;
        min-height: 44px !important;
        padding: 10px 12px !important;
        gap: 8px !important;
      }
      #sections .screen-canvas {
        min-height: 0 !important;
        padding: 8px !important;
        overflow: visible !important;
        border-radius: 0 0 18px 18px !important;
      }
      #sections .screen-asset-wrap {
        display: block !important;
        overflow: visible !important;
      }
      #sections .screen-gallery,
      #sections .screen-gallery.single {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 10px !important;
        overflow: visible !important;
        align-items: stretch !important;
      }
      #sections .screen-shot {
        margin: 0 !important;
        padding: 7px !important;
        border-radius: 16px !important;
        overflow: hidden !important;
      }
      #sections .screen-shot-btn {
        display: block !important;
        overflow: hidden !important;
        border-radius: 12px !important;
      }
      #sections .screen-shot img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: none !important;
        object-fit: contain !important;
        object-position: center top !important;
        border-radius: 12px !important;
      }
      #sections .screen-shot figcaption {
        font-size: 0.82rem !important;
        line-height: 1.35 !important;
        padding: 8px 2px 2px !important;
        word-break: break-word !important;
      }
      #sections .screen-shot-btn::after {
        right: 8px !important;
        bottom: 8px !important;
        max-width: calc(100% - 16px) !important;
        white-space: normal !important;
        text-align: center !important;
      }
      .screen-lightbox-image-wrap {
        max-width: 100% !important;
        overflow: auto !important;
      }
      .screen-lightbox-image-wrap img {
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: 72dvh !important;
        object-fit: contain !important;
      }
    }
