/* ANORA Social Studio · protected sales preview */

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

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

.lpsm-section-head { max-width: 850px; margin: 0 0 46px; }
.lpsm-section-head h2,
.lpsm-result-copy h2,
.lpsm-context-copy h2,
.lpsm-credits-copy h2,
.lpsm-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;
}

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

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

/* Hero */
.lpsm-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;
}

.lpsm-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;
}

.lpsm-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: "";
}

.lpsm-hero-media { position: absolute; z-index: 0; inset: 0; margin: 0; }
.lpsm-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.lpsm-hero-inner { position: relative; z-index: 2; display: flex; align-items: center; }
.lpsm-hero-copy { width: min(650px, 55%); padding: 62px 0; }
.lpsm-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;
}
.lpsm-hero-copy h1 .lpsm-hero-line { display: block; margin-top: .16em; color: var(--lpsm-mint); white-space: nowrap; }
.lpsm-hero-copy h1 .lpsm-hero-line:first-child { margin-top: 0; }
.lpsm-hero-copy h1 .lpsm-hero-line-ink { color: var(--lpsm-ink); }

@media (max-width: 1180px) {
    .lpsm-landing .apv2-desktop-nav,
    .lpsm-landing .apv2-header-cta { display: none; }
    .lpsm-landing .apv2-menu-toggle { display: grid; }
}
.lpsm-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; }
.lpsm-hero-copy .apv2-actions { display: flex; align-items: center; gap: 18px; margin-top: 30px; }
.lpsm-text-link { color: #0a0c0f; font-size: 15px; font-weight: 720; text-decoration-thickness: 1.5px; text-underline-offset: 6px; }
.lpsm-text-link:hover { color: var(--lpsm-mint); }
.lpsm-hero-proof { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 28px 0 0; padding: 0; list-style: none; }
.lpsm-hero-proof li { display: inline-flex; align-items: center; gap: 7px; color: #66717a; font-size: 13px; font-weight: 630; }
.lpsm-hero-proof svg { width: 15px; height: 15px; color: var(--lpsm-mint); }

/* Pain */
.lpsm-pain { background: linear-gradient(180deg, #fff, #fbfcfd 54%, #fff); }
.lpsm-pain .lpsm-section-head { max-width: 1080px; }
.lpsm-pain .lpsm-section-head h2 { max-width: 1020px; font-size: clamp(43px, 4.4vw, 64px); }
.lpsm-pain .lpsm-section-head h2 span { display: block; }
.lpsm-pain-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.lpsm-pain-card {
    position: relative;
    min-height: 350px;
    padding: 34px;
    overflow: hidden;
    border: 1px solid var(--lpsm-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(--lpsm-shadow);
}
.lpsm-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: ""; }
.lpsm-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%); }
.lpsm-pain-art img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 20px 26px rgba(64,91,98,.11)); }
.lpsm-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; }
.lpsm-pain-card p { max-width: 330px; margin: 17px 0 0; color: var(--lpsm-muted); font-size: 16px; line-height: 1.58; }
.lpsm-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; }
.lpsm-relief-line strong { color: var(--lpsm-ink); }

