@charset "UTF-8";:root{--ps-primary:#8B2500;--ps-primary-light:#B83200;--ps-primary-dark:#5E1A00;--ps-secondary:#1C4D8A;--ps-secondary-light:#2664B8;--ps-secondary-dark:#133460;--ps-neutral-dark:#1E1E24;--ps-neutral-mid:#4A4A58;--ps-neutral-light:#F2F2F4;--ps-text-primary:#1E1E24;--ps-text-secondary:#4A4A58;--ps-text-muted:#7A7A88;--ps-white:#FFFFFF;--ps-border:#D8D8E0;--ps-radius:4px;--ps-radius-lg:8px;--ps-shadow:0 2px 12px rgba(30,30,36,.10);--ps-shadow-lg:0 8px 32px rgba(30,30,36,.14);--ps-transition:0.22s ease}*,::after,::before{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"Segoe UI",system-ui,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,-apple-system,sans-serif;font-size:16px;line-height:1.65;color:#1e1e24;color:var(--ps-text-primary);background:#fff;background:var(--ps-white);margin:0}a{color:#8b2500;color:var(--ps-primary);-webkit-text-decoration:none;text-decoration:none;transition:color .22s;transition:color var(--ps-transition)}a:hover{color:#b83200;color:var(--ps-primary-light)}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.25;color:#1e1e24;color:var(--ps-neutral-dark);margin-top:0}.ps-section{padding:72px 0}.ps-section-sm{padding:48px 0}.ps-section-title{font-size:2rem;margin-bottom:.5rem}.ps-section-subtitle{font-size:1.05rem;color:#4a4a58;color:var(--ps-text-secondary);max-width:640px;margin:0 auto 2.5rem}.ps-section-title-wrap{text-align:center;margin-bottom:2.5rem}.ps-eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#8b2500;color:var(--ps-primary);margin-bottom:.6rem}.btn-ps-primary{background:#8b2500;background:var(--ps-primary);color:#fff;color:var(--ps-white);border:2px solid #8b2500;border:2px solid var(--ps-primary);padding:.7rem 1.6rem;border-radius:4px;border-radius:var(--ps-radius);font-weight:600;font-size:.95rem;display:inline-block;transition:background .22s,border-color .22s;transition:background var(--ps-transition),border-color var(--ps-transition);cursor:pointer;line-height:1.4}.btn-ps-primary:hover{background:#5e1a00;background:var(--ps-primary-dark);border-color:#5e1a00;border-color:var(--ps-primary-dark);color:#fff;color:var(--ps-white)}.btn-ps-secondary{background:#1c4d8a;background:var(--ps-secondary);color:#fff;color:var(--ps-white);border:2px solid #1c4d8a;border:2px solid var(--ps-secondary);padding:.7rem 1.6rem;border-radius:4px;border-radius:var(--ps-radius);font-weight:600;font-size:.95rem;display:inline-block;transition:background .22s;transition:background var(--ps-transition);cursor:pointer;line-height:1.4}.btn-ps-secondary:hover{background:#133460;background:var(--ps-secondary-dark);border-color:#133460;border-color:var(--ps-secondary-dark);color:#fff;color:var(--ps-white)}.btn-ps-outline{background:0 0;color:#8b2500;color:var(--ps-primary);border:2px solid #8b2500;border:2px solid var(--ps-primary);padding:.7rem 1.6rem;border-radius:4px;border-radius:var(--ps-radius);font-weight:600;font-size:.95rem;display:inline-block;transition:background .22s,color .22s;transition:background var(--ps-transition),color var(--ps-transition);cursor:pointer;line-height:1.4}.btn-ps-outline:hover{background:#8b2500;background:var(--ps-primary);color:#fff;color:var(--ps-white)}.btn-ps-white{background:#fff;background:var(--ps-white);color:#8b2500;color:var(--ps-primary);border:2px solid #fff;border:2px solid var(--ps-white);padding:.7rem 1.6rem;border-radius:4px;border-radius:var(--ps-radius);font-weight:700;font-size:.95rem;display:inline-block;transition:background .22s,color .22s;transition:background var(--ps-transition),color var(--ps-transition);cursor:pointer;line-height:1.4}.btn-ps-white:hover{background:#f2f2f4;background:var(--ps-neutral-light);color:#5e1a00;color:var(--ps-primary-dark);border-color:#f2f2f4;border-color:var(--ps-neutral-light)}.ps-top-bar{background:#8b2500;background:var(--ps-primary);color:rgba(255,255,255,.92);font-size:.82rem;padding:.4rem 0;text-align:center}.ps-top-bar a{color:#fff;color:var(--ps-white);font-weight:600;-webkit-text-decoration:underline;text-decoration:underline}.ps-top-bar a:hover{color:rgba(255,255,255,.8)}.ps-navbar{background:#fff;background:var(--ps-white);border-bottom:1px solid #d8d8e0;border-bottom:1px solid var(--ps-border);padding:.75rem 0;position:sticky;top:0;z-index:1020;box-shadow:0 1px 6px rgba(30,30,36,.07)}.ps-navbar .navbar-brand{display:flex;align-items:center;gap:.5rem}.ps-navbar .nav-link{color:#1e1e24;color:var(--ps-neutral-dark);font-weight:500;font-size:.9rem;padding:.4rem .75rem;border-radius:4px;border-radius:var(--ps-radius);transition:color .22s,background .22s;transition:color var(--ps-transition),background var(--ps-transition)}.ps-navbar .nav-link.active,.ps-navbar .nav-link:hover{color:#8b2500;color:var(--ps-primary);background:rgba(139,37,0,.06)}.ps-navbar .nav-cta{background:#8b2500;background:var(--ps-primary);color:#fff!important;color:var(--ps-white)!important;padding:.45rem 1.1rem!important;border-radius:4px;border-radius:var(--ps-radius);font-weight:600;margin-left:.5rem}.ps-navbar .nav-cta:hover{background:#5e1a00!important;background:var(--ps-primary-dark)!important}.ps-footer{background:#1e1e24;background:var(--ps-neutral-dark);color:rgba(255,255,255,.75);padding:60px 0 0;font-size:.88rem}.ps-footer-logo{margin-bottom:1rem}.ps-footer-desc{color:rgba(255,255,255,.6);font-size:.85rem;line-height:1.6;max-width:260px}.ps-footer h5{font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.45);margin-bottom:1rem}.ps-footer ul{list-style:none;padding:0;margin:0}.ps-footer ul li{margin-bottom:.55rem}.ps-footer ul a{color:rgba(255,255,255,.75);transition:color .22s;transition:color var(--ps-transition)}.ps-footer ul a:hover{color:#fff;color:var(--ps-white)}.ps-footer-certs{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.ps-footer-cert-badge{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:3px;padding:.2rem .55rem;font-size:.72rem;font-weight:600;color:rgba(255,255,255,.7);letter-spacing:.04em}.ps-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.25rem 0;margin-top:2.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.ps-footer-bottom p{margin:0;font-size:.8rem;color:rgba(255,255,255,.45)}.ps-footer-legal{display:flex;gap:1.25rem}.ps-footer-legal a{color:rgba(255,255,255,.45);font-size:.8rem}.ps-footer-legal a:hover{color:rgba(255,255,255,.75)}.ps-partners{margin-top:1.25rem}.ps-partners a{color:rgba(255,255,255,.4);font-size:.78rem;margin-right:.75rem}.ps-partners a:hover{color:rgba(255,255,255,.65)}.modal-header{background:#1e1e24;background:var(--ps-neutral-dark);color:#fff;color:var(--ps-white);border-bottom:none}.modal-title{font-size:1.05rem;font-weight:700}.btn-close-white{filter:invert(1)}.modal-body{padding:1.75rem}.ps-form .form-label{font-size:.85rem;font-weight:600;color:#1e1e24;color:var(--ps-text-primary)}.ps-form .form-control,.ps-form .form-select{border:1px solid #d8d8e0;border:1px solid var(--ps-border);border-radius:4px;border-radius:var(--ps-radius);font-size:.9rem;padding:.55rem .85rem;transition:border-color .22s,box-shadow .22s;transition:border-color var(--ps-transition),box-shadow var(--ps-transition)}.ps-form .form-control:focus,.ps-form .form-select:focus{border-color:#8b2500;border-color:var(--ps-primary);box-shadow:0 0 0 3px rgba(139,37,0,.12);outline:0}.ps-form .btn-submit{background:#8b2500;background:var(--ps-primary);color:#fff;color:var(--ps-white);border:none;padding:.75rem 2rem;border-radius:4px;border-radius:var(--ps-radius);font-weight:700;font-size:.95rem;width:100%;cursor:pointer;transition:background .22s;transition:background var(--ps-transition)}.ps-form .btn-submit:hover{background:#5e1a00;background:var(--ps-primary-dark)}.ps-error-section{padding:100px 0;text-align:center}.ps-error-code{font-size:7rem;font-weight:900;color:#d8d8e0;color:var(--ps-border);line-height:1}.ps-error-title{font-size:1.75rem;margin-bottom:1rem}.ps-error-msg{color:#4a4a58;color:var(--ps-text-secondary);margin-bottom:2rem;max-width:480px;margin-left:auto;margin-right:auto}.ps-blog-category a{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#8b2500;color:var(--ps-primary);background:rgba(139,37,0,.08);padding:.2rem .6rem;border-radius:3px}.ps-recent-posts{border-left:3px solid #8b2500;border-left:3px solid var(--ps-primary);padding-left:1rem}.ps-recent-posts li{margin-bottom:.9rem;padding-bottom:.9rem;border-bottom:1px solid #d8d8e0;border-bottom:1px solid var(--ps-border);list-style:none}.ps-recent-posts li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.ps-recent-date{display:flex;align-items:center;gap:.5rem;font-size:.78rem;color:#7a7a88;color:var(--ps-text-muted);margin-bottom:.25rem}@media (max-width:991px){.ps-section{padding:52px 0}.ps-section-title{font-size:1.65rem}}@media (max-width:767px){.ps-section{padding:40px 0}.ps-section-title{font-size:1.45rem}.ps-footer{padding-top:40px}}