@import url("./home-shortcuts.css?v=20260723-left-rail");

/* Shared Bharte Kadam public-site footer */
html body .sticky-shell .site-header.common-header,
html body .sticky-shell .common-header.site-header,
html body .site-header.common-header {
  overflow: visible !important;
}

.bkf-site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 30px 0 18px;
  color: #eef5fb;
  background:
    linear-gradient(118deg, transparent 0 39%, rgba(255, 255, 255, 0.035) 39% 41%, transparent 41%),
    linear-gradient(135deg, #101b2b 0%, #06243a 52%, #071c2e 100%);
  border-top: 3px solid #e8591a;
}

.bkf-site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 0.7px, transparent 0.7px);
  background-size: 18px 18px;
  opacity: 0.28;
}

.bkf-site-footer .bkf-footer-inner {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.bkf-site-footer .bkf-footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 26px;
  color: #0b1c2e;
  border: 1px solid rgba(232, 89, 26, 0.25);
  border-radius: 22px;
  background: linear-gradient(135deg, #fffdf9 0%, #fff7ef 100%);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.bkf-site-footer .bkf-footer-eyebrow {
  display: block;
  margin: 0 0 5px;
  color: #e8591a;
  font: 800 11px/1.2 "DM Mono", monospace;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.bkf-site-footer .bkf-footer-cta h2 {
  max-width: 620px;
  margin: 0;
  color: #0b1c2e;
  font: 800 clamp(25px, 3vw, 38px)/1.02 "Playfair Display", Georgia, serif;
  letter-spacing: 0;
}

.bkf-site-footer .bkf-footer-cta-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.bkf-site-footer .bkf-footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  font: 800 13px/1 "DM Sans", sans-serif;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.bkf-site-footer .bkf-footer-button:hover,
.bkf-site-footer .bkf-footer-button:focus-visible {
  color: #fff;
  transform: translateY(-2px);
}

.bkf-site-footer .bkf-footer-button--orange {
  background: linear-gradient(135deg, #ff741c, #e5480d);
  box-shadow: 0 10px 22px rgba(229, 72, 13, 0.24);
}

.bkf-site-footer .bkf-footer-button--navy {
  background: linear-gradient(135deg, #143d62, #071c30);
  box-shadow: 0 10px 22px rgba(7, 28, 48, 0.22);
}

.bkf-site-footer .bkf-footer-grid {
  display: grid;
  grid-template-columns: minmax(225px, 1.3fr) minmax(115px, 0.7fr) minmax(145px, 0.86fr) minmax(125px, 0.72fr) minmax(240px, 1.25fr);
  gap: 28px;
  align-items: start;
  padding: 34px 0 26px;
}

.bkf-site-footer .bkf-footer-brand-card {
  min-height: 100%;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.bkf-site-footer .bkf-footer-logo {
  content: url("../images/bkf-logo-footer-transparent.png");
  display: block;
  width: min(100%, 220px);
  height: 82px;
  margin: 0 0 16px;
  padding: 5px 8px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 10px 22px rgba(0, 0, 0, 0.18);
  object-fit: contain;
  object-position: left center;
}

/* Updated horizontal logo: retain the full mark in every shared header. */
.sticky-shell .site-header.common-header .brand,
.sticky-shell .common-header.site-header .brand,
.site-header.common-header .brand {
  min-width: 178px !important;
  width: 178px !important;
  flex-basis: 178px !important;
}
.sticky-shell .site-header.common-header .brand-logo-wrap,
.sticky-shell .common-header.site-header .brand-logo-wrap,
.site-header.common-header .brand-logo-wrap {
  width: 178px !important;
  height: 58px !important;
  max-width: 178px !important;
  max-height: 58px !important;
  overflow: visible !important;
}
.sticky-shell .site-header.common-header .brand-logo-wrap img,
.sticky-shell .common-header.site-header .brand-logo-wrap img,
.site-header.common-header .brand-logo-wrap img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: left center !important;
  filter: drop-shadow(0 3px 7px rgba(13, 27, 42, .16)) !important;
}
@media (max-width: 760px) {
  .sticky-shell .site-header.common-header .brand,
  .sticky-shell .common-header.site-header .brand,
  .site-header.common-header .brand {
    min-width: 140px !important;
    width: 140px !important;
    flex-basis: 140px !important;
  }
  .sticky-shell .site-header.common-header .brand-logo-wrap,
  .sticky-shell .common-header.site-header .brand-logo-wrap,
  .site-header.common-header .brand-logo-wrap {
    width: 140px !important;
    height: 48px !important;
  }
}

.bkf-site-footer .bkf-footer-brand-card p {
  margin: 0 0 18px;
  color: #c4d1dd;
  font: 500 12px/1.7 "DM Sans", sans-serif;
}

.bkf-site-footer .bkf-footer-socials {
  display: flex;
  gap: 8px;
}

.bkf-site-footer .bkf-footer-socials a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.bkf-site-footer .bkf-footer-socials a:hover,
.bkf-site-footer .bkf-footer-socials a:focus-visible {
  color: #fff;
  border-color: rgba(255, 116, 28, 0.75);
  background: #e8591a;
  transform: translateY(-2px);
}

/* Recognisable official social-media treatments. */
.bkf-site-footer .bkf-footer-socials a[aria-label="Instagram"] {
  border-color: rgba(253, 197, 86, .7);
  background: radial-gradient(circle at 30% 110%, #ffdc80 0 18%, #f77737 36%, #e1306c 58%, #c13584 74%, #5851db 100%);
}
.bkf-site-footer .bkf-footer-socials a[aria-label="Facebook"] {
  border-color: rgba(109, 173, 255, .72);
  background: #1877f2;
}
.bkf-site-footer .bkf-footer-socials a[aria-label="YouTube"] {
  border-color: rgba(255, 123, 123, .7);
  background: #ff0033;
}
.bkf-site-footer .bkf-footer-socials a[aria-label="LinkedIn"] {
  border-color: rgba(102, 184, 236, .7);
  background: #0a66c2;
}
.bkf-site-footer .bkf-footer-socials a:hover,
.bkf-site-footer .bkf-footer-socials a:focus-visible {
  filter: brightness(1.1);
  transform: translateY(-3px) scale(1.04);
}

.bkf-site-footer .bkf-footer-socials svg {
  width: 17px;
  height: 17px;
}

.bkf-site-footer .bkf-footer-column h3 {
  position: relative;
  margin: 4px 0 16px;
  padding-bottom: 8px;
  color: #fff;
  font: 800 17px/1.1 "Playfair Display", Georgia, serif;
  letter-spacing: 0;
}

.bkf-site-footer .bkf-footer-column h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #ff6b19;
}

.bkf-site-footer .bkf-footer-links {
  display: grid;
  gap: 10px;
}

.bkf-site-footer .bkf-footer-links a {
  position: relative;
  width: fit-content;
  padding-left: 11px;
  color: #d6e0e9;
  font: 600 12px/1.35 "DM Sans", sans-serif;
  text-decoration: none;
}

.bkf-site-footer .bkf-footer-links a::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #ff6b19;
  font-weight: 900;
}

.bkf-site-footer .bkf-footer-links a:hover,
.bkf-site-footer .bkf-footer-links a:focus-visible {
  color: #ff9a5b;
}

.bkf-site-footer .bkf-footer-contact-list {
  display: grid;
  gap: 9px;
}

.bkf-site-footer .bkf-footer-contact {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px;
  color: #eef5fb;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
  text-decoration: none;
}

.bkf-site-footer a.bkf-footer-contact:hover,
.bkf-site-footer a.bkf-footer-contact:focus-visible {
  color: #fff;
  border-color: rgba(255, 107, 25, 0.55);
  background: rgba(255, 255, 255, 0.1);
}

.bkf-site-footer .bkf-footer-contact-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #fff;
  border-radius: 10px;
  background: linear-gradient(135deg, #ff741c, #e5480d);
  box-shadow: 0 7px 16px rgba(229, 72, 13, 0.22);
}

.bkf-site-footer .bkf-footer-contact-icon svg {
  width: 16px;
  height: 16px;
}

.bkf-site-footer .bkf-footer-contact small,
.bkf-site-footer .bkf-footer-contact strong {
  display: block;
  overflow-wrap: anywhere;
}

.bkf-site-footer .bkf-footer-contact small {
  margin-bottom: 2px;
  color: #9fb2c3;
  font: 500 10px/1.2 "DM Sans", sans-serif;
}

.bkf-site-footer .bkf-footer-contact strong {
  color: #fff;
  font: 700 10.5px/1.35 "DM Sans", sans-serif;
}

.bkf-site-footer .bkf-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 15px;
  color: #aebdcc;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font: 500 10.5px/1.5 "DM Sans", sans-serif;
}

.bkf-site-footer .bkf-footer-policy {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
}

.bkf-site-footer .bkf-footer-policy a,
.bkf-site-footer .bkf-back-top {
  color: #c7d3de;
  text-decoration: none;
}

.bkf-site-footer .bkf-footer-policy a:hover,
.bkf-site-footer .bkf-footer-policy a:focus-visible,
.bkf-site-footer .bkf-back-top:hover,
.bkf-site-footer .bkf-back-top:focus-visible {
  color: #ff9a5b;
}

.bkf-site-footer .bkf-back-top {
  flex: 0 0 auto;
  margin-right: 175px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.06);
  font-weight: 700;
}

@media (max-width: 1080px) {
  .bkf-site-footer .bkf-footer-grid {
    grid-template-columns: 1.25fr repeat(2, minmax(145px, 0.8fr));
  }

  .bkf-site-footer .bkf-footer-contact-column {
    grid-column: span 2;
  }

  .bkf-site-footer .bkf-footer-contact-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .bkf-site-footer {
    padding-top: 20px;
  }

  .bkf-site-footer .bkf-footer-inner {
    width: min(100% - 24px, 620px);
  }

  .bkf-site-footer .bkf-footer-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
    border-radius: 18px;
  }

  .bkf-site-footer .bkf-footer-cta-actions {
    width: 100%;
  }

  .bkf-site-footer .bkf-footer-button {
    flex: 1 1 0;
    padding-inline: 12px;
  }

  .bkf-site-footer .bkf-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
    padding-block: 26px 22px;
  }

  .bkf-site-footer .bkf-footer-brand-card,
  .bkf-site-footer .bkf-footer-contact-column {
    grid-column: 1 / -1;
  }

  .bkf-site-footer .bkf-footer-contact-list {
    grid-template-columns: 1fr;
  }

  .bkf-site-footer .bkf-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .bkf-site-footer .bkf-footer-policy {
    justify-content: flex-start;
  }

  .bkf-site-footer .bkf-back-top {
    align-self: flex-end;
    margin-right: 0;
  }
}