/* Workflow */
.lpsm-workflow-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); align-items: center; gap: clamp(54px, 7vw, 104px); }
.lpsm-workflow .lpsm-section-head { margin-bottom: 34px; }
.lpsm-workflow-steps { display: grid; gap: 8px; }
.lpsm-workflow-step { display: grid; width: 100%; height: 150px; 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(--lpsm-line); font: inherit; text-align: left; cursor: pointer; transition: background .24s ease, box-shadow .24s ease, border-color .24s ease, transform .24s ease; }
.lpsm-workflow-step > span { color: var(--lpsm-mint); font-size: 13px; font-weight: 760; letter-spacing: .12em; }
.lpsm-workflow-step:hover { background: rgba(245,250,250,.7); }
.lpsm-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); }
.lpsm-workflow-step:focus-visible { outline: 3px solid rgba(7,135,117,.24); outline-offset: 3px; }
.lpsm-workflow-steps h3 { margin: 0; font-size: 22px; font-weight: 680; letter-spacing: -.03em; }
.lpsm-workflow-steps p { margin: 8px 0 0; color: var(--lpsm-muted); font-size: 15px; line-height: 1.55; }
.lpsm-flow-visual { --lpsm-flow-x: 16%; --lpsm-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(--lpsm-shadow); }
.lpsm-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: ""; }
.lpsm-flow-visual::after { position: absolute; z-index: 1; inset: 0; border-radius: inherit; background: radial-gradient(circle at var(--lpsm-flow-x) var(--lpsm-flow-y), rgba(64,222,198,.24) 0, rgba(113,161,235,.13) 8%, transparent 24%); content: ""; pointer-events: none; transition: background .45s ease; }
.lpsm-flow-visual > img { display: block; width: 100%; height: auto; border-radius: inherit; }
.lpsm-flow-hotspots { position: absolute; z-index: 3; inset: 0; pointer-events: none; }
.lpsm-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; }
.lpsm-flow-hotspots button:nth-child(1) { top: 53%; left: 12%; }
.lpsm-flow-hotspots button:nth-child(2) { top: 48%; left: 40%; }
.lpsm-flow-hotspots button:nth-child(3) { top: 24%; right: 12%; }
.lpsm-flow-hotspots button > span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: var(--lpsm-mint); background: #eef9f6; font-size: 13px; font-weight: 800; }
.lpsm-flow-hotspots button small { font-size: 13px; font-weight: 730; }
.lpsm-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); }
.lpsm-flow-hotspots button[aria-pressed="true"] > span { color: #fff; background: linear-gradient(135deg, #0ca78e, #6aa9eb 58%, #9c7bea); }
.lpsm-flow-hotspots button:focus-visible { outline: 3px solid rgba(7,135,117,.25); outline-offset: 3px; }
.lpsm-channel-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,.82); box-shadow: 0 15px 38px rgba(38,69,74,.11); backdrop-filter: blur(16px); }
.lpsm-channel-dock span { display: flex; min-width: 0; min-height: 47px; align-items: 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; }
.lpsm-channel-dock img { width: 25px; height: 25px; flex: 0 0 25px; border-radius: 7px; }
.lpsm-channel-dock .is-planned { position: relative; padding-right: 54px; }
.lpsm-channel-dock small { position: absolute; top: -7px; right: -7px; padding: 3px 6px; border: 1px solid rgba(120,95,180,.1); border-radius: 999px; color: #6c5ca1; background: #f1ecff; font-size: 13px; font-weight: 760; line-height: 1; text-transform: none; transform: scale(.68); transform-origin: 100% 0; white-space: nowrap; }

/* Product UI */
.lpsm-workspace { background: linear-gradient(180deg, #fafcfc, #fff 88%); }
.lpsm-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); }
.lpsm-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: ""; }
.lpsm-product-shot > img { display: block; width: 100%; height: auto; border-radius: 24px; }
.lpsm-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; }
.lpsm-product-shot figcaption strong { margin-top: 2px; color: #171b20; font-size: 13px; }
.lpsm-wizard-interactive { position: relative; }
.lpsm-product-shot-wizard { --lpsm-wizard-x: 43%; --lpsm-wizard-y: 77%; isolation: isolate; overflow: visible; }
.lpsm-product-shot-wizard::after { position: absolute; z-index: 1; inset: 14px; border-radius: 24px; background: radial-gradient(circle at var(--lpsm-wizard-x) var(--lpsm-wizard-y), rgba(51,217,192,.24) 0, rgba(119,161,237,.13) 8%, transparent 23%); content: ""; pointer-events: none; transition: background .38s ease; }
.lpsm-product-shot .lpsm-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); }
.lpsm-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; }
.lpsm-wizard-status strong { display: block; color: #151a20; font-size: 14px; line-height: 1.2; }
.lpsm-wizard-status small { display: block; margin-top: 3px; font-size: 13px; line-height: 1.28; }
.lpsm-wizard-hotspots { position: absolute; z-index: 3; inset: 14px; pointer-events: none; }
.lpsm-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(--lpsm-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; }
.lpsm-wizard-hotspots button:nth-child(1) { left: 11%; }
.lpsm-wizard-hotspots button:nth-child(2) { left: 27%; }
.lpsm-wizard-hotspots button:nth-child(3) { left: 43%; }
.lpsm-wizard-hotspots button:nth-child(4) { left: 59%; }
.lpsm-wizard-hotspots button:nth-child(5) { left: 75%; }
.lpsm-wizard-hotspots button:nth-child(6) { left: 89%; }
.lpsm-wizard-hotspots button span { font-size: var(--anora-type-min-readable, 13px); font-weight: 820; }
.lpsm-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); }
.lpsm-wizard-hotspots button:focus-visible { outline: 3px solid rgba(7,135,117,.24); outline-offset: 3px; }
.lpsm-wizard-steps { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; margin: 20px 0 0; padding: 0; list-style: none; }
.lpsm-wizard-steps li { min-width: 0; }
.lpsm-wizard-steps button { display: flex; width: 100%; min-height: 50px; align-items: center; justify-content: center; gap: 8px; padding: 8px; border: 1px solid var(--lpsm-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; }
.lpsm-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); }
.lpsm-wizard-steps button:hover { border-color: rgba(7,135,117,.18); color: #303a41; background: #f7fbfa; }
.lpsm-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); }
.lpsm-wizard-steps button[aria-pressed="true"] span { color: #fff; background: var(--lpsm-mint); }
.lpsm-wizard-steps button:focus-visible { outline: 3px solid rgba(7,135,117,.22); outline-offset: 2px; }

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

/* Context */
.lpsm-context { background: #fff; }
.lpsm-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(--lpsm-shadow); }
.lpsm-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: ""; }
.lpsm-context-copy,
.lpsm-context-groups { position: relative; z-index: 1; }
.lpsm-context-copy h2 { max-width: 570px; font-size: clamp(42px, 4.5vw, 66px); }
.lpsm-context-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.lpsm-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); }
.lpsm-context-groups h3 { margin: 0 0 14px; color: var(--lpsm-mint); font-size: 13px; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.lpsm-context-groups ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.lpsm-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 */
.lpsm-audience { background: linear-gradient(180deg, #fff, #fafcfc); }
.lpsm-audience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.lpsm-audience-card { position: relative; display: flex; min-height: 520px; padding: 0 32px 32px; overflow: hidden; border: 1px solid var(--lpsm-line); border-radius: 30px; flex-direction: column; background: rgba(255,255,255,.96); box-shadow: var(--lpsm-shadow); }
.lpsm-audience-card picture { display: block; height: 245px; margin: 0 -32px -45px; pointer-events: none; }
.lpsm-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: ""; }
.lpsm-audience-card picture img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.lpsm-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(--lpsm-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; }
.lpsm-audience-card > p { position: relative; z-index: 1; margin: 10px 0 0; color: var(--lpsm-mint); font-size: 13px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.lpsm-audience-card h3 { margin: 16px 0 0; font-size: clamp(27px, 2.2vw, 34px); font-weight: 680; letter-spacing: -.045em; line-height: 1.04; }
.lpsm-audience-card > div { margin-top: 24px; color: var(--lpsm-muted); font-size: 15px; line-height: 1.58; }

/* Credits */
.lpsm-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(--lpsm-shadow); }
.lpsm-credits-copy h2 { max-width: 610px; }
.lpsm-credits-copy .apv2-button { margin-top: 30px; }
.lpsm-credit-visual { position: relative; margin: 0; }
.lpsm-credit-visual img { display: block; width: 100%; height: auto; filter: drop-shadow(0 22px 34px rgba(56,82,88,.11)); }
.lpsm-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; }
.lpsm-credit-visual figcaption strong { color: #11161c; font-size: 15px; }
.lpsm-credit-visual figcaption span { color: var(--lpsm-mint); font-weight: 800; }

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

/* Closing */
.lpsm-closing { padding: 36px 0 80px !important; }
.lpsm-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(--lpsm-shadow); }
.lpsm-closing-media { position: relative; grid-column: 2; grid-row: 1; margin: 0; }
.lpsm-closing-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, #f8fbfc 0%, rgba(248,251,252,.6) 10%, transparent 24%); content: ""; }
.lpsm-closing-media img { width: 100%; height: 100%; object-fit: cover; object-position: 43% center; }
.lpsm-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; }
.lpsm-closing-copy .apv2-button { margin-top: 30px; }

