:root {
    --ps-forest-950: #052a22;
    --ps-forest-900: #07382e;
    --ps-forest-800: #0b4a3c;
    --ps-forest-700: #12634f;
    --ps-lime: #c7f36b;
    --ps-lime-soft: #daf899;
    --ps-paper: #f4f2e9;
    --ps-paper-deep: #ebe8dc;
    --ps-mint: #edf7f0;
    --ps-white: #ffffff;
    --ps-ink: #10221d;
    --ps-muted: #5c6b66;
    --ps-line: rgba(11, 74, 60, 0.14);
    --ps-line-dark: rgba(255, 255, 255, 0.14);
    --ps-shadow-soft: 0 22px 60px rgba(5, 42, 34, 0.12);
    --ps-shadow-deep: 0 38px 100px rgba(5, 42, 34, 0.22);
    --ps-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.ps-site {
    color: var(--ps-ink);
    background: var(--ps-white);
}

.ps-main {
    position: relative;
    overflow-x: clip;
    overflow-y: visible;
}

.lt-page-flow {
    --lt-accent: var(--ps-forest-700);
    --lt-accent-soft: var(--ps-lime);
    --lt-hero-surface: var(--ps-paper);
    --lt-hero-ink: var(--ps-ink);
    background: var(--ps-white);
}

.lt-page-flow[data-longtail-layout*="market"],
.lt-page-flow[data-longtail-layout*="produce"],
.lt-page-flow[data-longtail-layout*="fresh"] {
    --lt-accent: #22824f;
    --lt-accent-soft: #c7f36b;
}

.lt-page-flow[data-longtail-layout*="cold"],
.lt-page-flow[data-longtail-layout*="seafood"] {
    --lt-accent: #0e7666;
    --lt-accent-soft: #a8ec8f;
}

.lt-page-flow[data-longtail-layout*="finance"],
.lt-page-flow[data-longtail-layout*="xero"],
.lt-page-flow[data-longtail-layout*="invoice"] {
    --lt-accent: #086f62;
    --lt-accent-soft: #b5ef8a;
}

.lt-shell {
    width: var(--pl-shell);
    margin-inline: auto;
}

.lt-section {
    position: relative;
    padding-block: clamp(104px, 10vw, 172px);
}

.lt-section[id]::after {
    position: absolute;
    z-index: 0;
    top: clamp(34px, 4vw, 62px);
    right: max(24px, calc((100vw - min(1400px, calc(100vw - 64px))) / 2));
    color: color-mix(in srgb, var(--lt-accent) 25%, transparent);
    font-family: var(--pl-font-serif);
    font-size: clamp(50px, 7vw, 108px);
    line-height: 1;
    pointer-events: none;
}

#ordering::after { content: "01"; }
#workflow::after { content: "02"; }
#operations::after { content: "03"; }
#adoption::after { content: "04"; }
#related::after { content: "05"; }
#questions::after { content: "06"; }

.lt-section--deep[id]::after {
    color: rgba(199, 243, 107, 0.14);
}

.lt-section > .lt-shell {
    position: relative;
    z-index: 1;
}

.lt-section--cream {
    background-color: var(--ps-paper);
    background-image:
        linear-gradient(var(--ps-line) 1px, transparent 1px),
        linear-gradient(90deg, var(--ps-line) 1px, transparent 1px);
    background-size: 72px 72px;
}

.lt-section--deep {
    color: var(--ps-white);
    background-color: var(--ps-forest-950);
    background-image:
        linear-gradient(rgba(199, 243, 107, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(199, 243, 107, 0.055) 1px, transparent 1px);
    background-size: 72px 72px;
}

.lt-kicker {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    margin: 0 0 24px;
    color: var(--lt-accent);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.lt-kicker::before {
    width: 30px;
    height: 1px;
    content: "";
    background: currentColor;
}

.lt-section--deep .lt-kicker {
    color: var(--ps-lime);
}

.lt-title {
    max-width: 1040px;
    margin: 0;
    color: inherit;
    font-family: var(--pl-font-sans);
    font-size: clamp(52px, 6.4vw, 98px);
    font-weight: 600;
    line-height: 0.94;
    letter-spacing: -0.065em;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.lt-copy,
.lt-lead {
    color: var(--ps-muted);
    font-size: clamp(16px, 1.35vw, 20px);
    line-height: 1.7;
}

.lt-copy {
    max-width: 73ch;
    margin: 26px 0 0;
}

.lt-section--deep .lt-copy {
    color: rgba(255, 255, 255, 0.7);
}

/* Hero: flagship Porosi composition, with four product modes. */
.lt-hero {
    position: relative;
    min-height: min(920px, calc(100vh - 82px));
    padding: clamp(92px, 8vw, 138px) 0 clamp(96px, 9vw, 148px);
    overflow: hidden;
    color: var(--lt-hero-ink);
    background: var(--lt-hero-surface);
    border-bottom: 1px solid var(--ps-line);
}

.lt-hero::before {
    position: absolute;
    top: -18%;
    right: -10%;
    width: min(58vw, 860px);
    aspect-ratio: 1;
    content: "";
    border: 1px solid color-mix(in srgb, var(--lt-accent) 32%, transparent);
    border-radius: 42% 58% 63% 37% / 39% 34% 66% 61%;
    transform: rotate(-13deg);
    animation: ps-morph 18s ease-in-out infinite alternate;
}

.lt-hero::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background-image:
        linear-gradient(color-mix(in srgb, var(--lt-accent) 9%, transparent) 1px, transparent 1px),
        linear-gradient(90deg, color-mix(in srgb, var(--lt-accent) 9%, transparent) 1px, transparent 1px);
    background-size: 74px 74px;
    mask-image: linear-gradient(90deg, transparent 0, #000 36%, #000 100%);
}

.lt-hero--dashboard,
.lt-hero--comparison {
    --lt-hero-surface: var(--ps-forest-950);
    --lt-hero-ink: var(--ps-white);
    border-bottom-color: var(--ps-line-dark);
}

.lt-hero--dashboard::after,
.lt-hero--comparison::after {
    background-image:
        linear-gradient(rgba(199, 243, 107, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(199, 243, 107, 0.055) 1px, transparent 1px);
}

.lt-hero--portal {
    --lt-hero-surface: var(--ps-mint);
}

.lt-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: clamp(18px, 2.5vw, 38px);
    align-items: center;
}

.lt-hero-copy {
    grid-column: 1 / span 6;
    align-self: center;
}

.lt-hero h1 {
    max-width: 900px;
    margin: 0;
    color: inherit;
    font-family: var(--pl-font-sans);
    font-size: clamp(60px, 5.8vw, 94px);
    font-weight: 600;
    line-height: 0.88;
    letter-spacing: -0.075em;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.lt-hero .lt-kicker {
    max-width: 100%;
    color: var(--lt-accent);
    letter-spacing: 0.09em;
}

.lt-hero--dashboard .lt-kicker,
.lt-hero--comparison .lt-kicker {
    color: var(--ps-lime);
}

.lt-hero-keyline {
    flex-wrap: wrap;
}

.lt-hero-keyline-divider {
    opacity: 0.45;
}

.lt-lead {
    max-width: 58ch;
    margin: 30px 0 0;
}

.lt-hero--dashboard .lt-lead,
.lt-hero--comparison .lt-lead {
    color: rgba(255, 255, 255, 0.72);
}

.lt-review-note {
    position: relative;
    max-width: 62ch;
    margin: 24px 0 0;
    padding: 18px 20px 18px 44px;
    color: color-mix(in srgb, var(--lt-hero-ink) 72%, transparent);
    background: color-mix(in srgb, var(--lt-hero-surface) 84%, var(--ps-white));
    border: 1px solid color-mix(in srgb, var(--lt-accent) 22%, transparent);
    font-size: 13px;
    line-height: 1.65;
}

.lt-review-note::before {
    position: absolute;
    top: 22px;
    left: 20px;
    width: 9px;
    height: 9px;
    content: "";
    background: var(--lt-accent-soft);
    transform: rotate(45deg);
}

.lt-hero--dashboard .lt-review-note,
.lt-hero--comparison .lt-review-note {
    color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.055);
    border-color: rgba(255, 255, 255, 0.16);
}

.lt-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.lt-actions .mk-button-primary,
.lt-actions .mk-button-secondary {
    display: inline-flex;
    min-height: 54px;
    padding: 0 24px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ps-forest-950);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.lt-actions .mk-button-primary {
    color: var(--ps-white);
    background: var(--ps-forest-950);
}

.lt-actions .mk-button-primary::after,
.lt-actions .mk-button-secondary::after {
    margin-left: 22px;
    content: "\2192";
    font-size: 17px;
    transition: transform 220ms var(--ps-ease);
}

.lt-actions a:hover::after,
.lt-actions a:focus-visible::after {
    transform: translateX(4px);
}

.lt-actions .mk-button-primary:hover,
.lt-actions .mk-button-primary:focus-visible {
    color: var(--ps-forest-950);
    background: var(--ps-lime);
    border-color: var(--ps-lime);
}

.lt-actions .mk-button-secondary {
    color: var(--ps-forest-950);
    background: transparent;
}

.lt-actions .mk-button-secondary:hover,
.lt-actions .mk-button-secondary:focus-visible {
    background: rgba(255, 255, 255, 0.64);
}

.lt-hero--dashboard .lt-actions .mk-button-primary,
.lt-hero--comparison .lt-actions .mk-button-primary {
    color: var(--ps-forest-950);
    background: var(--ps-lime);
    border-color: var(--ps-lime);
}

.lt-hero--dashboard .lt-actions .mk-button-secondary,
.lt-hero--comparison .lt-actions .mk-button-secondary {
    color: var(--ps-white);
    border-color: rgba(255, 255, 255, 0.42);
}

/* Product proof stage */
.lt-proof-stack {
    position: relative;
    grid-column: 7 / -1;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(9, minmax(42px, 1fr));
    min-height: clamp(520px, 46vw, 700px);
    isolation: isolate;
    transform: perspective(1500px) rotateX(var(--ps-tilt-x, 0deg)) rotateY(var(--ps-tilt-y, 0deg));
    transform-style: preserve-3d;
    transition: transform 380ms var(--ps-ease);
    will-change: transform;
}

.lt-proof-stack::before {
    position: absolute;
    z-index: -1;
    top: 4%;
    right: 4%;
    width: 70%;
    aspect-ratio: 1;
    content: "";
    border: 1px solid color-mix(in srgb, var(--lt-accent) 35%, transparent);
    border-radius: 50%;
    animation: ps-orbit 24s linear infinite;
}

.lt-proof-stack::after {
    position: absolute;
    z-index: 5;
    top: 13%;
    right: 3%;
    width: 14px;
    height: 14px;
    content: "";
    background: var(--lt-accent-soft);
    box-shadow: 0 0 0 9px color-mix(in srgb, var(--lt-accent-soft) 16%, transparent);
    transform: rotate(45deg);
    animation: ps-pulse 2.8s ease-in-out infinite;
}

.lt-proof-frame {
    position: relative;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    background: var(--ps-white);
    border: 1px solid rgba(5, 42, 34, 0.18);
    box-shadow: var(--ps-shadow-deep);
    transition: transform 420ms var(--ps-ease), box-shadow 420ms var(--ps-ease);
}

.lt-proof-frame:hover {
    box-shadow: 0 46px 110px rgba(5, 42, 34, 0.28);
}

.lt-proof-frame--dashboard {
    z-index: 1;
    grid-column: 2 / 13;
    grid-row: 1 / 7;
    align-self: stretch;
    transform: rotate(1.1deg);
}

.lt-proof-frame--order {
    z-index: 3;
    grid-column: 7 / 13;
    grid-row: 6 / 10;
    transform: rotate(-1.3deg);
}

.lt-proof-frame--phone {
    z-index: 4;
    grid-column: 1 / 5;
    grid-row: 3 / 10;
    width: min(100%, 280px);
    justify-self: start;
    border-radius: 34px;
    transform: rotate(-3deg);
}

.lt-proof-frame--phone .lt-proof-chrome {
    display: none;
}

.lt-proof-chrome {
    display: flex;
    min-height: 38px;
    padding: 0 14px;
    align-items: center;
    gap: 6px;
    color: var(--ps-muted);
    background: var(--ps-paper);
    border-bottom: 1px solid var(--ps-line);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.lt-proof-chrome i {
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    background: #9bb9b0;
    border-radius: 50%;
}

.lt-proof-chrome span {
    min-width: 0;
    margin-left: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lt-proof-viewport {
    height: calc(100% - 38px);
    overflow: hidden;
    background: #fff;
}

.lt-proof-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top left;
}

.lt-proof-frame--phone .lt-proof-viewport {
    height: 100%;
}

.lt-proof-frame--phone img {
    object-fit: contain;
    background: #fff;
}

.lt-proof-frame:not(.lt-proof-frame--phone) .lt-proof-label {
    display: none;
}

.lt-proof-label {
    position: absolute;
    right: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
    padding: 9px 12px;
    overflow: hidden;
    color: var(--ps-white);
    background: rgba(5, 42, 34, 0.92);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.lt-signal-board {
    position: relative;
    z-index: 6;
    grid-column: 3 / 11;
    margin-top: 28px;
    color: var(--ps-white);
    background: var(--ps-forest-900);
    border: 1px solid rgba(199, 243, 107, 0.2);
    box-shadow: var(--ps-shadow-deep);
}

.lt-signal-header {
    display: grid;
    grid-template-columns: 0.62fr 1.38fr;
    gap: 18px;
    padding: 18px 22px;
    align-items: end;
    border-bottom: 1px solid var(--ps-line-dark);
}

.lt-signal-header span,
.lt-signal-board > p {
    color: var(--ps-lime);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.lt-signal-header strong {
    font-family: var(--pl-font-serif);
    font-size: clamp(23px, 2.1vw, 34px);
    font-weight: 400;
    line-height: 1;
}

.lt-signal-board ol {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
}

.lt-signal-board li {
    min-width: 0;
    padding: 20px;
    border-right: 1px solid var(--ps-line-dark);
}

.lt-signal-board li:last-child {
    border-right: 0;
}

.lt-signal-board li span {
    display: block;
    margin-bottom: 16px;
    color: var(--ps-lime);
    font-size: 10px;
    font-weight: 800;
}

.lt-signal-board li p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    line-height: 1.5;
}

.lt-signal-board > p {
    margin: 0;
    padding: 16px 20px;
    color: rgba(255, 255, 255, 0.58);
    border-top: 1px solid var(--ps-line-dark);
    line-height: 1.55;
    letter-spacing: 0.04em;
    text-transform: none;
}

.lt-signal-board > p strong {
    color: var(--ps-white);
}

/* Ordering route: sticky editorial statement + operational spine. */
.lt-route-map {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
    gap: clamp(54px, 9vw, 150px);
    align-items: start;
}

.lt-route-map > :first-child {
    position: sticky;
    top: 142px;
}

.lt-route-steps {
    position: relative;
    counter-reset: route;
    border-top: 1px solid var(--ps-line);
}

.lt-route-step {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 24px;
    min-height: 150px;
    padding: 30px 0;
    align-items: start;
    border-bottom: 1px solid var(--ps-line);
}

.lt-route-step > span {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    color: var(--ps-forest-950);
    background: var(--ps-lime);
    border-radius: 50%;
    font-size: 10px;
    font-weight: 800;
}

.lt-route-step h3,
.lt-lane h3,
.lt-launch-item h3,
.lt-proof-card h3,
.lt-related-link h3 {
    margin: 0;
    color: inherit;
    font-family: var(--pl-font-sans);
    font-weight: 650;
    letter-spacing: -0.035em;
    overflow-wrap: anywhere;
}

.lt-route-step h3 {
    max-width: 580px;
    font-size: clamp(24px, 2.4vw, 38px);
    line-height: 1.08;
}

.lt-route-step p,
.lt-lane p,
.lt-launch-item p,
.lt-proof-card p,
.lt-related-link p,
.lt-ledger-row p {
    margin: 12px 0 0;
    color: var(--ps-muted);
    font-size: 14px;
    line-height: 1.7;
}

/* Two-sided workflow: visually related to Why Porosi, not a generic card grid. */
#workflow > .lt-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.7fr) minmax(500px, 1.3fr);
    gap: clamp(52px, 8vw, 130px);
    align-items: start;
}

#workflow > .lt-shell > .lt-kicker,
#workflow > .lt-shell > .lt-title,
#workflow > .lt-shell > .lt-copy {
    grid-column: 1;
}

#workflow > .lt-shell > .lt-title {
    font-size: clamp(52px, 5.8vw, 88px);
}

#workflow > .lt-shell > .lt-copy {
    max-width: 48ch;
}

.lt-buyer-staff-split {
    position: relative;
    grid-column: 2;
    grid-row: 1 / span 4;
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid var(--ps-line);
}

.lt-buyer-staff-split::before {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: grid;
    width: 54px;
    height: 54px;
    content: "";
    background: var(--ps-lime);
    border: 14px solid var(--ps-white);
    transform: translate(-50%, -50%) rotate(45deg);
}

.lt-lane {
    min-height: 330px;
    padding: clamp(38px, 5vw, 72px);
}

.lt-lane:first-child {
    color: var(--ps-white);
    background: var(--ps-forest-950);
}

.lt-lane:last-child {
    color: var(--ps-ink);
    background: var(--ps-paper);
}

.lt-lane .lt-kicker {
    color: var(--ps-lime);
}

.lt-lane:last-child .lt-kicker {
    color: var(--ps-forest-700);
}

.lt-lane h3 {
    max-width: 650px;
    font-family: var(--pl-font-serif);
    font-size: clamp(36px, 4.2vw, 64px);
    font-weight: 400;
    line-height: 0.98;
}

.lt-lane ul {
    display: grid;
    gap: 0;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.lt-lane li {
    position: relative;
    padding: 17px 0 17px 28px;
    color: inherit;
    border-top: 1px solid currentColor;
    font-size: 13px;
    line-height: 1.55;
    opacity: 0.76;
}

.lt-lane li::before {
    position: absolute;
    top: 23px;
    left: 2px;
    width: 8px;
    height: 8px;
    content: "";
    background: var(--ps-lime);
    transform: rotate(45deg);
}

/* Direct competitor verdicts are deliberately less neutral than the generic workflow. */
.lt-rival-verdict {
    color: var(--ps-ink);
    background: var(--ps-white);
}

.lt-rival-verdict .lt-title {
    max-width: 1120px;
}

.lt-rival-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: clamp(54px, 6vw, 92px);
    border-top: 1px solid var(--ps-line);
    border-left: 1px solid var(--ps-line);
}

.lt-rival-card {
    position: relative;
    min-height: 420px;
    padding: clamp(32px, 3.5vw, 54px);
    overflow: hidden;
    background: var(--ps-white);
    border-right: 1px solid var(--ps-line);
    border-bottom: 1px solid var(--ps-line);
}

.lt-rival-card::after {
    position: absolute;
    right: -95px;
    bottom: -130px;
    width: 260px;
    aspect-ratio: 1;
    content: "";
    border: 1px solid rgba(11, 74, 60, 0.13);
    border-radius: 41% 59% 67% 33% / 56% 38% 62% 44%;
    transform: rotate(-12deg);
}

.lt-rival-card--limit {
    background: var(--ps-paper-deep);
}

.lt-rival-card--porosi {
    color: var(--ps-white);
    background: var(--ps-forest-950);
}

.lt-rival-card--porosi::after {
    border-color: rgba(199, 243, 107, 0.28);
}

.lt-rival-card > div {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--ps-line);
}

.lt-rival-card--porosi > div {
    border-color: var(--ps-line-dark);
}

.lt-rival-card > div span,
.lt-rival-card > div small {
    color: var(--ps-forest-700);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.lt-rival-card--porosi > div span,
.lt-rival-card--porosi > div small {
    color: var(--ps-lime);
}

.lt-rival-card h3 {
    position: relative;
    z-index: 1;
    max-width: 14ch;
    margin: 52px 0 0;
    font-family: var(--pl-font-serif);
    font-size: clamp(34px, 3.4vw, 54px);
    font-weight: 400;
    line-height: 0.96;
    letter-spacing: -0.04em;
}

.lt-rival-card p {
    position: relative;
    z-index: 1;
    max-width: 45ch;
    margin: 27px 0 0;
    color: var(--ps-muted);
    font-size: 14px;
    line-height: 1.72;
}

.lt-rival-card--porosi p {
    color: rgba(255, 255, 255, 0.68);
}

.lt-rival-decision {
    display: grid;
    grid-template-columns: minmax(230px, 0.8fr) minmax(330px, 1.2fr) auto;
    gap: clamp(26px, 4vw, 64px);
    padding: clamp(36px, 4.5vw, 70px);
    align-items: center;
    color: var(--ps-forest-950);
    background: var(--ps-lime);
}

.lt-rival-decision small {
    display: block;
    margin-bottom: 13px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.lt-rival-decision strong {
    display: block;
    max-width: 18ch;
    font-size: clamp(25px, 2.55vw, 40px);
    line-height: 1.03;
    letter-spacing: -0.045em;
}

.lt-rival-decision ul {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lt-rival-decision li {
    display: grid;
    grid-template-columns: 10px minmax(0, 1fr);
    gap: 14px;
    padding: 12px 0;
    align-items: start;
    border-top: 1px solid rgba(5, 42, 34, 0.2);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.5;
}

.lt-rival-decision li span {
    width: 8px;
    height: 8px;
    margin-top: 5px;
    background: var(--ps-forest-950);
    transform: rotate(45deg);
}

.lt-rival-decision > a {
    display: inline-flex;
    min-width: 190px;
    padding: 18px 20px;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    color: var(--ps-white);
    background: var(--ps-forest-950);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
}

.lt-rival-decision > a span {
    font-size: 18px;
    transition: transform 180ms ease;
}

.lt-rival-decision > a:hover span,
.lt-rival-decision > a:focus-visible span {
    transform: translateX(4px);
}

/* Operations ledger */
#operations::before {
    position: absolute;
    top: 8%;
    right: -8%;
    width: min(38vw, 560px);
    aspect-ratio: 1;
    content: "";
    border: 1px solid rgba(199, 243, 107, 0.18);
    border-radius: 50%;
}

.lt-comparison-ledger,
.lt-ledger {
    position: relative;
    margin-top: clamp(54px, 6vw, 92px);
    border-top: 1px solid var(--ps-line-dark);
}

.lt-ledger-head,
.lt-ledger-row {
    display: grid;
    grid-template-columns: minmax(130px, 0.46fr) minmax(0, 1fr) minmax(0, 1fr);
}

.lt-ledger-head {
    color: var(--ps-lime);
    border-bottom: 1px solid var(--ps-line-dark);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.lt-ledger-head > span,
.lt-ledger-row > div {
    padding: 20px 24px;
    border-right: 1px solid var(--ps-line-dark);
}

.lt-ledger-head > span:last-child,
.lt-ledger-row > div:last-child {
    border-right: 0;
}

.lt-ledger-row {
    min-height: 156px;
    border-bottom: 1px solid var(--ps-line-dark);
}

.lt-ledger-row > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
}

.lt-muted-label {
    color: var(--ps-lime);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.lt-ledger-row strong {
    color: var(--ps-white);
    font-size: clamp(18px, 1.8vw, 27px);
    font-weight: 620;
    line-height: 1.2;
    letter-spacing: -0.035em;
}

.lt-ledger-row p {
    color: rgba(255, 255, 255, 0.6);
}

.lt-ledger-row > div:nth-child(2) {
    opacity: 0.65;
}

.lt-ledger-row > div:nth-child(3) {
    background: rgba(199, 243, 107, 0.045);
}

/* Research and competitor methodology */
.lt-methodology .lt-title {
    max-width: 1180px;
}

.lt-source-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 56px 0 0;
    padding: 0;
    border-top: 1px solid var(--ps-line);
    list-style: none;
}

.lt-source-list li {
    padding: 30px 36px 30px 0;
    color: var(--ps-muted);
    border-right: 1px solid var(--ps-line);
    font-size: 14px;
    line-height: 1.7;
}

.lt-source-list li + li {
    padding-left: 36px;
    border-right: 0;
}

.lt-source-list strong {
    color: var(--ps-ink);
}

.lt-source-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.lt-source-links a {
    padding: 11px 15px;
    color: var(--ps-forest-900);
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid var(--ps-line);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 750;
    transition: color 180ms ease, background-color 180ms ease;
}

.lt-source-links a:hover,
.lt-source-links a:focus-visible {
    color: var(--ps-white);
    background: var(--ps-forest-900);
}

/* Rollout timeline */
#adoption {
    overflow: hidden;
}

#adoption::before {
    position: absolute;
    right: -100px;
    bottom: -210px;
    width: 470px;
    aspect-ratio: 1;
    content: "";
    border: 1px solid rgba(11, 74, 60, 0.18);
    border-radius: 45% 55% 38% 62% / 62% 44% 56% 38%;
    animation: ps-morph 22s ease-in-out infinite alternate-reverse;
}

.lt-launch-strip {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: clamp(52px, 6vw, 86px);
    border-top: 1px solid var(--ps-line);
    border-bottom: 1px solid var(--ps-line);
}

.lt-launch-strip::before {
    position: absolute;
    top: -5px;
    right: 0;
    left: 0;
    height: 9px;
    content: "";
    background-image: radial-gradient(circle, var(--ps-lime) 0 4px, transparent 4.5px);
    background-position: 12.5% 0;
    background-size: 25% 9px;
    background-repeat: repeat-x;
}

.lt-launch-item {
    min-height: 280px;
    padding: 40px 30px;
    border-right: 1px solid var(--ps-line);
}

.lt-launch-item:last-child {
    border-right: 0;
}

.lt-launch-item > span {
    display: block;
    margin-bottom: 54px;
    color: var(--lt-accent);
    font-size: 10px;
    font-weight: 800;
}

.lt-launch-item h3 {
    font-size: clamp(22px, 2vw, 31px);
    line-height: 1.08;
}

/* Related pages */
.lt-related-index {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: clamp(52px, 6vw, 86px);
    border-top: 1px solid var(--ps-line);
}

.lt-related-link {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 18px;
    min-height: 170px;
    padding: 30px 24px;
    align-items: center;
    border-right: 1px solid var(--ps-line);
    border-bottom: 1px solid var(--ps-line);
    transition: color 200ms ease, background-color 200ms ease;
}

.lt-related-link:nth-child(2n) {
    border-right: 0;
}

.lt-related-link:hover,
.lt-related-link:focus-visible {
    color: var(--ps-white);
    background: var(--ps-forest-900);
}

.lt-related-index-number {
    color: var(--lt-accent);
    font-size: 10px;
    font-weight: 800;
}

.lt-related-link h3 {
    font-size: clamp(22px, 2.2vw, 34px);
    line-height: 1.04;
}

.lt-related-link:hover p,
.lt-related-link:focus-visible p {
    color: rgba(255, 255, 255, 0.68);
}

.lt-related-arrow {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    overflow: hidden;
    color: transparent;
    border: 1px solid currentColor;
    border-radius: 50%;
}

.lt-related-arrow::before {
    color: var(--ps-forest-900);
    content: "\2192";
    font-size: 18px;
}

.lt-related-link:hover .lt-related-arrow,
.lt-related-link:focus-visible .lt-related-arrow {
    border-color: rgba(255, 255, 255, 0.35);
}

.lt-related-link:hover .lt-related-arrow::before,
.lt-related-link:focus-visible .lt-related-arrow::before {
    color: var(--ps-lime);
}

/* FAQ */
#questions > .lt-shell {
    display: grid;
    grid-template-columns: minmax(280px, 0.66fr) minmax(520px, 1.34fr);
    gap: clamp(54px, 9vw, 146px);
    align-items: start;
}

