html.pg-about{--navy:#1A2E44;--teal:#1A7DB5;--teal-dk:#155f8a;--teal-dark:#155f8a;--cream:#FAF8F5;--ink:#26333f;--muted:#5a6b7b;--line:#e2e8ee;--star:#F5A623;--radius-panel:16px;--radius-btn:4px;--shadow-panel:0 0 20px rgba(0,0,0,.08)}.pg-about .ch-modal-overlay,.pg-about .ch-trigger-btn{--navy:#14325D;--navy-dark:#0a1e3d;--yellow:#F7D200;--teal:#00B4C8}.pg-about h1,.pg-about h2,.pg-about h3,.pg-about h4{font-weight:500}.pg-about .eyebrow{font-weight:500;color:var(--teal)}.pg-about .eyebrow::before{background:var(--teal)}.pg-about .wrap{max-width:var(--maxw);margin:0 auto;padding:0 22px}.pg-about .btn{background:var(--teal);color:#fff;border-radius:var(--radius-btn);padding:12px 22px;font-weight:500;font-size:15px}.pg-about .btn:hover{background:var(--teal-dk);transform:none;box-shadow:none}.pg-about .btn-gold{background:var(--teal);color:#fff}.pg-about .btn-gold:hover{background:var(--teal-dk);color:#fff;box-shadow:none}.pg-about .btn-sec{background:#e8f4fb;color:var(--navy)}.pg-about .btn-sec:hover{background:#d9ecf8;color:var(--navy)}.pg-about .nav-cta .btn{padding:10px 18px}.pg-about .hero-sub{background:linear-gradient(135deg,#eaf4fb 0%,#f0e8f8 100%);color:var(--navy)}.pg-about .hero-sub .wrap{padding:60px 22px 56px;position:relative;z-index:2}.pg-about .hero-sub h1{color:var(--navy);font-size:40px;margin:6px 0 0}.pg-about .hero-sub p{color:var(--muted);font-size:18px;max-width:600px;margin-top:14px}.pg-about .hero-sub .hero-pill{background:var(--teal);border:none;color:#fff;border-radius:20px;padding:6px 16px;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.06em}.pg-about .crumbs{color:var(--muted);font-size:13px;margin:14px 0 4px}.pg-about .crumbs a{color:var(--teal)}.pg-about .crumbs a:hover{color:var(--teal-dk)}.pg-about .hero-stats{display:flex;gap:40px;margin-top:28px;flex-wrap:wrap}.pg-about .hstat-n{font-family:'Poppins',system-ui,sans-serif;font-weight:600;font-size:34px;color:var(--teal);line-height:1}.pg-about .hstat-l{font-size:12px;color:var(--muted);margin-top:4px}.pg-about .sec-head{text-align:center;max-width:640px;margin:0 auto 48px}.pg-about .sec-head h2{font-size:34px;margin:8px 0 12px}.pg-about .sec-sub{color:var(--muted);font-size:17px}.pg-about .st-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.pg-about .st-media{position:relative}.pg-about .st-img{border-radius:16px;overflow:hidden;height:520px;background:#eef4f9}.pg-about .st-img img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.pg-about .st-float{position:absolute;bottom:24px;left:-20px;background:var(--navy);border-radius:14px;padding:18px 22px;box-shadow:var(--shadow-panel)}.pg-about .st-float-n{font-family:'Poppins',system-ui,sans-serif;font-weight:600;font-size:32px;color:#fff;line-height:1}.pg-about .st-float-l{font-size:12px;color:rgba(255,255,255,.75);margin-top:4px}.pg-about .st-float-s{font-size:11px;color:rgba(255,255,255,.5);margin-top:2px}.pg-about .st-body h2{font-size:32px;margin-bottom:6px}.pg-about .st-quote{font-family:'Poppins',system-ui,sans-serif;font-weight:500;font-size:22px;font-style:italic;color:var(--teal);line-height:1.5;margin:16px 0;padding-left:20px;border-left:3px solid var(--teal)}.pg-about .st-body p{color:var(--muted);font-size:16px;line-height:1.8;margin-bottom:16px}.pg-about .st-body p strong{color:var(--navy)}.pg-about .st-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.pg-about .st-pill{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:100px;background:#fff;border:1px solid var(--line);font-size:13px;font-weight:500;color:var(--navy)}.pg-about .st-pill-dot{width:6px;height:6px;border-radius:50%;background:var(--teal)}.pg-about .st-cta{margin-top:28px}.pg-about .mvd-sec{background:var(--cream)}.pg-about .mvd-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.pg-about .mvd-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:36px 28px;position:relative;overflow:hidden}.pg-about .mvd-num{position:absolute;top:18px;right:22px;font-family:'Poppins',system-ui,sans-serif;font-weight:600;font-size:44px;color:rgba(26,125,181,.1);line-height:1}.pg-about .mvd-icon{font-size:34px;display:block;margin-bottom:16px}.pg-about .mvd-title{font-size:22px;color:var(--navy);margin-bottom:12px}.pg-about .mvd-desc{color:var(--muted);font-size:15px;line-height:1.8}.pg-about .val-sec{background:#fff}.pg-about .val-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.pg-about .val-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:32px 20px;text-align:center;transition:transform .3s,box-shadow .3s}.pg-about .val-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-panel)}.pg-about .val-icon{width:60px;height:60px;border-radius:16px;background:#eef4f9;display:flex;align-items:center;justify-content:center;margin:0 auto 18px}.pg-about .val-icon img{width:32px;height:32px;object-fit:contain}.pg-about .val-title{font-size:20px;color:var(--navy);margin-bottom:10px}.pg-about .val-desc{font-size:13px;color:var(--muted);line-height:1.7}.pg-about .team-sec{background:var(--cream)}.pg-about .team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.pg-about .team-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:transform .3s,box-shadow .3s}.pg-about .team-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-panel)}.pg-about .team-photo{height:260px;position:relative;background:linear-gradient(135deg,var(--navy),#26456a);display:flex;align-items:center;justify-content:center;overflow:hidden}.pg-about .team-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}.pg-about .team-vet{position:absolute;top:12px;right:12px;background:var(--teal);color:#fff;font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:100px}.pg-about .team-info{padding:22px}.pg-about .team-name{font-family:'Poppins',system-ui,sans-serif;font-weight:500;font-size:20px;color:var(--navy);margin-bottom:4px}.pg-about .team-role{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);margin-bottom:12px}.pg-about .team-desc{font-size:13.5px;color:var(--muted);line-height:1.7}.pg-about .std-sec{background:var(--navy)}.pg-about .std-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.pg-about .std-sec h2{color:#fff;font-size:32px;margin-bottom:6px}.pg-about .std-sec .eyebrow{color:#7cc4e6}.pg-about .std-sec .eyebrow::before{background:#7cc4e6}.pg-about .std-sub{color:rgba(255,255,255,.7);font-size:16px;line-height:1.8;max-width:460px}.pg-about .std-list{display:flex;flex-direction:column;gap:14px;margin-top:32px}.pg-about .std-item{display:flex;gap:16px;align-items:flex-start;padding:18px 22px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:12px}.pg-about .std-icon{width:44px;height:44px;border-radius:12px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.pg-about .std-icon img{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1);opacity:.85}.pg-about .std-title{font-size:15px;font-weight:600;color:#fff;margin-bottom:4px}.pg-about .std-desc{font-size:13.5px;color:rgba(255,255,255,.55);line-height:1.6}.pg-about .trust-panel{display:flex;flex-direction:column;gap:14px}.pg-about .trust-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:24px}.pg-about .trust-top{display:flex;align-items:center;gap:14px;margin-bottom:8px}.pg-about .trust-ic{font-size:26px}.pg-about .trust-title{font-size:16px;font-weight:600;color:#fff}.pg-about .trust-desc{font-size:13.5px;color:rgba(255,255,255,.55);line-height:1.65}.pg-about .badge-strip{background:var(--teal);padding:32px 0}.pg-about .badge-strip-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.pg-about .lbadge{display:flex;align-items:center;gap:12px}.pg-about .lbadge-ic{width:44px;height:44px;border-radius:12px;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.pg-about .lbadge-t{font-size:14px;font-weight:600;color:#fff}.pg-about .lbadge-s{font-size:12px;color:rgba(255,255,255,.8);margin-top:2px}.pg-about .cta-band-v3{background:var(--navy);border-radius:16px 16px 0 0;margin:0 18px;padding:56px 40px;text-align:center}.pg-about .cta-eyebrow{color:#7cc4e6}.pg-about .cta-eyebrow::before{background:#7cc4e6}.pg-about .cta-band-v3 h2{color:#fff;font-size:32px;margin:12px 0}.pg-about .cta-band-v3 p{color:rgba(255,255,255,.7);font-size:16px;max-width:620px;margin:0 auto 24px}.pg-about .cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.pg-about .site-footer{padding:48px 0 24px}.pg-about .footer-grid{grid-template-columns:repeat(4,1fr);gap:36px}.pg-about .legal-v3{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.1);margin-top:40px;padding-top:20px;font-size:13px;color:#8ba6b8}.pg-about .legal-v3 a{color:#8ba6b8;margin-left:16px}.pg-about .legal-v3 a:hover{color:#fff}@media(max-width:960px){.pg-about .hero-sub h1{font-size:31px}.pg-about .st-grid,.pg-about .std-grid{grid-template-columns:1fr;gap:40px}.pg-about .st-img{height:420px}.pg-about .val-grid{grid-template-columns:repeat(3,1fr)}.pg-about .team-grid{grid-template-columns:repeat(2,1fr)}.pg-about .mvd-grid{grid-template-columns:1fr}.pg-about .footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.pg-about .hero-sub h1{font-size:27px}.pg-about .hero-stats{gap:24px}.pg-about .val-grid{grid-template-columns:1fr 1fr}.pg-about .team-grid{grid-template-columns:1fr}.pg-about .badge-strip-inner{justify-content:center}.pg-about .st-float{display:none}.pg-about .footer-grid{grid-template-columns:1fr}.pg-about .cta-band-v3{padding:44px 22px;margin:0 12px}.pg-about .cta-band-v3 h2{font-size:26px}}