@media (max-width: 430px) {
  .bkf-site-footer .bkf-footer-cta h2 {
    font-size: 26px;
  }

  .bkf-site-footer .bkf-footer-cta-actions {
    flex-direction: column;
  }

  .bkf-site-footer .bkf-footer-grid {
    grid-template-columns: 1fr;
  }

  .bkf-site-footer .bkf-footer-brand-card,
  .bkf-site-footer .bkf-footer-contact-column {
    grid-column: auto;
  }
}

/* 2026 footer refresh: layered glass panels with a subtle dimensional finish. */
.bkf-site-footer {
  padding: 46px 0 20px;
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 112, 32, .25), transparent 28%),
    radial-gradient(circle at 88% 4%, rgba(49, 157, 218, .22), transparent 26%),
    radial-gradient(circle at 65% 100%, rgba(244, 183, 60, .13), transparent 32%),
    linear-gradient(135deg, #071524 0%, #0b2a43 52%, #071927 100%);
  border-top: 1px solid rgba(255, 151, 92, .68);
  box-shadow: inset 0 1px rgba(255,255,255,.16), 0 -20px 45px rgba(13, 27, 42, .05);
}

.bkf-site-footer::before {
  opacity: .46;
  background-image:
    linear-gradient(118deg, transparent 0 31%, rgba(255,255,255,.065) 31% 31.18%, transparent 31.18% 100%),
    radial-gradient(rgba(255,255,255,.11) .65px, transparent .75px);
  background-size: auto, 18px 18px;
}

