 :root{--capro-blue:#0057a8;--capro-blue-dark:#032b55;--capro-red:#e83e4d;--capro-text:#172033;--capro-muted:#667085;--capro-border:#e5e7eb;--capro-soft:#f6f8fb;--capro-radius:16px;--capro-shadow:0 10px 30px rgba(15,23,42,.08)}*{box-sizing:border-box}body{margin:0;color:var(--capro-text);background:#fff;font-family:Arial,Helvetica,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.capro-container{width:min(1200px,calc(100% - 32px));margin:0 auto}.capro-topbar{background:var(--capro-blue-dark);color:#fff;font-size:13px}.capro-topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}.capro-topbar ul,.capro-primary-nav ul{margin:0;padding:0;list-style:none;display:flex;gap:18px;align-items:center}.capro-header-main{background:#fff;border-bottom:1px solid var(--capro-border)}.capro-header-inner{min-height:108px;display:flex;align-items:center;justify-content:space-between;gap:24px}.capro-brand-text{font-size:34px;font-weight:800;letter-spacing:-1px}.capro-brand-text strong{color:var(--capro-blue)}.capro-header-banner{flex:1;max-width:760px}.capro-primary-nav{background:var(--capro-blue);color:#fff}.capro-primary-nav-inner{min-height:52px;display:flex;justify-content:space-between;align-items:center}.capro-primary-nav a{color:#fff;font-weight:700;font-size:13px;text-transform:uppercase}.capro-search-toggle{border:0;background:transparent;color:#fff;cursor:pointer;font-size:18px}.capro-widget{margin:0 0 20px}.capro-section-header{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px;border-bottom:2px solid var(--capro-border);padding-bottom:12px}.capro-section-header h2{margin:0;font-size:26px;letter-spacing:-.4px}.capro-section-header p{margin:4px 0 0;color:var(--capro-muted)}.capro-section-link,.capro-button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;background:var(--capro-blue);color:#fff;font-weight:700;font-size:13px}.capro-button-light{background:#fff;color:var(--capro-blue)}.capro-site-footer{background:var(--capro-blue-dark);color:#fff;margin-top:50px}.capro-footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:30px;padding:46px 0}.capro-footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:16px 0;color:rgba(255,255,255,.75);font-size:13px}.capro-placeholder{display:block;width:100%;height:100%;min-height:160px;background:linear-gradient(135deg,#d7e8ff,#f1f5f9)}