/* Regional Livestock Bridge — shared subpage shell */
.branch-subpage,
.branch-subpage *{font-family:'Roboto','Tajawal','Segoe UI',Tahoma,Arial,sans-serif}
.branch-subpage .subpage-hero{height:390px;min-height:390px;background-image:url('/assets/hero.webp');background-size:cover;background-position:center;position:relative;color:#fff;display:flex;align-items:center;justify-content:center}
.branch-subpage .subpage-hero .hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,28,97,.86),rgba(0,28,97,.79));display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:42px 20px}
.branch-subpage .subpage-hero .hero-title{max-width:980px;margin:0 0 12px;color:#fff;font-size:clamp(2rem,5vw,3.25rem);line-height:1.22}
.branch-subpage .subpage-hero .hero-sub{max-width:900px;margin:0 0 13px;color:rgba(255,255,255,.96);font-size:clamp(.98rem,2.4vw,1.18rem);line-height:1.75}
.branch-subpage .subpage-hero .hero-subtitle{margin:0 0 18px;color:#fff;font-weight:700}
.branch-subpage .related-page-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px}
.branch-subpage .related-page-links .btn{min-height:44px;padding:10px 18px;border-radius:10px;text-decoration:none;font-weight:900}
.branch-subpage .related-page-links .btn-related{background:#fff;color:#0033a0;border:1px solid rgba(255,255,255,.78)}
.branch-subpage .related-page-links .btn-related:hover{background:#f5b400;color:#172033;border-color:#f5b400}
.branch-subpage .compact-subpage-hero{height:300px;min-height:300px}
.branch-subpage .compact-subpage-hero .hero-overlay{padding:30px 18px}
.branch-subpage .site-footer .footer-links a[href^="index.html#"]{white-space:normal}
.branch-subpage .partner-language-rail{z-index:3}
@media(max-width:900px){
 .branch-subpage .subpage-hero{height:360px;min-height:360px}
 .branch-subpage .compact-subpage-hero{height:285px;min-height:285px}
}
@media(max-width:640px){
 .branch-subpage .subpage-hero{height:370px;min-height:370px}
 .branch-subpage .compact-subpage-hero{height:300px;min-height:300px}
 .branch-subpage .subpage-hero .hero-overlay{padding:28px 14px}
 .branch-subpage .subpage-hero .hero-sub{line-height:1.6}
 .branch-subpage .related-page-links{gap:8px}
 .branch-subpage .related-page-links .btn{min-height:42px;padding:9px 12px;font-size:.86rem}
}