.bkf-site-footer .bkf-footer-grid {
  position: relative;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255,255,255,.115), rgba(255,255,255,.035));
  box-shadow: inset 0 1px rgba(255,255,255,.16), 0 28px 70px rgba(0,0,0,.24);
  backdrop-filter: blur(18px);
}

.bkf-site-footer .bkf-footer-brand-card,
.bkf-site-footer .bkf-footer-column:not(.bkf-footer-contact-column) {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.025));
  box-shadow: inset 0 1px rgba(255,255,255,.12), 0 15px 28px rgba(0,0,0,.1);
}

.bkf-site-footer .bkf-footer-brand-card {
  padding: 18px;
  transform: perspective(800px) rotateX(1.1deg);
}

.bkf-site-footer .bkf-footer-column:not(.bkf-footer-contact-column) {
  padding: 18px 15px;
  min-height: 100%;
}

.bkf-site-footer .bkf-footer-logo {
  height: 105px;
  margin-bottom: 14px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 17px;
  box-shadow: inset 0 1px #fff, 0 13px 28px rgba(0,0,0,.22);
  transform: translateZ(12px);
}

.bkf-site-footer .bkf-footer-brand-card p { color: rgba(234,244,251,.83); }

.bkf-site-footer .bkf-footer-column h3 {
  margin: 2px 0 15px;
  color: #fff9f4;
  font-size: 16px;
}

