  :root {
    --n8n-ink: #050505;
    --n8n-paper: #f4f3ed;
    --n8n-muted: #aaa9a3;
    --n8n-line: rgba(255,255,255,.11);
    --n8n-coral: #ff6d5a;
    --n8n-cyan: #00f2ff;
    --n8n-lime: #caff4a;
  }

  html { scroll-behavior: smooth; }
  body { background: var(--n8n-ink); }
  body.op-lp { overflow-x: hidden; }
  body.op-lp,
  body.op-lp button,
  body.op-lp a {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  }
  body.op-lp .site-main { overflow: clip; }
  body.op-lp .site-header {
    background: rgba(5,5,5,.72);
    border-bottom-color: rgba(255,255,255,.08);
  }
  body.op-lp .n8n-header-actions { gap: 22px; }
  body.op-lp .n8n-header-note {
    color: rgba(255,255,255,.58);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
  }
  body.op-lp .n8n-header-cta {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    background: var(--n8n-paper);
    padding: 12px 22px;
  }
  body.op-lp .n8n-header-cta:hover {
    background: var(--n8n-coral);
    box-shadow: 0 10px 30px rgba(255,109,90,.28);
  }
  body.op-lp .site-footer {
    padding: 36px 5% 110px;
    background: #050505;
  }
  body.op-lp .site-footer .footer-inner { display: none; }
  body.op-lp .site-footer .footer-bottom {
    max-width: 1320px;
    margin: 0 auto;
    padding-top: 28px;
  }

  .n8n-page {
    position: relative;
    background:
      radial-gradient(circle at 13% 10%, rgba(255,109,90,.13), transparent 24rem),
      radial-gradient(circle at 88% 22%, rgba(0,242,255,.1), transparent 30rem),
      var(--n8n-ink);
    color: var(--n8n-paper);
    isolation: isolate;
  }
  .n8n-page * { box-sizing: border-box; }
  .n8n-page ::selection { background: var(--n8n-coral); color: #050505; }
  .n8n-grid-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: .18;
    background-image:
      linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, #000 0, transparent 55%);
  }
  .n8n-shell {
    width: min(1320px, calc(100% - 48px));
    margin-inline: auto;
  }
  .n8n-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 24px;
    color: var(--n8n-coral);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .17em;
    text-transform: uppercase;
  }
  .n8n-kicker::before {
    content: '';
    width: 26px;
    height: 2px;
    background: currentColor;
  }
  .n8n-title {
    margin: 0;
    font-size: clamp(3.7rem, 7.3vw, 7.6rem);
    font-weight: 900;
    line-height: .96;
    letter-spacing: -.052em;
    word-spacing: .045em;
    text-wrap: balance;
  }
  .n8n-title .n8n-title-accent {
    color: var(--n8n-coral);
    position: relative;
    white-space: nowrap;
  }
  .n8n-title .n8n-title-accent::after {
    content: '';
    position: absolute;
    left: .02em;
    right: -.02em;
    bottom: -.06em;
    height: .08em;
    border-radius: 99px;
    background: var(--n8n-cyan);
    transform: rotate(-1.5deg);
  }
  .n8n-lead {
    max-width: 650px;
    margin: 32px 0 0;
    color: #b9b8b2;
    font-size: clamp(1.05rem, 1.45vw, 1.3rem);
    line-height: 1.6;
    text-wrap: balance;
  }
  .n8n-lead strong { color: #fff; font-weight: 700; }
  .n8n-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 36px;
  }
  .n8n-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 62px;
    padding: 0 28px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: var(--n8n-coral);
    color: #080808;
    font-size: .95rem;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 18px 45px rgba(255,109,90,.2), inset 0 -2px 0 rgba(0,0,0,.15);
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  }
  .n8n-button::after {
    content: '↗';
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0,0,0,.1);
    font-size: 1rem;
  }
  .n8n-button:hover {
    color: #050505;
    background: var(--n8n-paper);
    transform: translateY(-3px);
    box-shadow: 0 24px 55px rgba(255,109,90,.3);
  }
  .n8n-button:focus-visible,
  .n8n-text-link:focus-visible,
  .n8n-faq summary:focus-visible {
    outline: 3px solid var(--n8n-cyan);
    outline-offset: 4px;
  }
  .n8n-call-note {
    color: #7f7e79;
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .n8n-call-note span { display: block; color: #d7d6d0; }

  .n8n-hero {
    min-height: 100vh;
    min-height: 100svh;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr);
    align-items: center;
    gap: clamp(36px, 6vw, 90px);
    padding-top: 145px;
    padding-bottom: 80px;
  }
  .n8n-hero-copy { position: relative; z-index: 2; }
  .n8n-proof-line {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 42px;
    color: #8c8b86;
    font-size: .78rem;
  }
  .n8n-proof-portrait {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    /* The file is already cropped to the head, so no object-position nudging:
       the old 76px file was a near-full-body shot squeezed into 38px, which
       shrank the face and clipped the hair. */
    object-fit: cover;
    border: 1px solid rgba(255,255,255,.22);
    background: #111;
  }
  .n8n-proof-line strong { color: #efeee8; }

  .n8n-flow-wrap { position: relative; perspective: 1100px; }
  .n8n-flow-wrap::before {
    content: '';
    position: absolute;
    inset: 12% -12% -10% 8%;
    z-index: -1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,242,255,.16), rgba(255,109,90,.08) 44%, transparent 70%);
    filter: blur(22px);
  }
  .n8n-flow-card {
    position: relative;
    min-height: 570px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(22,22,22,.95), rgba(8,8,8,.92));
    box-shadow: 0 55px 110px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.06);
    transform: rotateY(-4deg) rotateX(2deg);
  }
  .n8n-flow-top {
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    border-bottom: 1px solid var(--n8n-line);
    color: #8b8a85;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .n8n-window-dots { display: flex; gap: 7px; }
  .n8n-window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #3b3b38; }
  .n8n-window-dots i:first-child { background: var(--n8n-coral); }
  .n8n-live { display: flex; align-items: center; gap: 8px; color: #b9e47a; }
  .n8n-live::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--n8n-lime);
    box-shadow: 0 0 14px var(--n8n-lime);
    animation: n8n-pulse 1.8s ease-in-out infinite;
  }
  .n8n-flow-canvas {
    position: relative;
    height: 430px;
    background-image:
      linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: 28px 28px;
  }
  .n8n-wires { position: absolute; inset: 0; width: 100%; height: 100%; }
  .n8n-wire-bg { fill: none; stroke: #343431; stroke-width: 2; }
  .n8n-wire-live {
    fill: none;
    stroke: url(#n8n-wire-gradient);
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-dasharray: 8 13;
    animation: n8n-flow 1.2s linear infinite;
    filter: drop-shadow(0 0 5px rgba(0,242,255,.5));
  }
  .n8n-node {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 174px;
    min-height: 72px;
    padding: 13px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 16px;
    background: rgba(13,13,13,.94);
    box-shadow: 0 14px 32px rgba(0,0,0,.35);
  }
  .n8n-node::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    background: #858580;
    border: 2px solid #111;
  }
  .n8n-node-in::before {
    content: '';
    position: absolute;
    left: -5px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    background: var(--n8n-cyan);
    border: 2px solid #111;
    box-shadow: 0 0 9px rgba(0,242,255,.5);
  }
  .n8n-node-1 { left: 7%; top: 45px; }
  .n8n-node-2 { right: 8%; top: 112px; }
  .n8n-node-3 { left: 10%; bottom: 68px; }
  .n8n-node-4 { right: 7%; bottom: 25px; }
  .n8n-node-icon {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(255,109,90,.14);
    color: var(--n8n-coral);
    font-size: .7rem;
    font-weight: 900;
  }
  .n8n-node-2 .n8n-node-icon { background: rgba(0,242,255,.1); color: var(--n8n-cyan); }
  .n8n-node-3 .n8n-node-icon { background: rgba(202,255,74,.09); color: var(--n8n-lime); }
  .n8n-node-4 .n8n-node-icon { background: rgba(157,118,255,.12); color: #bba2ff; }
  .n8n-node-copy { min-width: 0; }
  .n8n-node-copy b { display: block; color: #f4f3ed; font-size: .75rem; line-height: 1.25; }
  .n8n-node-copy small { display: block; margin-top: 5px; color: #8b8a85; font-size: .61rem; }
  .n8n-flow-log {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 16px;
    border: 1px solid rgba(202,255,74,.12);
    border-radius: 12px;
    background: rgba(202,255,74,.035);
    color: #898883;
    font: 600 .67rem/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
  }
  .n8n-flow-log b { color: var(--n8n-lime); font-weight: 700; }

  .n8n-marquee {
    overflow: hidden;
    border-top: 1px solid var(--n8n-line);
    border-bottom: 1px solid var(--n8n-line);
    background: #090909;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
  }
  .n8n-marquee-track {
    display: flex;
    width: max-content;
    animation: n8n-marquee 38s linear infinite;
    will-change: transform;
  }
  .n8n-marquee-set {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-shrink: 0;
    min-width: 100vw;
  }
  .n8n-marquee span {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 19px clamp(24px, 2.4vw, 48px);
    color: #a2a19c;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .n8n-marquee span::after { content: '✦'; color: var(--n8n-coral); }

  .n8n-statement { padding: clamp(100px, 13vw, 190px) 0; }
  .n8n-statement-copy {
    max-width: 1080px;
    margin: 0;
    font-size: clamp(3rem, 7.3vw, 7rem);
    font-weight: 900;
    line-height: 1.01;
    letter-spacing: -.046em;
    word-spacing: .035em;
  }
  .n8n-statement-copy .muted { color: #6a6965; }
  .n8n-statement-copy .cyan { color: var(--n8n-cyan); }

  .n8n-rule { border: 0; border-top: 1px solid var(--n8n-line); margin: 0; }
  .n8n-section { padding: clamp(90px, 11vw, 150px) 0; }
  .n8n-section-head {
    display: grid;
    grid-template-columns: .45fr 1fr;
    gap: 50px;
    align-items: end;
    margin-bottom: 65px;
  }
  .n8n-section-head h2 {
    max-width: 850px;
    margin: 0;
    font-size: clamp(2.7rem, 5.8vw, 5.6rem);
    line-height: 1.01;
    letter-spacing: -.044em;
    word-spacing: .025em;
    text-wrap: balance;
  }
  .n8n-section-head p {
    max-width: 460px;
    margin: 18px 0 0;
    color: #8d8c87;
    font-size: 1rem;
    line-height: 1.65;
  }

  .n8n-value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--n8n-line);
    border-bottom: 1px solid var(--n8n-line);
  }
  .n8n-value {
    min-height: 330px;
    padding: 42px 36px;
    border-right: 1px solid var(--n8n-line);
    transition: background .3s ease;
  }
  .n8n-value:first-child { border-left: 1px solid var(--n8n-line); }
  .n8n-value:hover { background: rgba(255,255,255,.028); }
  .n8n-value-num { color: #7f7e79; /* 5.01:1 — #565550 was 2.73 */ font-size: .69rem; font-weight: 900; letter-spacing: .15em; }
  .n8n-value-mark {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin: 58px 0 28px;
    border-radius: 50%;
    border: 1px solid rgba(255,109,90,.35);
    color: var(--n8n-coral);
    font-size: 1.1rem;
  }
  .n8n-value:nth-child(2) .n8n-value-mark { color: var(--n8n-cyan); border-color: rgba(0,242,255,.3); }
  .n8n-value:nth-child(3) .n8n-value-mark { color: var(--n8n-lime); border-color: rgba(202,255,74,.3); }
  .n8n-value h3 { margin: 0; font-size: 1.42rem; letter-spacing: -.024em; line-height: 1.25; }
  .n8n-value p { max-width: 310px; margin: 13px 0 0; color: #85847f; line-height: 1.6; }

  .n8n-capability-stage {
    position: relative;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: center;
  }
  .n8n-capability-stage h2 {
    margin: 0;
    font-size: clamp(3rem, 6vw, 6.2rem);
    line-height: .96;
    letter-spacing: -.05em;
    word-spacing: .03em;
  }
  .n8n-capability-stage h2 span { color: var(--n8n-coral); }
  .n8n-capability-stage > div > p { max-width: 480px; color: #8a8984; line-height: 1.7; }
  .n8n-capabilities { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .n8n-capability {
    min-height: 92px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border: 1px solid var(--n8n-line);
    border-radius: 16px;
    background: rgba(255,255,255,.018);
    color: #d4d3cd;
    font-size: .85rem;
    font-weight: 800;
  }
  .n8n-capability i {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    border-radius: 9px;
    background: rgba(0,242,255,.08);
    color: var(--n8n-cyan);
    font-style: normal;
  }

  .n8n-process { counter-reset: n8n-step; }
  .n8n-step {
    counter-increment: n8n-step;
    display: grid;
    grid-template-columns: 100px .7fr 1fr;
    gap: 35px;
    align-items: center;
    padding: 35px 0;
    border-top: 1px solid var(--n8n-line);
  }
  .n8n-step:last-child { border-bottom: 1px solid var(--n8n-line); }
  .n8n-step::before {
    content: '0' counter(n8n-step);
    color: var(--n8n-coral);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .16em;
  }
  .n8n-step h3 { margin: 0; font-size: clamp(1.45rem, 2.4vw, 2.2rem); letter-spacing: -.03em; line-height: 1.15; }
  .n8n-step p { max-width: 600px; margin: 0; color: #8c8b86; line-height: 1.65; }

  .n8n-offer-wrap {
    background: var(--n8n-paper);
    color: #080808;
  }
  .n8n-offer {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 80px;
    align-items: center;
    padding-top: clamp(90px, 10vw, 140px);
    padding-bottom: clamp(90px, 10vw, 140px);
  }
  .n8n-offer .n8n-kicker { color: #b8402f; } /* 4.95:1 on paper — #d94e3f was 3.70 */
  .n8n-offer h2 {
    margin: 0;
    font-size: clamp(3.3rem, 7vw, 7rem);
    line-height: .95;
    letter-spacing: -.052em;
    word-spacing: .025em;
  }
  .n8n-offer-copy > p { max-width: 520px; margin: 28px 0 0; color: #5f5e59; line-height: 1.7; }
  .n8n-price-card {
    position: relative;
    padding: clamp(34px, 5vw, 58px);
    overflow: hidden;
    border-radius: 30px;
    background: #0a0a0a;
    color: var(--n8n-paper);
    box-shadow: 0 30px 70px rgba(0,0,0,.18);
  }
  .n8n-price-card::after {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    right: -85px;
    top: -95px;
    border-radius: 50%;
    background: var(--n8n-coral);
    filter: blur(0);
    opacity: .9;
  }
  .n8n-price-label { color: #8b8a85; font-size: .68rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
  .n8n-price { margin-top: 22px; font-size: clamp(3.7rem, 7vw, 6.5rem); font-weight: 900; line-height: .95; letter-spacing: -.052em; }
  .n8n-price small { font-size: .9rem; letter-spacing: 0; color: #8b8a85; }
  .n8n-price-list { display: grid; gap: 13px; margin: 32px 0 0; padding: 0; list-style: none; }
  .n8n-price-list li { display: flex; gap: 12px; color: #c9c8c2; font-size: .86rem; }
  .n8n-price-list li::before { content: '✓'; color: var(--n8n-lime); font-weight: 900; }
  .n8n-price-card .n8n-button { width: 100%; margin-top: 34px; }

  .n8n-founder {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    min-height: 670px;
    border: 1px solid var(--n8n-line);
    border-radius: 32px;
    overflow: hidden;
    background: #090909;
  }
  .n8n-founder-photo { position: relative; min-height: 590px; background: #050505; overflow: hidden; }
  .n8n-founder-photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(5,5,5,.55), transparent 38%);
    pointer-events: none;
  }
  .n8n-founder-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    filter: saturate(.82) contrast(1.04);
  }
  .n8n-founder-copy { align-self: center; padding: clamp(42px, 7vw, 95px); }
  .n8n-founder-copy h2 {
    max-width: 730px;
    margin: 0;
    font-size: clamp(3rem, 6.3vw, 6rem);
    line-height: .98;
    letter-spacing: -.048em;
    word-spacing: .025em;
  }
  .n8n-founder-copy > p { max-width: 650px; margin: 30px 0 0; color: #aaa9a3; font-size: 1.1rem; line-height: 1.7; }
  .n8n-signature { display: flex; align-items: center; gap: 15px; margin-top: 34px; }
  .n8n-signature-mark { width: 42px; height: 1px; background: var(--n8n-coral); }
  .n8n-signature b { display: block; font-size: .86rem; }
  .n8n-signature small { display: block; margin-top: 4px; color: #85847f; font-size: .7rem; }

  .n8n-faq-wrap { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
  .n8n-faq-intro h2 { margin: 0; font-size: clamp(3rem, 6vw, 5.7rem); line-height: .97; letter-spacing: -.048em; word-spacing: .025em; }
  .n8n-faq-intro p { max-width: 370px; margin-top: 24px; color: #85847f; line-height: 1.65; }
  .n8n-faq { border-top: 1px solid var(--n8n-line); }
  .n8n-faq details { border-bottom: 1px solid var(--n8n-line); }
  .n8n-faq summary {
    position: relative;
    cursor: pointer;
    list-style: none;
    padding: 28px 48px 28px 0;
    color: #efeee8;
    font-size: 1rem;
    font-weight: 800;
  }
  .n8n-faq summary::-webkit-details-marker { display: none; }
  .n8n-faq summary::after {
    content: '+';
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--n8n-coral);
    font-size: 1.6rem;
    font-weight: 400;
    transition: transform .2s ease;
  }
  .n8n-faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
  .n8n-faq p { max-width: 690px; margin: -4px 45px 28px 0; color: #8e8d88; line-height: 1.7; }

  .n8n-final {
    position: relative;
    padding: clamp(100px, 14vw, 190px) 0 85px;
    text-align: center;
  }
  .n8n-final::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    width: min(900px, 100%);
    height: 500px;
    transform: translate(-50%, -50%);
    background: radial-gradient(ellipse, rgba(255,109,90,.16), rgba(0,242,255,.06) 40%, transparent 70%);
    pointer-events: none;
  }
  .n8n-final h2 {
    max-width: 1050px;
    margin: 0 auto;
    font-size: clamp(3.8rem, 8.4vw, 8.4rem);
    line-height: .94;
    letter-spacing: -.054em;
    word-spacing: .035em;
    text-wrap: balance;
  }
  .n8n-final h2 span { color: var(--n8n-coral); }
  .n8n-final > p { max-width: 560px; margin: 30px auto 0; color: #989792; line-height: 1.65; }
  .n8n-final .n8n-actions { justify-content: center; }
  .n8n-legal {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 90px;
  }
  .n8n-text-link { color: #5f5e59; font-size: .7rem; font-weight: 700; text-decoration: none; }
  .n8n-text-link:hover { color: var(--n8n-paper); }

  .n8n-sticky {
    position: fixed;
    left: 50%;
    bottom: 18px;
    z-index: 9500;
    display: none;
    width: calc(100% - 28px);
    max-width: 480px;
    opacity: 0;
    transform: translate(-50%, 18px);
    pointer-events: none;
    padding: 7px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    background: rgba(8,8,8,.88);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 20px 60px rgba(0,0,0,.55);
    transition: opacity .28s ease, transform .28s ease;
  }
  .n8n-sticky.is-visible { opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }
  .n8n-sticky .n8n-button { min-height: 53px; width: 100%; font-size: .85rem; }
  .n8n-sticky-alt {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 53px; padding: 0 16px;
    border: 1px solid rgba(255,255,255,.22); border-radius: 999px;
    background: rgba(10,10,10,.9);
    color: var(--n8n-paper);
    font-size: .8rem; font-weight: 800; text-decoration: none; white-space: nowrap;
  }
  .n8n-sticky-alt:hover, .n8n-sticky-alt:focus-visible {
    border-color: rgba(255,255,255,.45); color: #fff;
  }

  @keyframes n8n-flow { to { stroke-dashoffset: -21; } }
  @keyframes n8n-pulse { 50% { opacity: .42; transform: scale(.82); } }
  @keyframes n8n-marquee { to { transform: translateX(-50%); } }
  @keyframes n8n-rise {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .n8n-animate { animation: n8n-rise .7s cubic-bezier(.2,.75,.25,1) both; }


  /* ── trust facts, above the fold ─────────────────────────────────────── */
  .n8n-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
    padding: 0;
    list-style: none;
  }
  .n8n-facts li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 15px;
    border: 1px solid var(--n8n-line);
    border-radius: 999px;
    color: #a9a8a2;
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .01em;
  }
  .n8n-facts li::before {
    content: '';
    width: 5px;
    height: 5px;
    flex: none;
    border-radius: 50%;
    background: var(--n8n-lime);
  }


  /* ── quick ask: the lowest rung ──────────────────────────────────────── */
  .sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
  }
  .n8n-ask-wrap { margin: 20px 0 0; max-width: 560px; }
  .n8n-ask-toggle {
    display: inline-flex; align-items: center; gap: 7px;
    min-height: 44px; padding: 0;
    border: 0; background: none;
    color: #85847f;
    font-family: inherit; font-size: .84rem; font-weight: 700;
    text-align: left; cursor: pointer;
  }
  .n8n-ask-toggle span {
    color: var(--n8n-paper);
    border-bottom: 1px solid rgba(244,243,237,.35);
  }
  .n8n-ask-toggle::after { content: '→'; color: var(--n8n-paper); transition: transform .2s ease; }
  .n8n-ask-toggle[aria-expanded="true"]::after { transform: rotate(90deg); }
  .n8n-ask-toggle:hover span, .n8n-ask-toggle:focus-visible span { border-bottom-color: var(--n8n-paper); }
  .n8n-ask-toggle:focus-visible { outline: 3px solid var(--n8n-cyan); outline-offset: 4px; }
  .n8n-ask[hidden] { display: none; }
  .n8n-ask { margin: 14px 0 0; }
  .n8n-ask-row {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) auto;
    gap: 8px;
    padding: 8px;
    border: 1px solid var(--n8n-line);
    border-radius: 16px;
    background: rgba(255,255,255,.035);
    transition: border-color .25s ease;
  }
  .n8n-ask-row:focus-within { border-color: rgba(255,255,255,.3); }
  .n8n-ask-row input {
    width: 100%; min-width: 0; min-height: 44px;
    padding: 0 14px;
    border: 0; border-radius: 10px;
    background: transparent;
    color: var(--n8n-paper);
    font-family: inherit; font-size: .88rem; font-weight: 600;
  }
  .n8n-ask-row input::placeholder { color: #7f7e79; font-weight: 500; }
  .n8n-ask-row input:focus-visible { outline: 2px solid var(--n8n-cyan); outline-offset: 1px; }
  .n8n-ask-send {
    min-height: 44px; padding: 0 20px;
    border: 0; border-radius: 10px;
    background: var(--n8n-paper); color: #080808;
    font-family: inherit; font-size: .84rem; font-weight: 900;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
  }
  .n8n-ask-send:hover { background: var(--n8n-coral); }
  .n8n-ask-send[disabled] { opacity: .55; cursor: default; }
  .n8n-ask-trap { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
  .n8n-ask-note { margin: 12px 0 0; color: #7f7e79; font-size: .8rem; font-weight: 600; line-height: 1.6; }
  .n8n-ask-note.is-bad { color: #ff9d8f; }
  .n8n-ask.is-done .n8n-ask-row, .n8n-ask.is-done .n8n-ask-lead { display: none; }
  .n8n-ask.is-done .n8n-ask-note { color: var(--n8n-lime); font-size: .92rem; }

  @media (max-width: 620px) {
    .n8n-ask-row { grid-template-columns: 1fr; }
    .n8n-ask-send { width: 100%; }
    /* Four trust pills cost three rows at this width and pushed the price below
       the fold. Tightening them keeps BOTH the trust row and the price visible
       on a 844px phone, which is the whole point of each of them. */
    .n8n-facts { gap: 7px; margin-top: 18px; }
    .n8n-facts li { padding: 6px 11px; font-size: .69rem; gap: 6px; }
  }

  /* ── price, above the fold ───────────────────────────────────────────── */
  .n8n-priceline { margin: 18px 0 0; }
  .n8n-priceline a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 8px 16px 8px 18px;
    border: 1px solid var(--n8n-line);
    border-radius: 999px;
    background: rgba(255,255,255,.03);
    color: #a9a8a2;
    font-size: .82rem;
    font-weight: 700;
    text-decoration: none;
    transition: border-color .25s ease, background .25s ease, color .25s ease;
  }
  .n8n-priceline a b { color: var(--n8n-paper); font-weight: 900; }
  .n8n-priceline a i {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    font-size: .8rem;
    font-style: normal;
  }
  .n8n-priceline a:hover,
  .n8n-priceline a:focus-visible {
    border-color: rgba(255,255,255,.28);
    background: rgba(255,255,255,.07);
    color: var(--n8n-paper);
  }
  /* Land below the sticky header rather than under it. */
  #n8n-price-title { scroll-margin-top: 96px; }

  /* ── secondary, lower-commitment path ────────────────────────────────── */
  .n8n-alt {
    margin: 20px 0 0;
    color: #7f7e79;
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .n8n-text-link {
    color: var(--n8n-cyan);
    text-decoration: none;
    border-bottom: 1px solid rgba(0,242,255,.35);
    transition: border-color .2s ease, color .2s ease;
  }
  .n8n-text-link:hover { color: #fff; border-bottom-color: #fff; }
  .n8n-offer-wrap .n8n-alt { color: #85847f; }
  .n8n-offer-wrap .n8n-text-link { color: #b8402f; border-bottom-color: rgba(184,64,47,.4); }
  .n8n-offer-wrap .n8n-text-link:hover { color: #080808; border-bottom-color: #080808; }

  /* ── three pricing paths ─────────────────────────────────────────────── */
  .n8n-offer { grid-template-columns: 1fr; gap: 54px; }
  .n8n-tiers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    /* stretch (not start) so the three cards share a height and their CTAs
       land on one line — .n8n-tier-foot's margin-top:auto does the rest. */
    align-items: stretch;
    /* the featured badge sits at top:-13px and must not be clipped */
    padding-top: 13px;
  }
  .n8n-tier {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    padding: clamp(28px, 3vw, 40px);
    border: 1px solid rgba(8,8,8,.14);
    border-radius: 26px;
    background: #fbfaf5;
  }
  .n8n-tier-feature {
    border-color: transparent;
    background: #0a0a0a;
    color: var(--n8n-paper);
    box-shadow: 0 30px 70px rgba(0,0,0,.22);
  }
  .n8n-tier-badge {
    position: absolute;
    top: -13px;
    left: clamp(28px, 3vw, 40px);
    padding: 6px 15px;
    border-radius: 999px;
    background: var(--n8n-coral);
    color: #080808;
    font-size: .63rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
  }
  .n8n-tier-label {
    color: #5f5e59; /* 6.22:1 on the light card. A global colour swap had put the
                       dark-section grey here, dropping it to 3.59:1. */
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
  }
  .n8n-tier-feature .n8n-tier-label { color: #8f8e89; }
  .n8n-tier-price {
    margin-top: 14px;
    font-size: clamp(2.5rem, 4.4vw, 3.5rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.045em;
  }
  .n8n-tier-price small {
    display: block;
    margin-top: 8px;
    color: #5f5e59; /* 6.22:1 on the light card */
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: 0;
  }
  .n8n-tier-feature .n8n-tier-price small { color: #8f8e89; }
  .n8n-tier-blurb {
    margin: 18px 0 0;
    color: #5f5e59;
    font-size: .85rem;
    line-height: 1.65;
  }
  .n8n-tier-feature .n8n-tier-blurb { color: #b6b5b0; }
  .n8n-tier-list {
    display: grid;
    gap: 11px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
  }
  .n8n-tier-list li {
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 10px;
    color: #4d4c47;
    font-size: .82rem;
    line-height: 1.5;
  }
  .n8n-tier-feature .n8n-tier-list li { color: #c9c8c2; }
  .n8n-tier-list li::before { content: '✓'; color: #1f9d55; font-weight: 900; }
  .n8n-tier-feature .n8n-tier-list li::before { color: var(--n8n-lime); }
  .n8n-tier-list.is-lacking li { color: #5f5e59; } /* 6.22:1 on the light card — #8b8a85 was 3.31 */
  .n8n-tier-list.is-lacking li::before { content: '−'; color: #b0aeA6; }
  .n8n-tier-foot { margin-top: auto; padding-top: 28px; }
  .n8n-tier .n8n-button {
    width: 100%;
    min-height: 54px;
    font-size: .86rem;
  }
  .n8n-tier:not(.n8n-tier-feature) .n8n-button {
    background: transparent;
    border-color: rgba(8,8,8,.24);
    color: #080808;
    box-shadow: none;
  }
  .n8n-tier:not(.n8n-tier-feature) .n8n-button::after { background: rgba(8,8,8,.07); }
  .n8n-tier:not(.n8n-tier-feature) .n8n-button:hover {
    background: #080808;
    border-color: #080808;
    color: var(--n8n-paper);
  }
  .n8n-tier:not(.n8n-tier-feature) .n8n-button:hover::after { background: rgba(255,255,255,.14); }
  .n8n-anchor {
    max-width: 760px;
    margin: 34px 0 0;
    padding-top: 26px;
    border-top: 1px solid rgba(8,8,8,.14);
    color: #5f5e59;
    font-size: .88rem;
    line-height: 1.7;
  }
  .n8n-anchor strong { color: #080808; }

  /* ── client proof ────────────────────────────────────────────────────── */
  .n8n-proof-grid {
    display: grid;
    /* Explicit 3-up, not auto-fit: auto-fit made 4 columns at 1320px, so six
       cards broke as 4 + 2 with two empty slots. 3 x 2 is even. */
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 48px;
  }
  @media (max-width: 1050px) {
    .n8n-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  }
  @media (max-width: 700px) {
    .n8n-proof-grid { grid-template-columns: minmax(0, 1fr); }
  }
  .n8n-quote {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 26px 28px 28px;
    overflow: hidden;
    border: 1px solid var(--n8n-line);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
    transition: transform .3s cubic-bezier(.2,.7,.3,1), border-color .3s ease, box-shadow .3s ease;
  }
  /* A hairline of the card's tint along the top edge — enough to tell the cards
     apart at a glance without six competing coloured blocks. */
  .n8n-quote::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 2px;
    background: linear-gradient(90deg, var(--tint), transparent 72%);
    opacity: .75;
  }
  .n8n-quote:hover {
    transform: translateY(-4px);
    border-color: rgba(255,255,255,.2);
    box-shadow: 0 22px 50px rgba(0,0,0,.4);
  }
  .n8n-quote-top { display: flex; align-items: center; gap: 12px; }
  .n8n-quote-mono {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--tint) 18%, transparent);
    border: 1px solid color-mix(in srgb, var(--tint) 45%, transparent);
    color: var(--tint);
    font-size: .92rem;
    font-weight: 900;
    line-height: 1;
  }
  @supports not (background: color-mix(in srgb, red 10%, transparent)) {
    .n8n-quote-mono { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.2); }
  }
  .n8n-quote-who { display: grid; gap: 2px; min-width: 0; }
  .n8n-quote-who b {
    color: #efeee8;
    font-size: .88rem;
    font-weight: 800;
    letter-spacing: -.01em;
  }
  .n8n-quote-who small { color: #85847f; font-size: .72rem; }
  .n8n-quote-src {
    margin-left: auto;
    flex: 0 0 auto;
    padding: 5px 11px;
    border: 1px solid var(--n8n-line);
    border-radius: 999px;
    color: #9a9994;
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .n8n-quote blockquote {
    margin: 0;
    color: #dcdbd5;
    font-size: 1rem;
    line-height: 1.65;
    letter-spacing: -.005em;
  }
  .n8n-quote blockquote::before { content: '“'; }
  .n8n-quote blockquote::after  { content: '”'; }
  .n8n-quote-when {
    margin-top: auto;
    padding-top: 4px;
    color: #7f7e79; /* 5.01:1 — #6f6e69 was 3.99 */
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .02em;
  }

  /* ── FAQ groups ──────────────────────────────────────────────────────── */
  /* Legal row: present and clickable, but visually subordinate — it must not
     compete with the CTA immediately above it. */
  .n8n-legal .n8n-text-link {
    /* Padding lifts the tap target from 17px to 44px without moving the text.
       These are nav links, so WCAG 2.5.8's "inline in a sentence" exemption
       does not cover them the way it covers the in-prose plan links. */
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 4px;
    color: #7f7e79; /* 5.01:1 on #050505 — AA. #75746f read quieter but was 4.35:1. */
    border-bottom-color: transparent;
    font-size: .78rem;
    font-weight: 700;
  }
  .n8n-legal .n8n-text-link:hover,
  .n8n-legal .n8n-text-link:focus-visible {
    color: var(--n8n-paper);
    border-bottom-color: rgba(244,243,237,.5);
  }

  .n8n-faq-group + .n8n-faq-group { margin-top: 46px; }
  .n8n-faq-group-title {
    margin: 0 0 4px;
    color: var(--n8n-coral);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
  }

  /* ── paid-search footer ──────────────────────────────────────────────
     The nav and contact columns are skipped in footer.php (not hidden here —
     display:none would leave every link in the DOM and the tab order). */
  body.op-lp .footer-brand .tagline { display: none; }
  body.op-lp .footer-inner {
    padding-bottom: 0;
    grid-template-columns: 1fr;
  }

  @media (max-width: 1050px) {
    .n8n-tiers { grid-template-columns: 1fr; }
    .n8n-tier { max-width: 560px; }
    .n8n-tier-feature { order: -1; }
  }

  @media (max-width: 1050px) {
    .n8n-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 155px; }
    .n8n-hero-copy { max-width: 860px; }
    .n8n-flow-wrap { width: min(680px, 100%); margin: 25px auto 0; }
    .n8n-flow-card { transform: none; }
    .n8n-section-head,
    .n8n-capability-stage,
    .n8n-offer,
    .n8n-faq-wrap { grid-template-columns: 1fr; gap: 45px; }
    .n8n-section-head { align-items: start; }
    .n8n-section-head > div:first-child { margin-bottom: -20px; }
    .n8n-founder { grid-template-columns: .9fr 1.1fr; }
  }

  @media (max-width: 860px) {
    .n8n-value-grid { grid-template-columns: repeat(2, 1fr); }
    .n8n-value,
    .n8n-value:first-child {
      min-height: 0;
      border-left: 0;
      border-right: 0;
      border-bottom: 1px solid var(--n8n-line);
    }
    .n8n-value:first-child { border-right: 1px solid var(--n8n-line); }
    .n8n-value:last-child { grid-column: 1 / -1; border-bottom: 0; }
    .n8n-value-mark { margin: 34px 0 24px; }
    .n8n-step { grid-template-columns: 58px 1fr; gap: 20px; align-items: start; }
    .n8n-step p { grid-column: 2; }
    .n8n-founder { grid-template-columns: 1fr; min-height: 0; }
    .n8n-founder-photo { min-height: 520px; max-height: 680px; }
  }

  @media (max-width: 760px) {
    .n8n-shell { width: min(100% - 32px, 1320px); }
    body.op-lp .n8n-header-note { display: none; }
    body.op-lp .n8n-header-actions { display: flex; }
    body.op-lp .n8n-header-cta { padding: 11px 17px; font-size: .68rem; }
    body.op-lp .header-inner { padding-inline: 20px; }
    .n8n-hero { padding-top: 130px; padding-bottom: 55px; }
    .n8n-title { font-size: clamp(3.1rem, 15.5vw, 5rem); line-height: .98; letter-spacing: -.045em; word-spacing: .035em; }
    .n8n-title .n8n-title-accent { white-space: normal; }
    .n8n-lead { margin-top: 26px; }
    .n8n-actions { align-items: stretch; flex-direction: column; }
    .n8n-button { width: 100%; min-height: 59px; }
    .n8n-call-note { text-align: center; }
    .n8n-proof-line { margin-top: 32px; }
    .n8n-flow-card { min-height: 500px; border-radius: 22px; }
    .n8n-flow-canvas { height: 374px; }
    .n8n-node { width: 150px; min-height: 64px; padding: 10px; }
    .n8n-node-icon { width: 34px; height: 34px; border-radius: 10px; }
    .n8n-node-1 { left: 5%; top: 34px; }
    .n8n-node-2 { right: 5%; top: 105px; }
    .n8n-node-3 { left: 6%; bottom: 54px; }
    .n8n-node-4 { right: 5%; bottom: 4px; }
    .n8n-flow-log { left: 15px; right: 15px; bottom: 13px; font-size: .59rem; }
    .n8n-value-grid { grid-template-columns: 1fr; }
    .n8n-value:first-child { border-right: 0; }
    .n8n-value:last-child { grid-column: auto; }
    .n8n-value-mark { margin-top: 38px; }
    .n8n-capabilities { grid-template-columns: 1fr; }
    .n8n-step { grid-template-columns: 46px 1fr; gap: 18px; }
    .n8n-founder-photo { min-height: 450px; }
    .n8n-founder-copy { padding: 44px 26px 50px; }
    .n8n-price-card { border-radius: 24px; }
    .n8n-final { padding-bottom: 30px; }
    .n8n-legal { margin-top: 70px; }
    .n8n-sticky {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 8px;
      align-items: center;
    }
    body.op-lp .site-footer { padding-bottom: 105px; }
  }

  @media (max-width: 420px) {
    .n8n-flow-card { min-height: 475px; }
    .n8n-flow-top { padding: 0 15px; }
    .n8n-flow-canvas { height: 352px; }
    .n8n-node { width: 137px; }
    .n8n-node-copy b { font-size: .69rem; }
    .n8n-node-copy small { font-size: .56rem; }
    .n8n-node-1 { left: 4%; }
    .n8n-node-2 { right: 4%; }
    .n8n-node-3 { left: 4%; }
    .n8n-node-4 { right: 4%; }
  }

  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .n8n-wire-live,
    .n8n-live::before,
    .n8n-marquee-track,
    .n8n-animate { animation: none !important; }
    .n8n-button { transition: none; }
  }
