/*
Theme Name: VERIFIED Processing
Theme URI: https://verifiedprocessing.cc
Author: VERIFIED Processing
Author URI: https://verifiedprocessing.cc
Description: A lightweight, professional corporate information theme for VERIFIED Processing — an established payment-infrastructure company presence. Built for transparency, trust, and clarity, providing company information, contact details, payment-industry topics, and legal policies. Operated in connection with VERIFIED Credit Card Processing.
Version: 1.1.3
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: verified-processing
Tags: business, corporate, custom-logo, custom-menu, featured-images, full-width-template, threaded-comments, translation-ready
*/

/* =================================================================
   VERIFIED Processing — Design System
   A refined, trustworthy corporate identity for payment
   infrastructure. Deep navy, restrained accent, technical type.
   ================================================================= */

/* ------------------------------ Tokens ------------------------------ */
:root {
    /* Brand color system */
    --vp-ink:        #0b2138; /* deep navy — primary brand */
    --vp-ink-2:      #0f2d4d; /* navy surface */
    --vp-ink-3:      #16385f; /* lighter navy */
    --vp-accent:     #2d6cdf; /* trust blue — links, CTAs */
    --vp-accent-700: #1f55bd;
    --vp-verified:   #10916a; /* "verified" green — used sparingly */
    --vp-verified-2: #0c7a59;

    /* Neutrals */
    --vp-bg:         #fbfcfd;
    --vp-surface:    #ffffff;
    --vp-surface-2:  #f4f7fa;
    --vp-border:     #e5eaf0;
    --vp-border-2:   #d4dde7;
    --vp-text:       #14233a;
    --vp-text-soft:  #4a5b72;
    --vp-text-mute:  #6c7c93;
    --vp-text-invert:#eaf1f9;

    /* Typography */
    --vp-font-head: "Schibsted Grotesk", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
    --vp-font-body: "IBM Plex Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
    --vp-font-mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;

    /* Spacing / shape */
    --vp-radius:     12px;
    --vp-radius-sm:  8px;
    --vp-radius-lg:  20px;
    --vp-maxw:       1140px;
    --vp-maxw-narrow:760px;
    --vp-gutter:     clamp(20px, 5vw, 48px);

    /* Shadows */
    --vp-shadow-sm: 0 1px 2px rgba(11, 33, 56, 0.06), 0 1px 3px rgba(11, 33, 56, 0.04);
    --vp-shadow:    0 4px 16px rgba(11, 33, 56, 0.08), 0 2px 6px rgba(11, 33, 56, 0.05);
    --vp-shadow-lg: 0 20px 48px rgba(11, 33, 56, 0.14), 0 6px 16px rgba(11, 33, 56, 0.06);

    --vp-trans: 180ms cubic-bezier(0.2, 0.6, 0.2, 1);
}

/* ------------------------------ Reset ------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: var(--vp-font-body);
    font-size: 17px;
    line-height: 1.65;
    color: var(--vp-text);
    background: var(--vp-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--vp-accent); text-decoration: none; transition: color var(--vp-trans); }
a:hover { color: var(--vp-accent-700); }
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 3px solid rgba(45, 108, 223, 0.45);
    outline-offset: 2px;
    border-radius: 4px;
}
h1, h2, h3, h4 {
    font-family: var(--vp-font-head);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.018em;
    color: var(--vp-ink);
    margin: 0 0 0.5em;
}
h1 { font-size: clamp(2.1rem, 4.6vw, 3.2rem); }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.25rem); }
h3 { font-size: clamp(1.2rem, 2.2vw, 1.5rem); }
h4 { font-size: 1.1rem; }
p  { margin: 0 0 1.15em; }
ul, ol { margin: 0 0 1.15em; padding-left: 1.3em; }
li { margin-bottom: 0.4em; }
blockquote {
    margin: 1.5em 0;
    padding: 0.4em 1.4em;
    border-left: 3px solid var(--vp-accent);
    color: var(--vp-text-soft);
    font-style: italic;
}
hr { border: 0; border-top: 1px solid var(--vp-border); margin: 2.5em 0; }
code, pre { font-family: var(--vp-font-mono); font-size: 0.92em; }
:where(strong, b) { font-weight: 600; }

/* ------------------------------ Layout ------------------------------ */
.vp-container { width: 100%; max-width: var(--vp-maxw); margin: 0 auto; padding-inline: var(--vp-gutter); }
.vp-container--narrow { max-width: var(--vp-maxw-narrow); }
.vp-section { padding-block: clamp(56px, 8vw, 104px); }
.vp-section--tight { padding-block: clamp(40px, 5vw, 64px); }
.vp-screen-reader-text {
    position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
    position: absolute; left: -999px; top: 0; z-index: 9999;
    background: var(--vp-ink); color: #fff; padding: 12px 20px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; color: #fff; }

/* ------------------------------ Eyebrow / labels ------------------------------ */
.vp-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: var(--vp-font-mono);
    font-size: 0.74rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--vp-verified); margin-bottom: 18px;
}
.vp-eyebrow::before {
    content: ""; width: 18px; height: 1px; background: currentColor; display: inline-block;
}

