/* BRT homepage minimal/modern overrides.
   Targets only the homepage to avoid breaking other pages.
   Brand palette matches logo: navy + sky blue + white. */

body.brt-home {
  --brt-navy: #1a2b4c;
  --brt-navy-deep: #121d33;
  --brt-sky: #5eb4e8;
  --brt-sky-deep: #3a9ad4;
  --brt-sky-soft: rgba(94, 180, 232, 0.14);
  --brt-surface: #f2f7fb;
  --brt-text: var(--brt-navy);
  --brt-text-muted: rgba(26, 43, 76, 0.58);
  background: var(--brt-surface);
  color: var(--brt-text);
  font-family: "DM Sans", "Overpass", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-feature-settings: "kern" 1;
}

body.brt-home .ftco_navbar {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  background: rgba(0, 0, 0, 0.52) !important;
  backdrop-filter: blur(8px);
}

body.brt-home .navbar-brand img.logo-img {
  height: 68px;
  width: auto;
  max-width: 235px;
  display: block;
  border-radius: 16px;
  background: #ffffff;
  padding: 6px 10px;
  box-sizing: border-box;
  object-fit: contain;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Logo without "white pill" on the blue topbar */
body.brt-home .brt-topbar img.logo-img {
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  max-width: 260px;
  height: 60px;
}

@media (min-width: 992px) {
  body.brt-home .brt-topbar img.logo-img {
    height: 72px;
    max-width: 300px;
  }
}

/* Hero */
body.brt-home .hero-wrap.brt-hero {
  position: relative;
  min-height: 54vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

body.brt-home .hero-wrap.brt-hero .hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("../images/bg_3.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
  filter: saturate(1.05);
}

body.brt-home .hero-wrap.brt-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(26, 43, 76, 0.92) 0%,
    rgba(26, 43, 76, 0.45) 55%,
    rgba(26, 43, 76, 0.88) 100%
  );
}

body.brt-home .hero-wrap.brt-hero .container {
  position: relative;
  z-index: 1;
}

body.brt-home .hero-wrap.brt-hero h1 {
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: clamp(1.4rem, 2.6vw, 2.25rem);
  margin-bottom: 0.9rem !important;
}

body.brt-home .hero-wrap.brt-hero .hero-subtitle {
  font-size: 1rem;
  max-width: 62ch;
  margin: 0 auto 1.6rem !important;
  opacity: 0.98;
}

body.brt-home .btn-brt {
  border-radius: 999px;
  padding: 0.7rem 1.35rem;
  font-weight: 700;
}

body.brt-home .btn-brt-primary {
  background: var(--brt-sky);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

body.brt-home .btn-brt-outline {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

/* Compact spacing */
body.brt-home .ftco-section {
  padding-top: 2.35rem;
  padding-bottom: 2.35rem;
}

body.brt-home #section-counter.ftco-counter.ftco-intro {
  padding-top: 1.9rem;
  padding-bottom: 1.9rem;
}

body.brt-home section.ftco-section.bg-light {
  background: #fbfdff !important;
}

body.brt-home .heading-section h2 {
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--brt-navy);
}

/* Footer — modern compact (homepage) */
body.brt-home footer.brt-home-footer.ftco-footer {
  position: relative;
  background: var(--brt-navy) !important;
  background-image: none !important;
  padding-top: clamp(2rem, 4vw, 2.75rem) !important;
  padding-bottom: clamp(1.25rem, 3vw, 1.75rem) !important;
}

body.brt-home footer.brt-home-footer .overlay {
  background: linear-gradient(
    180deg,
    rgba(26, 43, 76, 0.97) 0%,
    rgba(18, 30, 52, 0.98) 100%
  ) !important;
  opacity: 1 !important;
}

body.brt-home footer.brt-home-footer .brt-footer-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
}

body.brt-home footer.brt-home-footer .brt-footer-main {
  margin-bottom: 0 !important;
  padding-bottom: clamp(1.35rem, 3vw, 1.85rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.brt-home footer.brt-home-footer .brt-footer-heading {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.8125rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.65rem !important;
  color: rgba(255, 255, 255, 0.95) !important;
}

body.brt-home footer.brt-home-footer .brt-footer-heading::after {
  display: none !important;
}

body.brt-home footer.brt-home-footer .brt-footer-about-text {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.62) !important;
}

body.brt-home footer.brt-home-footer .brt-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0 !important;
}

body.brt-home footer.brt-home-footer .brt-footer-social li {
  margin: 0 !important;
}

body.brt-home footer.brt-home-footer .brt-footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff !important;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.brt-home footer.brt-home-footer .brt-footer-social a:hover {
  background: rgba(94, 180, 232, 0.18);
  border-color: rgba(94, 180, 232, 0.35);
  transform: translateY(-2px);
}

body.brt-home footer.brt-home-footer .brt-footer-social a span {
  font-size: 1.05rem;
}

body.brt-home footer.brt-home-footer .brt-footer-blog {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

body.brt-home footer.brt-home-footer .brt-footer-blog-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.55rem;
  margin: 0;
  border-radius: 12px;
  text-decoration: none !important;
  color: inherit !important;
  transition: background 0.2s ease;
}

body.brt-home footer.brt-home-footer .brt-footer-blog-item:hover {
  background: rgba(255, 255, 255, 0.05);
}

body.brt-home footer.brt-home-footer .brt-footer-blog-thumb {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

body.brt-home footer.brt-home-footer .brt-footer-blog-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

body.brt-home footer.brt-home-footer .brt-footer-blog-title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.95) !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
}

body.brt-home footer.brt-home-footer .brt-footer-blog-date {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45) !important;
}

body.brt-home footer.brt-home-footer .brt-footer-blog-cta {
  display: inline-flex;
  margin-top: 0.65rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--brt-sky) !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

body.brt-home footer.brt-home-footer .brt-footer-blog-cta:hover {
  color: #ffffff !important;
}

body.brt-home footer.brt-home-footer .brt-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

body.brt-home footer.brt-home-footer .brt-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.875rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.7) !important;
}

body.brt-home footer.brt-home-footer .brt-footer-contact-link {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

body.brt-home footer.brt-home-footer .brt-footer-contact-link:hover {
  color: var(--brt-sky) !important;
}

body.brt-home footer.brt-home-footer .brt-footer-contact-icon {
  flex-shrink: 0;
  margin-top: 0.15rem;
  font-size: 1rem;
  color: var(--brt-sky);
  opacity: 0.95;
}

body.brt-home footer.brt-home-footer .brt-footer-contact-body {
  word-break: break-word;
}

body.brt-home footer.brt-home-footer .brt-footer-bottom {
  padding-top: clamp(1rem, 2.5vw, 1.35rem);
  margin-top: 0;
  border-top: none;
}

body.brt-home footer.brt-home-footer .brt-footer-copy {
  font-size: 0.8125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.48) !important;
}

body.brt-home footer.brt-home-footer .brt-footer-heart {
  color: var(--brt-sky);
  margin: 0 0.2rem;
}

body.brt-home footer.brt-home-footer .brt-footer-credit {
  color: rgba(255, 255, 255, 0.75) !important;
  font-weight: 600;
  text-decoration: none !important;
}

body.brt-home footer.brt-home-footer .brt-footer-credit:hover {
  color: var(--brt-sky) !important;
}

body.brt-home footer.ftco-footer .list-unstyled a.py-2 {
  padding-top: 0.35rem !important;
  padding-bottom: 0.35rem !important;
  font-size: 0.92rem;
}

/* Language buttons */
.brt-lang-switch {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.brt-lang-btn {
  border-radius: 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  padding: 0.25rem 0.6rem;
  font-weight: 900;
  font-size: 0.86rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.brt-lang-btn[aria-pressed="true"] {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.35);
  color: #ffffff;
}

.brt-lang-btn-icon {
  display: block;
  color: #ffffff;
  opacity: 0.95;
}

/* Dropdown toggle */
.brt-lang-toggle {
  border-radius: 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  padding: 0.25rem 0.65rem;
  font-weight: 900;
  font-size: 0.86rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  cursor: pointer;
}

.brt-lang-toggle:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.22);
}

.brt-lang-toggle-icon {
  display: inline-flex;
  color: #ffffff;
  opacity: 0.95;
}

.brt-lang-toggle-caret {
  display: inline-flex;
  color: #ffffff;
  opacity: 0.75;
  font-size: 0.75rem;
  position: relative;
  top: -1px;
}

/* Dropdown menu */
.brt-lang-menu {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background: #ffffff;
  border: 1px solid rgba(26, 43, 76, 0.12);
  border-radius: 12px;
  padding: 8px;
  min-width: 92px;
  box-shadow: 0 18px 50px rgba(26, 43, 76, 0.12);
  z-index: 50;
}

.brt-lang-switch.open .brt-lang-menu {
  display: block;
}