#questions > .lt-shell > .lt-kicker,
#questions > .lt-shell > .lt-title {
    grid-column: 1;
}

#questions > .lt-shell > .lt-title {
    font-size: clamp(50px, 5.4vw, 84px);
}

.lt-faq-list {
    grid-column: 2;
    grid-row: 1 / span 3;
    border-top: 1px solid var(--ps-line);
}

.lt-faq-list .mk-faq-item {
    border-bottom: 1px solid var(--ps-line);
}

.lt-faq-list summary {
    position: relative;
    min-height: 104px;
    padding: 30px 68px 30px 0;
    color: var(--ps-ink);
    cursor: pointer;
    font-size: clamp(17px, 1.7vw, 23px);
    font-weight: 650;
    line-height: 1.35;
    list-style: none;
}

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

.lt-faq-list summary::before,
.lt-faq-list summary::after {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 18px;
    height: 1px;
    content: "";
    background: var(--ps-forest-700);
    transition: transform 180ms ease;
}

.lt-faq-list summary::after {
    transform: rotate(90deg);
}

.lt-faq-list details[open] summary::after {
    transform: rotate(0deg);
}

.lt-faq-list details > p {
    max-width: 72ch;
    margin: -8px 68px 32px 0;
    color: var(--ps-muted);
    font-size: 14px;
    line-height: 1.75;
}