@media (max-width: 1080px) {
    .lpsm-workflow-layout,
    .lpsm-result-layout,
    .lpsm-context-shell,
    .lpsm-credits-shell { grid-template-columns: 1fr; }
    .lpsm-workflow-layout { gap: 48px; }
    .lpsm-flow-visual { max-width: 820px; }
    .lpsm-result-layout { gap: 52px; }
    .lpsm-context-copy { max-width: 760px; }
    .lpsm-credit-visual { max-width: 680px; }
}

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

    .lpsm-hero { min-height: calc(100svh - var(--apv2-header-height)); align-items: center; }
    .lpsm-hero::before {
        background:
            linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.95) 34%, rgba(255,255,255,.73) 58%, rgba(255,255,255,.15) 100%),
            linear-gradient(180deg, rgba(255,255,255,.24) 0%, transparent 57%, rgba(255,255,255,.88) 90%, #fff 100%);
    }
    .lpsm-hero-media img { width: calc(100% + 132px); max-width: none; transform: translateX(-32px); object-position: 67% center; }
    .lpsm-hero-inner { min-height: calc(100svh - var(--apv2-header-height)); align-items: center; }
    .lpsm-hero-copy { width: 100%; padding: 54px 0 76px; }
    .lpsm-hero-copy .apv2-kicker { font-size: 13px; }
    .lpsm-hero-copy h1 { max-width: none; margin-top: 13px; font-size: clamp(34px, 9.55vw, 42px); line-height: .91; }
    .lpsm-hero-copy > p:not(.apv2-kicker) { max-width: 335px; margin-top: 20px; font-size: 15px; line-height: 1.53; }
    .lpsm-hero-copy .apv2-actions { width: min(100%, 340px); align-items: stretch; margin-top: 22px; flex-direction: column; gap: 14px; }
    .lpsm-hero-copy .apv2-button { width: 100%; }
    .lpsm-text-link { width: max-content; padding-inline: 4px; color: #000; }
    .lpsm-hero-proof { display: none; }

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

    .lpsm-workflow-layout { grid-template-columns: 1fr; gap: 34px; }
    .lpsm-workflow-step { height: 150px; grid-template-columns: 38px minmax(0,1fr); gap: 12px; padding: 14px; }
    .lpsm-workflow-steps h3 { font-size: 20px; }
    .lpsm-workflow-steps p { font-size: 14px; }
    .lpsm-flow-visual { width: calc(100% + 12px); margin-left: -6px; border-radius: 27px; }
    .lpsm-flow-hotspots button { min-width: 48px; gap: 4px; padding: 4px; }
    .lpsm-flow-hotspots button:nth-child(1) { top: 53%; left: 8%; }
    .lpsm-flow-hotspots button:nth-child(2) { top: 47%; left: 39%; }
    .lpsm-flow-hotspots button:nth-child(3) { top: 28%; right: 7%; }
    .lpsm-flow-hotspots button > span { width: 27px; height: 27px; }
    .lpsm-flow-hotspots button small { display: none; }
    .lpsm-channel-dock { right: 10px; bottom: 10px; left: 10px; grid-template-columns: repeat(4, 1fr); gap: 4px; padding: 5px; border-radius: 14px; }
    .lpsm-channel-dock span { min-height: 38px; justify-content: center; padding: 5px; font-size: 0; }
    .lpsm-channel-dock img { width: 23px; height: 23px; flex-basis: 23px; }
    .lpsm-channel-dock .is-planned { padding-right: 5px; }
    .lpsm-channel-dock small { top: -11px; right: -7px; font-size: 13px; transform: scale(.62); }

    .lpsm-workspace { padding-bottom: 86px !important; }
    .lpsm-product-shot { width: calc(100% + 16px); margin-left: -8px; padding: 7px; border-radius: 25px; box-shadow: 0 24px 68px rgba(38,69,74,.11); }
    .lpsm-product-shot img { border-radius: 19px; }
    .lpsm-product-shot figcaption:not(.lpsm-wizard-status) { display: none; }
    .lpsm-product-shot .lpsm-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; }
    .lpsm-wizard-status > span { width: 36px; height: 36px; border-radius: 11px; }
    .lpsm-wizard-status strong { font-size: 13px; }
    .lpsm-wizard-status small { display: none; }
    .lpsm-wizard-hotspots { inset: 7px; }
    .lpsm-wizard-hotspots button { bottom: 7%; width: 31px; height: 31px; }
    .lpsm-wizard-hotspots button span { font-size: var(--anora-type-min-readable, 13px); }
    .lpsm-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); }
    .lpsm-wizard-steps { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 7px; margin-top: 15px; }
    .lpsm-wizard-steps button { min-height: 44px; padding: 6px; border-radius: 13px; font-size: var(--anora-type-min-readable, 13px); }
    .lpsm-wizard-steps button span { width: 20px; height: 20px; flex-basis: 20px; font-size: var(--anora-type-min-readable, 13px); }

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

    .lpsm-context-shell,
    .lpsm-credits-shell { width: calc(100% + 4px); margin-left: -2px; padding: 28px 20px 22px; border-radius: 28px; }
    .lpsm-context-shell { grid-template-columns: 1fr; gap: 28px; }
    .lpsm-context-shell::before { top: -160px; right: -180px; }
    .lpsm-context-groups { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
    .lpsm-context-groups article { padding: 15px 12px; border-radius: 18px; }
    .lpsm-context-groups h3 { margin-bottom: 10px; font-size: 13px; }
    .lpsm-context-groups ul { display: grid; gap: 5px; }
    .lpsm-context-groups li { width: 100%; padding: 6px 8px; border-radius: 10px; font-size: 13px; }

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

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

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

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

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

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

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

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