@charset "UTF-8";:root{--brand-primary:#0C2335;--brand-primary-dark:#06151F;--brand-primary-light:#1E415F;--brand-secondary:#C9A227;--brand-accent:#1B7F8C;--brand-bg:#FFFFFF;--brand-bg-alt:#F2F6F8;--brand-text:#173344;--brand-text-muted:#617382;--brand-text-inverse:#FFFFFF;--brand-border:#D7E0E6;--brand-success:#22C55E;--brand-warning:#F59E0B;--brand-danger:#EF4444;--brand-radius:0}*{box-sizing:border-box}body{margin:0;color:#173344;color:var(--brand-text);background:#fff;background:var(--brand-bg);font-family:Arial,Helvetica,sans-serif;line-height:1.65}a{color:inherit;-webkit-text-decoration:none;text-decoration:none}a:hover{color:#1b7f8c;color:var(--brand-accent)}img{max-width:100%;display:block}.phil-navbar-dark{background:#06151f;background:var(--brand-primary-dark);border-bottom:1px solid rgba(255,255,255,.12);padding:8px 0}.brand-logo{width:180px;height:40px;-o-object-fit:contain;object-fit:contain;background:rgba(255,255,255,.08)}.phil-navbar-dark .nav-link{color:rgba(255,255,255,.88);font-weight:600;font-size:14px}.phil-navbar-dark .nav-link:hover{color:#c9a227;color:var(--brand-secondary)}.phil-btn-ghost,.phil-btn-light-outline,.phil-btn-on-dark,.phil-btn-outline-on-dark,.phil-btn-primary{border-radius:0;border-radius:var(--brand-radius);font-weight:700;padding:12px 22px}.phil-btn-primary{background:#0c2335;background:var(--brand-primary);color:#fff;border:1px solid #0c2335;border:1px solid var(--brand-primary)}.phil-btn-primary:hover{background:#1b7f8c;background:var(--brand-accent);color:#fff;border-color:#1b7f8c;border-color:var(--brand-accent)}.phil-btn-ghost{color:#fff;border:1px solid rgba(255,255,255,.7);background:0 0}.phil-btn-ghost:hover{background:#fff;color:#0c2335;color:var(--brand-primary)}.phil-btn-on-dark{background:#fff;color:#0c2335;color:var(--brand-primary);border:1px solid #fff}.phil-btn-outline-on-dark{background:0 0;color:#fff;border:1px solid rgba(255,255,255,.7)}.phil-btn-light-outline{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.7)}.section-space{padding:88px 0}.alt-bg{background:#f2f6f8;background:var(--brand-bg-alt)}.section-heading{max-width:760px;margin:0 auto 42px;text-align:center}.section-heading h2{font-size:max(28px, min(4vw, 42px));line-height:1.16;margin:0 0 14px;color:#0c2335;color:var(--brand-primary)}.section-heading p{margin:0;color:#617382;color:var(--brand-text-muted)}.phil-eyebrow{margin:0 0 12px;color:#c9a227;color:var(--brand-secondary);font-weight:800;text-transform:uppercase;font-size:13px;letter-spacing:0}.compact-hero,.gradient-hero,.page-hero{padding:112px 0 72px;background:linear-gradient(135deg,#06151f,#0c2335,#1b7f8c);background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-primary),var(--brand-accent));color:#fff}.gradient-hero h1,.page-hero h1{max-width:900px;font-size:max(36px, min(6vw, 58px));line-height:1.08;margin:0 0 18px}.gradient-hero p,.page-hero p{max-width:860px;color:rgba(255,255,255,.86);font-size:18px}.cta-section,.phil-cta{background:#0c2335;background:var(--brand-primary);color:#fff;text-align:center;padding:80px 0 96px}.phil-cta h2{max-width:850px;margin:0 auto 16px;font-size:max(28px, min(4vw, 44px))}.phil-cta p{max-width:760px;margin:0 auto 28px;color:rgba(255,255,255,.84)}.cta-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.ha-footer{background:#0c2335;background:var(--brand-primary);color:rgba(255,255,255,.78)}.ha-footer__main{padding:80px 0 42px}.ha-footer__cols{display:grid;grid-template-columns:1.4fr 1.1fr 1.1fr 1.2fr 1fr 1.5fr;grid-gap:40px 28px;gap:40px 28px}.ha-footer h5,.ha-footer h6{color:#fff;margin:0 0 15px;font-weight:800}.ha-footer ul{list-style:none;padding:0;margin:0;display:grid;grid-gap:8px;gap:8px}.ha-footer a{color:rgba(255,255,255,.72);font-size:14px}.ha-footer a:hover{color:#fff}.ha-footer__subscribe p{font-size:13px;margin:0 0 16px}.ha-footer__inline{display:flex;gap:8px}.ha-footer__inline input{min-width:0;flex:1;border:1px solid rgba(255,255,255,.34);background:rgba(255,255,255,.08);color:#fff;padding:10px 12px}.ha-footer__inline button{border:0;background:#c9a227;background:var(--brand-secondary);color:#06151f;color:var(--brand-primary-dark);font-weight:800;padding:10px 14px}.ha-footer__certs{border-top:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16)}.ha-footer__certs .container{min-height:96px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.ha-footer__certs span{border:1px solid rgba(255,255,255,.24);padding:8px 12px;color:#fff;font-size:12px}.ha-footer__bottom{background:#06151f;background:var(--brand-primary-dark);padding:24px 0}.ha-footer__bottom .container{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.ha-footer__bottom p{margin:0;font-size:13px}.ha-footer__bottom nav{display:flex;gap:18px;flex-wrap:wrap}.narrow{max-width:860px}.legal-page h1{color:#0c2335;color:var(--brand-primary);font-size:46px;margin-bottom:18px}.legal-page h2{margin-top:36px;color:#0c2335;color:var(--brand-primary)}.error-page{min-height:70vh;display:grid;align-items:center;justify-items:center;place-items:center;text-align:center;background:#f2f6f8;background:var(--brand-bg-alt);padding:80px 0}.error-page h1{font-size:52px;color:#0c2335;color:var(--brand-primary)}@media (max-width:991px){.ha-footer__cols{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.section-space{padding:64px 0}.compact-hero,.gradient-hero,.page-hero{padding:88px 0 54px}.ha-footer__cols{grid-template-columns:1fr}.ha-footer__bottom .container{align-items:flex-start;flex-direction:column}.cta-actions{flex-direction:column}.cta-actions .btn{width:100%}}[class*=-grid]:has(> :nth-child(5):last-child),[class*=-grid]:has(> :nth-child(6):last-child),[class*=-grid]:has(> :nth-child(7):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:991px){[class*=-grid]:has(> :nth-child(5):last-child),[class*=-grid]:has(> :nth-child(6):last-child),[class*=-grid]:has(> :nth-child(7):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){[class*=-grid]:has(> :nth-child(5):last-child),[class*=-grid]:has(> :nth-child(6):last-child),[class*=-grid]:has(> :nth-child(7):last-child){grid-template-columns:1fr}h1{font-size:max(1.5rem, min(6.4vw, 1.95rem))!important;line-height:1.18!important;word-wrap:break-word;word-break:normal;hyphens:none}h2{font-size:max(1.3rem, min(5.4vw, 1.6rem))!important;line-height:1.2!important;word-wrap:break-word}h3{font-size:max(1.05rem, min(4.4vw, 1.3rem))!important;line-height:1.25!important;word-wrap:break-word}}.phil-feedback-form .form-label{color:#0c2335;color:var(--brand-primary);font-weight:800;font-size:14px}.phil-feedback-form .form-control,.phil-feedback-form .form-select{border-radius:0;border-radius:var(--brand-radius);border:1px solid #d7e0e6;border:1px solid var(--brand-border);min-height:48px}.phil-feedback-form textarea.form-control{min-height:120px}.phil-check{display:flex;align-items:flex-start;gap:10px;color:#617382;color:var(--brand-text-muted);font-size:14px}.phil-check input{margin-top:5px}.phil-check a{color:#0c2335;color:var(--brand-primary);font-weight:800}