/* Bespoke long-tail cards use the same editorial system. */
.lt-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 58px;
    border-top: 1px solid var(--ps-line);
    border-left: 1px solid var(--ps-line);
}

.lt-proof-card {
    min-height: 250px;
    padding: 36px;
    border-right: 1px solid var(--ps-line);
    border-bottom: 1px solid var(--ps-line);
}

.lt-proof-card h3 {
    font-size: clamp(24px, 2.3vw, 36px);
    line-height: 1.05;
}

/* Final CTA */
#next-step {
    padding-top: 48px;
    background: var(--ps-white);
}

.lt-cta {
    position: relative;
    min-height: 470px;
    padding: clamp(54px, 7vw, 104px);
    overflow: hidden;
    color: var(--ps-white);
    background: var(--ps-forest-950);
}

.lt-cta::before,
.lt-cta::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.lt-cta::before {
    top: -42%;
    right: -5%;
    width: min(48vw, 650px);
    aspect-ratio: 1;
    border: 1px solid rgba(199, 243, 107, 0.26);
    border-radius: 50%;
}

.lt-cta::after {
    right: 13%;
    bottom: 18%;
    width: 16px;
    height: 16px;
    background: var(--ps-lime);
    box-shadow: 0 0 0 12px rgba(199, 243, 107, 0.09);
    transform: rotate(45deg);
    animation: ps-pulse 2.8s ease-in-out infinite;
}