.bkf-site-footer .bkf-footer-links { gap: 8px; }
.bkf-site-footer .bkf-footer-links a {
  width: 100%;
  padding: 8px 8px 8px 17px;
  border-radius: 10px;
  color: rgba(237,245,251,.83);
  transition: transform .22s ease, background .22s ease, color .22s ease;
}
.bkf-site-footer .bkf-footer-links a:hover,
.bkf-site-footer .bkf-footer-links a:focus-visible {
  color: #fff;
  background: rgba(255,255,255,.1);
  transform: translateX(4px);
}

.bkf-site-footer .bkf-footer-contact-column {
  padding: 2px;
}
.bkf-site-footer .bkf-footer-contact {
  min-height: 68px;
  padding: 12px;
  border-color: rgba(255,255,255,.16);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.045));
  box-shadow: inset 0 1px rgba(255,255,255,.11), 0 12px 23px rgba(0,0,0,.09);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}
.bkf-site-footer a.bkf-footer-contact:hover,
.bkf-site-footer a.bkf-footer-contact:focus-visible {
  transform: translateY(-3px) scale(1.015);
  border-color: rgba(255,164,104,.78);
  background: rgba(255,255,255,.15);
}
.bkf-site-footer .bkf-footer-contact-icon {
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 12px;
  box-shadow: inset 0 1px rgba(255,255,255,.28), 0 9px 18px rgba(229,72,13,.32);
}

.bkf-site-footer .bkf-footer-socials a {
  width: 40px;
  height: 40px;
  border-radius: 13px;
  box-shadow: inset 0 1px rgba(255,255,255,.35), 0 8px 16px rgba(0,0,0,.2);
}

.bkf-site-footer .bkf-footer-bottom {
  margin-top: 18px;
  padding: 14px 16px 0;
  border-top-color: rgba(255,255,255,.16);
}
.bkf-site-footer .bkf-back-top {
  margin-right: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  box-shadow: inset 0 1px rgba(255,255,255,.14);
}

@media (max-width: 1080px) {
  .bkf-site-footer .bkf-footer-grid { gap: 14px; }
}

@media (max-width: 760px) {
  .bkf-site-footer { padding-top: 26px; }
  .bkf-site-footer .bkf-footer-grid { padding: 13px; border-radius: 24px; }
  .bkf-site-footer .bkf-footer-column:not(.bkf-footer-contact-column) { padding: 15px 12px; }
}

/* Keep the visual depth while avoiding an overly tall footer. */
.bkf-site-footer { padding-block: 28px 16px; }
.bkf-site-footer .bkf-footer-grid {
  grid-template-columns: minmax(235px,1.22fr) repeat(3,minmax(132px,.72fr)) minmax(270px,1.22fr);
  padding: 14px;
}
.bkf-site-footer .bkf-footer-brand-card,
.bkf-site-footer .bkf-footer-column:not(.bkf-footer-contact-column) { padding: 15px; }
.bkf-site-footer .bkf-footer-logo { height: 88px; margin-bottom: 11px; }
.bkf-site-footer .bkf-footer-brand-card p { margin-bottom: 12px; line-height: 1.55; }
.bkf-site-footer .bkf-footer-links { gap: 3px; }
.bkf-site-footer .bkf-footer-links a { padding-block: 6px; }
.bkf-site-footer .bkf-footer-contact-list { gap: 7px; }
.bkf-site-footer .bkf-footer-contact { min-height: 56px; padding: 9px; }
.bkf-site-footer .bkf-footer-contact-icon { width: 34px; height: 34px; }
.bkf-site-footer .bkf-footer-bottom { margin-top: 11px; padding-top: 11px; }

