/* Approved visual design, scoped to the homepage and Bookmarker locale families. */
body.visual-refresh { --vr-ink:#15263d; --vr-muted:#516278; --vr-paper:#fff; --vr-soft:#f4f7fb; --vr-border:#dbe3eb; }
[data-theme="dark"] body.visual-refresh { --vr-ink:#ecf2fa; --vr-muted:#b9c9db; --vr-paper:#102036; --vr-soft:#172c46; --vr-border:#3b516d; }
body.visual-refresh * { box-sizing:border-box }
body.visual-refresh { margin:0;font-family:Inter,Arial,sans-serif;color:var(--vr-ink);background:var(--vr-paper);line-height:1.65 }
body.visual-refresh a { color:inherit;text-underline-offset:4px }
body.visual-refresh img { max-width:100%;height:auto;display:block }
body.visual-refresh button,
body.visual-refresh a { -webkit-tap-highlight-color:transparent }
body.visual-refresh a:focus-visible,
body.visual-refresh summary:focus-visible { outline:3px solid #edb846;outline-offset:5px }
body.visual-refresh h1,
body.visual-refresh h2,
body.visual-refresh h3,
body.visual-refresh p,
body.visual-refresh figure { margin:0 }
body.visual-refresh h1,
body.visual-refresh h2,
body.visual-refresh h3 { line-height:1.12;letter-spacing:-.035em }
body.visual-refresh h1 { font-size:clamp(2.6rem,4.6vw,4.3rem);font-weight:650 }
body.visual-refresh h2 { font-size:clamp(2rem,3vw,2.9rem);font-weight:600 }
body.visual-refresh h3 { font-size:1.4rem;font-weight:600 }
body.visual-refresh p { color:var(--vr-muted) }
body.visual-refresh .vr-wrap { width:min(1180px,calc(100% - 64px));margin:auto }
body.visual-refresh .vr-preview { background:#eef2f7;font-size:.8125rem;padding:8px 24px;text-align:center;color:#526075 }
body.visual-refresh .vr-preview a { font-weight:600;margin:0 8px }
body.visual-refresh .vr-header { border-bottom:1px solid #e1e7ed;background:var(--vr-paper) }
body.visual-refresh .vr-nav { min-height:90px;display:flex;align-items:center;justify-content:space-between;gap:24px }
body.visual-refresh .vr-brand { display:flex;align-items:center;gap:13px;text-decoration:none;font-size:1.75rem;font-weight:650;letter-spacing:-.045em }
body.visual-refresh .vr-brand img { width:61px }
body.visual-refresh .vr-links { display:flex;align-items:center;gap:26px;font-size:.875rem;font-weight:550 }
body.visual-refresh .vr-links a { text-decoration:none }
body.visual-refresh .vr-links a:hover { color:#0768d4 }
body.visual-refresh .vr-button { display:inline-flex;align-items:center;justify-content:center;padding:13px 21px;border:1px solid #0865d0;border-radius:5px;background:#0865d0;color:white;text-decoration:none;font-size:.9375rem;font-weight:600;line-height:1.4;min-height:49px;transition:background .15s }
body.visual-refresh .vr-button:hover { background:#064d9e;color:white }
body.visual-refresh .vr-button.vr-secondary { background:transparent;border-color:#b9c8d8;color:var(--vr-ink) }
body.visual-refresh .vr-button.vr-secondary:hover { background:#edf3fa }
body.visual-refresh .vr-buttons { display:flex;flex-wrap:wrap;gap:12px;margin-top:27px }
body.visual-refresh .vr-eyebrow { font-size:.8125rem;font-weight:650;letter-spacing:.12em;text-transform:uppercase;color:#0865d0;margin-bottom:20px }
body.visual-refresh .vr-hero { padding:64px 0 58px;background:var(--vr-soft) }
body.visual-refresh .vr-hero-grid { display:grid;grid-template-columns:1.05fr 1fr;gap:60px;align-items:center }
body.visual-refresh .vr-lead { font-size:1.125rem;line-height:1.7;margin-top:24px;max-width:560px }
body.visual-refresh .vr-muted { font-size:.875rem;color:#637287 }
body.visual-refresh .vr-hero .vr-micro { margin-top:21px;font-size:.8125rem }
body.visual-refresh .vr-showcase { background:#122a47;border-radius:10px;padding:28px;color:white;overflow:hidden }
body.visual-refresh .vr-showcase .vr-eyebrow { color:#a8caff;margin-bottom:8px }
body.visual-refresh .vr-showcase h2 { font-size:1.8rem;margin-bottom:22px }
body.visual-refresh .vr-screen-crop { height:260px;overflow:hidden;border-radius:5px;background:var(--vr-paper) }
body.visual-refresh .vr-screen-crop img { width:100%;transform:translateY(-28%) }
body.visual-refresh .vr-showcase figcaption { font-size:.8125rem;color:#c2d1e3;margin-top:15px;line-height:1.5 }
body.visual-refresh .vr-showcase a { color:var(--vr-paper) }
body.visual-refresh .vr-showcase-top { display:flex;align-items:center;justify-content:space-between;gap:12px }
body.visual-refresh .vr-pill { border:1px solid #5c7290;border-radius:30px;padding:3px 10px;font-size:.75rem;white-space:nowrap }
body.visual-refresh .vr-trust { padding:29px 0;border-bottom:1px solid #e1e7ed }
body.visual-refresh .vr-trust .vr-wrap { display:grid;grid-template-columns:150px 1fr;gap:35px;align-items:center }
body.visual-refresh .vr-trust p { font-size:.8125rem;line-height:1.5 }
body.visual-refresh .vr-names { display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center;align-items:center;font-size:1.125rem;font-weight:600;color:#4e5e72 }
body.visual-refresh .vr-section { padding:80px 0 }
body.visual-refresh .vr-section-head { display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:36px }
body.visual-refresh .vr-section-head p { max-width:350px;font-size:1rem }
body.visual-refresh .vr-service-grid { display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--vr-border);border-radius:8px;overflow:hidden }
body.visual-refresh .vr-service { padding:28px 24px;border-right:1px solid var(--vr-border);display:flex;flex-direction:column;align-items:start }
body.visual-refresh .vr-service:last-child { border:0 }
body.visual-refresh .vr-number { font-size:.8125rem;color:#0865d0;margin-bottom:30px;font-weight:650 }
body.visual-refresh .vr-service h3 { min-height:53px }
body.visual-refresh .vr-service p { font-size:.9375rem;margin:18px 0 26px }
body.visual-refresh .vr-text-link { font-weight:600;font-size:.9375rem;color:#0865d0 }
body.visual-refresh .vr-service .vr-text-link { margin-top:auto }
body.visual-refresh .vr-soft { background:var(--vr-soft) }
body.visual-refresh .vr-products { display:grid;grid-template-columns:1.2fr 1fr;gap:24px }
body.visual-refresh .vr-product-feature { background:var(--vr-paper);border:1px solid var(--vr-border);border-radius:8px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr }
body.visual-refresh .vr-product-feature figure { background:var(--vr-soft);padding:26px;display:flex;align-items:center }
body.visual-refresh .vr-product-feature figure img { border:1px solid #d4deeb;border-radius:5px }
body.visual-refresh .vr-product-copy { padding:32px 26px }
body.visual-refresh .vr-product-copy p { font-size:.9375rem;margin:16px 0 24px }
body.visual-refresh .vr-product-list { display:grid;gap:20px }
body.visual-refresh .vr-small-product { background:var(--vr-paper);border:1px solid var(--vr-border);border-radius:8px;padding:24px 28px }
body.visual-refresh .vr-small-product p { font-size:.9375rem;margin:10px 0 15px }
body.visual-refresh .vr-case { display:grid;grid-template-columns:.8fr 1.4fr;gap:70px;align-items:center;background:#122a47;border-radius:10px;padding:52px;color:white }
body.visual-refresh .vr-case .vr-eyebrow { color:#a8caff }
body.visual-refresh .vr-case h2 { font-size:2.25rem }
body.visual-refresh .vr-case p { color:#c1cee0;margin:20px 0 }
body.visual-refresh .vr-case a { color:white }
body.visual-refresh .vr-metric { font-size:6rem;line-height:1.1;letter-spacing:-.07em;font-weight:550 }
body.visual-refresh .vr-metric span { color:#79aeff }
body.visual-refresh .vr-metric-caption { font-size:.875rem;margin-top:15px;max-width:230px;color:#c1cee0 }
body.visual-refresh .vr-expert { display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding-top:65px }
body.visual-refresh .vr-expert p { margin:15px 0 22px }
body.visual-refresh .vr-expert-note { border-left:3px solid #0865d0;padding:15px 0 15px 28px }
body.visual-refresh .vr-expert-note strong { display:block;font-size:1.5rem;line-height:1.4;font-weight:550 }
body.visual-refresh .vr-cta { background:var(--vr-soft);padding:46px 0 }
body.visual-refresh .vr-cta .vr-wrap { display:flex;justify-content:space-between;align-items:center;gap:30px }
body.visual-refresh .vr-cta h2 { font-size:2rem }
body.visual-refresh .vr-cta p { margin-top:10px }
body.visual-refresh .vr-footer { padding:42px 0 25px;background:#0c1d32;color:var(--vr-paper) }
body.visual-refresh .vr-footer-top { display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px }
body.visual-refresh .vr-footer p { font-size:.875rem;color:#aabbd0;margin-top:12px;max-width:340px }
body.visual-refresh .vr-footer h3 { font-size:.875rem;letter-spacing:0;margin-bottom:14px }
body.visual-refresh .vr-footer a { font-size:.875rem;text-decoration:none;display:block;color:#cfdae8;margin:7px 0 }
body.visual-refresh .vr-footer .vr-brand { font-size:1.6rem;display:flex;color:var(--vr-paper) }
body.visual-refresh .vr-footer-bottom { margin-top:30px;border-top:1px solid #304156;padding-top:18px;display:flex;justify-content:space-between;font-size:.8125rem;color:#aabbd0 }
body.visual-refresh .vr-footer-bottom a { display:inline;margin:0 0 0 20px;font-size:.8125rem }
body.visual-refresh .vr-breadcrumb { font-size:.8125rem;color:#627489;margin-bottom:30px }
body.visual-refresh .vr-product-hero { padding:35px 0 60px }
body.visual-refresh .vr-product-hero h1 { font-size:3.5rem }
body.visual-refresh .vr-product-hero .vr-hero-grid { grid-template-columns:1.05fr 1fr;gap:70px }
body.visual-refresh .vr-price { display:flex;align-items:baseline;gap:12px;margin:22px 0 4px }
body.visual-refresh .vr-price strong { font-size:2rem;letter-spacing:-.04em }
body.visual-refresh .vr-price span { font-size:.875rem;color:#607087 }
body.visual-refresh .vr-licence { font-size:.8125rem }
body.visual-refresh .vr-upgrade { border-top:1px solid #d6e0ec;padding-top:18px;margin-top:22px;font-size:.875rem;line-height:1.6 }
body.visual-refresh .vr-upgrade strong { display:block;color:#203c62 }
body.visual-refresh .vr-current-shot { background:var(--vr-soft);padding:30px;border-radius:8px }
body.visual-refresh .vr-current-shot img { width:100%;max-height:405px;object-fit:contain;background:var(--vr-paper);border-radius:4px }
body.visual-refresh .vr-current-shot figcaption { font-size:.8125rem;line-height:1.5;margin-top:18px;color:#50617a }
body.visual-refresh .vr-jump-nav { border-block:1px solid var(--vr-border) }
body.visual-refresh .vr-jump-nav .vr-wrap { display:flex;gap:35px;padding-block:16px;flex-wrap:wrap }
body.visual-refresh .vr-jump-nav a { font-size:.875rem;text-decoration:none;font-weight:550 }
body.visual-refresh .vr-steps { display:grid;grid-template-columns:repeat(3,1fr);gap:40px }
body.visual-refresh .vr-step { border-top:2px solid #c6d9ee;padding-top:24px }
body.visual-refresh .vr-step h3 { margin:15px 0 }
body.visual-refresh .vr-step p { font-size:1rem }
body.visual-refresh .vr-requirements { display:grid;grid-template-columns:1fr 1fr;gap:70px }
body.visual-refresh .vr-requirements dl { margin:0 }
body.visual-refresh .vr-requirements dl div { padding:18px 0;border-bottom:1px solid var(--vr-border) }
body.visual-refresh .vr-requirements dt { font-weight:600 }
body.visual-refresh .vr-requirements dd { margin:4px 0 0;color:var(--vr-muted);font-size:.9375rem }
body.visual-refresh .vr-future { display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center }
body.visual-refresh .vr-future p { margin:20px 0 }
body.visual-refresh .vr-future figure { padding:24px;background:var(--vr-soft);border-radius:8px }
body.visual-refresh .vr-future img { max-height:500px;margin:auto }
body.visual-refresh .vr-future figcaption { font-size:.8125rem;color:var(--vr-muted);margin-top:12px }
body.visual-refresh .vr-faq { max-width:800px }
body.visual-refresh .vr-faq details { border-bottom:1px solid var(--vr-border);padding:20px 0 }
body.visual-refresh .vr-faq summary { cursor:pointer;font-size:1.0625rem;font-weight:550 }
body.visual-refresh .vr-faq details p { padding-top:14px;font-size:1rem }
body.visual-refresh .vr-skip { position:absolute;top:-100px;left:10px;background:var(--vr-paper);padding:12px;z-index:20 }
body.visual-refresh .vr-skip:focus { top:10px }
@media(max-width:1050px){
body.visual-refresh .vr-links { gap:17px }
body.visual-refresh .vr-links .vr-optional { display:none }
body.visual-refresh .vr-hero-grid { gap:35px }
body.visual-refresh .vr-service-grid { grid-template-columns:repeat(2,1fr) }
body.visual-refresh .vr-service:nth-child(2) { border-right:0 }
body.visual-refresh .vr-service:nth-child(-n+2) { border-bottom:1px solid var(--vr-border) }
body.visual-refresh .vr-products { grid-template-columns:1fr 1fr }
body.visual-refresh .vr-product-feature { grid-template-columns:1fr }
body.visual-refresh .vr-product-feature figure { display:none }
body.visual-refresh .vr-case { gap:35px }
}
@media(max-width:720px){
body.visual-refresh .vr-wrap { width:calc(100% - 36px) }
body.visual-refresh .vr-preview { font-size:.75rem }
body.visual-refresh .vr-preview .vr-preview-note { display:none }
body.visual-refresh .vr-nav { min-height:80px;gap:12px;flex-wrap:wrap;padding:13px 0 }
body.visual-refresh .vr-brand { font-size:1.4rem }
body.visual-refresh .vr-brand img { width:46px }
body.visual-refresh .vr-links { gap:14px;flex-wrap:wrap;font-size:.8125rem }
body.visual-refresh .vr-links .vr-optional,
body.visual-refresh .vr-links .vr-nav-services { display:none }
body.visual-refresh .vr-links .vr-button { padding:10px 12px;font-size:.8125rem;min-height:42px }
body.visual-refresh .vr-hero { padding:38px 0 }
body.visual-refresh .vr-hero-grid,
body.visual-refresh .vr-product-hero .vr-hero-grid { grid-template-columns:1fr;gap:32px }
body.visual-refresh .vr-lead { font-size:1.0625rem;margin-top:20px }
body.visual-refresh .vr-showcase { padding:23px }
body.visual-refresh .vr-screen-crop { height:245px }
body.visual-refresh .vr-trust .vr-wrap { grid-template-columns:1fr;gap:17px }
body.visual-refresh .vr-trust p { text-align:center }
body.visual-refresh .vr-names { grid-template-columns:repeat(2,1fr);font-size:1rem;gap:15px }
body.visual-refresh .vr-section { padding:50px 0 }
body.visual-refresh .vr-section-head { display:block;margin-bottom:26px }
body.visual-refresh .vr-section-head p { margin-top:20px }
body.visual-refresh .vr-service-grid { grid-template-columns:1fr }
body.visual-refresh .vr-service { border-right:0;border-bottom:1px solid var(--vr-border);padding:24px }
body.visual-refresh .vr-service h3 { min-height:0 }
body.visual-refresh .vr-number { margin-bottom:15px }
body.visual-refresh .vr-service p { margin:12px 0 18px }
body.visual-refresh .vr-products,
body.visual-refresh .vr-case,
body.visual-refresh .vr-expert,
body.visual-refresh .vr-requirements,
body.visual-refresh .vr-future,
body.visual-refresh .vr-footer-top { grid-template-columns:1fr }
body.visual-refresh .vr-case { padding:30px;gap:30px }
body.visual-refresh .vr-metric { font-size:4.5rem }
body.visual-refresh .vr-metric-caption { max-width:none }
body.visual-refresh .vr-expert { padding-top:45px;gap:20px }
body.visual-refresh .vr-cta .vr-wrap { display:block }
body.visual-refresh .vr-cta .vr-button { margin-top:24px }
body.visual-refresh .vr-footer-top { gap:24px }
body.visual-refresh .vr-footer-bottom { display:block }
body.visual-refresh .vr-footer-bottom a { margin:15px 20px 0 0 }
body.visual-refresh .vr-steps { grid-template-columns:1fr;gap:28px }
body.visual-refresh .vr-product-hero h1 { font-size:2.8rem }
body.visual-refresh .vr-product-hero { padding-top:24px }
body.visual-refresh .vr-current-shot { padding:23px }
body.visual-refresh .vr-requirements,
body.visual-refresh .vr-future { gap:30px }
body.visual-refresh .vr-jump-nav .vr-wrap { gap:20px }
body.visual-refresh .vr-product-feature figure { display:flex;max-height:250px;overflow:hidden }
body.visual-refresh .vr-product-feature figure img { max-height:210px;margin:auto }
body.visual-refresh .vr-footer .vr-brand { font-size:1.4rem }
}
@media(prefers-reduced-motion:reduce){
body.visual-refresh * { transition:none!important }
}

/* Keep the site's established mobile menu, search, theme switch and footer utilities. */
body.visual-refresh .header .container { max-width:1244px; }
body.visual-refresh .logo { display:flex; align-items:center; gap:10px; text-decoration:none; }
body.visual-refresh .logo img { width:55px; height:auto; }
body.visual-refresh .vr-wordmark { font-size:1.5rem; font-weight:700; color:var(--vr-ink); letter-spacing:-.04em; }
body.visual-refresh .nav-links > a[data-cta="nav-project"] { background:#0865d0; color:#fff; border-radius:5px; padding:10px 14px; }
body.visual-refresh .footer { padding-top:40px; }
body.visual-refresh .footer-grid { gap:28px; }
body.visual-refresh .footer-links a { padding-block:2px; }
body.visual-refresh .vr-price p { font-size:.875rem; margin:0; }
body.visual-refresh main section { scroll-margin-top:95px; }
body.visual-refresh .vr-hero { min-height:0; }
body.visual-refresh .vr-hero img { position:static; }
body.visual-refresh .vr-case p, body.visual-refresh .vr-showcase p { color:#c1cee0; }
body.visual-refresh .vr-case .vr-eyebrow, body.visual-refresh .vr-showcase .vr-eyebrow { color:#a8caff; }
body.visual-refresh .vr-showcase h2, body.visual-refresh .vr-case h2 { color:#fff; }
body.visual-refresh .vr-current-shot img, body.visual-refresh .vr-screen-crop { background:#fff; }
body.visual-refresh .vr-service, body.visual-refresh .vr-hero-grid > *, body.visual-refresh .vr-products > * { min-width:0; }
body.visual-refresh .vr-button { text-align:center; }
body.visual-refresh .vr-price { flex-wrap:wrap; }
[data-theme="dark"] body.visual-refresh .vr-text-link, [data-theme="dark"] body.visual-refresh .vr-eyebrow, [data-theme="dark"] body.visual-refresh .vr-number { color:#8fbaff; }
[data-theme="dark"] body.visual-refresh .vr-muted, [data-theme="dark"] body.visual-refresh .vr-names, [data-theme="dark"] body.visual-refresh .vr-breadcrumb, [data-theme="dark"] body.visual-refresh .vr-current-shot figcaption, [data-theme="dark"] body.visual-refresh .vr-future figcaption { color:#b9c9db; }
[data-theme="dark"] body.visual-refresh .vr-upgrade strong { color:#d7e7ff; }
@media(max-width:720px) { body.visual-refresh .vr-wordmark { font-size:1.2rem; } body.visual-refresh .vr-button { max-width:100%; } body.visual-refresh .vr-price { gap:8px; } }

body.visual-refresh .footer p { color:#c1cee0; }
body.visual-refresh .footer .footer-heading { color:#fff; }
body.visual-refresh .vr-current-shot img { width:100%; }
