:root {
  --vp-blue: #27377f;
  --vp-blue-dark: #17275e;
  --vp-cyan: #078eaa;
  --vp-plum: #72204f;
  --vp-purple: #513074;
  --vp-ink: #202631;
  --vp-muted: #5d6675;
  --vp-ivory: #f7f5f1;
  --vp-soft: #eef3f7;
  --vp-white: #fff;
  --vp-line: #dce2e8;
  --vp-green: #167c5a;
  --vp-gradient: linear-gradient(135deg, #27377f 0%, #513074 48%, #72204f 100%);
  --vp-shadow: 0 22px 60px rgba(27, 38, 72, .12);
  --vp-radius: 24px;
  --vp-container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--vp-ink); background: var(--vp-white); font-family: Manrope, system-ui, sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--vp-blue); text-decoration-thickness: .08em; text-underline-offset: .16em; }
a:hover { color: var(--vp-plum); }
button, input, select, textarea { font: inherit; }
h1, h2, h3, h4 { margin: 0 0 .6em; color: var(--vp-ink); font-family: "Source Serif 4", Georgia, serif; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(2.8rem, 6vw, 5.35rem); }
h2 { font-size: clamp(2.1rem, 4vw, 3.7rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.7rem); }
p { margin: 0 0 1.25em; }
ul, ol { margin: 0; }
::selection { color: var(--vp-white); background: var(--vp-plum); }