.lt-cta > * {
    position: relative;
    z-index: 1;
}

.lt-cta .lt-kicker {
    color: var(--ps-lime);
}

.lt-cta h2 {
    max-width: 1040px;
    margin: 0;
    font-family: var(--pl-font-serif);
    font-size: clamp(58px, 7.4vw, 116px);
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: -0.045em;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.lt-cta .lt-copy {
    color: rgba(255, 255, 255, 0.68);
}

.lt-cta .lt-actions .mk-button-primary {
    color: var(--ps-forest-950);
    background: var(--ps-lime);
    border-color: var(--ps-lime);
}

.lt-cta .lt-actions .mk-button-secondary {
    color: var(--ps-white);
    border-color: rgba(255, 255, 255, 0.4);
}

/* Motion */
.pl-js [data-longtail-reveal] {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    transition:
        opacity 700ms var(--ps-ease) var(--lt-delay, 0ms),
        transform 800ms var(--ps-ease) var(--lt-delay, 0ms);
}

.pl-js [data-longtail-reveal="clip"] {
    transform: translate3d(0, 22px, 0);
}

.pl-js [data-longtail-reveal="scale"] {
    transform: translate3d(0, 22px, 0) scale(0.975);
}

.pl-js [data-longtail-reveal].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

@keyframes ps-morph {
    0% { border-radius: 42% 58% 63% 37% / 39% 34% 66% 61%; transform: rotate(-13deg) scale(1); }
    50% { border-radius: 60% 40% 42% 58% / 54% 61% 39% 46%; transform: rotate(-4deg) scale(0.96); }
    100% { border-radius: 34% 66% 55% 45% / 63% 37% 57% 43%; transform: rotate(8deg) scale(1.04); }
}

@keyframes ps-orbit {
    to { transform: rotate(360deg); }
}

@keyframes ps-pulse {
    0%, 100% { opacity: 0.55; transform: rotate(45deg) scale(0.82); }
    50% { opacity: 1; transform: rotate(45deg) scale(1); }
}

@media (max-width: 1180px) {
    .lt-hero {
        min-height: auto;
    }

    .lt-hero-copy {
        grid-column: 1 / span 6;
    }

    .lt-proof-stack {
        grid-column: 7 / -1;
        min-height: 560px;
    }

    .lt-signal-board {
        grid-column: 2 / 12;
        margin-top: 12px;
    }

    .lt-route-map,
    #workflow > .lt-shell,
    #questions > .lt-shell {
        gap: 58px;
    }

    .lt-launch-item {
        padding-inline: 22px;
    }
}

