:root{
  --sbc-blue:#121635;
  --sbc-blue-2:#142a45;
  --sbc-graphite:#1f2633;
  --sbc-gray:#eef2f6;
  --sbc-white:#fff;
  --sbc-orange:#f28c28;
  --sbc-text:#273142;
  --sbc-muted:#667085;
  --container:1180px;
  --radius:18px;
  --shadow:0 18px 45px rgba(18,22,53,.14);
}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,Montserrat,Arial,sans-serif;color:var(--sbc-text);background:#fff;line-height:1.6}
a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}.screen-reader-text{position:absolute;left:-9999px}
.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:linear-gradient(180deg,rgba(18,22,53,.84),rgba(18,22,53,.22));backdrop-filter:blur(8px);transition:.24s ease}.site-header.is-scrolled{background:rgba(18,22,53,.97);box-shadow:0 10px 24px rgba(0,0,0,.16)}
.header-inner{height:86px;display:flex;align-items:center;gap:28px}.header-brand{flex:0 0 auto}.site-logo img{display:block;max-height:54px;width:auto}.main-navigation{margin-left:auto}.primary-menu{list-style:none;display:flex;align-items:center;gap:26px;margin:0;padding:0}.primary-menu a{color:#fff;font-weight:700;font-size:14px;letter-spacing:.02em}.primary-menu a:hover{color:var(--sbc-orange)}
nav.bws-footer-nav .primary-menu {
    flex-direction: column;
}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-weight:800;font-size:14px;transition:.2s ease;border:1px solid transparent}.btn-primary{background:var(--sbc-orange);color:#101828}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 12px 26px rgba(242,140,40,.28)}.btn-outline{border-color:rgba(255,255,255,.65);color:#fff}.btn-outline:hover{background:#fff;color:var(--sbc-blue)}.header-cta{white-space:nowrap}.mobile-menu-toggle{display:none;margin-left:auto;background:transparent;border:0;width:42px;height:42px}.mobile-menu-toggle span{display:block;height:2px;background:#fff;margin:7px 0}
.hero{position:relative;min-height:720px;display:flex;align-items:center;overflow:hidden;background:var(--sbc-blue)}.hero-bg{position:absolute;inset:0;background:linear-gradient(120deg,rgba(18,22,53,.95),rgba(20,42,69,.72)),var(--hero-image,url('https://images.unsplash.com/photo-1581094288338-2314dddb7ece?auto=format&fit=crop&w=1800&q=80')) center/cover no-repeat;transform:scale(1.02)}.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 75% 40%,rgba(242,140,40,.22),transparent 30%)}.hero-content{position:relative;color:#fff;max-width:840px;margin-left:max(calc((100vw - var(--container))/2),20px)}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--sbc-orange);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.hero h1{font-size:clamp(42px,6vw,78px);line-height:.98;margin:18px 0 22px;letter-spacing:-.045em}.hero p{font-size:20px;max-width:740px;color:rgba(255,255,255,.84);margin:0 0 34px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.authority-strip{margin-top:-72px;position:relative;z-index:5}.authority-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:22px;box-shadow:var(--shadow);overflow:hidden}.authority-card{padding:32px;border-right:1px solid #edf0f4}.authority-card:last-child{border-right:0}.card-marker,.service-icon{display:block;width:38px;height:4px;background:var(--sbc-orange);border-radius:99px;margin-bottom:18px}.authority-card h3,.service-card h3,.dark-card h3{margin:0 0 10px;color:var(--sbc-blue);font-size:20px;line-height:1.2}.authority-card p,.service-card p,.dark-card p{margin:0;color:var(--sbc-muted)}
.section{padding:96px 0}.split-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.section h2,.split-grid h2,.cta-band h2{font-size:clamp(32px,4vw,52px);line-height:1.08;letter-spacing:-.035em;color:var(--sbc-blue);margin:14px 0 0}.text-link{display:inline-flex;margin-top:18px;color:var(--sbc-orange);font-weight:900}.section-heading{max-width:760px;margin-bottom:34px}.card-grid{display:grid;gap:22px}.services-grid{grid-template-columns:repeat(4,1fr)}.service-card{padding:30px;border:1px solid #e5eaf0;border-radius:var(--radius);background:#fff;box-shadow:0 8px 20px rgba(18,22,53,.06)}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);transition:.2s ease}.section-dark{background:var(--sbc-blue);color:#fff}.section-dark h2,.section-dark .dark-card h3{color:#fff}.section-dark .section-heading h2{color:#fff}.four-columns{grid-template-columns:repeat(4,1fr)}.dark-card{padding:32px;border-radius:var(--radius);background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12)}.dark-card p{color:rgba(255,255,255,.72)}
.cta-band{padding:80px 0;background:linear-gradient(135deg,var(--sbc-blue),var(--sbc-blue-2));color:#fff}.cta-inner{display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center}.cta-band h2{color:#fff;margin-top:12px;max-width:860px}
.site-footer{background:#0b1028;color:#fff;padding-top:70px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:50px}.footer-brand img{max-height:60px}.site-footer h3{font-size:16px;text-transform:uppercase;letter-spacing:.08em;color:var(--sbc-orange)}.site-footer p,.site-footer a{color:rgba(255,255,255,.74)}.footer-menu{list-style:none;margin:0;padding:0}.footer-menu li{margin:8px 0}.footer-bottom{margin-top:50px;padding:20px 0;border-top:1px solid rgba(255,255,255,.12);font-size:13px;color:rgba(255,255,255,.58)}.floating-whatsapp{position:fixed;right:20px;bottom:20px;z-index:70;background:#25d366;color:#fff;font-weight:900;border-radius:999px;padding:14px 18px;box-shadow:0 12px 28px rgba(0,0,0,.25)}
.entry-header,.archive-header{padding:90px 0 40px;background:var(--sbc-gray)}.entry-content{padding:60px 0}.content-wrap{width:min(860px,calc(100% - 40px));margin-inline:auto}.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:60px 0}.archive-card{border:1px solid #e6eaf0;border-radius:18px;padding:26px;background:#fff}.archive-card img{border-radius:14px;margin-bottom:16px}
@media(max-width:1024px){.services-grid,.four-columns,.authority-grid{grid-template-columns:repeat(2,1fr)}.split-grid,.cta-inner,.footer-grid{grid-template-columns:1fr}.header-cta{display:none}.main-navigation{position:fixed;inset:86px 0 auto 0;background:var(--sbc-blue);padding:24px;display:none}.main-navigation.is-open{display:block}.primary-menu{display:block}.primary-menu li{margin:14px 0}.mobile-menu-toggle{display:block}.hero{min-height:620px}.authority-strip{margin-top:0}.authority-grid{border-radius:0;width:100%}.container.authority-grid{width:100%}}
@media(max-width:640px){.container{width:min(100% - 28px,var(--container))}.header-inner{height:74px}.hero{min-height:560px}.hero h1{font-size:42px}.hero p{font-size:17px}.section{padding:68px 0}.services-grid,.four-columns,.authority-grid,.archive-grid{grid-template-columns:1fr}.authority-card{border-right:0;border-bottom:1px solid #edf0f4}.btn{width:100%}.hero-actions{width:100%}.footer-grid{gap:30px}}
