/* wowpilot homepage (app/views/home/index.site.php) — loaded only on / via
   $extra_css, before theme-coral.css. Everything here is scoped to .wp so the
   site chrome (nav, footer) keeps the coral theme while the page itself runs
   on its own palette: warm white ground, charcoal surfaces, red as the
   action colour. No images — every product visual is CSS/SVG. */

.wp {
    --wp-red:      #e5484d;
    --wp-red-deep: #b8232c;
    --wp-red-soft: #fdeaea;
    --wp-ink:      #17110f;
    --wp-ink-2:    #241b1d;
    --wp-ink-3:    #362a2d;
    --wp-paper:    #fbf7f3;
    --wp-sand:     #f3ebe5;
    --wp-line:     #e9ddd5;
    --wp-text:     #1f1618;
    --wp-muted:    #6d5c5f;
    --wp-faint:    #9a8a8c;
    --wp-amber:    #f2b33d;
    --wp-green:    #1f9d5f;
    --wp-radius:   18px;
    --wp-shadow:   0 10px 30px rgba(60, 30, 34, 0.10), 0 2px 6px rgba(60, 30, 34, 0.05);
    --wp-shadow-lg:0 30px 60px rgba(60, 30, 34, 0.16), 0 8px 16px rgba(60, 30, 34, 0.06);
    color: var(--wp-text);
    background: var(--wp-paper);
    font-family: var(--font-sans);
    overflow-x: clip;
}
.wp h1, .wp h2, .wp h3 { font-family: var(--font-display, var(--font-sans)); color: inherit; letter-spacing: -0.025em; font-weight: 800; line-height: 1.06; margin: 0; }
.wp-display { font-family: var(--font-display, var(--font-sans)); }
.wp h2 { font-size: clamp(2rem, 4vw, 3.1rem); }
.wp h3 { font-size: clamp(1.4rem, 2.3vw, 1.9rem); letter-spacing: -0.02em; line-height: 1.12; }
.wp p  { margin: 0; }
.wp a  { color: var(--wp-red-deep); }
.wp-section { padding: clamp(64px, 9vw, 120px) 0; }
.wp-head { max-width: 760px; margin: 0 auto clamp(36px, 5vw, 64px); text-align: center; }
.wp-head h2 { margin-bottom: 16px; }
.wp-head p:not(.wp-kicker) { font-size: 18px; line-height: 1.55; color: var(--wp-muted); }
.wp-kicker { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 18px; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--wp-red-deep); }
.wp-kicker::before { content: ""; width: 22px; height: 3px; border-radius: 2px; background: var(--wp-red); }
.wp-lede { font-size: 19px; line-height: 1.6; color: var(--wp-muted); max-width: 50ch; margin: 0 0 28px; }
.wp-lede-sm { font-size: 17px; line-height: 1.6; color: var(--wp-muted); margin: 0 0 22px; }
.wp-muted { color: var(--wp-muted); font-size: 15.5px; line-height: 1.6; margin: 0 0 20px; }
.wp-note { font-size: 13px; color: var(--wp-faint); margin: 14px 0 0; }
.wp-note--light { color: rgba(255,255,255,0.55); }
.wp-consumer { margin: 26px 0 0; font-size: 14px; }
.wp .wp-consumer a { color: var(--wp-muted); text-decoration: none; border-bottom: 1px solid var(--wp-line); }
.wp .wp-consumer a:hover { color: var(--wp-red-deep); border-color: currentColor; }
.wp-link { font-weight: 700; text-decoration: none; }
.wp-link:hover { text-decoration: underline; }
.wp-center { text-align: center; margin-top: 40px; }
.wp .wp-h2-sm { font-size: clamp(1.5rem, 2.4vw, 2rem); margin-bottom: 12px; }
.wp-illustrative { margin: 12px 0 0; font-size: 11.5px; color: var(--wp-faint); text-align: right; }
.wp-illustrative--light { color: rgba(255,255,255,0.45); }
.wp-hint { font-size: 12.5px; color: var(--wp-faint); margin-top: 6px; }
.wp-empty { text-align: center; color: var(--wp-muted); }

