/* Visual reading system: semantic sections, diagrams and progressive detail. */
:root{--ux-ink:#173e3a;--ux-teal:#006c60;--ux-mint:#e9f2eb;--ux-blue:#eaf0f9;--ux-blue-ink:#305581;--ux-sand:#fbf0db;--ux-gold:#896121;--ux-line:#dce6df}
.ux-icon{display:block;width:24px;height:24px;flex:none}
.ux-kicker{display:block;color:var(--ux-teal);font-size:14px!important;font-weight:700;letter-spacing:.13em;line-height:1.4;text-transform:uppercase}
body[data-vcc-theme] .ux-briefing{background:#f0f5ef;border:1px solid #d9e5d9;border-radius:18px;padding:32px;margin:28px auto 36px;max-width:1200px;overflow:hidden}
body[data-vcc-theme] .ux-brief-heading{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(240px,1fr);gap:10px 36px;align-items:end;margin-bottom:24px}
body[data-vcc-theme] .ux-brief-heading .ux-kicker{grid-column:1/-1}
body[data-vcc-theme] .ux-brief-heading h2{font-size:clamp(1.45rem,2.7vw,2rem)!important;line-height:1.15;margin:0!important;color:var(--ux-ink)!important;max-width:560px}
body[data-vcc-theme] .ux-brief-heading p{font-size:14px!important;line-height:1.65!important;margin:0!important;color:#53685e!important}
.ux-brief-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
body[data-vcc-theme] .ux-brief-card{background:white;border:1px solid #dce6df;border-radius:12px;padding:22px;min-width:0}
.ux-icon-box{display:grid;place-items:center;width:46px;height:46px;background:var(--ux-mint);border:1px solid #d7e8db;border-radius:12px;color:var(--ux-teal);margin-bottom:20px}
.ux-tone-1 .ux-icon-box{background:var(--ux-blue);border-color:#d6e1f3;color:var(--ux-blue-ink)}
.ux-tone-2 .ux-icon-box{background:var(--ux-sand);border-color:#eee1c4;color:var(--ux-gold)}
body[data-vcc-theme] .ux-brief-card h3{font-size:18px!important;line-height:1.25!important;margin:0 0 10px!important;letter-spacing:-.025em;color:var(--ux-ink)!important}
body[data-vcc-theme] .ux-brief-card p{font-size:14px!important;line-height:1.6!important;margin:0!important;color:#50615e!important}
body[data-vcc-theme] .ux-flow{list-style:none!important;padding:20px 0 0!important;margin:22px 0 0!important;border-top:1px solid #d6e3d5;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
body[data-vcc-theme] .ux-flow li{display:flex;align-items:center;gap:12px;position:relative;margin:0!important;font-size:14px!important;line-height:1.4!important;color:var(--ux-ink)}
.ux-flow li:not(:last-child)::after{content:'→';position:absolute;right:-12px;color:#72967f;font-size:20px}
.ux-flow-number{font-size:14px;font-weight:700;letter-spacing:.05em;color:white;display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:var(--ux-teal);flex:none}
/* Reading layout: a stable navigation rail and distinct content panels. */
body[data-vcc-theme] .vcc-wrap.ux-wide,body[data-vcc-theme] .entry-content.ux-wide{max-width:1240px!important;padding-inline:24px;margin-inline:auto}
.ux-reading-layout{display:grid;grid-template-columns:218px minmax(0,1fr);gap:36px;align-items:start;max-width:1200px;margin:0 auto}
.ux-reading-body{min-width:0;max-width:920px}
.ux-reading-rail{position:sticky;top:106px;align-self:start;min-width:0}
.ux-toc{background:white;border:1px solid var(--ux-line);border-radius:14px;padding:22px 18px;box-shadow:0 6px 24px #173e3a05}
body[data-vcc-theme] .ux-toc-caption{font-size:16px!important;color:var(--ux-ink);font-weight:700;line-height:1.3!important;margin:10px 0 18px!important}
body[data-vcc-theme] .ux-toc>a{display:flex;gap:9px;align-items:flex-start;color:#52665b;text-decoration:none!important;padding:10px 7px;font-size:14px!important;line-height:1.45!important;border-left:2px solid transparent;border-radius:0 5px 5px 0}
.ux-toc>a .ux-icon{width:16px;height:16px;margin-top:1px;color:#69927a}
body[data-vcc-theme] .ux-toc>a:hover,body[data-vcc-theme] .ux-toc>a[aria-current]{background:#eaf4ed;color:#075a4e;border-left-color:#07806b}
.ux-view-controls{border-top:1px solid var(--ux-line);margin-top:14px;padding-top:14px;display:flex;flex-wrap:wrap;gap:7px}
body[data-vcc-theme] .ux-view-controls button{font:600 14px/1.3 var(--v3-sans)!important;min-height:32px;padding:7px 9px;background:#f0f5ef;color:#285347;border:1px solid #d6e4d7;border-radius:5px;cursor:pointer;box-shadow:none}
.ux-section{padding:28px 30px;margin:0 0 24px;background:white;border:1px solid var(--ux-line);border-radius:14px;box-shadow:0 4px 18px #173e3a03;scroll-margin-top:100px}
body[data-vcc-theme] .ux-section>h2{display:flex;gap:16px;align-items:flex-start;margin:0 0 22px!important;padding:0 0 20px!important;border-top:0!important;border-bottom:1px solid var(--ux-line);font-size:clamp(1.3rem,2.3vw,1.7rem)!important;line-height:1.25!important;color:var(--ux-ink)}
.ux-heading-icon{display:grid;place-items:center;border-radius:10px;width:38px;height:38px;flex:none;background:var(--ux-mint);color:var(--ux-teal);margin-top:-2px}
.ux-heading-icon .ux-icon{width:20px;height:20px}
.ux-section-tone-1>.ux-heading-icon,.ux-section-tone-1>h2>.ux-heading-icon{background:var(--ux-blue);color:var(--ux-blue-ink)}
.ux-section-tone-2>h2>.ux-heading-icon{background:var(--ux-sand);color:var(--ux-gold)}
body[data-vcc-theme] .ux-section :is(p,li){font-size:16px!important;line-height:1.7!important}
body[data-vcc-theme] .ux-reading-body>p{font-size:16px;line-height:1.7}
body[data-vcc-theme] .ux-section h3{font-size:18px!important;margin-top:26px;color:var(--ux-ink)}
body[data-vcc-theme] .ux-section ul,body[data-vcc-theme] .ux-section ol{padding-left:22px;margin:18px 0}
body[data-vcc-theme] .ux-section li{padding-left:4px;margin-bottom:10px}
.ux-section li::marker{color:var(--ux-teal);font-weight:700}
body[data-vcc-theme] .ux-section strong{color:var(--ux-ink)}
body[data-vcc-theme] .ux-wide>.vcc-hero{max-width:940px;margin:0 0 24px;padding:12px 0 26px}
body[data-vcc-theme] .ux-wide>.vcc-hero h1{font-size:clamp(2rem,3.7vw,3.2rem)}
body[data-vcc-theme] .ux-wide>.vcc-hero p{font-size:17px;max-width:780px;line-height:1.6}
/* Native disclosure keeps the full wording in the document and keyboard accessible. */
body[data-vcc-theme] :is(.ux-analysis,.ux-reference,.ux-inline-detail){border:1px solid #dce6dd;background:#f7faf6;border-radius:9px;margin:18px 0;overflow:hidden}
body[data-vcc-theme] :is(.ux-analysis,.ux-reference,.ux-inline-detail)>summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 18px;font-size:14px!important;font-weight:700;line-height:1.5;color:#206251}
:where(.ux-analysis,.ux-reference,.ux-inline-detail)>summary::-webkit-details-marker{display:none}
:where(.ux-analysis,.ux-reference,.ux-inline-detail)>summary::after{content:'+';font-size:23px;font-weight:400;flex:none}
:where(.ux-analysis,.ux-reference,.ux-inline-detail)[open]>summary::after{content:'−'}
body[data-vcc-theme] :is(.ux-analysis,.ux-inline-detail)>p{padding:0 18px 18px;margin:0;font-size:15px!important;line-height:1.75!important}
.ux-analysis[open]>summary{border-bottom:1px solid #e0e8df;margin-bottom:14px}
body[data-vcc-theme] .ux-intro-detail{margin-bottom:14px}
/* Existing fact, table and decision components gain differentiated surfaces. */
body[data-vcc-theme] .ux-content .vcc-numbers{gap:10px;border:0;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin:24px 0}
body[data-vcc-theme] .ux-content .vcc-numbers>div{background:#eaf4ed;border:1px solid #d5e8da;border-radius:11px;padding:20px 16px}
body[data-vcc-theme] .ux-content .vcc-numbers>div:nth-child(3n+2){background:#edf2fb;border-color:#dce5f5}
body[data-vcc-theme] .ux-content .vcc-numbers>div:nth-child(3n){background:#fbf2df;border-color:#ede2c9}
body[data-vcc-theme] .ux-content .vcc-numbers b{font-size:24px;line-height:1.2;margin-bottom:8px}
body[data-vcc-theme] .ux-content .vcc-numbers span{font-size:14px;line-height:1.5;display:block;color:#52615a}
body[data-vcc-theme] .ux-section .v3-table-scroll{border:1px solid #d5e2d8;border-radius:8px;margin:22px 0}
body[data-vcc-theme] .ux-section table.vcc-table{font-size:14px;border:0}
body[data-vcc-theme] .ux-section table.vcc-table :is(th,td){padding:13px 15px;line-height:1.6}
body[data-vcc-theme] .ux-content .vcc-keyfacts{background:#edf4ed;border:1px solid #d7e6d8;border-radius:12px;padding:26px}
body[data-vcc-theme] .ux-content .vcc-keyfacts dl{display:grid;grid-template-columns:minmax(110px,.65fr) minmax(0,1.5fr);gap:0 24px}
body[data-vcc-theme] .ux-content .vcc-keyfacts dt{padding:15px 0;margin:0;border-top:1px solid #d5e2d5;font-size:14px}
body[data-vcc-theme] .ux-content .vcc-keyfacts dd{padding:15px 0;margin:0;border-top:1px solid #d5e2d5;font-size:14px;line-height:1.65}
body[data-vcc-theme] .ux-content .vcc-mythbox{background:#fff4dd;border:1px solid #ecdbb1;border-left:4px solid #b3832e;border-radius:9px}
body[data-vcc-theme] .ux-content .vcc-diagram{background:#f1f6f0;border:1px solid #d4e3d5;border-radius:12px}
body[data-vcc-theme] .ux-content .vcc-cta{border-radius:14px;background:linear-gradient(120deg,#123e38,#1d5c4d);position:relative;overflow:hidden}
body[data-vcc-theme] .ux-content .vcc-cta a{border-radius:6px}
body[data-vcc-theme] .ux-content .vcc-reviewed{background:#f0f5ef;border-radius:5px;padding:12px 16px;font-size:14px;line-height:1.65;margin-bottom:22px}
/* Homepage: structured colour, richer service cards and a compact reference layer. */
body[data-vcc-theme] #vcc-home>.ux-briefing{margin:40px auto 20px}
body[data-vcc-theme] #vcc-home>.ux-reference{max-width:1200px;margin:20px auto 48px;background:white}
body[data-vcc-theme] #vcc-home .ux-reference .vcc-answer{padding:28px;margin:0;border:0}
body[data-vcc-theme] #vcc-home .ux-home-section{border:0}
body[data-vcc-theme] #vcc-home .ux-home-tone-0{background:#f1f6ef}
body[data-vcc-theme] #vcc-home .ux-home-tone-1{background:#fff}
body[data-vcc-theme] #vcc-home .ux-home-tone-2{background:#f4f5f8}
body[data-vcc-theme] #vcc-home :is(.who,.ben,.tool,.step){background:white;border:1px solid #dce7df;border-radius:13px;padding:25px;box-shadow:0 4px 20px #173e3a04}
body[data-vcc-theme] #vcc-home :is(.who,.tool):hover{background:#f8fcf7;border-color:#79a68c;transform:translateY(-2px);box-shadow:0 8px 28px #173e3a0a}
body[data-vcc-theme] #vcc-home :is(.who,.ben,.tool) .ic{background:#e5f1e6;border:1px solid #d5e6d6;border-radius:12px;width:46px;height:46px;margin-bottom:20px}
body[data-vcc-theme] #vcc-home :is(.who,.ben,.tool):nth-child(3n+2) .ic{background:#eaf0fa;border-color:#d9e4f4}
body[data-vcc-theme] #vcc-home :is(.who,.ben,.tool):nth-child(3n) .ic{background:#fcf0d8;border-color:#eee1c5}
body[data-vcc-theme] #vcc-home .v3-routes{background:#ecf3e9;border-radius:15px;border:1px solid #d3e2cf;padding:25px}
body[data-vcc-theme] #vcc-home .v3-routes a{grid-template-columns:40px 1fr auto;gap:8px 14px;padding-block:19px}
body[data-vcc-theme] #vcc-home .v3-routes b{grid-column:2;font-size:18px}
body[data-vcc-theme] #vcc-home .v3-routes a>span:not(.ux-route-icon){grid-column:2;font-size:14px}
body[data-vcc-theme] #vcc-home .v3-routes i{grid-column:3}
body[data-vcc-theme] #vcc-home .v3-routes .ux-route-icon{grid-column:1;grid-row:1/span 2;display:grid;place-items:center;width:40px;height:40px;border-radius:10px;background:white;border:1px solid #d7e4d3;color:#0a7461}
body[data-vcc-theme] #vcc-home .v3-routes .ux-route-icon .ux-icon{width:21px;height:21px}
body[data-vcc-theme] #vcc-home .v3-routes a:nth-of-type(2) .ux-route-icon{color:#355d89;background:#edf2fb}
body[data-vcc-theme] #vcc-home .v3-routes a:nth-of-type(3) .ux-route-icon{color:#8b6328;background:#fcf3de}
body[data-vcc-theme] #vcc-home .sec-head{margin-bottom:30px}
body[data-vcc-theme] #vcc-home .sec-head p{font-size:16px}
body[data-vcc-theme] #vcc-home .sec{padding:58px 0}
body[data-vcc-theme] #vcc-home .vstruct{border-radius:14px;box-shadow:0 8px 28px #173e3a08}
body[data-vcc-theme] #vcc-home .pill{background:#fff;border:1px solid #dce7df;border-radius:10px;padding:19px 22px}
body[data-vcc-theme] #vcc-home .midcta{background:#f9eed8;border:1px solid #e9d9b6;border-radius:12px;padding:28px}
body[data-vcc-theme] #vcc-contact .service-number{background:#e7f2e7;color:#076a59;border:1px solid #d4e6d4;border-radius:11px;display:grid;place-items:center;width:44px;height:44px;flex:none}
body[data-vcc-theme] #vcc-contact .service-number .ux-icon{width:22px;height:22px}
body[data-vcc-theme] #vcc-contact .service-list>li{background:white;border:1px solid #dce6dc;padding:18px;border-radius:12px;margin-bottom:12px}
body[data-vcc-theme] #vcc-contact .contact-card{border-radius:16px;box-shadow:0 12px 40px #173e3a08;border-color:#d9e5db}
body[data-vcc-theme] .entry-card{border-radius:14px!important;box-shadow:0 5px 20px #173e3a06!important}
body[data-vcc-theme] .entry-card .entry-excerpt{font-size:14px;line-height:1.6}
@media(min-width:1000px){.ux-toc{max-height:calc(100vh - 126px);overflow:auto;scrollbar-width:thin}}
@media(max-width:1100px){.ux-reading-layout{grid-template-columns:190px minmax(0,1fr);gap:22px}.ux-section{padding:24px}.ux-brief-card{padding:18px}body[data-vcc-theme] #vcc-home>.ux-briefing,body[data-vcc-theme] #vcc-home>.ux-reference{margin-inline:28px}}
@media(max-width:900px){
 .ux-reading-layout{display:block}.ux-reading-rail{position:static;margin-bottom:22px}.ux-toc{padding:18px;display:flex;flex-wrap:wrap;gap:8px}
 .ux-toc>.ux-kicker,.ux-toc>.ux-toc-caption{width:100%}body[data-vcc-theme] .ux-toc-caption{margin:0 0 6px!important}
 body[data-vcc-theme] .ux-toc>a{padding:8px 10px;border:1px solid #dbe7da;border-radius:6px;font-size:14px!important;background:#f7faf5;max-width:100%}
 .ux-toc>a .ux-icon{display:none}.ux-view-controls{width:100%;padding-top:10px;margin-top:5px}
 body[data-vcc-theme] .ux-brief-heading{display:block}body[data-vcc-theme] .ux-brief-heading h2{margin:10px 0!important}
 body[data-vcc-theme] .ux-briefing{padding:24px}.ux-brief-cards{gap:10px}
}
@media(max-width:600px){
 body[data-vcc-theme] .vcc-wrap.ux-wide,body[data-vcc-theme] .entry-content.ux-wide{padding-inline:0}
 body[data-vcc-theme] .ux-briefing{padding:20px 16px;border-radius:13px;margin:22px 0 24px}
 .ux-brief-cards{grid-template-columns:1fr;gap:10px}body[data-vcc-theme] .ux-brief-card{padding:17px;display:grid;grid-template-columns:40px minmax(0,1fr);column-gap:14px}
 .ux-icon-box{grid-row:1/span 2;width:40px;height:40px;margin:0;border-radius:10px}.ux-icon-box .ux-icon{width:21px;height:21px}
 body[data-vcc-theme] .ux-brief-card h3{font-size:16px!important;margin:0 0 6px!important}body[data-vcc-theme] .ux-brief-card p{font-size:14px!important;grid-column:2}
 body[data-vcc-theme] .ux-flow{grid-template-columns:1fr;gap:16px;padding-top:20px!important;margin-top:20px!important}
 .ux-flow li:not(:last-child)::after{content:'';left:12px;right:auto;top:28px;height:12px;width:1px;background:#aac6af}
 .ux-section{padding:21px 18px;border-radius:12px;margin-bottom:18px}body[data-vcc-theme] .ux-section>h2{gap:11px;font-size:21px!important;padding-bottom:16px!important}
 .ux-heading-icon{width:32px;height:32px;border-radius:8px}.ux-heading-icon .ux-icon{width:18px;height:18px}
 body[data-vcc-theme] .ux-section :is(p,li){font-size:15px!important;line-height:1.75!important}
 body[data-vcc-theme] .ux-content .vcc-keyfacts dl{display:block}body[data-vcc-theme] .ux-content .vcc-keyfacts dt{padding-bottom:4px}body[data-vcc-theme] .ux-content .vcc-keyfacts dd{border:0;padding-top:0}
 body[data-vcc-theme] #vcc-home>.ux-briefing,body[data-vcc-theme] #vcc-home>.ux-reference{margin-inline:20px}
 body[data-vcc-theme] #vcc-home .ux-reference .vcc-answer{padding:18px}body[data-vcc-theme] #vcc-home .v3-routes{padding:21px}
 body[data-vcc-theme] #vcc-home .v3-routes b{font-size:17px}body[data-vcc-theme] #vcc-home :is(.who,.ben,.tool,.step){padding:22px}
 body[data-vcc-theme] #vcc-home .grid-4:has(.ben){grid-template-columns:1fr}
 body[data-vcc-theme] .ux-wide>.vcc-hero h1{font-size:34px}
}
@media print{.ux-reading-layout{display:block}.ux-reading-rail{display:none}.ux-section{break-inside:avoid;border-color:#ccc;box-shadow:none}.ux-analysis{display:block}.ux-view-controls{display:none}}

body[data-vcc-theme] .ux-content h2[id]{scroll-margin-top:112px}
/* VISUAL-006 — legacy landing pages and historic post content */
body[data-vcc-theme] .v6-lead{padding:22px 24px;border-left:3px solid #328374;border-radius:0 10px 10px 0;background:#edf3ed;font-size:16px!important;line-height:1.75!important;margin:14px 0 24px!important}
body[data-vcc-theme] .v6-panel>h3,body[data-vcc-theme] .v6-panel>h4{font:650 25px/1.3 var(--v3-sans)!important;margin:0 0 24px!important;padding:0 0 18px!important;border-bottom:1px solid #dce5dd;color:#123c34}
.v6-section-mark{display:inline-block;width:22px;height:6px;background:#a6cebc;border-radius:6px;vertical-align:middle;margin-right:12px}
body[data-vcc-theme] .v6-legacy{max-width:1160px!important;margin:0 auto!important;padding:32px 24px!important}
body[data-vcc-theme] .v6-legacy .v6-title{font:650 clamp(32px,4.1vw,54px)/1.1 var(--v3-sans)!important;letter-spacing:-.035em!important;color:#163b33!important;text-align:left!important;margin:0 0 24px!important}
body[data-vcc-theme] .v6-legacy h2{font-family:var(--v3-sans)!important;text-align:left!important;color:#163b33!important;font-size:28px!important;line-height:1.25!important}
body[data-vcc-theme] .v6-legacy h3{font-family:var(--v3-sans)!important;font-size:21px!important;line-height:1.35!important}
body[data-vcc-theme] .v6-legacy p,body[data-vcc-theme] .v6-legacy li{font-family:var(--v3-sans)!important;font-size:16px!important;line-height:1.75!important}
body[data-vcc-theme] .v6-legacy #vcc-wrapper{font-family:var(--v3-sans)!important;width:100%;max-width:none;color:#27433b}
body[data-vcc-theme] .v6-legacy #vcc-wrapper .hero-vcc{background:#edf3ec!important;color:#163b33!important;border:1px solid #dbe4db;border-radius:18px;padding:32px!important;margin:12px 0 32px;text-align:left}
body[data-vcc-theme] .v6-legacy #vcc-wrapper .hero-vcc p{color:#4f665b!important;max-width:100%!important;text-align:left}
body[data-vcc-theme] .v6-legacy #vcc-wrapper .vcc-container{max-width:100%!important;width:100%!important;padding:0!important}
body[data-vcc-theme] .v6-legacy #vcc-wrapper .vcc-platform-hero,body[data-vcc-theme] .v6-legacy #vcc-wrapper .v6-platform-hero{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}
body[data-vcc-theme] .v6-legacy #vcc-wrapper .hero-vcc .v6-title{font-size:clamp(30px,3.7vw,46px)!important}
body[data-vcc-theme] .v6-legacy #vcc-wrapper .vcc-section-pad{padding:30px!important;margin:0 0 28px!important;border-radius:14px;border:1px solid #dce5dd;background:white!important}
body[data-vcc-theme] .v6-legacy #vcc-wrapper .intro-grid{grid-template-columns:1fr!important;gap:20px!important}
body[data-vcc-theme] .v6-legacy #vcc-wrapper .btn-gold{background:#075b4f!important;color:white!important;border-color:#075b4f!important;border-radius:6px;padding:14px 20px}
body[data-vcc-theme] .v6-legacy #vcc-wrapper .hero-nav{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px!important}
body[data-vcc-theme] .v6-legacy #vcc-wrapper .hero-nav a{background:white!important;color:#235348!important;border:1px solid #cbdcd0!important;padding:9px 12px!important}
body[data-vcc-theme] .v6-legacy #vcc-wrapper .vcc-max-w-800{max-width:none!important}
body[data-vcc-theme] .v6-diagram{background:white!important;border:1px solid #dce5dd;border-radius:12px;padding:18px;margin:0!important}
body[data-vcc-theme] .v6-original-diagram{display:block;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain}
body[data-vcc-theme] .v6-diagram figcaption{font:14px/1.5 var(--v3-sans);color:#52685c;margin-top:12px}
body[data-vcc-theme] .v6-legacy .v6-hero{background:#edf3ec!important;padding:32px!important;border-radius:14px;margin-bottom:28px}
body[data-vcc-theme] .v6-legacy .v6-hero *{text-align:left!important}
body[data-vcc-theme] .v6-legacy .v6-old-nav{position:static!important;width:100%!important;max-width:none!important;padding:16px;background:#edf3ec;border-radius:12px;margin-bottom:24px}
body[data-vcc-theme] .v6-legacy .v6-legacy-body{width:100%!important;max-width:none!important;flex:1}
body[data-vcc-theme] .v6-legacy .lg\:flex-row{display:block!important}
body[data-vcc-theme] .v6-legacy .container{width:100%!important;max-width:none!important;padding:0!important}
body[data-vcc-theme] .v6-legacy .vcc-cta2{padding:30px;border-radius:12px;margin:30px 0}
body[data-vcc-theme] .v6-legacy .vcc-cta2 h2{color:white!important}
body[data-vcc-theme] .v6-feature{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;max-width:1140px;margin:32px auto!important;padding:36px!important;background:#eaf0f6;border:1px solid #d5dfe9;border-radius:16px}
body[data-vcc-theme] .v6-feature h2{font:650 clamp(27px,3vw,38px)/1.15 var(--v3-sans)!important;margin:18px 0!important;color:#133a34!important}
body[data-vcc-theme] .v6-feature p{font-size:17px!important;line-height:1.7!important;color:#475f58}
body[data-vcc-theme] .v6-feature .v6-figure-note{font-size:14px!important}
body[data-vcc-theme] .v6-feature figure{background:white;border-radius:12px;padding:16px;margin:0!important}
body[data-vcc-theme] .v6-feature img{width:100%;height:auto;display:block}
body[data-vcc-theme] .v6-feature a{font-weight:650;color:#075b4f}
body[data-vcc-theme] .entry-content .v3-table-scroll table{min-width:580px;width:100%}
body[data-vcc-theme] .v6-legacy .v6-panel p{max-width:85ch}
@media(max-width:760px){
 body[data-vcc-theme] .v6-feature{grid-template-columns:1fr;margin:20px 16px!important;padding:22px!important;gap:22px}
 body[data-vcc-theme] .v6-legacy{padding:20px 16px!important}
 body[data-vcc-theme] .v6-legacy #vcc-wrapper .v6-platform-hero{grid-template-columns:1fr;gap:24px}
 body[data-vcc-theme] .v6-legacy #vcc-wrapper .hero-vcc,body[data-vcc-theme] .v6-legacy #vcc-wrapper .vcc-section-pad{padding:22px!important}
 body[data-vcc-theme] .v6-legacy .v6-title{font-size:32px!important}
 body[data-vcc-theme] .v6-legacy h2{font-size:25px!important}
 body[data-vcc-theme] .v6-panel>h3,body[data-vcc-theme] .v6-panel>h4{font-size:23px!important}
}
body[data-vcc-theme] .v6-legacy #vcc-wrapper .v6-title{text-shadow:none!important}
body[data-vcc-theme] .v6-legacy #vcc-wrapper .cta-btn{background:#075b4f!important;color:white!important;border:0!important;box-shadow:none!important;border-radius:6px!important;padding:14px 20px!important;margin-top:14px!important;font-size:14px!important;text-transform:none!important}
body[data-vcc-theme] .v6-legacy #vcc-wrapper .hero-badges{display:flex!important;flex-wrap:wrap;gap:8px!important;margin-top:20px!important}
body[data-vcc-theme] .v6-legacy #vcc-wrapper .hero-nav-btn{background:white!important;color:#235348!important;border:1px solid #cbdcd0!important;border-radius:6px!important;box-shadow:none!important;padding:9px 12px!important;font-size:14px!important;letter-spacing:0!important;min-width:0!important;text-transform:none!important}
body[data-vcc-theme] .v6-legacy .v6-old-nav ul{display:flex;flex-wrap:wrap;gap:8px 22px;padding:0!important;list-style:none!important;margin:12px 0 0!important}
body[data-vcc-theme] .v6-legacy .v6-old-nav li{margin:0!important}
body[data-vcc-theme] .v6-legacy .v6-hero h1 span{background:none!important;-webkit-text-fill-color:#075b4f!important;color:#075b4f!important}
body[data-vcc-theme] .v6-legacy .wp-block-latest-posts{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;list-style:none!important;padding:0!important;margin:20px 0!important}
body[data-vcc-theme] .v6-legacy .wp-block-latest-posts li{background:#edf3ec;border:1px solid #dce5dd;border-radius:9px;padding:16px!important;margin:0!important;min-height:0!important}
body[data-vcc-theme] .v6-legacy .wp-block-latest-posts a{font-size:15px!important}
@media(max-width:760px){
 body[data-vcc-theme] .v6-legacy #vcc-wrapper .v6-platform-hero{display:flex!important;flex-direction:column;align-items:stretch;gap:18px!important}
 body[data-vcc-theme] .v6-platform-intro{display:contents}
 body[data-vcc-theme] .v6-platform-intro h1{order:1;margin:0!important}
 body[data-vcc-theme] .v6-platform-hero .v6-diagram{order:2}
 body[data-vcc-theme] .v6-platform-intro p{order:3;margin:0!important}
 body[data-vcc-theme] .v6-platform-intro>.cta-btn{order:4;margin:0!important;text-align:center}
 body[data-vcc-theme] .v6-platform-intro .hero-badges{order:5;margin:0!important}
 body[data-vcc-theme] .v6-legacy .wp-block-latest-posts{grid-template-columns:1fr}
}
/* Bring the historic WordPress post masthead into the same editorial theme. */
body[data-vcc-theme] main[data-vcc-layout="6"]>.hero-section{background:#eef3ed!important;background-image:none!important;padding:44px 24px!important;min-height:0!important;border-bottom:1px solid #d8e3d9}
body[data-vcc-theme] main[data-vcc-layout="6"]>.hero-section::before,body[data-vcc-theme] main[data-vcc-layout="6"]>.hero-section::after{display:none!important}
body[data-vcc-theme] main[data-vcc-layout="6"]>.hero-section .entry-header{max-width:1080px!important;margin:auto!important;text-align:left!important;padding:0!important}
body[data-vcc-theme] main[data-vcc-layout="6"]>.hero-section .page-title{font:650 clamp(30px,4vw,50px)/1.13 var(--v3-sans)!important;letter-spacing:-.035em!important;color:#153e34!important;text-shadow:none!important;text-align:left!important;margin:0 0 24px!important;max-width:1000px}
body[data-vcc-theme] main[data-vcc-layout="6"]>.hero-section .entry-meta,body[data-vcc-theme] main[data-vcc-layout="6"]>.hero-section .entry-meta *{color:#516b60!important;text-align:left!important;justify-content:flex-start!important}
body[data-vcc-theme] .v6-panel>h3{display:flex;align-items:flex-start;gap:14px}
.v6-section-mark{width:32px;height:32px;flex:none;display:grid;place-items:center;background:#e8eef6;border-radius:8px;margin:0}
.v6-section-mark::before{content:'';width:19px;height:19px;background:#52738b;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.7' d='M3 4h7l2 2 2-2h7v16h-7l-2 2-2-2H3zM12 6v16'/%3E%3C/svg%3E") center/contain no-repeat}
@media(max-width:760px){body[data-vcc-theme] main[data-vcc-layout="6"]>.hero-section{padding:30px 20px!important}}
body[data-vcc-theme] main[data-vcc-layout="6"]>.hero-section .entry-header{min-height:0!important;height:auto!important;display:block!important}
body[data-vcc-theme] main[data-vcc-layout="6"]:has(.v6-legacy),body[data-vcc-theme] main[data-vcc-layout="6"]:has(>.hero-section){padding-top:100px!important}
@media(max-width:760px){body[data-vcc-theme] main[data-vcc-layout="6"]:has(.v6-legacy),body[data-vcc-theme] main[data-vcc-layout="6"]:has(>.hero-section){padding-top:82px!important}}

/* CHROME-010: readable contents navigation at every viewport. */
@media(min-width:901px){.ux-reading-layout{grid-template-columns:260px minmax(0,1fr);gap:32px}}
body[data-vcc-theme] .ux-toc>a{font-size:15px!important;line-height:1.55!important;color:#29483e;padding:12px 10px;min-height:44px}
body[data-vcc-theme] .ux-toc>a .ux-icon{color:#386e5b;width:18px;height:18px;margin-top:3px}
body[data-vcc-theme] .ux-view-controls button{font-size:14px!important;line-height:1.4!important;min-height:44px;padding:10px 12px}
body[data-vcc-theme] .ux-toc-caption{font-size:18px!important;color:#173e3a}
@media(max-width:900px){body[data-vcc-theme] .ux-toc>a{font-size:14px!important;line-height:1.5!important;padding:10px 12px}}
