@font-face {
      font-family: Bounded;
      src: url("https://payholder-static.s3.regru.cloud/fonts/Bounded-Variable.ttf") format("truetype");
      font-style: normal;
      font-weight: 100 900;
      font-display: swap;
    }

    :root {
      --figma-green: #176b43;
      --figma-green-dark: #0f5132;
      --figma-mint: #ffffff;
      --figma-mint-2: #bff6df;
      --figma-paper: #f4fcf9;
      --figma-line: rgba(23, 107, 67, 0.28);
      --figma-ink: #222322;
      --muted: #555955;
      --surface: #ffffff;
      --blue: #006941;
      --blue-dark: #0f5132;
      --max: 1440px;
      --font-display: Bounded, "Inter Tight", sans-serif;
      --font-body: "Inter Tight", sans-serif;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; scroll-padding-top: 100px; }
    body {
      font-family: var(--font-body);
      color: var(--figma-ink);
      background-color: var(--figma-paper);
      background-image:
        linear-gradient(rgba(23, 107, 67, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(23, 107, 67, 0.04) 1px, transparent 1px);
      background-size: 130px 130px;
      line-height: 1.5;
      overflow-x: clip;
      text-wrap: pretty;
    }
    a { color: inherit; text-decoration: none; }
    button, input, select { font: inherit; }
    img { display: block; max-width: 100%; }

    .wrap {
      width: min(100% - 2.5rem, 1120px);
      margin-inline: auto;
    }

    /* —— Header (from b2bexample) —— */
    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      gap: 24px;
      width: 100%;
      min-height: 100px;
      padding: 0 max(32px, calc((100vw - 1600px) / 2));
      background: #fffffff0;
      border-bottom: 1px solid var(--figma-line);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
    }
    .brand {
      display: inline-flex;
      align-items: center;
      width: 147px;
      min-width: 107px;
    }
    .brand-logo {
      width: 147px;
      max-width: 100%;
      height: auto;
    }
    .desktop-nav {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: clamp(16px, 1.8vw, 30px);
      color: #454545;
      font-size: 13px;
      font-weight: 600;
    }
    .desktop-nav a {
      position: relative;
      padding: 10px 0;
    }
    .desktop-nav a::after {
      content: "";
      position: absolute;
      left: 0;
      right: 100%;
      bottom: 4px;
      height: 1px;
      background: var(--figma-green);
      transition: right 0.18s ease-out;
    }
    .desktop-nav a:hover::after,
    .desktop-nav a:focus-visible::after { right: 0; }
    .header-actions {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 18px;
      white-space: nowrap;
    }
    .header-phone {
      color: var(--figma-green);
      font-size: 14px;
      font-weight: 700;
    }
    .mobile-header-phone { display: none; color: var(--figma-green); font-weight: 700; font-size: 13px; }
    .mobile-menu { display: none; }

    /* Buttons — cut corner like b2bexample */
    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 54px;
      padding: 0 24px;
      border: 0;
      border-radius: 0;
      clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
      font-weight: 550;
      font-size: 12px;
      letter-spacing: -0.02em;
      line-height: 1.1;
      cursor: pointer;
      transition: transform 0.18s ease-out, background 0.18s ease-out, box-shadow 0.18s ease-out;
    }
    .button:hover { transform: translateY(-2px); }
    .button:focus-visible {
      outline: 3px solid rgba(61, 189, 140, 0.55);
      outline-offset: 3px;
    }
    .button-primary,
    .button-small {
      color: #fff;
      background: var(--figma-green);
    }
    .button-primary:hover,
    .button-small:hover {
      background: var(--figma-green-dark);
      box-shadow: 0 16px 34px #0069412e;
    }
    .button-small {
      min-height: 46px;
      min-width: 178px;
      padding-inline: 22px;
      font-size: 14px;
    }
    .button-ghost {
      background: transparent;
      color: var(--figma-ink);
      text-decoration: underline;
      text-underline-offset: 4px;
      clip-path: none;
      min-height: 44px;
      padding: 0;
      font-weight: 600;
      font-size: 14px;
    }
    .button-ghost:hover { color: var(--figma-green); transform: none; }

    /* —— Hero —— */
    .hero {
      position: relative;
      isolation: isolate;
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
      gap: clamp(32px, 4vw, 72px);
      align-items: center;
      width: min(1480px, calc(100% - 48px));
      margin: 0 auto;
      min-height: min(820px, calc(100svh - 100px));
      padding: 64px 0 72px;
    }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 28px;
      font-size: 15px;
      font-weight: 500;
      color: var(--figma-ink);
    }
    .eyebrow span:first-child {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 48px;
      min-height: 38px;
      padding: 9px 10px;
      color: #fff;
      background: var(--figma-green);
      font-family: var(--font-display);
      font-weight: 600;
      font-size: 13px;
    }
    .hero h1 {
      font-family: var(--font-display);
      font-weight: 510;
      font-size: clamp(34px, 4.2vw, 58px);
      line-height: 0.98;
      letter-spacing: -0.04em;
      max-width: 16ch;
      margin-bottom: 22px;
    }
    .hero-lead {
      max-width: 42ch;
      margin-bottom: 28px;
      color: #353735;
      font-size: clamp(17px, 1.5vw, 22px);
      line-height: 1.35;
    }
    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 18px 24px;
      align-items: center;
      margin-bottom: 18px;
    }
    .hero-actions .button {
      min-height: 58px;
      padding-inline: 22px;
      font-size: 14px;
    }
    .response-note {
      color: var(--muted);
      font-size: 14px;
    }
    .trust-row {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0;
      margin-top: 28px;
      background: #fff;
      border: 1px solid #52c79a;
    }
    .trust-point {
      display: flex;
      flex-direction: column;
      gap: 8px;
      padding: 18px 16px;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.2;
      border-right: 1px solid #52c79a;
    }
    .trust-point:last-child { border-right: 0; }
    .trust-point b {
      color: var(--figma-green);
      font-family: var(--font-display);
      font-size: 13px;
      font-weight: 600;
    }

    .device {
      background: #0f1713;
      border: 1px solid rgba(191, 246, 223, 0.18);
      overflow: hidden;
      box-shadow: 0 24px 60px rgba(15, 81, 50, 0.18);
    }
    .device-bar {
      display: flex;
      gap: 6px;
      padding: 0.7rem 0.9rem;
      background: #15201a;
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }
    .device-bar i {
      width: 8px; height: 8px; border-radius: 50%;
      background: rgba(255, 255, 255, 0.18);
    }
    .device-body {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      min-height: 280px;
      color: #f3f5f7;
    }
    .pos, .dash { padding: 1rem; }
    .pos { border-right: 1px solid rgba(255, 255, 255, 0.06); }
    .dash { background: #121c16; }
    .pos h3, .dash h3 {
      font-family: var(--font-display);
      font-size: 0.72rem;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.45);
      margin-bottom: 0.75rem;
    }
    .pos-item {
      display: flex;
      justify-content: space-between;
      gap: 0.5rem;
      padding: 0.65rem 0.7rem;
      margin-bottom: 0.45rem;
      background: rgba(255, 255, 255, 0.04);
      font-size: 0.86rem;
    }
    .pos-item.is-active {
      outline: 1px solid rgba(4, 187, 132, 0.8);
      background: rgba(4, 187, 132, 0.12);
    }
    .pos-item span { color: rgba(255, 255, 255, 0.5); }
    .dash-metric small {
      display: block;
      color: rgba(255, 255, 255, 0.45);
      font-size: 0.75rem;
      margin-bottom: 0.2rem;
    }
    .dash-metric b {
      font-family: var(--font-display);
      font-size: 1.55rem;
      font-weight: 600;
      color: #fff;
    }
    .bars {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 6px;
      align-items: end;
      height: 72px;
      margin-top: 1rem;
    }
    .bars span {
      display: block;
      background: rgba(4, 187, 132, 0.65);
      animation: barUp 0.9s ease backwards;
    }
    .bars span:nth-child(1) { height: 35%; animation-delay: 0.2s; }
    .bars span:nth-child(2) { height: 58%; animation-delay: 0.3s; }
    .bars span:nth-child(3) { height: 44%; animation-delay: 0.4s; }
    .bars span:nth-child(4) { height: 78%; animation-delay: 0.5s; }
    .bars span:nth-child(5) { height: 62%; animation-delay: 0.6s; }
    @keyframes barUp {
      from { transform: scaleY(0); transform-origin: bottom; }
      to { transform: scaleY(1); }
    }

    .hero-bridge {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      width: min(100% - 32px, 1480px);
      margin: 0 auto 48px;
      padding: 22px 26px;
      background: #fff;
      border: 1px solid var(--figma-line);
      font-family: var(--font-display);
      font-size: clamp(16px, 1.4vw, 20px);
      font-weight: 500;
      line-height: 1.25;
    }
    .hero-bridge span { color: var(--figma-green); font-size: 1.4rem; }

    /* —— Sections —— */
    section.block { padding: 72px 0; }
    .section-kicker {
      display: block;
      margin-bottom: 12px;
      color: var(--figma-green);
      font-family: var(--font-display);
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }
    h2 {
      font-family: var(--font-display);
      font-weight: 510;
      font-size: clamp(28px, 3.4vw, 42px);
      line-height: 1.05;
      letter-spacing: -0.03em;
      max-width: 18ch;
      margin-bottom: 14px;
    }
    .lead {
      max-width: 58ch;
      color: var(--muted);
      font-size: 1.05rem;
      line-height: 1.45;
    }
    .draft {
      display: inline-block;
      font-size: 0.7rem;
      font-weight: 600;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: var(--figma-green-dark);
      background: var(--figma-mint-2);
      padding: 0.15rem 0.4rem;
      vertical-align: middle;
    }

    .problem-points {
      list-style: none;
      margin-top: 2.5rem;
      max-width: 720px;
      border-top: 1px solid var(--figma-line);
    }
    .problem-points li {
      display: grid;
      grid-template-columns: 9rem 1fr;
      gap: 1rem;
      padding: 1.15rem 0;
      border-bottom: 1px solid var(--figma-line);
    }
    .problem-points b {
      font-family: var(--font-display);
      font-size: 1.35rem;
      color: var(--figma-green);
      font-weight: 600;
    }
    .problem-points p { color: var(--muted); }

    .compare-table {
      margin-top: 2rem;
      width: 100%;
      border-collapse: collapse;
      background: #fff;
      border: 1px solid var(--figma-line);
    }
    .compare-table th,
    .compare-table td {
      text-align: left;
      padding: 1rem 1.15rem;
      border-bottom: 1px solid var(--figma-line);
      vertical-align: top;
      font-size: 0.98rem;
      line-height: 1.4;
      width: 50%;
    }
    .compare-table th {
      font-family: var(--font-display);
      font-size: 0.78rem;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      font-weight: 600;
    }
    .compare-table th:first-child {
      color: var(--muted);
      background: rgba(34, 35, 34, 0.04);
    }
    .compare-table th:last-child {
      color: var(--figma-green);
      background: rgba(23, 107, 67, 0.08);
    }
    .compare-table td:first-child {
      color: var(--muted);
      background: rgba(34, 35, 34, 0.02);
    }
    .compare-table td:last-child {
      color: var(--figma-ink);
      font-weight: 500;
      background: rgba(23, 107, 67, 0.03);
    }
    .compare-table tr:last-child td { border-bottom: 0; }
    .compare-table .draft { margin-left: 0.15rem; }

    .connect-table {
      margin-top: 2rem;
      width: 100%;
      border-collapse: collapse;
      background: #fff;
      border: 1px solid var(--figma-line);
    }
    .connect-table th,
    .connect-table td {
      text-align: left;
      padding: 1rem 1.1rem;
      border-bottom: 1px solid var(--figma-line);
      vertical-align: top;
      font-size: 0.95rem;
    }
    .connect-table th {
      font-family: var(--font-display);
      font-size: 0.75rem;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: var(--muted);
      background: rgba(23, 107, 67, 0.04);
    }
    .connect-table tr:last-child td { border-bottom: 0; }
    .connect-table td:first-child { font-weight: 600; }
    .connect-note { margin-top: 1rem; color: var(--muted); font-size: 0.92rem; }

    .steps-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      margin-top: 2rem;
      border: 1px solid var(--figma-line);
      background: #fff;
    }
    .steps-row-4 {
      grid-template-columns: repeat(4, 1fr);
    }
    .step {
      padding: 1.5rem 1.35rem;
      border-right: 1px solid var(--figma-line);
    }
    .step:last-child { border-right: 0; }
    .step-num {
      font-family: var(--font-display);
      font-size: 2rem;
      color: #04bb84;
      margin-bottom: 0.75rem;
    }
    .step h3 {
      font-family: var(--font-display);
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 0.4rem;
    }
    .step p { color: var(--muted); font-size: 0.95rem; }
    .trust-line {
      margin-top: 1.5rem;
      padding-top: 1rem;
      border-top: 1px solid var(--figma-line);
      color: var(--muted);
      max-width: 62ch;
    }
    .trust-line strong { color: var(--figma-ink); }

    /* Calculator */
    .calc {
      background-color: var(--figma-green);
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
      background-size: 52px 52px;
      color: #fff;
    }
    .calc .section-kicker { color: var(--figma-mint-2); }
    .calc h2 { color: #fff; }
    .calc .lead { color: rgba(255, 255, 255, 0.75); }
    .calc-panel {
      margin-top: 2rem;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
      padding: 1.75rem;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.16);
    }
    .field { margin-bottom: 1.15rem; }
    .field label {
      display: block;
      font-size: 0.82rem;
      color: rgba(255, 255, 255, 0.6);
      margin-bottom: 0.4rem;
    }
    .field input[type="range"] {
      width: 100%;
      accent-color: var(--figma-mint-2);
    }
    .field-val {
      font-family: var(--font-display);
      font-weight: 600;
      font-size: 1.2rem;
      margin-top: 0.25rem;
    }
    .calc-out {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 1.25rem;
      padding-left: 1.5rem;
      border-left: 1px solid rgba(255, 255, 255, 0.16);
    }
    .out-main small {
      display: block;
      color: rgba(255, 255, 255, 0.55);
      font-size: 0.8rem;
      margin-bottom: 0.25rem;
    }
    .out-main strong {
      font-family: var(--font-display);
      font-size: clamp(2rem, 4vw, 2.8rem);
      font-weight: 600;
      color: var(--figma-mint-2);
      letter-spacing: -0.02em;
    }
    .out-sub {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
    }
    .out-sub div {
      padding-top: 0.75rem;
      border-top: 1px solid rgba(255, 255, 255, 0.12);
    }
    .out-sub small { display: block; color: rgba(255, 255, 255, 0.5); font-size: 0.75rem; }
    .out-sub b { font-family: var(--font-display); font-size: 1.15rem; }
    .calc-note {
      margin-top: 1rem;
      font-size: 0.85rem;
      color: rgba(255, 255, 255, 0.5);
    }

    .assort-rail {
      margin-top: 2rem;
      display: flex;
      flex-wrap: wrap;
      gap: 0.55rem;
    }
    .chip {
      font-family: var(--font-display);
      font-size: 0.92rem;
      font-weight: 500;
      padding: 0.65rem 0.9rem;
      background: #fff;
      border: 1px solid var(--figma-line);
    }

    .legal-grid {
      margin-top: 2rem;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1px;
      background: var(--figma-line);
      border: 1px solid var(--figma-line);
    }
    .legal-grid-5 {
      grid-template-columns: repeat(5, 1fr);
    }
    .legal-grid div {
      background: #fff;
      padding: 1.35rem 1.2rem;
    }
    .legal-grid strong {
      display: block;
      font-family: var(--font-display);
      margin-bottom: 0.35rem;
    }
    .legal-grid p { color: var(--muted); font-size: 0.9rem; }
    .pricing-table {
      margin-top: 2rem;
      width: 100%;
      max-width: 720px;
      border-collapse: collapse;
      background: #fff;
      border: 1px solid var(--figma-line);
    }
    .pricing-table th,
    .pricing-table td {
      padding: 1.05rem 1.2rem;
      border-bottom: 1px solid var(--figma-line);
      text-align: left;
      vertical-align: middle;
      font-size: 1rem;
      line-height: 1.35;
    }
    .pricing-table tr:last-child th,
    .pricing-table tr:last-child td { border-bottom: 0; }
    .pricing-table th {
      font-family: var(--font-display);
      font-weight: 500;
      color: var(--figma-ink);
      width: 62%;
    }
    .pricing-table td {
      font-family: var(--font-display);
      font-weight: 600;
      color: var(--figma-green);
      text-align: right;
      white-space: nowrap;
    }

    .contrast {
      margin-top: 1.25rem;
      color: var(--muted);
      font-size: 0.95rem;
      max-width: 62ch;
    }

    .cabinet-split {
      margin-top: 2rem;
      display: grid;
      grid-template-columns: 1fr 1.1fr;
      gap: 2rem;
      align-items: center;
    }
    .cabinet-list {
      list-style: none;
      display: grid;
      gap: 0.85rem;
    }
    .cabinet-list li {
      padding-left: 1.25rem;
      position: relative;
      color: var(--muted);
    }
    .cabinet-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.55rem;
      width: 7px;
      height: 7px;
      background: var(--figma-green);
    }
    .cabinet-mock {
      background: #fff;
      border: 1px solid var(--figma-line);
      padding: 1.1rem;
    }
    .cab-head {
      display: flex;
      justify-content: space-between;
      margin-bottom: 1rem;
      font-family: var(--font-display);
      font-weight: 600;
    }
    .cab-head span { color: var(--muted); font-size: 0.8rem; font-weight: 500; }
    .cab-rows { display: grid; gap: 0.5rem; }
    .cab-row {
      display: grid;
      grid-template-columns: 1.4fr 1fr 0.8fr;
      gap: 0.5rem;
      padding: 0.7rem 0.75rem;
      background: var(--figma-paper);
      font-size: 0.88rem;
    }
    .cab-row em { font-style: normal; color: var(--figma-green); font-weight: 600; }

    .pilot {
      background: #fff;
      border-block: 1px solid var(--figma-line);
    }
    .block-light {
      background: #fff;
      border-block: 1px solid var(--figma-line);
    }
    .block-light .button { margin-top: 1.75rem; }
    .block-paper {
      background: var(--figma-paper) !important;
      border-block: 1px solid var(--figma-line);
    }
    .pilot-meta {
      margin-top: 2rem;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.25rem 2rem;
    }
    .pilot-meta dt {
      font-size: 0.75rem;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      color: var(--muted);
      font-family: var(--font-display);
      margin-bottom: 0.25rem;
    }
    .pilot-meta dd { font-size: 1.05rem; font-weight: 500; }
    .pilot .button { margin-top: 2rem; }

    details.faq-item {
      border-bottom: 1px solid var(--figma-line);
      padding: 1.1rem 0;
    }
    details.faq-item:first-of-type {
      border-top: 1px solid var(--figma-line);
      margin-top: 2rem;
    }
    summary {
      cursor: pointer;
      font-weight: 600;
      list-style: none;
      display: flex;
      justify-content: space-between;
      gap: 1rem;
      align-items: center;
      min-height: 44px;
      font-family: var(--font-display);
    }
    summary::-webkit-details-marker { display: none; }
    summary::after {
      content: "+";
      color: var(--figma-green);
      font-size: 1.4rem;
      line-height: 1;
    }
    details[open] summary::after { content: "–"; }
    details.faq-item p {
      margin-top: 0.65rem;
      color: var(--muted);
      max-width: 65ch;
    }

    .final {
      padding-bottom: 96px;
      background: #fff;
      border-block: 1px solid var(--figma-line);
    }
    .form {
      margin-top: 2rem;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0.85rem;
      max-width: 640px;
    }
    .form .full { grid-column: 1 / -1; }
    .form input {
      min-height: 52px;
      padding: 0 0.9rem;
      border: 1px solid var(--figma-line);
      background: #fff;
      color: var(--figma-ink);
    }
    .form input:focus {
      outline: 2px solid rgba(23, 107, 67, 0.28);
      border-color: var(--figma-green);
    }
    .form-consent {
      display: flex;
      align-items: flex-start;
      gap: 0.65rem;
      font-size: 0.88rem;
      line-height: 1.4;
      color: var(--muted);
      cursor: pointer;
    }
    .form-consent input {
      width: 1.1rem;
      height: 1.1rem;
      min-height: 0;
      margin-top: 0.15rem;
      flex-shrink: 0;
      accent-color: var(--figma-green);
      padding: 0;
      border: none;
      background: transparent;
    }
    .form-note {
      margin-top: 0.85rem;
      color: var(--muted);
      font-size: 0.88rem;
    }

    /* —— Footer (from b2bexample) —— */
    .site-footer {
      width: 100%;
      margin-top: 48px;
      padding: 74px max(32px, calc((100vw - 1440px) / 2)) 26px;
      color: #fff;
      background-color: var(--figma-green);
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
      background-size: 52px 52px;
      box-sizing: border-box;
    }
    .footer-top {
      display: grid;
      grid-template-columns: 0.7fr 1fr auto;
      align-items: center;
      gap: 40px;
      padding-bottom: 48px;
      border-bottom: 1px solid #bff6df4d;
    }
    .footer-brand .brand-logo {
      filter: brightness(0) invert(1);
      width: 133px;
    }
    .footer-top > p {
      max-width: 500px;
      color: #ffffffc2;
      line-height: 1.6;
    }
    .site-footer .button-primary {
      color: var(--figma-green);
      background: var(--figma-mint);
    }
    .site-footer .button-primary:hover {
      background: var(--figma-mint-2);
      box-shadow: none;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 48px;
      padding: 52px 0;
    }
    .footer-grid h3 {
      letter-spacing: 0.06em;
      text-transform: uppercase;
      margin: 0 0 20px;
      font-size: 13px;
      color: #fff;
      font-family: var(--font-display);
    }
    .footer-grid a,
    .footer-grid p {
      color: #fff;
      margin: 0 0 11px;
      font-size: 14px;
      line-height: 1.55;
      display: block;
    }
    .footer-grid p { color: #ffffffc2; }
    .footer-grid a:hover { color: var(--figma-mint-2); }
    .footer-private-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .footer-private-link::after {
      content: "";
      width: 9px;
      height: 9px;
      flex: 0 0 9px;
      background: currentColor;
      -webkit-mask: url("https://payholder-static.s3.regru.cloud/icons/b2b/arrow-up-right.svg") center / contain no-repeat;
      mask: url("https://payholder-static.s3.regru.cloud/icons/b2b/arrow-up-right.svg") center / contain no-repeat;
    }
    .footer-bottom {
      display: flex;
      justify-content: space-between;
      gap: 30px;
      padding-top: 22px;
      border-top: 1px solid #bff6df4d;
      color: #ffffffc2;
      font-size: 12px;
    }
    .footer-bottom p { margin: 0; }

    .floating-actions {
      position: fixed;
      right: 24px;
      bottom: 24px;
      z-index: 80;
      opacity: 0;
      pointer-events: none;
      visibility: hidden;
      transform: translateY(12px);
      transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s;
    }
    .floating-actions.is-visible {
      opacity: 1;
      pointer-events: auto;
      visibility: visible;
      transform: translateY(0);
      transition-delay: 0s;
    }
    .floating-jump {
      position: relative;
      display: grid;
      place-items: center;
      width: 56px;
      height: 56px;
      margin: 0;
      padding: 0;
      color: var(--figma-green);
      background: #176b438c;
      border: 0;
      clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 13px, 100% 100%, 0 100%);
      cursor: pointer;
    }
    .floating-jump::before {
      content: "";
      position: absolute;
      inset: 1px;
      background: #fff;
      clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
    }
    .floating-jump:hover::before { background: #d3ffee; }
    .floating-jump svg {
      position: relative;
      z-index: 1;
      width: 26px;
      height: 26px;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.7;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    @media (max-width: 1180px) {
      .desktop-nav { display: none; }
      .site-header { grid-template-columns: 1fr auto; gap: 16px; min-height: 76px; }
      .mobile-menu {
        display: block;
        position: relative;
      }
      .mobile-menu summary {
        list-style: none;
        width: 28px;
        height: 22px;
        font-size: 0;
        cursor: pointer;
        background: linear-gradient(currentColor, currentColor) center / 100% 2px no-repeat;
        color: var(--figma-ink);
      }
      .mobile-menu summary::-webkit-details-marker { display: none; }
      .mobile-menu summary::before,
      .mobile-menu summary::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: currentColor;
      }
      .mobile-menu summary::before { top: 0; }
      .mobile-menu summary::after { bottom: 0; }
      .mobile-menu[open] {
        position: fixed;
        inset: 0;
        z-index: 120;
        background: var(--figma-green);
        color: #fff;
        padding: 28px 20px;
        overflow: auto;
      }
      .mobile-menu[open] summary {
        position: fixed;
        top: 28px;
        right: 20px;
        color: #fff;
        background-size: 0 2px;
      }
      .mobile-menu[open] summary::before {
        top: 10px;
        transform: rotate(45deg);
      }
      .mobile-menu[open] summary::after {
        bottom: 10px;
        transform: rotate(-45deg);
      }
      .mobile-menu-panel {
        display: grid;
        gap: 18px;
        padding-top: 48px;
      }
      .mobile-menu-panel .brand-logo {
        filter: brightness(0) invert(1);
        width: 120px;
      }
      .mobile-menu-links {
        display: grid;
        gap: 14px;
        margin-top: 12px;
        font-family: var(--font-display);
        font-size: 22px;
        font-weight: 500;
      }
      .mobile-menu-footer {
        margin-top: 24px;
        color: #ffffffc2;
        font-size: 14px;
        max-width: 28ch;
      }
      .header-actions .header-phone { display: none; }
    }

    @media (max-width: 900px) {
      .hero,
      .device-body,
      .calc-panel,
      .cabinet-split,
      .footer-top,
      .footer-grid,
      .steps-row,
      .steps-row-4,
      .legal-grid,
      .legal-grid-5,
      .pilot-meta,
      .trust-row,
      .form { grid-template-columns: 1fr; }
      .hero { min-height: auto; padding-top: 40px; width: min(100% - 32px, 1480px); }
      .device-body .pos { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
      .step { border-right: 0; border-bottom: 1px solid var(--figma-line); }
      .step:last-child { border-bottom: 0; }
      .trust-point { border-right: 0; border-bottom: 1px solid #52c79a; }
      .trust-point:last-child { border-bottom: 0; }
      .calc-out { border-left: 0; border-top: 1px solid rgba(255,255,255,0.16); padding: 1.25rem 0 0; }
      .footer-top { gap: 24px; }
      .footer-bottom { flex-direction: column; }
      .mobile-header-phone { display: inline-flex; }
      .header-actions .button-small { display: none; }
      .connect-table,
      .compare-table { display: block; overflow-x: auto; }
    }

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