.btcc-hero { --hero-blue: #064281; --hero-deep: #032e5b; --hero-yellow: #fbf104; color: var(--hero-deep); background: #fff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
.btcc-hero *, .btcc-hero *::before, .btcc-hero *::after { box-sizing: border-box; }
.btcc-hero button, .btcc-hero a { -webkit-tap-highlight-color: transparent; }
.btcc-hero button { font: inherit; cursor: pointer; }
.btcc-hero a { text-decoration: none; }
.btcc-hero a:focus-visible, .btcc-hero button:focus-visible { outline: 3px solid #fbf104; outline-offset: 5px; }
.btcc-hero-shell { width: min(100% - 80px, 1400px); margin-inline: auto; }
.btcc-hero-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.btcc-hero-carousel { background: var(--hero-deep); }
.btcc-hero-stage { position: relative; display: grid; min-height: clamp(530px, 40vw, 620px); overflow: hidden; color: #fff; touch-action: pan-y; }
.btcc-hero-slide { position: relative; grid-area: 1 / 1; min-width: 0; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .6s ease, visibility 0s .6s; }
.btcc-hero-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; transition: opacity .6s ease, visibility 0s; }
.btcc-hero-photo { position: absolute; inset: 0 0 0 31%; overflow: hidden; --photo-zoom: .06; --photo-pan: -.7%; }
.btcc-hero-slide:nth-child(even) .btcc-hero-photo { --photo-pan: .7%; }
.btcc-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: var(--photo-position, center); display: block; }
@media (prefers-reduced-motion: no-preference) {
  .btcc-hero[data-animate="1"] .btcc-hero-photo img { transform-origin: 50% 45%; transform: translate3d(calc(var(--photo-progress, 0) * var(--photo-pan)), calc(var(--photo-progress, 0) * -.3%), 0) scale(calc(1.025 + var(--photo-progress, 0) * var(--photo-zoom))); }
}
.btcc-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #032e5b 0%, #032e5b 26%, #032e5bf0 37%, #032e5bb8 49%, #032e5b30 69%, #032e5b0d 100%), linear-gradient(0deg, #032e5b7a, transparent 28%); }
.btcc-hero-slide-inner { position: relative; height: 100%; display: flex; align-items: center; padding-block: 30px 100px; }
.btcc-hero-copy { width: min(620px, 57%); }
.btcc-hero-eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 24px; color: #fff; font-size: 11px; font-weight: 700; line-height: 1.5; letter-spacing: 1.7px; }
.btcc-hero-eyebrow > span { width: 25px; height: 2px; background: var(--hero-yellow); flex-shrink: 0; }
.btcc-hero-copy h2 { margin: 0; font-size: clamp(49px, 4.4vw, 72px); font-weight: 650; line-height: 1.09; letter-spacing: -2.6px; color: #fff; }
.btcc-hero-copy h2 em { font-style: normal; color: var(--hero-yellow); }
.btcc-hero-description { max-width: 470px; margin: 25px 0 29px; color: #e5ecf5; font-size: 17px; line-height: 1.75; font-weight: 400; }
.btcc-hero-links { display: flex; gap: 26px; align-items: center; }
.btcc-hero-primary { display: inline-flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 53px; padding: 17px 22px; border-radius: 5px; color: #032e5b; background: var(--hero-yellow); font-size: 12px; line-height: 1.4; letter-spacing: .35px; font-weight: 750; transition: background-color .2s; }
.btcc-hero-primary:hover { background: #fff955; }
.btcc-hero-primary span { font-size: 21px; line-height: 1; font-weight: 400; }
.btcc-hero-secondary { display: inline-flex; align-items: center; gap: 15px; color: #fff; font-size: 12px; font-weight: 700; min-height: 48px; border-bottom: 1px solid #ffffff80; }
.btcc-hero-secondary:hover { color: var(--hero-yellow); border-color: var(--hero-yellow); }
.btcc-hero-secondary span { font-size: 20px; font-weight: 400; }
.btcc-hero-bottom { position: absolute; bottom: 27px; inset-inline: 0; display: flex; align-items: center; justify-content: space-between; pointer-events: none; }
.btcc-hero-signature { display: flex; align-items: center; gap: 14px; font-size: 9px; letter-spacing: 2px; font-weight: 600; color: #d4e0eb; }
.btcc-hero-rule { display: block; height: 1px; width: 38px; background: #ffffff70; }
.btcc-hero-controls { display: flex; gap: 9px; align-items: center; pointer-events: auto; }
.btcc-hero-count { display: flex; align-items: center; gap: 12px; font-size: 12px; color: #fff; margin-right: 17px; }
.btcc-hero-count b { font-size: 18px; font-weight: 600; }
.btcc-hero-count > span { opacity: .65; }
.btcc-hero-control { background: #032e5b75; border: 1px solid #ffffff80; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; padding: 11px; color: #fff; }
.btcc-hero-control:hover { background: var(--hero-yellow); border-color: var(--hero-yellow); color: var(--hero-deep); }
.btcc-hero-control svg { width: 100%; height: 100%; }
.btcc-hero-play { margin-left: 5px; }
.btcc-hero-play-icon, .btcc-hero.is-paused .btcc-hero-pause-icon { display: none; }
.btcc-hero.is-paused .btcc-hero-play-icon { display: block; }
.btcc-hero-selector-bar { background: #fff; border-bottom: 1px solid #d8e3ed; }
.btcc-hero-selectors { display: grid; grid-template-columns: repeat(var(--hero-columns, 4), minmax(0, 1fr)); }
.btcc-hero-selector { position: relative; display: flex; align-items: center; gap: 15px; text-align: left; padding: 26px 22px; min-height: 100px; border: 0; border-right: 1px solid #dce5ee; background: transparent; color: #365773; }
.btcc-hero-selector:first-child { border-left: 1px solid #dce5ee; }
.btcc-hero-selector-number { align-self: flex-start; margin-top: 3px; color: #7890a5; font-size: 10px; letter-spacing: .5px; }
.btcc-hero-selector strong { display: block; font-size: 12px; line-height: 1.5; letter-spacing: .25px; font-weight: 750; }
.btcc-hero-selector small { display: block; margin-top: 4px; font-size: 11px; color: #587187; line-height: 1.5; }
.btcc-hero-selector-arrow { margin-left: auto; font-size: 20px; color: #678198; }
.btcc-hero-selector::after { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: var(--hero-yellow); transform: scaleX(0); transform-origin: left; }
.btcc-hero-selector.is-active { background: #edf3f9; color: var(--hero-blue); }
.btcc-hero-selector.is-active::after { transform: scaleX(1); }
.btcc-hero-selector.is-active::before { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: var(--hero-blue); transform: scaleX(var(--hero-progress, 0)); transform-origin: left; z-index: 1; }
.btcc-hero-selector.is-active .btcc-hero-selector-number, .btcc-hero-selector.is-active .btcc-hero-selector-arrow { color: var(--hero-blue); }
.btcc-hero-selector:hover { background: #f0f5fa; }
@media (max-width: 1180px) {
  .btcc-hero-stage { min-height: 535px; }
  .btcc-hero-copy { width: min(600px, 66%); }
  .btcc-hero-copy h2 { font-size: clamp(43px, 5.2vw, 60px); }
  .btcc-hero-description { max-width: 440px; font-size: 16px; }
  .btcc-hero-selector { gap: 10px; padding: 22px 13px; }
  .btcc-hero-selector-arrow { display: none; }
  .btcc-hero-selector strong { font-size: 11px; }
}
@media (max-width: 760px) {
  .btcc-hero-shell { width: calc(100% - 36px); }
  .btcc-hero-stage { min-height: 624px; }
  .btcc-hero-photo { inset: 0 0 auto; height: 224px; --photo-zoom: .035; }
  .btcc-hero-photo img { object-position: var(--mobile-position, center); }
  .btcc-hero-shade { background: linear-gradient(0deg, #032e5b 0%, #032e5b 63%, #032e5b00 77%); }
  .btcc-hero-slide-inner { display: block; padding: 245px 0 70px; }
  .btcc-hero-copy { width: 100%; }
  .btcc-hero-eyebrow { font-size: 9px; letter-spacing: 1px; gap: 8px; margin-bottom: 14px; }
  .btcc-hero-eyebrow > span { width: 18px; }
  .btcc-hero-copy h2 { font-size: clamp(34px, 6.6vw, 44px); letter-spacing: -1.4px; line-height: 1.12; }
  .btcc-hero-description { margin: 17px 0 19px; font-size: 15px; line-height: 1.65; max-width: 560px; }
  .btcc-hero-links { gap: 22px; }
  .btcc-hero-primary { font-size: 10px; min-height: 48px; padding: 15px 17px; gap: 14px; }
  .btcc-hero-secondary { font-size: 10px; gap: 9px; min-height: 42px; }
  .btcc-hero-bottom { bottom: 19px; }
  .btcc-hero-signature { letter-spacing: 1px; font-size: 7px; gap: 8px; }
  .btcc-hero-rule { width: 16px; }
  .btcc-hero-count { gap: 7px; font-size: 10px; margin-right: 6px; }
  .btcc-hero-count b { font-size: 14px; }
  .btcc-hero-controls { gap: 6px; }
  .btcc-hero-control { width: 40px; height: 40px; padding: 10px; }
  .btcc-hero-play { margin-left: 0; }
  .btcc-hero-selectors { width: 100%; grid-template-columns: repeat(var(--hero-mobile-columns, 2), minmax(0, 1fr)); }
  .btcc-hero-selector { padding: 18px; min-height: 80px; border-bottom: 1px solid #dce5ee; }
  .btcc-hero-selector:first-child { border-left: 0; }
  .btcc-hero-selector:nth-child(even) { border-right: 0; }
  .btcc-hero-selector strong { font-size: 10px; }
  .btcc-hero-selector small { font-size: 10px; }
}
@media (max-width: 380px) {
  .btcc-hero-stage { min-height: 646px; }
  .btcc-hero-copy h2 { font-size: 33px; }
  .btcc-hero-eyebrow { font-size: 8px; letter-spacing: .6px; }
  .btcc-hero-signature { display: none; }
  .btcc-hero-bottom { justify-content: flex-end; }
  .btcc-hero-links { gap: 17px; }
  .btcc-hero-primary { gap: 10px; padding-inline: 13px; font-size: 9px; }
  .btcc-hero-selector { gap: 8px; padding: 17px 12px; }
}
@media (prefers-reduced-motion: reduce) { .btcc-hero *, .btcc-hero *::before, .btcc-hero *::after { transition: none !important; animation: none !important; } }

/* Scoped integration rules for WordPress themes and page builders. */
.btcc-hero { width: 100%; max-width: none; margin: 0; padding: 0; text-align: left; font-size: 16px; line-height: 1.5; isolation: isolate; }
.btcc-hero button { text-transform: none; letter-spacing: normal; margin: 0; box-shadow: none; }
.btcc-hero .btcc-hero-copy h2 { font-family: inherit; text-transform: none; overflow-wrap: anywhere; }
.btcc-hero .btcc-hero-copy p { overflow-wrap: anywhere; }
.btcc-hero .btcc-hero-photo picture { display: block; width: 100%; height: 100%; }
.btcc-hero .btcc-hero-photo img { max-width: none; margin: 0; border: 0; border-radius: 0; }
.btcc-hero .btcc-hero-selector:focus-visible { outline-color: #064281; outline-offset: -5px; }
.btcc-hero .btcc-hero-selector { min-width: 0; }
.btcc-hero .btcc-hero-selector > span { min-width: 0; }
.btcc-hero .btcc-hero-selector strong, .btcc-hero .btcc-hero-selector small { overflow-wrap: anywhere; }
.btcc-hero .btcc-hero-eyebrow, .btcc-hero .btcc-hero-primary, .btcc-hero .btcc-hero-secondary, .btcc-hero .btcc-hero-signature, .btcc-hero .btcc-hero-selector strong { text-transform: uppercase; }
.btcc-hero .btcc-hero-links { flex-wrap: wrap; row-gap: 12px; }
.btcc-hero .btcc-hero-primary, .btcc-hero .btcc-hero-secondary { max-width: 100%; overflow-wrap: anywhere; }
.btcc-hero .btcc-hero-controls { margin-left: auto; }
@media print { .btcc-hero .btcc-hero-controls, .btcc-hero .btcc-hero-selector-bar { display: none; } }
