@font-face { font-family: "VP Manrope"; src: url("fonts/manrope-latin.woff2") format("woff2"); font-style: normal; font-weight: 200 800; font-display: swap; }
@font-face { font-family: "VP DM Sans"; src: url("fonts/dm-sans-latin.woff2") format("woff2"); font-style: normal; font-weight: 100 900; font-display: swap; }

:root {
    --vp-ink: #13151a;
    --vp-muted: #626978;
    --vp-line: #e1e3ea;
    --vp-line-strong: #cfd3dd;
    --vp-canvas: #ffffff;
    --vp-soft: #f6f7fa;
    --vp-soft-strong: #f0f1f6;
    --vp-violet: #5b49ef;
    --vp-violet-dark: #4131d0;
    --vp-violet-soft: #f1efff;
    --vp-violet-line: #d7d2ff;
    --vp-green: #147d57;
    --vp-green-soft: #edf8f3;
    --vp-green-line: #c4e2d5;
    --vp-blue: #0b6db7;
    --vp-brand-deep: #30266f;
    --vp-brand-surface: #4034a0;
    --vp-brand-line: rgba(255,255,255,.2);
    --vp-on-brand: #dedaff;
    --vp-white: #fff;
    --vp-radius-sm: 12px;
    --vp-radius: 16px;
    --vp-radius-lg: 22px;
    --vp-shadow: 0 18px 55px rgba(25, 29, 44, .12);
}

