:root {
  --bnl-navy: #071824;
  --bnl-navy-2: #0d2133;
  --bnl-ivory: #f8f5ee;
  --bnl-gold: #d9ae2f;
  --bnl-text: #17232b;
  --bnl-muted: #647078;
}

.bnl-service-rotator,
.bnl-sports-page {
  box-sizing: border-box;
  font-family: "Lato", Arial, sans-serif;
}

.bnl-service-rotator *,
.bnl-sports-page * { box-sizing: border-box; }

.bnl-service-rotator h1,
.bnl-service-rotator h2,
.bnl-sports-page h1,
.bnl-sports-page h2,
.bnl-sports-page h3 {
  font-family: "Playfair Display", Georgia, serif;
}

.bnl-service-rotator {
  min-height: 690px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--bnl-navy);
}

.bnl-rotator-bg,
.bnl-rotator-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.bnl-rotator-bg { object-fit: cover; }
.bnl-rotator-shade { background: linear-gradient(90deg, rgba(4,17,29,.96) 0%, rgba(4,17,29,.76) 44%, rgba(4,17,29,.16) 76%, rgba(4,17,29,.04) 100%); }
.bnl-rotator-shell { width: min(1220px, calc(100% - 48px)); min-height: 690px; position: relative; z-index: 2; display: grid; grid-template-columns: 1.14fr .86fr; gap: 7vw; align-items: center; margin: 0 auto; padding: 64px 0 110px; }
.bnl-rotator-core { max-width: 650px; }
.bnl-kicker { display: block; margin-bottom: 18px; color: var(--bnl-gold); font-size: .69rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.bnl-rotator-core h1 { margin: 0 0 25px; font-size: clamp(3.4rem, 6vw, 6.3rem); line-height: .93; letter-spacing: -.035em; }
.bnl-rotator-core h1 em { color: var(--bnl-gold); font-weight: 500; }
.bnl-rotator-core p { max-width: 610px; color: rgba(255,255,255,.84); font-size: 1rem; line-height: 1.75; }
.bnl-rotator-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.bnl-btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid rgba(255,255,255,.55); color: #fff; text-decoration: none; font-size: .68rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.bnl-btn-gold { border-color: var(--bnl-gold); color: var(--bnl-navy); background: var(--bnl-gold); }
.bnl-rotator-card { overflow: hidden; border-top: 3px solid var(--bnl-gold); background: rgba(6,22,34,.94); box-shadow: 0 24px 70px rgba(0,0,0,.34); }
.bnl-rotator-card img { width: 100%; height: 235px; display: block; object-fit: cover; }
.bnl-rotator-card-copy { min-height: 260px; padding: 28px; }
.bnl-rotator-card-copy small { color: var(--bnl-gold); font-size: .62rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.bnl-rotator-card-copy h2 { margin: 13px 0 11px; color: #fff; font-size: 2rem; line-height: 1.06; }
.bnl-rotator-card-copy p { min-height: 66px; margin: 0; color: rgba(255,255,255,.74); font-size: .82rem; line-height: 1.65; }
.bnl-rotator-card-copy a { display: inline-flex; margin-top: 17px; color: var(--bnl-gold); text-decoration: none; font-size: .66rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.bnl-rotator-controls { position: absolute; right: 0; bottom: 35px; left: 0; z-index: 3; width: min(1220px, calc(100% - 48px)); display: grid; grid-template-columns: 44px 1fr 44px 44px; gap: 8px; margin: 0 auto; }
.bnl-rotator-controls button { height: 42px; border: 1px solid rgba(255,255,255,.38); color: #fff; background: rgba(7,24,36,.78); cursor: pointer; }
.bnl-rotator-dots { display: grid; grid-template-columns: repeat(11, 1fr); align-items: end; }
.bnl-rotator-dots button { height: 42px; border: 0; border-bottom: 2px solid rgba(255,255,255,.34); background: transparent; }
.bnl-rotator-dots button[aria-current="true"] { border-color: var(--bnl-gold); }

.bnl-sports-page { color: var(--bnl-text); background: var(--bnl-ivory); }
.bnl-sports-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.bnl-sports-hero { min-height: 610px; position: relative; display: flex; align-items: center; color: #fff; background: var(--bnl-navy); }
.bnl-sports-hero > img,
.bnl-sports-hero::before { position: absolute; inset: 0; width: 100%; height: 100%; }
.bnl-sports-hero > img { object-fit: cover; }
.bnl-sports-hero::before { content: ""; z-index: 1; background: linear-gradient(90deg, rgba(4,17,29,.95), rgba(4,17,29,.53) 70%, rgba(4,17,29,.22)); }
.bnl-sports-hero-content { position: relative; z-index: 2; padding: 90px 0; }
.bnl-sports-hero h1 { margin: 8px 0 20px; color: #fff; font-size: clamp(4.2rem, 8vw, 8.2rem); line-height: .9; }
.bnl-sports-hero p { max-width: 760px; color: rgba(255,255,255,.85); font-size: 1rem; line-height: 1.75; }
.bnl-sports-proof { display: grid; grid-template-columns: repeat(4, 1fr); color: #fff; background: var(--bnl-navy); }
.bnl-sports-proof article { min-height: 110px; display: flex; flex-direction: column; justify-content: center; padding: 24px; border-right: 1px solid rgba(255,255,255,.14); }
.bnl-sports-proof small { color: var(--bnl-gold); font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.bnl-sports-proof strong { margin-top: 6px; font-size: .8rem; }
.bnl-sports-section { padding: 100px 0; }
.bnl-sports-intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; }
.bnl-sports-section h2 { margin: 0 0 25px; font-size: clamp(2.7rem, 4.5vw, 4.7rem); line-height: 1.02; }
.bnl-sports-section p { color: var(--bnl-muted); line-height: 1.8; }
.bnl-sports-services { color: #fff; background: var(--bnl-navy); }
.bnl-sports-services h2 { color: #fff; }
.bnl-sports-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 45px; border-top: 1px solid rgba(255,255,255,.14); }
.bnl-sports-service-grid article { padding: 30px 30px 34px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.bnl-sports-service-grid article:nth-child(even) { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.14); }
.bnl-sports-service-grid h3 { margin: 0 0 10px; color: #fff; font-size: 1.45rem; }
.bnl-sports-service-grid p { margin: 0; color: rgba(255,255,255,.68); font-size: .8rem; }
.bnl-sports-feature { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: center; }
.bnl-sports-feature > img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.bnl-sports-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; margin-top: 25px; }
.bnl-sports-checks span { padding-bottom: 9px; border-bottom: 1px solid #d7d2c8; font-size: .74rem; font-weight: 700; }
.bnl-sports-experience { background: #efebe3; }
.bnl-sports-timeline { margin-top: 35px; }
.bnl-sports-timeline article { display: grid; grid-template-columns: 120px 1fr; gap: 25px; padding: 24px 0; border-top: 1px solid #d2cdc2; }
.bnl-sports-timeline time { color: #9b7411; font-weight: 900; }
.bnl-sports-timeline h3 { margin: 0 0 7px; font-size: 1.4rem; }
.bnl-sports-timeline p { margin: 0; font-size: .8rem; }
.bnl-sports-faq { background: #efebe3; }
.bnl-sports-faq details { margin-bottom: 8px; border: 1px solid #d7d2c8; background: #fff; }
.bnl-sports-faq summary { padding: 19px 22px; font-weight: 700; cursor: pointer; }
.bnl-sports-faq details p { padding: 0 22px 20px; }
.bnl-sports-cta { padding: 95px 0; color: #fff; background: var(--bnl-navy); }
.bnl-sports-cta h2 { max-width: 850px; margin: 0 0 18px; color: #fff; font-size: clamp(2.8rem, 5vw, 5.2rem); }
.bnl-sports-cta p { max-width: 700px; color: rgba(255,255,255,.72); }

@media (max-width: 800px) {
  .bnl-rotator-shell { width: min(100% - 36px, 680px); min-height: 1010px; grid-template-columns: 1fr; align-content: start; gap: 34px; padding: 80px 0 125px; }
  .bnl-rotator-core h1 { font-size: 3.55rem; }
  .bnl-rotator-card img { height: 190px; }
  .bnl-rotator-controls { width: calc(100% - 36px); grid-template-columns: 40px 1fr 40px 40px; }
  .bnl-rotator-controls button { width: auto; }
  .bnl-sports-shell { width: min(100% - 36px, 680px); }
  .bnl-sports-hero { min-height: 650px; }
  .bnl-sports-proof { grid-template-columns: 1fr 1fr; }
  .bnl-sports-section { padding: 72px 0; }
  .bnl-sports-intro,
  .bnl-sports-feature { grid-template-columns: 1fr; gap: 40px; }
  .bnl-sports-service-grid { grid-template-columns: 1fr; }
  .bnl-sports-service-grid article,
  .bnl-sports-service-grid article:nth-child(even) { padding: 25px 0; border-left: 0; }
  .bnl-sports-checks { grid-template-columns: 1fr; }
  .bnl-sports-timeline article { grid-template-columns: 1fr; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  .bnl-service-rotator * { scroll-behavior: auto !important; transition: none !important; }
}
