/* Lightweight editorial system for long-form service and article content */
.editorial-designed{background:#fbfcfd}.editorial-designed .content-layout{grid-template-columns:240px minmax(0,1fr);gap:58px}.editorial-designed aside{border-top:3px solid var(--blue);padding-top:25px}.aside-marker{display:grid;grid-template-columns:30px 1fr;gap:7px 10px;margin:30px 0;font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:var(--muted)}.aside-marker b{color:var(--blue)}.story-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;counter-reset:story}.story-section{position:relative;background:#fff;border:1px solid var(--line);border-radius:20px;padding:34px;overflow:hidden;counter-increment:story;box-shadow:0 10px 30px rgba(7,27,46,.045)}.story-section:before{content:counter(story,decimal-leading-zero);display:block;margin-bottom:34px;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.12em}.story-section:after{content:"";position:absolute;width:90px;height:90px;border:1px solid rgba(23,107,255,.12);border-radius:50%;right:-38px;top:-38px}.story-section--wide{grid-column:1/-1;padding:46px;background:var(--ivory);box-shadow:none}.story-section--wide:nth-of-type(5n+1){background:var(--navy);color:#fff;border-color:var(--navy)}.story-section--wide:nth-of-type(5n+1) p,.story-section--wide:nth-of-type(5n+1) li{color:#bed0dd}.story-section h2{font-size:clamp(2rem,3.4vw,3.2rem);margin-top:0}.story-section h3,.story-section h4{font-size:1.65rem;margin-top:0}.story-section p,.story-section li{font-size:15px;color:#526473}.story-section p:last-child,.story-section ul:last-child,.story-section ol:last-child{margin-bottom:0}.story-section ul,.story-section ol{padding-left:20px}.story-section a{color:var(--blue);text-underline-offset:3px}.content-image-break{grid-column:1/-1;margin:14px 0;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(220px,.45fr);background:var(--navy);border-radius:24px;overflow:hidden;min-height:390px;color:#fff}.content-image-break>div{min-width:0}.content-image-break img{width:100%;height:100%;min-height:390px;object-fit:cover}.content-image-break figcaption{display:flex;flex-direction:column;justify-content:flex-end;padding:34px}.content-image-break figcaption span{text-transform:uppercase;letter-spacing:.14em;color:var(--sky);font-size:10px;font-weight:800}.content-image-break figcaption p{font-family:Georgia,"Times New Roman",serif;font-size:1.55rem;line-height:1.25;color:#fff;margin:15px 0 0}.visual-section{padding-block:80px}.visual-section .content-image-break{margin:0}.article-sections{display:grid;gap:0}.article-section{padding:0 0 38px;margin:0 0 38px;border-bottom:1px solid var(--line)}.article-section:nth-of-type(4n){background:var(--ivory);border:0;border-radius:18px;padding:32px;margin-left:-32px;margin-right:-32px}.article-section h2{font-size:clamp(2rem,4vw,2.8rem);margin-top:0}.article-section h3,.article-section h4{font-size:1.65rem;margin-top:0}.article-section p,.article-section li{color:#3f5365}.article-section ul,.article-section ol{padding-left:23px}.article-section blockquote{border-left:3px solid var(--blue);padding:8px 0 8px 25px;margin:30px 0;font-size:1.15rem}.article-sections .content-image-break{margin:12px 0 48px}.article-sections .content-image-break img{border-radius:0;margin:0}
@media (max-width:900px){.editorial-designed .content-layout{grid-template-columns:1fr}.editorial-designed aside{position:static}.story-grid{grid-template-columns:1fr}.story-section--wide{grid-column:auto}.content-image-break{grid-template-columns:1fr;min-height:0}.content-image-break img{min-height:0;aspect-ratio:16/10}.content-image-break figcaption{min-height:190px}.article-section:nth-of-type(4n){margin-left:0;margin-right:0}}
@media (max-width:560px){.story-section,.story-section--wide{padding:27px}.content-image-break{border-radius:18px}.content-image-break figcaption{padding:27px}.content-image-break figcaption p{font-size:1.35rem}.article-section:nth-of-type(4n){padding:24px}}
/* Balanced opening chapters shared by every long-form service page */
.story-grid{gap:14px}
.story-grid>.story-section:nth-of-type(-n+3){grid-column:1/-1;padding:46px;box-shadow:none}
.story-grid>.story-section:nth-of-type(1){border-radius:24px 24px 16px 16px}
.story-grid>.story-section:nth-of-type(2){border-radius:16px;background:var(--ivory)}
.story-grid>.story-section:nth-of-type(3){border-radius:16px 16px 24px 24px;background:linear-gradient(135deg,#f4f8ff 0%,#fff 64%)}
.story-grid>.story-section:nth-of-type(3):has(>p:nth-of-type(4)){column-count:2;column-gap:52px;column-rule:1px solid var(--line)}
.story-grid>.story-section:nth-of-type(3):has(>p:nth-of-type(4)):before{position:absolute;left:46px;top:46px;margin:0}
.story-grid>.story-section:nth-of-type(3):has(>p:nth-of-type(4))>h2,.story-grid>.story-section:nth-of-type(3):has(>p:nth-of-type(4))>h3,.story-grid>.story-section:nth-of-type(3):has(>p:nth-of-type(4))>h4{display:block;column-span:all;padding-top:40px;font-size:clamp(2rem,3.4vw,3.2rem);margin-bottom:28px}
.story-grid>.story-section:nth-of-type(3):has(>p:nth-of-type(4))>p{break-inside:avoid;margin-top:0}
@media (max-width:900px){.story-grid>.story-section:nth-of-type(3):has(>p:nth-of-type(4)){column-count:1;column-rule:0}}
@media (max-width:560px){.story-grid>.story-section:nth-of-type(-n+3){padding:27px}.story-grid>.story-section:nth-of-type(3):has(>p:nth-of-type(4)):before{left:27px;top:27px}}
.source-panel{margin-top:30px;padding:24px;border:1px solid var(--line);border-left:4px solid var(--blue);border-radius:16px;background:#f6f9ff}.source-panel>span{display:block;margin-bottom:8px;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.source-panel h3{margin:0 0 8px;font-size:1.25rem;letter-spacing:-.02em}.source-panel h3 a{text-decoration:none}.source-panel p{margin:0;color:var(--muted);font-size:14px}.editorial-review{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:18px;color:var(--muted);font-size:12px}.editorial-review a{color:var(--blue);font-weight:750;text-decoration:none}
.author-link{color:inherit;text-decoration:underline;text-decoration-color:rgba(23,107,255,.45);text-underline-offset:3px}.trust-section{background:linear-gradient(180deg,#fff 0%,#f7f4ed 100%)}.trust-hero h1{max-width:920px}.trust-hero p{max-width:760px}.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:44px}.trust-card{position:relative;display:flex;flex-direction:column;min-height:500px;padding:30px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 16px 40px rgba(7,27,46,.06);overflow:hidden}.trust-card:after{content:"";position:absolute;right:-55px;top:-55px;width:140px;height:140px;border:1px solid rgba(23,107,255,.1);border-radius:50%}.trust-card-mark{display:grid;place-items:center;width:42px;height:42px;margin-bottom:30px;border-radius:14px;background:var(--navy);color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:20px}.trust-card blockquote{margin:0}.trust-card blockquote p{margin:0;color:#435667;font-size:14px;line-height:1.72}.trust-card footer{display:grid;gap:2px;margin-top:auto;padding-top:26px}.trust-card footer strong{color:var(--ink)}.trust-card footer span{color:var(--muted);font-size:12px}.trust-services{display:flex;flex-wrap:wrap;gap:6px;margin-top:18px}.trust-services span{padding:5px 9px;border-radius:999px;background:#edf4ff;color:var(--blue);font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.trust-policy-link{margin-left:22px}.trust-process{margin-top:0}.trust-process>div{color:#fff}.trust-process p{color:#aebfcd}.split-intro+.trust-grid{margin-top:70px}
.trust-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.trust-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-grid--three .trust-card{min-height:430px}.trust-grid--two .trust-card{min-height:390px}
@media(max-width:1050px){.trust-grid--three,.trust-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-grid--three .trust-card,.trust-grid--two .trust-card{min-height:430px}}
@media(max-width:600px){.trust-grid{grid-template-columns:1fr}.trust-card{min-height:0}.trust-policy-link{display:block;margin:12px 0 0}.split-intro+.trust-grid{margin-top:45px}}