/* ------------------------------ Buttons ------------------------------ */
.vp-btn {
    display: inline-flex; align-items: center; gap: 9px;
    font-family: var(--vp-font-head); font-weight: 600; font-size: 0.98rem;
    padding: 13px 26px; border-radius: var(--vp-radius-sm);
    border: 1px solid transparent; cursor: pointer; transition: all var(--vp-trans);
    line-height: 1;
}
.vp-btn--primary { background: var(--vp-accent); color: #fff; box-shadow: var(--vp-shadow-sm); }
.vp-btn--primary:hover { background: var(--vp-accent-700); color: #fff; transform: translateY(-1px); box-shadow: var(--vp-shadow); }
.vp-btn--ghost { background: transparent; color: var(--vp-ink); border-color: var(--vp-border-2); }
.vp-btn--ghost:hover { border-color: var(--vp-ink); color: var(--vp-ink); background: var(--vp-surface-2); }
.vp-btn--light { background: rgba(255,255,255,0.12); color: #fff; border-color: rgba(255,255,255,0.25); }
.vp-btn--light:hover { background: rgba(255,255,255,0.2); color: #fff; }
.vp-btn svg { width: 17px; height: 17px; }

/* ------------------------------ Header ------------------------------ */
.vp-site-header {
    position: sticky; top: 0; z-index: 100;
    background: rgba(251, 252, 253, 0.86);
    backdrop-filter: saturate(160%) blur(12px);
    -webkit-backdrop-filter: saturate(160%) blur(12px);
    border-bottom: 1px solid var(--vp-border);
}
.vp-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 74px; }

/* Brand / logo lockup */
.vp-brand { display: inline-flex; align-items: center; gap: 12px; }
.vp-brand img { max-height: 42px; width: auto; }
.vp-brand-mark {
    width: 38px; height: 38px; border-radius: 9px; flex: none;
    background: linear-gradient(145deg, var(--vp-ink-3), var(--vp-ink));
    display: grid; place-items: center; box-shadow: var(--vp-shadow-sm);
}
.vp-brand-mark svg { width: 21px; height: 21px; }
.vp-brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.vp-brand-name {
    font-family: var(--vp-font-head); font-weight: 700; font-size: 1.12rem;
    color: var(--vp-ink); letter-spacing: -0.01em;
}
.vp-brand-name b { color: var(--vp-accent); font-weight: 700; }
.vp-brand-sub {
    font-family: var(--vp-font-mono); font-size: 0.62rem; letter-spacing: 0.18em;
    text-transform: uppercase; color: var(--vp-text-mute); margin-top: 2px;
}

/* Navigation */
.vp-nav { display: flex; align-items: center; gap: 8px; }
.vp-nav ul { list-style: none; display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; }
.vp-nav a {
    display: inline-block; padding: 9px 14px; border-radius: 7px;
    font-family: var(--vp-font-head); font-weight: 500; font-size: 0.96rem; color: var(--vp-text-soft);
}
.vp-nav a:hover { color: var(--vp-ink); background: var(--vp-surface-2); }
.vp-nav .current-menu-item > a,
.vp-nav .current_page_item > a { color: var(--vp-ink); background: var(--vp-surface-2); }
.vp-header-cta { margin-left: 8px; }

/* Mobile toggle */
.vp-nav-toggle {
    display: none; background: none; border: 1px solid var(--vp-border-2);
    border-radius: 8px; width: 44px; height: 44px; cursor: pointer; color: var(--vp-ink);
    align-items: center; justify-content: center;
}
.vp-nav-toggle svg { width: 22px; height: 22px; }

/* ------------------------------ Hero ------------------------------ */
.vp-hero {
    position: relative; overflow: hidden;
    background:
        radial-gradient(120% 120% at 85% -10%, rgba(45,108,223,0.16) 0%, rgba(45,108,223,0) 55%),
        linear-gradient(168deg, var(--vp-ink) 0%, var(--vp-ink-2) 55%, var(--vp-ink-3) 100%);
    color: var(--vp-text-invert);
}
.vp-hero::after {
    /* fine grid texture for infrastructure feel */
    content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.5;
    background-image:
        linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size: 46px 46px;
    -webkit-mask-image: radial-gradient(120% 100% at 70% 0%, #000 40%, transparent 100%);
            mask-image: radial-gradient(120% 100% at 70% 0%, #000 40%, transparent 100%);
}
.vp-hero .vp-container { position: relative; z-index: 1; }
.vp-hero-inner { padding-block: clamp(70px, 11vw, 130px); max-width: 720px; }
.vp-hero .vp-eyebrow { color: #6fe0b4; }
.vp-hero h1 { color: #fff; margin-bottom: 0.45em; }
.vp-hero-lede { font-size: clamp(1.08rem, 2vw, 1.3rem); color: rgba(234,241,249,0.86); margin-bottom: 1.9em; max-width: 600px; }
.vp-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* trust strip beneath hero */
.vp-trust-strip {
    border-bottom: 1px solid var(--vp-border);
    background: var(--vp-surface);
}
.vp-trust-strip .vp-container {
    display: flex; flex-wrap: wrap; gap: 14px 40px; align-items: center; justify-content: center;
    padding-block: 22px;
}
.vp-trust-item {
    display: inline-flex; align-items: center; gap: 9px;
    font-size: 0.88rem; color: var(--vp-text-soft); font-weight: 500;
}
.vp-trust-item svg { width: 17px; height: 17px; color: var(--vp-verified); flex: none; }

/* ------------------------------ Cards / grids ------------------------------ */
.vp-grid { display: grid; gap: clamp(18px, 2.4vw, 28px); }
.vp-grid--3 { grid-template-columns: repeat(3, 1fr); }
.vp-grid--2 { grid-template-columns: repeat(2, 1fr); }

.vp-card {
    background: var(--vp-surface); border: 1px solid var(--vp-border);
    border-radius: var(--vp-radius); padding: 30px;
    transition: border-color var(--vp-trans), box-shadow var(--vp-trans), transform var(--vp-trans);
}
.vp-card:hover { border-color: var(--vp-border-2); box-shadow: var(--vp-shadow); transform: translateY(-2px); }
.vp-card-icon {
    width: 46px; height: 46px; border-radius: 11px; display: grid; place-items: center;
    background: var(--vp-surface-2); border: 1px solid var(--vp-border); margin-bottom: 18px;
    color: var(--vp-accent);
}
.vp-card-icon svg { width: 22px; height: 22px; }
.vp-card h3 { font-size: 1.18rem; margin-bottom: 0.4em; }
.vp-card p { color: var(--vp-text-soft); margin-bottom: 0; font-size: 0.98rem; }

/* Section heading block */
.vp-section-head { max-width: 660px; margin-bottom: clamp(34px, 4vw, 52px); }
.vp-section-head.is-center { margin-inline: auto; text-align: center; }
.vp-section-head p { color: var(--vp-text-soft); font-size: 1.05rem; margin-bottom: 0; }

/* Split / about block */
.vp-split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(34px, 5vw, 72px); align-items: center; }
.vp-stat-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 8px; }
.vp-stat {
    flex: 1 1 150px; background: var(--vp-surface); border: 1px solid var(--vp-border);
    border-radius: var(--vp-radius); padding: 22px 24px;
}
.vp-stat-num { font-family: var(--vp-font-head); font-size: 1.7rem; font-weight: 700; color: var(--vp-ink); line-height: 1; }
.vp-stat-label { font-size: 0.86rem; color: var(--vp-text-mute); margin-top: 7px; }

/* Relationship disclosure block */
.vp-relationship {
    background: var(--vp-ink); color: var(--vp-text-invert); border-radius: var(--vp-radius-lg);
    padding: clamp(34px, 5vw, 56px); position: relative; overflow: hidden;
}
.vp-relationship::before {
    content: ""; position: absolute; right: -60px; top: -60px; width: 280px; height: 280px;
    background: radial-gradient(circle, rgba(16,145,106,0.28), transparent 65%);
}
.vp-relationship-inner { position: relative; z-index: 1; max-width: 640px; }
.vp-relationship h2 { color: #fff; }
.vp-relationship p { color: rgba(234,241,249,0.85); }
.vp-relationship .vp-eyebrow { color: #6fe0b4; }

/* CTA band */
.vp-cta-band {
    background: var(--vp-surface-2); border-top: 1px solid var(--vp-border); border-bottom: 1px solid var(--vp-border);
    text-align: center;
}
.vp-cta-band .vp-container { padding-block: clamp(48px, 6vw, 80px); }
.vp-cta-band p { max-width: 540px; margin-inline: auto; color: var(--vp-text-soft); }

/* ------------------------------ Page content (single/page) ------------------------------ */
.vp-page-hero {
    background: var(--vp-surface); border-bottom: 1px solid var(--vp-border);
    padding-block: clamp(46px, 6vw, 78px);
}
.vp-page-hero .vp-eyebrow { color: var(--vp-accent); }
.vp-page-hero p { color: var(--vp-text-soft); font-size: 1.08rem; max-width: 620px; margin-bottom: 0; }

.vp-prose { font-size: 1.05rem; }
.vp-prose > :first-child { margin-top: 0; }
.vp-prose h2 { margin-top: 1.7em; }
.vp-prose h3 { margin-top: 1.5em; }
.vp-prose ul { padding-left: 1.25em; }
.vp-prose img { border-radius: var(--vp-radius); margin: 1.5em 0; }
.vp-prose table { width: 100%; border-collapse: collapse; margin: 1.5em 0; }
.vp-prose th, .vp-prose td { text-align: left; padding: 11px 14px; border-bottom: 1px solid var(--vp-border); }
.vp-prose th { font-family: var(--vp-font-head); color: var(--vp-ink); }
.vp-legal-meta {
    font-family: var(--vp-font-mono); font-size: 0.8rem; color: var(--vp-text-mute);
    border: 1px solid var(--vp-border); background: var(--vp-surface-2);
    border-radius: var(--vp-radius-sm); padding: 12px 16px; margin-bottom: 2em; display: inline-block;
}

/* ------------------------------ Contact / forms ------------------------------ */
.vp-contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(34px, 5vw, 64px); align-items: start; }
.vp-contact-info .vp-info-item {
    display: flex; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--vp-border);
}
.vp-contact-info .vp-info-item:first-child { padding-top: 0; }
.vp-info-icon {
    width: 42px; height: 42px; flex: none; border-radius: 10px; display: grid; place-items: center;
    background: var(--vp-surface-2); border: 1px solid var(--vp-border); color: var(--vp-accent);
}
.vp-info-icon svg { width: 20px; height: 20px; }
.vp-info-item h4 { margin: 0 0 3px; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--vp-text-mute); font-family: var(--vp-font-mono); font-weight: 500; }
.vp-info-item a, .vp-info-item span { font-size: 1.04rem; color: var(--vp-text); }
.vp-info-item a:hover { color: var(--vp-accent); }

.vp-form-card {
    background: var(--vp-surface); border: 1px solid var(--vp-border); border-radius: var(--vp-radius-lg);
    padding: clamp(26px, 4vw, 40px); box-shadow: var(--vp-shadow-sm);
}
.vp-field { margin-bottom: 18px; }
.vp-field label {
    display: block; font-family: var(--vp-font-head); font-weight: 600; font-size: 0.92rem;
    color: var(--vp-ink); margin-bottom: 7px;
}
.vp-field .req { color: var(--vp-accent); }
.vp-field input, .vp-field textarea, .vp-field select {
    width: 100%; font-family: var(--vp-font-body); font-size: 1rem; color: var(--vp-text);
    padding: 12px 14px; border: 1px solid var(--vp-border-2); border-radius: var(--vp-radius-sm);
    background: var(--vp-bg); transition: border-color var(--vp-trans), box-shadow var(--vp-trans);
}
.vp-field input:focus, .vp-field textarea:focus, .vp-field select:focus {
    border-color: var(--vp-accent); box-shadow: 0 0 0 3px rgba(45,108,223,0.14); outline: none;
}
.vp-field textarea { min-height: 140px; resize: vertical; }
.vp-honeypot { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.vp-form-consent { font-size: 0.86rem; color: var(--vp-text-mute); margin-top: 4px; }

.vp-notice {
    padding: 14px 18px; border-radius: var(--vp-radius-sm); margin-bottom: 22px; font-size: 0.96rem;
    border: 1px solid; display: flex; gap: 10px; align-items: flex-start;
}
.vp-notice svg { width: 19px; height: 19px; flex: none; margin-top: 1px; }
.vp-notice--success { background: #e9f7f1; border-color: #b8e3d2; color: #0c5e44; }
.vp-notice--error   { background: #fdecec; border-color: #f3c4c4; color: #9a2222; }

/* ------------------------------ Footer ------------------------------ */
.vp-site-footer { background: var(--vp-ink); color: var(--vp-text-invert); margin-top: auto; }
.vp-footer-top { padding-block: clamp(48px, 6vw, 72px); display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: clamp(28px, 4vw, 56px); }
.vp-footer-brand .vp-brand-name { color: #fff; }
.vp-footer-brand .vp-brand-name b { color: #6fe0b4; }
.vp-footer-brand .vp-brand-sub { color: rgba(234,241,249,0.55); }
.vp-footer-about { color: rgba(234,241,249,0.7); font-size: 0.96rem; margin-top: 16px; max-width: 340px; }
.vp-footer-col h4 {
    color: rgba(234,241,249,0.55); font-family: var(--vp-font-mono); font-size: 0.72rem;
    text-transform: uppercase; letter-spacing: 0.14em; font-weight: 500; margin-bottom: 16px;
}
.vp-footer-col ul { list-style: none; margin: 0; padding: 0; }
.vp-footer-col li { margin-bottom: 10px; }
.vp-footer-col a { color: rgba(234,241,249,0.82); font-size: 0.96rem; }
.vp-footer-col a:hover { color: #fff; }

.vp-disclosure {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 22px 0; font-size: 0.9rem; color: rgba(234,241,249,0.7); line-height: 1.6;
}
.vp-disclosure strong { color: rgba(234,241,249,0.92); font-weight: 600; }

.vp-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1); padding-block: 20px;
    display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; align-items: center;
    font-size: 0.86rem; color: rgba(234,241,249,0.55);
}
.vp-footer-bottom a { color: rgba(234,241,249,0.7); }
.vp-footer-bottom a:hover { color: #fff; }
.vp-footer-legal-links { display: flex; flex-wrap: wrap; gap: 6px 18px; }

/* ------------------------------ 404 / generic ------------------------------ */
.vp-center-block { text-align: center; max-width: 560px; margin-inline: auto; }

/* ------------------------------ Blog / posts (light support) ------------------------------ */
.vp-post-list { display: grid; gap: 28px; }
.vp-post-item { border-bottom: 1px solid var(--vp-border); padding-bottom: 24px; }
.vp-post-meta { font-family: var(--vp-font-mono); font-size: 0.8rem; color: var(--vp-text-mute); margin-bottom: 6px; }
.vp-post-item h2 { font-size: 1.4rem; margin-bottom: 0.3em; }
.vp-pagination { display: flex; gap: 8px; margin-top: 36px; flex-wrap: wrap; }
.vp-pagination .page-numbers {
    padding: 8px 14px; border: 1px solid var(--vp-border); border-radius: 8px; color: var(--vp-text-soft);
}
.vp-pagination .current { background: var(--vp-ink); color: #fff; border-color: var(--vp-ink); }

/* ------------------------------ WP core classes ------------------------------ */
.alignleft  { float: left;  margin: 0.4em 1.4em 1em 0; }
.alignright { float: right; margin: 0.4em 0 1em 1.4em; }
.aligncenter{ display: block; margin-inline: auto; }
.wp-caption-text { font-size: 0.85rem; color: var(--vp-text-mute); }
.sticky, .gallery-caption, .bypostauthor { display: block; }
.page-links { margin: 1.5em 0; font-family: var(--vp-font-mono); }

/* ------------------------------ Responsive ------------------------------ */
@media (max-width: 960px) {
    .vp-grid--3 { grid-template-columns: repeat(2, 1fr); }
    .vp-split,
    .vp-contact-grid { grid-template-columns: 1fr; }
    .vp-footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
    body { font-size: 16px; }
    .vp-nav-toggle { display: inline-flex; }
    .vp-nav {
        position: fixed; inset: 74px 0 auto 0; flex-direction: column; align-items: stretch;
        background: var(--vp-surface); border-bottom: 1px solid var(--vp-border);
        padding: 12px var(--vp-gutter) 22px; gap: 4px; box-shadow: var(--vp-shadow);
        transform: translateY(-12px); opacity: 0; pointer-events: none; transition: all var(--vp-trans);
    }
    .vp-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
    .vp-nav ul { flex-direction: column; align-items: stretch; gap: 2px; }
    .vp-nav a { padding: 12px 10px; font-size: 1.02rem; }
    .vp-header-cta { margin: 8px 0 0; }
    .vp-header-cta .vp-btn { width: 100%; justify-content: center; }
    .vp-grid--3, .vp-grid--2 { grid-template-columns: 1fr; }
    .vp-footer-top { grid-template-columns: 1fr; }
    .vp-hero-actions .vp-btn { width: 100%; justify-content: center; }
}

/* ------------------------------ Motion preferences ------------------------------ */
@media (prefers-reduced-motion: reduce) {
    * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* ------------------------------ Entrance animation ------------------------------ */
@keyframes vp-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.vp-rise { animation: vp-rise 620ms cubic-bezier(0.2,0.6,0.2,1) both; }
.vp-rise-2 { animation-delay: 90ms; }
.vp-rise-3 { animation-delay: 180ms; }

/* =================================================================
   v1.1 — Maturity refinements & new components
   ================================================================= */

/* More established, less "startup": restrained hero lighting */
.vp-hero {
    background:
        radial-gradient(110% 120% at 88% -20%, rgba(45,108,223,0.10) 0%, rgba(45,108,223,0) 55%),
        linear-gradient(168deg, var(--vp-ink) 0%, var(--vp-ink-2) 60%, var(--vp-ink-3) 100%);
}
.vp-hero::after { opacity: 0.36; }
.vp-hero .vp-eyebrow { color: #9fd9c6; }

/* Softer, more professional entrance motion */
@keyframes vp-rise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.vp-rise { animation: vp-rise 480ms cubic-bezier(0.2,0.6,0.2,1) both; }

/* Hero layout (optional image alongside copy) */
.vp-hero-grid { display: grid; grid-template-columns: 1fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.vp-hero--split .vp-hero-grid { grid-template-columns: 1.06fr 0.94fr; }
.vp-hero--split .vp-hero-inner { max-width: none; }
.vp-hero-media img {
    width: 100%; border-radius: var(--vp-radius-lg);
    border: 1px solid rgba(255,255,255,0.14); box-shadow: var(--vp-shadow-lg);
}

/* Alternating section surface for rhythm */
.vp-section--alt { background: var(--vp-surface-2); border-top: 1px solid var(--vp-border); border-bottom: 1px solid var(--vp-border); }

/* Row of inline link buttons */
.vp-inline-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.vp-inline-links .vp-btn { padding: 10px 18px; font-size: 0.92rem; }

/* Business information detail card */
.vp-detail-card {
    background: var(--vp-surface); border: 1px solid var(--vp-border);
    border-radius: var(--vp-radius-lg); padding: clamp(26px, 4vw, 38px); box-shadow: var(--vp-shadow-sm);
}
.vp-detail-card h3 { font-size: 1.25rem; margin-bottom: 0.7em; }
.vp-detail-list { list-style: none; margin: 0; padding: 0; }
.vp-detail-list li {
    display: flex; align-items: flex-start; gap: 13px;
    padding: 14px 0; border-top: 1px solid var(--vp-border);
    color: var(--vp-text); font-size: 1rem; line-height: 1.5;
}
.vp-detail-list li:first-child { border-top: 0; padding-top: 0; }
.vp-detail-list .vp-info-icon { width: 38px; height: 38px; flex: none; }
.vp-detail-list .vp-info-icon svg { width: 18px; height: 18px; }
.vp-detail-list a { color: var(--vp-text); }
.vp-detail-list a:hover { color: var(--vp-accent); }

/* Optional informational graphic */
.vp-info-graphic { margin-top: 26px; }
.vp-info-graphic img { border-radius: var(--vp-radius); border: 1px solid var(--vp-border); }

/* Payment-topic cards */
.vp-topic-card { position: relative; }
.vp-topic-card .vp-card-icon { color: var(--vp-ink); }
.vp-card-tag {
    position: absolute; top: 24px; right: 24px;
    font-family: var(--vp-font-mono); font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--vp-text-mute); background: var(--vp-surface-2);
    border: 1px solid var(--vp-border); border-radius: 999px; padding: 4px 10px;
}

/* Footer additions */
.vp-footer-logo { display: inline-block; }
.vp-footer-logo img { max-height: 46px; width: auto; }
.vp-footer-legal-name { color: rgba(234,241,249,0.55); font-size: 0.84rem; margin-top: 12px; }
.vp-footer-col .vp-footer-col-sub { margin-top: 28px; }
.vp-footer-contact ul { list-style: none; margin: 0; padding: 0; }
.vp-footer-contact li { margin-bottom: 11px; color: rgba(234,241,249,0.82); font-size: 0.95rem; line-height: 1.5; }
.vp-footer-contact a { color: rgba(234,241,249,0.82); }
.vp-footer-contact a:hover { color: #fff; }
.vp-footer-contact .vp-footer-address,
.vp-footer-contact .vp-footer-hours { color: rgba(234,241,249,0.6); }

/* Cloudflare Turnstile spacing */
.cf-turnstile { margin-bottom: 18px; min-height: 65px; }

/* Responsive — new components */
@media (max-width: 960px) {
    .vp-hero--split .vp-hero-grid { grid-template-columns: 1fr; }
    .vp-hero--split .vp-hero-media { order: -1; max-width: 540px; }
}

/* =================================================================
   v1.1.1 — Credibility & transparency refinements
   ================================================================= */

/* Calmer hero background: grid limited to the upper-right, faded into navy
   so it reads as a financial-services site rather than a dashboard. */
.vp-hero::after {
    opacity: 0.20;
    background-size: 52px 52px;
    -webkit-mask-image: radial-gradient(115% 120% at 100% 0%, #000 16%, transparent 70%);
            mask-image: radial-gradient(115% 120% at 100% 0%, #000 16%, transparent 70%);
}

/* Optional hero background image: navy overlay (set inline) keeps text readable;
   the grid texture is dialed back further so it doesn't compete with the photo. */
.vp-hero--bg { background-repeat: no-repeat; }
.vp-hero--bg::after { opacity: 0.10; }

/* About VERIFIED Processing — simple professional content block (no cards) */
.vp-about-block p { color: var(--vp-text-soft); font-size: 1.06rem; }
.vp-about-block p:last-child { margin-bottom: 0; }
.vp-about-block a { font-weight: 600; }

/* Contact section summary card (reuses .vp-detail-card) */
.vp-contact-summary { max-width: 560px; margin-inline: auto; }

/* =================================================================
   v1.1.3 — Section images, placement, buttons & header button
   ================================================================= */

/* Header button: verified green by default, white text (Customizer can override) */
.vp-header-cta .vp-btn--primary { background: var(--vp-verified); border-color: var(--vp-verified); color: #fff; }
.vp-header-cta .vp-btn--primary:hover { background: var(--vp-verified-2); border-color: var(--vp-verified-2); color: #fff; }

/* Section media placement (above / below / left / right of text) */
.vp-media-wrap--left, .vp-media-wrap--right {
    display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: center;
}
.vp-section-media { margin: 0; }
.vp-section-media img {
    width: 100%; display: block; border-radius: var(--vp-radius-lg);
    border: 1px solid var(--vp-border); box-shadow: var(--vp-shadow-sm);
}
.vp-media-wrap--above .vp-section-media { margin-bottom: clamp(20px, 3vw, 34px); }
.vp-media-wrap--below .vp-section-media { margin-top: clamp(20px, 3vw, 34px); }

/* Optional buttons added within sections */
.vp-section-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 1.4em; }
.vp-section-actions.is-center { justify-content: center; margin-top: 1.8em; }

/* Business Information graphic placed above the text */
.vp-info-graphic--above { margin-top: 0; margin-bottom: 26px; }

/* Relationship / CTA images sit on dark or tinted backgrounds */
.vp-relationship .vp-media-text .vp-relationship-inner { max-width: none; }
.vp-relationship .vp-section-media img,
.vp-cta-band .vp-section-media img { border-color: rgba(255,255,255,0.16); }
.vp-relationship .vp-section-media img { background: rgba(255,255,255,0.04); }

@media (max-width: 900px) {
    .vp-media-wrap--left, .vp-media-wrap--right { grid-template-columns: 1fr; }
    .vp-media-wrap--left .vp-section-media, .vp-media-wrap--right .vp-section-media { order: -1; }
}
