:root {
    --vp-bg: #070a12;
    --vp-bg-soft: #0d111c;
    --vp-card: #111827;
    --vp-card-soft: #0c1321;
    --vp-line: rgba(255, 255, 255, 0.08);
    --vp-line-strong: rgba(255, 255, 255, 0.13);
    --vp-text: #fff;
    --vp-muted: #9ca3af;
    --vp-blue: #3b82f6;
    --vp-indigo: #6366f1;
    --vp-green: #22c55e;
    --vp-yellow: #f59e0b;
    --vp-red: #ef4444;
}

html { scroll-behavior: smooth; }
body.vpay-landing { margin: 0; overflow-x: hidden; background: var(--vp-bg); color: var(--vp-text); font-family: Inter, Arial, sans-serif; }
.vpay-landing *, .vpay-landing *::before, .vpay-landing *::after { box-sizing: border-box; }
.vpay-landing a { color: inherit; text-decoration: none; }
.vpay-landing button { font: inherit; }
.vpay-landing svg { width: 18px; height: 18px; stroke-width: 1.8; }
.vp-container { width: min(1280px, calc(100% - 48px)); margin-inline: auto; }
.vp-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid transparent; background: rgba(7, 10, 18, 0.76); backdrop-filter: blur(18px); transition: border-color .25s ease, background .25s ease; }
.vp-header.is-scrolled { border-color: var(--vp-line); background: rgba(7, 10, 18, 0.92); }
.vp-navbar { height: 76px; display: flex; align-items: center; gap: 32px; }
.vp-brand { display: inline-flex; align-items: center; gap: 11px; flex: none; }
.vp-brand-symbol, .vp-app-logo span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 11px; color: white; background: linear-gradient(135deg, var(--vp-blue), var(--vp-indigo)); font-size: 17px; font-weight: 800; box-shadow: 0 0 30px rgba(59, 130, 246, .22); }
.vp-brand > span:last-child { display: grid; gap: 2px; }
.vp-brand strong { font-size: 17px; line-height: 1; letter-spacing: -.03em; }
.vp-brand small { color: #6b7280; font-size: 8px; letter-spacing: .05em; }
.vp-navigation { display: flex; align-items: center; justify-content: center; gap: 25px; flex: 1; }
.vp-navigation a { color: var(--vp-muted); font-size: 13px; font-weight: 500; transition: color .2s ease; }
.vp-navigation a:hover { color: white; }
.vp-header-actions, .vp-actions { display: flex; align-items: center; gap: 12px; }
.vp-button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 17px; border: 1px solid transparent; border-radius: 11px; color: white; font-size: 13px; font-weight: 600; cursor: pointer; transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease; }
.vp-button:hover { transform: translateY(-2px); }
.vp-button-primary { background: var(--vp-blue); box-shadow: 0 10px 30px rgba(59, 130, 246, .2); }
.vp-button-primary:hover { background: #4b8df8; box-shadow: 0 14px 36px rgba(59, 130, 246, .28); }
.vp-button-secondary { border-color: var(--vp-line-strong); background: rgba(255, 255, 255, .035); }
.vp-button-secondary:hover { border-color: rgba(255, 255, 255, .24); background: rgba(255, 255, 255, .07); }
.vp-button-ghost { color: #d1d5db; }
.vp-button-ghost:hover { background: rgba(255, 255, 255, .05); }
.vp-button-large { min-height: 50px; padding-inline: 21px; border-radius: 13px; }
.vp-menu-toggle { display: none; width: 42px; height: 42px; place-items: center; margin-left: auto; border: 1px solid var(--vp-line); border-radius: 11px; color: white; background: var(--vp-card); }

.vp-hero { position: relative; min-height: calc(100svh - 76px); display: grid; align-items: center; overflow: hidden; padding: 96px 0 120px; background: radial-gradient(circle at 8% 20%, rgba(59, 130, 246, .08), transparent 28%), linear-gradient(180deg, #070a12 0%, #080c15 100%); }
.vp-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .28; background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.vp-hero-glow { position: absolute; right: 2%; top: 18%; width: 560px; height: 560px; border-radius: 50%; background: rgba(59, 130, 246, .13); filter: blur(110px); pointer-events: none; }
.vp-hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(52px, 7vw, 100px); }
.vp-badge, .vp-eyebrow { display: inline-flex; align-items: center; gap: 8px; color: #a9c7fd; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 700; }
.vp-badge { padding: 8px 11px; border: 1px solid rgba(59, 130, 246, .25); border-radius: 999px; background: rgba(59, 130, 246, .08); }
.vp-badge svg { width: 14px; height: 14px; }
.vp-hero-copy h1 { max-width: 650px; margin: 25px 0 24px; color: white; font-size: clamp(52px, 5.2vw, 76px); line-height: 1.02; letter-spacing: -.065em; }
.vp-hero-copy h1 span { background: linear-gradient(100deg, #80b3ff, #7779ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.vp-hero-copy > p { max-width: 610px; color: var(--vp-muted); font-size: 17px; line-height: 1.75; }
.vp-hero-copy .vp-actions { margin-top: 34px; }
.vp-trust-list { display: flex; gap: 20px; flex-wrap: wrap; padding: 0; margin: 27px 0 0; list-style: none; color: #89909e; font-size: 11px; }
.vp-trust-list li { display: inline-flex; align-items: center; gap: 6px; }
.vp-trust-list svg { width: 14px; height: 14px; color: #67a0fa; }
.vp-hero-dashboard { position: relative; padding: 0 24px 24px; border: 1px solid var(--vp-line-strong); border-radius: 22px; background: linear-gradient(145deg, rgba(17, 24, 39, .96), rgba(8, 13, 24, .96)); box-shadow: 0 32px 100px rgba(0, 0, 0, .35), 0 0 90px rgba(59, 130, 246, .1); transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }
.vp-window-bar { height: 48px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid var(--vp-line); }
.vp-window-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #374151; }
.vp-window-bar > span:first-child { background: #ef6a67; }
.vp-window-bar > span:nth-child(2) { background: #e8ae55; }
.vp-window-bar > span:nth-child(3) { background: #5dbd78; }
.vp-window-bar small { margin-inline: auto; padding: 6px 14px; border-radius: 7px; color: #646c79; background: rgba(255, 255, 255, .025); font-size: 9px; }
.vp-dashboard-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 0 18px; }
.vp-dashboard-head span, .vp-app-top small { color: #6f7785; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.vp-dashboard-head h2 { margin: 6px 0 0; font-size: 18px; letter-spacing: -.025em; }
.vp-dashboard-head .vp-live { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; border: 1px solid rgba(34, 197, 94, .16); border-radius: 99px; color: #86d8a3; background: rgba(34, 197, 94, .07); font-size: 8px; }
.vp-live i, .vp-status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--vp-green); box-shadow: 0 0 12px rgba(34, 197, 94, .7); }
.vp-mini-stats, .vp-app-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.vp-metric-card { position: relative; min-width: 0; padding: 16px; border: 1px solid var(--vp-line); border-radius: 13px; background: rgba(255, 255, 255, .025); }
.vp-metric-card > div { display: flex; align-items: center; gap: 7px; color: #7f8794; }
.vp-metric-card svg { width: 14px; height: 14px; color: #74a7f7; }
.vp-metric-card span { overflow: hidden; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; text-overflow: ellipsis; white-space: nowrap; }
.vp-metric-card strong { display: block; overflow: hidden; margin-top: 13px; font-size: 16px; letter-spacing: -.03em; text-overflow: ellipsis; white-space: nowrap; }
.vp-metric-card > small { position: absolute; right: 14px; bottom: 15px; color: #58c77c; font-size: 8px; }
.vp-metric-card.is-danger > small { color: #f07272; }
.vp-connection, .vp-mp-card { display: flex; align-items: center; gap: 12px; margin-top: 10px; padding: 13px 15px; border: 1px solid var(--vp-line); border-radius: 13px; background: rgba(255, 255, 255, .018); }
.vp-mp-mark { width: 34px; height: 34px; display: grid; place-items: center; flex: none; border-radius: 10px; color: #72a9ff; background: rgba(59, 130, 246, .11); font-size: 10px; font-weight: 800; }
.vp-connection > div:nth-child(2), .vp-mp-card > div:nth-child(2) { display: grid; gap: 3px; }
.vp-connection small, .vp-mp-card small { color: #727b88; font-size: 8px; }
.vp-connection strong, .vp-mp-card strong { font-size: 11px; }
.vp-connection .vp-status-dot { margin-left: auto; }
.vp-recent { margin-top: 10px; padding: 15px; border: 1px solid var(--vp-line); border-radius: 13px; background: rgba(255, 255, 255, .018); }
.vp-card-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.vp-card-heading h3 { margin: 0; font-size: 11px; }
.vp-card-heading span { color: #6d9fee; font-size: 8px; }
.vp-card-heading small { display: block; margin-top: 4px; color: #656d7a; font-size: 8px; }
.vp-payment-row { display: grid; grid-template-columns: 30px 1fr auto 72px; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, .05); font-size: 9px; }
.vp-payment-row:last-child { border: 0; padding-bottom: 0; }
.vp-payment-row > div { display: grid; gap: 3px; }
.vp-payment-row small { color: #69717e; font-size: 7px; }
.vp-payment-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: #7eabef; background: rgba(59, 130, 246, .08); }
.vp-payment-icon svg { width: 13px; height: 13px; }
.vp-status { display: inline-flex; align-items: center; justify-content: center; gap: 5px; width: fit-content; padding: 5px 7px; border-radius: 99px; font-size: 7px; font-weight: 600; }
.vp-status i { width: 5px; height: 5px; border-radius: 50%; }
.vp-status-success { color: #78d597; background: rgba(34, 197, 94, .1); }
.vp-status-success i { background: var(--vp-green); }
.vp-status-pending { color: #f1c367; background: rgba(245, 158, 11, .1); }
.vp-status-pending i { background: var(--vp-yellow); }
.vp-status-danger { color: #f08484; background: rgba(239, 68, 68, .1); }
.vp-status-danger i { background: var(--vp-red); }

.vp-section { padding: 120px 0; scroll-margin-top: 70px; }
.vp-section-muted { border-block: 1px solid var(--vp-line); background: var(--vp-bg-soft); }
.vp-section-heading { max-width: 720px; margin: 0 auto 58px; text-align: center; }
.vp-section-heading h2, .vp-wordpress-copy h2, .vp-faq-layout > div:first-child h2, .vp-cta-card h2 { margin: 15px 0 17px; font-size: clamp(34px, 4vw, 50px); line-height: 1.08; letter-spacing: -.045em; }
.vp-section-heading p, .vp-faq-layout > div:first-child p { max-width: 620px; margin: 0 auto; color: var(--vp-muted); font-size: 15px; line-height: 1.7; }
.vp-steps, .vp-feature-grid, .vp-security-grid, .vp-pricing-grid { display: grid; gap: 18px; }
.vp-steps { position: relative; grid-template-columns: repeat(3, 1fr); }
.vp-steps::before { content: ""; position: absolute; top: 49px; left: 16%; right: 16%; height: 1px; background: linear-gradient(90deg, transparent, rgba(59, 130, 246, .65), transparent); }
.vp-feature-grid { grid-template-columns: repeat(3, 1fr); }
.vp-security-grid, .vp-pricing-grid { grid-template-columns: repeat(3, 1fr); }
.vp-feature-card { position: relative; z-index: 1; min-height: 224px; padding: 27px; border: 1px solid var(--vp-line); border-radius: 18px; background: linear-gradient(145deg, rgba(17, 24, 39, .9), rgba(12, 18, 31, .9)); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.vp-feature-card:hover { transform: translateY(-5px); border-color: rgba(59, 130, 246, .3); background: linear-gradient(145deg, rgba(19, 29, 48, .95), rgba(12, 18, 31, .95)); }
.vp-feature-top { display: flex; align-items: center; justify-content: space-between; }
.vp-icon-box { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(59, 130, 246, .2); border-radius: 13px; color: #77a9f7; background: rgba(59, 130, 246, .08); }
.vp-step-number { color: #343d4d; font-size: 26px; font-weight: 700; letter-spacing: -.05em; }
.vp-feature-card h3 { margin: 38px 0 11px; font-size: 17px; letter-spacing: -.025em; }
.vp-feature-card p { margin: 0; color: var(--vp-muted); font-size: 13px; line-height: 1.7; }
.vp-flow { display: flex; align-items: center; justify-content: space-between; padding: 35px; border: 1px solid var(--vp-line); border-radius: 22px; background: rgba(7, 10, 18, .5); }
.vp-flow-item { width: 160px; display: grid; justify-items: center; gap: 13px; text-align: center; }
.vp-flow-item span { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(59, 130, 246, .2); border-radius: 15px; color: #82adf1; background: rgba(59, 130, 246, .08); }
.vp-flow-item strong { font-size: 11px; }
.vp-flow-line { position: relative; flex: 1; height: 1px; color: #526178; background: linear-gradient(90deg, rgba(59, 130, 246, .15), rgba(99, 102, 241, .7), rgba(59, 130, 246, .15)); }
.vp-flow-line svg { position: absolute; right: -3px; top: -8px; width: 16px; }

.vp-product-showcase { overflow: hidden; background: radial-gradient(circle at 50% 54%, rgba(59, 130, 246, .1), transparent 34%); }
.vp-app-shell { display: grid; grid-template-columns: 205px 1fr; overflow: hidden; border: 1px solid var(--vp-line-strong); border-radius: 22px; background: #090e18; box-shadow: 0 40px 100px rgba(0, 0, 0, .28); }
.vp-app-sidebar { padding: 25px 17px; border-right: 1px solid var(--vp-line); background: #0b101b; }
.vp-app-logo { display: flex; align-items: center; gap: 10px; padding-inline: 7px; font-size: 14px; font-weight: 700; }
.vp-app-logo span { width: 29px; height: 29px; border-radius: 9px; font-size: 13px; }
.vp-app-sidebar nav { display: grid; gap: 4px; margin-top: 35px; }
.vp-app-sidebar nav button { width: 100%; display: flex; align-items: center; gap: 10px; padding: 10px 11px; border: 0; border-radius: 9px; color: #747d8b; background: transparent; font-size: 10px; text-align: left; cursor: default; transition: color .2s ease, background .2s ease; }
.vp-app-sidebar nav button.active { color: #e8edf5; background: rgba(59, 130, 246, .1); }
.vp-app-sidebar nav button.active svg { color: #72a7f7; }
.vp-app-sidebar svg { width: 14px; height: 14px; }
.vp-app-content { min-width: 0; padding: 29px; }
.vp-app-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.vp-app-top h3 { margin: 5px 0 0; font-size: 17px; }
.vp-app-top button, .vp-plugin-details button { display: inline-flex; align-items: center; gap: 8px; padding: 9px 11px; border: 1px solid var(--vp-line); border-radius: 9px; color: #b7bec9; background: rgba(255, 255, 255, .025); font-size: 9px; }
.vp-app-top button svg { width: 12px; height: 12px; }
.vp-app-metrics { grid-template-columns: repeat(4, 1fr); margin-top: 23px; }
.vp-app-metrics .vp-metric-card { min-height: 90px; }
.vp-chart-card, .vp-transactions-card { margin-top: 15px; padding: 20px; border: 1px solid var(--vp-line); border-radius: 14px; background: rgba(255, 255, 255, .018); }
.vp-chart { height: 155px; display: flex; align-items: end; gap: 10px; margin-top: 23px; padding: 10px 5px 0; border-bottom: 1px solid var(--vp-line); background-image: linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px); background-size: 100% 38px; }
.vp-chart span { flex: 1; height: var(--height); min-width: 5px; border-radius: 4px 4px 0 0; background: linear-gradient(to top, rgba(59, 130, 246, .22), #4a89ed); transition: filter .2s ease; }
.vp-chart span:hover { filter: brightness(1.25); }
.vp-table-wrap { overflow-x: auto; }
.vp-transactions-card table { width: 100%; min-width: 600px; margin-top: 14px; border-collapse: collapse; }
.vp-transactions-card th { color: #5f6875; font-size: 7px; text-align: left; text-transform: uppercase; letter-spacing: .08em; }
.vp-transactions-card th, .vp-transactions-card td { padding: 11px 8px; border-bottom: 1px solid rgba(255, 255, 255, .045); }
.vp-transactions-card td { color: #aab1bc; font-size: 9px; }

.vp-wordpress-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(60px, 9vw, 130px); }
.vp-wordpress-copy h2 { max-width: 590px; }
.vp-wordpress-copy > p { max-width: 580px; color: var(--vp-muted); font-size: 15px; line-height: 1.75; }
.vp-wordpress-copy ul, .vp-pricing-card ul { display: grid; gap: 13px; padding: 0; margin: 27px 0 32px; list-style: none; }
.vp-wordpress-copy li, .vp-pricing-card li { display: flex; align-items: center; gap: 10px; color: #c1c6cf; font-size: 13px; }
.vp-wordpress-copy li svg, .vp-pricing-card li svg { width: 15px; height: 15px; padding: 2px; border-radius: 50%; color: #91b8f7; background: rgba(59, 130, 246, .12); }
.vp-wp-mockup { padding: 25px; border: 1px solid var(--vp-line-strong); border-radius: 22px; background: linear-gradient(145deg, #121a29, #0b101b); box-shadow: 0 32px 90px rgba(0, 0, 0, .28); }
.vp-wp-top { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; padding-bottom: 20px; border-bottom: 1px solid var(--vp-line); }
.vp-wp-logo { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: #8eb6f6; background: rgba(59, 130, 246, .1); }
.vp-wp-top > div:nth-child(2), .vp-plugin-card > div:nth-child(2) { display: grid; gap: 4px; }
.vp-wp-top small, .vp-plugin-card small, .vp-plugin-details small { color: #727b88; font-size: 9px; }
.vp-wp-top strong, .vp-plugin-card strong { font-size: 13px; }
.vp-wp-top > svg { color: #6f7784; }
.vp-plugin-card { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 14px; margin-top: 21px; padding: 18px; border: 1px solid rgba(59, 130, 246, .2); border-radius: 14px 14px 0 0; background: rgba(59, 130, 246, .05); }
.vp-plugin-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(135deg, var(--vp-blue), var(--vp-indigo)); font-size: 20px; font-weight: 800; }
.vp-plugin-details { display: flex; align-items: center; justify-content: space-between; padding: 15px 18px; border: 1px solid rgba(59, 130, 246, .2); border-top: 0; border-radius: 0 0 14px 14px; }
.vp-plugin-details > div { display: grid; gap: 3px; }
.vp-plugin-details button { color: white; border-color: rgba(59, 130, 246, .35); background: rgba(59, 130, 246, .13); cursor: default; }
.vp-mp-card { margin-top: 18px; padding: 17px; }
.vp-mp-card .vp-status { margin-left: auto; }
.vp-security-section { border-block: 1px solid var(--vp-line); background: linear-gradient(180deg, #0b101a, #0d111c); }
.vp-security-grid .vp-feature-card { min-height: 205px; }

.vp-pricing-grid { align-items: center; }
.vp-pricing-card { position: relative; min-height: 530px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--vp-line); border-radius: 20px; background: linear-gradient(145deg, #111827, #0c121e); transition: transform .25s ease, border-color .25s ease; }
.vp-pricing-card:hover { transform: translateY(-5px); border-color: rgba(255, 255, 255, .15); }
.vp-pricing-card.is-featured { min-height: 565px; padding-top: 42px; border-color: rgba(59, 130, 246, .48); background: linear-gradient(160deg, rgba(59, 130, 246, .14), #111827 32%, #0b111d); box-shadow: 0 25px 70px rgba(59, 130, 246, .1); }
.vp-popular { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); padding: 7px 12px; border-radius: 99px; background: var(--vp-blue); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.vp-plan-name { color: #b7bec8; font-size: 12px; font-weight: 600; }
.vp-price { display: flex; align-items: end; gap: 8px; min-height: 62px; margin-top: 20px; }
.vp-price strong { font-size: 38px; letter-spacing: -.05em; }
.vp-price small { padding-bottom: 7px; color: var(--vp-muted); font-size: 11px; }
.vp-pricing-card > p { min-height: 42px; color: var(--vp-muted); font-size: 13px; line-height: 1.6; }
.vp-pricing-card ul { flex: 1; align-content: start; margin-top: 20px; }
.vp-pricing-card .vp-button { width: 100%; }
.vp-pricing-note { margin: 25px 0 0; color: #59616e; font-size: 10px; text-align: center; }

.vp-faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.vp-faq-layout > div:first-child { position: sticky; top: 120px; align-self: start; }
.vp-faq-layout > div:first-child p { margin: 0; }
.vp-faq-list { border-top: 1px solid var(--vp-line); }
.vp-faq-list details { border-bottom: 1px solid var(--vp-line); }
.vp-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 4px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none; }
.vp-faq-list summary::-webkit-details-marker { display: none; }
.vp-faq-list summary svg { flex: none; color: #7caaf2; transition: transform .25s ease; }
.vp-faq-list details[open] summary svg { transform: rotate(45deg); }
.vp-faq-list details p { max-width: 680px; margin: -4px 0 23px; color: var(--vp-muted); font-size: 13px; line-height: 1.75; }
.vp-final-cta { padding: 90px 0 120px; }
.vp-cta-card { position: relative; overflow: hidden; padding: 82px 30px; border: 1px solid rgba(59, 130, 246, .25); border-radius: 24px; background: radial-gradient(circle at 50% 0%, rgba(99, 102, 241, .2), transparent 48%), linear-gradient(135deg, #101827, #0a101c); text-align: center; }
.vp-cta-card::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(rgba(255, 255, 255, .2) .6px, transparent .6px); background-size: 18px 18px; mask-image: radial-gradient(circle, black, transparent 72%); pointer-events: none; }
.vp-cta-card > * { position: relative; }
.vp-cta-card h2 { margin-inline: auto; }
.vp-cta-card > p { max-width: 600px; margin: 0 auto; color: var(--vp-muted); line-height: 1.7; }
.vp-cta-card .vp-actions { justify-content: center; margin-top: 28px; }

.vp-footer { padding: 68px 0 28px; border-top: 1px solid var(--vp-line); background: #060910; }
.vp-footer-grid { display: grid; grid-template-columns: 1.7fr repeat(4, 1fr); gap: 50px; }
.vp-footer-grid > div { display: grid; align-content: start; justify-items: start; gap: 13px; }
.vp-footer-grid > div:first-child p { margin-top: 10px; color: #676f7c; font-size: 11px; }
.vp-footer-grid > div > strong { margin-bottom: 5px; font-size: 11px; }
.vp-footer-grid > div > a:not(.vp-brand), .vp-footer-grid > div > span { color: #777f8c; font-size: 10px; transition: color .2s ease; }
.vp-footer-grid > div > a:not(.vp-brand):hover { color: white; }
.vp-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 22px; border-top: 1px solid var(--vp-line); color: #545d69; font-size: 9px; }

.vp-reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.vp-reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .vp-reveal { opacity: 1; transform: none; transition: none; } .vp-button, .vp-feature-card, .vp-pricing-card { transition: none; } }

@media (max-width: 1100px) {
    .vp-navigation { gap: 16px; }
    .vp-navigation a { font-size: 11px; }
    .vp-hero-grid { grid-template-columns: 1fr; }
    .vp-hero-copy { max-width: 760px; text-align: center; margin-inline: auto; }
    .vp-hero-copy h1, .vp-hero-copy > p { margin-inline: auto; }
    .vp-hero-copy .vp-actions, .vp-trust-list { justify-content: center; }
    .vp-hero-dashboard { width: min(760px, 100%); margin-inline: auto; transform: none; }
    .vp-feature-grid { grid-template-columns: repeat(2, 1fr); }
    .vp-flow { display: grid; grid-template-columns: repeat(9, auto); overflow-x: auto; }
    .vp-flow-item { width: 140px; }
    .vp-flow-line { width: 35px; }
    .vp-wordpress-grid { gap: 55px; }
    .vp-app-metrics { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
    .vp-container { width: min(100% - 32px, 1280px); }
    .vp-menu-toggle { display: grid; }
    .vp-header-actions { display: none; }
    .vp-navigation { position: absolute; top: 67px; left: 16px; right: 16px; display: none; align-items: stretch; padding: 12px; border: 1px solid var(--vp-line-strong); border-radius: 14px; background: rgba(13, 17, 28, .98); box-shadow: 0 24px 60px rgba(0, 0, 0, .35); }
    .vp-navigation.is-open { display: grid; }
    .vp-navigation a { padding: 12px; border-radius: 8px; font-size: 13px; }
    .vp-navigation a:hover { background: rgba(255, 255, 255, .04); }
    .vp-section { padding: 90px 0; }
    .vp-steps, .vp-security-grid, .vp-pricing-grid { grid-template-columns: 1fr; }
    .vp-steps::before { display: none; }
    .vp-feature-card { min-height: 205px; }
    .vp-app-shell { grid-template-columns: 1fr; }
    .vp-app-sidebar { display: none; }
    .vp-wordpress-grid, .vp-faq-layout { grid-template-columns: 1fr; gap: 55px; }
    .vp-faq-layout > div:first-child { position: static; }
    .vp-pricing-card, .vp-pricing-card.is-featured { min-height: auto; padding: 30px; }
    .vp-footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); }
}

@media (max-width: 620px) {
    .vp-container { width: min(100% - 24px, 1280px); }
    .vp-navbar { height: 68px; }
    .vp-hero { min-height: auto; padding: 70px 0 85px; }
    .vp-hero-grid { gap: 55px; }
    .vp-hero-copy h1 { font-size: clamp(42px, 13vw, 58px); }
    .vp-hero-copy > p { font-size: 15px; }
    .vp-actions { width: 100%; flex-direction: column; }
    .vp-actions .vp-button { width: 100%; }
    .vp-trust-list { display: grid; justify-content: start; width: fit-content; margin-inline: auto; text-align: left; }
    .vp-hero-dashboard { padding-inline: 14px; border-radius: 17px; }
    .vp-window-bar small { display: none; }
    .vp-mini-stats { grid-template-columns: 1fr; }
    .vp-payment-row { grid-template-columns: 30px 1fr auto; }
    .vp-payment-row .vp-status { display: none; }
    .vp-section-heading { margin-bottom: 40px; }
    .vp-feature-grid { grid-template-columns: 1fr; }
    .vp-flow { grid-template-columns: 1fr; justify-items: center; gap: 15px; overflow: visible; }
    .vp-flow-item { width: 100%; }
    .vp-flow-line { width: 1px; height: 28px; background: linear-gradient(to bottom, rgba(59, 130, 246, .15), rgba(99, 102, 241, .7)); }
    .vp-flow-line svg { right: -8px; top: 14px; transform: rotate(90deg); }
    .vp-app-content { padding: 17px; }
    .vp-app-top { align-items: start; }
    .vp-app-top button { display: none; }
    .vp-app-metrics { grid-template-columns: 1fr 1fr; }
    .vp-chart { gap: 5px; }
    .vp-plugin-card { grid-template-columns: 48px 1fr; }
    .vp-plugin-card .vp-status { display: none; }
    .vp-plugin-details { align-items: start; gap: 15px; flex-direction: column; }
    .vp-plugin-details button { width: 100%; justify-content: center; }
    .vp-cta-card { padding: 60px 20px; }
    .vp-footer-grid { grid-template-columns: 1fr 1fr; }
    .vp-footer-grid > div:first-child { grid-column: 1 / -1; }
    .vp-footer-bottom { align-items: flex-start; flex-direction: column; }
}
