/* ANORA Article Studio · protected sales preview */

.lpas-landing {
    --lpas-ink: #11151b;
    --lpas-muted: #66717a;
    --lpas-line: rgba(17, 21, 27, .09);
    --lpas-mint: #078775;
    --lpas-card: rgba(255, 255, 255, .9);
    --lpas-shadow: 0 28px 82px rgba(38, 69, 74, .09);
    color: var(--lpas-ink);
    background: #fff;
    font-family: var(--apv2-font);
    font-synthesis: none;
}

.lpas-landing .apv2-main { overflow-x: clip; }
.lpas-landing .apv2-section { padding: clamp(86px, 9vw, 132px) 0; }
.lpas-landing #nutzen,
.lpas-landing #workflow,
.lpas-landing #arbeitsraum,
.lpas-landing #fuer-wen,
.lpas-landing #credits { scroll-margin-top: calc(var(--apv2-header-height) + 20px); }

.lpas-landing #kontext,
.lpas-landing #ergebnis { scroll-margin-top: calc(var(--apv2-header-height) + 20px); }

.lpas-section-head { max-width: 850px; margin: 0 0 46px; }
.lpas-section-head h2,
.lpas-result-copy h2,
.lpas-library-copy h2,
.lpas-quality-copy h2,
.lpas-context-copy h2,
.lpas-credits-copy h2,
.lpas-closing-copy h2 {
    max-width: 820px;
    margin: 14px 0 0;
    font-size: clamp(43px, 5vw, 72px);
    font-weight: 690;
    letter-spacing: -.06em;
    line-height: .99;
    text-wrap: balance;
}

.lpas-section-head > p:last-child,
.lpas-result-copy > p,
.lpas-library-copy > p,
.lpas-quality-copy > p,
.lpas-context-copy > p,
.lpas-credits-copy > p,
.lpas-closing-copy > p {
    max-width: 700px;
    margin: 22px 0 0;
    color: var(--lpas-muted);
    font-size: clamp(17px, 1.35vw, 20px);
    line-height: 1.62;
}

.lpas-section-head-center { max-width: 900px; margin-inline: auto; text-align: center; }
.lpas-section-head-center .apv2-kicker { justify-content: center; }
.lpas-section-head-center > p:last-child { margin-inline: auto; }

/* Hero */
.lpas-hero {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: clamp(720px, calc(100svh - var(--apv2-header-height)), 860px);
    align-items: center;
    overflow: hidden;
    background: #fbfcfd;
}

.lpas-hero::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .99) 35%, rgba(255, 255, 255, .88) 48%, rgba(255, 255, 255, .18) 69%, transparent 82%);
    content: "";
    pointer-events: none;
}

.lpas-hero::after {
    position: absolute;
    z-index: 1;
    right: 6%;
    bottom: -190px;
    width: 620px;
    height: 380px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(72, 215, 194, .16), rgba(135, 128, 235, .06) 52%, transparent 72%);
    filter: blur(12px);
    content: "";
}

.lpas-hero-media { position: absolute; z-index: 0; inset: 0; margin: 0; }
.lpas-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.lpas-hero-inner { position: relative; z-index: 2; display: flex; align-items: center; }
.lpas-hero-copy { width: min(650px, 55%); padding: 62px 0; }
.lpas-hero-copy h1 {
    margin: 17px 0 0;
    font-size: clamp(54px, 5vw, 72px);
    font-weight: 690;
    letter-spacing: -.06em;
    line-height: .99;
    text-wrap: balance;
}
.lpas-hero-copy h1 .lpas-hero-line { display: block; margin-top: .13em; color: var(--lpas-mint); white-space: nowrap; }
.lpas-hero-copy h1 .lpas-hero-line:first-child { margin-top: 0; }
.lpas-hero-copy h1 .lpas-hero-line-ink { color: var(--lpas-ink); }