.brt-lang-menu .brt-lang-btn {
  width: 100%;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 0.5rem 0.65rem;
  border-radius: 10px;
  font-size: 0.88rem;
  gap: 0;
  color: var(--brt-navy);
}

.brt-lang-menu .brt-lang-btn[aria-pressed="true"] {
  background: rgba(26, 43, 76, 0.10);
}

/* Header (2-bar: blue topbar + compact menu bar) */
body.brt-home .brt-header {
  position: sticky;
  top: 0;
  z-index: 20;
}

body.brt-home .brt-topbar {
  --brt-topbar-control-h: 2rem;
  --brt-topbar-icon-sz: 14px;
  background: var(--brt-navy);
  color: #fff;
  padding: 8px 0;
}

body.brt-home .brt-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.brt-home .brt-topbar-right {
  display: flex;
  align-items: center;
  gap: 14px;
}

body.brt-home .brt-topbar .brt-brand {
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
}

body.brt-home .brt-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: var(--brt-topbar-control-h);
  padding: 0.1rem 0.55rem 0.1rem 0.28rem;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.03em;
  white-space: nowrap;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

body.brt-home .brt-phone:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  color: #fff;
  text-decoration: none;
}

body.brt-home .brt-phone:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(94, 180, 232, 0.45);
}

body.brt-home .brt-topbar .brt-phone-icon-wrap,
body.brt-home .brt-topbar .brt-lang-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--brt-topbar-control-h);
  height: var(--brt-topbar-control-h);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  flex-shrink: 0;
}

body.brt-home .brt-topbar .brt-phone-icon,
body.brt-home .brt-topbar .brt-lang-toggle-icon {
  width: var(--brt-topbar-icon-sz);
  height: var(--brt-topbar-icon-sz);
  display: block;
  color: #ffffff;
  opacity: 0.98;
}

body.brt-home .brt-topbar .brt-lang-toggle {
  min-height: var(--brt-topbar-control-h);
  padding: 0.1rem 0.5rem 0.1rem 0.28rem;
  gap: 0.35rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.03em;
  box-sizing: border-box;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body.brt-home .brt-topbar .brt-lang-toggle:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

body.brt-home .brt-topbar .brt-lang-toggle:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(94, 180, 232, 0.45);
}

body.brt-home .brt-lang-icon {
  opacity: 0.95;
  color: #ffffff;
}

body.brt-home .brt-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

body.brt-home .brt-navbarbar .container {
  background: linear-gradient(180deg, #ffffff 0%, #eef5fb 100%);
  border-radius: 12px;
  box-shadow: 0 6px 22px rgba(26, 43, 76, 0.07);
  border: 1px solid rgba(94, 180, 232, 0.12);
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}

body.brt-home .brt-navbarbar {
  margin-top: -10px; /* overlaps the hero like the reference */
  padding-bottom: 6px;
}

body.brt-home .brt-nav .navbar-nav {
  align-items: center;
  flex-wrap: nowrap;
}

body.brt-home .brt-nav .nav-link {
  font-weight: 600;
  color: var(--brt-navy) !important;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  padding-left: 0.55rem;
  padding-right: 0.55rem;
  border-radius: 8px;
  white-space: nowrap;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: clamp(0.65rem, 0.68rem + 0.12vw, 0.7rem);
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}

body.brt-home .brt-nav .nav-item.active .nav-link {
  background: var(--brt-sky-soft);
  color: var(--brt-navy) !important;
}

body.brt-home .brt-nav .nav-link:hover {
  background: var(--brt-sky-soft);
  color: var(--brt-navy) !important;
}

body.brt-home .brt-nav .brt-dropdown-indicator::after {
  content: "▾";
  font-size: 0.5rem;
  margin-left: 4px;
  opacity: 0.55;
  position: relative;
  top: -0.5px;
}

body.brt-home .brt-nav .navbar-toggler {
  border: 0;
  padding: 0.35rem 0.6rem;
  border-radius: 12px;
  background: rgba(26, 43, 76, 0.08);
}

body.brt-home .brt-nav .navbar-toggler:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.20);
}

/* (kept) Topbar FR/TR buttons styling is handled by the generic .brt-lang-btn */

/* Responsive */
@media (max-width: 991.98px) {
  body.brt-home .brt-topbar-inner {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
  }

  body.brt-home .brt-topbar-right {
    width: auto;
    justify-content: center;
    gap: 10px;
    order: 2;
    flex: 1;
  }

  /* Move menu (hamburger) to the right side */
  body.brt-home .brt-drawer-toggle {
    order: 3;
  }

  body.brt-home .brt-brand {
    order: 1;
  }

  /* Compact topbar content */
  body.brt-home .brt-phone-text {
    display: none;
  }

  /* Remove phone icon on tablet/mobile */
  body.brt-home .brt-phone {
    display: none;
  }

  body.brt-home .brt-drawer-toggle {
    display: inline-flex;
  }

  /* Larger, clearer logo on phone / tablet (topbar) */
  body.brt-home .brt-topbar .brt-brand img.logo-img {
    height: clamp(62px, 20vw, 80px);
    max-width: min(300px, 88vw);
    width: auto;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    object-fit: contain;
    object-position: left center;
  }

  .brt-lang-toggle {
    padding: 0.25rem 0.55rem;
  }

  .brt-lang-menu {
    min-width: 86px;
    top: calc(100% + 8px);
  }

  body.brt-home .brt-navbarbar .container {
    border-radius: 0;
    box-shadow: none;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  body.brt-home .brt-nav .navbar-nav {
    flex-wrap: wrap;
    row-gap: 2px;
  }

  body.brt-home .brt-nav .nav-link {
    white-space: normal;
    width: 100%;
    text-align: center;
  }
}

/* Drawer menu (full height from right) */
body.brt-home #brt-nav-collapse {
  position: relative;
}

/* Hide drawer close button by default (desktop/web) */
body.brt-home .brt-drawer-close {
  display: none;
}

@media (max-width: 991.98px) {
  body.brt-home .brt-navbarbar {
    padding: 0;
    margin-top: 0;
  }

  body.brt-home .brt-navbarbar .container {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }

  body.brt-home .brt-nav .navbar-nav {
    margin-top: 10px;
  }

  body.brt-home .brt-drawer-toggle {
    border: 0;
  }

  body.brt-home .brt-drawer-top {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 8px;
    margin-bottom: 2px;
    border-bottom: 1px solid rgba(26, 43, 76, 0.07);
  }

  body.brt-home #brt-nav-collapse {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: min(300px, 88vw);
    max-width: 100%;
    background: #f6f8fc;
    z-index: 70;
    padding: 12px 12px 18px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.25s ease;
    -webkit-overflow-scrolling: touch;
    box-shadow: -8px 0 32px rgba(26, 43, 76, 0.12);
  }

  body.brt-home #brt-nav-collapse.show {
    transform: translateX(0);
  }

  /* Drawer menu — compact, minimalist */
  body.brt-home #brt-nav-collapse .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    margin-top: 8px;
  }

  body.brt-home #brt-nav-collapse .nav-item {
    width: 100%;
    display: block;
  }

  body.brt-home #brt-nav-collapse .nav-link {
    width: 100%;
    text-align: left;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.25;
    padding: 0.5rem 0.65rem !important;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(26, 43, 76, 0.08);
    color: var(--brt-navy) !important;
  }

  body.brt-home #brt-nav-collapse .nav-link:hover,
  body.brt-home #brt-nav-collapse .nav-item.active .nav-link {
    background: rgba(26, 43, 76, 0.08);
    border-color: rgba(26, 43, 76, 0.20);
  }

  body.brt-home #brt-nav-collapse .brt-dropdown-indicator::after {
    opacity: 0.75;
  }

  body.brt-home .brt-drawer-close {
    display: block;
    border: 0;
    background: rgba(26, 43, 76, 0.06);
    color: var(--brt-navy);
    width: 34px;
    height: 34px;
    border-radius: 8px;
    font-size: 20px;
    line-height: 32px;
    cursor: pointer;
  }

  body.brt-home .brt-nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 65;
  }

  body.brt-home.brt-drawer-open .brt-nav-overlay {
    opacity: 1;
    pointer-events: auto;
  }
}

/* Drawer toggle base style */
body.brt-home .brt-drawer-toggle {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  padding: 0.35rem 0.55rem;
  color: #ffffff;
  cursor: pointer;
}

body.brt-home .brt-drawer-toggle:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.22);
}

/* Hide drawer toggle on desktop */
@media (min-width: 992px) {
  body.brt-home .brt-drawer-toggle {
    display: none;
  }
}