/*
 * The proof montage needs the full content column. Keeping the desktop split
 * below 1120px squeezed both the headline and three screenshots into half a
 * viewport, which could make responsive previews look horizontally cropped.
 * Match the campaign-page breakpoint and stack the two hero regions early.
 */
@media (max-width: 1120px) {
    .lt-hero-grid {
        grid-template-columns: 1fr;
    }

    .lt-hero-copy,
    .lt-proof-stack,
    .lt-signal-board {
        grid-column: 1;
    }

    .lt-hero-copy {
        max-width: 820px;
    }

    .lt-proof-stack {
        width: min(100%, 820px);
        min-height: 660px;
        margin: 30px auto 0;
    }

    .lt-signal-board {
        width: min(100%, 840px);
        margin: 28px auto 0;
    }

    .lt-route-map,
    #workflow > .lt-shell,
    #questions > .lt-shell {
        grid-template-columns: 1fr;
    }

    .lt-route-map > :first-child {
        position: static;
    }

    #workflow > .lt-shell > .lt-kicker,
    #workflow > .lt-shell > .lt-title,
    #workflow > .lt-shell > .lt-copy,
    #questions > .lt-shell > .lt-kicker,
    #questions > .lt-shell > .lt-title,
    .lt-buyer-staff-split,
    .lt-faq-list {
        grid-column: 1;
        grid-row: auto;
    }

    .lt-buyer-staff-split {
        margin-top: 22px;
    }

    .lt-launch-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lt-launch-item:nth-child(2) {
        border-right: 0;
    }

    .lt-launch-item:nth-child(-n + 2) {
        border-bottom: 1px solid var(--ps-line);
    }

    .lt-launch-strip::before {
        display: none;
    }

    .lt-ledger-head,
    .lt-ledger-row {
        grid-template-columns: 118px minmax(0, 1fr) minmax(0, 1fr);
    }

    .lt-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lt-rival-decision {
        grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
    }

    .lt-rival-decision > a {
        grid-column: 1 / -1;
        width: fit-content;
    }
}

