/* MY-Card — landing page product visuals (index.html).
   Sits on top of editorial.css; every block here is a visual stand-in
   for what used to be a text list. Motion is off under reduced-motion. */

.ed .lp-badge { display: inline-flex; align-items: center; gap: 0.4rem; height: 24px; padding: 0 10px; border-radius: 999px; font-size: 0.74rem; font-weight: 540; border: 1px solid var(--rule); color: var(--ink-2); background: var(--surface); white-space: nowrap; }
.ed .lp-badge.is-pro { color: var(--accent); border-color: color-mix(in oklab, var(--accent) 40%, transparent); background: color-mix(in oklab, var(--accent) 10%, transparent); }
.ed .lp-badge--live { color: #2F7A4F; border-color: color-mix(in oklab, #2F7A4F 30%, transparent); background: color-mix(in oklab, #2F7A4F 8%, transparent); }
.ed .lp-badge--live .ed-dot { animation: edPulse 2s ease-in-out infinite; }
html[data-ed-theme="dark"] .ed .lp-badge--live { color: #6BC98F; }
.ed .lp-flag { font-family: 'Apple Color Emoji', 'Segoe UI Emoji', 'Noto Color Emoji', sans-serif; }
.ed .lp-note { display: flex; gap: 0.6rem; align-items: baseline; margin-top: 18px; font-size: 0.86rem; color: var(--ink-3); max-width: 60em; }
.ed .lp-note .ed-dot { color: #2F7A4F; flex-shrink: 0; transform: translateY(-2px); animation: edPulse 2s ease-in-out infinite; }
.ed .lp-delta { display: inline-flex; align-items: center; gap: 4px; height: 26px; padding: 0 10px; border-radius: 999px; font-size: 0.8rem; font-weight: 560; color: #2F7A4F; background: color-mix(in oklab, #2F7A4F 10%, transparent); }
.ed .lp-delta svg { width: 14px; height: 14px; }
.ed .lp-delta.is-down { color: #B3402A; background: color-mix(in oklab, #B3402A 10%, transparent); }

/* ============================== 03 LIVE DEMO ============================== */
.ed .lp-demo__grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(40px, 7vw, 110px); align-items: center; }
.ed .lp-demo__stage { display: grid; justify-items: center; gap: 18px; position: relative; }
.ed .lp-demo__stage::before { content: ''; position: absolute; inset: 8% -4% 14%; border-radius: 40px; background: radial-gradient(60% 60% at 50% 40%, color-mix(in oklab, var(--accent) 22%, transparent), transparent 70%); z-index: 0; pointer-events: none; }
.ed .lp-demo__label { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.8rem; color: var(--ink-3); position: relative; }
.ed .lp-demo__label .ed-dot { color: #2F7A4F; animation: edPulse 2s ease-in-out infinite; }

.ed .lp-phone { position: relative; z-index: 1; width: min(310px, 78vw); aspect-ratio: 9 / 17.4; border-radius: 46px; padding: 11px; background: linear-gradient(160deg, #2A2F3A, #0B0E14); box-shadow: 0 0 0 1px rgba(255,255,255,0.06) inset, var(--lift-3); }
.ed .lp-phone__notch { position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 90px; height: 24px; border-radius: 999px; background: #05070A; z-index: 5; }
.ed .lp-phone__screen { position: relative; height: 100%; border-radius: 36px; overflow: hidden; background: var(--t-bg); color: var(--t-fg); isolation: isolate; }

.ed .lp-pc { height: 100%; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 20px 22px; gap: 6px; transition: transform 0.7s var(--ease), filter 0.7s var(--ease); }
.ed .lp-pc__cover { align-self: stretch; margin: 0 -20px 0; height: 30%; background: radial-gradient(120% 90% at 30% 0%, color-mix(in srgb, var(--t-acc) 45%, transparent), transparent 70%), linear-gradient(180deg, rgba(255,255,255,0.06), transparent); border-bottom: 1px solid color-mix(in srgb, var(--t-fg) 10%, transparent); }
.ed .lp-pc__avatar { width: 84px; height: 84px; margin-top: -42px; border-radius: 50%; overflow: hidden; display: grid; place-items: center; font-family: var(--serif); font-size: 1.8rem; background: color-mix(in srgb, var(--t-fg) 10%, #0D1729); color: var(--t-fg); box-shadow: 0 0 0 3px var(--t-acc), 0 10px 26px rgba(0,0,0,0.3); }
.ed .lp-pc__avatar img { width: 100%; height: 100%; object-fit: cover; }
.ed .lp-pc__name { margin-top: 8px; font-family: var(--serif); font-weight: 420; font-size: 1.35rem; line-height: 1.1; letter-spacing: -0.015em; }
.ed .lp-pc__role { font-size: 0.76rem; opacity: 0.72; max-width: 22ch; }
.ed .lp-pc__save { margin-top: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; width: 100%; height: 44px; border-radius: 14px; font-size: 0.86rem; font-weight: 600; background: var(--t-acc); color: #0D1729; box-shadow: 0 8px 20px -8px var(--t-acc); transition: transform 0.3s var(--ease); }
.ed .lp-pc__save svg { width: 16px; height: 16px; }
.ed .lp-pc__round { display: flex; gap: 10px; margin-top: 8px; }
.ed .lp-pc__round span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; border: 1px solid color-mix(in srgb, var(--t-fg) 18%, transparent); background: color-mix(in srgb, var(--t-fg) 6%, transparent); }
.ed .lp-pc__round svg { width: 17px; height: 17px; }
.ed .lp-pc__socials { display: flex; gap: 8px; margin-top: 6px; }
.ed .lp-pc__socials span { width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; background: color-mix(in srgb, var(--t-fg) 8%, transparent); }
.ed .lp-pc__socials svg { width: 15px; height: 15px; opacity: 0.85; }
.ed .lp-pc__foot { margin-top: auto; font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.04em; opacity: 0.55; }

.ed .lp-sheet { position: absolute; left: 8px; right: 8px; bottom: 8px; z-index: 3; display: grid; gap: 8px; padding: 12px 16px 16px; border-radius: 26px; background: #FBFAF6; color: #10131A; box-shadow: 0 -18px 40px rgba(0,0,0,0.35); transform: translateY(110%); transition: transform 0.7s var(--ease); text-align: left; }
.ed .lp-sheet__grip { justify-self: center; width: 38px; height: 4px; border-radius: 4px; background: rgba(16,19,26,0.18); margin-bottom: 4px; }
.ed .lp-sheet > strong { font-family: var(--serif); font-weight: 450; font-size: 1.08rem; }
.ed .lp-sheet__sub { font-size: 0.72rem; color: #6E727C; line-height: 1.4; }
.ed .lp-sheet__field { display: grid; gap: 2px; padding: 8px 12px; border-radius: 12px; border: 1px solid rgba(16,19,26,0.12); background: #fff; }
.ed .lp-sheet__field small { font-size: 0.62rem; color: #6E727C; text-transform: uppercase; letter-spacing: 0.08em; font-family: var(--mono); }
.ed .lp-sheet__field b { font-weight: 520; font-size: 0.86rem; color: #10131A; overflow: hidden; white-space: nowrap; }
.ed .lp-sheet__btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; height: 42px; border-radius: 12px; background: #16243D; color: #F5F2EB; font-size: 0.84rem; font-weight: 600; }
.ed .lp-sheet__btn svg { width: 15px; height: 15px; }

.ed .lp-toast { position: absolute; top: 54px; left: 12px; right: 12px; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 11px 12px; border-radius: 18px; background: rgba(251, 250, 246, 0.94); color: #10131A; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 14px 36px rgba(0,0,0,0.3); transform: translateY(-160%); opacity: 0; transition: transform 0.7s var(--ease), opacity 0.5s var(--ease); text-align: left; }
.ed .lp-toast__ico { width: 34px; height: 34px; flex-shrink: 0; border-radius: 10px; display: grid; place-items: center; background: #16243D; color: #D8B878; }
.ed .lp-toast__ico svg { width: 17px; height: 17px; }
.ed .lp-toast > span:last-child { display: grid; gap: 1px; min-width: 0; }
.ed .lp-toast strong { font-size: 0.82rem; font-weight: 600; }
.ed .lp-toast small { font-size: 0.72rem; color: #6E727C; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* phone states: 0 profile · 1 exchange sheet · 2 owner notification */
.ed .lp-phone[data-state="0"] .lp-pc__save { animation: lpTap 3.6s var(--ease) infinite; }
.ed .lp-phone[data-state="1"] .lp-sheet { transform: none; }
.ed .lp-phone[data-state="1"] .lp-pc { filter: brightness(0.55) blur(1px); transform: scale(0.96); }
.ed .lp-phone[data-state="2"] .lp-toast { transform: none; opacity: 1; }
.ed .lp-phone[data-state="2"] .lp-pc { filter: brightness(0.8); }
@keyframes lpTap { 0%, 55%, 100% { transform: none; } 62% { transform: scale(0.95); } 70% { transform: none; } }

.ed .lp-demo__copy { display: grid; gap: 1.25rem; align-content: center; }
.ed .lp-demo__copy .ed-h2 { margin: 0; }
.ed .lp-flow { display: grid; gap: 8px; margin-top: 0.5rem; }
.ed .lp-flow button { position: relative; overflow: hidden; width: 100%; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 14px; align-items: start; padding: 16px 18px; border-radius: 16px; border: 1px solid var(--rule); background: transparent; color: var(--ink); text-align: left; cursor: pointer; transition: background 0.3s, border-color 0.3s, box-shadow 0.3s; }
.ed .lp-flow button:hover { border-color: color-mix(in oklab, var(--ink) 30%, transparent); }
.ed .lp-flow button.is-on { background: var(--surface); border-color: color-mix(in oklab, var(--accent) 45%, transparent); box-shadow: var(--lift-2); }
.ed .lp-flow__n { font-family: var(--mono); font-size: 0.72rem; color: var(--ink-3); padding-top: 3px; }
.ed .lp-flow button.is-on .lp-flow__n { color: var(--accent); }
.ed .lp-flow strong { display: block; font-weight: 580; font-size: 1rem; }
.ed .lp-flow small { display: block; margin-top: 3px; font-size: 0.88rem; color: var(--ink-3); line-height: 1.5; }
.ed .lp-flow__bar { position: absolute; left: 0; bottom: 0; height: 2px; width: 100%; background: var(--accent); transform: scaleX(0); transform-origin: left; }
.ed .lp-demo:has(.lp-phone.is-playing) .lp-flow button.is-on .lp-flow__bar { animation: lpFill 3.6s linear forwards; }
@keyframes lpFill { to { transform: scaleX(1); } }

/* ============================== 06 CHANNELS ============================== */
.ed .lp-channels { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr) minmax(0, 1fr); grid-template-areas: "qr hub link" "nfc hub vcf"; gap: 18px; align-items: stretch; }
.ed .lp-ch--qr { grid-area: qr; } .ed .lp-ch--link { grid-area: link; } .ed .lp-ch--nfc { grid-area: nfc; } .ed .lp-ch--vcf { grid-area: vcf; }
.ed .lp-ch { position: relative; display: grid; gap: 10px; align-content: start; padding: 20px; border-radius: 20px; border: 1px solid var(--rule); background: var(--surface); transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease); }
.ed .lp-ch:hover { transform: translateY(-4px); box-shadow: var(--lift-2); }
.ed .lp-ch h3 { display: flex; align-items: center; gap: 8px; font-size: 1.02rem; font-weight: 580; }
.ed .lp-ch h3 svg { width: 17px; height: 17px; color: var(--accent); }
.ed .lp-ch p { font-size: 0.9rem; color: var(--ink-3); line-height: 1.5; }
.ed .lp-ch__tag { margin-left: auto; font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); border: 1px solid var(--rule); border-radius: 999px; padding: 3px 8px; }
.ed .lp-ch__vis { height: 132px; border-radius: 14px; background: var(--paper-2); display: grid; place-items: center; position: relative; overflow: hidden; }

.ed .lp-qr { position: relative; width: 104px; height: 104px; padding: 8px; border-radius: 12px; background: #fff; display: grid; place-items: center; box-shadow: var(--lift-1); overflow: hidden; }
.ed .lp-qr img { width: 100%; height: 100%; image-rendering: pixelated; }
.ed .lp-qr > svg { width: 70%; height: 70%; color: #10131A; }
.ed .lp-qr__scan { position: absolute; left: 6px; right: 6px; top: 18%; height: 62%; pointer-events: none; animation: edScan 2.6s var(--ease) infinite; will-change: transform; }
.ed .lp-qr__scan::after { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 2px; background: var(--accent); box-shadow: 0 0 12px var(--accent); }

.ed .lp-ch--link .lp-ch__vis { display: flex; flex-direction: column; justify-content: center; align-items: stretch; gap: 8px; padding: 14px; }
.ed .lp-bubble { max-width: 88%; padding: 8px 12px; border-radius: 14px; font-size: 0.76rem; line-height: 1.35; box-shadow: var(--lift-1); }
.ed .lp-bubble--in { align-self: flex-start; background: var(--surface); color: var(--ink-2); border-bottom-left-radius: 4px; }
.ed .lp-bubble--out { align-self: flex-end; display: inline-flex; align-items: center; gap: 6px; background: #D9FDD3; color: #0B3D2E; border-bottom-right-radius: 4px; font-family: var(--mono); font-size: 0.66rem; word-break: break-all; }
.ed .lp-bubble--out svg { width: 12px; height: 12px; flex-shrink: 0; }
.ed .lp-ch.is-in .lp-bubble--out, .ed .lp-ch.ed-reveal.is-in .lp-bubble--out { animation: lpPop 0.6s 0.9s var(--ease) both; }
@keyframes lpPop { from { opacity: 0; transform: translateY(10px) scale(0.96); } }

.ed .lp-nfc { position: relative; width: 150px; height: 100px; }
.ed .lp-nfc__card { position: absolute; left: 0; bottom: 8px; width: 92px; aspect-ratio: 85.6/54; border-radius: 8px; background: linear-gradient(150deg, #1B2B47, #0D1729); box-shadow: var(--lift-2); }
.ed .lp-nfc__card::after { content: ''; position: absolute; right: 10px; top: 10px; width: 14px; height: 14px; border: 2px solid #D8B878; border-radius: 50%; border-left-color: transparent; border-bottom-color: transparent; transform: rotate(45deg); }
.ed .lp-nfc__phone { position: absolute; right: 6px; top: 0; width: 50px; height: 92px; border-radius: 12px; background: #10131A; border: 3px solid #2A2F3A; animation: lpTapPhone 2.8s var(--ease) infinite; }
.ed .lp-nfc i { position: absolute; left: 70px; top: 36px; width: 18px; height: 18px; border: 2px solid var(--accent); border-radius: 50%; border-left-color: transparent; border-bottom-color: transparent; transform: rotate(45deg); opacity: 0; animation: lpWave 2.8s var(--ease) infinite; }
.ed .lp-nfc i:nth-of-type(2) { width: 30px; height: 30px; left: 64px; top: 30px; animation-delay: 0.15s; }
.ed .lp-nfc i:nth-of-type(3) { width: 42px; height: 42px; left: 58px; top: 24px; animation-delay: 0.3s; }
@keyframes lpTapPhone { 0%, 100% { transform: translateX(0) rotate(8deg); } 40%, 60% { transform: translateX(-26px) rotate(0deg); } }
@keyframes lpWave { 0%, 35% { opacity: 0; } 50% { opacity: 1; } 75%, 100% { opacity: 0; } }

.ed .lp-contact { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 10px; width: calc(100% - 28px); padding: 12px; border-radius: 14px; background: var(--surface); box-shadow: var(--lift-1); }
.ed .lp-contact__av { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: #16243D; color: #D8B878; font-family: var(--serif); }
.ed .lp-contact b { display: block; font-size: 0.86rem; font-weight: 580; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ed .lp-contact small { font-size: 0.72rem; color: var(--ink-3); font-family: var(--mono); }
.ed .lp-contact__ok { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: #2F7A4F; color: #fff; }
.ed .lp-contact__ok svg { width: 14px; height: 14px; }
.ed .lp-ch.is-in .lp-contact__ok { animation: lpPop 0.5s 1s var(--ease) both; }

.ed .lp-hub { grid-area: hub; position: relative; display: grid; place-items: center; min-height: 300px; }
.ed .lp-hub__card { position: relative; width: 88%; max-width: 280px; z-index: 2; }
.ed .lp-hub__card .ed-idcard__name { font-size: clamp(1.1rem, 1.8vw, 1.5rem); }
.ed .lp-hub__ring { position: absolute; width: 100%; aspect-ratio: 1; max-width: 340px; border-radius: 50%; border: 1px dashed color-mix(in oklab, var(--accent) 45%, transparent); animation: lpSpin 40s linear infinite; }
.ed .lp-hub__ring + .lp-hub__ring { width: 72%; max-width: 250px; animation-duration: 28s; animation-direction: reverse; border-style: solid; border-color: var(--rule); }
@keyframes lpSpin { to { transform: rotate(360deg); } }

/* ============================== 08 ANALYTICS ============================== */
.ed .lp-dash { border-radius: 22px; border: 1px solid var(--rule); background: var(--surface); box-shadow: var(--lift-3); overflow: hidden; }
.ed .lp-dash__bar { display: flex; align-items: center; gap: 14px; padding: 12px 18px; border-bottom: 1px solid var(--rule-2); background: color-mix(in oklab, var(--paper-2) 60%, var(--surface)); }
.ed .lp-dash__dots { display: flex; gap: 6px; }
.ed .lp-dash__dots i { width: 10px; height: 10px; border-radius: 50%; background: var(--rule); }
.ed .lp-dash__title { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.06em; color: var(--ink-3); margin-right: auto; }
.ed .lp-dash__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ed .lp-dash__grid > * { padding: 22px; border-top: 1px solid var(--rule-2); border-left: 1px solid var(--rule-2); display: grid; gap: 14px; align-content: start; min-width: 0; }
.ed .lp-dash__main { grid-column: 1 / 3; border-top: 0 !important; border-left: 0 !important; }
.ed .lp-dash__tile--saves { border-top: 0 !important; }
.ed .lp-dash__grid > .lp-dash__tile:nth-child(3) { border-left: 0; }
.ed .lp-dash__label { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); }
.ed .lp-dash__kpi { display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; }
.ed .lp-dash__kpi > div { display: grid; gap: 6px; }
.ed .lp-dash__big { font-family: var(--serif); font-weight: 380; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1; letter-spacing: -0.03em; }
.ed .lp-dash__sub { display: inline-flex; align-items: center; gap: 6px; font-size: 0.84rem; color: var(--ink-3); }
.ed .lp-dash__sub svg { width: 14px; height: 14px; }
.ed .lp-dash__empty { font-size: 0.86rem; color: var(--ink-3); }

.ed .lp-bars { display: grid; grid-template-columns: repeat(14, minmax(0, 1fr)); align-items: end; gap: 6px; height: 170px; padding-top: 18px; }
.ed .lp-bars span { position: relative; height: 100%; display: flex; align-items: flex-end; }
.ed .lp-bars span::before { content: ''; width: 100%; height: var(--h); border-radius: 6px 6px 2px 2px; background: linear-gradient(180deg, var(--accent), color-mix(in oklab, var(--accent) 45%, transparent)); transform: scaleY(0); transform-origin: bottom; transition: transform 0.9s var(--ease); transition-delay: calc(var(--i) * 45ms); }
.ed .lp-bars span:last-child::before { background: linear-gradient(180deg, var(--brand), color-mix(in oklab, var(--brand) 55%, transparent)); }
.ed .lp-dash.is-drawn .lp-bars span::before { transform: none; }
.ed .lp-bars b { position: absolute; left: 50%; bottom: calc(var(--h) + 6px); transform: translate(-50%, 4px); font-family: var(--mono); font-size: 0.64rem; font-weight: 500; color: var(--ink-2); opacity: 0; transition: opacity 0.2s, transform 0.2s; pointer-events: none; }
.ed .lp-bars span:hover b, .ed .lp-bars span:last-child b { opacity: 1; transform: translate(-50%, 0); }
.ed .lp-bars__axis { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 0.64rem; color: var(--ink-3); border-top: 1px solid var(--rule-2); padding-top: 8px; margin-top: -6px; }

.ed .lp-stack { display: flex; height: 12px; border-radius: 999px; overflow: hidden; background: var(--rule-2); }
.ed .lp-stack span { width: var(--w); transform: scaleX(0); transform-origin: left; transition: transform 1s var(--ease) 0.3s; }
.ed .lp-dash.is-drawn .lp-stack span { transform: none; }
.ed .lp-stack__mobile { background: var(--accent); }
.ed .lp-stack__desktop { background: var(--brand); }
.ed .lp-stack__tablet { background: var(--ink-3); }
.ed .lp-legend { display: grid; gap: 8px; }
.ed .lp-legend li { display: flex; align-items: center; gap: 8px; font-size: 0.88rem; color: var(--ink-2); }
.ed .lp-legend b { margin-left: auto; font-family: var(--mono); font-weight: 500; color: var(--ink); }
.ed .lp-legend__sw { width: 10px; height: 10px; border-radius: 3px; transform: none !important; }

.ed .lp-rank { display: grid; gap: 10px; }
.ed .lp-rank li { display: grid; grid-template-columns: minmax(0, 7.5em) minmax(0, 1fr) auto; align-items: center; gap: 10px; font-size: 0.86rem; }
.ed .lp-rank__k { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--ink-2); }
.ed .lp-rank__bar { height: 6px; border-radius: 999px; background: var(--rule-2); overflow: hidden; }
.ed .lp-rank__bar i { display: block; height: 100%; width: var(--w); border-radius: inherit; background: var(--brand); transform: scaleX(0); transform-origin: left; transition: transform 1s var(--ease) 0.4s; }
.ed .lp-dash.is-drawn .lp-rank__bar i { transform: none; }
.ed .lp-rank b { font-family: var(--mono); font-weight: 500; font-size: 0.8rem; }

/* ============================== 09 CONTACT EXCHANGE ============================== */
.ed .lp-xchg { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(40px, 6vw, 96px); align-items: center; }
.ed .lp-xchg__copy { display: grid; gap: 1.25rem; }
.ed .lp-xchg__vis { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1.1fr); align-items: center; padding: clamp(20px, 3vw, 36px); border-radius: 24px; background: var(--paper-2); border: 1px solid var(--rule); }
.ed .lp-xchg__cap { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); }
.ed .lp-xchg__form, .ed .lp-xchg__feed { display: grid; gap: 8px; padding: 16px; border-radius: 18px; background: var(--surface); box-shadow: var(--lift-2); min-width: 0; }
.ed .lp-xchg__form > strong, .ed .lp-xchg__feed > strong { font-family: var(--serif); font-weight: 450; font-size: 1.05rem; }
.ed .lp-xchg__form .lp-sheet__field { background: var(--paper); border-color: var(--rule); }
.ed .lp-xchg__form .lp-sheet__field b { color: var(--ink); }
html[data-ed-theme="dark"] .ed .lp-xchg__form .lp-sheet__btn { background: var(--brand); color: var(--on-brand); }
.ed .lp-xchg__wire { display: flex; justify-content: center; gap: 6px; }
.ed .lp-xchg__wire i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); opacity: 0.25; animation: lpDots 1.4s ease-in-out infinite; }
.ed .lp-xchg__wire i:nth-child(2) { animation-delay: 0.2s; } .ed .lp-xchg__wire i:nth-child(3) { animation-delay: 0.4s; }
@keyframes lpDots { 0%, 100% { opacity: 0.25; transform: none; } 50% { opacity: 1; transform: translateX(4px); } }
.ed .lp-xchg__feed ul { display: grid; }
.ed .lp-xchg__feed li { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 10px 0; border-top: 1px solid var(--rule-2); }
.ed .lp-xchg__feed li b { display: block; font-size: 0.86rem; font-weight: 560; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ed .lp-xchg__feed li small { font-size: 0.72rem; color: var(--ink-3); }
.ed .lp-xchg__feed li > svg { width: 16px; height: 16px; color: #2F7A4F; }
.ed .lp-xchg__av { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; font-size: 0.7rem; font-weight: 600; background: var(--tint); color: var(--accent); }
.ed .lp-xchg__feed li.is-new { position: relative; }
.ed .lp-xchg__vis.is-in .lp-xchg__feed li.is-new { animation: lpNew 4s var(--ease) 0.8s infinite; }
@keyframes lpNew { 0% { opacity: 0; transform: translateY(-8px); } 12%, 100% { opacity: 1; transform: none; } }
.ed .lp-xchg__example { position: absolute; right: 16px; bottom: -11px; padding: 3px 10px; border-radius: 999px; background: var(--surface); border: 1px solid var(--rule); font-size: 0.7rem; color: var(--ink-3); }

/* ============================== 10 THEME GALLERY ============================== */
.ed .lp-gallery { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: clamp(32px, 6vw, 88px); align-items: center; }
.ed .lp-gallery__stage { display: grid; gap: 18px; justify-items: center; padding: clamp(28px, 5vw, 64px); border-radius: 28px; background: radial-gradient(70% 70% at 50% 40%, color-mix(in oklab, var(--accent) 14%, transparent), transparent 70%), var(--paper-2); border: 1px solid var(--rule); }
.ed .lp-gallery__card { position: relative; width: 100%; max-width: 440px; transition: transform 0.6s var(--ease); }
.ed .lp-gallery__card.is-swap { animation: lpSwap 0.6s var(--ease); }
@keyframes lpSwap { 0% { transform: rotateY(0) scale(1); } 40% { transform: perspective(1000px) rotateY(-14deg) scale(0.97); } 100% { transform: none; } }
.ed .lp-gallery__cap { display: flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 0.76rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-2); }
.ed .lp-gallery__side { display: grid; gap: 22px; align-content: center; }
.ed .lp-swatches { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.ed .lp-sw { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 8px 12px 8px 8px; border-radius: 14px; border: 1px solid var(--rule); background: var(--surface); color: var(--ink); text-align: left; cursor: pointer; transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s; }
.ed .lp-sw:hover { transform: translateY(-2px); }
.ed .lp-sw.is-on { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.ed .lp-sw:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.ed .lp-sw__chip { position: relative; width: 44px; height: 30px; border-radius: 7px; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08); overflow: hidden; }
.ed .lp-sw__chip i { position: absolute; right: 5px; bottom: 5px; width: 9px; height: 9px; border-radius: 50%; box-shadow: 0 0 0 1.5px rgba(255,255,255,0.6); }
.ed .lp-sw__name { font-size: 0.86rem; font-weight: 520; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ed .lp-sw__tier { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-3); }
.ed .lp-popular { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 0.84rem; color: var(--ink-3); }
.ed .lp-popular > span:first-child { width: 100%; font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; }

/* ============================== 11 WHO IS IT FOR ============================== */
.ed .lp-who { display: grid; gap: 28px; }
.ed .lp-who__tabs { display: flex; gap: 6px; padding: 5px; border-radius: 999px; border: 1px solid var(--rule); background: var(--surface); width: max-content; max-width: 100%; overflow-x: auto; scrollbar-width: none; }
.ed .lp-who__tabs::-webkit-scrollbar { display: none; }
.ed .lp-who__tabs button { flex-shrink: 0; display: inline-flex; align-items: center; gap: 8px; height: 42px; padding: 0 18px; border-radius: 999px; border: 0; background: none; color: var(--ink-2); font-size: 0.92rem; font-weight: 540; cursor: pointer; transition: background 0.3s, color 0.3s; white-space: nowrap; }
.ed .lp-who__tabs button svg { width: 16px; height: 16px; }
.ed .lp-who__tabs button.is-on { background: var(--ink); color: var(--paper); }
.ed .lp-who__panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.ed .lp-who__panel[hidden] { display: none; }
.ed .lp-who__panel.is-enter .lp-who__vis { animation: lpPop 0.6s var(--ease) both; }
.ed .lp-who__panel.is-enter .lp-who__copy { animation: lpPop 0.6s 0.08s var(--ease) both; }
.ed .lp-who__copy { display: grid; gap: 1rem; }
.ed .lp-who__vis { position: relative; min-height: 320px; display: grid; place-items: center; border-radius: 28px; background: var(--surface); border: 1px solid var(--rule); overflow: hidden; }
.ed .lp-who__card { position: relative; width: 72%; max-width: 330px; transform: rotate(-4deg); }
.ed .lp-who__vis--team .lp-who__card { position: absolute; width: 54%; max-width: 270px; transform: translate(calc((var(--n) - 1) * 16%), calc((var(--n) - 1) * 16%)) rotate(calc((var(--n) - 1) * 5deg)); }
.ed .lp-who__vis--team .lp-who__card .ed-idcard__name { font-size: 1.1rem; }
.ed .lp-float { position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 6px; height: 34px; padding: 0 13px; border-radius: 999px; background: var(--surface); border: 1px solid var(--rule); box-shadow: var(--lift-2); font-size: 0.8rem; font-weight: 540; color: var(--ink); animation: lpFloat 5s ease-in-out infinite; }
.ed .lp-float svg { width: 14px; height: 14px; color: var(--accent); }
.ed .lp-float--a { top: 14%; right: 8%; }
.ed .lp-float--b { bottom: 14%; left: 7%; animation-delay: -1.6s; }
.ed .lp-float--c { bottom: 12%; right: 10%; animation-delay: -3.2s; }
@keyframes lpFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.ed .lp-standee { display: grid; justify-items: center; gap: 12px; padding: 20px 26px 16px; border-radius: 16px; background: linear-gradient(170deg, #1B2B47, #0D1729); color: #F2EEE5; box-shadow: var(--lift-3); }
.ed .lp-standee__top { font-family: var(--serif); font-size: 1.05rem; }
.ed .lp-standee__foot { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.12em; color: #D8B878; }
.ed .lp-stamp-free { position: absolute; top: 12%; left: 9%; width: 74px; height: 74px; border-radius: 50%; display: grid; place-items: center; border: 2px solid var(--accent); color: var(--accent); font-family: var(--serif); font-style: italic; font-size: 1.1rem; transform: rotate(-12deg); }

/* ============================== 12 WHY ============================== */
.ed .lp-extras { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.ed .lp-extras li { display: inline-flex; align-items: center; gap: 7px; height: 38px; padding: 0 14px; border-radius: 999px; border: 1px solid var(--rule); background: var(--surface); font-size: 0.88rem; color: var(--ink-2); }
.ed .lp-extras svg { width: 15px; height: 15px; color: var(--accent); }

/* ============================== 13 PROOF ============================== */
.ed .lp-proof { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.ed .lp-proof__tile { display: grid; gap: 8px; align-content: space-between; min-height: 160px; padding: 22px; border-radius: 20px; border: 1px solid var(--rule); background: rgba(255,255,255,0.03); }
.ed .lp-proof__tile > strong { font-family: var(--serif); font-weight: 360; font-size: clamp(2.4rem, 4.4vw, 3.6rem); line-height: 1; letter-spacing: -0.03em; color: var(--accent); }
.ed .lp-proof__tile > span { color: var(--ink-2); font-size: 0.95rem; }
.ed .lp-proof__tile--xl { grid-row: span 2; background: linear-gradient(160deg, color-mix(in oklab, var(--accent) 18%, transparent), transparent 70%); }
.ed .lp-proof__tile--xl > strong { font-size: clamp(3.6rem, 8vw, 6.4rem); }
.ed .lp-proof__tile--wide { grid-column: span 2; align-content: start; }
.ed .lp-proof__tile--wide > span, .ed .lp-proof__tile--cta > span { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); }
.ed .lp-proof__flags { display: flex; flex-wrap: wrap; gap: 8px; }
.ed .lp-proof__flags li { display: inline-flex; align-items: center; gap: 6px; height: 36px; padding: 0 14px; border-radius: 999px; border: 1px solid var(--rule); font-size: 0.9rem; color: var(--ink); }
.ed .lp-proof__tile--cta p { color: var(--ink-2); font-size: 0.92rem; line-height: 1.5; }
.ed .lp-proof__tile--cta { grid-column: span 1; }
.ed .lp-proof__btns { display: flex; flex-wrap: wrap; gap: 8px; }
.ed .lp-proof .lp-delta { width: max-content; color: #6BC98F; background: rgba(107, 201, 143, 0.12); }

/* ============================== 14 MISSION ============================== */
.ed .lp-mission { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(36px, 6vw, 96px); align-items: center; }
.ed .lp-mission__copy { display: grid; gap: 1.4rem; }
.ed .lp-mission__copy .ed-mission__quote { font-size: clamp(1.15rem, 1.7vw, 1.4rem); color: var(--ink-2); }
.ed .lp-sdgs { display: flex; flex-wrap: wrap; gap: 8px; }
.ed .lp-sdgs span { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px 6px 6px; border-radius: 999px; background: var(--surface); border: 1px solid var(--rule); font-size: 0.82rem; color: var(--ink-2); }
.ed .lp-sdgs b { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: var(--sdg); color: #fff; font-family: var(--mono); font-size: 0.72rem; }
.ed .lp-mission__nums { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 0; }
.ed .lp-mission__nums > div:nth-child(3) { border-left: 0; padding-left: 0; }
.ed .lp-mission__nums > div:nth-child(n+3) { border-top: 1px solid var(--rule); }

/* ============================== Responsive ============================== */
@media (max-width: 1080px) {
  .ed .lp-channels { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-areas: "hub hub" "qr link" "nfc vcf"; }
  .ed .lp-hub { min-height: 240px; }
  .ed .lp-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ed .lp-proof__tile--xl { grid-row: auto; }
  .ed .lp-proof__tile--xl > strong { font-size: clamp(2.4rem, 7vw, 3.6rem); }
  .ed .lp-proof__tile--wide, .ed .lp-proof__tile--cta { grid-column: span 2; }
  .ed .lp-dash__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ed .lp-dash__main { grid-column: 1 / -1; }
  .ed .lp-dash__tile--saves { border-top: 1px solid var(--rule-2) !important; }
  .ed .lp-dash__grid > .lp-dash__tile:nth-child(3) { border-left: 1px solid var(--rule-2); }
  .ed .lp-dash__grid > .lp-dash__tile:nth-child(2), .ed .lp-dash__grid > .lp-dash__tile:nth-child(4) { border-left: 0; }
}

@media (max-width: 860px) {
  .ed .lp-demo__grid, .ed .lp-xchg, .ed .lp-gallery, .ed .lp-who__panel, .ed .lp-mission { grid-template-columns: minmax(0, 1fr); }
  .ed .lp-who__vis { min-height: 260px; }
  .ed .lp-who__panel { gap: 22px; }
}

@media (max-width: 640px) {
  .ed .lp-flow button { padding: 14px; }
  .ed .lp-phone { width: min(270px, 72vw); }
  .ed .lp-channels { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; margin: 0 calc(-1 * var(--gutter)); padding: 4px var(--gutter) 12px; scroll-padding: 0 var(--gutter); }
  .ed .lp-channels::-webkit-scrollbar { display: none; }
  .ed .lp-hub { display: none; }
  .ed .lp-ch { flex: 0 0 80%; scroll-snap-align: start; padding: 16px; }
  .ed .lp-ch:hover { transform: none; }
  .ed .lp-ch__vis { height: 124px; }

  .ed .lp-dash__grid { grid-template-columns: minmax(0, 1fr); }
  .ed .lp-dash__grid > * { border-left: 0 !important; border-top: 1px solid var(--rule-2) !important; padding: 18px; }
  .ed .lp-dash__main { border-top: 0 !important; }
  .ed .lp-bars { gap: 3px; height: 130px; }
  .ed .lp-bars b { display: none; }
  .ed .lp-dash__bar { flex-wrap: wrap; gap: 10px; }

  .ed .lp-xchg__vis { grid-template-columns: minmax(0, 1fr); gap: 10px; padding: 16px; }
  .ed .lp-xchg__wire { transform: rotate(90deg); height: 20px; }

  .ed .lp-swatches { grid-template-columns: minmax(0, 1fr); }
  .ed .lp-gallery__stage { padding: 22px 16px; }

  .ed .lp-who__tabs { width: auto; max-width: none; margin: 0 calc(-1 * var(--gutter)); border-radius: 0; border-left: 0; border-right: 0; padding: 6px var(--gutter); }
  .ed .lp-who__tabs button { height: 40px; padding: 0 14px; font-size: 0.86rem; }
  .ed .lp-who__card { width: 80%; }
  .ed .lp-float { height: 30px; font-size: 0.72rem; padding: 0 10px; }

  .ed .lp-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .ed .lp-proof__tile { min-height: 124px; padding: 16px; }
  .ed .lp-proof__tile--wide, .ed .lp-proof__tile--cta { grid-column: span 2; }

  .ed .lp-mission__nums { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ed .lp-mission__nums > div { padding: 18px 12px 16px; }
  .ed .lp-extras li { height: 34px; font-size: 0.82rem; }
}

@media (prefers-reduced-motion: reduce) {
  .ed .lp-hub__ring, .ed .lp-float, .ed .lp-qr__scan, .ed .lp-nfc__phone, .ed .lp-nfc i, .ed .lp-xchg__wire i,
  .ed .lp-xchg__feed li, .ed .lp-pc__save, .ed .lp-flow__bar { animation: none !important; }
  .ed .lp-bars span::before, .ed .lp-stack span, .ed .lp-rank__bar i { transform: none; transition: none; }
}

/* spans inside the shared ID-card need to stack like the h2/p they replace */
.ed .ed-idcard span.ed-idcard__name, .ed .ed-idcard span.ed-idcard__role { display: block; }
.ed .lp-pc__cover { border-bottom: 0; }

/* ============================== HERO: interactive product demo ============================== */
.ed .lp-hero-demo { position: relative; display: grid; justify-items: center; gap: 16px; margin: 0; padding-top: 8px; }
.ed .lp-hero-demo__glow { position: absolute; inset: 6% -8% 18%; border-radius: 48px; background: radial-gradient(55% 55% at 55% 40%, color-mix(in oklab, var(--accent) 26%, transparent), transparent 72%); pointer-events: none; }
.ed .lp-hero-demo .lp-phone { width: min(300px, 70vw); transform: rotate(2deg); z-index: 2; }
.ed .lp-hero-demo__card { position: absolute !important; width: min(320px, 72vw) !important; left: max(-4%, calc(50% - 330px)); top: 18%; z-index: 1; transform: rotate(-9deg); box-shadow: var(--lift-3); text-decoration: none; transition: transform 0.6s var(--ease); }
.ed .lp-hero-demo__card:hover { transform: rotate(-6deg) translateY(-6px); }
.ed .lp-hero-demo__qr { width: 46px; height: 46px; padding: 4px; border-radius: 8px; background: #fff; }
.ed .lp-hero-demo__qr img { width: 100%; height: 100%; image-rendering: pixelated; }
.ed .lp-hero-demo__steps { position: relative; z-index: 3; display: flex; gap: 6px; padding: 5px; border-radius: 999px; background: var(--surface); border: 1px solid var(--rule); box-shadow: var(--lift-2); }
.ed .lp-hero-demo__steps button { position: relative; overflow: hidden; display: inline-flex; align-items: center; gap: 7px; height: 38px; padding: 0 14px; border: 0; border-radius: 999px; background: none; color: var(--ink-2); font: inherit; font-size: 0.84rem; font-weight: 540; cursor: pointer; white-space: nowrap; }
.ed .lp-hero-demo__steps b { width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; font-family: var(--mono); font-size: 0.66rem; background: var(--paper-2); color: var(--ink-3); }
.ed .lp-hero-demo__steps button.is-on { background: var(--ink); color: var(--paper); }
.ed .lp-hero-demo__steps button.is-on b { background: var(--accent); color: #0D1729; }
.ed .lp-hero-demo__steps button i { position: absolute; left: 12px; right: 12px; bottom: 3px; height: 2px; border-radius: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; }
.ed .lp-hero-demo:has(.lp-phone.is-playing) .lp-hero-demo__steps button.is-on i { animation: lpFill 3.6s linear forwards; }
.ed .lp-hero-demo .lp-demo__label { z-index: 3; }

/* ============================== ANALYTICS: big live board ============================== */
.ed .lp-an__board { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr); gap: 14px; }
.ed .lp-an__kpis { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--rule); border-radius: 20px; overflow: hidden; background: rgba(255,255,255,0.03); }
.ed .lp-an__kpis > div { display: grid; gap: 6px; padding: 20px 22px; }
.ed .lp-an__kpis > div + div { border-left: 1px solid var(--rule); }
.ed .lp-an__kpis span, .ed .lp-an__label { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); }
.ed .lp-an__kpis strong { font-family: var(--serif); font-weight: 360; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1; color: var(--accent); }
.ed .lp-an__chart { display: grid; gap: 10px; padding: 20px 22px 16px; border-radius: 20px; border: 1px solid var(--rule); background: rgba(255,255,255,0.03); min-width: 0; }
.ed .lp-an__charthead { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.ed .lp-an__axis { font-size: 0.8rem; color: var(--ink-3); }
.ed .lp-an__svg { width: 100%; height: clamp(180px, 26vw, 300px); display: block; overflow: visible; }
.ed .lp-an__grid line { stroke: var(--rule); stroke-width: 1; vector-effect: non-scaling-stroke; stroke-dasharray: 4 6; }
.ed .lp-an__line { stroke: #D8B878; stroke-width: 2.5; vector-effect: non-scaling-stroke; stroke-linejoin: round; stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 2.2s var(--ease); }
.ed .lp-an__area { opacity: 0; transition: opacity 1.2s var(--ease) 0.8s; }
.ed [data-lp-dash].is-drawn .lp-an__line { stroke-dashoffset: 0; }
.ed [data-lp-dash].is-drawn .lp-an__area { opacity: 1; }
.ed .lp-an__xaxis { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 0.66rem; color: var(--ink-3); }
.ed .lp-an__side { display: grid; gap: 14px; align-content: start; min-width: 0; }
.ed .lp-an__tile { display: grid; gap: 12px; padding: 18px 20px; border-radius: 20px; border: 1px solid var(--rule); background: rgba(255,255,255,0.03); }
.ed .lp-an__tile .lp-rank__bar i { background: #D8B878; }
.ed .lp-an__donut { width: 116px; height: 116px; border-radius: 50%; background: conic-gradient(var(--g)); display: grid; place-items: center; justify-self: center; }
.ed .lp-an__donut > span { width: 76px; height: 76px; border-radius: 50%; background: #0D1729; display: grid; place-items: center; align-content: center; }
html[data-ed-theme="dark"] .ed .lp-an__donut > span { background: #060A11; }
.ed .lp-an__donut b { font-family: var(--serif); font-weight: 400; font-size: 1.3rem; color: var(--ink); line-height: 1; }
.ed .lp-an__donut small { font-size: 0.66rem; color: var(--ink-3); }
.ed .lp-an .lp-legend li, .ed .lp-an .lp-rank__k { color: var(--ink-2); }
.ed .lp-an .lp-legend b, .ed .lp-an .lp-rank b { color: var(--ink); }
.ed .lp-an .lp-rank__bar { background: rgba(255,255,255,0.08); }
.ed .lp-an__feed { grid-column: 1 / -1; display: grid; gap: 10px; padding: 18px 20px; border-radius: 20px; border: 1px solid var(--rule); background: rgba(255,255,255,0.03); }
.ed .lp-an__feed ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; }
.ed .lp-an__feed li { display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 10px 0; border-top: 1px solid var(--rule-2); }
.ed [data-lp-dash].is-drawn .lp-an__feed li { animation: lpPop 0.5s var(--ease) both; animation-delay: calc(var(--i) * 90ms + 0.6s); }
.ed .lp-an__ev { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: rgba(216,184,120,0.12); color: #D8B878; }
.ed .lp-an__ev svg { width: 16px; height: 16px; }
.ed .lp-an__ev--save { background: rgba(107,201,143,0.14); color: #6BC98F; }
.ed .lp-an__evtext { display: grid; min-width: 0; font-size: 0.9rem; color: var(--ink); }
.ed .lp-an__evtext small { font-size: 0.78rem; color: var(--ink-3); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ed .lp-an__feed time { font-family: var(--mono); font-size: 0.7rem; color: var(--ink-3); white-space: nowrap; }
.ed .lp-an .lp-note { color: var(--ink-3); }

/* ============================== LEAD PIPELINE ============================== */
.ed .lp-pipe { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; counter-reset: step; }
.ed .lp-pipe::before { content: ''; position: absolute; left: calc(12% - 16px); right: 12%; top: 92px; height: 2px; background: repeating-linear-gradient(90deg, var(--accent) 0 8px, transparent 8px 16px); opacity: 0.5; animation: lpFlow 1.2s linear infinite; will-change: transform; }
@keyframes lpFlow { from { transform: translateX(0); } to { transform: translateX(16px); } }
.ed .lp-pipe__step { position: relative; display: grid; gap: 10px; align-content: start; padding: 18px; border-radius: 20px; border: 1px solid var(--rule); background: var(--surface); }
.ed .lp-pipe__n { font-family: var(--mono); font-size: 0.7rem; color: var(--accent); }
.ed .lp-pipe__vis { height: 132px; border-radius: 14px; background: var(--paper-2); display: grid; place-items: center; overflow: hidden; }
.ed .lp-pipe__step h3 { font-size: 1.02rem; font-weight: 580; }
.ed .lp-pipe__step p { font-size: 0.88rem; color: var(--ink-3); line-height: 1.5; }
.ed .lp-qr--sm { width: 92px; height: 92px; }
.ed .lp-mini-form { width: 78%; display: grid; gap: 3px; padding: 10px 12px; border-radius: 12px; background: var(--surface); box-shadow: var(--lift-1); font-size: 0.72rem; }
.ed .lp-mini-form small { font-family: var(--mono); font-size: 0.56rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }
.ed .lp-mini-form b { font-weight: 520; color: var(--ink); margin-bottom: 3px; }
.ed .lp-mini-form > span { margin-top: 4px; text-align: center; padding: 6px; border-radius: 8px; background: #16243D; color: #F5F2EB; font-weight: 600; }
.ed .lp-mini-note { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 14px; background: var(--surface); box-shadow: var(--lift-2); animation: lpFloat 4s ease-in-out infinite; }
.ed .lp-mini-note > svg { width: 30px; height: 30px; padding: 7px; border-radius: 9px; background: #16243D; color: #D8B878; }
.ed .lp-mini-note b { display: block; font-size: 0.8rem; }
.ed .lp-mini-note small { font-size: 0.7rem; color: var(--ink-3); }
.ed .lp-mini-lead { display: grid; justify-items: center; gap: 8px; }
.ed .lp-mini-lead__av { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--tint); color: var(--accent); font-family: var(--serif); }
.ed .lp-mini-lead__acts { display: flex; gap: 6px; }
.ed .lp-mini-lead__acts svg { width: 30px; height: 30px; padding: 7px; border-radius: 50%; background: var(--surface); border: 1px solid var(--rule); color: var(--ink-2); }
.ed .lp-mini-lead__acts svg:first-child { color: #1C8B4E; }
.ed .lp-mini-lead__done { display: inline-flex; align-items: center; gap: 4px; font-size: 0.72rem; font-weight: 600; color: #2F7A4F; }
.ed .lp-mini-lead__done svg { width: 14px; height: 14px; }

/* ============================== TESTIMONIALS ============================== */
.ed .lp-quotes { columns: 3 300px; column-gap: 14px; margin-bottom: 18px; }
.ed .lp-quote { break-inside: avoid; margin: 0 0 14px; display: grid; gap: 14px; padding: 22px; border-radius: 20px; border: 1px solid var(--rule); background: rgba(255,255,255,0.04); }
.ed .lp-quote__mark { width: 26px; height: 26px; color: var(--accent); }
.ed .lp-quote blockquote { font-family: var(--serif); font-size: 1.12rem; line-height: 1.5; color: var(--ink); margin: 0; }
.ed .lp-quote figcaption { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 10px; align-items: center; }
.ed .lp-quote__av { width: 40px; height: 40px; border-radius: 50%; overflow: hidden; display: grid; place-items: center; background: rgba(216,184,120,0.15); color: var(--accent); font-family: var(--serif); }
.ed .lp-quote__av img { width: 100%; height: 100%; object-fit: cover; }
.ed .lp-quote__who { display: grid; min-width: 0; }
.ed .lp-quote__who strong { font-weight: 580; color: var(--ink); }
.ed .lp-quote__who small { font-size: 0.8rem; color: var(--ink-3); }
.ed .lp-quote__card { grid-column: 2; display: inline-flex; align-items: center; gap: 4px; font-size: 0.8rem; color: var(--accent); }
.ed .lp-quote__card svg { width: 13px; height: 13px; }
.ed .ed-fine--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

@media (max-width: 1080px) {
  .ed .lp-an__board { grid-template-columns: minmax(0, 1fr); }
  .ed .lp-an__side { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ed .lp-pipe { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ed .lp-pipe::before { display: none; }
}
@media (max-width: 860px) {
  .ed .lp-hero-demo { margin-top: 12px; }
  .ed .lp-hero-demo__card { left: 0; top: 10%; width: 60vw !important; }
}
@media (max-width: 640px) {
  .ed .lp-hero-demo .lp-phone { width: min(260px, 70vw); }
  .ed .lp-hero-demo__steps { max-width: 100%; overflow-x: auto; scrollbar-width: none; }
  .ed .lp-hero-demo__steps button { padding: 0 10px; font-size: 0.78rem; }
  .ed .lp-an__kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ed .lp-an__kpis > div:nth-child(3) { border-left: 0; }
  .ed .lp-an__kpis > div:nth-child(n+3) { border-top: 1px solid var(--rule); }
  .ed .lp-an__side { grid-template-columns: minmax(0, 1fr); }
  .ed .lp-an__feed ul { grid-template-columns: minmax(0, 1fr); }
  .ed .lp-pipe { grid-template-columns: minmax(0, 1fr); }
  .ed .lp-pipe__vis { height: 116px; }
  .ed .ed-fine--2 { grid-template-columns: minmax(0, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  .ed .lp-an__line { stroke-dashoffset: 0; transition: none; }
  .ed .lp-an__area { opacity: 1; transition: none; }
  .ed .lp-pipe::before, .ed .lp-mini-note { animation: none; }
}
.ed [data-lp-dash].is-drawn .lp-rank__bar i, .ed [data-lp-dash].is-drawn .lp-stack span { transform: none; }

/* ---------- Industries grid (links to /for/<segment>/) ---------- */
.lp-who__more { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-size: 0.92rem; }
.lp-who__more svg { width: 16px; height: 16px; }
.lp-ind { margin-top: clamp(40px, 6vw, 72px); }
.lp-ind__head { max-width: 640px; margin-bottom: 22px; }
.lp-ind__head .ed-h3 { margin: 10px 0 8px; }
.lp-ind__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.lp-ind__item { position: relative; display: grid; gap: 8px; align-content: start; padding: 22px 20px 20px; border: 1px solid var(--rule); border-radius: 18px; background: var(--paper); color: var(--ink); transition: border-color 0.2s, transform 0.3s var(--ease), box-shadow 0.3s; }
.lp-ind__item:hover { border-color: var(--ink); transform: translateY(-3px); box-shadow: var(--lift-2, 0 10px 30px rgba(0,0,0,.08)); }
.lp-ind__ico { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--tint); color: var(--accent); }
.lp-ind__ico svg { width: 22px; height: 22px; }
.lp-ind__item strong { font-family: var(--serif); font-weight: 400; font-size: 1.3rem; letter-spacing: -0.01em; }
.lp-ind__item > span:not(.lp-ind__ico) { font-size: 0.9rem; line-height: 1.5; color: var(--ink-2); }
.lp-ind__go { position: absolute; top: 20px; right: 18px; width: 18px; height: 18px; color: var(--ink-3); transition: color 0.2s, transform 0.3s var(--ease); }
.lp-ind__item:hover .lp-ind__go { color: var(--accent); transform: translate(2px, -2px); }
@media (max-width: 900px) { .lp-ind__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .lp-ind__grid { grid-template-columns: minmax(0, 1fr); } .lp-ind__item { padding: 18px 16px; } }
.lp-who__pilot { margin-top: 16px; justify-self: start; }
