/* Shared navigation and buyer journeys. Kept local so core content never waits for a CDN. */
:root{--ink:#102b6a;--teal:#08739a;--muted:#526174}
html{scroll-padding-top:90px}
body{overflow-wrap:break-word}
.section-fade{opacity:1!important;transform:none!important}
a,button,input,select,textarea,summary{touch-action:manipulation}
:focus-visible{outline:3px solid #08739a;outline-offset:4px}
.skip-link{position:fixed;top:-100px;left:16px;padding:12px 20px;background:#fff;color:#102b6a;z-index:100}
.skip-link:focus{top:8px}
.site-nav{position:fixed;inset:0 0 auto;z-index:60;background:rgba(255,255,255,.97);border-bottom:1px solid #dce3ec;backdrop-filter:blur(16px)}
.site-nav-inner{max-width:1200px;margin:auto;padding:0 32px;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.site-nav img{width:176px;height:auto;display:block}
.site-nav-links{display:flex;align-items:center;gap:25px;font-size:13px;font-weight:500;color:#334155}
.site-nav-links a{padding:12px 0;white-space:nowrap}
.site-nav-links a[aria-current]{color:#08739a;text-decoration:underline;text-underline-offset:7px}
.site-nav-links .site-nav-cta{padding:12px 19px;border-radius:30px;background:#102b6a;color:white}
.site-mobile-nav{display:none;position:relative}
.site-mobile-nav summary{cursor:pointer;padding:12px 0;list-style:none;font-size:14px;font-weight:600;color:#102b6a}
.site-mobile-nav summary span{margin-left:8px}
.site-mobile-nav>div{position:absolute;right:0;top:52px;background:#fff;border:1px solid #dce3ec;border-radius:16px;padding:10px;width:250px;box-shadow:0 16px 40px #102b6a22}
.site-mobile-nav a{display:block;padding:13px 15px;color:#102b6a;font-size:15px;border-radius:8px}
.site-mobile-nav a:hover{background:#edf5f8}
.buyer-section{max-width:1200px;margin:0 auto;padding:0 32px 64px}
.buyer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.buyer-card{display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding:28px;border:1px solid #dce3ec;border-radius:22px;background:#fff;color:#102b6a;transition:border-color .2s,box-shadow .2s}
.buyer-card:hover{border-color:#08739a;box-shadow:0 10px 30px #102b6a0d}
.buyer-card small,.buyer-eyebrow{font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:650;color:#08739a}
.buyer-card h2,.buyer-card h3{font-size:24px;line-height:1.2;letter-spacing:-.025em;font-weight:600}
.buyer-card p{font-size:15px;line-height:1.65;color:#526174;flex:1}
.buyer-card>a,.buyer-card>span{font-size:14px;font-weight:600;margin-top:auto;color:#08739a}
.buyer-card.featured{background:#102b6a;color:#fff;border-color:#102b6a}
.buyer-card.featured small,.buyer-card.featured>span{color:#93e4ed}
.buyer-card.featured p{color:#d4e1f2}
.proof-line{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 28px;margin:25px 0 0;font-size:13px;color:#526174}
.proof-line a{text-decoration:underline;text-underline-offset:4px}
.buyer-strip{padding:24px 28px;border-radius:20px;background:#e8f5f8;border:1px solid #c8e5eb;color:#102b6a;line-height:1.65}
.buyer-strip a{font-weight:600;text-decoration:underline;text-underline-offset:4px}
.buyer-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.buyer-steps h3{font-size:20px;font-weight:600;margin:10px 0;color:#102b6a}
.buyer-steps p{font-size:15px;line-height:1.7;color:#526174}
.buyer-steps article{border-top:2px solid #08739a;padding-top:18px}
.sample-notice{padding:12px 18px;border:1px solid #bcdbe4;border-radius:12px;background:#edf7fa;color:#244d61;font-size:13px;line-height:1.6}
.buyer-faq{border-top:1px solid #dce3ec;padding:19px 0}
.buyer-faq summary{font-weight:600;font-size:18px;color:#102b6a;cursor:pointer}
.buyer-faq p{padding-top:12px;color:#526174;line-height:1.7}
.form-note{font-size:13px;line-height:1.65;color:#526174}
.form-input{min-height:48px}
label[for]{color:#27364b}
/* Increase contrast for the inherited muted copy while preserving the brand palette. */
.text-\[\#86868b\]{color:#606976}
@media(max-width:900px){.site-nav-links{display:none}.site-mobile-nav{display:block}.site-nav-inner{padding:0 24px}.buyer-grid{grid-template-columns:1fr}.buyer-card{gap:10px}.buyer-card h2,.buyer-card h3{font-size:23px}.buyer-section{padding:0 24px 48px}.buyer-steps{grid-template-columns:1fr;gap:24px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation:none!important;transition:none!important}}