@media (max-width: 840px) {
    .lt-proof-stack {
        display: grid;
        grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
        grid-template-rows: auto auto;
        gap: 12px;
        min-height: 0;
        transform: none;
    }

    .lt-proof-stack::before,
    .lt-proof-stack::after {
        display: none;
    }

    .lt-proof-frame--dashboard,
    .lt-proof-frame--order,
    .lt-proof-frame--phone {
        position: relative;
        inset: auto;
        width: 100%;
        align-self: start;
        justify-self: stretch;
        transform: none;
    }

    .lt-proof-frame--dashboard {
        grid-column: 1 / -1;
        grid-row: 1;
        aspect-ratio: 1.72;
    }

    .lt-proof-frame--phone {
        z-index: 4;
        grid-column: 1;
        grid-row: 2;
        margin-top: 0;
        aspect-ratio: 0.5;
    }

    .lt-proof-frame--phone .lt-proof-label {
        right: 7px;
        left: 7px;
        max-width: none;
        padding: 8px 5px;
        font-size: 7px;
        line-height: 1.15;
        letter-spacing: 0.04em;
        text-align: center;
        text-overflow: clip;
        white-space: normal;
    }

    .lt-proof-frame--order {
        z-index: 3;
        grid-column: 2;
        grid-row: 2;
        margin-top: 12px;
        aspect-ratio: 1.62;
    }
}