@media (max-width: 575.98px) {
  body.brt-home .brt-nav .nav-link {
    font-size: clamp(0.62rem, 2.9vw, 0.7rem);
  }

  body.brt-home #brt-nav-collapse .nav-link {
    font-size: 0.72rem;
    padding: 0.45rem 0.55rem !important;
  }

  .brt-lang-toggle-caret {
    top: -2px;
  }

  body.brt-home #section-counter.ftco-counter.ftco-intro .row.no-gutters {
    margin-left: 0;
    margin-right: 0;
  }

  body.brt-home #section-counter.ftco-counter.ftco-intro .row.no-gutters > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }

  body.brt-home #section-counter.ftco-counter.ftco-intro .counter-wrap {
    margin-bottom: 10px;
  }

  body.brt-home #section-counter.ftco-counter.ftco-intro .counter-wrap:last-child {
    margin-bottom: 0;
  }
}

/* Nos actions — image-forward cards, compact minimalist */
body.brt-home section.ftco-section.bg-light.brt-actions-section {
  background: var(--brt-surface) !important;
  padding-top: clamp(1.85rem, 4vw, 2.65rem) !important;
  padding-bottom: clamp(1.85rem, 3vw, 2.25rem) !important;
}

body.brt-home .brt-actions-section .brt-actions-inner {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(12px, 3vw, 28px);
  padding-right: clamp(12px, 3vw, 28px);
}

body.brt-home .brt-actions-section .brt-actions-heading-row {
  margin-bottom: 1.1rem;
}

body.brt-home .brt-actions-section .brt-actions-title {
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--brt-navy);
}

body.brt-home .brt-actions-section .brt-actions-lead {
  font-size: 0.8rem;
  line-height: 1.4;
  color: rgba(26, 43, 76, 0.5);
}

body.brt-home .brt-actions-section .carousel-cause.owl-carousel .owl-stage-outer {
  padding-bottom: 0.35rem;
}

body.brt-home .brt-actions-section .brt-action-card.cause-entry {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(26, 43, 76, 0.06);
  background: #ffffff !important;
  box-shadow: 0 8px 28px rgba(26, 43, 76, 0.05) !important;
  transition: box-shadow 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
}

body.brt-home .brt-actions-section .brt-action-card.cause-entry:hover {
  box-shadow: 0 14px 40px rgba(26, 43, 76, 0.1) !important;
  border-color: rgba(94, 180, 232, 0.25);
  transform: translateY(-3px);
}

body.brt-home .brt-actions-section .brt-action-card__media.img {
  display: block;
  height: 228px;
  background-size: cover;
  background-position: center;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body.brt-home .brt-actions-section .brt-action-card:hover .brt-action-card__media.img {
  transform: scale(1.04);
}

@media (min-width: 768px) {
  body.brt-home .brt-actions-section .brt-action-card__media.img {
    height: 252px;
  }
}

@media (min-width: 1200px) {
  body.brt-home .brt-actions-section .brt-action-card__media.img {
    height: 268px;
  }
}

/* Remove template overlap; card body is a single column with uniform gap */
body.brt-home .brt-actions-section .brt-action-card .text {
  margin-top: 0 !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: transparent !important;
}

body.brt-home .brt-actions-section .brt-action-card__body {
  padding: 0.65rem 0.85rem 0.75rem;
}

body.brt-home .brt-actions-section .brt-action-card__title {
  margin: 0;
  font-size: 0.93rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

body.brt-home .brt-actions-section .brt-action-card__title a {
  color: var(--brt-navy);
  text-decoration: none;
  transition: color 0.2s ease;
}

body.brt-home .brt-actions-section .brt-action-card__title a:hover {
  color: var(--brt-sky-deep);
}

body.brt-home .brt-actions-section .brt-actions-carousel .owl-nav {
  margin-top: 0.75rem;
}

body.brt-home .brt-actions-section .brt-actions-carousel .owl-nav button {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #ffffff !important;
  border: 1px solid rgba(26, 43, 76, 0.08) !important;
  box-shadow: 0 3px 12px rgba(26, 43, 76, 0.05);
  color: var(--brt-navy) !important;
  opacity: 1;
}

body.brt-home .brt-actions-section .brt-actions-carousel .owl-nav button:hover {
  background: var(--brt-sky) !important;
  color: #fff !important;
  border-color: var(--brt-sky-deep) !important;
}

/* Hero carousel (images + optional modal video) */
body.brt-home .brt-hero-carousel-section {
  padding-top: 0;
  padding-bottom: 10px;
}

body.brt-home .brt-hero-carousel-section > .container {
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

body.brt-home .brt-hero-carousel-frame {
  border-radius: 18px;
  overflow: hidden;
  background: var(--brt-navy-deep);
  box-shadow: 0 16px 48px rgba(26, 43, 76, 0.22);
  width: 100%;
}

body.brt-home .brt-hero-carousel .owl-stage-outer {
  overflow: hidden;
}

body.brt-home .brt-hero-slide {
  position: relative;
  height: clamp(360px, 52vw, 520px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.brt-home .brt-hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}

body.brt-home .brt-hero-carousel .owl-nav {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

body.brt-home .brt-hero-carousel .owl-nav button {
  pointer-events: auto;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.14) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.20);
  color: #fff !important;
  display: grid;
  place-items: center;
  margin: 0 54px;
}

body.brt-home .brt-hero-carousel .brt-hero-nav-icon {
  font-size: 18px;
  line-height: 1;
}

/* CTA + optional video trigger */
body.brt-home .brt-hero-slide-bottom {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 82px;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
}

body.brt-home .brt-hero-slide-bottom--cta-only {
  justify-content: flex-start;
}

body.brt-home .brt-hero-slide-cta {
  position: relative;
  left: auto;
  bottom: auto;
}

body.brt-home .brt-hero-cta-btn {
  border-radius: 999px;
  font-weight: 800;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

body.brt-home .brt-hero-cta-btn-primary {
  background: var(--brt-sky) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
}

body.brt-home .brt-hero-cta-btn-outline {
  background: rgba(26, 43, 76, 0.4) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.38) !important;
}

body.brt-home .brt-hero-video-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.85rem;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.brt-home .brt-hero-video-trigger:hover {
  background: rgba(94, 180, 232, 0.25);
  border-color: rgba(94, 180, 232, 0.55);
  transform: translateY(-1px);
}

body.brt-home .brt-hero-video-trigger:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(94, 180, 232, 0.45);
}

body.brt-home .brt-hero-video-trigger-icon {
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

@media (max-width: 991.98px) {
  body.brt-home .brt-hero-slide-bottom {
    left: 14px;
    right: 14px;
    bottom: 52px;
    flex-direction: column;
    align-items: stretch;
  }

  body.brt-home .brt-hero-slide-bottom:not(.brt-hero-slide-bottom--cta-only) .brt-hero-video-trigger {
    align-self: flex-start;
  }

  body.brt-home .brt-hero-cta-btn {
    padding: 0.48rem 0.9rem;
    font-size: 0.82rem;
  }
}

/* Hero video modal */
body.brt-hero-modal-open {
  overflow: hidden;
}

body.brt-home .brt-hero-modal[hidden] {
  display: none !important;
}

body.brt-home .brt-hero-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 3vw, 24px);
}

body.brt-home .brt-hero-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 18, 30, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

body.brt-home .brt-hero-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  border-radius: 14px;
  overflow: hidden;
  background: #0c121f;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

body.brt-home .brt-hero-modal-video {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  max-height: min(70vh, 520px);
  background: #000;
}

body.brt-home .brt-hero-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

body.brt-home .brt-hero-modal-close:hover {
  background: rgba(94, 180, 232, 0.45);
}

body.brt-home .brt-hero-modal-close:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(94, 180, 232, 0.5);
}

/* Counter overlay on bottom of hero */
body.brt-home #section-counter.ftco-counter.ftco-intro {
  margin-top: -56px !important;
}

/* Make the counter overlay look like part of the hero frame */
body.brt-home #section-counter.ftco-counter.ftco-intro {
  position: relative;
  z-index: 10;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0 0 18px 18px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  body.brt-home .brt-hero-carousel-section {
    padding-top: 10px;
  }

  body.brt-home .brt-hero-carousel .owl-nav button {
    width: 36px;
    height: 36px;
    margin: 0 10px;
  }

  body.brt-home #section-counter.ftco-counter.ftco-intro {
    margin-top: -56px !important;
  }
}

/* Space between stats strip and « Nos actions » (counter section uses padding-bottom: 0 above) */
body.brt-home #section-counter.brt-stats-strip.ftco-counter.ftco-intro {
  padding-bottom: clamp(1.75rem, 4.5vw, 3rem) !important;
}

/* Counter strip — single glass panel, compact minimalist */
body.brt-home #section-counter.brt-stats-strip.ftco-counter.ftco-intro .brt-stats-panel {
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.86);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 20px 50px rgba(26, 43, 76, 0.12);
}

body.brt-home #section-counter.brt-stats-strip.ftco-counter.ftco-intro .brt-stats-cell {
  width: 100%;
  padding: 1.1rem 1.35rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--brt-navy);
}