@media (max-width: 1080px) {
  .bkf-site-footer .bkf-footer-grid { grid-template-columns:1.15fr repeat(2,minmax(145px,.8fr)); }
}

@media (max-width: 760px) {
  .bkf-site-footer { padding-block: 20px 14px; }
  .bkf-site-footer .bkf-footer-grid { gap: 11px; padding: 11px; }
  .bkf-site-footer .bkf-footer-brand-card,
  .bkf-site-footer .bkf-footer-column:not(.bkf-footer-contact-column) { padding: 14px; }
  .bkf-site-footer .bkf-footer-logo { height: 82px; }
  .bkf-site-footer .bkf-footer-links a { padding-block: 7px; }
  .bkf-site-footer .bkf-footer-contact { min-height: 58px; }
}

@media (prefers-reduced-motion: reduce) {
  .bkf-site-footer *,
  .bkf-site-footer *::before,
  .bkf-site-footer *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Shared trust runner: keep every public page aligned with the homepage. */
.top-runner {
  height: 30px;
  overflow: hidden;
  background: linear-gradient(90deg, #c94312, #e8591a, #f27c22) !important;
  color: #fff !important;
  border: 0 !important;
}

.top-runner .runner-track {
  height: 100%;
  min-height: 30px;
  display: flex;
  align-items: center;
  width: max-content;
  color: #fff !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.top-runner .runner-track span,
.top-runner .runner-track b {
  color: #fff !important;
  opacity: 1;
}

.top-runner .runner-track span {
  white-space: nowrap;
  padding: 0 26px;
  border-right: 1px solid rgba(255, 255, 255, .35);
}

@media (max-width: 780px) {
  .top-runner,
  .top-runner .runner-track {
    height: 28px;
    min-height: 28px;
  }

  .top-runner .runner-track {
    font-size: 9px;
  }
}

/* Open-footer treatment: one flowing surface rather than a set of boxes. */
.bkf-site-footer{padding-block:34px 18px}.bkf-site-footer .bkf-footer-grid{gap:clamp(20px,2.5vw,38px);padding:20px 0 28px;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none}.bkf-site-footer .bkf-footer-brand-card,.bkf-site-footer .bkf-footer-column:not(.bkf-footer-contact-column){min-height:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;transform:none}.bkf-site-footer .bkf-footer-brand-card{padding-right:clamp(8px,1.3vw,24px)}.bkf-site-footer .bkf-footer-logo{width:min(100%,245px);height:78px;margin-bottom:14px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.bkf-site-footer .bkf-footer-column h3{margin-top:6px}.bkf-site-footer .bkf-footer-links{gap:6px}.bkf-site-footer .bkf-footer-links a{width:fit-content;padding:5px 0 5px 13px;border-radius:0;background:transparent}.bkf-site-footer .bkf-footer-links a:hover,.bkf-site-footer .bkf-footer-links a:focus-visible{background:transparent;transform:translateX(3px)}.bkf-site-footer .bkf-footer-contact-column{padding:0}.bkf-site-footer .bkf-footer-contact-list{gap:3px}.bkf-site-footer .bkf-footer-contact{min-height:0;padding:10px 0;border:0;border-bottom:1px solid rgba(255,255,255,.16);border-radius:0;background:transparent;box-shadow:none}.bkf-site-footer .bkf-footer-contact:last-child{border-bottom:0}.bkf-site-footer a.bkf-footer-contact:hover,.bkf-site-footer a.bkf-footer-contact:focus-visible{background:transparent;transform:translateX(3px);border-color:rgba(255,156,94,.72)}.bkf-site-footer .bkf-footer-contact-icon{width:34px;height:34px;border-radius:50%}.bkf-site-footer .bkf-footer-bottom{margin-top:0;padding:16px 0 0}@media(max-width:760px){.bkf-site-footer .bkf-footer-grid{gap:26px 20px;padding-block:12px 22px}.bkf-site-footer .bkf-footer-brand-card{padding-right:0}.bkf-site-footer .bkf-footer-logo{height:72px}}
/* Keep the original dark logo legible against the navy footer. */
.bkf-site-footer .bkf-footer-logo{height:76px;padding:4px 8px;border:0;border-radius:16px;background:radial-gradient(ellipse at center,rgba(255,255,255,.86) 0%,rgba(255,255,255,.34) 48%,rgba(255,255,255,0) 78%);box-shadow:0 7px 20px rgba(0,0,0,.12);object-fit:contain}
@media(max-width:760px){.bkf-site-footer .bkf-footer-logo{height:76px;padding:8px 12px}}

/* Premium shared footer finish — applied to every common site footer. */
.bkf-site-footer{
  padding-block:46px 22px;
  background:
    radial-gradient(circle at 9% 12%,rgba(244,102,38,.20),transparent 25%),
    radial-gradient(circle at 88% 4%,rgba(42,143,181,.18),transparent 29%),
    linear-gradient(125deg,#111b2a 0%,#072c46 52%,#061d30 100%);
  border-top:1px solid rgba(255,134,73,.72);
  box-shadow:inset 0 1px rgba(255,255,255,.08),0 -18px 44px rgba(10,29,45,.10);
}
.bkf-site-footer::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    linear-gradient(115deg,transparent 0 31%,rgba(255,255,255,.035) 31.1% 31.7%,transparent 31.8%),
    linear-gradient(295deg,transparent 0 72%,rgba(255,255,255,.026) 72.1% 72.6%,transparent 72.7%);
}
.bkf-site-footer .bkf-footer-inner{width:min(1240px,calc(100% - 44px))}
.bkf-site-footer .bkf-footer-grid{
  align-items:stretch;
  gap:clamp(16px,2vw,28px);
  padding:0 0 30px;
}
.bkf-site-footer .bkf-footer-brand-card{
  position:relative;
  padding:22px!important;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:24px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.115),rgba(255,255,255,.035))!important;
  box-shadow:inset 0 1px rgba(255,255,255,.12),0 18px 38px rgba(0,0,0,.14)!important;
}
.bkf-site-footer .bkf-footer-brand-card::after{
  content:"";
  position:absolute;
  right:-70px;
  bottom:-82px;
  width:180px;
  height:180px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(241,91,33,.25),transparent 68%);
  pointer-events:none;
}
.bkf-site-footer .bkf-footer-logo{
  width:min(100%,250px);
  height:82px;
  margin-bottom:17px;
  padding:6px 10px;
  border-radius:18px;
  background:radial-gradient(ellipse at center,rgba(255,255,255,.94),rgba(255,255,255,.30) 55%,transparent 78%);
}
.bkf-site-footer .bkf-footer-brand-card p{max-width:310px;color:#d5e0e9;font-size:12px;line-height:1.72}
.bkf-site-footer .bkf-footer-column:not(.bkf-footer-contact-column){padding:17px 8px!important}
.bkf-site-footer .bkf-footer-column h3{
  display:inline-block;
  margin:3px 0 17px;
  padding-bottom:9px;
  color:#fff;
  letter-spacing:-.015em;
}
.bkf-site-footer .bkf-footer-column h3::after{
  width:38px;
  height:3px;
  border-radius:99px;
  background:linear-gradient(90deg,#ff641c,#ffab72);
  box-shadow:0 0 14px rgba(255,100,28,.34);
}
.bkf-site-footer .bkf-footer-links a{
  padding:6px 8px 6px 17px;
  color:#d4dee7;
  border-radius:9px;
  transition:color .2s ease,background .2s ease,transform .2s ease;
}
.bkf-site-footer .bkf-footer-links a:hover,
.bkf-site-footer .bkf-footer-links a:focus-visible{
  color:#fff;
  background:rgba(255,255,255,.075);
  transform:translateX(5px);
}
.bkf-site-footer .bkf-footer-socials{gap:9px}
.bkf-site-footer .bkf-footer-socials a{
  width:43px;
  height:43px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:14px;
  box-shadow:inset 0 1px rgba(255,255,255,.28),0 10px 21px rgba(0,0,0,.22);
}
.bkf-site-footer .bkf-footer-socials a:hover,
.bkf-site-footer .bkf-footer-socials a:focus-visible{transform:translateY(-4px) scale(1.04);filter:saturate(1.12)}
.bkf-site-footer .bkf-footer-contact-column{
  align-self:stretch;
  padding:19px!important;
  border:1px solid rgba(255,255,255,.11);
  border-radius:22px;
  background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));
  box-shadow:inset 0 1px rgba(255,255,255,.09);
}
.bkf-site-footer .bkf-footer-contact{padding:11px 0}
.bkf-site-footer .bkf-footer-contact-icon{
  width:38px;
  height:38px;
  background:linear-gradient(145deg,#ff7b32,#e74b0c);
  box-shadow:inset 0 1px rgba(255,255,255,.3),0 9px 20px rgba(224,70,12,.28);
}
.bkf-site-footer .bkf-footer-bottom{
  min-height:58px;
  padding:12px 15px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  background:rgba(255,255,255,.055);
  box-shadow:inset 0 1px rgba(255,255,255,.08);
}
.bkf-site-footer .bkf-back-top{margin-right:0;background:rgba(255,255,255,.08)}
@media(max-width:1080px){
  .bkf-site-footer .bkf-footer-brand-card{grid-column:span 1}
  .bkf-site-footer .bkf-footer-contact-column{padding:17px!important}
}
@media(max-width:760px){
  .bkf-site-footer{padding-block:30px 16px}
  .bkf-site-footer .bkf-footer-inner{width:min(100% - 24px,620px)}
  .bkf-site-footer .bkf-footer-grid{gap:18px;padding-bottom:20px}
  .bkf-site-footer .bkf-footer-brand-card{padding:19px!important;text-align:center}
  .bkf-site-footer .bkf-footer-brand-card p{margin-inline:auto}
  .bkf-site-footer .bkf-footer-socials{justify-content:center}
  .bkf-site-footer .bkf-footer-column:not(.bkf-footer-contact-column),
  .bkf-site-footer .bkf-footer-contact-column{padding:17px!important}
  .bkf-site-footer .bkf-footer-bottom{align-items:center;padding:15px;text-align:center}
  .bkf-site-footer .bkf-footer-policy{justify-content:center}
  .bkf-site-footer .bkf-back-top{align-self:center}
}

/* Final mobile footer guard.
   Keep this last so later premium desktop rules cannot restore wide columns. */
@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  .bkf-site-footer .bkf-footer-inner {
    width: calc(100% - 28px);
    max-width: 620px;
  }

  .bkf-site-footer .bkf-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    min-width: 0;
  }

  .bkf-site-footer .bkf-footer-brand-card,
  .bkf-site-footer .bkf-footer-contact-column {
    grid-column: 1 / -1;
    min-width: 0;
  }

  .bkf-site-footer .bkf-footer-column,
  .bkf-site-footer .bkf-footer-links,
  .bkf-site-footer .bkf-footer-contact-list,
  .bkf-site-footer .bkf-footer-contact,
  .bkf-site-footer .bkf-footer-contact > span:last-child {
    min-width: 0;
    max-width: 100%;
  }

  .bkf-site-footer .bkf-footer-contact-list {
    grid-template-columns: 1fr;
  }

  .bkf-site-footer .bkf-footer-contact strong {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .bkf-site-footer .bkf-footer-bottom {
    width: 100%;
    min-height: 0;
    gap: 12px;
  }

  /* Keep floating controls useful without covering footer information. */
  body > .wa-float,
  .wa-float {
    right: 12px !important;
    bottom: 12px !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 !important;
    justify-content: center !important;
    border-radius: 50% !important;
  }

  .wa-float .wa-label {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .bkf-site-footer .bkf-footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .bkf-site-footer .bkf-footer-brand-card,
  .bkf-site-footer .bkf-footer-contact-column {
    grid-column: auto;
  }

  .bkf-site-footer .bkf-footer-column:not(.bkf-footer-contact-column),
  .bkf-site-footer .bkf-footer-contact-column,
  .bkf-site-footer .bkf-footer-brand-card {
    width: 100%;
  }
}
