/* =====================================================
   Shared Home Section Tokens
   This block is safe to repeat because values are identical.
   ===================================================== */
.hs-section{
    --hs-primary:var(--theme-color,#0f3d5e);
    --hs-secondary:var(--theme-color2,#0b7285);
    --hs-dark:#172033;
    --hs-text:#1f2937;
    --hs-muted:#667085;
    --hs-light:#f6f9fc;
    --hs-white:#ffffff;
    position:relative;
    padding:70px 0;
    overflow:hidden;
}
.hs-section-inner{position:relative;z-index:2;}
.hs-bg-overlay{position:absolute;inset:0;z-index:1;}
.hs-heading{margin-bottom:34px;}
.hs-heading .site-title{font-weight:800;}
.hs-kicker{display:inline-flex;padding:5px 14px;border-radius:50px;background:rgba(15,61,94,.08);color:var(--hs-primary);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.7px;margin-bottom:9px;}
.hs-heading-text{max-width:720px;margin:10px auto 0;color:var(--hs-muted);}
.hs-heading-light .hs-heading-text{color:rgba(255,255,255,.86);}
.hs-divider-wrap{margin-top:7px;}
.hs-section a{text-decoration:none;}
.hs-section img{max-width:100%;}
@media(max-width:991.98px){.hs-section{padding:55px 0;}.hs-heading{margin-bottom:26px;}}
@media(max-width:575.98px){.hs-section{padding:44px 0;}.hs-heading{margin-bottom:22px;}}

/* =====================================================
   Press Release Section - 6 Layouts
   ===================================================== */
.hs-press-section{background:#fff;}.hs-press-card{border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 14px 34px rgba(23,32,51,.08);}.hs-press-section .hs-gallery-image{height:230px;overflow:hidden;}.hs-press-section .hs-gallery-image img{width:100%;height:100%;object-fit:cover;}.hs-gallery-title{background:var(--hs-primary)!important;padding:14px;text-align:center;}.hs-gallery-title a{color:#fff;font-weight:700;}
.hs-press-l1{background:var(--hs-light);}.hs-press-l2 .hs-press-card{border-radius:0;box-shadow:none;border:1px solid rgba(15,61,94,.12);}.hs-press-l3{background:var(--hs-dark);}.hs-press-l3 .site-title{color:#fff;}.hs-press-l3 .hs-gallery-title{background:var(--hs-secondary)!important;}.hs-press-l4 .hs-press-card{border-radius:40px 40px 40px 0;box-shadow:0 20px 45px rgba(23,32,51,.12);}.hs-press-l5{background:linear-gradient(135deg,#fff,var(--hs-light));}.hs-press-l5 .hs-press-card{box-shadow:none;border-left:6px solid var(--hs-secondary);border-radius:8px 28px 28px 8px;}
@media(max-width:991.98px){.hs-press-section .hs-gallery-image{height:210px;}}@media(max-width:575.98px){.hs-press-section .hs-gallery-image{height:190px;}}