@media (max-width: 1180px) {
    .lpas-landing .apv2-desktop-nav,
    .lpas-landing .apv2-header-cta { display: none; }
    .lpas-landing .apv2-menu-toggle { display: grid; }
}
.lpas-hero-copy > p:not(.apv2-kicker) { max-width: 570px; margin: 26px 0 0; color: #59656d; font-size: clamp(18px, 1.35vw, 21px); line-height: 1.55; }
.lpas-hero-copy .apv2-actions { display: flex; align-items: center; gap: 18px; margin-top: 30px; }
.lpas-text-link { color: #0a0c0f; font-size: 15px; font-weight: 720; text-decoration-thickness: 1.5px; text-underline-offset: 6px; }
.lpas-text-link:hover { color: var(--lpas-mint); }
.lpas-hero-proof { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 28px 0 0; padding: 0; list-style: none; }
.lpas-hero-proof li { display: inline-flex; align-items: center; gap: 7px; color: #66717a; font-size: 13px; font-weight: 630; }
.lpas-hero-proof svg { width: 15px; height: 15px; color: var(--lpas-mint); }

/* Pain */
.lpas-pain { background: linear-gradient(180deg, #fff, #fbfcfd 54%, #fff); }
.lpas-pain .lpas-section-head { max-width: 1080px; }
.lpas-pain .lpas-section-head h2 { max-width: 1020px; font-size: clamp(43px, 4.4vw, 64px); }
.lpas-pain .lpas-section-head h2 span { display: block; }
.lpas-pain-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.lpas-pain-card {
    position: relative;
    min-height: 350px;
    padding: 34px;
    overflow: hidden;
    border: 1px solid var(--lpas-line);
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(242,250,249,.74) 55%, rgba(245,242,255,.7));
    box-shadow: var(--lpas-shadow);
}
.lpas-pain-card::after { position: absolute; top: -55px; right: -44px; width: 230px; height: 230px; border-radius: 50%; background: radial-gradient(circle, rgba(111,219,203,.2), transparent 68%); content: ""; }
.lpas-pain-art { position: absolute; z-index: 1; top: -26px; right: -14px; width: 205px; height: 205px; margin: 0; pointer-events: none; mask-image: linear-gradient(135deg, #000 55%, rgba(0,0,0,.88) 72%, transparent 98%); }
.lpas-pain-art img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 20px 26px rgba(64,91,98,.11)); }
.lpas-pain-card h3 { position: relative; z-index: 2; max-width: 310px; margin: 152px 0 0; font-size: clamp(26px, 2.2vw, 34px); font-weight: 680; letter-spacing: -.045em; line-height: 1.04; }
.lpas-pain-card p { max-width: 330px; margin: 17px 0 0; color: var(--lpas-muted); font-size: 16px; line-height: 1.58; }
.lpas-relief-line { margin: 22px 0 0; padding: 22px 26px; border: 1px solid rgba(8, 135, 117, .14); border-radius: 22px; color: #637078; background: linear-gradient(115deg, #eafaf6, #eef6ff, #f5f0ff); font-size: 18px; line-height: 1.45; }
.lpas-relief-line strong { color: var(--lpas-ink); }

/* Workflow */
.lpas-workflow-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr); align-items: center; gap: clamp(54px, 7vw, 104px); }
.lpas-workflow .lpas-section-head { margin-bottom: 34px; }
.lpas-workflow-steps { display: grid; gap: 8px; }
.lpas-workflow-step { display: grid; width: 100%; min-height: 126px; box-sizing: border-box; grid-template-columns: 46px minmax(0, 1fr); align-content: center; gap: 18px; padding: 16px; overflow: hidden; border: 1px solid transparent; border-radius: 18px; color: inherit; background: transparent; box-shadow: inset 0 -1px var(--lpas-line); font: inherit; text-align: left; cursor: pointer; transition: background .24s ease, box-shadow .24s ease, border-color .24s ease, transform .24s ease; }
.lpas-workflow-step > span { color: var(--lpas-mint); font-size: 13px; font-weight: 760; letter-spacing: .12em; }
.lpas-workflow-step:hover { background: rgba(245,250,250,.7); }
.lpas-workflow-step[aria-pressed="true"] { border-color: rgba(7,135,117,.1); background: linear-gradient(105deg, rgba(232,250,246,.94), rgba(241,246,255,.86), rgba(247,242,255,.72)); box-shadow: 0 14px 34px rgba(38,69,74,.07); }
.lpas-workflow-step:focus-visible { outline: 3px solid rgba(7,135,117,.24); outline-offset: 3px; }
.lpas-workflow-steps h3 { margin: 0; font-size: 22px; font-weight: 680; letter-spacing: -.03em; }
.lpas-workflow-steps p { margin: 8px 0 0; color: var(--lpas-muted); font-size: 15px; line-height: 1.55; }
.lpas-flow-visual { --lpas-flow-x: 16%; --lpas-flow-y: 54%; position: relative; isolation: isolate; margin: 0; border: 1px solid rgba(17,21,27,.06); border-radius: 38px; background: #fff; box-shadow: var(--lpas-shadow); }
.lpas-flow-visual::before { position: absolute; inset: -18px; z-index: -1; border-radius: 48px; background: linear-gradient(135deg, rgba(83,219,198,.13), rgba(113,161,235,.08), rgba(157,126,235,.12)); filter: blur(18px); content: ""; }
.lpas-flow-visual::after { position: absolute; z-index: 1; inset: 0; border-radius: inherit; background: radial-gradient(circle at var(--lpas-flow-x) var(--lpas-flow-y), rgba(64,222,198,.24) 0, rgba(113,161,235,.13) 8%, transparent 24%); content: ""; pointer-events: none; transition: background .45s ease; }
.lpas-flow-visual > img { display: block; width: 100%; height: auto; border-radius: inherit; }
.lpas-flow-hotspots { position: absolute; z-index: 3; inset: 0; pointer-events: none; }
.lpas-flow-hotspots button { position: absolute; display: flex; min-width: 76px; align-items: center; gap: 7px; padding: 6px 9px 6px 6px; border: 1px solid rgba(7,135,117,.16); border-radius: 999px; color: #667179; background: rgba(255,255,255,.86); box-shadow: 0 12px 26px rgba(38,69,74,.1); backdrop-filter: blur(12px); cursor: pointer; pointer-events: auto; transition: color .22s ease, transform .22s ease, background .22s ease, box-shadow .22s ease; }
.lpas-flow-hotspots button:nth-child(1) { top: 64%; left: 9%; }
.lpas-flow-hotspots button:nth-child(2) { top: 61%; left: 34%; }
.lpas-flow-hotspots button:nth-child(3) { top: 61%; left: 59%; }
.lpas-flow-hotspots button:nth-child(4) { top: 61%; right: 7%; }
.lpas-flow-hotspots button > span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: var(--lpas-mint); background: #eef9f6; font-size: 13px; font-weight: 800; }
.lpas-flow-hotspots button small { font-size: 13px; font-weight: 730; }
.lpas-flow-hotspots button[aria-pressed="true"] { color: #11161c; background: #fff; box-shadow: 0 0 0 5px rgba(83,219,198,.15), 0 17px 34px rgba(38,69,74,.15); transform: translateY(-3px) scale(1.04); }
.lpas-flow-hotspots button[aria-pressed="true"] > span { color: #fff; background: linear-gradient(135deg, #0ca78e, #6aa9eb 58%, #9c7bea); }
.lpas-flow-hotspots button:focus-visible { outline: 3px solid rgba(7,135,117,.25); outline-offset: 3px; }
.lpas-signal-dock { position: absolute; z-index: 4; right: 22px; bottom: 22px; left: 22px; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 7px; padding: 9px; border: 1px solid rgba(255,255,255,.78); border-radius: 20px; background: rgba(255,255,255,.84); box-shadow: 0 15px 38px rgba(38,69,74,.11); backdrop-filter: blur(16px); }
.lpas-signal-dock span { display: flex; min-width: 0; min-height: 47px; align-items: center; justify-content: center; gap: 8px; padding: 7px 9px; border: 1px solid rgba(17,21,27,.06); border-radius: 14px; color: #273038; background: rgba(255,255,255,.76); font-size: 13px; font-weight: 720; }
.lpas-signal-dock img,
.lpas-signal-dock svg { width: 24px; height: 24px; flex: 0 0 24px; }

.lpas-flow-status { position: absolute; z-index: 5; top: 22px; left: 22px; display: grid; width: min(420px, calc(100% - 44px)); grid-template-columns: 44px minmax(0,1fr); align-items: center; gap: 11px; padding: 11px 15px 11px 11px; border: 1px solid rgba(255,255,255,.9); border-radius: 18px; background: rgba(255,255,255,.88); box-shadow: 0 14px 34px rgba(38,69,74,.1); backdrop-filter: blur(16px); }
.lpas-flow-status > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 14px; color: #fff; background: linear-gradient(135deg,#0ca78e,#6aa9eb 58%,#9c7bea); font-size: 13px; font-weight: 800; }
.lpas-flow-status strong { display: block; color: #151a20; font-size: 14px; line-height: 1.2; }
.lpas-flow-status small { display: block; margin-top: 3px; color: #66717a; font-size: 13px; line-height: 1.28; }

/* Product UI */
.lpas-workspace { background: linear-gradient(180deg, #fafcfc, #fff 88%); }
.lpas-product-shot { position: relative; margin: 0; padding: 14px; border: 1px solid rgba(17,21,27,.07); border-radius: 36px; background: rgba(255,255,255,.9); box-shadow: 0 30px 94px rgba(38,69,74,.12); }
.lpas-product-shot::before { position: absolute; z-index: -1; inset: -20px; border-radius: 50px; background: radial-gradient(circle at 20% 25%, rgba(72,215,194,.13), transparent 34%), radial-gradient(circle at 84% 70%, rgba(160,126,235,.12), transparent 34%); filter: blur(16px); content: ""; }
.lpas-product-shot > img { display: block; width: 100%; height: auto; border-radius: 24px; }
.lpas-product-shot figcaption { position: absolute; right: 30px; bottom: 30px; display: flex; padding: 11px 15px; border: 1px solid rgba(255,255,255,.8); border-radius: 14px; flex-direction: column; color: #6b747b; background: rgba(255,255,255,.88); box-shadow: 0 12px 32px rgba(29,55,61,.11); backdrop-filter: blur(12px); font-size: 13px; }
.lpas-product-shot figcaption strong { margin-top: 2px; color: #171b20; font-size: 13px; }

/* Real product and quality */
.lpas-library { background: linear-gradient(180deg, #fff, #fbfcfd); }
.lpas-library-layout,
.lpas-quality-layout { display: grid; grid-template-columns: minmax(390px,.78fr) minmax(0,1.22fr); align-items: center; gap: clamp(52px,7vw,94px); }
.lpas-quality-layout { grid-template-columns: minmax(0,1.18fr) minmax(390px,.82fr); }
.lpas-library-copy h2,
.lpas-quality-copy h2 { max-width: 610px; }
.lpas-library-copy ul,
.lpas-quality-copy ul { display: grid; gap: 16px; margin: 28px 0 0; padding: 0; list-style: none; }
.lpas-library-copy li,
.lpas-quality-copy li { display: grid; grid-template-columns: 27px minmax(0,1fr); align-items: start; gap: 12px; color: var(--lpas-muted); font-size: 15px; line-height: 1.55; }
.lpas-library-copy li > svg,
.lpas-quality-copy li > svg { width: 21px; height: 21px; margin-top: 2px; padding: 3px; border-radius: 50%; color: #fff; background: var(--lpas-mint); }
.lpas-library-copy li strong,
.lpas-quality-copy li strong { color: var(--lpas-ink); }
.lpas-overview-shot { overflow: visible; }
.lpas-overview-notes { position: absolute; z-index: 3; inset: 14px; pointer-events: none; }
.lpas-overview-notes span { position: absolute; top: var(--y); left: var(--x); padding: 8px 11px; border: 1px solid rgba(7,135,117,.14); border-radius: 999px; color: #0a7868; background: rgba(255,255,255,.9); box-shadow: 0 11px 28px rgba(38,69,74,.11); backdrop-filter: blur(14px); font-size: 13px; font-weight: 750; white-space: nowrap; transform: translate(-50%,-50%); }
.lpas-overview-notes span::after { position: absolute; top: 50%; left: 100%; width: 22px; height: 1px; background: rgba(7,135,117,.35); content: ""; }

/* Company context */
.lpas-context { background: #fff; }
.lpas-context-shell { position: relative; display: grid; min-height: 640px; grid-template-columns: minmax(350px,.76fr) minmax(560px,1.24fr); align-items: center; gap: clamp(48px,7vw,90px); padding: clamp(44px,6vw,76px); overflow: hidden; border: 1px solid rgba(10,135,117,.12); border-radius: 42px; background: linear-gradient(135deg,#effbf9,#f3f8ff 52%,#f8f2ff); box-shadow: var(--lpas-shadow); }
.lpas-context-shell::before { position: absolute; top: -250px; right: 9%; width: 640px; height: 640px; border: 1px solid rgba(74,206,190,.16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.18),0 0 0 140px rgba(255,255,255,.1); content: ""; }
.lpas-context-copy,
.lpas-context-orbit { position: relative; z-index: 1; }
.lpas-context-copy h2 { max-width: 570px; font-size: clamp(42px,4.5vw,66px); }
.lpas-context-orbit { min-height: 510px; }
.lpas-context-core { position: absolute; top: 50%; left: 50%; display: grid; width: 190px; height: 190px; place-content: center; border: 1px solid rgba(7,135,117,.14); border-radius: 50%; text-align: center; background: radial-gradient(circle at 36% 28%,#fff,#e4fbf5 50%,#ede8ff); box-shadow: 0 24px 70px rgba(38,69,74,.13),0 0 0 28px rgba(255,255,255,.36),0 0 0 58px rgba(255,255,255,.18); transform: translate(-50%,-50%); }
.lpas-context-core span { color: var(--lpas-mint); font-size: 13px; font-weight: 820; letter-spacing: .18em; }
.lpas-context-core strong { margin-top: 8px; font-size: 21px; line-height: 1.08; }
.lpas-context-orbit article { position: absolute; display: grid; width: 210px; min-height: 112px; grid-template-columns: 42px minmax(0,1fr); align-content: center; gap: 3px 11px; padding: 15px; border: 1px solid rgba(17,21,27,.07); border-radius: 20px; background: rgba(255,255,255,.82); box-shadow: 0 16px 42px rgba(38,69,74,.09); backdrop-filter: blur(14px); }
.lpas-context-orbit article:nth-of-type(1) { top: 4%; left: 7%; }
.lpas-context-orbit article:nth-of-type(2) { top: 3%; right: 5%; }
.lpas-context-orbit article:nth-of-type(3) { top: 39%; right: -2%; }
.lpas-context-orbit article:nth-of-type(4) { bottom: 3%; right: 12%; }
.lpas-context-orbit article:nth-of-type(5) { bottom: 5%; left: 3%; }
.lpas-context-orbit article > svg { width: 38px; height: 38px; grid-row: 1 / span 2; padding: 8px; border-radius: 13px; color: var(--lpas-mint); background: linear-gradient(135deg,#e9fbf7,#f0efff); }
.lpas-context-orbit h3 { margin: 1px 0 0; font-size: 16px; font-weight: 740; }
.lpas-context-orbit p { margin: 3px 0 0; color: #68737b; font-size: 13px; line-height: 1.38; }

/* Credit equation */
.lpas-credit-equation { display: flex; width: max-content; align-items: center; gap: 10px; margin-top: 24px; padding: 10px 15px; border: 1px solid rgba(7,135,117,.13); border-radius: 999px; background: rgba(255,255,255,.72); box-shadow: 0 12px 28px rgba(38,69,74,.07); }
.lpas-credit-equation strong { color: #11161c; font-size: 16px; }
.lpas-credit-equation span { color: var(--lpas-mint); font-weight: 850; }
.lpas-wizard-interactive { position: relative; }
.lpas-product-shot-wizard { --lpas-wizard-x: 43%; --lpas-wizard-y: 77%; isolation: isolate; overflow: visible; }
.lpas-product-shot-wizard::after { position: absolute; z-index: 1; inset: 14px; border-radius: 24px; background: radial-gradient(circle at var(--lpas-wizard-x) var(--lpas-wizard-y), rgba(51,217,192,.24) 0, rgba(119,161,237,.13) 8%, transparent 23%); content: ""; pointer-events: none; transition: background .38s ease; }
.lpas-product-shot .lpas-wizard-status { position: absolute; z-index: 4; top: 30px; right: auto; bottom: auto; left: 30px; display: grid; width: min(410px, calc(100% - 60px)); grid-template-columns: 44px minmax(0,1fr); align-items: center; gap: 11px; padding: 11px 15px 11px 11px; border: 1px solid rgba(255,255,255,.86); border-radius: 18px; color: #647078; background: rgba(255,255,255,.88); box-shadow: 0 14px 34px rgba(38,69,74,.1); backdrop-filter: blur(16px); }
.lpas-wizard-status > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 14px; color: #fff; background: linear-gradient(135deg, #0ca78e, #6aa9eb 55%, #9c7bea); font-size: 13px; font-weight: 800; letter-spacing: .06em; }
.lpas-wizard-status strong { display: block; color: #151a20; font-size: 14px; line-height: 1.2; }
.lpas-wizard-status small { display: block; margin-top: 3px; font-size: 13px; line-height: 1.28; }
.lpas-wizard-hotspots { position: absolute; z-index: 3; inset: 14px; pointer-events: none; }
.lpas-wizard-hotspots button { position: absolute; bottom: 10%; display: grid; width: 40px; height: 40px; place-items: center; padding: 0; border: 1px solid rgba(7,135,117,.17); border-radius: 50%; color: var(--lpas-mint); background: rgba(255,255,255,.88); box-shadow: 0 10px 24px rgba(38,69,74,.11); backdrop-filter: blur(12px); cursor: pointer; pointer-events: auto; transform: translateX(-50%); transition: color .22s ease, background .22s ease, box-shadow .22s ease, transform .22s ease; }
.lpas-wizard-hotspots button:nth-child(1) { left: 18%; }
.lpas-wizard-hotspots button:nth-child(2) { left: 34%; }
.lpas-wizard-hotspots button:nth-child(3) { left: 51%; }
.lpas-wizard-hotspots button:nth-child(4) { left: 69%; }
.lpas-wizard-hotspots button:nth-child(5) { left: 84%; }
.lpas-wizard-hotspots button span { font-size: var(--anora-type-min-readable, 13px); font-weight: 820; }
.lpas-wizard-hotspots button[aria-pressed="true"] { color: #fff; background: linear-gradient(135deg, #0ca78e, #6aa9eb 58%, #9c7bea); box-shadow: 0 0 0 6px rgba(83,219,198,.17), 0 16px 30px rgba(38,69,74,.17); transform: translateX(-50%) translateY(-3px) scale(1.08); }
.lpas-wizard-hotspots button:focus-visible { outline: 3px solid rgba(7,135,117,.24); outline-offset: 3px; }
.lpas-wizard-steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin: 20px 0 0; padding: 0; list-style: none; }
.lpas-wizard-steps li { min-width: 0; }
.lpas-wizard-steps button { display: flex; width: 100%; min-height: 50px; align-items: center; justify-content: center; gap: 8px; padding: 8px; border: 1px solid var(--lpas-line); border-radius: 15px; color: #747e85; background: rgba(255,255,255,.88); font: inherit; font-size: 13px; font-weight: 680; cursor: pointer; transition: border-color .22s ease, color .22s ease, background .22s ease, box-shadow .22s ease; }
.lpas-wizard-steps button span { display: grid; width: 24px; height: 24px; flex: 0 0 24px; place-items: center; border-radius: 50%; color: #667079; background: #f0f3f4; font-size: var(--anora-type-min-readable, 13px); }
.lpas-wizard-steps button:hover { border-color: rgba(7,135,117,.18); color: #303a41; background: #f7fbfa; }
.lpas-wizard-steps button[aria-pressed="true"] { border-color: rgba(7,135,117,.2); color: #086f60; background: #eaf9f5; box-shadow: 0 10px 24px rgba(38,69,74,.07); }
.lpas-wizard-steps button[aria-pressed="true"] span { color: #fff; background: var(--lpas-mint); }
.lpas-wizard-steps button:focus-visible { outline: 3px solid rgba(7,135,117,.22); outline-offset: 2px; }

.lpas-result-layout { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(380px, .82fr); align-items: center; gap: clamp(52px, 7vw, 92px); }
.lpas-result-copy h2 { max-width: 520px; }
.lpas-result-copy ul { display: grid; gap: 17px; margin: 30px 0 0; padding: 0; list-style: none; }
.lpas-result-copy li { display: grid; grid-template-columns: 27px minmax(0, 1fr); align-items: start; gap: 12px; color: var(--lpas-muted); font-size: 15px; line-height: 1.55; }
.lpas-result-copy li svg { width: 21px; height: 21px; margin-top: 2px; padding: 3px; border-radius: 50%; color: #fff; background: var(--lpas-mint); }
.lpas-result-copy li strong { color: var(--lpas-ink); }

/* Context */
.lpas-context { background: #fff; }
.lpas-context-shell { position: relative; display: grid; grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr); gap: clamp(48px, 7vw, 90px); padding: clamp(42px, 6vw, 76px); overflow: hidden; border: 1px solid rgba(10,135,117,.12); border-radius: 40px; background: linear-gradient(135deg, #eefbf8, #f4f8ff 55%, #f7f2ff); box-shadow: var(--lpas-shadow); }
.lpas-context-shell::before { position: absolute; top: -190px; right: 22%; width: 440px; height: 440px; border: 1px solid rgba(74,206,190,.17); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.18), 0 0 0 110px rgba(255,255,255,.1); content: ""; }
.lpas-context-copy,
.lpas-context-groups { position: relative; z-index: 1; }
.lpas-context-copy h2 { max-width: 570px; font-size: clamp(42px, 4.5vw, 66px); }
.lpas-context-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.lpas-context-groups article { padding: 22px; border: 1px solid rgba(17,21,27,.07); border-radius: 22px; background: rgba(255,255,255,.76); backdrop-filter: blur(12px); }
.lpas-context-groups h3 { margin: 0 0 14px; color: var(--lpas-mint); font-size: 13px; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.lpas-context-groups ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.lpas-context-groups li { padding: 7px 10px; border: 1px solid rgba(17,21,27,.08); border-radius: 999px; color: #5e6971; background: rgba(255,255,255,.88); font-size: 13px; font-weight: 650; }

/* Audience */
.lpas-audience { background: linear-gradient(180deg, #fff, #fafcfc); }
.lpas-audience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.lpas-audience-card { position: relative; display: flex; min-height: 520px; padding: 0 32px 32px; overflow: hidden; border: 1px solid var(--lpas-line); border-radius: 30px; flex-direction: column; background: rgba(255,255,255,.96); box-shadow: var(--lpas-shadow); }
.lpas-audience-card picture { display: block; height: 245px; margin: 0 -32px -45px; pointer-events: none; }
.lpas-audience-card picture::after { position: absolute; top: 125px; right: 0; left: 0; height: 125px; background: linear-gradient(180deg, transparent, rgba(255,255,255,.94) 80%, #fff); content: ""; }
.lpas-audience-card picture img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.lpas-audience-card > span { position: absolute; z-index: 2; top: 22px; left: 22px; display: grid; min-width: 42px; height: 42px; place-items: center; padding: 0 10px; border: 1px solid rgba(255,255,255,.86); border-radius: 14px; color: var(--lpas-mint); background: rgba(255,255,255,.84); box-shadow: 0 10px 28px rgba(38,69,74,.1); backdrop-filter: blur(12px); font-size: 13px; font-weight: 780; letter-spacing: .12em; }
.lpas-audience-card > p { position: relative; z-index: 1; margin: 10px 0 0; color: var(--lpas-mint); font-size: 13px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.lpas-audience-card h3 { margin: 16px 0 0; font-size: clamp(27px, 2.2vw, 34px); font-weight: 680; letter-spacing: -.045em; line-height: 1.04; }
.lpas-audience-card > div { margin-top: 24px; color: var(--lpas-muted); font-size: 15px; line-height: 1.58; }

/* Credits */
.lpas-credits-shell { display: grid; grid-template-columns: minmax(0, .85fr) minmax(460px, 1.15fr); align-items: center; gap: clamp(46px, 7vw, 90px); padding: clamp(40px, 6vw, 72px); overflow: hidden; border: 1px solid rgba(7,135,117,.13); border-radius: 40px; background: linear-gradient(130deg, #eafaf6, #eef7ff 55%, #f5efff); box-shadow: var(--lpas-shadow); }
.lpas-credits-copy h2 { max-width: 610px; }
.lpas-credits-copy .apv2-button { margin-top: 30px; }
.lpas-credit-visual { position: relative; margin: 0; }
.lpas-credit-visual img { display: block; width: 100%; height: auto; filter: drop-shadow(0 22px 34px rgba(56,82,88,.11)); }
.lpas-credit-visual figcaption { position: absolute; right: 6%; bottom: 8%; display: flex; align-items: center; gap: 10px; padding: 11px 16px; border: 1px solid rgba(255,255,255,.86); border-radius: 999px; color: #536068; background: rgba(255,255,255,.86); box-shadow: 0 13px 34px rgba(38,69,74,.12); backdrop-filter: blur(14px); font-size: 14px; }
.lpas-credit-visual figcaption strong { color: #11161c; font-size: 15px; }
.lpas-credit-visual figcaption span { color: var(--lpas-mint); font-weight: 800; }

/* FAQ */
.lpas-faq-layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(500px, 1.28fr); align-items: start; gap: clamp(60px, 9vw, 130px); }
.lpas-faq .lpas-section-head { position: sticky; top: calc(var(--apv2-header-height) + 38px); margin: 0; }
.lpas-faq-list { border-top: 1px solid var(--lpas-line); }
.lpas-faq-list details { border-bottom: 1px solid var(--lpas-line); }
.lpas-faq-list summary { display: grid; grid-template-columns: minmax(0, 1fr) 36px; align-items: center; min-height: 82px; gap: 22px; list-style: none; cursor: pointer; }
.lpas-faq-list summary::-webkit-details-marker { display: none; }
.lpas-faq-list summary span { font-size: 19px; font-weight: 680; letter-spacing: -.02em; }
.lpas-faq-list summary i { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--lpas-line); border-radius: 50%; color: #58636b; font-style: normal; transition: transform .2s ease; }
.lpas-faq-list details[open] summary i { transform: rotate(45deg); }
.lpas-faq-list details > p { max-width: 700px; margin: -3px 58px 24px 0; color: var(--lpas-muted); font-size: 15px; line-height: 1.65; }

/* Closing */
.lpas-closing { padding: 36px 0 80px !important; }
.lpas-closing-shell { position: relative; display: grid; min-height: 530px; grid-template-columns: minmax(430px, .83fr) minmax(0, 1.17fr); align-items: stretch; overflow: hidden; border: 1px solid rgba(17,21,27,.07); border-radius: 42px; background: #f8fbfc; box-shadow: var(--lpas-shadow); }
.lpas-closing-media { position: relative; grid-column: 2; grid-row: 1; margin: 0; }
.lpas-closing-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, #f8fbfc 0%, rgba(248,251,252,.6) 10%, transparent 24%); content: ""; }
.lpas-closing-media img { width: 100%; height: 100%; object-fit: cover; object-position: 43% center; }
.lpas-closing-copy { position: relative; z-index: 1; display: flex; width: auto; grid-column: 1; grid-row: 1; align-self: center; padding: clamp(40px, 5vw, 64px); flex-direction: column; align-items: flex-start; }
.lpas-closing-copy .apv2-button { margin-top: 30px; }

@media (max-width: 1080px) {
    .lpas-workflow-layout,
    .lpas-result-layout,
    .lpas-library-layout,
    .lpas-quality-layout,
    .lpas-credits-shell { grid-template-columns: 1fr; }
    .lpas-workflow-layout { gap: 48px; }
    .lpas-flow-visual { max-width: 820px; }
    .lpas-result-layout { gap: 52px; }
    .lpas-context-copy { max-width: 760px; }
    .lpas-credit-visual { max-width: 680px; }
    .lpas-context-shell { grid-template-columns: 1fr; }
    .lpas-context-orbit { width: min(100%,760px); min-height: 500px; }
}

@media (max-width: 700px) {
    .lpas-landing .apv2-section { padding: 78px 0; }
    .lpas-section-head { margin-bottom: 28px; }
    .lpas-section-head h2,
    .lpas-result-copy h2,
    .lpas-library-copy h2,
    .lpas-quality-copy h2,
    .lpas-context-copy h2,
    .lpas-credits-copy h2,
    .lpas-closing-copy h2 { font-size: clamp(35px, 10.2vw, 44px); line-height: .98; }
    .lpas-section-head > p:last-child,
    .lpas-result-copy > p,
    .lpas-library-copy > p,
    .lpas-quality-copy > p,
    .lpas-context-copy > p,
    .lpas-credits-copy > p,
    .lpas-closing-copy > p { margin-top: 17px; font-size: 15.5px; line-height: 1.56; }
    .lpas-section-head-center { text-align: left; }
    .lpas-section-head-center .apv2-kicker { justify-content: flex-start; }

    .lpas-hero { min-height: calc(100svh - var(--apv2-header-height)); align-items: center; }
    .lpas-hero::before {
        background:
            linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.91) 38%, rgba(255,255,255,.68) 57%, rgba(255,255,255,.1) 100%),
            linear-gradient(180deg, rgba(255,255,255,.08) 0%, transparent 66%, rgba(255,255,255,.5) 88%, #fff 100%);
    }
    .lpas-hero-media img { width: 100%; max-width: none; transform: none; object-position: center; }
    .lpas-hero-inner { min-height: calc(100svh - var(--apv2-header-height)); align-items: center; }
    .lpas-hero-copy { width: 100%; padding: 54px 0 76px; }
    .lpas-hero-copy .apv2-kicker { font-size: 13px; }
    .lpas-hero-copy h1 { max-width: none; margin-top: 13px; font-size: clamp(31px, 8.45vw, 37px); line-height: .91; }
    .lpas-hero-copy > p:not(.apv2-kicker) { max-width: 335px; margin-top: 20px; font-size: 15px; line-height: 1.53; }
    .lpas-hero-copy .apv2-actions { width: min(100%, 340px); align-items: stretch; margin-top: 22px; flex-direction: column; gap: 14px; }
    .lpas-hero-copy .apv2-button { width: 100%; }
    .lpas-text-link { width: max-content; padding-inline: 4px; color: #000; }
    .lpas-hero-proof { display: none; }

    .lpas-pain-grid,
    .lpas-audience-grid { display: flex; }
    .lpas-pain-card { min-height: 330px; padding: 25px; border-radius: 26px; }
    .lpas-pain-art { top: -17px; right: -8px; width: 180px; height: 180px; }
    .lpas-pain-card h3 { margin-top: 140px; font-size: 27px; }
    .lpas-pain-card p { margin-top: 14px; font-size: 14px; }
    .lpas-relief-line { margin-top: 18px; padding: 19px 20px; font-size: 15px; }

    .lpas-workflow-layout { grid-template-columns: 1fr; gap: 34px; }
    .lpas-workflow-step { min-height: 132px; grid-template-columns: 38px minmax(0,1fr); gap: 12px; padding: 14px; }
    .lpas-workflow-steps h3 { font-size: 20px; }
    .lpas-workflow-steps p { font-size: 14px; }
    .lpas-flow-visual { width: calc(100% + 12px); margin-left: -6px; border-radius: 27px; }
    .lpas-flow-hotspots button { width: 29px; min-width: 0; height: 29px; gap: 0; padding: 0; border: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
    .lpas-flow-hotspots button:nth-child(1) { top: 61%; left: 5%; }
    .lpas-flow-hotspots button:nth-child(2) { top: 61%; left: 30%; }
    .lpas-flow-hotspots button:nth-child(3) { top: 61%; left: 55%; }
    .lpas-flow-hotspots button:nth-child(4) { top: 61%; right: 3%; }
    .lpas-flow-hotspots button > span { width: 29px; height: 29px; box-shadow: 0 9px 22px rgba(38,69,74,.12); }
    .lpas-flow-hotspots button[aria-pressed="true"] { background: transparent; box-shadow: none; transform: translateY(-2px) scale(1.08); }
    .lpas-flow-hotspots button[aria-pressed="true"] > span { box-shadow: 0 0 0 4px rgba(83,219,198,.17), 0 11px 25px rgba(38,69,74,.15); }
    .lpas-flow-hotspots button small { display: none; }
    .lpas-flow-status { top: 10px; left: 10px; width: calc(100% - 20px); grid-template-columns: 36px minmax(0,1fr); gap: 8px; padding: 8px 10px 8px 8px; border-radius: 14px; }
    .lpas-flow-status > span { width: 36px; height: 36px; border-radius: 11px; }
    .lpas-flow-status strong { font-size: 13px; }
    .lpas-flow-status small { display: none; }
    .lpas-signal-dock { right: 10px; bottom: 10px; left: 10px; grid-template-columns: repeat(4,1fr); gap: 4px; padding: 5px; border-radius: 14px; }
    .lpas-signal-dock span { min-height: 38px; justify-content: center; padding: 5px; font-size: 0; }
    .lpas-signal-dock img,
    .lpas-signal-dock svg { width: 23px; height: 23px; flex-basis: 23px; }

    .lpas-workspace { padding-bottom: 86px !important; }
    .lpas-product-shot { width: calc(100% + 16px); margin-left: -8px; padding: 7px; border-radius: 25px; box-shadow: 0 24px 68px rgba(38,69,74,.11); }
    .lpas-product-shot img { border-radius: 19px; }
    .lpas-product-shot figcaption:not(.lpas-wizard-status) { display: none; }
    .lpas-product-shot .lpas-wizard-status { top: 12px; left: 12px; width: calc(100% - 24px); grid-template-columns: 36px minmax(0,1fr); gap: 8px; padding: 8px 10px 8px 8px; border-radius: 14px; }
    .lpas-wizard-status > span { width: 36px; height: 36px; border-radius: 11px; }
    .lpas-wizard-status strong { font-size: 13px; }
    .lpas-wizard-status small { display: none; }
    .lpas-wizard-hotspots { inset: 7px; }
    .lpas-wizard-hotspots button { bottom: 7%; width: 31px; height: 31px; }
    .lpas-wizard-hotspots button span { font-size: var(--anora-type-min-readable, 13px); }
    .lpas-wizard-hotspots button[aria-pressed="true"] { box-shadow: 0 0 0 4px rgba(83,219,198,.17), 0 12px 24px rgba(38,69,74,.15); }
    .lpas-wizard-steps { display: flex; gap: 8px; margin-top: 15px; overflow-x: auto; padding: 3px 8px 8px; scroll-padding-inline: 8px; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .lpas-wizard-steps::-webkit-scrollbar { display: none; }
    .lpas-wizard-steps li { flex: 0 0 auto; scroll-snap-align: start; }
    .lpas-wizard-steps button { width: auto; min-width: 88px; min-height: 44px; padding: 7px 12px; border-radius: 13px; font-size: var(--anora-type-min-readable, 13px); white-space: nowrap; }
    .lpas-wizard-steps button span { width: 20px; height: 20px; flex-basis: 20px; font-size: var(--anora-type-min-readable, 13px); }

    .lpas-result-layout { grid-template-columns: 1fr; gap: 36px; }
    .lpas-result-copy { order: -1; }
    .lpas-result-copy ul { gap: 14px; margin-top: 23px; }
    .lpas-result-copy li { font-size: 14px; }

    .lpas-library-layout,
    .lpas-quality-layout { grid-template-columns: 1fr; gap: 34px; }
    .lpas-library-copy { order: -1; }
    .lpas-library-copy ul,
    .lpas-quality-copy ul { gap: 13px; margin-top: 22px; }
    .lpas-library-copy li,
    .lpas-quality-copy li { font-size: 14px; }
    .lpas-overview-notes span { padding: 6px 8px; font-size: 13px; transform: translate(-50%,-50%) scale(.82); }

    .lpas-credits-shell { width: calc(100% + 4px); margin-left: -2px; padding: 28px 20px 22px; border-radius: 28px; }
    .lpas-context-shell { width: calc(100% + 4px); min-height: 0; margin-left: -2px; grid-template-columns: 1fr; gap: 28px; padding: 28px 20px 22px; border-radius: 28px; }
    .lpas-context-shell::before { top: -160px; right: -180px; }
    .lpas-context-orbit { display: grid; width: 100%; min-height: 0; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
    .lpas-context-core { position: relative; top: auto; left: auto; width: 100%; height: 132px; grid-column: 1 / -1; border-radius: 22px; transform: none; }
    .lpas-context-orbit article { position: relative; top: auto !important; right: auto !important; bottom: auto !important; left: auto !important; width: 100%; min-height: 124px; grid-template-columns: 36px minmax(0,1fr); padding: 13px 11px; border-radius: 17px; }
    .lpas-context-orbit article > svg { width: 34px; height: 34px; padding: 7px; border-radius: 11px; }
    .lpas-context-orbit h3 { font-size: 14px; }
    .lpas-context-orbit p { font-size: 13px; }
    .lpas-context-orbit article:last-child { grid-column: 1 / -1; min-height: 98px; }

    .lpas-audience-card { min-height: 475px; padding: 0 25px 25px; border-radius: 26px; }
    .lpas-audience-card picture { height: 220px; margin: 0 -25px -38px; }
    .lpas-audience-card picture::after { top: 112px; height: 112px; }
    .lpas-audience-card > span { top: 16px; left: 16px; }
    .lpas-audience-card > p { margin-top: 8px; font-size: 13px; }
    .lpas-audience-card h3 { font-size: 28px; }
    .lpas-audience-card > div { font-size: 14px; }

    .lpas-audience { padding-bottom: 48px !important; }
    .lpas-credits { padding-top: 48px !important; }

    .lpas-credits-shell { grid-template-columns: 1fr; gap: 20px; padding-bottom: 18px; }
    .lpas-credits-copy .apv2-button { width: 100%; margin-top: 23px; }
    .lpas-credit-equation { margin-top: 20px; }
    .lpas-credit-visual { margin: 0 -10px -4px; }
    .lpas-credit-visual figcaption { right: 4%; bottom: 5%; gap: 7px; padding: 9px 12px; font-size: 13px; }
    .lpas-credit-visual figcaption strong { font-size: 13px; }

    .lpas-faq-layout { grid-template-columns: 1fr; gap: 32px; }
    .lpas-faq .lpas-section-head { position: static; }
    .lpas-faq-list summary { min-height: 72px; gap: 14px; }
    .lpas-faq-list summary span { font-size: 17px; }
    .lpas-faq-list details > p { margin: -2px 40px 21px 0; font-size: 14px; }

    .lpas-closing { padding: 30px 0 48px !important; }
    .lpas-closing-shell { display: grid; min-height: 0; grid-template-columns: 1fr; border-radius: 30px; }
    .lpas-closing-media { position: relative; inset: auto; height: 300px; grid-column: 1; grid-row: 2; }
    .lpas-closing-media::after { background: linear-gradient(180deg, #f8fbfc 0%, rgba(248,251,252,.46) 16%, transparent 42%); }
    .lpas-closing-media img { object-position: center center; }
    .lpas-closing-copy { width: 100%; grid-column: 1; grid-row: 1; padding: 28px 24px 24px; }
    .lpas-closing-copy .apv2-button { width: 100%; margin-top: 23px; }

    .lpas-landing .apv2-mobile-menu nav a.apv2-mobile-nav-clean { min-height: 61px; }
    .lpas-landing .apv2-mobile-menu nav a.apv2-mobile-nav-clean strong { font-size: 18px; }
    .lpas-landing .apv2-mobile-menu nav a.apv2-mobile-nav-clean strong small { font-size: 13px; }
    .lpas-landing .apv2-mobile-actions { padding-top: 14px; }
}

@media (max-width: 390px) {
    .lpas-hero-copy h1 { max-width: none; font-size: 36px; }
    .lpas-hero-copy > p:not(.apv2-kicker) { max-width: 310px; font-size: 14px; }
    .lpas-context-groups { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .lpas-hero-media img { transform: none; }
}