body.brt-home #section-counter.brt-stats-strip.ftco-counter.ftco-intro .brt-stats-cell--stat {
  align-items: flex-start;
  text-align: left;
  background: linear-gradient(135deg, rgba(26, 43, 76, 0.04) 0%, rgba(26, 43, 76, 0.01) 100%);
}

@media (min-width: 768px) {
  body.brt-home #section-counter.brt-stats-strip.ftco-counter.ftco-intro .brt-stats-cell--cta {
    border-left: 1px solid rgba(26, 43, 76, 0.08);
  }
}

@media (max-width: 767.98px) {
  body.brt-home #section-counter.brt-stats-strip.ftco-counter.ftco-intro .counter-wrap:not(:last-child) .brt-stats-cell {
    border-bottom: 1px solid rgba(26, 43, 76, 0.08);
  }
}

body.brt-home #section-counter.brt-stats-strip.ftco-counter.ftco-intro .brt-stats-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(26, 43, 76, 0.55);
  margin-bottom: 0.35rem;
}

body.brt-home #section-counter.brt-stats-strip.ftco-counter.ftco-intro .brt-stats-value {
  display: block;
  font-size: clamp(2rem, 4vw, 2.65rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--brt-sky-deep);
}

body.brt-home #section-counter.brt-stats-strip.ftco-counter.ftco-intro .brt-stats-note {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(26, 43, 76, 0.52);
  max-width: 16rem;
}

body.brt-home #section-counter.brt-stats-strip.ftco-counter.ftco-intro .brt-stats-cta-heading {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 0.45rem 0;
  color: var(--brt-navy);
}

body.brt-home #section-counter.brt-stats-strip.ftco-counter.ftco-intro .brt-stats-cta-text {
  font-size: 0.8125rem;
  line-height: 1.45;
  margin: 0 0 0.65rem 0;
  color: rgba(26, 43, 76, 0.62);
}

body.brt-home #section-counter.brt-stats-strip.ftco-counter.ftco-intro .brt-stats-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--brt-navy);
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(26, 43, 76, 0.35);
  transition: color 0.2s ease, border-color 0.2s ease, gap 0.2s ease;
}

body.brt-home #section-counter.brt-stats-strip.ftco-counter.ftco-intro .brt-stats-link::after {
  content: "→";
  font-size: 0.95em;
  opacity: 0.75;
  transition: transform 0.2s ease;
}

body.brt-home #section-counter.brt-stats-strip.ftco-counter.ftco-intro .brt-stats-link:hover {
  color: var(--brt-sky-deep);
  border-bottom-color: rgba(58, 154, 212, 0.65);
}

body.brt-home #section-counter.brt-stats-strip.ftco-counter.ftco-intro .brt-stats-link:hover::after {
  transform: translateX(3px);
}

/* Bureau / leaders — refined cards */
body.brt-home .brt-leaders-section {
  padding-top: clamp(2.5rem, 5vw, 3rem) !important;
  padding-bottom: clamp(2.5rem, 5vw, 3rem) !important;
  background: linear-gradient(180deg, #f7fbfe 0%, #fbfdff 45%, #f5f9fc 100%) !important;
}

body.brt-home .brt-leaders-section .brt-leaders-heading-row {
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

body.brt-home .brt-leaders-section .brt-leaders-title {
  position: relative;
  display: inline-block;
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  color: var(--brt-navy);
}

body.brt-home .brt-leaders-section .brt-leaders-title::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3px;
  margin: 0.65rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brt-sky) 0%, var(--brt-sky-deep) 100%);
  opacity: 0.95;
}

body.brt-home .brt-leaders-section .brt-leaders-lead {
  margin-top: 0.85rem;
  font-size: 0.86rem;
  line-height: 1.55;
  color: rgba(26, 43, 76, 0.52);
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

body.brt-home .brt-leaders-grid {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

body.brt-home .brt-leader-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(26, 43, 76, 0.06);
  background: #ffffff;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 12px 36px rgba(26, 43, 76, 0.07);
  transition: box-shadow 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}

body.brt-home .brt-leader-card:hover {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 20px 50px rgba(26, 43, 76, 0.12);
  border-color: rgba(94, 180, 232, 0.28);
  transform: translateY(-4px);
}

body.brt-home .brt-leader-card:hover .brt-leader-card__photo {
  transform: scale(1.035);
}

body.brt-home .brt-leader-card__photo-wrap {
  position: relative;
  overflow: hidden;
  background: var(--brt-navy-deep);
}

body.brt-home .brt-leader-card__photo-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  background: linear-gradient(to top, rgba(26, 43, 76, 0.25) 0%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

body.brt-home .brt-leader-card__photo {
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center 28%;
  min-height: 188px;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

body.brt-home .brt-leader-card__body {
  position: relative;
  padding: 1.15rem 1.15rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
  background: linear-gradient(180deg, #fafcfe 0%, #ffffff 100%);
}

body.brt-home .brt-leader-card__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.15rem;
  right: 1.15rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(94, 180, 232, 0.35), transparent);
  opacity: 0.9;
}

body.brt-home .brt-leader-card__role {
  margin: 0;
  align-self: flex-start;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brt-navy);
  padding: 0.28rem 0.55rem;
  border-radius: 8px;
  background: var(--brt-sky-soft);
  border: 1px solid rgba(94, 180, 232, 0.2);
}

body.brt-home .brt-leader-card__name {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.28;
  color: var(--brt-navy);
}

body.brt-home .brt-leader-card__bio {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(26, 43, 76, 0.58);
}

/* Home — photo grid (compact minimalist) */
body.brt-home .brt-home-gallery {
  position: relative;
  padding: clamp(2rem, 5vw, 3.25rem) 0;
  background:
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(94, 180, 232, 0.12), transparent 55%),
    linear-gradient(180deg, #fbfdff 0%, #f2f7fb 45%, #eef4f8 100%);
}

body.brt-home .brt-home-gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(26, 43, 76, 0.04) 1px,
    transparent 1px
  );
  background-size: 20px 20px;
  pointer-events: none;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent 0%,
    #000 18%,
    #000 82%,
    transparent 100%
  );
}

body.brt-home .brt-home-gallery .brt-gallery-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(10px, 2.5vw, 22px);
  padding-right: clamp(10px, 2.5vw, 22px);
}

body.brt-home .brt-home-gallery .brt-gallery-header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  margin-bottom: clamp(1.25rem, 3vw, 1.75rem);
  padding: clamp(1rem, 2.5vw, 1.35rem) clamp(1rem, 2.5vw, 1.5rem);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(26, 43, 76, 0.08);
  box-shadow: 0 8px 32px rgba(26, 43, 76, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

@media (min-width: 768px) {
  body.brt-home .brt-home-gallery .brt-gallery-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
  }
}

body.brt-home .brt-home-gallery .brt-gallery-header-text {
  min-width: 0;
}

body.brt-home .brt-home-gallery .brt-gallery-title {
  margin: 0 0 0.35rem;
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--brt-navy);
}

body.brt-home .brt-home-gallery .brt-gallery-lead {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgba(26, 43, 76, 0.58);
  max-width: 36rem;
}

body.brt-home .brt-home-gallery .brt-gallery-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.65rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff !important;
  background: linear-gradient(135deg, var(--brt-sky) 0%, #3d9fd4 100%);
  border: none;
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(94, 180, 232, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

body.brt-home .brt-home-gallery .brt-gallery-cta:hover {
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(94, 180, 232, 0.45);
  filter: brightness(1.03);
}

body.brt-home .brt-home-gallery .brt-gallery-cta:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(94, 180, 232, 0.45);
}

@media (max-width: 767.98px) {
  body.brt-home .brt-home-gallery .brt-gallery-cta {
    width: 100%;
  }
}

body.brt-home .brt-home-gallery .brt-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

@media (min-width: 768px) {
  body.brt-home .brt-home-gallery .brt-gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }
}

body.brt-home .brt-home-gallery .gallery.img.brt-gallery-item {
  position: relative;
  display: block;
  width: 100% !important;
  height: auto !important;
  min-height: 0;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center 30%;
  background-color: #e8eef3;
  border: 1px solid rgba(26, 43, 76, 0.07);
  box-shadow: 0 4px 20px rgba(26, 43, 76, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

body.brt-home .brt-home-gallery .gallery.img.brt-gallery-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(26, 43, 76, 0.12);
  border-color: rgba(94, 180, 232, 0.25);
}

body.brt-home .brt-home-gallery .gallery.img.brt-gallery-item:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(94, 180, 232, 0.4);
}

/* Disable template overlay / icon behaviour for this grid */
body.brt-home .brt-home-gallery .gallery:after {
  display: none !important;
}

body.brt-home .brt-home-gallery .gallery .icon {
  display: none !important;
}