@media (max-width: 720px) {
    .lt-shell {
        width: min(100% - 30px, 1400px);
    }

    .lt-section {
        padding-block: 84px;
    }

    .lt-section--cream,
    .lt-section--deep {
        background-size: 48px 48px;
    }

    .lt-hero {
        padding: 70px 0 82px;
    }

    .lt-hero::before {
        top: 18%;
        right: -45%;
        width: 110vw;
    }

    .lt-hero h1 {
        font-size: clamp(48px, 15vw, 72px);
        line-height: 0.9;
    }

    .lt-title,
    #workflow > .lt-shell > .lt-title,
    #questions > .lt-shell > .lt-title {
        font-size: clamp(43px, 12vw, 62px);
        line-height: 0.95;
    }

    .lt-hero-keyline {
        display: grid;
        grid-template-columns: 24px minmax(0, 1fr);
        gap: 5px 10px;
        line-height: 1.4;
    }

    .lt-hero-keyline::before {
        grid-row: 1 / span 2;
        width: 24px;
        margin-top: 7px;
    }

    .lt-hero-keyline-divider {
        display: none;
    }

    .lt-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: min(100%, 330px);
    }

    .lt-actions a {
        width: 100%;
    }

    .lt-proof-stack {
        display: grid;
        grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
        grid-template-rows: auto auto;
        gap: 12px;
        min-height: 0;
        transform: none;
    }

    .lt-proof-stack::before,
    .lt-proof-stack::after {
        display: none;
    }

    .lt-proof-frame--dashboard,
    .lt-proof-frame--order,
    .lt-proof-frame--phone {
        position: relative;
        inset: auto;
        width: 100%;
        align-self: start;
        justify-self: stretch;
        transform: none;
    }

    .lt-proof-frame--dashboard {
        grid-column: 1 / -1;
        grid-row: 1;
        aspect-ratio: 1.72;
    }

    .lt-proof-frame--phone {
        z-index: 4;
        grid-column: 1;
        grid-row: 2;
        margin-top: 0;
        aspect-ratio: 0.5;
    }

    .lt-proof-frame--phone .lt-proof-label {
        right: 7px;
        left: 7px;
        max-width: none;
        padding: 8px 5px;
        font-size: 7px;
        line-height: 1.15;
        letter-spacing: 0.04em;
        text-align: center;
        text-overflow: clip;
        white-space: normal;
    }

    .lt-proof-frame--order {
        z-index: 3;
        grid-column: 2;
        grid-row: 2;
        margin-top: 12px;
        aspect-ratio: 1.62;
    }

    .lt-signal-board {
        margin-top: 26px;
    }

    .lt-signal-header,
    .lt-signal-board ol {
        grid-template-columns: 1fr;
    }

    .lt-signal-board li {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
        padding: 16px 18px;
        align-items: center;
        border-right: 0;
        border-bottom: 1px solid var(--ps-line-dark);
    }

    .lt-signal-board li span {
        margin: 0;
    }

    .lt-route-step {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 16px;
        min-height: 0;
        padding: 26px 0;
    }

    .lt-route-step > span {
        width: 42px;
        height: 42px;
    }

    .lt-lane {
        min-height: 0;
        padding: 34px 26px;
    }

    .lt-buyer-staff-split::before {
        width: 42px;
        height: 42px;
        border-width: 11px;
    }

    .lt-ledger-head {
        display: none;
    }

    .lt-ledger-row {
        display: block;
        padding: 0;
        border: 1px solid var(--ps-line-dark);
        border-top: 0;
    }

    .lt-ledger-row:first-of-type {
        border-top: 1px solid var(--ps-line-dark);
    }

    .lt-ledger-row > div {
        padding: 22px;
        border-right: 0;
        border-bottom: 1px solid var(--ps-line-dark);
    }

    .lt-ledger-row > div:last-child {
        border-bottom: 0;
    }

    .lt-ledger-row > div:nth-child(2)::before,
    .lt-ledger-row > div:nth-child(3)::before {
        display: block;
        margin-bottom: 12px;
        color: var(--ps-lime);
        font-size: 9px;
        font-weight: 800;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    .lt-ledger-row > div:nth-child(2)::before {
        content: "Fragmented route";
    }

    .lt-ledger-row > div:nth-child(3)::before {
        content: "Porosi workflow";
    }

    .lt-source-list,
    .lt-launch-strip,
    .lt-related-index,
    .lt-proof-grid {
        grid-template-columns: 1fr;
    }

    .lt-rival-grid,
    .lt-rival-decision {
        grid-template-columns: 1fr;
    }

    .lt-rival-card {
        min-height: 0;
        padding: 34px 26px 46px;
    }

    .lt-rival-card h3 {
        max-width: 20ch;
        margin-top: 34px;
    }

    .lt-rival-decision {
        gap: 28px;
        padding: 36px 26px;
    }

    .lt-rival-decision > a {
        grid-column: auto;
        width: 100%;
    }

    .lt-source-list li,
    .lt-source-list li + li {
        padding: 26px 0;
        border-right: 0;
        border-bottom: 1px solid var(--ps-line);
    }

    .lt-launch-item,
    .lt-launch-item:nth-child(2) {
        min-height: 0;
        padding: 32px 0;
        border-right: 0;
        border-bottom: 1px solid var(--ps-line);
    }

    .lt-launch-item > span {
        margin-bottom: 24px;
    }

    .lt-related-link,
    .lt-related-link:nth-child(2n) {
        grid-template-columns: 38px minmax(0, 1fr);
        min-height: 0;
        padding: 24px 0;
        border-right: 0;
    }

    .lt-related-arrow {
        display: none;
    }

    .lt-proof-card {
        min-height: 0;
        padding: 30px 24px;
    }

    .lt-cta {
        min-height: 0;
        padding: 52px 28px;
    }

    .lt-cta h2 {
        font-size: clamp(50px, 14vw, 76px);
    }
}