.screen-reader-text, .vp-skip-link { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.vp-skip-link:focus { z-index: 99999; top: 10px; left: 10px; width: auto; height: auto; padding: 12px 18px; clip: auto; background: var(--vp-white); color: var(--vp-blue); }
.vp-container { width: min(calc(100% - 40px), var(--vp-container)); margin-inline: auto; }
.vp-container--narrow { width: min(calc(100% - 40px), 820px); }
.vp-main { min-height: 55vh; }
.vp-section { padding: clamp(72px, 9vw, 128px) 0; }
.vp-section--soft { background: var(--vp-ivory); }
.vp-section--dark { color: var(--vp-white); background: var(--vp-gradient); }
.vp-section--dark h2, .vp-section--dark h3 { color: var(--vp-white); }
.vp-eyebrow { margin: 0 0 16px; color: var(--vp-plum); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.vp-eyebrow--light { color: #d9dff9; }
.vp-section-heading { display: grid; grid-template-columns: 1.1fr .8fr; gap: 70px; align-items: end; margin-bottom: 52px; }
.vp-section-heading > p { color: var(--vp-muted); font-size: 1.07rem; }
.vp-section-heading h2 { margin-bottom: 0; }
.vp-text-link { display: inline-flex; gap: 8px; align-items: center; font-weight: 800; text-decoration: none; }

.vp-header { position: sticky; z-index: 1000; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,226,232,.8); backdrop-filter: blur(16px); }
.vp-header__inner { display: flex; min-height: 82px; gap: 28px; align-items: center; justify-content: space-between; }
.vp-brand { display: inline-flex; flex: 0 0 auto; gap: 12px; align-items: center; color: var(--vp-blue-dark); font-family: "Source Serif 4", Georgia, serif; font-size: 1.5rem; font-weight: 700; text-decoration: none; }
.vp-brand img { width: 47px; height: 47px; object-fit: contain; }
.vp-brand--light { color: var(--vp-white); }
.vp-brand--light img { filter: grayscale(1) brightness(0) invert(1); }
.custom-logo-link { display: block; }
.custom-logo { width: auto; max-width: 240px; max-height: 60px; }
.vp-nav__list { display: flex; padding: 0; gap: 27px; align-items: center; list-style: none; }
.vp-nav__list a { color: var(--vp-ink); font-size: .89rem; font-weight: 700; text-decoration: none; }
.vp-nav__list a:hover, .vp-nav__list .current-menu-item > a { color: var(--vp-plum); }
.vp-nav__list > li:last-child > a, .vp-nav__cta > a { display: inline-flex; min-height: 44px; padding: 0 18px; align-items: center; color: var(--vp-white); background: var(--vp-plum); border-radius: 999px; }
.vp-nav__list > li:last-child > a:hover, .vp-nav__cta > a:hover { color: var(--vp-white); background: var(--vp-blue-dark); }
.vp-menu-toggle { display: none; width: 44px; height: 44px; padding: 0; color: var(--vp-blue-dark); background: transparent; border: 0; }
.vp-menu-toggle__lines, .vp-menu-toggle__lines::before, .vp-menu-toggle__lines::after { display: block; width: 25px; height: 2px; background: currentColor; transition: transform .2s ease; }
.vp-menu-toggle__lines { position: relative; margin: auto; }
.vp-menu-toggle__lines::before, .vp-menu-toggle__lines::after { position: absolute; left: 0; content: ""; }
.vp-menu-toggle__lines::before { top: -7px; }
.vp-menu-toggle__lines::after { top: 7px; }

.vp-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 85% 22%, rgba(7,142,170,.14), transparent 26%), radial-gradient(circle at 4% 80%, rgba(114,32,79,.09), transparent 30%), var(--vp-ivory); }
.vp-hero::after { position: absolute; right: -12%; bottom: -42%; width: 55vw; height: 55vw; content: ""; border: 1px solid rgba(39,55,127,.12); border-radius: 50%; }
.vp-hero__grid { display: grid; min-height: min(760px, calc(100vh - 82px)); grid-template-columns: 1.1fr .9fr; gap: 68px; align-items: center; padding-block: 90px; }
.vp-hero__content { position: relative; z-index: 2; }
.vp-hero h1 { max-width: 860px; }
.vp-hero__lead { max-width: 760px; color: var(--vp-muted); font-size: clamp(1.08rem, 2vw, 1.28rem); }
.vp-button-group { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0 22px; }
.vp-button { display: inline-flex; min-height: 52px; padding: 0 24px; justify-content: center; align-items: center; border: 2px solid transparent; border-radius: 999px; font-size: .92rem; font-weight: 800; text-align: center; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.vp-button:hover { transform: translateY(-2px); }
.vp-button--primary { color: var(--vp-white); background: var(--vp-plum); box-shadow: 0 12px 26px rgba(114,32,79,.2); }
.vp-button--primary:hover { color: var(--vp-white); background: var(--vp-blue-dark); }
.vp-button--ghost { color: var(--vp-blue-dark); background: transparent; border-color: rgba(39,55,127,.28); }
.vp-button--ghost:hover { color: var(--vp-white); background: var(--vp-blue-dark); border-color: var(--vp-blue-dark); }
.vp-button--light { color: var(--vp-blue-dark); background: var(--vp-white); }
.vp-button--whatsapp { color: var(--vp-white); background: var(--vp-green); }
.vp-button--whatsapp:hover { color: var(--vp-white); background: #0e6044; }
.vp-button--full { width: 100%; }
.vp-hero__location { color: var(--vp-muted); font-size: .88rem; font-weight: 600; }
.vp-hero__location span { color: var(--vp-cyan); }
.vp-hero__visual { position: relative; z-index: 2; min-height: 480px; }
.vp-shield-orbit { position: absolute; inset: 50% auto auto 50%; width: min(36vw, 440px); aspect-ratio: 1; transform: translate(-50%,-50%); }
.vp-shield-orbit::before, .vp-shield-orbit::after { position: absolute; inset: -10%; content: ""; border: 1px solid rgba(39,55,127,.18); border-radius: 50%; }
.vp-shield-orbit::after { inset: -25%; border-color: rgba(114,32,79,.12); }
.vp-shield-orbit img { position: absolute; z-index: 2; inset: 50% auto auto 50%; width: 74%; transform: translate(-50%,-50%); filter: drop-shadow(0 28px 38px rgba(39,55,127,.18)); }
.vp-orbit { position: absolute; z-index: 3; padding: 8px 14px; color: var(--vp-blue-dark); background: rgba(255,255,255,.94); border: 1px solid var(--vp-line); border-radius: 999px; box-shadow: 0 10px 30px rgba(27,38,72,.1); font-size: .78rem; font-weight: 800; }
.vp-orbit--one { top: 1%; left: -5%; }
.vp-orbit--two { top: 43%; right: -22%; }
.vp-orbit--three { bottom: 2%; left: -8%; }

.vp-trust-strip { color: var(--vp-white); background: var(--vp-gradient); }
.vp-trust-strip__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.vp-trust-strip__grid > div { padding: 25px 28px; border-right: 1px solid rgba(255,255,255,.18); }
.vp-trust-strip__grid > div:last-child { border: 0; }
.vp-trust-strip strong, .vp-trust-strip span { display: block; }
.vp-trust-strip strong { font-size: .93rem; }
.vp-trust-strip span { color: rgba(255,255,255,.7); font-size: .76rem; }

.vp-route-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.vp-route-card { position: relative; overflow: hidden; padding: 34px; background: var(--vp-white); border: 1px solid var(--vp-line); border-radius: var(--vp-radius); transition: transform .25s ease, box-shadow .25s ease, border .25s ease; }
.vp-route-card:hover { z-index: 2; transform: translateY(-7px); border-color: transparent; box-shadow: var(--vp-shadow); }
.vp-route-card::before { position: absolute; top: 0; right: 0; left: 0; height: 5px; content: ""; background: var(--vp-blue); }
.vp-route-card--business::before { background: var(--vp-cyan); }
.vp-route-card--industry::before { background: var(--vp-plum); }
.vp-route-card__number { position: absolute; top: 26px; right: 28px; color: #cfd6de; font-weight: 800; }
.vp-icon { display: grid; width: 52px; height: 52px; margin-bottom: 26px; place-items: center; color: var(--vp-white); background: var(--vp-blue); border-radius: 17px; font-size: 1.5rem; font-weight: 800; }
.vp-route-card--business .vp-icon { background: var(--vp-cyan); }
.vp-route-card--industry .vp-icon { background: var(--vp-plum); }
.vp-route-card p { color: var(--vp-muted); }
.vp-route-card ul { padding-left: 20px; margin: 22px 0 28px; color: var(--vp-muted); font-size: .9rem; }
.vp-route-card a { font-size: .9rem; font-weight: 800; text-decoration: none; }

.vp-method { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.vp-method__intro { position: sticky; top: 130px; }
.vp-method__intro p:last-child { color: var(--vp-muted); }
.vp-steps { padding: 0; list-style: none; }
.vp-steps li { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid #d9d7d1; }
.vp-steps li:first-child { padding-top: 0; }
.vp-steps li > span { display: grid; width: 50px; height: 50px; place-items: center; color: var(--vp-white); background: var(--vp-gradient); border-radius: 50%; font-weight: 800; }
.vp-steps h3 { margin-bottom: 5px; }
.vp-steps p { margin: 0; color: var(--vp-muted); }

.vp-credentials { overflow: hidden; }
.vp-credentials__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.vp-proof-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.vp-proof-grid > div { padding: 28px; background: var(--vp-soft); border-radius: 20px; }
.vp-proof-grid span, .vp-proof-grid strong { display: block; }
.vp-proof-grid span { margin-bottom: 22px; color: var(--vp-plum); font-family: "Source Serif 4", Georgia, serif; font-size: 2.2rem; font-weight: 700; }
.vp-proof-grid strong { margin-bottom: 7px; }
.vp-proof-grid p { margin: 0; color: var(--vp-muted); font-size: .84rem; }

.vp-blog-preview { background: #fbfcfd; }
.vp-post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; }
.vp-post-card { overflow: hidden; background: var(--vp-white); border: 1px solid var(--vp-line); border-radius: 20px; }
.vp-post-card__image { display: grid; height: 220px; overflow: hidden; place-items: center; background: var(--vp-gradient); text-decoration: none; }
.vp-post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.vp-post-card:hover .vp-post-card__image img { transform: scale(1.04); }
.vp-post-card__placeholder { color: rgba(255,255,255,.85); font-family: "Source Serif 4", Georgia, serif; font-size: 3rem; font-weight: 700; }
.vp-post-card__body { padding: 26px; }
.vp-post-card__meta { margin-bottom: 10px; color: var(--vp-muted); font-size: .74rem; font-weight: 700; text-transform: uppercase; }
.vp-post-card h3 { font-size: 1.45rem; }
.vp-post-card h3 a { color: var(--vp-ink); text-decoration: none; }
.vp-post-card__body > p:not(.vp-post-card__meta) { color: var(--vp-muted); font-size: .9rem; }

.vp-form-wrap { padding-bottom: clamp(80px, 10vw, 140px); }
.vp-form-wrap--page { padding-top: 70px; }
.vp-form-section { display: grid; overflow: hidden; grid-template-columns: .85fr 1.15fr; background: var(--vp-gradient); border-radius: 30px; box-shadow: var(--vp-shadow); }
.vp-form-section__copy { padding: clamp(38px, 6vw, 70px); color: rgba(255,255,255,.78); }
.vp-form-section__copy h2 { color: var(--vp-white); }
.vp-form-section__copy .vp-eyebrow { color: #d9dff9; }
.vp-check-list { padding: 0; list-style: none; }
.vp-check-list li { position: relative; padding: 8px 0 8px 30px; }
.vp-check-list li::before { position: absolute; top: 9px; left: 0; display: grid; width: 20px; height: 20px; content: "✓"; place-items: center; color: var(--vp-white); background: var(--vp-cyan); border-radius: 50%; font-size: .68rem; font-weight: 800; }
.vp-form-card { padding: clamp(28px, 5vw, 54px); background: var(--vp-white); }
.vp-lead-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.vp-lead-form label { display: grid; gap: 7px; color: var(--vp-ink); font-size: .8rem; font-weight: 800; }
.vp-lead-form label:first-of-type, .vp-lead-form label:nth-of-type(2), .vp-lead-form .vp-consent, .vp-lead-form button { grid-column: 1 / -1; }
.vp-lead-form input, .vp-lead-form select { width: 100%; min-height: 50px; padding: 10px 13px; color: var(--vp-ink); background: var(--vp-white); border: 1px solid #cbd3dc; border-radius: 10px; outline: 0; }
.vp-lead-form input:focus, .vp-lead-form select:focus { border-color: var(--vp-cyan); box-shadow: 0 0 0 3px rgba(7,142,170,.13); }
.vp-lead-form .vp-consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: var(--vp-muted); font-size: .7rem; font-weight: 500; }
.vp-consent input { width: 18px; min-height: 18px; margin-top: 3px; }
.vp-honeypot { position: absolute !important; left: -9999px !important; }
.vp-form-error { padding: 12px 14px; color: #8c1d1d; background: #fff0f0; border-radius: 8px; font-size: .86rem; font-weight: 700; }
.vp-form-success { display: flex; min-height: 360px; flex-direction: column; justify-content: center; align-items: flex-start; }
.vp-form-success__icon { display: grid; width: 54px; height: 54px; margin-bottom: 20px; place-items: center; color: var(--vp-white); background: var(--vp-green); border-radius: 50%; font-weight: 800; }

.vp-cta { padding: 70px 0; color: rgba(255,255,255,.78); background: var(--vp-gradient); }
.vp-cta h2 { max-width: 800px; color: var(--vp-white); }
.vp-cta__inner { display: flex; gap: 50px; align-items: center; justify-content: space-between; }
.vp-cta__inner .vp-button { flex: 0 0 auto; }

.vp-page-hero { position: relative; overflow: hidden; padding: clamp(90px, 11vw, 150px) 0; background: radial-gradient(circle at 80% 40%, rgba(7,142,170,.14), transparent 28%), var(--vp-ivory); }
.vp-page-hero__grid { display: grid; grid-template-columns: 1.1fr .7fr; gap: 70px; align-items: center; }
.vp-page-hero p:not(.vp-eyebrow) { max-width: 750px; color: var(--vp-muted); font-size: 1.15rem; }
.vp-page-hero__mark { position: relative; display: grid; place-items: center; }
.vp-page-hero__mark::before { position: absolute; width: 95%; aspect-ratio: 1; content: ""; border: 1px solid rgba(39,55,127,.16); border-radius: 50%; }
.vp-page-hero__mark img { position: relative; width: min(80%, 340px); filter: drop-shadow(0 25px 35px rgba(39,55,127,.15)); }
.vp-page-hero--compact { padding: 90px 0 80px; }
.vp-page-hero--compact h1 { max-width: 950px; font-size: clamp(2.7rem, 5vw, 4.6rem); }
.vp-service-intro, .vp-accompaniment { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-bottom: 55px; }
.vp-service-intro > p, .vp-accompaniment > p { color: var(--vp-muted); }
.vp-service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.vp-service-card { padding: 30px; background: var(--vp-white); border: 1px solid var(--vp-line); border-radius: 18px; }
.vp-service-card > span { display: grid; width: 44px; height: 44px; margin-bottom: 22px; place-items: center; color: var(--vp-white); background: var(--vp-gradient); border-radius: 14px; font-weight: 800; }
.vp-service-card p { margin: 0; color: var(--vp-muted); font-size: .9rem; }
.vp-risk-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.vp-risk-list { display: grid; padding: 0; gap: 12px; list-style: none; counter-reset: risk; }
.vp-risk-list li { position: relative; padding: 16px 18px 16px 58px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; counter-increment: risk; }
.vp-risk-list li::before { position: absolute; left: 18px; color: #d9dff9; content: counter(risk, decimal-leading-zero); font-weight: 800; }
.vp-values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.vp-values-grid article { padding: 35px; border-top: 4px solid var(--vp-plum); background: var(--vp-soft); border-radius: 0 0 20px 20px; }
.vp-values-grid article > span { color: var(--vp-plum); font-size: .8rem; font-weight: 800; }
.vp-values-grid h2 { margin-top: 30px; font-size: 1.8rem; }
.vp-values-grid p { color: var(--vp-muted); }
.vp-credentials-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.vp-credentials-detail .vp-check-list li { border-bottom: 1px solid #d9d7d1; }

.vp-article__header { padding: 100px 0 60px; text-align: center; background: var(--vp-ivory); }
.vp-article__header h1 { font-size: clamp(2.6rem, 5vw, 4.8rem); }
.vp-article__excerpt { color: var(--vp-muted); font-size: 1.12rem; }
.vp-article__featured { overflow: hidden; max-width: 1050px; margin-top: -25px; border-radius: 24px; box-shadow: var(--vp-shadow); }
.vp-entry-content { padding-top: 70px; padding-bottom: 90px; }
.vp-entry-content > * { max-width: 100%; }
.vp-entry-content h2 { margin-top: 1.5em; font-size: 2.15rem; }
.vp-entry-content h3 { margin-top: 1.4em; }
.vp-entry-content p, .vp-entry-content li { color: #39414c; }
.vp-entry-content blockquote { margin: 36px 0; padding: 24px 30px; color: var(--vp-blue-dark); background: var(--vp-soft); border-left: 5px solid var(--vp-cyan); }
.vp-entry-content img { border-radius: 14px; }
.vp-article__footer { padding-bottom: 90px; }
.vp-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.vp-tags a { padding: 6px 12px; background: var(--vp-soft); border-radius: 999px; font-size: .75rem; text-decoration: none; }
.vp-pagination { margin-top: 55px; }
.vp-pagination .nav-links { display: flex; gap: 8px; justify-content: center; }
.vp-pagination .page-numbers { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--vp-line); border-radius: 50%; text-decoration: none; }
.vp-pagination .current { color: var(--vp-white); background: var(--vp-blue); }
.vp-not-found { display: grid; min-height: 65vh; padding: 100px 0; place-items: center; text-align: center; background: var(--vp-ivory); }

.vp-footer { padding: 75px 0 25px; color: rgba(255,255,255,.7); background: #141a28; }
.vp-footer .vp-brand { margin-bottom: 20px; }
.vp-footer a { color: rgba(255,255,255,.8); text-decoration: none; }
.vp-footer a:hover { color: var(--vp-white); }
.vp-footer__grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 70px; }
.vp-footer__summary { max-width: 430px; font-size: .88rem; }
.vp-footer__title { color: var(--vp-white); font-family: Manrope, sans-serif; font-size: .88rem; letter-spacing: .08em; text-transform: uppercase; }
.vp-footer__list { padding: 0; list-style: none; }
.vp-footer__list li { margin-bottom: 8px; }
.vp-footer__bottom { display: flex; gap: 40px; justify-content: space-between; padding-top: 32px; margin-top: 50px; border-top: 1px solid rgba(255,255,255,.12); font-size: .69rem; }
.vp-footer__bottom p:last-child { max-width: 600px; text-align: right; }
.vp-whatsapp-float { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: grid; width: 56px; height: 56px; place-items: center; color: var(--vp-white); background: #159c69; border-radius: 50%; box-shadow: 0 12px 30px rgba(11,89,60,.3); }
.vp-whatsapp-float:hover { color: var(--vp-white); background: #0f7b52; transform: translateY(-2px); }
.vp-whatsapp-float svg { width: 28px; fill: currentColor; }

@media (max-width: 1040px) {
  .vp-menu-toggle { display: block; }
  .vp-nav { position: fixed; visibility: hidden; top: 82px; right: 0; bottom: 0; left: 0; padding: 30px 20px; opacity: 0; background: var(--vp-white); transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .vp-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .vp-nav__list { flex-direction: column; gap: 0; align-items: stretch; }
  .vp-nav__list li { border-bottom: 1px solid var(--vp-line); }
  .vp-nav__list a { display: block; padding: 17px 4px; font-size: 1rem; }
  .vp-nav__list > li:last-child { border: 0; }
  .vp-nav__list > li:last-child > a, .vp-nav__cta > a { margin-top: 20px; justify-content: center; }
  .vp-hero__grid { grid-template-columns: 1fr; }
  .vp-hero__visual { min-height: 420px; }
  .vp-shield-orbit { width: min(60vw, 430px); }
  .vp-route-grid, .vp-service-grid { grid-template-columns: repeat(2,1fr); }
  .vp-route-card:last-child { grid-column: 1 / -1; }
  .vp-trust-strip__grid { grid-template-columns: repeat(2,1fr); }
  .vp-method, .vp-credentials__grid, .vp-risk-grid { gap: 55px; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .vp-container { width: min(calc(100% - 28px), var(--vp-container)); }
  .vp-section { padding: 72px 0; }
  .vp-section-heading, .vp-method, .vp-credentials__grid, .vp-page-hero__grid, .vp-service-intro, .vp-risk-grid, .vp-accompaniment, .vp-credentials-detail { grid-template-columns: 1fr; gap: 28px; }
  .vp-section-heading { align-items: start; margin-bottom: 35px; }
  .vp-hero__grid { min-height: auto; padding-block: 70px; gap: 25px; }
  .vp-hero__visual { min-height: 350px; }
  .vp-shield-orbit { width: min(74vw, 350px); }
  .vp-orbit--one { left: 0; }
  .vp-orbit--two { right: -4%; }
  .vp-orbit--three { left: 0; }
  .vp-trust-strip__grid { grid-template-columns: 1fr 1fr; }
  .vp-trust-strip__grid > div { padding: 20px 14px; border-bottom: 1px solid rgba(255,255,255,.15); }
  .vp-route-grid, .vp-service-grid, .vp-values-grid, .vp-post-grid { grid-template-columns: 1fr; }
  .vp-route-card:last-child { grid-column: auto; }
  .vp-method__intro { position: static; }
  .vp-proof-grid { grid-template-columns: 1fr 1fr; }
  .vp-form-section { grid-template-columns: 1fr; }
  .vp-lead-form { grid-template-columns: 1fr; }
  .vp-lead-form label { grid-column: 1 / -1; }
  .vp-cta__inner { align-items: flex-start; flex-direction: column; }
  .vp-page-hero { padding: 75px 0; }
  .vp-page-hero__mark { display: none; }
  .vp-service-grid { gap: 14px; }
  .vp-footer__grid { grid-template-columns: 1fr; gap: 38px; }
  .vp-footer__bottom { flex-direction: column; gap: 5px; }
  .vp-footer__bottom p:last-child { text-align: left; }
}

@media (max-width: 480px) {
  .vp-brand { font-size: 1.28rem; }
  .vp-brand img { width: 41px; height: 41px; }
  .vp-button-group .vp-button { width: 100%; }
  .vp-hero__visual { min-height: 300px; }
  .vp-orbit { font-size: .66rem; }
  .vp-proof-grid { grid-template-columns: 1fr; }
  .vp-form-section { border-radius: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
