.elementor-27144 .elementor-element.elementor-element-9705795{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-27144 .elementor-element.elementor-element-9705795.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-27144 .elementor-element.elementor-element-e681d86{width:100%;max-width:100%;}body.elementor-page-27144:not(.elementor-motion-effects-element-type-background), body.elementor-page-27144 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F9FC;}@media(min-width:768px){.elementor-27144 .elementor-element.elementor-element-9705795{--width:101.658%;}}/* Start custom CSS for html, class: .elementor-element-e681d86 */.page-wrapper.wa-fix{ overflow: visible !important; }
body.wp-theme-sassriver,
body.elementor-page{ overflow: clip !important; }
html{ overflow-x: clip !important; }

      /* keyboard focus visibility */
      .pr__tlabel:focus-visible,
      .pr__switch:focus-visible,
      .plan__cta:focus-visible,
      .faq__q:focus-visible,
      .pr__free a:focus-visible,
      .faq__talk:focus-visible {
        outline: 2px solid var(--rich-deep);
        outline-offset: 3px;
        border-radius: 10px;
      }

      /* ===== FAQ (shared with pricing) ===== */
      .pr__eyebrow {
        display: inline-block;
        font-family: var(--mono);
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: var(--rich-deep);
        background: var(--rich-tint);
        padding: 6px 12px;
        border-radius: 999px;
        margin-bottom: 20px;
      }
      .faq {
        background-color: var(--cream);
        background-image: var(--tex-cream);
        background-size: var(--tex-size);
        background-position: center top;
        background-repeat: var(--tex-repeat);
        color: var(--ink);
        padding: clamp(56px, 7vw, 96px) var(--gutter) clamp(72px, 9vw, 116px);
      }
      .faq__grid {
        max-width: var(--container);
        margin: 0 auto;
        display: grid;
        grid-template-columns: 0.82fr 1.18fr;
        gap: clamp(32px, 5vw, 80px);
      }
      .faq__h {
        margin: 0;
        font-weight: 800;
        letter-spacing: -0.03em;
        line-height: 1.08;
        font-size: clamp(28px, 3.4vw, 44px);
        color: var(--ink);
      }
      .faq__lead {
        margin: 16px 0 0;
        color: var(--muted);
        font-size: 14.5px;
        line-height: 1.6;
        max-width: 320px;
      }
      .faq__talk {
        display: inline-block;
        margin-top: 16px;
        color: var(--rich-deep);
        font-weight: 600;
        font-size: 14px;
        text-decoration: none;
      }
      .faq__talk:hover {
        color: var(--ink);
      }
      .faq__list {
        display: flex;
        flex-direction: column;
      }
      .faq__item {
        border-bottom: 1px solid var(--line);
      }
      .faq__q {
        list-style: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 20px 16px;
        font-size: 16px;
        font-weight: 600;
        color: var(--ink);
      }
      .faq__q::-webkit-details-marker {
        display: none;
      }
      .faq__q::after {
        content: "+";
        font-size: 22px;
        font-weight: 400;
        line-height: 1;
        color: var(--rich-deep);
        transition: transform 0.2s ease;
      }
      .faq__item[open] .faq__q::after {
        content: "−";
      }
      .faq__a {
        padding: 0 16px 22px;
        font-size: 14.5px;
        line-height: 1.65;
        color: var(--muted);
        max-width: 62ch;
      }
      .faq__item[open] {
        background: var(--rich-tint);
        border-radius: 16px;
        border-bottom-color: transparent;
        margin: 4px 0;
      }

      @media (max-width: 880px) {
        .faq__grid {
          grid-template-columns: 1fr;
          gap: clamp(24px, 5vw, 40px);
        }
        .faq__lead {
          max-width: none;
        }
      }

      /* ===== Newsletter banner (shared with landing) ===== */
      .nl__eyebrow {
        font-family: var(--mono) !important;
        text-transform: uppercase;
      }
      .nl {
        --lime: #c3eb42;
        background-color: var(--cream);
        background-image: var(--tex-cream);
        background-size: var(--tex-size);
        background-position: center top;
        background-repeat: var(--tex-repeat);
        color: var(--ink);
        font-family: var(--font);
        -webkit-font-smoothing: antialiased;
        padding: clamp(56px, 8vw, 104px) clamp(20px, 5vw, 64px);
      }
      .nl__eyebrow {
        display: flex;
        align-items: center;
        gap: 8px;
        max-width: var(--container);
        margin: 0 auto 16px;
        font-size: 13px;
        letter-spacing: 0.2em;
        color: var(--rich-deep);
      }
      .nl__eyebrow i {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--rich);
      }

      .nl__card {
        position: relative;
        max-width: var(--container);
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1.08fr;
        align-items: center;
        gap: 24px;
        border-radius: 28px;
        overflow: hidden;
        background: linear-gradient(
          122deg,
          #232323 0%,
          #1c1c1c 52%,
          #141414 100%
        );
        box-shadow: 0 40px 90px -44px rgba(15, 20, 10, 0.5);
        min-height: 380px;
      }
      .nl__stripes {
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: repeating-linear-gradient(
          90deg,
          transparent 0 46px,
          rgba(255, 255, 255, 0.025) 46px 47px
        );
      }
      .nl__shine {
        position: absolute;
        top: -40%;
        left: -10%;
        width: 60%;
        height: 120%;
        pointer-events: none;
        background: radial-gradient(
          ellipse at center,
          rgba(195, 235, 66, 0.16),
          transparent 62%
        );
        filter: blur(10px);
      }

      .nl__left {
      position: relative;
       z-index: 2;
       max-width: 420px;
       padding-left: 36px;
      }
      .nl__title {
        margin: 0;
        color: #fff;
        font-weight: 800;
        letter-spacing: -0.03em;
        line-height: 1.1;
        font-size: clamp(28px, 3.4vw, 42px);
      }
      .nl__sub {
        margin: 16px 0 0;
        color: rgba(255, 255, 255, 0.82);
        font-size: clamp(14px, 1.1vw, 16px);
        line-height: 1.55;
        max-width: 380px;
      }

      .nl__form {
        display: flex;
        gap: 8px;
        margin-top: 24px;
        max-width: 420px;
      }
      .nl__input {
        flex: 1;
        min-width: 0;
        font: inherit;
        font-size: 14px;
        color: #0c0e11;
        background: #fff;
        border: 1px solid rgba(255, 255, 255, 0.6);
        border-radius: 999px;
        padding: 12px 16px;
        outline: none;
        transition: box-shadow 0.2s ease;
      }
      .nl__input::placeholder {
        color: #9aa0a8;
      }
      .nl__input:focus {
        box-shadow: 0 0 0 3px rgba(195, 235, 66, 0.5);
      }
      .nl__btn {
        flex: none;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        font: inherit;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0;
        color: var(--ink);
        background: var(--lime);
        border: none;
        padding: var(--btn-pad);
        border-radius: var(--btn-radius);
        transition:
          transform 0.2s ease,
          background 0.2s ease,
          box-shadow 0.2s ease;
      }
      .nl__btn:hover {
        transform: translateY(-1px);
        background: var(--lime-deep);
        box-shadow: var(--btn-shadow-lime);
      }
      .nl__note {
        margin: 12px 0 0;
        font-size: 12.5px;
        color: rgba(255, 255, 255, 0.6);
      }
      .nl__note.ok {
        color: var(--lime);
        font-weight: 600;
      }

      /* right: tilting dashboard */
      .nl__right {
        position: relative;
        z-index: 1;
      }
      .nl-stage {
        perspective: 1500px;
      }
      .nl-deck {
       transform-origin: 0% 50%;
    transform: rotateY(-14deg) rotateX(4deg);
    transition: transform .4s cubic-bezier(.2, .7, .2, 1);
    filter: drop-shadow(0 40px 60px rgba(0, 0, 0, .45));
     }
  
      /* responsive */
      @media (max-width: 880px) {
        .nl__card {
          grid-template-columns: 1fr;
          gap: 32px;
        }
        .nl__left {
          max-width: none;
        }
        .nl__right {
          overflow: hidden;
        }
        .nd {
          margin: 0 auto;
          width: min(560px, 100%);
        }
        .nl-deck {
          transform: rotateX(6deg);
        }
      }
      @media (max-width: 520px) {
        .nl__form {
          flex-direction: column;
        }
        .nl__btn {
          justify-content: center;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        .nl-deck {
          transform: rotateY(-9deg) rotateX(6deg);
        }
      }
  
      /* shared button system (matches landing) */
      .btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        cursor: pointer;
        border: 0;
        font-family: var(--font);
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0;
        padding: var(--btn-pad);
        border-radius: var(--btn-radius);
        transition:
          transform 0.2s ease,
          background 0.2s ease,
          border-color 0.2s ease,
          box-shadow 0.2s ease;
      }
      .btn:hover {
        transform: translateY(-1px);
      }
      .btn:active {
        transform: translateY(0);
      }
      .btn--rich {
        background: var(--rich);
        color: var(--ink);
        padding-right: 8px;
      }
      .btn--rich:hover {
        background: var(--rich-deep);
        color: #fff;
        box-shadow: var(--btn-shadow-rich);
      }
      .btn--ghost {
        background: var(--paper);
        color: var(--ink);
        border: 1px solid var(--line);
      }
      .btn--ghost:hover {
        border-color: var(--ink);
        box-shadow: 0 12px 26px -16px rgba(20, 30, 15, 0.3);
      }
      .btn--lime {
        background: var(--lime);
        color: var(--ink);
      }
      .btn--lime:hover {
        background: var(--lime-deep);
        box-shadow: 0 14px 30px -14px rgba(195, 235, 66, 0.5);
      }
      .btn--onDark {
        background: #fff;
        color: var(--ink);
      }
      .btn--onDark:hover {
        background: #f0efea;
      }
      .btn__arrow {
        display: grid;
        place-items: center;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: var(--ink);
        color: var(--rich);
        transition:
          transform 0.2s ease,
          background 0.2s ease;
      }
      .btn__arrow svg {
        width: 12px;
        height: 12px;
      }
      .btn--rich:hover .btn__arrow {
        transform: translateX(2px);
        background: #fff;
      }

      /* eyebrow (light + dark variants) */
      .pl-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-family: var(--mono);
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: var(--rich-deep);
        background: var(--rich-tint);
        border: 1px solid rgba(143, 184, 33, 0.3);
        padding: 7px 13px;
        border-radius: 999px;
      }
      .pl-eyebrow .dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--rich);
      }
      .pl-eyebrow--dark {
        color: #fff;
        background: rgba(195, 235, 66, 0.13);
        border-color: rgba(195, 235, 66, 0.3);
      }
      .pl-eyebrow--dark .dot {
        background: var(--lime);
      }
      .pl-accent {
        color: var(--rich-deep);
      }
      .pl-accent--lime {
        color: var(--lime);
      }

      /* ---------- 1) HERO ---------- */
      .pl-hero {
        position: relative;
        overflow: hidden;
        text-align: center;
        background-color: var(--cream);
        background-image: var(--tex-cream);
        background-size: var(--tex-size);
        background-position: center top;
        background-repeat: var(--tex-repeat);
        color: var(--ink);
        padding: clamp(64px, 8vw, 104px) var(--gutter) clamp(40px, 5vw, 64px);
      }
      .pl-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        background: radial-gradient(
          900px 440px at 50% -120px,
          rgba(143, 184, 33, 0.18),
          transparent 70%
        );
        -webkit-mask-image: linear-gradient(180deg, #000 60%, transparent);
        mask-image: linear-gradient(180deg, #000 60%, transparent);
      }
      .pl-hero__inner {
        position: relative;
        z-index: 1;
        max-width: var(--container);
        margin: 0 auto;
      }
      .pl-hero__tag {
        display: inline-block;
        margin-bottom: 18px;
      }
      .pl-hero__title {
        margin: 0 auto;
        max-width:28ch;
        font-weight: 900;
        letter-spacing: -0.03em;
        line-height: 1.04;
        font-size: clamp(34px, 5.4vw, 64px);
        color: var(--ink);
      }
      .pl-hero__sub {
        margin: 18px auto 0;
        max-width:100ch;
        font-size: clamp(15px, 1.3vw, 18px);
        line-height: 1.55;
        color: var(--muted);
      }
      .pl-hero__btns {
        display: flex;
        gap: 16px;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 32px;
      }

      .pl-show {
        position: relative;
        margin: clamp(40px, 5vw, 56px) auto 0;
        max-width: 1040px;
        background: linear-gradient(180deg, var(--paper), #fbfcf7);
        border: 1px solid var(--line);
        border-radius: 24px;
        box-shadow:
          0 2px 6px rgba(20, 30, 15, 0.04),
          0 30px 70px -34px rgba(20, 30, 15, 0.18);
        overflow: hidden;
      }
      .pl-show__grid {
        display: grid;
        grid-template-columns: 1fr;
      }
      .pl-show__col {
        padding: 32px 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 188px;
        border-top: 1px solid var(--line);
      }
      .pl-show__col:first-child {
        border-top: 0;
      }
      @media (min-width: 860px) {
        .pl-show__grid {
          grid-template-columns: 1fr 1.14fr 1fr;
        }
        .pl-show__col {
          border-top: 0;
          border-left: 1px solid var(--line);
        }
        .pl-show__col:first-child {
          border-left: 0;
        }
      }
      .pl-mc {
        width: 100%;
        max-width: 248px;
        border: 1px dashed var(--line-paper);
        border-radius: 16px;
        background: var(--paper);
        padding: 16px;
        box-shadow: 0 1px 2px rgba(20, 30, 15, 0.05);
      }
      .pl-mc__h {
        display: flex;
        align-items: center;
        gap: 9px;
        font-weight: 600;
        font-size: 15px;
        color: var(--ink);
      }
      .pl-mc__h .ic {
        width: 21px;
        height: 21px;
        color: var(--rich-deep);
        flex: none;
      }
      .pl-mc__chips {
        display: flex;
        flex-direction: column;
        gap: 11px;
        margin-top: 15px;
      }
      .pl-mc__chip {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        font-size: 13.5px;
        color: var(--ink-soft);
        font-weight: 500;
      }
      .pl-mc__chip .d {
        width: 16px;
        height: 16px;
        color: var(--muted);
        flex: none;
      }
      .pl-ai {
        width: 100%;
        max-width: 300px;
        border-radius: 18px;
        padding: 12px;
        background:
          linear-gradient(
            180deg,
            rgba(143, 184, 33, 0.1),
            rgba(143, 184, 33, 0.02)
          ),
          var(--paper);
        border: 1px solid var(--line);
        box-shadow:
          0 2px 6px rgba(20, 30, 15, 0.05),
          0 18px 44px -26px rgba(20, 30, 15, 0.25);
      }
      .pl-ai__bar {
        display: flex;
        align-items: center;
        gap: 7px;
        margin-bottom: 10px;
      }
      .pl-ai__pill {
        font-size: 11.5px;
        font-weight: 600;
        color: var(--ink-soft);
        background: var(--paper);
        border: 1px solid var(--line);
        border-radius: 8px;
        padding: 6px 9px;
        display: inline-flex;
        align-items: center;
        gap: 6px;
      }
      .pl-ai__pill svg {
        width: 13px;
        height: 13px;
        color: var(--muted);
      }
      .pl-ai__pill.flex {
        flex: 1;
        color: var(--muted);
        justify-content: flex-start;
      }
      .pl-ai__pill.sq svg {
        color: var(--rich-deep);
      }
      .pl-ai__input {
        background: var(--paper);
        border: 1px solid var(--line);
        border-radius: 12px;
        padding: 13px;
        min-height: 80px;
        font-size: 13.5px;
        color: var(--ink-soft);
        line-height: 1.5;
        text-align: left;
      }
      .pl-ai__cursor {
        display: inline-block;
        width: 1.5px;
        height: 15px;
        background: var(--rich-deep);
        margin-left: 2px;
        vertical-align: -2px;
        animation: plblink 1.1s steps(1) infinite;
      }
      @keyframes plblink {
        50% {
          opacity: 0;
        }
      }

      /* ---------- 2) HOW IT WORKS ---------- */
      .pl-how {
        position: relative;
        background: linear-gradient(
          180deg,
          var(--cream) 0%,
          var(--paper) 16%,
          var(--paper) 84%,
          var(--cream) 100%
        );
        color: var(--ink);
      }
      .pl-how__track {
        position: relative;
      }
      .pl-how.is-pinned .pl-how__track {
        height: 300vh;
      }
      .pl-how__sticky {
        padding: clamp(56px, 7vw, 84px) 0;
      }
      .pl-how.is-pinned .pl-how__sticky {
        position: sticky;
        top: 0;
        height: 100vh;
        min-height: 660px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0;
      }
      .pl-how__head {
        max-width: var(--container);
        margin: 0 auto;
        padding: 0 var(--gutter);
        width: 100%;
      }
      .pl-how__head h2 {
        margin: 16px 0 0;
        font-weight: 800;
        letter-spacing: -0.03em;
        line-height: 1.06;
        font-size: clamp(28px, 4.2vw, 48px);
        max-width: 18ch;
      }
      .pl-how__head p {
        margin: 14px 0 0;
        color: var(--muted);
        font-size: clamp(15px, 1.3vw, 17px);
        line-height: 1.55;
        max-width: 52ch;
      }
      .pl-stepper {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        margin-top: 24px;
      }
      .pl-stepper button {
        all: unset;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 9px 14px 9px 10px;
        border-radius: 999px;
        border: 1px solid var(--line);
        background: var(--paper);
        transition:
          border-color 0.25s ease,
          color 0.25s ease,
          opacity 0.25s ease;
        color: var(--muted);
        font-size: 14px;
        font-weight: 600;
        opacity: 0.7;
      }
      .pl-stepper button .n {
        font-family: var(--mono);
        font-weight: 600;
        font-size: 12px;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: var(--cream);
        color: var(--ink-soft);
        transition:
          background 0.25s ease,
          color 0.25s ease;
      }
      .pl-stepper button.on {
        opacity: 1;
        color: var(--ink);
        border-color: var(--ink);
      }
      .pl-stepper button.on .n {
        background: var(--rich);
        color: var(--ink);
      }
      .pl-stepper button:focus-visible {
        outline: 2px solid var(--rich-deep);
        outline-offset: 3px;
      }
      .pl-stage {
        max-width: var(--container);
        margin: clamp(24px, 3vw, 36px) auto 0;
        padding: 0 var(--gutter);
        width: 100%;
      }
      .pl-stage__grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
      }
      @media (min-width: 880px) {
        .pl-stage__grid {
          grid-template-columns: repeat(3, 1fr);
          gap: 24px;
        }
      }

      .pl-step {
        position: relative;
        background: var(--paper);
        border: 1px solid var(--line);
        border-radius: 22px;
        box-shadow:
          0 2px 6px rgba(20, 30, 15, 0.04),
          0 18px 48px -30px rgba(20, 30, 15, 0.18);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        transition:
          border-color 0.3s ease,
          box-shadow 0.3s ease;
      }
      .pl-step.is-active {
        border-color: rgba(143, 184, 33, 0.55);
        box-shadow:
          0 2px 6px rgba(20, 30, 15, 0.05),
          0 26px 60px -28px rgba(94, 143, 31, 0.3);
      }
      .pl-how.is-pinned .pl-step {
        will-change: transform, opacity;
        transition:
          transform 0.18s cubic-bezier(0.22, 0.61, 0.36, 1),
          opacity 0.18s ease,
          border-color 0.3s ease,
          box-shadow 0.3s ease;
      }
      .pl-how.is-pinned .pl-dollar {
        will-change: transform, opacity;
      }
      .pl-step__visual {
        position: relative;
        height: 206px;
        overflow: hidden;
        background: linear-gradient(180deg, #fcfdfb, #f5f6f0);
        border-bottom: 1px solid var(--line);
      }
      .pl-step__arc {
        position: absolute;
        left: 50%;
        top: 34px;
        transform: translateX(-50%);
        width: 300px;
        height: 300px;
        border-radius: 50%;
        border: 1px solid rgba(20, 30, 15, 0.06);
      }
      .pl-step__arc::after {
        content: "";
        position: absolute;
        inset: 34px;
        border-radius: 50%;
        border: 1px solid rgba(20, 30, 15, 0.05);
      }
      .pl-step__body {
        padding: 24px 24px 28px;
      }
      .pl-step__num {
        font-family: var(--mono);
        font-weight: 600;
        font-size: 12px;
        letter-spacing: 0.06em;
        color: var(--rich-deep);
      }
      .pl-step__body h3 {
        font-weight: 800;
        letter-spacing: -0.01em;
        font-size: 21px;
        margin: 10px 0 0;
        color: var(--ink);
      }
      .pl-step__body p {
        margin: 10px 0 0;
        color: var(--muted);
        font-size: 15.5px;
        line-height: 1.55;
      }

      /* dollar glyphs */
      .pl-dollar {
        position: absolute;
        right: 14px;
        top: 24px;
        z-index: 1;
        font-family: var(--font);
        font-weight: 900;
        line-height: 1;
        pointer-events: none;
        user-select: none;
        color: var(--ink);
        transition:
          transform 0.18s cubic-bezier(0.22, 0.61, 0.36, 1),
          opacity 0.18s ease;
      }
      .pl-dollar--faint {
        font-size: 120px;
        opacity: 0.05;
      }
      .pl-dollar--dark {
        font-size: 142px;
        opacity: 0.1;
      }

      /* step 1 — connect */
      .pl-conn {
        position: absolute;
        inset: 0;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        padding: 26px;
      }
      .pl-conn__main {
        display: flex;
        align-items: center;
        gap: 12px;
        background: var(--paper);
        border: 1px solid var(--line);
        border-radius: 14px;
        padding: 12px 14px;
        box-shadow: 0 1px 2px rgba(20, 30, 15, 0.05);
      }
      .pl-conn__main .logo {
        width: 32px;
        height: 32px;
        border-radius: 9px;
        background: var(--graphite);
        display: grid;
        place-items: center;
        color: #fff;
        font-family: var(--font);
        font-weight: 800;
        font-size: 18px;
      }
      .pl-conn__main .t {
        font-weight: 600;
        font-size: 15px;
        color: var(--ink);
      }
      .pl-conn__main .t small {
        display: block;
        color: var(--muted);
        font-weight: 500;
        font-size: 12.5px;
      }
      .pl-conn__main .ok {
        margin-left: auto;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 12.5px;
        font-weight: 700;
        color: var(--rich-deep);
      }
.pl-conn__main .ok .c {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--rich);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 14px;
      }
      .pl-conn__accts {
        display: flex;
        gap: 8px;
      }
      .pl-acct {
        flex: 1;
        background: var(--cream);
        border: 1px solid var(--line);
        border-radius: 10px;
        padding: 8px 10px;
        font-size: 12px;
        color: var(--muted);
        font-weight: 600;
        text-align: center;
      }

      /* step 2 — launch + automate */
      .pl-launch {
        position: absolute;
        inset: 0;
        z-index: 2;
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 22px 24px;
        justify-content: center;
      }
      .pl-lrow {
        display: flex;
        align-items: center;
        gap: 10px;
        background: var(--paper);
        border: 1px solid var(--line);
        border-radius: 11px;
        padding: 9px 12px;
        box-shadow: 0 1px 2px rgba(20, 30, 15, 0.05);
      }
      .pl-lrow .b {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--rich);
      }
      .pl-lrow .nm {
        font-weight: 600;
        font-size: 13.5px;
        color: var(--ink);
      }
      .pl-lrow .st {
        margin-left: auto;
        font-size: 11.5px;
        font-weight: 700;
        color: var(--rich-deep);
        background: var(--rich-tint);
        border: 1px solid rgba(143, 184, 33, 0.3);
        padding: 3px 8px;
        border-radius: 999px;
      }
      .pl-lrow.muted .b {
        background: #cdd4c8;
      }
      .pl-lrow.muted .st {
        color: var(--muted);
        background: var(--cream);
        border-color: var(--line);
      }
      .pl-lrule {
        display: inline-flex;
        align-self: flex-start;
        align-items: center;
        gap: 8px;
        margin-top: 2px;
        font-size: 12px;
        font-weight: 600;
        color: var(--ink-soft);
        background: var(--paper);
        border: 1px dashed var(--line-paper);
        padding: 6px 11px;
        border-radius: 999px;
      }
      .pl-lrule .sw {
        width: 24px;
        height: 14px;
        border-radius: 999px;
        background: var(--rich);
        position: relative;
      }
      .pl-lrule .sw::after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        top: 2px;
        right: 2px;
      }

      /* step 3 — scale chart */
      .pl-scale {
        position: absolute;
        inset: 0;
        z-index: 2;
        padding: 22px 24px 18px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
      }
      .pl-scale__head {
        position: absolute;
        top: 20px;
        left: 24px;
        display: flex;
        align-items: baseline;
        gap: 8px;
      }
      .pl-scale__head .v {
        font-weight: 800;
        font-size: 30px;
        letter-spacing: -0.02em;
        color: var(--ink);
      }
      .pl-scale__head .up {
        font-size: 13px;
        font-weight: 700;
        color: var(--rich-deep);
      }
      .pl-scale__head .lab {
        font-size: 12px;
        color: var(--muted);
        font-weight: 500;
      }
      .pl-bars {
        display: flex;
        align-items: flex-end;
        gap: 7px;
        height: 104px;
        position: relative;
        z-index: 2;
      }
      .pl-bars i {
        flex: 1;
        border-radius: 5px 5px 2px 2px;
        background: linear-gradient(180deg, #d6dccf, #e9ece2);
      }
      .pl-bars i.hot {
        background: linear-gradient(180deg, var(--rich), var(--rich-deep));
      }
      .pl-axis {
        display: flex;
        justify-content: space-between;
        margin-top: 8px;
        font-size: 11px;
        color: var(--muted);
        font-weight: 600;
      }

      /* ---------- 3) PLATFORM CAPABILITIES ---------- */
      .pl-cap {
        background-color: var(--cream);
        background-image: var(--tex-cream);
        background-size: var(--tex-size);
        background-position: center top;
        background-repeat: var(--tex-repeat);
        color: var(--ink);
        padding: clamp(64px, 8vw, 96px) var(--gutter);
      }
      .pl-cap__grid {
        max-width: var(--container);
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px;
        align-items: center;
      }
      @media (min-width: 920px) {
        .pl-cap__grid {
          grid-template-columns: 0.92fr 1.08fr;
          gap: 64px;
        }
      }
      .pl-cap__copy h2 {
        margin: 16px 0 0;
        font-weight: 800;
        letter-spacing: -0.03em;
        line-height: 1.06;
        font-size: clamp(28px, 4.2vw, 48px);
        max-width: 13ch;
      }
      .pl-cap__copy p {
        margin: 16px 0 0;
        color: var(--muted);
        font-size: clamp(15px, 1.3vw, 18px);
        line-height: 1.55;
        max-width: 42ch;
      }
      .pl-cap__link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-top: 24px;
        font-weight: 600;
        font-size: 16px;
        color: var(--ink);
        text-decoration: none;
      }
      .pl-cap__link .arr {
        /*color: var(--rich-deep);*/
        transition: transform 0.18s ease;
      }
      .pl-cap__link:hover .arr {
        transform: translateX(3px);
      }
      .pl-cap__cards {
        display: flex;
        flex-direction: column;
        gap: 16px;
      }
      .pl-capcard {
        display: flex;
        gap: 18px;
        align-items: flex-start;
        border-radius: 20px;
        padding: 22px 24px;
        color: #fff;
        box-shadow: 0 18px 42px -22px rgba(10, 16, 8, 0.5);
      }
      .pl-capcard__ic {
        flex: none;
        width: 46px;
        height: 46px;
        border-radius: 13px;
        display: grid;
        place-items: center;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.18);
      }
      .pl-capcard__ic svg {
        width: 23px;
        height: 23px;
        color: var(--lime);
      }
      .pl-capcard__t {
        font-weight: 800;
        font-size: 19px;
        letter-spacing: -0.01em;
      }
      .pl-capcard__d {
        margin-top: 6px;
        font-size: 15px;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.74);
      }
      .pl-capcard--1 {
        background: linear-gradient(105deg, #33561f, #24401a);
      }
      .pl-capcard--2 {
        background: linear-gradient(105deg, #1f3a18, #142b11);
      }
      .pl-capcard--3 {
        background: linear-gradient(105deg, #161616, #0e0e0e);
        border: 1px solid rgba(255, 255, 255, 0.07);
      }

      /* ---------- 4) FEATURE BREAKDOWN (dark) ---------- */
      .pl-fb {
        position: relative;
        overflow: hidden;
        background-color: var(--graphite);
        background-image: var(--tex-dark);
        background-size: var(--tex-size);
        background-position: center top;
        background-repeat: var(--tex-repeat);
        color: #fff;
        padding: clamp(64px, 8vw, 96px) var(--gutter);
      }
      .pl-fb__wrap {
        max-width: var(--container);
        margin: 0 auto;
      }
      .pl-fb__head {
        text-align: center;
      }
      .pl-fb__head h2 {
        margin: 16px auto 0;
        font-weight: 800;
        letter-spacing: -0.03em;
        line-height: 1.06;
        font-size: clamp(28px, 4.4vw, 50px);
        max-width: 16ch;
        color: #fff;
      }
      .pl-fb__link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-top: 16px;
        font-weight: 600;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
      }
      .pl-fb__link .arr {
        color: var(--lime);
        transition: transform 0.18s ease;
      }
      .pl-fb__link:hover .arr {
        transform: translateX(3px);
      }
      .pl-fb__grid {
        position: relative;
        margin-top: clamp(40px, 5vw, 56px);
        display: grid;
        grid-template-columns: 1fr;
        gap: 36px;
      }
      @media (min-width: 920px) {
        .pl-fb__grid {
          grid-template-columns: 1fr 200px 1fr;
          gap: 48px;
          align-items: center;
        }
      }
      .pl-fb__col {
        display: flex;
        flex-direction: column;
        gap: 40px;
      }
      .pl-fb__glyph {
        display: none;
      }
      @media (min-width: 920px) {
        .pl-fb__glyph {
          display: flex;
          align-items: center;
          justify-content: center;
        }
      }
      .pl-fb__mark {
        width: 182px;
        height: auto;
        filter: drop-shadow(0 22px 54px rgba(0, 0, 0, 0.55));
      }
      .pl-feat__ic {
        display: inline-flex;
        color: var(--lime);
      }
      .pl-feat__ic svg {
        width: 28px;
        height: 28px;
        display: block;
      }
      .pl-feat h3 {
        font-weight: 800;
        font-size: 18.5px;
        color: #fff;
        margin: 13px 0 0;
        letter-spacing: -0.01em;
      }
      .pl-feat p {
        margin: 8px 0 0;
        font-size: 15px;
        line-height: 1.55;
        color: rgba(255, 255, 255, 0.6);
        max-width: 36ch;
      }
      .pl-fb__stats {
        max-width: var(--container);
        margin: clamp(48px, 6vw, 60px) auto 0;
        padding-top: 40px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 32px 24px;
        text-align: center;
      }
      @media (min-width: 760px) {
        .pl-fb__stats {
          grid-template-columns: repeat(4, 1fr);
        }
      }
      .pl-stat .v {
        font-weight: 800;
        font-size: clamp(30px, 4vw, 44px);
        color: #fff;
        letter-spacing: -0.02em;
        line-height: 1;
      }
      .pl-stat .v em {
        font-style: normal;
        color: var(--lime);
      }
      .pl-stat .lab {
        margin-top: 10px;
        color: rgba(255, 255, 255, 0.55);
        font-size: 14.5px;
      }

      /* ---------- 5) WHO USES FABFUNNEL (light / warm, pinned) ---------- */
      .pl-who {
        position: relative;
        background-color: #edebe3;
        background-image: var(--tex-warm);
        background-size: var(--tex-size);
        background-position: center top;
        background-repeat: var(--tex-repeat);
        color: var(--ink);
      }
      .pl-who__track {
        position: relative;
      }
      .pl-who.is-pinned .pl-who__track {
        height: 330vh;
      }
      .pl-who__sticky {
        padding: clamp(64px, 8vw, 88px) 0;
      }
      .pl-who.is-pinned .pl-who__sticky {
        position: sticky;
        top: 0;
        height: 100vh;
        min-height: 640px;
        display: flex;
        align-items: center;
        padding: 0;
      }
      .pl-who__grid {
        max-width: var(--container);
        margin: 0 auto;
        padding: 0 var(--gutter);
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px;
        align-items: center;
      }
      @media (min-width: 920px) {
        .pl-who__grid {
          grid-template-columns: 1.02fr 0.98fr;
          gap: 64px;
        }
      }
      .pl-who__head h2 {
        color: var(--ink);
        margin: 16px 0;
        font-weight: 800;
        letter-spacing: -0.03em;
        line-height: 1.06;
        font-size: clamp(28px, 4.2vw, 48px);
        max-width: 25ch;
      }
      .pl-who__sub {
        margin: 14px 0 0;
        color: var(--muted);
        font-size: clamp(15px, 1.3vw, 17px);
        line-height: 1.55;
        max-width: 42ch;
      }
      .pl-who__list {
        margin-top: 24px;
        display: flex;
        flex-direction: column;
      }
      .pl-who__item {
        position: relative;
        padding: 15px 0 15px 22px;
        border-left: 2px solid rgba(23, 23, 23, 0.12);
        cursor: pointer;
        transition: border-color 0.3s ease;
      }
      .pl-who__item .lbl {
        font-weight: 800;
        font-size: clamp(20px, 2.5vw, 27px);
        letter-spacing: -0.01em;
        color: #9aa09a;
        transition: color 0.3s ease;
        line-height: 1.12;
      }
      .pl-who__item .desc {
        font-size: 15px;
        line-height: 1.5;
        color: var(--muted);
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition:
          max-height 0.4s ease,
          opacity 0.4s ease,
          margin-top 0.4s ease;
      }
      .pl-who__item.on {
        border-left-color: var(--rich);
      }
      .pl-who__item.on .lbl {
        color: var(--ink);
      }
      .pl-who__item.on .desc {
        max-height: 80px;
        opacity: 1;
        margin-top: 9px;
      }
      .pl-who__item:focus-visible {
        outline: 2px solid var(--rich-deep);
        outline-offset: 3px;
        border-radius: 8px;
      }
      .pl-who__stage {
        position: relative;
        min-height: 396px;
      }
      .pl-who__panel {
        position: absolute;
        inset: 0;
        opacity: 0;
        transform: translateY(18px);
        transition:
          opacity 0.5s ease,
          transform 0.5s ease;
        pointer-events: none;
      }
      .pl-who__panel.on {
        opacity: 1;
        transform: none;
        pointer-events: auto;
      }
      .pl-wcard {
        position: relative;
        height: 100%;
        min-height: 360px;
        background: var(--paper);
        border: 1px solid var(--line);
        border-radius: 22px;
        padding: 24px;
        display: flex;
        flex-direction: column;
        gap: 13px;
        box-shadow:
          0 2px 6px rgba(20, 30, 15, 0.04),
          0 26px 60px -32px rgba(20, 30, 15, 0.2);
      }
      .pl-wtag {
        align-self: flex-start;
        font-family: var(--mono);
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: var(--rich-deep);
        background: var(--rich-tint);
        border: 1px solid rgba(143, 184, 33, 0.3);
        padding: 6px 11px;
        border-radius: 999px;
      }
      .pl-wcard h3 {
        font-weight: 800;
        font-size: 21px;
        color: var(--ink);
        margin: 2px 0;
        letter-spacing: -0.01em;
      }
      .pl-wlist {
        display: flex;
        flex-direction: column;
        gap: 9px;
      }
      .pl-wrow {
        display: flex;
        align-items: center;
        gap: 12px;
        background: var(--cream);
        border: 1px solid var(--line);
        border-radius: 12px;
        padding: 11px 13px;
      }
      .pl-wrow .nm {
        font-weight: 600;
        font-size: 14px;
        color: var(--ink);
      }
      .pl-wrow .nm small {
        display: block;
        color: var(--muted);
        font-weight: 500;
        font-size: 12px;
        margin-top: 1px;
      }
      .pl-wrow .val {
        margin-left: auto;
        font-weight: 800;
        font-size: 15px;
        color: var(--rich-deep);
      }
      .pl-wrow .dotimg {
        width: 30px;
        height: 30px;
        border-radius: 8px;
        background: linear-gradient(135deg, var(--rich), var(--rich-deep));
        flex: none;
      }
      .pl-wstat {
        display: flex;
        align-items: baseline;
        gap: 10px;
      }
      .pl-wstat .v {
        font-weight: 800;
        font-size: 34px;
        color: var(--ink);
        letter-spacing: -0.02em;
      }
      .pl-wstat .up {
        font-size: 14px;
        font-weight: 700;
        color: var(--rich-deep);
      }
      .pl-wstat .lab {
        font-size: 13px;
        color: var(--muted);
      }
      .pl-wbars {
        display: flex;
        align-items: flex-end;
        gap: 8px;
        height: 94px;
        margin-top: 4px;
      }
      .pl-wbars i {
        flex: 1;
        border-radius: 5px 5px 2px 2px;
        background: #e1e4da;
      }
      .pl-wbars i.hot {
        background: linear-gradient(180deg, var(--rich), var(--rich-deep));
      }
      .pl-wthumbs {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        margin: 2px 0 6px;
      }
      .pl-wthumb {
        width: 54px;
        height: 54px;
        border-radius: 12px;
        background: var(--cream);
        border: 1px solid var(--line);
        position: relative;
      }
      .pl-wthumb.win {
        border-color: var(--rich);
        box-shadow: 0 0 0 2px rgba(143, 184, 33, 0.25);
      }
      .pl-wthumb.win::after {
        content: "Winner";
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 9px;
        font-weight: 700;
        letter-spacing: 0.03em;
        background: var(--rich);
        color: #fff;
        padding: 2px 6px;
        border-radius: 6px;
        white-space: nowrap;
      }
      .pl-wnote {
        margin-top: auto;
        font-size: 13.5px;
        color: var(--muted);
      }
      .pl-wnote .k {
        color: var(--rich-deep);
        font-weight: 700;
      }
      @media (max-width: 919px) {
        .pl-who__item .desc {
          max-height: none;
          opacity: 1;
          margin-top: 8px;
        }
        .pl-who__item {
          border-left-color: rgba(143, 184, 33, 0.5);
        }
        .pl-who__item .lbl {
          color: var(--ink);
        }
        .pl-who__stage {
          position: static;
          min-height: 0;
          margin-top: 6px;
        }
        .pl-who__panel {
          position: static;
          opacity: 1;
          transform: none;
          margin-bottom: 16px;
        }
        .pl-who__panel:last-child {
          margin-bottom: 0;
        }
      }

      /* reveal fallback (mobile / reduced motion) */
      .pl-reveal {
        opacity: 0;
        transform: translateY(26px);
        transition:
          opacity 0.7s cubic-bezier(0.2, 0.7, 0.2, 1),
          transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
      }
      .pl-reveal.in {
        opacity: 1;
        transform: none;
      }
      @media (prefers-reduced-motion: reduce) {
        .pl-reveal {
          opacity: 1;
          transform: none;
          transition: none;
        }
        .pl-ai__cursor {
          animation: none;
        }
      }
      /* ===== footer (v2: big wordmark, icon social above legal) ===== */
      .ft-brandrow {
        margin-bottom: clamp(40px, 5vw, 56px);
      }
      .ft-logo {
        display: inline-block;
        font-family: var(--font);
        font-weight: 900;
        letter-spacing: -0.04em;
        text-transform: none;
        color: rgba(23, 23, 23, 0.09);
        text-decoration: none;
        font-size: clamp(40px, 13vw, 184px);
        line-height: 0.9;
        white-space: nowrap;
      }
      .ft-cols {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 0;
      }
      .ft-col {
        border-left: 1px solid var(--line);
        padding: 2px 0 2px clamp(20px, 2vw, 32px);
      }
      .ft-col__h {
        margin: 0 0 22px;
        font-family: var(--font);
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: var(--ink);
      }
      .ft-col ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 15px;
      }
      .ft-col li {
        line-height: 1.3;
      }
      .ft-col a {
        color: var(--ink-soft);
        font-size: 14px;
        text-decoration: none;
        transition: color 0.2s ease;
      }
      .ft-col a:hover {
        color: var(--rich-deep);
      }
      .ft-divider {
        border: 0;
        border-top: 1px solid var(--line);
        margin: clamp(44px, 5vw, 60px) 0 24px;
      }
      .ft-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px 32px;
        flex-wrap: wrap;
      }
      .ft-credit {
        color: var(--muted);
        font-family: var(--mono);
        font-size: 12px;
      }
      .ft-bottomleft {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
      }
      .site-ft .ft-social {
        display: flex;
        flex-direction: row;
        gap: 10px;
        grid-column: auto;
        grid-row: auto;
        justify-self: auto;
        align-self: auto;
      }
      .site-ft .ft-social a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        border-radius: 999px;
        border: 1px solid var(--line);
        color: var(--ink-soft);
        background: transparent;
        transition:
          color 0.2s ease,
          border-color 0.2s ease,
          background-color 0.2s ease;
      }
      .site-ft .ft-social a:hover,
      .site-ft .ft-social a:focus-visible {
        color: var(--rich-deep);
        border-color: var(--rich-deep);
        background: rgba(143, 184, 33, 0.08);
      }
      .site-ft .ft-social a svg {
        width: 18px;
        height: 18px;
        transform: none;
      }
      .site-ft .ft-social a:hover svg,
      .site-ft .ft-social a:focus-visible svg {
        transform: none;
      }
      .ft-legal {
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
        justify-content: flex-start;
      }
      .ft-legal a {
        color: var(--muted);
        font-size: 12px;
        text-decoration: none;
        transition: color 0.2s ease;
      }
      .ft-legal a:hover {
        color: var(--rich-deep);
      }
      @media (max-width: 1000px) {
        .ft-cols {
          grid-template-columns: repeat(3, 1fr);
          row-gap: 44px;
        }
      }
      @media (max-width: 640px) {
        .ft-cols {
          grid-template-columns: repeat(2, 1fr);
          row-gap: 36px;
        }
        .ft-col {
          padding-left: clamp(16px, 4vw, 22px);
        }
        .ft-bottom {
          align-items: flex-start;
        }
      }
      @media (max-width: 480px) {
        .ft-cols {
          grid-template-columns: 1fr;
        }
        .ft-col {
          border-left: 0;
          padding-left: 0;
        }
      }

 
      /* ===== banner CTA (after feature breakdown) ===== */
      .pl-cta {
        background-color: var(--cream);
        background-image: var(--tex-cream);
        background-size: var(--tex-size);
        background-position: center top;
        background-repeat: var(--tex-repeat);
        padding: clamp(48px, 6.5vw, 96px) var(--gutter);
      }
      .pl-cta__banner {
        position: relative;
        overflow: hidden;
        max-width: var(--container);
        margin: 0 auto;
        border-radius: 28px;
        padding: clamp(30px, 5vw, 56px) clamp(26px, 5vw, 60px);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: clamp(22px, 4vw, 48px);
        flex-wrap: wrap;
        background: linear-gradient(
          135deg,
          var(--rich) 0%,
          var(--rich-deep) 100%
        );
        box-shadow: 0 30px 60px -32px rgba(94, 143, 31, 0.55);
      }
      .pl-cta__banner::after {
        content: "";
        position: absolute;
        right: -90px;
        top: -130px;
        width: 360px;
        height: 360px;
        border-radius: 50%;
        background: radial-gradient(
          circle,
          rgba(255, 255, 255, 0.2),
          transparent 70%
        );
        pointer-events: none;
      }
      .pl-cta__text {
        position: relative;
        min-width: 0;
      }
      .pl-cta__title {
        margin: 0;
        font-family: var(--font);
        font-weight: 800;
        letter-spacing: -0.02em;
        line-height: 1.05;
        font-size: clamp(26px, 3.4vw, 42px);
        color: var(--ink);
      }
      .pl-cta__sub {
        margin: 14px 0 0;
        font-family: var(--font);
        font-size: clamp(15px, 1.5vw, 18px);
        line-height: 1.5;
        color: rgba(23, 23, 23, 0.74);
        max-width: 520px;
      }
      .pl-cta__actions {
        position: relative;
        display: flex;
        align-items: center;
        gap: 18px;
        flex-wrap: wrap;
        flex: none;
      }
      .pl-cta__btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
        font-family: var(--font);
        font-weight: 600;
        font-size: 15px;
        color: var(--ink);
        background: var(--paper);
        padding: 13px 14px 13px 24px;
        border-radius: 999px;
        box-shadow: 0 12px 26px -12px rgba(20, 30, 15, 0.45);
        transition:
          transform 0.2s ease,
          box-shadow 0.2s ease;
      }
      .pl-cta__btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 18px 32px -12px rgba(20, 30, 15, 0.5);
      }
      .pl-cta__btn .btn__arrow {
        display: grid;
        place-items: center;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background: var(--ink);
        color: var(--rich);
        transition: transform 0.2s ease;
      }
      .pl-cta__btn:hover .btn__arrow {
        transform: translateX(3px);
      }
      .pl-cta__link {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        text-decoration: none;
        font-family: var(--font);
        font-weight: 600;
        font-size: 14px;
        color: var(--ink);
        opacity: 0.8;
        transition: opacity 0.2s ease;
      }
      .pl-cta__link:hover {
        opacity: 1;
      }


      /* === platform audit fixes (animation state + fallbacks + responsive) === */
      #plHow,
      #newsletter,
      #faq,
      #plCap,
      #plFeatures,
      #plWho {
        scroll-margin-top: 80px;
      }
      /* reduced-motion / no-JS: show all Who-uses panels (is-pinned is only added by JS) */
      .pl-who:not(.is-pinned) .pl-who__panel {
        position: static;
        opacity: 1;
        transform: none;
        margin-bottom: 16px;
      }
      .pl-who:not(.is-pinned) .pl-who__panel:last-child {
        margin-bottom: 0;
      }
      .pl-who__item.on .desc {
        max-height: 160px;
      }
      .pl-who__stage {
        min-height: 420px;
      }
      /* align hero showcase stacking + dividers to the 920 pin threshold */
      @media (max-width: 919px) {
        .pl-show__grid {
          grid-template-columns: 1fr !important;
        }
        .pl-show__col {
          border-left: 0 !important;
          border-top: 1px solid var(--line) !important;
        }
        .pl-show__col:first-child {
          border-top: 0 !important;
        }
      }
 @media (max-width: 760px) {
        .pl-cta__banner {
          flex-direction: column;
          align-items: flex-start;
        }
        .pl-cta__actions {
          width: 100%;
        }
        .pl-cta__btn {
          flex: 1 1 auto;
          justify-content: center;
        }
      }
         /* === responsive hardening (audit 320-1920) === */
      @media (max-width: 919px) {
        .pl-stage__grid {
          grid-template-columns: 1fr !important;
        }
      }
      @media (max-width: 899px) {
        .pl-show__grid {
          grid-template-columns: 1fr !important;
        }
      }
      @media (max-width: 560px) {
        .nd__metrics {
          grid-template-columns: repeat(2, 1fr) !important;
        }
        .nd__deals {
          grid-template-columns: 1fr !important;
        }
      }/* End custom CSS */