/* =====================================================
   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;}}

/* =====================================================
   Video Gallery Section - 6 Layouts
   ===================================================== */
.hs-video-section{background:#fff;}.hs-video-card{border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 14px 34px rgba(23,32,51,.08);}.hs-video-frame{height:230px;overflow:hidden;background:#000;}.hs-video-frame video,.hs-video-frame iframe{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-video-l1{background:var(--hs-light);}.hs-video-l2 .hs-video-card{border-radius:0;box-shadow:none;border:1px solid rgba(15,61,94,.12);}.hs-video-l3{background:var(--hs-dark);}.hs-video-l3 .site-title{color:#fff;}.hs-video-l3 .hs-gallery-title{background:var(--hs-secondary)!important;}.hs-video-l4 .hs-video-card{border-radius:40px 40px 40px 0;box-shadow:0 20px 45px rgba(23,32,51,.12);}.hs-video-l5{background:#fff;}.hs-video-l5 .hs-video-card{border-radius:26px;border:1px solid rgba(15,61,94,.12);}.hs-video-l5 .hs-video-frame{border-radius:26px 26px 0 0;}
@media(max-width:991.98px){.hs-video-frame{height:210px;}}@media(max-width:575.98px){.hs-video-frame{height:190px;}}