body.brt-home .brt-home-gallery .brt-gallery-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(26, 43, 76, 0);
  transition: background 0.3s ease;
  pointer-events: none;
}

body.brt-home .brt-home-gallery .gallery:hover .brt-gallery-scrim {
  background: rgba(26, 43, 76, 0.4);
}

body.brt-home .brt-home-gallery .brt-gallery-zoom {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

body.brt-home .brt-home-gallery .gallery:hover .brt-gallery-zoom {
  opacity: 1;
  transform: scale(1);
}

/* Gallery page — same grid as home, tighter vertical rhythm */
body.brt-home .brt-home-gallery.brt-gallery-page {
  padding-top: clamp(1.1rem, 2.8vw, 1.55rem);
  padding-bottom: clamp(1.55rem, 3.8vw, 2.25rem);
}

body.brt-home .brt-home-gallery.brt-gallery-page .brt-gallery-inner {
  max-width: 1200px;
}

body.brt-home .brt-home-gallery.brt-gallery-page .brt-gallery-grid {
  gap: 9px;
}

@media (min-width: 768px) {
  body.brt-home .brt-home-gallery.brt-gallery-page .brt-gallery-grid {
    gap: 11px;
  }
}

/* Home — blog strip */
body.brt-home .brt-home-blog {
  padding: clamp(2rem, 5vw, 2.85rem) 0;
  background: linear-gradient(180deg, #f8fbfd 0%, #ffffff 35%, #f6fafc 100%);
}

body.brt-home .brt-home-blog .brt-blog-inner {
  max-width: 1180px;
}

body.brt-home .brt-home-blog .brt-blog-header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.9rem;
  margin-bottom: clamp(1.2rem, 2.8vw, 1.55rem);
  padding: clamp(0.95rem, 2.2vw, 1.2rem) clamp(1rem, 2.4vw, 1.35rem);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(26, 43, 76, 0.07);
  box-shadow: 0 6px 28px rgba(26, 43, 76, 0.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

@media (min-width: 768px) {
  body.brt-home .brt-home-blog .brt-blog-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
  }
}

body.brt-home .brt-home-blog .brt-blog-title {
  margin: 0 0 0.3rem;
  font-size: clamp(1.32rem, 2.4vw, 1.58rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--brt-navy);
}

body.brt-home .brt-home-blog .brt-blog-lead {
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(26, 43, 76, 0.55);
  max-width: 38rem;
}

body.brt-home .brt-home-blog .brt-blog-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.15rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--brt-navy) !important;
  background: #fff !important;
  border: 1px solid rgba(26, 43, 76, 0.12) !important;
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(26, 43, 76, 0.04);
  transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.brt-home .brt-home-blog .brt-blog-cta:hover {
  color: var(--brt-sky-deep) !important;
  border-color: rgba(94, 180, 232, 0.45) !important;
  box-shadow: 0 4px 16px rgba(94, 180, 232, 0.12);
  transform: translateY(-1px);
}

body.brt-home .brt-home-blog .brt-blog-cta:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(94, 180, 232, 0.35);
}

@media (max-width: 767.98px) {
  body.brt-home .brt-home-blog .brt-blog-cta {
    width: 100%;
  }
}

body.brt-home .brt-home-blog .brt-blog-card {
  margin-bottom: 0 !important;
  border: 1px solid rgba(26, 43, 76, 0.08);
  border-radius: 14px;
  box-shadow: 0 4px 22px rgba(26, 43, 76, 0.06);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.brt-home .brt-home-blog .brt-blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(26, 43, 76, 0.1);
  border-color: rgba(94, 180, 232, 0.22);
}

body.brt-home .brt-home-blog .brt-blog-card .text {
  width: 100% !important;
  margin-top: 0 !important;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 0.95rem 1.05rem 1.1rem !important;
}

body.brt-home .brt-home-blog .brt-blog-thumb {
  height: 188px !important;
  min-height: 0;
  background-position: center center;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  body.brt-home .brt-home-blog .brt-blog-thumb {
    height: 198px !important;
  }
}

body.brt-home .brt-home-blog .brt-blog-meta {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(26, 43, 76, 0.42);
}

body.brt-home .brt-home-blog .brt-blog-meta-sep {
  margin: 0 0.3rem;
  font-weight: 500;
  opacity: 0.65;
}

body.brt-home .brt-home-blog .brt-blog-card-title {
  font-size: 1.02rem !important;
  font-weight: 700 !important;
  line-height: 1.32 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body.brt-home .brt-home-blog .brt-blog-excerpt {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(26, 43, 76, 0.56);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
}

/* Blog listing page — compact grid (reuses home blog card styles) */
body.brt-home .brt-blog-page.brt-home-blog {
  padding: clamp(1.25rem, 3.5vw, 1.85rem) 0 clamp(1.75rem, 4vw, 2.35rem);
}

body.brt-home .brt-blog-page.brt-home-blog .brt-blog-thumb {
  height: 158px !important;
}

@media (min-width: 768px) {
  body.brt-home .brt-blog-page.brt-home-blog .brt-blog-thumb {
    height: 168px !important;
  }
}

body.brt-home .brt-blog-page.brt-home-blog .brt-blog-card .text {
  padding: 0.85rem 0.95rem 1rem !important;
}

body.brt-home .brt-blog-cta-strip {
  border-top: 0;
  padding-top: clamp(1rem, 2.2vw, 1.35rem);
}

/* Blog listing — pagination */
body.brt-home .brt-blog-pagination-wrap {
  margin-top: clamp(1.35rem, 3.5vw, 2rem);
  padding-top: clamp(1rem, 2.5vw, 1.35rem);
  border-top: 1px solid rgba(26, 43, 76, 0.08);
}

body.brt-home .brt-pagination-status {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(26, 43, 76, 0.45);
}

body.brt-home .brt-pagination {
  gap: 0.35rem;
}

body.brt-home .brt-pagination__item {
  margin: 0;
}

body.brt-home .brt-pagination__num,
body.brt-home .brt-pagination__ctrl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.35rem;
  height: 2.35rem;
  padding: 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 10px;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body.brt-home .brt-pagination__num {
  color: var(--brt-navy) !important;
  background: #fff;
  border: 1px solid rgba(26, 43, 76, 0.12);
  box-shadow: 0 1px 4px rgba(26, 43, 76, 0.04);
}

body.brt-home a.brt-pagination__num:hover {
  color: var(--brt-sky-deep) !important;
  border-color: rgba(94, 180, 232, 0.45);
  box-shadow: 0 4px 14px rgba(94, 180, 232, 0.12);
}

body.brt-home .brt-pagination__num--current {
  color: #fff !important;
  background: var(--brt-sky);
  border: 1px solid transparent;
  box-shadow: 0 4px 16px rgba(94, 180, 232, 0.35);
  cursor: default;
}

body.brt-home .brt-pagination__ctrl {
  color: var(--brt-navy) !important;
  background: rgba(26, 43, 76, 0.04);
  border: 1px solid rgba(26, 43, 76, 0.1);
  font-size: 1.1rem;
  line-height: 1;
}

body.brt-home a.brt-pagination__ctrl:hover {
  color: var(--brt-sky-deep) !important;
  background: rgba(94, 180, 232, 0.1);
  border-color: rgba(94, 180, 232, 0.35);
}

body.brt-home .brt-pagination__ctrl--disabled {
  color: rgba(26, 43, 76, 0.28) !important;
  background: rgba(26, 43, 76, 0.03);
  border: 1px solid rgba(26, 43, 76, 0.06);
  cursor: not-allowed;
  pointer-events: none;
}

/* Home — events strip */
body.brt-home .brt-home-events {
  padding: clamp(2rem, 5vw, 2.85rem) 0;
  background: linear-gradient(180deg, #f3f7fa 0%, #fafcfd 40%, #ffffff 100%);
}

body.brt-home .brt-home-events .brt-events-inner {
  max-width: 1180px;
}

body.brt-home .brt-home-events .brt-events-header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.9rem;
  margin-bottom: clamp(1.2rem, 2.8vw, 1.55rem);
  padding: clamp(0.95rem, 2.2vw, 1.2rem) clamp(1rem, 2.4vw, 1.35rem);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(26, 43, 76, 0.07);
  box-shadow: 0 6px 28px rgba(26, 43, 76, 0.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

@media (min-width: 768px) {
  body.brt-home .brt-home-events .brt-events-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
  }
}

body.brt-home .brt-home-events .brt-events-title {
  margin: 0 0 0.3rem;
  font-size: clamp(1.32rem, 2.4vw, 1.58rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--brt-navy);
}

body.brt-home .brt-home-events .brt-events-lead {
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(26, 43, 76, 0.55);
  max-width: 38rem;
}

body.brt-home .brt-home-events .brt-events-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.15rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--brt-navy) !important;
  background: #fff !important;
  border: 1px solid rgba(26, 43, 76, 0.12) !important;
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(26, 43, 76, 0.04);
  transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.brt-home .brt-home-events .brt-events-cta:hover {
  color: var(--brt-sky-deep) !important;
  border-color: rgba(94, 180, 232, 0.45) !important;
  box-shadow: 0 4px 16px rgba(94, 180, 232, 0.12);
  transform: translateY(-1px);
}

body.brt-home .brt-home-events .brt-events-cta:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(94, 180, 232, 0.35);
}

