:root {
  --br-white: #ffffff;
  --br-blue: #0057b8;
  --br-blue-dark: #003f88;
  --br-blue-soft: #eaf3ff;
  --br-footer: #061f3f;
  --br-footer-dark: #04162d;
  --br-text-light: #eaf3ff;
  --br-muted-light: rgba(234, 243, 255, 0.78);
  --br-border-light: rgba(255, 255, 255, 0.14);
  --br-glass: rgba(255, 255, 255, 0.07);
}

html,
body {
  overflow-x: hidden;
}

/* Astra footer replacement: hide the default Astra footer when auto mode is enabled. */
body.brpf-replace-astra-footer #colophon,
body.brpf-replace-astra-footer footer.site-footer:not(.br-footer),
body.brpf-replace-astra-footer .site-footer:not(.br-footer),
body.brpf-replace-astra-footer .site-primary-footer-wrap,
body.brpf-replace-astra-footer .site-below-footer-wrap,
body.brpf-replace-astra-footer .site-above-footer-wrap,
body.brpf-replace-astra-footer .ast-footer-overlay,
body.brpf-replace-astra-footer .ast-builder-footer-grid-columns,
body.brpf-replace-astra-footer .ast-footer-copyright,
body.brpf-replace-astra-footer [data-section="section-footer-builder"] {
  display: none !important;
}

.br-footer,
.br-footer * {
  box-sizing: border-box;
}

.br-footer {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: radial-gradient(circle at 18% 18%, rgba(0, 87, 184, 0.35), transparent 28%), var(--br-footer);
  color: var(--br-text-light);
  font-family: "Inter", "Montserrat", Arial, sans-serif;
  overflow: hidden;
}

.br-footer a {
  text-decoration: none;
}

.br-footer svg {
  width: 18px;
  height: 18px;
  display: block;
}

.br-footer-top-strip {
  width: 100%;
  background: linear-gradient(135deg, var(--br-blue), var(--br-blue-dark));
  color: #ffffff;
}

.br-footer-top-strip-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  font-weight: 800;
}

.br-footer-top-strip a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
}

.br-footer-main {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 28px 44px;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.28fr;
  gap: 48px;
}

.br-footer-logo {
  display: inline-block;
  margin-bottom: 18px;
  text-decoration: none;
}

.br-footer-logo img {
  max-width: 150px;
  height: auto;
  display: block;
}

.br-footer-logo-text {
  font-size: 30px;
  font-weight: 950;
  color: #ffffff;
  letter-spacing: -0.7px;
  line-height: 1;
}

.br-footer-logo-text span {
  color: #7bbcff;
}

.br-footer-tagline {
  display: block;
  margin-top: 8px;
  color: var(--br-muted-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.br-footer-about {
  color: var(--br-muted-light);
  line-height: 1.8;
  font-size: 14px;
  max-width: 380px;
  margin: 0 0 24px;
}

.br-footer-title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px;
}

.br-footer-links,
.br-footer-links ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.br-footer-links li {
  margin-bottom: 12px;
}

.br-footer-links a {
  color: var(--br-muted-light);
  text-decoration: none;
  font-size: 14px;
  transition: 0.25s ease;
}

.br-footer-links a:hover {
  color: #ffffff;
  padding-left: 4px;
}

.br-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.br-socials a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04));
  text-decoration: none;
  transition: 0.25s ease;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 12px 26px rgba(0, 0, 0, 0.12);
}

.br-socials a:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--br-blue);
  transform: translateY(-2px);
}

.br-socials svg {
  width: 18px;
  height: 18px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.br-contact-clean-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.br-contact-block {
  margin: 0;
}

.br-contact-label {
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.4;
  margin: 0 0 10px;
}

.br-contact-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--br-muted-light);
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 8px;
  text-decoration: none;
}

.br-contact-line:hover {
  color: #ffffff;
}

.br-contact-line span:last-child {
  min-width: 0;
}

.br-contact-address {
  max-width: 260px;
}

.br-contact-mini-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  margin-top: -3px;
}

.br-contact-mini-icon svg {
  width: 15px;
  height: 15px;
}

.br-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 18px;
  padding: 13px 22px;
  background: #ffffff;
  color: var(--br-blue);
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 950;
  transition: 0.25s ease;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.br-whatsapp-btn svg {
  width: 18px;
  height: 18px;
}

.br-whatsapp-btn:hover {
  background: var(--br-blue-soft);
  color: var(--br-blue-dark);
  transform: translateY(-1px);
}

.br-delivery-box {
  margin-top: 20px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--br-border-light);
}

.br-delivery-box strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 6px;
}

.br-delivery-box span {
  display: block;
  color: var(--br-muted-light);
  font-size: 13px;
  line-height: 1.6;
}

.br-footer-bottom {
  width: 100%;
  border-top: 1px solid var(--br-border-light);
  background: var(--br-footer-dark);
}

.br-footer-bottom-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.br-copyright {
  color: rgba(234, 243, 255, 0.68);
  font-size: 13px;
  margin: 0;
}

.br-policy-links,
.br-policy-links ul {
  display: flex;
  align-items: center;
  gap: 18px;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.br-policy-links a {
  color: rgba(234, 243, 255, 0.68);
  text-decoration: none;
  font-size: 13px;
  transition: 0.25s ease;
}

.br-policy-links a:hover {
  color: #ffffff;
}

@media (max-width: 1024px) {
  .br-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 38px;
    padding: 58px 24px 38px;
  }

  .br-footer-top-strip-inner {
    padding: 14px 24px;
  }
}

@media (max-width: 767px) {
  .br-footer-top-strip-inner {
    flex-direction: column;
    text-align: center;
    gap: 8px;
    padding: 14px 18px;
    font-size: 13px;
  }

  .br-footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 46px 20px 34px;
  }

  .br-footer-title {
    margin-bottom: 14px;
  }

  .br-footer-links li {
    margin-bottom: 10px;
  }

  .br-footer-bottom-inner {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .br-policy-links,
  .br-policy-links ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }
}