@media (max-width: 420px) {
    .lt-shell {
        width: min(100% - 24px, 1400px);
    }

    .lt-hero h1 {
        font-size: 45px;
    }

    .lt-title,
    #workflow > .lt-shell > .lt-title,
    #questions > .lt-shell > .lt-title {
        font-size: 40px;
    }

    .lt-lead,
    .lt-copy {
        font-size: 15px;
    }

    .lt-proof-stack {
        grid-template-columns: 1fr;
    }

    .lt-proof-frame--dashboard {
        grid-column: 1;
        grid-row: 1;
    }

    .lt-proof-frame--order {
        grid-column: 1;
        grid-row: 2;
        margin-top: 0;
    }

    .lt-proof-frame--phone {
        grid-column: 1;
        grid-row: 3;
        width: min(62vw, 200px);
        justify-self: center;
    }

    .lt-proof-label {
        max-width: calc(100% - 16px);
        right: 8px;
        bottom: 8px;
    }

    .lt-signal-header {
        padding-inline: 16px;
    }

    .lt-faq-list summary {
        min-height: 88px;
        padding-right: 52px;
    }

    .lt-faq-list details > p {
        margin-right: 0;
    }
}

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

    .lt-hero::before,
    .lt-proof-stack::before,
    .lt-proof-stack::after,
    #adoption::before,
    .lt-cta::after {
        animation: none !important;
    }

    .pl-js [data-longtail-reveal] {
        opacity: 1;
        clip-path: none;
        transform: none;
        transition: none;
    }
}