@media (max-width: 767.98px) {
  body.brt-home .brt-home-events .brt-events-cta {
    width: 100%;
  }
}

body.brt-home .brt-home-events .brt-event-card {
  margin-bottom: 0 !important;
  border: 1px solid rgba(26, 43, 76, 0.08);
  border-radius: 14px;
  box-shadow: 0 4px 22px rgba(26, 43, 76, 0.06);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.brt-home .brt-home-events .brt-event-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(26, 43, 76, 0.1);
  border-color: rgba(94, 180, 232, 0.22);
}

body.brt-home .brt-home-events .brt-event-card .text {
  width: 100% !important;
  margin-top: 0 !important;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.95rem 1.05rem 1.05rem !important;
}

body.brt-home .brt-home-events .brt-event-thumb {
  height: 178px !important;
  min-height: 0;
  background-position: center center;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  body.brt-home .brt-home-events .brt-event-thumb {
    height: 188px !important;
  }
}

body.brt-home .brt-home-events .brt-event-meta {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(26, 43, 76, 0.42);
}

body.brt-home .brt-home-events .brt-event-card-title {
  font-size: clamp(0.94rem, 1.35vw, 1.02rem) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body.brt-home .brt-home-events .brt-event-whenwhere {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgba(26, 43, 76, 0.52);
}

body.brt-home .brt-home-events .brt-event-line {
  display: flex;
  align-items: flex-start;
  gap: 0.35rem;
}

body.brt-home .brt-home-events .brt-event-line i {
  margin-top: 0.15rem;
  color: var(--brt-sky-deep);
  font-size: 0.85rem;
  flex-shrink: 0;
}

body.brt-home .brt-home-events .brt-event-line--where {
  align-items: center;
}

body.brt-home .brt-home-events .brt-event-place {
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--brt-navy);
}

body.brt-home .brt-home-events .brt-event-line--online {
  margin-top: 0.1rem;
}

body.brt-home .brt-home-events .brt-event-line--online .brt-event-place {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brt-sky-deep) !important;
  background: var(--brt-sky-soft);
  border: 1px solid rgba(94, 180, 232, 0.35);
  border-radius: 999px;
}

body.brt-home .brt-home-events .brt-event-line--online i {
  color: var(--brt-sky-deep);
}

body.brt-home .brt-home-events .brt-event-excerpt {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(26, 43, 76, 0.56);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 3;
}

body.brt-home .brt-home-events .brt-event-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.15rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--brt-sky-deep) !important;
  text-decoration: none !important;
  transition: color 0.2s ease, gap 0.2s ease;
}

body.brt-home .brt-home-events .brt-event-link:hover {
  color: var(--brt-navy) !important;
  gap: 0.5rem;
}

body.brt-home .brt-home-events .brt-event-link i {
  font-size: 0.95rem;
}

/* Blog — headings & links */
body.brt-home .blog-entry .heading a {
  color: var(--brt-navy);
  transition: color 0.2s ease;
}

body.brt-home .blog-entry .heading a:hover {
  color: var(--brt-sky-deep);
}

body.brt-home .blog-entry .meta a {
  color: rgba(26, 43, 76, 0.5);
}

body.brt-home .blog-entry .meta a:hover {
  color: var(--brt-sky-deep);
}

/* Footer quick links */
body.brt-home footer.ftco-footer .list-unstyled a.py-2:hover {
  color: var(--brt-sky) !important;
}

/* Home — volunteer strip */
body.brt-home .brt-home-volunteer {
  padding: clamp(2.25rem, 5vw, 3.5rem) 0 !important;
}

body.brt-home .brt-home-volunteer .overlay {
  background: linear-gradient(
    115deg,
    rgba(26, 43, 76, 0.9) 0%,
    rgba(26, 43, 76, 0.78) 45%,
    rgba(26, 43, 76, 0.65) 100%
  ) !important;
  opacity: 1 !important;
}

body.brt-home .brt-volunteer-inner {
  max-width: 1140px;
}

body.brt-home .brt-volunteer-photo {
  min-height: 220px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.28);
  background-size: cover !important;
  background-position: center center !important;
}

@media (min-width: 992px) {
  body.brt-home .brt-volunteer-photo {
    min-height: 340px;
  }
}

body.brt-home .brt-volunteer-col {
  display: flex;
  align-items: stretch;
}

body.brt-home .brt-volunteer-card {
  width: 100%;
  padding: clamp(1.1rem, 2.8vw, 1.55rem);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.18);
}

body.brt-home .brt-volunteer-intro {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.88) !important;
}

body.brt-home .brt-volunteer-title {
  margin: 0;
  font-size: clamp(1.32rem, 2.4vw, 1.58rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #ffffff !important;
}

body.brt-home .brt-volunteer-title::after {
  content: "";
  display: block;
  width: 2.75rem;
  height: 3px;
  margin-top: 0.55rem;
  margin-bottom: 0.05rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brt-sky), rgba(94, 180, 232, 0.35));
}

body.brt-home .brt-volunteer-lead {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72) !important;
  margin-bottom: 1rem !important;
}

body.brt-home .brt-volunteer-hint {
  display: block;
  margin-top: 0.35rem !important;
  margin-bottom: 0 !important;
  font-size: 0.6875rem !important;
  line-height: 1.4 !important;
  color: rgba(255, 255, 255, 0.55) !important;
}

body.brt-home .brt-volunteer-form .form-group {
  margin-bottom: 0.5rem !important;
}

body.brt-home .brt-volunteer-form .form-group:last-of-type {
  margin-bottom: 0 !important;
}

body.brt-home .brt-volunteer-form .form-control {
  height: auto !important;
  min-height: 44px;
  padding: 0.5rem 0.85rem !important;
  font-size: 0.9375rem !important;
  line-height: 1.4 !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.26) !important;
  background: rgba(0, 0, 0, 0.2) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

body.brt-home .brt-volunteer-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.52) !important;
}

body.brt-home .brt-volunteer-form .form-control:focus,
body.brt-home .brt-volunteer-form .form-control:active {
  border-color: rgba(94, 180, 232, 0.85) !important;
  background: rgba(0, 0, 0, 0.26) !important;
  box-shadow: 0 0 0 3px rgba(94, 180, 232, 0.22) !important;
}

body.brt-home .brt-volunteer-form .brt-phone-tr {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.06em;
}

body.brt-home .brt-volunteer-form textarea.form-control {
  min-height: 76px !important;
  height: auto !important;
  resize: vertical;
}