.visiblepilot-marketing-home,
.visiblepilot-marketing-home * { box-sizing: border-box; }
.visiblepilot-marketing-home { margin: 0; color: var(--vp-ink); background: var(--vp-canvas); font-family: "VP DM Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.58; }
.visiblepilot-marketing-home img { display: block; max-width: 100%; height: auto; }
.visiblepilot-marketing-home a { color: inherit; text-decoration: none; }
.visiblepilot-marketing-home button,
.visiblepilot-marketing-home input,
.visiblepilot-marketing-home select { font: inherit; letter-spacing: 0; }
.vp-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.vp-brand { display: inline-flex; align-items: center; gap: 10px; font-family: "VP Manrope", sans-serif; font-weight: 800; font-size: 19px; white-space: nowrap; }
.vp-brand img { border-radius: var(--vp-radius-sm); }
.vp-footer a:hover { color: var(--vp-violet); }
.vp-page-brand { position: absolute; z-index: 3; top: 28px; left: 5vw; display: inline-flex; align-items: center; animation: vp-hero-brand-in .55s ease both; }
.vp-page-brand img { width: 42px; height: 42px; border-radius: var(--vp-radius-sm); box-shadow: 0 9px 24px rgba(91,73,239,.16); }
.vp-page-brand:focus-visible { outline: 3px solid rgba(91,73,239,.22); outline-offset: 7px; border-radius: var(--vp-radius-sm); }

.vp-button, .vp-secondary-button { min-height: 50px; padding: 0 23px; border: 1px solid transparent; border-radius: var(--vp-radius-sm); display: inline-flex; align-items: center; justify-content: center; color: white !important; background: var(--vp-violet); font-weight: 750; cursor: pointer; transition: background .22s ease, transform .22s ease, box-shadow .22s ease; }
.vp-button:hover { background: var(--vp-violet-dark); transform: translateY(-1px); box-shadow: 0 9px 24px rgba(91,73,239,.25); }
.vp-button-small { min-height: 42px; padding: 0 17px; }
.vp-secondary-button { color: var(--vp-ink) !important; border-color: var(--vp-line); background: white; }
.vp-secondary-button:hover { border-color: var(--vp-violet-line); color: var(--vp-violet) !important; transform: translateY(-1px); }

html.vp-home-gate-ready,
html.vp-home-gate-ready body.visiblepilot-marketing-home { overflow: hidden; overscroll-behavior: none; }
.vp-hero { min-height: 100vh; min-height: 100svh; padding: 110px 5vw 90px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; background: #f8f8fb; }
.vp-hero-copy { width: min(100%, 980px); position: relative; z-index: 2; text-align: center; }
.vp-eyebrow { margin: 0 0 18px; color: var(--vp-violet); font-size: 13px; line-height: 1.4; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.vp-hero h1 { margin: 0 auto 18px; font-family: "VP Manrope", sans-serif; font-size: clamp(50px, 5.6vw, 76px); line-height: .98; font-weight: 780; letter-spacing: -.015em; text-wrap: balance; animation: vp-hero-copy-in .72s .08s ease both; }
.vp-hero-name-visible { color: var(--vp-ink); }
.vp-hero-name-pilot { color: var(--vp-violet); }
.vp-hero-promise { margin: 0 auto 38px; color: #303746; font-size: clamp(24px, 2.45vw, 32px); font-weight: 650; line-height: 1.25; letter-spacing: -.02em; white-space: nowrap; animation: vp-hero-copy-in .72s .14s ease both; }
.vp-hero-promise span { color: var(--vp-violet); font-weight: 800; }
.vp-scan-form { width: min(100%, 790px); min-height: 72px; margin: 0 auto; padding: 8px; position: relative; overflow: hidden; display: grid; grid-template-columns: 220px 1px minmax(0, 1fr) 52px; align-items: center; gap: 14px; border: 1px solid #dadde6; border-radius: 24px; background: white; box-shadow: 0 20px 54px rgba(30,35,50,.11); animation: vp-hero-copy-in .72s .22s ease both; transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.vp-scan-form::after { height: 2px; position: absolute; right: 24px; bottom: 0; left: 24px; border-radius: 2px; background: var(--vp-violet); content: ""; transform: scaleX(0); transform-origin: left center; transition: transform .38s cubic-bezier(.2,.8,.2,1); }
.vp-rank-target { min-width: 0; min-height: 54px; padding: 0 16px; display: flex; align-items: center; justify-content: center; gap: 13px; border: 1px solid rgba(91,73,239,.12); border-radius: 16px; background: linear-gradient(135deg, rgba(91,73,239,.11), rgba(137,122,255,.055)); white-space: nowrap; }
.vp-rank-label { color: #31303d; font-size: 16px; font-weight: 820; letter-spacing: -.015em; }
.vp-rank-logos { width: 38px; height: 38px; position: relative; flex: 0 0 38px; display: inline-flex; align-items: center; justify-content: center; }
.vp-rank-logo-item { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; filter: blur(4px); transform: translateY(7px) scale(.65); transition: opacity .3s ease, filter .3s ease, transform .42s cubic-bezier(.2,.8,.2,1); pointer-events: none; }
.vp-rank-logo-item.is-active { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }
.vp-rank-logo-item img { width: auto; height: auto; max-width: 34px; max-height: 34px; object-fit: contain; }
.vp-rank-logo-item[data-vp-rank-name="Yahoo"] img { max-width: 36px; max-height: 22px; }
.vp-field-divider { width: 1px; height: 34px; background: #e2e4eb; }
.vp-scan-form input { min-width: 0; width: 100%; height: 54px; padding: 0; border: 0 !important; outline: 0 !important; background: transparent !important; box-shadow: none !important; color: var(--vp-ink); caret-color: var(--vp-violet); font-size: 17px; transition: color .2s ease; }
.vp-scan-form input::placeholder { color: #8a8f9d; opacity: 1; transition: color .2s ease, opacity .2s ease; }
.vp-scan-form input:focus::placeholder { color: #aaa6c4; opacity: .72; }
.vp-scan-submit { width: 52px; height: 52px; padding: 0; border: 0; border-radius: 17px; display: inline-flex; align-items: center; justify-content: center; color: white; background: var(--vp-violet); cursor: pointer; transition: background .22s ease, box-shadow .22s ease, transform .22s ease; }
.vp-scan-submit:hover { background: var(--vp-violet-dark); box-shadow: 0 9px 24px rgba(91,73,239,.25); transform: translateY(-1px); }
.vp-scan-submit span { display: inline-block; font-size: 22px; line-height: 1; transition: transform .22s ease; }
.vp-scan-submit:hover span, .vp-scan-form.has-value .vp-scan-submit span { transform: translateX(3px); }
.vp-scan-form:focus-within { border-color: var(--vp-violet); box-shadow: 0 0 0 4px rgba(91,73,239,.1), 0 28px 70px rgba(41,31,98,.17); transform: translateY(-2px); }
.vp-scan-form:focus-within::after, .vp-scan-form.has-value::after { transform: scaleX(1); }
.vp-scan-form.has-value { border-color: rgba(91,73,239,.48); }
.vp-scan-form.has-error { border-color: #c93b50; animation: vp-field-shake .32s ease; }
.vp-scan-form.has-error::after { background: #c93b50; transform: scaleX(1); }
.vp-form-error { margin: 8px 0 0; color: #b4283c; font-size: 14px; }
.vp-hero-learn { position: absolute; z-index: 2; bottom: 28px; left: 50%; display: inline-flex; align-items: center; gap: 8px; color: #606775; font-size: 13px; font-weight: 750; transform: translateX(-50%); transition: color .2s ease, transform .2s ease; }
.vp-hero-learn:hover { color: var(--vp-violet); }
.vp-hero-learn:focus-visible { color: var(--vp-violet); outline: 3px solid rgba(91,73,239,.2); outline-offset: 7px; border-radius: 6px; }
.vp-hero-learn span { animation: vp-learn-bounce 2s ease-in-out infinite; }
@keyframes vp-hero-brand-in { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes vp-hero-copy-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes vp-field-shake { 0%, 100% { transform: translateX(0); } 25% { transform: translateX(-5px); } 75% { transform: translateX(5px); } }
@keyframes vp-learn-bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(4px); } }

.vp-section { padding: clamp(88px, 7vw, 108px) 5vw; }
.vp-section-heading { max-width: 790px; margin-bottom: 55px; }
.vp-section h2, .vp-final-cta h2 { margin: 0; font-family: "VP Manrope", sans-serif; font-size: clamp(36px, 3.8vw, 56px); line-height: 1.12; font-weight: 750; letter-spacing: 0; text-wrap: balance; }
.vp-section h3, .vp-steps h3, .vp-modules article h3 { font-family: "VP Manrope", sans-serif; letter-spacing: 0; }
.vp-section-heading > p:last-child, .vp-module-intro > p:last-child, .vp-platforms-heading > p:last-child { max-width: 680px; margin: 19px 0 0; color: var(--vp-muted); font-size: 18px; line-height: 1.6; }
.vp-product { min-height: 100vh; min-height: 100svh; overflow: hidden; display: flex; justify-content: center; flex-direction: column; background: radial-gradient(circle at 50% 8%, rgba(91,73,239,.065), transparent 29%), linear-gradient(180deg, #fbfbfe 0%, #f4f3ff 100%); }
.vp-lift-heading { max-width: 820px; margin: 0 auto clamp(27px, 3.2vw, 40px); text-align: center; }
.vp-lift-heading h2 { font-size: clamp(43px, 4.8vw, 68px); letter-spacing: -.025em; }
.vp-lift-title-before { color: #b52e42; }.vp-lift-title-after { margin-left: .16em; display: inline-block; color: #16835a; }
.vp-lift-controls { width: min(100%, 1180px); min-height: 68px; margin: 0 auto 24px; padding: 8px 9px 8px 16px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid rgba(215,217,228,.92); border-radius: 20px; background: rgba(255,255,255,.9); box-shadow: 0 15px 40px rgba(31,35,54,.07); }
.vp-lift-progress-date { min-width: 0; flex: 0 1 280px; display: flex; align-items: center; gap: 12px; }
.vp-lift-progress-icon { width: 42px; height: 42px; flex: 0 0 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 13px; color: var(--vp-violet); background: var(--vp-violet-soft); }
.vp-lift-progress-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.vp-lift-progress-date > span:last-child { min-width: 0; display: flex; flex-direction: column; }
.vp-lift-progress-date small { color: #737b89; font-size: 11px; font-weight: 800; line-height: 1.3; text-transform: uppercase; }
.vp-lift-progress-date strong { margin-top: 3px; display: flex; align-items: center; gap: 8px; color: #303746; font-size: 13px; line-height: 1.2; white-space: nowrap; }
.vp-lift-progress-date i { color: var(--vp-violet); font-style: normal; font-size: 16px; }
.vp-lift-periods { min-width: 0; padding: 4px; display: grid; grid-template-columns: repeat(5, minmax(56px, auto)); gap: 3px; border: 1px solid #e4e6ed; border-radius: 14px; background: #f6f7fa; }
.vp-lift-periods button { min-height: 40px; padding: 0 15px; border: 0; border-radius: 10px; color: #68707e; background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease; }
.vp-lift-periods button:hover { color: var(--vp-violet); background: rgba(255,255,255,.72); }
.vp-lift-periods button[aria-pressed="true"] { color: var(--vp-violet); background: white; box-shadow: 0 3px 12px rgba(41,35,90,.12), inset 0 0 0 1px rgba(91,73,239,.15); }
.vp-lift-periods button:focus-visible { outline: 3px solid rgba(91,73,239,.22); outline-offset: 2px; }
.vp-lift-board { width: min(100%, 1180px); margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.vp-lift-card { min-width: 0; min-height: 300px; padding: 29px; overflow: hidden; position: relative; display: flex; flex-direction: column; border: 1px solid rgba(215,217,228,.92); border-radius: 28px; background: rgba(255,255,255,.94); box-shadow: 0 20px 54px rgba(31,35,54,.09); transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.vp-lift-card:hover { border-color: rgba(91,73,239,.24); box-shadow: 0 26px 66px rgba(31,35,54,.13); transform: translateY(-3px); }
.vp-lift-card::after { width: 180px; height: 180px; position: absolute; top: -100px; right: -70px; border-radius: 50%; background: rgba(91,73,239,.055); content: ""; pointer-events: none; }
.vp-lift-card > header { position: relative; z-index: 1; display: flex; align-items: center; gap: 13px; }
.vp-lift-card h3 { margin: 0; font-size: clamp(20px, 2vw, 27px); line-height: 1.2; }
.vp-lift-icon { width: 45px; height: 45px; flex: 0 0 45px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(91,73,239,.12); border-radius: 15px; color: var(--vp-violet); background: var(--vp-violet-soft); }
.vp-lift-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.vp-lift-card:nth-child(1) .vp-lift-icon { color: #c5394e; border-color: rgba(197,57,78,.12); background: #fff0f2; }
.vp-lift-card:nth-child(3) .vp-lift-icon { color: #7545dc; border-color: rgba(117,69,220,.12); background: #f4efff; }
.vp-lift-card:nth-child(4) .vp-lift-icon { color: #168368; border-color: rgba(22,131,104,.12); background: #eaf8f4; }
.vp-lift-states { margin-top: 26px; display: grid; grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr); gap: 10px; align-items: center; }
.vp-lift-state { min-width: 0; min-height: 120px; padding: 20px 14px; display: flex; align-items: center; justify-content: center; flex-direction: column; border-radius: 20px; text-align: center; }
.vp-lift-state.is-before { color: #9d2636; background: linear-gradient(135deg, #fff0f2, #fff8f8); }
.vp-lift-state.is-after { color: #147344; background: linear-gradient(135deg, #edf9f1, #f6fcf8); }
.vp-lift-state small { margin-bottom: 8px; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.vp-lift-state strong { font-size: clamp(19px, 2vw, 27px); line-height: 1.15; text-wrap: balance; }
.vp-lift-state .vp-lift-metric { font-size: clamp(30px, 3.2vw, 45px); line-height: 1; }
.vp-lift-state > span { margin-top: 7px; font-size: 12px; font-weight: 760; }
.vp-lift-arrow { color: var(--vp-ink); font-size: 30px; font-weight: 850; text-align: center; }
.vp-lift-result { width: fit-content; max-width: 100%; margin: auto auto 0; padding: 9px 13px; border-radius: 999px; color: #555d6b; background: #f6f7fa; font-size: 13px; font-weight: 720; text-align: center; }
.vp-lift-result > strong { margin-right: 5px; color: var(--vp-green); font-size: 15px; font-weight: 900; }
.vp-lift-bars { min-height: 159px; margin: 16px 4px 0; display: grid; grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr); align-items: end; gap: 10px; border-bottom: 1px solid #d9dce5; }
.vp-lift-bar-group { height: 142px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; }
.vp-lift-bar-group > strong { position: absolute; top: 0; right: 0; left: 0; color: #747b89; font-size: 18px; font-weight: 850; line-height: 1; text-align: center; }
.vp-lift-bars-after > strong { color: var(--vp-violet); font-size: 22px; }
.vp-lift-bar-group > div { height: 92px; display: flex; align-items: flex-end; justify-content: center; gap: 8px; }
.vp-lift-bar-group span { width: min(20%, 28px); min-height: 22px; border-radius: 7px 7px 2px 2px; transform-origin: bottom; }
.vp-lift-bars-before span { background: #aeb4c3; }
.vp-lift-bars-after span { background: linear-gradient(180deg, #7666ff, #4e3de0); }
.vp-lift-bar-group span:nth-child(1) { height: 32%; }.vp-lift-bar-group span:nth-child(2) { height: 48%; }.vp-lift-bar-group span:nth-child(3) { height: 61%; }.vp-lift-bar-group span:nth-child(4) { height: 43%; }
.vp-lift-bars-after span:nth-child(1) { height: var(--vp-bar-1, 54%); }.vp-lift-bars-after span:nth-child(2) { height: var(--vp-bar-2, 76%); }.vp-lift-bars-after span:nth-child(3) { height: var(--vp-bar-3, 96%); }.vp-lift-bars-after span:nth-child(4) { height: var(--vp-bar-4, 84%); }
.vp-lift-bars-after span { transition: height .5s cubic-bezier(.2,.8,.2,1), transform .65s .2s cubic-bezier(.2,.8,.2,1); }
.vp-lift-bar-group small { height: 28px; padding-top: 7px; color: #656d7b; font-size: 12px; font-weight: 800; text-align: center; }
.vp-lift-chart-arrow { align-self: center; color: var(--vp-violet); font-size: 31px; font-weight: 850; text-align: center; }
.vp-lift-meter { margin: 29px 8px 0; }
.vp-lift-meter-labels { margin-bottom: 10px; display: flex; justify-content: space-between; gap: 20px; font-size: 13px; font-weight: 820; }
.vp-lift-meter-labels span { display: flex; flex-direction: column; }
.vp-lift-meter-labels span:last-child { align-items: flex-end; }
.vp-lift-meter-labels small { margin-bottom: 2px; font-size: 11px; text-transform: uppercase; }
.vp-lift-meter-labels strong { font-size: 31px; line-height: 1; }
.vp-lift-meter-labels span:first-child { color: #9d2636; }.vp-lift-meter-labels span:last-child { color: #147344; }
.vp-lift-meter-track { height: 38px; position: relative; border-radius: 999px; background: #eceef3; }
.vp-lift-meter-track > span { width: var(--vp-meter-position, 82%); position: absolute; top: 0; bottom: 0; left: 0; border: 1px solid rgba(91,73,239,.16); border-radius: inherit; background: linear-gradient(90deg, rgba(239,135,149,.22), rgba(91,73,239,.19) 55%, rgba(84,190,137,.28)); transform-origin: left; transition: width .5s cubic-bezier(.2,.8,.2,1), transform .75s .18s cubic-bezier(.2,.8,.2,1); }
.vp-lift-meter-track i { width: 16px; height: 52px; position: absolute; top: 50%; border: 4px solid white; border-radius: 999px; box-shadow: 0 5px 14px rgba(29,32,49,.18); transform: translate(-50%, -50%); }
.vp-lift-meter-track i.is-before { left: 20%; background: #dc5366; }.vp-lift-meter-track i.is-after { left: var(--vp-meter-position, 82%); background: #248557; transition: left .5s cubic-bezier(.2,.8,.2,1); }
.vp-lift-meter-scale { margin-top: 9px; display: flex; justify-content: space-between; }
.vp-lift-meter-scale span { width: 1px; height: 7px; background: #c5c9d3; }
.vp-lift-trajectory { min-height: 154px; margin: 16px 2px 0; position: relative; }
.vp-lift-lead-value { padding: 2px 5px; position: absolute; z-index: 1; border-radius: 7px; background: rgba(255,255,255,.9); font-size: 20px; line-height: 1; }
.vp-lift-lead-value.is-before { bottom: 65px; left: 10px; color: #c5394e; }
.vp-lift-lead-value.is-after { top: -8px; right: 12px; color: #168368; transition: top .5s cubic-bezier(.2,.8,.2,1); }
.vp-lift-trajectory svg { width: 100%; height: 130px; overflow: visible; }
.vp-lift-area { fill: url(#vp-lift-fill); transition: opacity .3s ease; }
.vp-lift-line { fill: none; stroke: var(--vp-violet); stroke-width: 4; stroke-linecap: round; transition: opacity .3s ease; }
.vp-lift-trajectory circle { fill: white; stroke: var(--vp-violet); stroke-width: 4; transition: cy .5s cubic-bezier(.2,.8,.2,1); }
.vp-lift-trajectory circle:first-of-type { stroke: #dc5366; }
.vp-lift-trajectory-labels { margin-top: -3px; display: flex; justify-content: space-between; color: #5e6674; font-size: 12px; font-weight: 800; }
.vp-lift-footer { width: min(100%, 1180px); margin: 28px auto 0; display: flex; align-items: center; justify-content: center; gap: 22px; }
.vp-lift-footer .vp-arrow-link { margin: 0; }
.vp-motion-ready [data-vp-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.vp-motion-ready [data-vp-reveal].is-visible { opacity: 1; transform: translateY(0); }
.vp-motion-ready .vp-lift-card[data-vp-reveal] .vp-lift-bar-group span { transform: scaleY(.08); transition: transform .65s .2s cubic-bezier(.2,.8,.2,1); }
.vp-motion-ready .vp-lift-card[data-vp-reveal].is-visible .vp-lift-bar-group span { transform: scaleY(1); }
.vp-motion-ready .vp-lift-card[data-vp-reveal] .vp-lift-meter-track > span { transform: scaleX(.08); transition: transform .75s .18s cubic-bezier(.2,.8,.2,1); }
.vp-motion-ready .vp-lift-card[data-vp-reveal].is-visible .vp-lift-meter-track > span { transform: scaleX(1); }
.vp-motion-ready .vp-lift-card[data-vp-reveal] .vp-lift-line { stroke-dasharray: 520; stroke-dashoffset: 520; transition: stroke-dashoffset 1s .18s ease; }
.vp-motion-ready .vp-lift-card[data-vp-reveal].is-visible .vp-lift-line { stroke-dashoffset: 0; }
.vp-product.is-progress-changing [data-vp-progress-value] { animation: vp-progress-value-in .42s cubic-bezier(.2,.8,.2,1); }
.vp-product.is-progress-changing .vp-lift-area, .vp-product.is-progress-changing .vp-lift-line { animation: vp-progress-chart-pulse .5s ease; }
@keyframes vp-progress-value-in { 0% { opacity: .25; transform: translateY(7px) scale(.94); } 100% { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes vp-progress-chart-pulse { 0% { opacity: .3; } 100% { opacity: 1; } }
.vp-arrow-link { display: inline-block; margin-top: 12px; color: var(--vp-violet) !important; font-weight: 800; }

.vp-workflow { min-height: 100vh; min-height: 100svh; overflow: hidden; display: flex; justify-content: center; flex-direction: column; background: radial-gradient(circle at 50% 13%, rgba(91,73,239,.18), transparent 35%), radial-gradient(circle at 8% 90%, rgba(114,98,255,.1), transparent 27%), var(--vp-violet-soft); color: var(--vp-ink); scroll-margin-top: 72px; }
.vp-workflow-heading { max-width: 900px; margin: 0 auto clamp(45px, 5vw, 68px); text-align: center; }
.vp-workflow-heading .vp-eyebrow { width: fit-content; margin: 0 auto 16px; padding: 8px 14px; border: 1px solid rgba(91,73,239,.16); border-radius: 999px; background: rgba(255,255,255,.72); box-shadow: 0 8px 24px rgba(65,50,164,.08); letter-spacing: .08em; }
.vp-workflow-heading h2 { font-size: clamp(46px, 5.2vw, 74px); font-weight: 820; letter-spacing: -.035em; }
.vp-workflow-heading h2 span { display: block; color: var(--vp-violet); text-shadow: 0 12px 32px rgba(91,73,239,.14); }
.vp-steps { width: min(100%, 1180px); margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 70px; list-style: none; }
.vp-steps li { --vp-step-accent: #5b49ef; min-width: 0; min-height: 345px; padding: 30px; position: relative; display: flex; align-items: center; flex-direction: column; border: 1px solid rgba(91,73,239,.22); border-radius: 28px; background: #fff; box-shadow: inset 0 5px 0 var(--vp-step-accent), 0 24px 58px rgba(46,36,112,.13); text-align: center; transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.vp-steps li:nth-child(2) { --vp-step-accent: #c1791e; border-color: rgba(193,121,30,.22); }
.vp-steps li:nth-child(3) { --vp-step-accent: #16835a; border-color: rgba(22,131,90,.22); }
.vp-steps li:not(:last-child) { border-right: 0; border-radius: 28px 0 0 28px; }
.vp-steps li:hover { border-color: var(--vp-step-accent); box-shadow: inset 0 5px 0 var(--vp-step-accent), 0 32px 72px rgba(46,36,112,.18); transform: translateY(-6px); }
.vp-steps li:not(:last-child)::after { width: 58px; height: 100%; position: absolute; z-index: 1; top: 0; right: -57px; background: linear-gradient(90deg, #fff 18%, #f7f5ff 68%, #e7e2ff); clip-path: polygon(0 0, 100% 50%, 0 100%); content: ""; filter: drop-shadow(1px 0 0 rgba(91,73,239,.16)) drop-shadow(8px 10px 12px rgba(46,36,112,.07)); }
.vp-steps li:last-child { -webkit-mask-image: radial-gradient(circle 50px at -30px 50%, transparent 0 49px, #000 50px); mask-image: radial-gradient(circle 50px at -30px 50%, transparent 0 49px, #000 50px); }
.vp-steps li > * { position: relative; z-index: 2; }
.vp-step-number { min-width: 36px; min-height: 30px; padding: 0 9px; align-self: flex-start; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(91,73,239,.14); border-radius: 999px; color: var(--vp-violet); background: #f0edff; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.vp-step-icon { width: 82px; height: 82px; margin: 15px 0 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(91,73,239,.2); border-radius: 26px; color: var(--vp-violet); background: #f0edff; box-shadow: 0 14px 28px rgba(91,73,239,.13); transition: transform .22s ease, box-shadow .22s ease; }
.vp-steps li:hover .vp-step-icon { box-shadow: 0 18px 34px rgba(91,73,239,.18); transform: scale(1.05); }
.vp-step-icon svg { width: 40px; height: 40px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.vp-steps li:nth-child(2) .vp-step-number { color: #96580d; border-color: rgba(176,107,19,.16); background: #fff4e5; }
.vp-steps li:nth-child(3) .vp-step-number { color: #147449; border-color: rgba(22,131,90,.16); background: #eaf8f1; }
.vp-steps li:nth-child(2) .vp-step-icon { color: #b06b13; border-color: rgba(176,107,19,.14); background: #fff5e7; }
.vp-steps li:nth-child(3) .vp-step-icon { color: #16835a; border-color: rgba(22,131,90,.14); background: #eaf8f1; }
.vp-steps h3 { margin: 0; font-size: clamp(29px, 2.5vw, 38px); font-weight: 820; line-height: 1.1; }
.vp-steps li > p { margin: 12px 0 0; color: #525966; font-size: 16px; font-weight: 720; line-height: 1.45; }
.vp-step-outcome { margin-top: auto; padding: 10px 16px; border: 1px solid rgba(91,73,239,.12); border-radius: 999px; color: var(--vp-violet); background: #f3f1ff; box-shadow: 0 8px 18px rgba(91,73,239,.08); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .045em; }
.vp-steps li:nth-child(2) .vp-step-outcome { color: #96580d; background: #fff4e5; }
.vp-steps li:nth-child(3) .vp-step-outcome { color: #147449; background: #eaf8f1; }

.vp-modules { min-height: 100vh; min-height: 100svh; overflow: hidden; display: flex; justify-content: center; flex-direction: column; background: radial-gradient(circle at 50% 12%, rgba(91,73,239,.08), transparent 28%), linear-gradient(180deg, #f8f8fc, #f1f2f8); }
.vp-module-intro { max-width: 860px; margin: 0 auto clamp(42px, 5vw, 66px); text-align: center; }
.vp-module-intro h2 { font-size: clamp(42px, 4.7vw, 66px); letter-spacing: -.025em; }
.vp-module-intro > p:last-child { max-width: none; margin: 16px 0 0; font-size: 18px; line-height: 1.4; }
.vp-module-list { width: min(100%, 1180px); margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.vp-module-row { min-width: 0; min-height: 470px; padding: clamp(30px, 3.5vw, 46px); position: relative; overflow: hidden; display: flex; flex-direction: column; border: 1px solid rgba(91,73,239,.13); border-radius: 32px; background: rgba(255,255,255,.94); box-shadow: 0 22px 58px rgba(31,35,54,.09); scroll-margin-top: 88px; transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.vp-module-row::before { width: 230px; height: 230px; position: absolute; top: -130px; right: -90px; border-radius: 50%; background: rgba(91,73,239,.07); content: ""; pointer-events: none; }
.vp-module-row:hover { border-color: rgba(91,73,239,.28); box-shadow: 0 29px 70px rgba(31,35,54,.13); transform: translateY(-3px); }
.vp-module-content { border-color: rgba(176,107,19,.15); }
.vp-module-content::before { background: rgba(255,169,59,.1); }
.vp-module-header { position: relative; z-index: 1; display: flex; align-items: center; gap: 20px; }
.vp-module-mark { width: 76px; height: 76px; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(91,73,239,.16); border-radius: 24px; color: var(--vp-violet); background: #f1efff; }
.vp-module-content .vp-module-mark { border-color: rgba(176,107,19,.17); color: #a45e08; background: #fff4e5; }
.vp-module-mark svg, .vp-module-node svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.vp-module-mark svg { width: 38px; height: 38px; }
.vp-module-header p { margin: 0 0 7px; color: var(--vp-violet); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .035em; }
.vp-module-content .vp-module-header p { color: #96580d; }
.vp-module-header h3 { margin: 0; font-size: clamp(31px, 3vw, 43px); line-height: 1.08; }
.vp-module-flow { min-height: 190px; margin: 40px 0; padding: 28px 18px; position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: center; border: 1px solid rgba(91,73,239,.1); border-radius: 26px; background: #f8f7ff; list-style: none; }
.vp-module-content .vp-module-flow { border-color: rgba(176,107,19,.11); background: #fffaf3; }
.vp-module-flow::before { height: 3px; position: absolute; z-index: 0; top: 73px; right: 17%; left: 17%; border-radius: 99px; background: linear-gradient(90deg, #c7c0ff, #6654ee); content: ""; }
.vp-module-content .vp-module-flow::before { background: linear-gradient(90deg, #ffd29a, #d47a0b); }
.vp-module-flow li { min-width: 0; padding: 0 5px; position: relative; z-index: 1; display: flex; align-items: center; flex-direction: column; gap: 13px; text-align: center; }
.vp-module-node { width: 58px; height: 58px; display: inline-flex; align-items: center; justify-content: center; border: 4px solid #f8f7ff; border-radius: 50%; color: var(--vp-violet); background: white; box-shadow: 0 7px 18px rgba(73,58,194,.13); }
.vp-module-content .vp-module-node { border-color: #fffaf3; color: #a45e08; }
.vp-module-node svg { width: 25px; height: 25px; }
.vp-module-flow strong { color: #303644; font-size: 14px; font-weight: 800; }
.vp-module-action { min-height: 54px; margin-top: auto; padding: 0 22px; position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; border: 1px solid var(--vp-ink); border-radius: 16px; color: white !important; background: var(--vp-ink); font-size: 15px; font-weight: 800; white-space: nowrap; transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease; }
.vp-module-action:hover { border-color: var(--vp-violet); background: var(--vp-violet); transform: translateY(-1px); box-shadow: 0 11px 25px rgba(48,37,148,.2); }
.vp-module-action span { color: currentColor; font-size: 19px; }

.vp-platforms { min-height: 100vh; min-height: 100svh; display: flex; justify-content: center; flex-direction: column; background: radial-gradient(circle at 50% 12%, rgba(91,73,239,.075), transparent 27%), #f7f8fc; }
.vp-platforms-heading { max-width: 820px; margin: 0 auto clamp(42px, 5vw, 64px); text-align: center; }
.vp-platforms-heading h2 { font-size: clamp(43px, 4.8vw, 68px); letter-spacing: -.025em; }
.vp-platforms ul { width: min(100%, 1180px); margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; list-style: none; }
.vp-platforms li { min-width: 0; min-height: 235px; padding: 30px 22px; position: relative; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 24px; border: 1px solid var(--vp-line); border-radius: 28px; background: rgba(255,255,255,.94); box-shadow: 0 16px 42px rgba(31,35,54,.065); text-align: center; transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
.vp-platforms li:hover { border-color: var(--vp-violet-line); background: white; transform: translateY(-3px); box-shadow: 0 16px 36px rgba(25,29,44,.09); }
.vp-platform-logo { width: 86px; height: 86px; flex: 0 0 86px; display: inline-flex; align-items: center; justify-content: center; border-radius: 26px; }
.vp-platform-logo img { width: auto; height: auto; max-width: 48px; max-height: 48px; object-fit: contain; }
.vp-platform-woocommerce img { width: 62px; max-width: 62px; max-height: 34px; }
.vp-platform-shopify { background: #eaf5e3; }
.vp-platform-wordpress { background: #e5f2f8; }
.vp-platform-woocommerce { background: #f2eaf6; }
.vp-platform-wix { background: #e7e7e5; }
.vp-platforms strong { color: var(--vp-ink); font-size: 20px; }
.vp-platforms-footer { width: min(100%, 1180px); margin: 24px auto 0; padding: 24px 0 0; display: grid; grid-template-columns: auto auto minmax(180px, auto); gap: clamp(28px, 5vw, 70px); align-items: center; justify-content: space-between; border-top: 1px solid var(--vp-line); }
.vp-platforms-footer > div { min-width: 0; display: flex; align-items: center; gap: 12px; }
.vp-platforms-footer > div strong { font-size: 14px; }
.vp-platform-trust-icon { width: 38px; height: 38px; flex: 0 0 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; color: var(--vp-violet); background: var(--vp-violet-soft); }
.vp-platform-trust-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.vp-pricing { min-height: 100vh; min-height: 100svh; display: flex; justify-content: center; flex-direction: column; background: radial-gradient(circle at 50% 10%, rgba(91,73,239,.1), transparent 31%), linear-gradient(180deg, #fbfbfe, #f4f3ff); scroll-margin-top: 72px; }
.vp-pricing-heading { max-width: 980px; margin: 0 auto clamp(38px, 4.5vw, 58px); text-align: center; }
.vp-pricing-heading .vp-eyebrow { margin-bottom: 14px; }
.vp-pricing-heading h2 { font-size: clamp(43px, 4.9vw, 70px); font-weight: 800; letter-spacing: -.035em; }
.vp-pricing-heading h2 span { color: var(--vp-violet); }
.vp-pricing-card { width: min(100%, 1120px); margin: 0 auto; overflow: hidden; display: grid; grid-template-columns: minmax(270px, .7fr) minmax(0, 1.3fr); border: 1px solid rgba(91,73,239,.16); border-radius: 34px; color: white; background: linear-gradient(145deg, #18113e, #100a31 68%, #0d0929); box-shadow: 0 32px 90px rgba(31,23,80,.2); }
.vp-pricing-limit { min-width: 0; padding: clamp(34px, 4.2vw, 58px); position: relative; overflow: hidden; display: flex; justify-content: center; flex-direction: column; border-right: 1px solid rgba(255,255,255,.1); background: radial-gradient(circle at 20% 18%, rgba(116,101,255,.34), transparent 31%); }
.vp-pricing-limit::after { width: 220px; height: 220px; position: absolute; right: -130px; bottom: -130px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; }
.vp-pricing-kicker { margin: 0 0 12px; color: #bdb5ff; font-size: 12px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.vp-pricing-amount { margin: 0; display: grid; grid-template-columns: auto auto; justify-content: start; align-items: start; column-gap: 4px; }
.vp-pricing-amount sup { margin-top: 13px; color: #bdb5ff; font-size: 25px; font-weight: 850; }
.vp-pricing-amount strong { font-size: clamp(74px, 8vw, 108px); font-weight: 820; line-height: .9; letter-spacing: -.065em; }
.vp-pricing-amount > span { margin-top: 13px; grid-column: 1 / -1; color: #d6d1ef; font-size: 14px; font-weight: 720; }
.vp-pricing-promise { margin-top: 34px; padding-top: 25px; position: relative; z-index: 1; display: flex; align-items: center; gap: 13px; border-top: 1px solid rgba(255,255,255,.12); }
.vp-pricing-promise > span { width: 40px; height: 40px; flex: 0 0 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 13px; color: #8ce1bc; background: rgba(92,211,158,.12); }
.vp-pricing-promise svg, .vp-pricing-approval svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.vp-pricing-promise p { margin: 0; color: #c9c4df; font-size: 14px; line-height: 1.45; }
.vp-pricing-promise strong { display: block; color: white; font-size: 16px; }
.vp-pricing-journey { min-width: 0; padding: clamp(32px, 4vw, 54px); background: rgba(255,255,255,.035); }
.vp-pricing-journey-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.vp-pricing-journey-heading p { margin: 0; color: #aaa2dd; font-size: 12px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.vp-pricing-journey-heading strong { color: white; font-size: 17px; text-align: right; }
.vp-spend-chart { min-height: 230px; margin: 30px 0 0; padding: 0 0 22px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 3vw, 38px); align-items: end; border-bottom: 1px solid rgba(255,255,255,.13); list-style: none; }
.vp-spend-chart li { min-width: 0; height: 196px; display: grid; grid-template-rows: auto auto 1fr auto; align-items: end; text-align: center; }
.vp-spend-chart li > span { color: #bcb7d1; font-size: 12px; font-weight: 760; }
.vp-spend-chart li > strong { margin-top: 6px; font-size: clamp(22px, 2.4vw, 32px); line-height: 1; }
.vp-spend-chart li > i { width: min(100%, 72px); height: 126px; margin: 12px auto 0; border-radius: 18px 18px 5px 5px; background: linear-gradient(180deg, #8173ff, #5847e9); box-shadow: 0 16px 32px rgba(87,70,229,.28); transform-origin: bottom; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.vp-spend-chart li:nth-child(2) > i, .vp-spend-chart li:nth-child(3) > i { height: 36px; background: linear-gradient(180deg, #5fc69a, #23855e); box-shadow: 0 12px 24px rgba(35,133,94,.2); }
.vp-spend-chart li > small { margin-top: 9px; color: #a9a4bd; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.vp-pricing-details { margin-top: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.045); }
.vp-pricing-details summary { min-height: 48px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: white; font-size: 13px; font-weight: 800; cursor: pointer; list-style: none; }
.vp-pricing-details summary::-webkit-details-marker { display: none; }
.vp-pricing-details summary:focus-visible { border-radius: 14px; outline: 3px solid rgba(169,158,255,.42); outline-offset: 2px; }
.vp-pricing-details summary span { color: #a99eff; font-size: 22px; line-height: 1; transition: transform .2s ease; }
.vp-pricing-details[open] summary span { transform: rotate(45deg); }
.vp-pricing-details > div { padding: 0 17px 16px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.vp-pricing-details p { margin: 0; padding: 13px; border-radius: 12px; background: rgba(255,255,255,.055); }
.vp-pricing-details strong, .vp-pricing-details p span { display: block; }
.vp-pricing-details strong { color: #b9b1ff; font-size: 11px; text-transform: uppercase; }
.vp-pricing-details p span { margin-top: 4px; color: white; font-size: 13px; font-weight: 720; }
.vp-pricing-footer { padding: 22px clamp(32px, 4vw, 54px); grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 15px 28px; align-items: center; border-top: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.045); }
.vp-pricing-approval { min-width: 0; display: flex; align-items: center; gap: 13px; }
.vp-pricing-approval > span { width: 42px; height: 42px; flex: 0 0 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 14px; color: #8ce1bc; background: rgba(92,211,158,.12); }
.vp-pricing-approval strong { font-size: 15px; }
.vp-pricing-approval p { margin: 5px 0 0; color: #aaa5bf; font-size: 12px; font-weight: 680; }
.vp-pricing-approval i { margin: 0 5px; color: #6f688b; font-style: normal; }
.vp-pricing-action { min-height: 52px; padding: 0 20px; gap: 18px; border-color: transparent; color: white !important; background: var(--vp-violet); white-space: nowrap; }
.vp-pricing-action:hover { border-color: transparent; color: white !important; background: #4936da; box-shadow: 0 12px 28px rgba(91,73,239,.3); }
.vp-pricing-action span { font-size: 18px; }
.vp-pricing-note { margin: 0; grid-column: 1 / -1; color: #817b98; font-size: 11px; }
.vp-motion-ready .vp-pricing-card[data-vp-reveal] .vp-spend-chart li > i { transform: scaleY(.06); }
.vp-motion-ready .vp-pricing-card[data-vp-reveal].is-visible .vp-spend-chart li > i { transform: scaleY(1); }

.vp-blog { background: var(--vp-canvas); }
.vp-blog-heading { margin-bottom: clamp(42px, 5vw, 68px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .58fr); gap: clamp(45px, 9vw, 130px); align-items: end; }
.vp-blog-heading h2 { max-width: 760px; }
.vp-blog-heading > div:last-child > p { margin: 0; color: var(--vp-muted); font-size: 17px; line-height: 1.65; }
.vp-blog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.vp-blog-card { min-width: 0; min-height: 260px; overflow: hidden; display: grid; grid-template-columns: minmax(150px, .48fr) minmax(0, 1fr); border: 1px solid var(--vp-line); border-radius: var(--vp-radius); background: white; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.vp-blog-card:hover { border-color: var(--vp-violet-line); transform: translateY(-3px); box-shadow: 0 18px 40px rgba(25,29,44,.09); }
.vp-blog-media { min-height: 100%; overflow: hidden; background: var(--vp-soft-strong); }
.vp-blog-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.vp-blog-card:hover .vp-blog-media img { transform: scale(1.025); }
.vp-blog-card-copy { min-width: 0; padding: 25px; display: flex; align-items: flex-start; flex-direction: column; }
.vp-blog-meta { margin: 0 0 13px; display: flex; flex-wrap: wrap; gap: 6px 13px; color: #7a8190; font-size: 11px; font-weight: 750; text-transform: uppercase; }
.vp-blog-meta span::before { content: ""; width: 3px; height: 3px; margin: 0 9px 2px 0; display: inline-block; border-radius: 50%; background: var(--vp-violet); }
.vp-blog-card h3 { margin: 0; font-family: "VP Manrope", sans-serif; font-size: clamp(20px, 1.7vw, 27px); line-height: 1.25; }
.vp-blog-card h3 a:hover { color: var(--vp-violet); }
.vp-blog-excerpt { margin: 13px 0 20px; color: var(--vp-muted); font-size: 14px; line-height: 1.6; }
.vp-blog-read { margin-top: auto; color: var(--vp-violet) !important; font-size: 13px; font-weight: 800; }
.vp-blog-read span { margin-left: 7px; }
.vp-blog-explore { margin-top: 30px; padding: 24px 0 0; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid var(--vp-line); }
.vp-blog-explore p { margin: 0; color: var(--vp-muted); font-size: 15px; }
.vp-blog-explore .vp-button { gap: 16px; }
.vp-blog-empty { padding: 42px; border: 1px solid var(--vp-line); border-radius: var(--vp-radius); background: var(--vp-soft); text-align: center; }
.vp-blog-empty p { margin: 0; font-family: "VP Manrope", sans-serif; font-size: 23px; font-weight: 750; }

.vp-blog-main { min-height: 70vh; background: var(--vp-canvas); }
.vp-blog-archive-hero { padding: clamp(112px, 10vw, 144px) 5vw clamp(72px, 8vw, 116px); border-bottom: 1px solid var(--vp-violet-line); background: var(--vp-violet-soft); }
.vp-blog-archive-hero-inner { width: min(100%, 1240px); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .58fr); gap: clamp(48px, 9vw, 140px); align-items: end; }
.vp-blog-archive-hero h1 { max-width: 780px; margin: 0; font-family: "VP Manrope", sans-serif; font-size: clamp(45px, 5.2vw, 72px); line-height: 1.03; text-wrap: balance; }
.vp-blog-archive-summary { padding: 0 0 7px clamp(25px, 4vw, 54px); border-left: 1px solid var(--vp-violet-line); }
.vp-blog-archive-summary > p { margin: 0; color: #565e6d; font-size: 18px; line-height: 1.65; }
.vp-blog-archive-summary ul { margin: 25px 0 0; padding: 18px 0 0; display: flex; flex-wrap: wrap; gap: 8px 18px; border-top: 1px solid var(--vp-violet-line); color: #4f5663; font-size: 12px; font-weight: 750; list-style: none; }
.vp-blog-archive-summary li::before { content: "\2713"; margin-right: 7px; color: var(--vp-green); font-weight: 900; }
.vp-blog-library { width: min(90%, 1240px); margin: 0 auto; padding: clamp(66px, 7vw, 100px) 0; }
.vp-blog-library-head { margin-bottom: 34px; padding-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--vp-line); }
.vp-blog-library-head h2 { margin: 0; font-family: "VP Manrope", sans-serif; font-size: clamp(32px, 3.2vw, 46px); line-height: 1.1; }
.vp-blog-result-count { margin: 9px 0 0; color: var(--vp-muted); font-size: 13px; }
.vp-blog-filters { display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.vp-blog-filters input, .vp-blog-filters select { width: 220px; min-height: 44px; padding: 0 13px; border: 1px solid var(--vp-line-strong); border-radius: var(--vp-radius-sm); outline: 0; color: var(--vp-ink); background: white; box-shadow: none; }
.vp-blog-filters select { width: 160px; }
.vp-blog-filters input:focus, .vp-blog-filters select:focus { border-color: var(--vp-violet); box-shadow: 0 0 0 3px rgba(91,73,239,.12); }
.vp-blog-clear { padding: 8px; color: var(--vp-violet) !important; font-size: 13px; font-weight: 800; }
.vp-blog-archive-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.vp-blog-archive-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--vp-line); border-radius: var(--vp-radius); background: white; transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.vp-blog-archive-card:hover { border-color: var(--vp-violet-line); transform: translateY(-3px); box-shadow: 0 18px 40px rgba(25,29,44,.09); }
.vp-blog-archive-media { min-height: 220px; aspect-ratio: 16 / 8.5; overflow: hidden; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid var(--vp-line); background: var(--vp-soft-strong); }
.vp-blog-archive-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.vp-blog-archive-card:hover .vp-blog-archive-media img { transform: scale(1.025); }
.vp-blog-archive-copy { min-width: 0; padding: 27px; display: flex; flex: 1; flex-direction: column; }
.vp-blog-archive-copy .vp-blog-meta { margin-bottom: 14px; }
.vp-blog-archive-copy h3 { margin: 0; font-family: "VP Manrope", sans-serif; font-size: clamp(21px, 1.75vw, 25px); line-height: 1.25; }
.vp-blog-archive-copy h3 a:hover { color: var(--vp-violet); }
.vp-blog-archive-copy > p:not(.vp-blog-meta) { margin: 14px 0 20px; color: var(--vp-muted); font-size: 14px; line-height: 1.65; }
.vp-blog-archive-copy .vp-blog-featured-label { width: fit-content; margin: 0 0 16px; padding: 6px 9px; border-radius: 6px; color: var(--vp-green); background: var(--vp-green-soft); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.vp-blog-archive-card-featured { grid-column: 1 / -1; min-height: 440px; display: grid; grid-template-columns: minmax(0, 1.24fr) minmax(340px, .76fr); }
.vp-blog-archive-card-featured .vp-blog-archive-media { min-height: 100%; aspect-ratio: auto; border-right: 1px solid var(--vp-line); border-bottom: 0; }
.vp-blog-archive-card-featured .vp-blog-archive-copy { padding: clamp(34px, 4.2vw, 58px); justify-content: center; }
.vp-blog-archive-card-featured .vp-blog-meta { order: 1; }
.vp-blog-archive-card-featured .vp-blog-featured-label { order: 0; }
.vp-blog-archive-card-featured h3 { order: 2; font-size: clamp(29px, 3vw, 43px); line-height: 1.12; text-wrap: balance; }
.vp-blog-archive-card-featured .vp-blog-archive-copy > p:not(.vp-blog-meta, .vp-blog-featured-label) { order: 3; font-size: 16px; }
.vp-blog-archive-card-featured .vp-blog-read { order: 4; }
.vp-blog-read { margin-top: auto; color: var(--vp-violet) !important; font-size: 14px; font-weight: 800; }
.vp-blog-read span { margin-left: 5px; }
.vp-blog-pagination { margin-top: 44px; display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; }
.vp-blog-pagination .page-numbers { min-width: 40px; min-height: 40px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--vp-line); border-radius: var(--vp-radius-sm); background: white; font-size: 13px; font-weight: 750; }
.vp-blog-pagination .current, .vp-blog-pagination a:hover { border-color: var(--vp-violet); color: white; background: var(--vp-violet); }
.vp-blog-no-results { padding: 70px 24px; border: 1px solid var(--vp-line); border-radius: var(--vp-radius); background: var(--vp-soft); text-align: center; }
.vp-blog-no-results h3 { margin: 0 0 9px; font-family: "VP Manrope", sans-serif; font-size: 27px; }
.vp-blog-no-results p { margin: 0 0 24px; color: var(--vp-muted); }
.vp-blog-archive-cta { padding: clamp(62px, 7vw, 92px) 5vw; display: flex; align-items: center; justify-content: space-between; gap: 36px; color: white; background: var(--vp-brand-deep); }
.vp-blog-archive-cta > div { max-width: 720px; }
.vp-blog-archive-cta .vp-eyebrow { color: #a99eff; }
.vp-blog-archive-cta h2 { margin: 0; font-family: "VP Manrope", sans-serif; font-size: clamp(34px, 3.5vw, 52px); line-height: 1.1; text-wrap: balance; }

.vp-article-main { min-height: 70vh; background: var(--vp-canvas); }
.vp-article-hero { padding: clamp(112px, 10vw, 144px) 5vw clamp(64px, 8vw, 112px); display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1fr); gap: clamp(48px, 8vw, 120px); align-items: center; border-bottom: 1px solid var(--vp-violet-line); background: var(--vp-violet-soft); }
.vp-article-hero-copy { max-width: 720px; justify-self: end; }
.vp-article-back { margin-bottom: 42px; display: inline-flex; align-items: center; gap: 8px; color: var(--vp-violet) !important; font-size: 13px; font-weight: 800; }
.vp-article-hero h1 { margin: 0; font-family: "VP Manrope", sans-serif; font-size: clamp(40px, 4.5vw, 66px); line-height: 1.04; text-wrap: balance; }
.vp-article-lede { margin: 24px 0 0; color: #555d6b; font-size: clamp(17px, 1.4vw, 20px); line-height: 1.65; }
.vp-article-meta { margin: 28px 0 0; display: flex; flex-wrap: wrap; gap: 8px 22px; color: #737b89; font-size: 12px; font-weight: 750; text-transform: uppercase; }
.vp-article-meta span::before { content: ""; width: 4px; height: 4px; margin: 0 12px 2px 0; display: inline-block; border-radius: 50%; background: var(--vp-violet); }
.vp-article-cover { min-width: 0; margin: 0; overflow: hidden; aspect-ratio: 16 / 10; border: 1px solid var(--vp-violet-line); border-radius: var(--vp-radius); background: var(--vp-soft-strong); box-shadow: 0 26px 65px rgba(50,42,115,.14); }
.vp-article-cover img { width: 100%; height: 100%; object-fit: cover; }
.vp-article-body { width: min(90%, 1120px); margin: 0 auto; padding: clamp(70px, 8vw, 115px) 0; display: grid; grid-template-columns: minmax(0, 720px) minmax(240px, 300px); gap: clamp(50px, 8vw, 100px); align-items: start; }
.vp-article-content { min-width: 0; color: #343b48; font-size: 18px; line-height: 1.78; }
.vp-article-content > *:first-child { margin-top: 0; }
.vp-article-content h2, .vp-article-content h3, .vp-article-content h4 { color: var(--vp-ink); font-family: "VP Manrope", sans-serif; line-height: 1.2; }
.vp-article-content h2 { margin: 58px 0 18px; font-size: clamp(28px, 3vw, 38px); }
.vp-article-content h3 { margin: 40px 0 14px; font-size: 25px; }
.vp-article-content h4 { margin: 30px 0 12px; font-size: 20px; }
.vp-article-content p, .vp-article-content ul, .vp-article-content ol { margin: 0 0 24px; }
.vp-article-content ul, .vp-article-content ol { padding-left: 25px; }
.vp-article-content li { margin-bottom: 9px; padding-left: 4px; }
.vp-article-content a { color: var(--vp-violet) !important; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.vp-article-content img { margin: 34px 0; border-radius: var(--vp-radius); }
.vp-article-content blockquote { margin: 34px 0; padding: 22px 26px; border-left: 3px solid var(--vp-violet); border-radius: 0 var(--vp-radius-sm) var(--vp-radius-sm) 0; background: var(--vp-violet-soft); }
.vp-article-content blockquote > *:last-child { margin-bottom: 0; }
.vp-article-content table { width: 100%; margin: 34px 0; border-collapse: collapse; font-size: 14px; }
.vp-article-content th, .vp-article-content td { padding: 13px; border: 1px solid var(--vp-line); text-align: left; vertical-align: top; }
.vp-article-content th { background: var(--vp-soft); }
.vp-article-content pre { max-width: 100%; padding: 20px; overflow-x: auto; border-radius: var(--vp-radius-sm); background: var(--vp-brand-deep); color: white; font-size: 14px; }
.vp-article-aside { position: sticky; top: 104px; padding: 28px; border: 1px solid var(--vp-line); border-radius: var(--vp-radius); background: var(--vp-soft); }
.vp-article-aside h2 { margin: 0; font-family: "VP Manrope", sans-serif; font-size: 25px; line-height: 1.2; }
.vp-article-aside > p:not(.vp-eyebrow) { margin: 15px 0 23px; color: var(--vp-muted); font-size: 14px; line-height: 1.65; }
.vp-article-aside .vp-button { width: 100%; }
.vp-article-next { padding: clamp(60px, 7vw, 90px) 5vw; display: flex; align-items: center; justify-content: space-between; gap: 36px; border-top: 1px solid var(--vp-line); background: var(--vp-soft); }
.vp-article-next h2 { margin: 0; font-family: "VP Manrope", sans-serif; font-size: clamp(30px, 3vw, 44px); line-height: 1.1; }

.vp-legal-main { min-height: 70vh; background: var(--vp-canvas); }
.vp-legal-hero { padding: clamp(112px, 10vw, 144px) 5vw clamp(64px, 7vw, 96px); border-bottom: 1px solid var(--vp-violet-line); background: var(--vp-violet-soft); }
.vp-legal-hero-inner { width: min(100%, 1080px); margin: 0 auto; }
.vp-legal-hero h1 { max-width: 900px; margin: 0; font-family: "VP Manrope", sans-serif; font-size: clamp(46px, 5.5vw, 76px); line-height: 1.04; font-weight: 760; text-wrap: balance; }
.vp-legal-hero-inner > p:not(.vp-eyebrow, .vp-legal-updated) { max-width: 720px; margin: 24px 0 0; color: var(--vp-muted); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; }
.vp-legal-updated { margin: 27px 0 0; color: var(--vp-violet); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.vp-legal-summary { padding: 0 5vw; border-bottom: 1px solid var(--vp-green-line); background: var(--vp-green-soft); }
.vp-legal-summary-inner { width: min(100%, 1080px); min-height: 112px; margin: 0 auto; display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 30px; align-items: center; }
.vp-legal-summary-inner > p { margin: 0; color: var(--vp-green); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.vp-legal-summary ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; color: #315646; font-size: 13px; font-weight: 700; list-style: none; }
.vp-legal-summary li { position: relative; padding-left: 20px; }
.vp-legal-summary li::before { content: "\2713"; position: absolute; left: 0; color: var(--vp-green); font-weight: 900; }
.vp-legal-layout { width: min(90%, 1080px); margin: 0 auto; padding: clamp(64px, 8vw, 112px) 0; display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: clamp(48px, 8vw, 110px); align-items: start; }
.vp-legal-aside { position: sticky; top: 104px; padding: 25px; border: 1px solid var(--vp-line); border-radius: var(--vp-radius); background: var(--vp-soft); }
.vp-legal-aside > p { margin: 0 0 25px; color: var(--vp-muted); font-size: 13px; line-height: 1.6; }
.vp-legal-aside .vp-legal-aside-label { margin-bottom: 8px; color: var(--vp-violet); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.vp-legal-nav { max-height: calc(100vh - 250px); margin: 0 0 22px; overflow-y: auto; display: flex; flex-direction: column; border-top: 1px solid var(--vp-line); }
.vp-legal-nav a { padding: 10px 0; border-bottom: 1px solid var(--vp-line); color: #515967; font-size: 12px; font-weight: 700; line-height: 1.35; }
.vp-legal-nav a:hover { color: var(--vp-violet); }
.vp-legal-assurance { padding: 17px 0; display: grid; grid-template-columns: 24px 1fr; gap: 10px; border-top: 1px solid var(--vp-line); }
.vp-legal-assurance > span { width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--vp-green); background: var(--vp-green-soft); font-size: 11px; font-weight: 900; }
.vp-legal-assurance p { margin: 0; display: flex; flex-direction: column; }
.vp-legal-assurance strong { font-size: 13px; }
.vp-legal-assurance small { margin-top: 3px; color: var(--vp-muted); font-size: 11px; line-height: 1.5; }
.vp-legal-contact { padding-top: 20px; display: flex; flex-direction: column; border-top: 1px solid var(--vp-line); }
.vp-legal-contact strong { font-size: 13px; }
.vp-legal-contact a { margin-top: 5px; overflow-wrap: anywhere; color: var(--vp-violet) !important; font-size: 12px; font-weight: 750; }
.vp-legal-content { min-width: 0; color: #343b48; font-size: 17px; line-height: 1.75; }
.vp-legal-content > *:first-child { margin-top: 0; }
.vp-legal-content h1, .vp-legal-content h2, .vp-legal-content h3, .vp-legal-content h4 { color: var(--vp-ink); font-family: "VP Manrope", sans-serif; line-height: 1.22; letter-spacing: 0; }
.vp-legal-content h1 { margin: 0 0 28px; font-size: 40px; }
.vp-legal-content h2 { margin: 58px 0 17px; padding-top: 10px; border-top: 1px solid var(--vp-line); font-size: clamp(28px, 3vw, 38px); }
.vp-legal-content h3 { margin: 36px 0 13px; font-size: 24px; }
.vp-legal-content h4 { margin: 28px 0 10px; font-size: 19px; }
.vp-legal-content p, .vp-legal-content ul, .vp-legal-content ol { margin: 0 0 22px; }
.vp-legal-content ul, .vp-legal-content ol { padding-left: 24px; }
.vp-legal-content li { margin-bottom: 9px; padding-left: 4px; }
.vp-legal-content a { color: var(--vp-violet) !important; font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.vp-legal-content blockquote { margin: 30px 0; padding: 22px 25px; border-left: 3px solid var(--vp-violet); border-radius: 0 var(--vp-radius-sm) var(--vp-radius-sm) 0; background: var(--vp-violet-soft); }
.vp-legal-content blockquote p:last-child { margin-bottom: 0; }
.vp-legal-content table { width: 100%; margin: 30px 0; border-collapse: collapse; font-size: 14px; }
.vp-legal-content th, .vp-legal-content td { padding: 14px; border: 1px solid var(--vp-line); text-align: left; vertical-align: top; }
.vp-legal-content th { background: var(--vp-soft); color: var(--vp-ink); }
.vp-legal-section { scroll-margin-top: 98px; }
.vp-legal-section:first-child h2 { margin-top: 0; }
.vp-legal-source-note { margin-top: 55px !important; padding: 18px 20px; border: 1px solid var(--vp-line); border-radius: var(--vp-radius-sm); color: var(--vp-muted); background: var(--vp-soft); font-size: 13px; }

.vp-final-cta { min-height: 100vh; min-height: 100svh; padding: clamp(82px, 8vw, 124px) 5vw; overflow: hidden; display: flex; align-items: center; color: white; background: radial-gradient(circle at 50% 25%, rgba(118,103,255,.32), transparent 30%), linear-gradient(145deg, #171041, #0e092d 72%); }
.vp-final-cta-inner { width: min(100%, 980px); margin: 0 auto; }
.vp-final-cta-copy { min-width: 0; text-align: center; }
.vp-final-cta .vp-eyebrow { color: #b7adff; }
.vp-final-cta h2 { max-width: 900px; margin-right: auto; margin-left: auto; font-size: clamp(48px, 6vw, 82px); line-height: 1.02; letter-spacing: -.035em; }
.vp-final-scan-form { width: min(100%, 790px); min-height: 76px; margin: 44px auto 0; padding: 8px; display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.3); border-radius: 24px; background: white; box-shadow: 0 28px 80px rgba(5,3,24,.35); transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.vp-final-scan-form:focus-within { border-color: #b7adff; box-shadow: 0 0 0 4px rgba(183,173,255,.16), 0 34px 90px rgba(5,3,24,.42); transform: translateY(-2px); }
.vp-final-scan-form.has-error { border-color: #ff899a; animation: vp-field-shake .32s ease; }
.vp-final-domain-icon { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 16px; color: var(--vp-violet); background: var(--vp-violet-soft); }
.vp-final-domain-icon svg, .vp-final-reassurance svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.vp-final-domain-icon svg { width: 25px; height: 25px; }
.vp-final-scan-form input { min-width: 0; width: 100%; height: 56px; padding: 0 10px; border: 0 !important; outline: 0 !important; color: var(--vp-ink); background: transparent !important; box-shadow: none !important; font-size: 18px; }
.vp-final-scan-form input::placeholder { color: #8a8f9d; opacity: 1; }
.vp-final-scan-form button { min-height: 56px; padding: 0 25px; border: 0; border-radius: 17px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; color: white; background: var(--vp-violet); font-size: 15px; font-weight: 850; white-space: nowrap; cursor: pointer; transition: background .2s ease, box-shadow .2s ease, transform .2s ease; }
.vp-final-scan-form button:hover { background: #4936da; box-shadow: 0 10px 28px rgba(74,56,210,.3); transform: translateY(-1px); }
.vp-final-scan-form button span { font-size: 19px; transition: transform .2s ease; }
.vp-final-scan-form button:hover span, .vp-final-scan-form.has-value button span { transform: translateX(3px); }
.vp-final-form-error { width: min(100%, 790px); margin: 10px auto 0; color: #ff9aaa; text-align: left; }
.vp-final-reassurance { margin: 26px 0 0; display: inline-flex; align-items: center; gap: 10px; color: #d5d0ef; font-size: 14px; font-weight: 700; }
.vp-final-reassurance > span { width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: #7bd2ae; background: rgba(123,210,174,.1); }
.vp-final-reassurance svg { width: 16px; height: 16px; }

.vp-footer { padding: 55px 5vw; display: flex; justify-content: space-between; gap: 35px; border-top: 1px solid var(--vp-line); background: var(--vp-canvas); }
.vp-footer p { margin: 12px 0 0; color: var(--vp-muted); font-size: 14px; }
.vp-footer nav { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; color: #4f5663; font-size: 14px; font-weight: 700; }

@media (max-width: 1050px) {
    .vp-hero { min-height: 100vh; min-height: 100svh; padding-top: 104px; }
    .vp-hero-copy { max-width: 860px; }
    .vp-module-row { padding: 32px; }
    .vp-platforms ul { grid-template-columns: 1fr 1fr; }
    .vp-platforms-footer { grid-template-columns: 1fr 1fr; }
    .vp-platforms-footer .vp-button { grid-column: 1 / -1; width: min(100%, 220px); justify-self: center; }
    .vp-blog-heading { grid-template-columns: minmax(0, 1fr); gap: 22px; }
    .vp-blog-heading > div:last-child { max-width: 700px; }
    .vp-blog-card { grid-template-columns: 150px minmax(0, 1fr); }
    .vp-blog-library-head { align-items: stretch; flex-direction: column; }
    .vp-blog-filters { justify-content: flex-start; }
    .vp-blog-archive-hero-inner { grid-template-columns: 1fr; gap: 34px; }
    .vp-blog-archive-summary { max-width: 720px; padding: 27px 0 0; border-top: 1px solid var(--vp-violet-line); border-left: 0; }
    .vp-blog-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .vp-blog-archive-card-featured { grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); }
    .vp-article-hero { grid-template-columns: 1fr; gap: 45px; }
    .vp-article-hero-copy { justify-self: auto; }
    .vp-article-cover { width: min(100%, 760px); }
    .vp-article-body { grid-template-columns: minmax(0, 1fr); }
    .vp-article-aside { position: static; max-width: 600px; }
    .vp-steps { gap: 58px; }
    .vp-steps li { min-height: 310px; padding: 26px; }
    .vp-steps li:not(:last-child)::after { width: 48px; right: -47px; }
    .vp-pricing-card { grid-template-columns: minmax(250px, .62fr) minmax(0, 1.38fr); }
}

@media (max-width: 900px) {
    .vp-workflow { min-height: 0; }
    .vp-steps { width: min(100%, 560px); grid-template-columns: minmax(0, 1fr); gap: 70px; }
    .vp-steps li { min-height: 255px; }
    .vp-steps li:not(:last-child) { border-right: 1px solid rgba(91,73,239,.14); border-bottom: 0; border-radius: 28px 28px 0 0; }
    .vp-steps li:not(:last-child)::after { width: 100%; height: 48px; top: auto; right: 0; bottom: -47px; background: linear-gradient(180deg, #fff 18%, #f7f5ff 68%, #e7e2ff); clip-path: polygon(0 0, 100% 0, 50% 100%); filter: drop-shadow(0 1px 0 rgba(91,73,239,.16)) drop-shadow(8px 10px 12px rgba(46,36,112,.07)); }
    .vp-steps li:last-child { -webkit-mask-image: radial-gradient(circle 60px at 50% -40px, transparent 0 59px, #000 60px); mask-image: radial-gradient(circle 60px at 50% -40px, transparent 0 59px, #000 60px); }
    .vp-pricing { min-height: 0; }
    .vp-pricing-card { width: min(100%, 640px); grid-template-columns: minmax(0, 1fr); }
    .vp-pricing-limit { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
    .vp-pricing-amount strong { font-size: 88px; }
    .vp-pricing-footer { grid-column: auto; }
}

@media (max-width: 720px) {
    .vp-hero { min-height: 100vh; min-height: 100svh; padding: 92px 20px 76px; }
    .vp-page-brand { top: 20px; left: 20px; }
    .vp-page-brand img { width: 38px; height: 38px; }
    .vp-hero h1 { margin-bottom: 14px; font-size: clamp(40px, 12vw, 56px); line-height: 1; }
    .vp-hero-promise { max-width: 100%; margin-bottom: 28px; font-size: clamp(11.5px, 3.45vw, 18px); font-weight: 720; letter-spacing: -.025em; white-space: nowrap; }
    .vp-scan-form { min-height: 0; padding: 7px; grid-template-columns: minmax(0, 1fr) 48px; gap: 6px; border-radius: 20px; }
    .vp-rank-target { min-width: 0; min-height: 50px; padding: 6px 12px; grid-column: 1 / -1; justify-content: center; border-radius: 14px; }
    .vp-field-divider { display: none; }
    .vp-scan-form input { height: 48px; padding-left: 10px; font-size: 16px; }
    .vp-scan-submit { width: 48px; height: 48px; border-radius: 15px; }
    .vp-hero-learn { bottom: 20px; }
    .vp-section { padding: 68px 20px; }
    .vp-section-heading { margin-bottom: 38px; }
    .vp-section h2, .vp-final-cta h2 { font-size: 38px; }
    .vp-product { min-height: 0; }
    .vp-lift-heading { margin-bottom: 24px; }
    .vp-lift-heading h2 { font-size: 42px; }
    .vp-lift-controls { margin-bottom: 18px; padding: 9px; gap: 9px; border-radius: 18px; }
    .vp-lift-progress-date { flex-basis: 230px; gap: 9px; }
    .vp-lift-progress-icon { width: 38px; height: 38px; flex-basis: 38px; }
    .vp-lift-progress-date strong { gap: 5px; font-size: 12px; }
    .vp-lift-periods { flex: 1 1 auto; grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .vp-lift-periods button { min-height: 38px; padding: 0 4px; font-size: 11px; }
    .vp-lift-board { grid-template-columns: minmax(0, 1fr); gap: 15px; }
    .vp-lift-card { min-height: 270px; padding: 22px; border-radius: 22px; }
    .vp-lift-state { min-height: 108px; padding: 16px 10px; }
    .vp-lift-footer { align-items: center; }
    .vp-workflow-heading { margin-bottom: 38px; }
    .vp-workflow-heading h2 { font-size: 42px; }
    .vp-steps li { min-height: 245px; padding: 24px; }
    .vp-step-icon { width: 66px; height: 66px; margin: 13px 0 18px; border-radius: 21px; }
    .vp-step-icon svg { width: 32px; height: 32px; }
    .vp-steps h3 { font-size: 30px; }
    .vp-module-intro { margin-bottom: 38px; }
    .vp-module-intro h2 { font-size: 42px; }
    .vp-module-list { grid-template-columns: 1fr; }
    .vp-module-row { min-height: 400px; padding: 26px; }
    .vp-module-mark { width: 66px; height: 66px; border-radius: 21px; }
    .vp-module-mark svg { width: 32px; height: 32px; }
    .vp-module-header { gap: 16px; }
    .vp-module-header h3 { font-size: 31px; }
    .vp-module-flow { min-height: 160px; margin: 30px 0; padding: 22px 7px; }
    .vp-module-flow::before { top: 60px; }
    .vp-module-node { width: 50px; height: 50px; }
    .vp-module-node svg { width: 22px; height: 22px; }
    .vp-module-flow strong { font-size: 12px; }
    .vp-module-action { width: 100%; }
    .vp-platforms-heading { margin-bottom: 38px; }
    .vp-platforms-heading h2 { font-size: 42px; }
    .vp-platforms ul { grid-template-columns: 1fr 1fr; gap: 12px; }
    .vp-platforms li { min-height: 160px; padding: 20px 10px; gap: 15px; border-radius: 22px; }
    .vp-platform-logo { width: 64px; height: 64px; flex-basis: 64px; border-radius: 20px; }
    .vp-platform-logo img { max-width: 36px; max-height: 36px; }
    .vp-platform-woocommerce img { width: 47px; max-width: 47px; max-height: 27px; }
    .vp-platforms strong { font-size: 14px; }
    .vp-platforms-footer { grid-template-columns: 1fr; gap: 20px; }
    .vp-platforms-footer .vp-button { grid-column: auto; width: 100%; justify-self: stretch; }
    .vp-pricing-heading { margin-bottom: 34px; }
    .vp-pricing-heading h2 { font-size: 42px; }
    .vp-pricing-card { border-radius: 26px; }
    .vp-pricing-limit, .vp-pricing-journey { padding: 30px 24px; }
    .vp-pricing-journey-heading { align-items: flex-start; flex-direction: column; gap: 7px; }
    .vp-pricing-journey-heading strong { text-align: left; }
    .vp-pricing-footer { padding: 24px; grid-template-columns: minmax(0, 1fr); }
    .vp-pricing-action { width: 100%; justify-content: space-between; }
    .vp-blog-grid { grid-template-columns: 1fr; }
    .vp-blog-card { min-height: 0; grid-template-columns: 1fr; }
    .vp-blog-media { min-height: 190px; aspect-ratio: 16 / 9; }
    .vp-blog-card-copy { padding: 22px; }
    .vp-blog-card h3 { font-size: 23px; }
    .vp-blog-explore { align-items: stretch; flex-direction: column; }
    .vp-blog-explore .vp-button { width: 100%; }
    .vp-blog-archive-hero { padding: 92px 20px 58px; }
    .vp-blog-archive-hero h1 { font-size: 42px; }
    .vp-blog-archive-hero-inner { gap: 28px; }
    .vp-blog-archive-summary { padding-top: 23px; }
    .vp-blog-archive-summary > p { font-size: 16px; }
    .vp-blog-archive-summary ul { gap: 8px 14px; }
    .vp-blog-library { width: auto; padding: 68px 20px; }
    .vp-blog-filters { display: grid; grid-template-columns: 1fr; }
    .vp-blog-filters label, .vp-blog-filters input, .vp-blog-filters select, .vp-blog-filters .vp-button { width: 100%; }
    .vp-blog-clear { text-align: center; }
    .vp-blog-archive-grid { grid-template-columns: 1fr; }
    .vp-blog-archive-media { min-height: 180px; }
    .vp-blog-archive-copy { padding: 23px; }
    .vp-blog-archive-card-featured { min-height: 0; grid-template-columns: 1fr; }
    .vp-blog-archive-card-featured .vp-blog-archive-media { min-height: 210px; aspect-ratio: 16 / 9; border-right: 0; border-bottom: 1px solid var(--vp-line); }
    .vp-blog-archive-card-featured .vp-blog-archive-copy { padding: 27px 23px; }
    .vp-blog-archive-card-featured h3 { font-size: 29px; }
    .vp-blog-archive-cta { padding: 65px 20px; align-items: stretch; flex-direction: column; }
    .vp-blog-archive-cta .vp-button { width: 100%; }
    .vp-article-hero { padding: 92px 20px 58px; gap: 34px; }
    .vp-article-back { margin-bottom: 28px; }
    .vp-article-hero h1 { font-size: 40px; }
    .vp-article-lede { font-size: 16px; }
    .vp-article-cover { aspect-ratio: 16 / 10; }
    .vp-article-body { width: auto; padding: 58px 20px; gap: 42px; }
    .vp-article-content { font-size: 16.5px; line-height: 1.72; }
    .vp-article-content h2 { margin-top: 45px; font-size: 29px; }
    .vp-article-content h3 { font-size: 23px; }
    .vp-article-content table { display: block; overflow-x: auto; }
    .vp-article-aside { padding: 24px; }
    .vp-article-next { padding: 58px 20px; align-items: stretch; flex-direction: column; }
    .vp-article-next .vp-secondary-button { width: 100%; }
    .vp-legal-hero { padding: 96px 20px 58px; }
    .vp-legal-hero h1 { font-size: 43px; }
    .vp-legal-summary { padding: 25px 20px; }
    .vp-legal-summary-inner { min-height: 0; grid-template-columns: 1fr; gap: 13px; }
    .vp-legal-summary ul { grid-template-columns: 1fr; gap: 10px; }
    .vp-legal-layout { width: auto; padding: 60px 20px 75px; grid-template-columns: 1fr; gap: 36px; }
    .vp-legal-aside { position: static; }
    .vp-legal-nav { max-height: 310px; }
    .vp-legal-content { font-size: 16px; line-height: 1.7; }
    .vp-legal-content h2 { margin-top: 45px; font-size: 30px; }
    .vp-legal-content table { display: block; overflow-x: auto; }
    .vp-final-cta { padding: 74px 20px; }
    .vp-final-cta h2 { font-size: 46px; }
    .vp-final-scan-form { min-height: 0; padding: 8px; grid-template-columns: 46px minmax(0, 1fr); gap: 5px; border-radius: 22px; }
    .vp-final-domain-icon { width: 44px; height: 44px; border-radius: 14px; }
    .vp-final-scan-form input { height: 52px; padding: 0 7px; font-size: 16px; }
    .vp-final-scan-form button { min-height: 54px; grid-column: 1 / -1; width: 100%; }
    .vp-final-reassurance { max-width: 280px; justify-content: center; line-height: 1.4; }
    .vp-footer { padding: 45px 20px; flex-direction: column; }
    .vp-footer nav { align-items: flex-start; flex-direction: column; gap: 13px; }
}

@media (max-width: 560px) {
    .vp-lift-controls { padding: 13px; align-items: stretch; flex-direction: column; gap: 12px; }
    .vp-lift-progress-date { flex-basis: auto; justify-content: center; }
    .vp-lift-periods { width: 100%; }
    .vp-pricing-amount strong { font-size: 78px; }
    .vp-spend-chart { min-height: 205px; gap: 11px; }
    .vp-spend-chart li { height: 172px; }
    .vp-spend-chart li > i { width: min(100%, 58px); height: 104px; border-radius: 15px 15px 4px 4px; }
    .vp-spend-chart li:nth-child(2) > i, .vp-spend-chart li:nth-child(3) > i { height: 31px; }
    .vp-pricing-details > div { grid-template-columns: minmax(0, 1fr); }
    .vp-pricing-approval { align-items: flex-start; }
    .vp-pricing-approval p { line-height: 1.55; }
}

@media (max-width: 360px) {
    .vp-lift-card { padding: 22px; }
    .vp-lift-card > header { gap: 12px; }
    .vp-lift-card h3 { font-size: 20px; }
    .vp-lift-icon { width: 44px; height: 44px; flex-basis: 44px; }
    .vp-lift-states { grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr); gap: 6px; }
    .vp-lift-state { padding-right: 7px; padding-left: 7px; }
    .vp-lift-arrow { font-size: 27px; }
    .vp-lift-result { padding-right: 11px; padding-left: 11px; font-size: 12px; }
    .vp-lift-bars { grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr); gap: 6px; }
    .vp-lift-bar-group > div { gap: 6px; }
    .vp-lift-chart-arrow { font-size: 27px; }
}

@media (prefers-reduced-motion: reduce) {
    .visiblepilot-marketing-home *, .visiblepilot-marketing-home *::before, .visiblepilot-marketing-home *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