/* buttons — own classes so the coral .btn pill styling never applies */
.wp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border-radius: 12px; font-weight: 800; font-size: 15px; text-decoration: none; border: 1.5px solid transparent; transition: transform .15s, box-shadow .15s, background .15s; white-space: nowrap; }
.wp-btn--lg { padding: 16px 28px; font-size: 16px; }
.wp .wp-btn--red { background: var(--wp-red); color: #fff; box-shadow: 0 10px 24px rgba(229, 72, 77, 0.30); }
.wp .wp-btn--red:hover { background: var(--wp-red-deep); transform: translateY(-1px); box-shadow: 0 14px 28px rgba(229, 72, 77, 0.34); }
.wp .wp-btn--ghost { background: #fff; color: var(--wp-ink); border-color: var(--wp-line); }
.wp .wp-btn--ghost:hover { border-color: var(--wp-ink); }
.wp .wp-btn--white { background: #fff; color: var(--wp-ink); }
.wp .wp-btn--white:hover { background: var(--wp-sand); }
.wp .wp-btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }
.wp .wp-btn--outline-light:hover { background: rgba(255,255,255,0.08); border-color: #fff; }
.wp .wp-btn:focus-visible, .wp button:focus-visible, .wp a:focus-visible, .wp summary:focus-visible { outline: 3px solid var(--wp-amber); outline-offset: 3px; }
.wp-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.wp-ctas--center { justify-content: center; }
.wp-tag { display: inline-flex; align-items: center; gap: 6px; padding: 5px 11px; border-radius: 999px; background: var(--wp-red-soft); color: var(--wp-red-deep); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 16px; }
.wp-checks { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 10px; }
.wp-checks li { position: relative; padding-left: 28px; font-size: 15px; line-height: 1.45; }
.wp-checks li::before { content: ""; position: absolute; left: 0; top: 2px; width: 17px; height: 17px; border-radius: 50%; background: var(--wp-red); box-shadow: inset 0 0 0 4px #fff, 0 0 0 1.5px var(--wp-red); }
.wp-checks--light li { color: rgba(255,255,255,0.86); }
.wp-checks--light li::before { box-shadow: inset 0 0 0 4px var(--wp-ink-2), 0 0 0 1.5px var(--wp-red); }
.wp-avatar { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--wp-sand); color: var(--wp-ink); font-weight: 800; font-size: 12px; flex-shrink: 0; }

/* reveal */
.wp-reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.wp-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    .wp-reveal { opacity: 1; transform: none; transition: none; }
    .wp-card, .wp-loop-dash, .wp-route-line { animation: none !important; }
}

/* ---------- 1 hero ---------- */
.wp-hero { padding: clamp(48px, 7vw, 96px) 0 clamp(40px, 6vw, 72px); background: radial-gradient(800px 420px at 100% 0%, #fde3e4 0%, transparent 60%), var(--wp-paper); }
.wp-hero-grid { display: grid; grid-template-columns: minmax(0, 11fr) minmax(0, 13fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.wp-hero h1 { font-size: clamp(2.4rem, 4.6vw, 3.7rem); font-weight: 900; margin: 0 0 22px; }
.wp-hero h1::after { content: ""; display: block; width: 72px; height: 5px; margin-top: 20px; border-radius: 3px; background: var(--wp-red); }
.wp-board { position: relative; aspect-ratio: 600 / 420; }
.wp-route { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.wp-route-shadow { fill: none; stroke: #fff; stroke-width: 10; stroke-linecap: round; }
.wp-route-line { fill: none; stroke: var(--wp-red); stroke-width: 2.5; stroke-dasharray: 8 9; stroke-linecap: round; animation: wp-dash 40s linear infinite; }
@keyframes wp-dash { to { stroke-dashoffset: -1000; } }
.wp-journey { list-style: none; margin: 0; padding: 0; }
.wp-stop { position: absolute; width: 124px; transform: translate(-50%, -25px); text-align: center; }
.wp-stop.is-wow { transform: translate(-50%, -31px); }
.wp-stop--1 { left: 8.3%; top: 78.6%; }
.wp-stop--2 { left: 29.2%; top: 38%; }
.wp-stop--3 { left: 50%; top: 62%; }
.wp-stop--4 { left: 70.8%; top: 31%; }
.wp-stop--5 { left: 91.7%; top: 50%; }
.wp-stop-ico { display: grid; place-items: center; width: 50px; height: 50px; margin: 0 auto 8px; border-radius: 50%; background: #fff; border: 2px solid var(--wp-ink); color: var(--wp-ink); box-shadow: var(--wp-shadow); }
.wp-stop.is-wow .wp-stop-ico { background: var(--wp-red); border-color: var(--wp-red); color: #fff; width: 62px; height: 62px; box-shadow: 0 0 0 8px var(--wp-red-soft), var(--wp-shadow); }
.wp-stop b { display: block; font-size: 13px; line-height: 1.2; }
.wp-stop small { display: block; font-size: 11.5px; color: var(--wp-muted); line-height: 1.3; margin-top: 2px; }
.wp-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 10px 14px 10px 10px; background: #fff; border: 1px solid var(--wp-line); border-radius: 14px; box-shadow: var(--wp-shadow); font-size: 12px; white-space: nowrap; animation: wp-float 7s ease-in-out infinite; }
.wp-card b { display: block; font-size: 12.5px; color: var(--wp-ink); }
.wp-card span { color: var(--wp-muted); font-size: 11px; }
.wp-card-ico { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: var(--wp-sand); color: var(--wp-ink); flex-shrink: 0; }
.wp-card-ico.is-red { background: var(--wp-red); color: #fff; }
.wp-card--a { left: 2%; top: 10%; }
.wp-card--b { left: 30%; top: 0; animation-delay: -2s; }
.wp-card--c { left: 22%; bottom: 0; animation-delay: -4s; }
.wp-card--d { right: 1%; bottom: 3%; animation-delay: -1s; }
.wp-score { position: absolute; right: 2%; top: 3%; display: grid; grid-template-columns: auto auto; column-gap: 8px; align-items: center; padding: 8px 12px; background: var(--wp-ink); color: #fff; border-radius: 12px; box-shadow: var(--wp-shadow); }
.wp-score b { font-family: var(--font-display, var(--font-sans)); font-size: 18px; grid-row: span 2; }
.wp-score i { font-style: normal; color: var(--wp-amber); font-size: 11px; letter-spacing: 1px; }
.wp-score span { font-size: 10.5px; color: rgba(255,255,255,0.65); }
@keyframes wp-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

/* ---------- 2 why ---------- */
.wp-why { background: #fff; border-top: 1px solid var(--wp-line); border-bottom: 1px solid var(--wp-line); }
.wp-why-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); align-items: center; }
.wp-why-copy h2 { margin-bottom: 16px; }
.wp-turn { font-size: 20px; font-weight: 800; color: var(--wp-ink); margin: 0 0 14px; padding-left: 16px; border-left: 4px solid var(--wp-red); }
.wp-missed { list-style: none; margin: 0; padding: 0; position: relative; display: grid; gap: 10px; }
.wp-missed::before { content: ""; position: absolute; left: 27px; top: 40px; bottom: 30px; border-left: 2px dashed var(--wp-line); }
.wp-missed li { position: relative; display: flex; align-items: center; gap: 14px; padding: 14px 18px; border-radius: 14px; background: var(--wp-paper); border: 1px solid var(--wp-line); }
.wp-missed-happy { background: #fff !important; border-color: var(--wp-ink) !important; box-shadow: var(--wp-shadow); }
.wp-missed small { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; color: var(--wp-faint); }
.wp-missed b { font-size: 15.5px; }
.wp-missed-item { margin-left: 26px; }
.wp-missed-item small { color: var(--wp-red-deep); }
.wp-missed-item b { color: var(--wp-muted); font-weight: 600; }
.wp-missed-x { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--wp-red-soft); color: var(--wp-red-deep); font-weight: 900; font-size: 16px; flex-shrink: 0; }

/* ---------- 3 loop ---------- */
.wp-loop-section { background: var(--wp-paper); }
.wp-loop { position: relative; width: min(100%, 720px); aspect-ratio: 1; margin: 0 auto; }
.wp-loop-ring { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.wp-loop-track { fill: none; stroke: var(--wp-line); stroke-width: 0.6; }
.wp-loop-dash { fill: none; stroke: var(--wp-red); stroke-width: 0.6; stroke-dasharray: 1.2 1.4; animation: wp-dash 90s linear infinite; }
.wp-loop-arrow { fill: none; stroke: var(--wp-red); stroke-width: 0.55; stroke-linecap: round; stroke-linejoin: round; }
.wp-loop-hub { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: grid; place-items: center; width: 132px; height: 132px; border-radius: 50%; background: var(--wp-ink); color: #fff; box-shadow: var(--wp-shadow-lg); text-align: center; }
.wp-loop-hub span { color: var(--wp-amber); }
.wp-loop-hub b { font-family: var(--font-display, var(--font-sans)); font-size: 26px; font-weight: 900; letter-spacing: -0.02em; }
.wp-loop-steps { list-style: none; margin: 0; padding: 0; }
/* each step is anchored so its number sits ON the ring (r = 36%) and the text points outward */
.wp-loop-step { position: absolute; display: flex; align-items: center; gap: 12px; width: 230px; }
.wp-loop-step--1 { left: 50%; top: 14%; flex-direction: column-reverse; text-align: center; transform: translate(-50%, calc(-100% + 20px)); width: 200px; }
.wp-loop-step--4 { left: 50%; top: 86%; flex-direction: column; text-align: center; transform: translate(-50%, -20px); width: 200px; }
.wp-loop-step--2 { left: 81.2%; top: 32%; transform: translate(-20px, -50%); text-align: left; }
.wp-loop-step--3 { left: 81.2%; top: 68%; transform: translate(-20px, -50%); text-align: left; }
.wp-loop-step--5 { left: 18.8%; top: 68%; flex-direction: row-reverse; transform: translate(calc(-100% + 20px), -50%); text-align: right; }
.wp-loop-step--6 { left: 18.8%; top: 32%; flex-direction: row-reverse; transform: translate(calc(-100% + 20px), -50%); text-align: right; }
.wp-loop-n { display: grid; place-items: center; flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; background: #fff; border: 2px solid var(--wp-red); color: var(--wp-red-deep); font-weight: 900; font-size: 15px; box-shadow: 0 0 0 6px var(--wp-paper); }
.wp-loop-step--1 .wp-loop-n, .wp-loop-step--4 .wp-loop-n { margin: 0 auto; }
.wp-loop-step b { display: block; font-size: 17px; letter-spacing: -0.01em; }
.wp-loop-step p { font-size: 13px; line-height: 1.4; color: var(--wp-muted); margin-top: 3px; }
.wp-loop-step > div { min-width: 0; }
.wp-loop-back { display: none; }

/* ---------- 4 moments ---------- */
.wp-moments { background: #fff; }
.wp-moment { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(28px, 5vw, 80px); align-items: center; padding: clamp(28px, 4vw, 56px) 0; }
.wp-moment + .wp-moment { border-top: 1px solid var(--wp-line); }
.wp-moment--flip .wp-moment-copy { order: 2; } .wp-moment--flip .wp-moment-visual { order: 1; }
.wp-moment-copy, .wp-moment-visual { min-width: 0; }
.wp-moment-copy h3 { margin-bottom: 14px; }
.wp-moment-copy p { font-size: 16.5px; line-height: 1.6; color: var(--wp-muted); }
.wp-ui { background: #fff; border: 1px solid var(--wp-line); border-radius: var(--wp-radius); box-shadow: var(--wp-shadow-lg); overflow: hidden; font-size: 13px; }
.wp-ui-bar { display: flex; align-items: center; gap: 6px; padding: 10px 14px; background: var(--wp-sand); border-bottom: 1px solid var(--wp-line); }
.wp-ui-bar span { width: 9px; height: 9px; border-radius: 50%; background: #dccdc4; }
.wp-ui-bar span:first-child { background: var(--wp-red); }
.wp-ui-bar i { margin-left: 8px; font-style: normal; font-weight: 700; font-size: 12px; color: var(--wp-muted); }
.wp-ui-body { padding: 16px; display: grid; gap: 12px; }
.wp-ui-body > * { min-width: 0; }
.wp-timeline { display: grid; gap: 0; }
.wp-tl { position: relative; display: grid; grid-template-columns: 52px 1fr; column-gap: 12px; padding: 10px 0 10px 0; }
.wp-tl + .wp-tl { border-top: 1px dashed var(--wp-line); }
.wp-tl span { font-size: 11px; font-weight: 800; color: var(--wp-faint); padding-top: 2px; }
.wp-tl b { display: block; font-size: 13px; }
.wp-tl small { display: block; grid-column: 2; color: var(--wp-muted); font-size: 11.5px; margin-top: 2px; }
.wp-tl.is-auto b::after { content: "auto"; margin-left: 8px; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--wp-red-deep); background: var(--wp-red-soft); padding: 2px 6px; border-radius: 999px; vertical-align: middle; }
.wp-tl.is-done b { color: var(--wp-green); }
.wp-ui-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.wp-ui-chips b { display: inline-flex; align-items: center; gap: 4px; padding: 4px 10px; border-radius: 999px; background: var(--wp-sand); font-size: 11.5px; font-weight: 700; }
.wp-stars-pick { display: flex; align-items: center; gap: 4px; font-size: 26px; color: var(--wp-line); }
.wp-stars-pick i { font-style: normal; } .wp-stars-pick i.on { color: var(--wp-amber); }
.wp-stars-pick span { margin-left: 10px; font-size: 13px; font-weight: 800; color: var(--wp-red-deep); }
.wp-field { display: grid; gap: 3px; padding: 10px 12px; border: 1px solid var(--wp-line); border-radius: 10px; background: var(--wp-paper); }
.wp-field span { font-size: 10.5px; text-transform: uppercase; letter-spacing: .06em; color: var(--wp-faint); font-weight: 800; }
.wp-field b { font-weight: 500; font-size: 13px; line-height: 1.45; }
.wp-media-row { display: flex; align-items: center; gap: 8px; }
.wp-thumb { width: 44px; height: 44px; border-radius: 8px; display: grid; place-items: center; }
.wp-thumb--1 { background: linear-gradient(135deg, #e8d3c6, #f7ece4); }
.wp-thumb--2 { background: linear-gradient(135deg, #d6c9d9, #efe8f1); }
.wp-thumb--add { border: 1.5px dashed var(--wp-line); color: var(--wp-faint); }
.wp-media-row small { color: var(--wp-muted); font-size: 11.5px; margin-left: 4px; }
.wp-ui-foot { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; }
.wp-verified { display: inline-flex; align-items: center; gap: 5px; font-size: 11.5px; font-weight: 800; color: var(--wp-green); }
.wp-mini-btn { display: inline-block; background: var(--wp-red); color: #fff; padding: 8px 14px; border-radius: 9px; font-size: 12.5px; font-weight: 800; }
.wp-amplify { position: relative; display: grid; gap: 12px; padding: 8px 0; }
.wp-sharecard { background: var(--wp-ink); color: #fff; border-radius: 16px; padding: 20px 22px; box-shadow: var(--wp-shadow-lg); max-width: 420px; }
.wp-sharecard-top { display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: rgba(255,255,255,0.6); margin-bottom: 10px; }
.wp-sharecard-top i { font-style: normal; color: var(--wp-amber); letter-spacing: 2px; font-size: 14px; }
.wp-sharecard b { display: block; font-family: var(--font-display, var(--font-sans)); font-size: 17px; margin-bottom: 6px; }
.wp-sharecard p { font-size: 13px; color: rgba(255,255,255,0.8); line-height: 1.5; }
.wp-sharecard small { display: block; margin-top: 12px; font-size: 11px; color: rgba(255,255,255,0.55); }
.wp-badge-demo { display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px 8px 8px; background: #fff; border: 1px solid var(--wp-line); border-radius: 999px; box-shadow: var(--wp-shadow); width: max-content; margin-left: 40px; }
.wp-badge-star { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--wp-red); color: #fff; font-size: 16px; }
.wp-badge-demo b { display: block; font-size: 14px; } .wp-badge-demo span { font-size: 11px; color: var(--wp-muted); }
.wp-embed-demo { display: flex; align-items: center; gap: 12px; width: max-content; max-width: 100%; padding: 8px 8px 8px 14px; border-radius: 10px; background: var(--wp-sand); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11.5px; color: var(--wp-muted); margin-left: 120px; }
.wp-embed-demo b { font-family: var(--font-sans); background: var(--wp-ink); color: #fff; padding: 4px 10px; border-radius: 7px; font-size: 11.5px; }
.wp-shared-demo { display: inline-flex; align-items: center; gap: 8px; width: max-content; padding: 8px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--wp-line); font-size: 12.5px; font-weight: 700; color: var(--wp-ink); box-shadow: var(--wp-shadow); margin-left: 12px; }
.wp-shared-demo svg { color: var(--wp-red); }
.wp-ui--dark { background: var(--wp-ink); color: #fff; border-color: var(--wp-ink-3); }
.wp-ui--dark .wp-ui-bar { background: var(--wp-ink-2); border-color: var(--wp-ink-3); }
.wp-ui--dark .wp-ui-bar span { background: #4a3b3e; } .wp-ui--dark .wp-ui-bar span:first-child { background: var(--wp-red); }
.wp-ui--dark .wp-ui-bar i { color: rgba(255,255,255,0.65); }
.wp-inbox-row { display: flex; align-items: center; gap: 12px; padding: 12px 12px; border-radius: 12px; background: var(--wp-ink-2); border: 1px solid var(--wp-ink-3); }
.wp-inbox-row i { font-style: normal; color: var(--wp-amber); letter-spacing: 1px; font-size: 12px; flex-shrink: 0; }
.wp-inbox-row > div { flex: 1; min-width: 0; }
.wp-inbox-row b { display: block; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wp-inbox-row small { display: block; font-size: 11px; color: rgba(255,255,255,0.55); margin-top: 2px; }
.wp-inbox-row em { font-style: normal; font-size: 11.5px; font-weight: 800; padding: 6px 12px; border-radius: 999px; background: #fff; color: var(--wp-ink); }
.wp-inbox-row.is-alert { border-color: var(--wp-red); box-shadow: inset 4px 0 0 var(--wp-red); }
.wp-inbox-row.is-alert em { background: var(--wp-red); color: #fff; }
.wp-inbox-row.is-done { opacity: .75; } .wp-inbox-row.is-done em { background: transparent; color: rgba(255,255,255,0.6); border: 1px solid var(--wp-ink-3); }
.wp-inbox-tabs { display: flex; gap: 6px; flex-wrap: wrap; font-size: 11.5px; }
.wp-inbox-tabs b, .wp-inbox-tabs span { padding: 4px 10px; border-radius: 999px; background: var(--wp-ink-2); color: rgba(255,255,255,0.7); font-weight: 700; }
.wp-inbox-tabs b { background: #fff; color: var(--wp-ink); }

/* ---------- 5 feedback → action ---------- */
.wp-action { background: var(--wp-sand); }
.wp-action-grid { display: grid; grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr); gap: 0 12px; align-items: start; max-width: 1040px; margin: 0 auto; }
.wp-action-col { display: grid; gap: 10px; }
.wp-action-col h3 { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--wp-faint); margin: 0 0 6px; font-weight: 800; }
.wp-say { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-items: center; text-align: left; padding: 14px 16px; min-height: 84px; background: #fff; border: 1.5px solid transparent; border-radius: 14px; font: inherit; cursor: pointer; transition: border-color .15s, transform .15s, box-shadow .15s; }
.wp-say .wp-avatar { grid-row: span 2; }
.wp-say-q { font-size: 15.5px; font-weight: 600; color: var(--wp-ink); }
.wp-say-stars { font-style: normal; color: var(--wp-amber); font-size: 12px; letter-spacing: 1px; }
.wp-say:hover, .wp-say.is-hot { border-color: var(--wp-red); box-shadow: var(--wp-shadow); transform: translateX(4px); }
.wp-avatar--1 { background: #e6d9cf; } .wp-avatar--2 { background: #f6d4d6; } .wp-avatar--3 { background: #d9dfe8; } .wp-avatar--4 { background: #ded9ea; }
.wp-action-arrows { display: grid; gap: 10px; padding-top: 32px; }
.wp-action-arrows svg { width: 72px; height: 84px; }
.wp-action-arrows path { fill: none; stroke: var(--wp-line); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: stroke .15s; }
.wp-action-arrows svg.is-hot path { stroke: var(--wp-red); }
.wp-do { display: flex; align-items: center; gap: 14px; min-height: 84px; padding: 14px 16px; border-radius: 14px; background: rgba(255,255,255,0.5); border: 1.5px solid transparent; transition: box-shadow .15s; }
.wp-do b { display: block; font-size: 15.5px; } .wp-do span { font-size: 13px; color: var(--wp-muted); line-height: 1.4; }
.wp-do-ico { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: #fff; color: var(--wp-ink); flex-shrink: 0; }
.wp-do.is-hot { background: var(--wp-ink); color: #fff; border-color: var(--wp-ink); box-shadow: var(--wp-shadow-lg); }
.wp-do.is-hot span { color: rgba(255,255,255,0.7); }
.wp-do.is-hot .wp-do-ico { background: var(--wp-red); color: #fff; }

/* ---------- 6 control center ---------- */
.wp-cc { background: var(--wp-ink); color: #fff; }
.wp-cc .wp-kicker { color: #ff8a8e; } .wp-cc .wp-kicker::before { background: #ff8a8e; }
.wp-cc-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.wp-cc-copy h2 { margin-bottom: 16px; color: #fff; }
.wp-cc-copy .wp-lede-sm { color: rgba(255,255,255,0.72); }
.wp-cc-copy .wp-btn { margin-top: 28px; }
.wp-cc-copy, .wp-cc-visual, .wp-sit-copy, .wp-ind, .wp-int-grid > div, .wp-why-copy, .wp-missed { min-width: 0; }
.wp-panel { background: var(--wp-ink-2); border: 1px solid var(--wp-ink-3); border-radius: var(--wp-radius); box-shadow: 0 40px 80px rgba(0,0,0,0.35); padding: 18px; display: grid; gap: 14px; font-size: 12.5px; }
.wp-panel-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.wp-panel-head small { display: block; font-size: 11px; color: rgba(255,255,255,0.5); }
.wp-panel-head b { font-size: 16px; }
.wp-panel-status { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 999px; background: var(--wp-ink-3); font-size: 11.5px; font-weight: 700; }
.wp-panel-status i { width: 8px; height: 8px; border-radius: 50%; background: var(--wp-red); box-shadow: 0 0 0 4px rgba(229,72,77,0.25); }
.wp-panel-kpis { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 10px; }
.wp-kpi { background: var(--wp-ink); border: 1px solid var(--wp-ink-3); border-radius: 12px; padding: 12px; display: grid; gap: 3px; min-width: 0; }
.wp-kpi span { font-size: 10.5px; text-transform: uppercase; letter-spacing: .06em; color: rgba(255,255,255,0.5); font-weight: 800; }
.wp-kpi b { font-family: var(--font-display, var(--font-sans)); font-size: 22px; font-weight: 700; line-height: 1.1; } .wp-kpi b i { font-style: normal; color: var(--wp-amber); font-size: 14px; }
.wp-kpi small { font-size: 11px; color: rgba(255,255,255,0.55); } .wp-kpi small.up { color: #4fd18a; font-weight: 700; }
.wp-kpi--hero b { font-size: 30px; }
.wp-kpi--alert { border-color: var(--wp-red); } .wp-kpi--alert b { color: #ff8a8e; }
.wp-panel-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.wp-panel-box { background: var(--wp-ink); border: 1px solid var(--wp-ink-3); border-radius: 12px; padding: 12px; min-width: 0; }
.wp-panel-title { display: flex; justify-content: space-between; align-items: center; font-weight: 800; font-size: 12px; margin-bottom: 10px; }
.wp-panel-title em { font-style: normal; font-weight: 700; font-size: 10.5px; color: rgba(255,255,255,0.5); padding: 2px 8px; border-radius: 999px; background: var(--wp-ink-3); }
.wp-bars { display: flex; align-items: flex-end; gap: 5px; height: 104px; }
.wp-bars i { flex: 1; display: block; min-height: 6px; border-radius: 4px 4px 2px 2px; background: linear-gradient(180deg, #ff8a8e, var(--wp-red)); }
.wp-sent { display: flex; height: 8px; border-radius: 999px; overflow: hidden; }
.wp-sent i { display: block; } .wp-sent i:nth-child(1) { background: #4fd18a; } .wp-sent i:nth-child(2) { background: var(--wp-amber); } .wp-sent i:nth-child(3) { background: var(--wp-red); }
.wp-sent-legend { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 8px; font-size: 11px; color: rgba(255,255,255,0.6); }
.wp-bench { display: grid; gap: 6px; }
.wp-bench div { display: grid; grid-template-columns: 64px 1fr 30px; align-items: center; gap: 8px; font-size: 11.5px; }
.wp-bench span { color: rgba(255,255,255,0.7); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wp-bench i { display: block; height: 7px; border-radius: 999px; background: var(--wp-ink-3); }
.wp-bench div:first-child i { background: var(--wp-red); }
.wp-panel-summary { padding: 12px 14px; border-radius: 12px; background: var(--wp-ink); border: 1px solid var(--wp-ink-3); line-height: 1.5; color: rgba(255,255,255,0.85); }
.wp-panel-summary span { display: block; font-size: 10.5px; text-transform: uppercase; letter-spacing: .06em; color: #ff8a8e; font-weight: 800; margin-bottom: 4px; }

/* ---------- 7 autopilot ---------- */
.wp-auto { background: var(--wp-paper); }
.wp-auto-legend { display: flex; justify-content: center; gap: 22px; margin: -20px 0 28px; font-size: 13px; font-weight: 700; color: var(--wp-muted); }
.wp-auto-legend span { display: inline-flex; align-items: center; gap: 8px; }
.wp-auto-legend i { width: 12px; height: 12px; border-radius: 50%; background: var(--wp-red); }
.wp-auto-legend .is-you i { background: var(--wp-ink); }
.wp-auto-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; position: relative; }
.wp-auto-steps::before { content: ""; position: absolute; left: 4%; right: 4%; top: 22px; border-top: 2px dashed var(--wp-line); }
.wp-auto-step { position: relative; background: #fff; border: 1px solid var(--wp-line); border-radius: 14px; padding: 46px 12px 14px; min-width: 0; }
.wp-auto-n { position: absolute; left: 50%; top: 8px; transform: translateX(-50%); display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--wp-red); color: #fff; font-weight: 900; font-size: 12px; box-shadow: 0 0 0 5px #fff; }
.wp-auto-step.is-you .wp-auto-n { background: var(--wp-ink); }
.wp-auto-step.is-you { border-color: var(--wp-ink); }
.wp-auto-step b { display: block; font-size: 13.5px; line-height: 1.2; margin-bottom: 5px; }
.wp-auto-step p { font-size: 12px; line-height: 1.4; color: var(--wp-muted); }
.wp-auto-foot { text-align: center; font-size: 13px; color: var(--wp-muted); margin-top: 26px; }

/* ---------- 8 recovery ---------- */
.wp-rec { background: #fff; border-top: 1px solid var(--wp-line); }
.wp-rec-thread { list-style: none; margin: 0 auto; padding: 0; max-width: 680px; display: grid; gap: 12px; }
.wp-rec-msg { position: relative; max-width: 78%; padding: 14px 18px; border-radius: 18px; background: var(--wp-sand); }
.wp-rec-msg.is-customer { border-bottom-left-radius: 4px; }
.wp-rec-msg.is-you { margin-left: auto; background: var(--wp-ink); color: #fff; border-bottom-right-radius: 4px; }
.wp-rec-msg.is-bot { margin-left: auto; background: var(--wp-red-soft); color: var(--wp-red-deep); border: 1px solid #f7c9cb; border-bottom-right-radius: 4px; }
.wp-rec-msg.is-result { max-width: 100%; text-align: center; background: transparent; border: 1.5px dashed var(--wp-line); }
.wp-rec-who { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; opacity: .7; margin-bottom: 4px; }
.wp-rec-msg p { font-size: 16px; line-height: 1.45; }
.wp-rec-stars { display: block; margin-top: 8px; font-style: normal; font-size: 14px; color: var(--wp-faint); letter-spacing: 1px; }
.wp-rec-stars .on { color: var(--wp-amber); }
.wp-rec-note { max-width: 680px; margin: 22px auto 0; text-align: center; font-size: 13px; color: var(--wp-muted); }

/* ---------- 9 advocacy ---------- */
.wp-adv { background: var(--wp-paper); }
.wp-adv-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: auto; gap: 16px; }
.wp-quote { margin: 0; background: #fff; border: 1px solid var(--wp-line); border-radius: var(--wp-radius); padding: 22px; display: grid; gap: 10px; align-content: start; }
.wp-quote--lead { grid-row: span 2; background: var(--wp-ink); color: #fff; border-color: var(--wp-ink); padding: 32px; box-shadow: var(--wp-shadow-lg); }
.wp-quote-stars { font-style: normal; color: var(--wp-amber); letter-spacing: 2px; font-size: 14px; }
.wp-quote b { font-size: 17px; letter-spacing: -0.01em; } .wp-quote--lead b { font-family: var(--font-display, var(--font-sans)); font-size: 26px; line-height: 1.15; letter-spacing: -0.02em; }
.wp-quote p { font-size: 14.5px; line-height: 1.55; color: var(--wp-muted); } .wp-quote--lead p { color: rgba(255,255,255,0.78); font-size: 16px; }
.wp-quote footer { display: flex; align-items: center; gap: 10px; font-size: 13px; margin-top: 4px; }
.wp-quote footer em { font-style: normal; color: var(--wp-faint); } .wp-quote--lead footer em { color: rgba(255,255,255,0.5); }
.wp-quote footer a { font-weight: 700; } .wp .wp-quote--lead footer a { color: #fff; } .wp-quote--lead .wp-avatar { background: var(--wp-red); color: #fff; }
.wp .wp-quote--lead .wp-link { color: #ff8a8e; margin-top: 8px; }
.wp-assets { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 8px; }
.wp-asset { background: #fff; border: 1px solid var(--wp-line); border-radius: var(--wp-radius); padding: 20px; }
.wp-asset-ico { display: inline-grid; place-items: center; height: 44px; min-width: 44px; padding: 0 10px; border-radius: 12px; background: var(--wp-ink); color: #fff; font-weight: 800; margin-bottom: 14px; }
.wp-asset-badge { display: block; height: 44px; width: auto; max-width: 100%; margin-bottom: 14px; }
.wp-asset b { display: block; font-size: 16px; margin-bottom: 4px; } .wp-asset p { font-size: 14px; color: var(--wp-muted); line-height: 1.5; }

/* ---------- 10/11 situations + industries ---------- */
.wp-sit { background: #fff; border-top: 1px solid var(--wp-line); }
.wp-sit-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.wp-sit-copy h2 { margin-bottom: 24px; }
.wp-route-list { list-style: none; margin: 0; padding: 0 0 0 30px; position: relative; display: grid; gap: 18px; }
.wp-route-list::before { content: ""; position: absolute; left: 7px; top: 8px; bottom: 8px; border-left: 2px dashed var(--wp-red); opacity: .5; }
.wp-route-list li { position: relative; }
.wp-route-list li::before { content: ""; position: absolute; left: -30px; top: 6px; width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 2px solid var(--wp-red); box-shadow: 0 0 0 4px #fff; }
.wp-route-list li:last-child::before { background: var(--wp-red); }
.wp-route-list b { display: block; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--wp-red-deep); margin-bottom: 4px; }
.wp-route-list p { font-size: 16px; line-height: 1.5; }
.wp-ind h3 { margin-bottom: 8px; }
.wp-ind-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.wp .wp-ind-card { display: grid; gap: 4px; padding: 16px 18px; border-radius: 14px; background: var(--wp-paper); border: 1px solid var(--wp-line); text-decoration: none; color: inherit; transition: transform .15s, box-shadow .15s, border-color .15s; }
.wp-ind-card:hover { transform: translateY(-2px); box-shadow: var(--wp-shadow); border-color: var(--wp-red); }
.wp-ind-card b { font-size: 15px; } .wp-ind-card span { font-size: 13px; color: var(--wp-muted); line-height: 1.45; } .wp-ind-card small { font-size: 12px; font-weight: 700; color: var(--wp-red-deep); margin-top: 4px; }

/* ---------- 12 results ---------- */
.wp-res { background: var(--wp-paper); }
.wp-metrics { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.wp-metrics li { text-align: center; padding: 26px 12px; background: #fff; border: 1px solid var(--wp-line); border-radius: var(--wp-radius); }
.wp-metrics b { display: block; font-family: var(--font-display, var(--font-sans)); font-size: clamp(2rem, 3.4vw, 2.8rem); font-weight: 800; letter-spacing: -0.03em; color: var(--wp-red-deep); line-height: 1; }
.wp-metrics b i { font-style: normal; color: var(--wp-amber); font-size: .6em; margin-left: 2px; }
.wp-metrics span { display: block; margin-top: 8px; font-size: 13px; color: var(--wp-muted); }
.wp-res-real { text-align: center; margin-top: 22px; font-size: 14px; font-weight: 700; color: var(--wp-ink); }

/* ---------- 13/14 integrations + plans ---------- */
.wp-int { background: #fff; border-top: 1px solid var(--wp-line); }
.wp-int-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.wp-chips { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.wp-chips li { padding: 9px 16px; border-radius: 999px; border: 1px solid var(--wp-line); background: var(--wp-paper); font-size: 13.5px; font-weight: 700; }
.wp-plan-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 16px; }
.wp-plan { padding: 18px; border-radius: 14px; border: 1px solid var(--wp-line); background: var(--wp-paper); display: grid; gap: 4px; align-content: start; }
.wp-plan b { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--wp-muted); }
.wp-plan i { font-family: var(--font-display, var(--font-sans)); font-style: normal; font-size: 26px; font-weight: 800; letter-spacing: -0.02em; } .wp-plan i small { font-size: 12px; font-weight: 600; color: var(--wp-muted); margin-left: 2px; }
.wp-plan em { font-style: normal; font-size: 11.5px; color: var(--wp-faint); }
.wp-plan span { font-size: 13px; color: var(--wp-muted); line-height: 1.45; margin-top: 6px; }
.wp-plan--hot { background: var(--wp-ink); color: #fff; border-color: var(--wp-ink); } .wp-plan--hot b { color: #ff8a8e; } .wp-plan--hot span, .wp-plan--hot i small, .wp-plan--hot em { color: rgba(255,255,255,0.7); }

/* ---------- 15 faq ---------- */
.wp-faq { background: var(--wp-paper); }
.wp-faq-list { max-width: 800px; margin: 0 auto; display: grid; gap: 8px; }
.wp-faq-item { background: #fff; border: 1px solid var(--wp-line); border-radius: 14px; }
.wp-faq-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 18px 20px; font-weight: 700; font-size: 16px; }
.wp-faq-item summary::-webkit-details-marker { display: none; }
.wp-faq-item summary span { position: relative; width: 26px; height: 26px; border-radius: 50%; background: var(--wp-sand); flex-shrink: 0; }
.wp-faq-item summary span::before, .wp-faq-item summary span::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; background: var(--wp-ink); transform: translate(-50%, -50%); transition: transform .2s; }
.wp-faq-item summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.wp-faq-item[open] summary span::after { transform: translate(-50%, -50%) rotate(0); }
.wp-faq-item[open] { border-color: var(--wp-red); }
.wp-faq-item p { padding: 0 20px 18px; font-size: 15px; line-height: 1.6; color: var(--wp-muted); }

/* ---------- 16 final ---------- */
.wp-final { position: relative; padding: clamp(72px, 10vw, 132px) 0; background: radial-gradient(700px 360px at 50% 0%, rgba(229,72,77,0.35) 0%, transparent 65%), var(--wp-ink); color: #fff; overflow: hidden; }
.wp-final-inner { text-align: center; max-width: 720px; }
.wp-final-mark { display: inline-grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; background: var(--wp-red); margin-bottom: 22px; box-shadow: 0 0 0 12px rgba(229,72,77,0.18); }
.wp-final h2 { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 900; color: #fff; margin-bottom: 16px; }
.wp-final p { font-size: 18px; line-height: 1.55; color: rgba(255,255,255,0.72); margin-bottom: 30px; }

/* advocacy grid with fewer than five ratings: the last small card fills its row */
.wp-quote:not(.wp-quote--lead):nth-child(4):last-of-type, .wp-quote:not(.wp-quote--lead):nth-child(2):last-of-type { grid-column: 2 / -1; }
.wp-card { font-size: 11.5px; padding: 8px 12px 8px 8px; }
.wp-card b { font-size: 12px; } .wp-card span { font-size: 10.5px; }

/* the dark final band meets the footer directly on this page */
.footer-v2 { margin-top: 0; }

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
    .wp-hero-grid { grid-template-columns: minmax(0, 1fr); }
    .wp-hero-visual { max-width: 720px; margin: 0 auto; width: 100%; }
    .wp-auto-steps { grid-template-columns: repeat(4, 1fr); }
    .wp-auto-steps::before { display: none; }
    .wp-cc-grid, .wp-why-grid { grid-template-columns: minmax(0, 1fr); }
    .wp-metrics { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
    .wp-moment, .wp-sit-grid, .wp-int-grid { grid-template-columns: minmax(0, 1fr); }
    .wp-moment--flip .wp-moment-copy { order: 1; } .wp-moment--flip .wp-moment-visual { order: 2; }
    .wp-panel-kpis { grid-template-columns: repeat(3, 1fr); } .wp-kpi--hero { grid-column: span 3; }
    .wp-adv-grid { grid-template-columns: 1fr 1fr; } .wp-quote--lead { grid-column: 1 / -1; grid-row: auto; }
    .wp-assets { grid-template-columns: 1fr; }
    .wp-loop { width: min(100%, 560px); }
    .wp-loop-hub { width: 104px; height: 104px; } .wp-loop-hub b { font-size: 21px; }
    .wp-loop-step { width: 160px; } .wp-loop-step--1, .wp-loop-step--4 { width: 180px; } .wp-loop-step p { font-size: 12px; } .wp-loop-step b { font-size: 15px; }
}
@media (max-width: 720px) {
    /* hero board becomes a vertical journey; floating cards fold into the flow */
    .wp-board { aspect-ratio: auto; display: grid; gap: 12px; }
    .wp-route, .wp-score { display: none; }
    .wp-journey { display: grid; gap: 0; position: relative; }
    .wp-journey::before { content: ""; position: absolute; left: 25px; top: 20px; bottom: 20px; border-left: 2px dashed var(--wp-red); opacity: .5; }
    .wp-stop { position: static; transform: none; width: auto; display: grid; grid-template-columns: 50px 1fr; column-gap: 14px; text-align: left; padding: 8px 0; }
    .wp-stop-ico { margin: 0; grid-row: span 2; }
    .wp-stop.is-wow { transform: none; }
    .wp-stop.is-wow .wp-stop-ico { width: 50px; height: 50px; box-shadow: 0 0 0 5px var(--wp-red-soft); }
    .wp-stop b { align-self: end; font-size: 15px; } .wp-stop small { align-self: start; font-size: 13px; }
    .wp-card { position: static; animation: none; white-space: normal; }
    .wp-illustrative { text-align: left; }
    .wp-missed-item { margin-left: 14px; }
    /* loop → vertical list */
    .wp-loop { aspect-ratio: auto; width: 100%; }
    .wp-loop-ring, .wp-loop-hub { display: none; }
    .wp-loop-steps { display: grid; gap: 10px; }
    .wp-loop-step, .wp-loop-step--1, .wp-loop-step--4, .wp-loop-step--5, .wp-loop-step--6 { position: static; transform: none; width: auto; text-align: left; display: flex; flex-direction: row; align-items: center; gap: 14px; padding: 14px 16px; background: #fff; border: 1px solid var(--wp-line); border-radius: 14px; }
    .wp-loop-n, .wp-loop-step--1 .wp-loop-n, .wp-loop-step--4 .wp-loop-n { margin: 0; box-shadow: none; }
    .wp-loop-step p { margin: 2px 0 0; }
    .wp-loop-back { display: block; text-align: center; margin-top: 14px; font-weight: 700; color: var(--wp-red-deep); }
    .wp-action-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
    .wp-action-arrows { display: none; }
    .wp-say { min-height: 0; }
    .wp-do { min-height: 0; }
    .wp-panel-kpis { grid-template-columns: 1fr 1fr; } .wp-kpi--hero { grid-column: span 2; }
    .wp-panel-cols { grid-template-columns: minmax(0, 1fr); }
    .wp-auto-steps { grid-template-columns: minmax(0, 1fr); gap: 8px; }
    .wp-auto-step { padding: 14px 14px 14px 56px; }
    .wp-auto-n { left: 14px; top: 14px; transform: none; }
    .wp-auto-legend { flex-wrap: wrap; gap: 12px; }
    .wp-rec-msg { max-width: 92%; }
    .wp-adv-grid { grid-template-columns: minmax(0, 1fr); }
    .wp-quote:not(.wp-quote--lead):nth-child(4):last-of-type, .wp-quote:not(.wp-quote--lead):nth-child(2):last-of-type { grid-column: auto; }
    .wp-ind-grid { grid-template-columns: minmax(0, 1fr); }
    .wp-metrics { grid-template-columns: 1fr 1fr; } .wp-metrics li:last-child:nth-child(odd) { grid-column: span 2; }
    .wp-plan-row { grid-template-columns: minmax(0, 1fr); }
    .wp-embed-demo { margin-left: 0; } .wp-badge-demo { margin-left: 0; } .wp-shared-demo { margin-left: 0; }
    .wp-ctas .wp-btn { width: 100%; }
    .wp-section { padding: 56px 0; }
}
@media (max-width: 430px) {
    .wp-hero h1 { font-size: 2.3rem; }
    .wp h2 { font-size: 1.85rem; }
    .wp-metrics { grid-template-columns: 1fr 1fr; }
    .wp-kpi b { font-size: 19px; } .wp-kpi--hero b { font-size: 26px; }
}