body.brt-home .brt-volunteer-submit {
  width: 100%;
  margin-top: 0.15rem;
  padding: 0.62rem 1.2rem !important;
  font-size: 0.875rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
  border-radius: 999px !important;
  background: var(--brt-sky) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.brt-home .brt-volunteer-submit:hover {
  background: var(--brt-sky-deep) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

body.brt-home .brt-volunteer-submit:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(94, 180, 232, 0.45) !important;
}

body.brt-home ::selection {
  background: rgba(94, 180, 232, 0.35);
  color: var(--brt-navy);
}

/* Inner pages — About (override template .hero-wrap: 700px / 100vh height) */
body.brt-home .hero-wrap.brt-page-hero {
  position: relative;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  display: flex;
  align-items: center;
  padding: clamp(0.55rem, 1.8vw, 0.85rem) 0;
  background-size: cover !important;
  background-position: center !important;
}

body.brt-home .hero-wrap.brt-page-hero.brt-page-hero--compact {
  padding: clamp(0.35rem, 1.2vw, 0.55rem) 0;
}

body.brt-home .hero-wrap.brt-page-hero.brt-page-hero--compact .brt-page-hero-panel {
  padding: 0.42rem 0.85rem 0.48rem;
}

body.brt-home .hero-wrap.brt-page-hero .overlay {
  background: linear-gradient(
    160deg,
    rgba(10, 18, 34, 0.82) 0%,
    rgba(26, 43, 76, 0.78) 45%,
    rgba(12, 22, 40, 0.85) 100%
  );
  opacity: 1 !important;
}

body.brt-home .hero-wrap.brt-page-hero .container {
  position: relative;
  z-index: 1;
}

/* Events listing: slightly tighter vertical rhythm than home */
body.brt-home .brt-events-page {
  padding-top: 2.25rem;
  padding-bottom: 2.5rem;
}

body.brt-home .brt-page-hero-panel {
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
  padding: 0.55rem 1rem 0.65rem;
  border-radius: 14px;
  background: rgba(8, 14, 28, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body.brt-home .brt-page-breadcrumb {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.28rem;
  color: rgba(255, 255, 255, 0.72);
}

body.brt-home .brt-page-breadcrumb a {
  color: #ffffff !important;
  text-decoration: none !important;
  opacity: 0.92;
}

body.brt-home .brt-page-breadcrumb a:hover {
  color: var(--brt-sky) !important;
  opacity: 1;
}

body.brt-home .brt-page-breadcrumb-sep {
  margin: 0 0.35rem;
  opacity: 0.45;
}

body.brt-home .brt-page-title {
  font-size: clamp(1.15rem, 2.1vw, 1.42rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.22;
  color: #ffffff !important;
  margin-bottom: 0.28rem !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

body.brt-home .brt-page-lead {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.94) !important;
  margin-bottom: 0 !important;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

/* Blog single — compact article (hero visual + prose) */
body.brt-home .hero-wrap.brt-blog-single-hero .overlay {
  background: linear-gradient(
    155deg,
    rgba(8, 14, 28, 0.88) 0%,
    rgba(18, 32, 58, 0.82) 50%,
    rgba(10, 20, 38, 0.9) 100%
  );
}

body.brt-home .brt-blog-single-hero-title {
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  line-height: 1.28;
}

body.brt-home .brt-blog-single {
  padding: clamp(1.15rem, 3vw, 1.65rem) 0 clamp(1.5rem, 3.5vw, 2.1rem);
  background: #fff;
}

body.brt-home .brt-blog-single__header {
  margin-bottom: 1rem;
}

body.brt-home .brt-blog-single__back {
  display: inline-flex;
  align-items: center;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--brt-sky-deep) !important;
  text-decoration: none !important;
  margin-bottom: 0.65rem;
  letter-spacing: 0.01em;
}

body.brt-home .brt-blog-single__back:hover {
  color: var(--brt-navy) !important;
  text-decoration: underline !important;
}

body.brt-home .brt-blog-single__meta {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(26, 43, 76, 0.48);
  margin-bottom: 0;
}

body.brt-home .brt-blog-single__meta-sep {
  margin: 0 0.35rem;
  opacity: 0.65;
}

body.brt-home .brt-blog-single__body p {
  font-size: 0.9375rem;
  line-height: 1.72;
  color: rgba(26, 43, 76, 0.88);
  margin-bottom: 1rem;
}

body.brt-home .brt-blog-single__body p:last-child {
  margin-bottom: 0;
}

body.brt-home .brt-blog-single__h2 {
  font-size: 1.0625rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--brt-navy);
  margin: 1.35rem 0 0.65rem;
}

body.brt-home .brt-blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 0.85rem;
  margin-top: 1.35rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(26, 43, 76, 0.08);
}

body.brt-home .brt-blog-single__tags-label {
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(26, 43, 76, 0.42);
}

body.brt-home .brt-blog-single__taglist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

body.brt-home .brt-blog-single__tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: var(--brt-sky-soft);
  color: var(--brt-navy);
}

body.brt-home .brt-blog-single__related {
  margin-top: 1.5rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(26, 43, 76, 0.08);
}

body.brt-home .brt-blog-single__related-title {
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(26, 43, 76, 0.5);
  margin-bottom: 0.85rem !important;
}

body.brt-home .brt-blog-single__related-card {
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(26, 43, 76, 0.1);
  background: var(--brt-surface);
  text-decoration: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

body.brt-home .brt-blog-single__related-card:hover {
  border-color: rgba(94, 180, 232, 0.45);
  box-shadow: 0 6px 20px rgba(26, 43, 76, 0.06);
}

body.brt-home .brt-blog-single__related-thumb {
  flex: 0 0 4.25rem;
  width: 4.25rem;
  min-height: 4.25rem;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
}

body.brt-home .brt-blog-single__related-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2rem;
  min-width: 0;
}

body.brt-home .brt-blog-single__related-card-title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--brt-navy) !important;
}

body.brt-home .brt-blog-single__related-card-meta {
  font-size: 0.6875rem;
  font-weight: 600;
  color: rgba(26, 43, 76, 0.45);
}

body.brt-home .brt-blog-single__contact {
  margin-top: 1.5rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: rgba(94, 180, 232, 0.1);
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(26, 43, 76, 0.82);
  margin-bottom: 0;
}

body.brt-home .brt-blog-single__contact-link {
  display: inline-block;
  margin-left: 0.35rem;
  font-weight: 800;
  color: var(--brt-sky-deep) !important;
  text-decoration: none !important;
}

body.brt-home .brt-blog-single__contact-link:hover {
  text-decoration: underline !important;
  color: var(--brt-navy) !important;
}

body.brt-home .brt-about-section {
  padding-top: clamp(1.85rem, 4vw, 2.65rem);
  padding-bottom: clamp(1.85rem, 4vw, 2.65rem);
}

body.brt-home .brt-about-photo {
  width: 100%;
  min-height: 260px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(26, 43, 76, 0.08);
  box-shadow: 0 12px 36px rgba(26, 43, 76, 0.08);
}

@media (min-width: 992px) {
  body.brt-home .brt-about-photo {
    min-height: 320px;
  }
}

body.brt-home .brt-about-section h2 {
  font-size: clamp(1.22rem, 2vw, 1.42rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.9rem !important;
  color: var(--brt-navy);
}

body.brt-home .brt-about-section .brt-about-copy p {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--brt-text-muted);
  margin-bottom: 1rem;
}

body.brt-home .brt-about-section .brt-about-copy p:last-child {
  margin-bottom: 0;
}

body.brt-home .brt-about-pillars {
  padding-top: clamp(1.75rem, 3.5vw, 2.35rem);
  padding-bottom: clamp(2rem, 4vw, 2.65rem);
}

body.brt-home .brt-about-pillars-title {
  font-size: clamp(1.18rem, 2vw, 1.38rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--brt-navy);
  margin-bottom: 1.35rem !important;
}

body.brt-home .brt-about-pillar-card {
  height: 100%;
  padding: 1.15rem 1.1rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(26, 43, 76, 0.08);
  box-shadow: 0 6px 22px rgba(26, 43, 76, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.brt-home .brt-about-pillar-card:hover {
  border-color: rgba(94, 180, 232, 0.28);
  box-shadow: 0 10px 30px rgba(26, 43, 76, 0.08);
}

body.brt-home .brt-about-pillar-card h3 {
  font-size: 0.98rem;
  font-weight: 800;
  margin-bottom: 0.4rem !important;
  color: var(--brt-navy);
}

body.brt-home .brt-about-pillar-card p {
  font-size: 0.875rem;
  line-height: 1.55;
  margin: 0 !important;
  color: var(--brt-text-muted);
}

/* Stats strip on inner pages (no overlap on hero carousel) */
body.brt-home #section-counter.brt-stats-strip.brt-stats-standalone.ftco-counter.ftco-intro {
  margin-top: 0 !important;
  border-radius: 18px;
}

/* Causes page — compact grid */
body.brt-home .brt-causes-page {
  padding-top: clamp(1.35rem, 3.5vw, 2rem);
  padding-bottom: clamp(1rem, 2.5vw, 1.5rem);
  background: #f8fafc;
}

body.brt-home .brt-causes-grid {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

body.brt-home .brt-causes-grid > [class*="col-"] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

body.brt-home .brt-cause-page-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(26, 43, 76, 0.08);
  box-shadow: 0 4px 20px rgba(26, 43, 76, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

body.brt-home .brt-cause-page-card:hover {
  box-shadow: 0 10px 32px rgba(26, 43, 76, 0.1);
  transform: translateY(-2px);
}

body.brt-home .brt-cause-page-card__media {
  height: 132px;
  background-size: cover;
  background-position: center;
}

body.brt-home .brt-cause-page-card__body {
  padding: 0.85rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

body.brt-home .brt-cause-page-card__title {
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 0 0 0.4rem !important;
  color: var(--brt-navy);
}

body.brt-home .brt-cause-page-card__desc {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--brt-text-muted);
  flex: 1 1 auto;
}

body.brt-home .brt-cause-page-card__link {
  display: inline-flex;
  align-items: center;
  margin-top: 0.65rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--brt-sky) !important;
  text-decoration: none !important;
}

body.brt-home .brt-cause-page-card__link:hover {
  color: #3d9fd4 !important;
}

body.brt-home .brt-causes-cta-strip {
  padding-top: clamp(1.1rem, 2.5vw, 1.5rem);
  padding-bottom: clamp(1.35rem, 3vw, 2rem);
  background: #fff;
  border-top: 1px solid rgba(26, 43, 76, 0.06);
}

body.brt-home .brt-causes-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding: clamp(0.85rem, 2vw, 1.15rem) clamp(1rem, 3vw, 1.35rem);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(26, 43, 76, 0.04) 0%, rgba(94, 180, 232, 0.08) 100%);
  border: 1px solid rgba(26, 43, 76, 0.08);
}

@media (min-width: 768px) {
  body.brt-home .brt-causes-cta-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

body.brt-home .brt-causes-cta-title {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--brt-navy);
}

body.brt-home .brt-causes-cta-lead {
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--brt-text-muted);
  max-width: 36rem;
}

body.brt-home .brt-causes-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex-shrink: 0;
}

body.brt-home .brt-causes-cta-btn {
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  line-height: 1.2;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.brt-home .brt-causes-cta-btn--primary {
  background: var(--brt-sky);
  color: #fff !important;
}

body.brt-home .brt-causes-cta-btn--primary:hover {
  background: #4aa8d9;
  color: #fff !important;
}

body.brt-home .brt-causes-cta-btn--ghost {
  background: transparent;
  color: var(--brt-navy) !important;
  border-color: rgba(26, 43, 76, 0.2);
}

body.brt-home .brt-causes-cta-btn--ghost:hover {
  background: rgba(26, 43, 76, 0.06);
  color: var(--brt-navy) !important;
}

/* Donate page */
body.brt-home .brt-donate-page {
  padding-top: clamp(1.35rem, 3.5vw, 2rem);
  padding-bottom: clamp(1rem, 2.5vw, 1.35rem);
  background: #f8fafc;
}

body.brt-home .brt-donate-intro {
  max-width: 38rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--brt-text-muted);
}

body.brt-home .brt-donate-panel {
  padding: 1.1rem 1.15rem 1.15rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(26, 43, 76, 0.08);
  box-shadow: 0 4px 20px rgba(26, 43, 76, 0.06);
}

body.brt-home .brt-donate-panel--muted {
  background: rgba(26, 43, 76, 0.03);
  box-shadow: none;
}

body.brt-home .brt-donate-panel__title {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem !important;
  color: var(--brt-navy);
}

body.brt-home .brt-donate-panel__subtitle {
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0 !important;
  color: var(--brt-navy);
}

body.brt-home .brt-donate-panel__text {
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--brt-text-muted);
  margin: 0;
}

body.brt-home .brt-donate-panel__btn {
  display: inline-flex;
  align-items: center;
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: var(--brt-sky);
  color: #fff !important;
  border: none;
  text-decoration: none !important;
  transition: background 0.2s ease;
}

body.brt-home .brt-donate-panel__btn:hover {
  background: #4aa8d9;
  color: #fff !important;
}

body.brt-home .brt-donate-feed {
  padding: 1.1rem 1.15rem 1.15rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(26, 43, 76, 0.08);
  height: 100%;
}

body.brt-home .brt-donate-feed__heading {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 0.35rem !important;
  color: var(--brt-navy);
}

body.brt-home .brt-donate-feed__lead {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--brt-text-muted);
  margin: 0 0 1rem !important;
}

body.brt-home .brt-donate-feed__list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

body.brt-home .brt-donate-feed__item {
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(26, 43, 76, 0.08);
}

body.brt-home .brt-donate-feed__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

body.brt-home .brt-donate-feed__label {
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(26, 43, 76, 0.45);
  margin-bottom: 0.2rem;
}

body.brt-home .brt-donate-feed__text {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--brt-navy);
}

/* Donate page — activities timeline */
body.brt-home .brt-donate-activities .brt-donate-feed__lead {
  margin-bottom: 1.15rem !important;
}

body.brt-home .brt-activity-timeline {
  position: relative;
  padding-left: 0.25rem;
}

body.brt-home .brt-activity-timeline__item {
  position: relative;
  padding-left: 1.35rem;
  padding-bottom: 1rem;
  margin-bottom: 0.25rem;
}

body.brt-home .brt-activity-timeline__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

body.brt-home .brt-activity-timeline__item::before {
  content: "";
  position: absolute;
  left: 0.2rem;
  top: 0.45rem;
  bottom: -0.25rem;
  width: 2px;
  background: linear-gradient(
    180deg,
    rgba(94, 180, 232, 0.55) 0%,
    rgba(26, 43, 76, 0.12) 100%
  );
}

body.brt-home .brt-activity-timeline__item:last-child::before {
  bottom: auto;
  height: 1.25rem;
}

body.brt-home .brt-activity-timeline__marker {
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brt-sky);
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(94, 180, 232, 0.45);
  z-index: 1;
}

body.brt-home .brt-activity-timeline__card {
  padding: 0.65rem 0.75rem 0.75rem;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 1) 0%, rgba(248, 250, 252, 1) 100%);
  border: 1px solid rgba(26, 43, 76, 0.07);
  box-shadow: 0 2px 12px rgba(26, 43, 76, 0.05);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

body.brt-home .brt-activity-timeline__item:hover .brt-activity-timeline__card {
  box-shadow: 0 6px 20px rgba(26, 43, 76, 0.08);
  border-color: rgba(94, 180, 232, 0.25);
}

body.brt-home .brt-activity-timeline__date {
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brt-sky);
  margin-bottom: 0.35rem;
}

body.brt-home .brt-activity-timeline__title {
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 0 0 0.35rem !important;
  color: var(--brt-navy);
}

body.brt-home .brt-activity-timeline__desc {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--brt-text-muted);
}

body.brt-home .brt-donate-cta-strip {
  border-top: 0;
  padding-top: clamp(1rem, 2.2vw, 1.35rem);
}

/* Contact page */
body.brt-home .brt-contact-page {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  background: #f8fafc;
}

body.brt-home .brt-contact-section-title {
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--brt-navy);
}

body.brt-home .brt-contact-section-sub {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--brt-text-muted);
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

body.brt-home .brt-contact-info-row {
  margin-left: -0.35rem;
  margin-right: -0.35rem;
}

body.brt-home .brt-contact-info-row > [class*="col-"] {
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}

body.brt-home .brt-contact-info-card {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(26, 43, 76, 0.08);
  box-shadow: 0 2px 12px rgba(26, 43, 76, 0.04);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

body.brt-home .brt-contact-info-card:hover {
  border-color: rgba(94, 180, 232, 0.28);
  box-shadow: 0 6px 20px rgba(26, 43, 76, 0.07);
}

body.brt-home .brt-contact-info-icon {
  display: block;
  font-size: 1.1rem;
  color: var(--brt-sky);
  margin-bottom: 0.35rem;
}

body.brt-home .brt-contact-info-label {
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brt-text-muted);
  margin-bottom: 0.35rem;
}

body.brt-home .brt-contact-info-value,
body.brt-home .brt-contact-info-link {
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--brt-navy);
}

body.brt-home .brt-contact-info-link {
  text-decoration: none !important;
  border-bottom: 1px solid rgba(94, 180, 232, 0.35);
}

body.brt-home .brt-contact-info-link:hover {
  color: var(--brt-sky);
  border-bottom-color: var(--brt-sky);
}

body.brt-home .brt-contact-form-shell {
  padding-top: 0.25rem;
  border-top: 1px solid rgba(26, 43, 76, 0.06);
  margin-top: 0.25rem;
}

body.brt-home .brt-contact-form-card {
  padding: 1.35rem 1.35rem 1.5rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(26, 43, 76, 0.08);
  box-shadow:
    0 4px 24px rgba(26, 43, 76, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

@media (min-width: 576px) {
  body.brt-home .brt-contact-form-card {
    padding: 1.5rem 1.65rem 1.65rem;
  }
}

body.brt-home .brt-contact-form-title {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--brt-navy);
  text-align: center;
}

body.brt-home .brt-contact-form-lead {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--brt-text-muted);
  text-align: center;
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}

body.brt-home .brt-contact-field-label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brt-text-muted);
  margin-bottom: 0.35rem;
}

body.brt-home .brt-contact-form .form-control {
  border-radius: 10px;
  border-color: rgba(26, 43, 76, 0.12);
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
}

body.brt-home .brt-contact-form .form-control:focus {
  border-color: rgba(94, 180, 232, 0.55);
  box-shadow: 0 0 0 0.15rem rgba(94, 180, 232, 0.2);
}

body.brt-home .brt-contact-form textarea.form-control {
  min-height: 7.5rem;
  resize: vertical;
}

body.brt-home .brt-contact-form-actions {
  display: flex;
  justify-content: center;
}

@media (min-width: 576px) {
  body.brt-home .brt-contact-form-actions {
    justify-content: flex-start;
  }
}

body.brt-home .brt-contact-submit {
  min-width: 11rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.55rem 1.35rem;
  border: none;
  color: #fff !important;
  background: linear-gradient(135deg, var(--brt-navy) 0%, #243a5c 100%);
  box-shadow: 0 4px 14px rgba(26, 43, 76, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

body.brt-home .brt-contact-submit:hover {
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(26, 43, 76, 0.3);
}

