:root {
  --btr-paper: #f6f7fb;
  --btr-ink: #18141f;
  --btr-muted: #675f70;
  --btr-line: rgba(33, 24, 45, 0.12);
  --btr-pink: #e6007e;
  --btr-pink-deep: #9d0058;
  --btr-graphite: #211a2d;
  --btr-teal: #123a3f;
  --btr-white: #ffffff;
  --btr-shadow: 0 26px 80px rgba(32, 21, 42, 0.10);
  --btr-radius-xl: 34px;
  --btr-radius-lg: 26px;
  --btr-ease: cubic-bezier(0.32, 0.72, 0, 1);
}

body {
  color: var(--btr-ink);
  background:
    radial-gradient(circle at 4% 8%, rgba(230, 0, 126, 0.11), transparent 28rem),
    radial-gradient(circle at 88% 14%, rgba(18, 58, 63, 0.13), transparent 26rem),
    linear-gradient(180deg, #fbfcff 0%, var(--btr-paper) 45%, #ffffff 100%);
  font-family: "Plus Jakarta Sans", Verdana, sans-serif;
  letter-spacing: 0;
}

body,
button,
input,
select,
textarea,
.btr-nav-links .menu-link,
.btr-mobile-links .menu-link {
  font-family: "Plus Jakarta Sans", Verdana, sans-serif !important;
}

.btr-elementor-page .site-header#masthead {
  display: none !important;
}

.btr-site-header {
  position: sticky;
  top: 16px;
  z-index: 90;
  padding: 0 18px;
  background: transparent !important;
  pointer-events: none;
}

.admin-bar .btr-site-header {
  top: 48px;
}

.btr-nav-island {
  width: min(1180px, calc(100vw - 36px));
  min-height: 60px;
  margin: 0 auto;
  padding: 6px 8px 6px 10px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 60px rgba(26, 18, 36, 0.12);
  backdrop-filter: blur(24px);
  pointer-events: auto;
}

.btr-nav-logo {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 70px;
  height: 42px;
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--btr-white);
  box-shadow: inset 0 0 0 1px rgba(230, 0, 126, 0.12);
  overflow: hidden;
  color: var(--btr-ink);
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
}

.btr-nav-logo-img {
  width: 58px !important;
  max-width: 58px !important;
  max-height: 32px !important;
  height: auto !important;
  object-fit: contain;
}

.btr-nav-menu {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.btr-nav-links {
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

.btr-nav-links > .menu-item {
  display: flex;
  align-items: center;
}

.btr-nav-links > .menu-item-has-children {
  position: relative;
}

.btr-nav-links > .menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: max(100%, 260px);
  height: 18px;
  transform: translateX(-50%);
}

.btr-nav-links .ast-menu-toggle,
.btr-nav-links .dropdown-menu-toggle,
.btr-mobile-links .ast-menu-toggle,
.btr-mobile-links .dropdown-menu-toggle {
  display: none !important;
}

.btr-nav-links .menu-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  min-height: 0;
  height: 44px !important;
  padding: 12px 14px !important;
  border-radius: 999px;
  color: rgba(24, 20, 31, 0.74) !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  transition: color 420ms var(--btr-ease), background 420ms var(--btr-ease), transform 420ms var(--btr-ease);
}

.btr-nav-links > .menu-item-has-children > .menu-link::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  opacity: 0.72;
  transition: transform 360ms var(--btr-ease);
}

.btr-nav-links .menu-link:hover,
.btr-nav-links .current-menu-item > .menu-link,
.btr-nav-links .current_page_item > .menu-link,
.btr-nav-links .current-menu-parent > .menu-link,
.btr-nav-links .current_page_parent > .menu-link {
  color: var(--btr-ink) !important;
  background: rgba(230, 0, 126, 0.08);
}

.btr-nav-links > .menu-item-has-children:hover > .menu-link::after,
.btr-nav-links > .menu-item-has-children:focus-within > .menu-link::after {
  transform: translateY(1px) rotate(225deg);
}

.btr-nav-links .sub-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 20;
  width: max-content;
  min-width: 236px;
  margin: 0;
  padding: 8px;
  display: grid;
  gap: 2px;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 70px rgba(26, 18, 36, 0.16);
  backdrop-filter: blur(22px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 260ms var(--btr-ease), visibility 260ms var(--btr-ease), transform 260ms var(--btr-ease);
}

.btr-nav-links .menu-item-has-children:hover > .sub-menu,
.btr-nav-links .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.btr-nav-links .sub-menu .menu-item {
  display: block;
}

.btr-nav-links .sub-menu .menu-link {
  width: 100%;
  height: auto !important;
  min-height: 42px;
  justify-content: flex-start !important;
  padding: 12px 14px !important;
  color: rgba(24, 20, 31, 0.78) !important;
  white-space: nowrap;
}

.btr-nav-links .sub-menu .menu-link:hover,
.btr-nav-links .sub-menu .current-menu-item > .menu-link,
.btr-nav-links .sub-menu .current_page_item > .menu-link {
  color: var(--btr-ink) !important;
  background: rgba(230, 0, 126, 0.08);
}

.btr-nav-cta,
.btr-mobile-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px;
  flex: 0 0 auto;
  margin-left: auto;
  height: 52px !important;
  min-width: 194px;
  padding: 7px 7px 7px 20px !important;
  border: 0;
  border-radius: 999px;
  color: var(--btr-white) !important;
  font-size: 13px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--btr-pink), var(--btr-pink-deep));
  box-shadow: 0 20px 50px rgba(230, 0, 126, 0.24);
  text-decoration: none !important;
  transition: transform 420ms var(--btr-ease), background 420ms var(--btr-ease), box-shadow 420ms var(--btr-ease);
}

.btr-nav-cta span,
.btr-mobile-cta span {
  white-space: nowrap;
  line-height: 1;
}

.btr-nav-cta i,
.btr-mobile-cta i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: var(--btr-white);
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  transition: transform 420ms var(--btr-ease), background 420ms var(--btr-ease);
}

.btr-nav-cta:hover,
.btr-mobile-cta:hover {
  background: linear-gradient(135deg, var(--btr-pink), var(--btr-pink-deep));
  transform: translateY(-2px);
}

.btr-nav-cta:hover i,
.btr-mobile-cta:hover i {
  transform: translate(3px, -1px);
}

.btr-nav-toggle {
  display: none;
}

.btr-mobile-panel {
  display: none;
}

.site-footer#colophon {
  display: none;
}

.btr-site-footer {
  position: relative;
  z-index: 3;
  padding: 84px 24px 28px;
  color: rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(135deg, rgba(230, 0, 126, 0.18), transparent 32%),
    linear-gradient(180deg, var(--btr-graphite), #15111d);
  font-family: "Plus Jakarta Sans", Verdana, sans-serif;
}

.btr-footer-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(160px, 1fr));
  gap: clamp(28px, 4vw, 54px);
}

.btr-footer-brand {
  max-width: 360px;
}

.btr-footer-brand .custom-logo-link {
  display: inline-grid;
  place-items: center;
  width: 112px;
  height: 70px;
  padding: 10px 14px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: var(--btr-white);
}

.btr-footer-brand .custom-logo {
  width: 86px !important;
  height: auto !important;
  max-height: 48px !important;
  object-fit: contain;
}

.btr-footer-logo-text {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--btr-white);
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.btr-site-footer p,
.btr-site-footer ul {
  margin: 0;
}

.btr-footer-brand p {
  margin-top: 14px;
  line-height: 1.7;
  font-weight: 600;
}

.btr-site-footer a {
  color: inherit;
  text-decoration: none;
}

.btr-site-footer a:hover {
  color: var(--btr-white);
}

.btr-footer-title {
  margin-bottom: 18px !important;
  color: var(--btr-white);
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.btr-footer-links {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.btr-footer-links a,
.btr-footer-links span,
.btr-footer-network p:not(.btr-footer-title) {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}

.btr-footer-links a {
  display: inline-flex;
  transition: color 320ms var(--btr-ease), transform 320ms var(--btr-ease);
}

.btr-footer-links a:hover {
  transform: translateX(3px);
}

.btr-footer-network {
  display: grid;
  align-content: start;
  gap: 14px;
}

.btr-footer-network-card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.btr-footer-network-card img {
  width: min(150px, 100%);
  max-height: 44px;
  object-fit: contain;
  object-position: left center;
}

.btr-footer-network-card p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}

.btr-footer-bottom {
  width: min(1180px, 100%);
  margin: 64px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 700;
}

.btr-footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.btr-footer-bottom a,
.btr-footer-legal-links span {
  color: var(--btr-white);
}

.site-content,
.ast-container,
.elementor-page .site-main {
  max-width: none;
  padding: 0;
}

.btr-section {
  position: relative;
  z-index: 1;
  padding: 116px 24px;
}

.btr-elementor-page .elementor-widget:not(:last-child) {
  margin-block-end: 0 !important;
  margin-bottom: 0 !important;
}

.btr-elementor-page .elementor-widget-heading .elementor-heading-title {
  color: var(--btr-ink) !important;
  font-family: "Sora", "Plus Jakarta Sans", sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

.btr-elementor-page .btr-h1.elementor-widget-heading h1.elementor-heading-title,
.btr-elementor-page .btr-legal-card .btr-h1.elementor-widget-heading h1.elementor-heading-title {
  line-height: 0.94 !important;
}

.btr-elementor-page .btr-section-title.elementor-widget-heading h2.elementor-heading-title,
.btr-elementor-page .btr-h2.elementor-widget-heading h2.elementor-heading-title {
  line-height: 1 !important;
}

.btr-elementor-page .btr-card-title.elementor-widget-heading h3.elementor-heading-title,
.btr-elementor-page .btr-partner-name.elementor-widget-heading h3.elementor-heading-title {
  line-height: 1.08 !important;
}

.btr-elementor-page .btr-eyebrow.elementor-widget-heading .elementor-heading-title,
.btr-elementor-page .btr-card-number.elementor-widget-heading .elementor-heading-title,
.btr-elementor-page .btr-tag.elementor-widget-heading .elementor-heading-title {
  line-height: 1 !important;
}

.btr-section.btr-muted {
  background: rgba(255, 255, 255, 0.54);
}

.btr-section.btr-accent {
  background:
    linear-gradient(135deg, rgba(230, 0, 126, 0.09), transparent 42%),
    linear-gradient(180deg, rgba(18, 58, 63, 0.08), rgba(255, 255, 255, 0));
}

.btr-section > .elementor-container {
  width: min(1180px, 100%);
  margin: 0 auto;
  gap: 22px;
}

.btr-hero {
  min-height: calc(100vh - 88px);
  display: grid;
  align-items: center;
}

.btr-hero-compact {
  min-height: auto;
  padding-top: 116px;
}

.btr-hero .elementor-container,
.btr-split .elementor-container,
.btr-contact .elementor-container {
  align-items: center;
  gap: clamp(36px, 5vw, 78px);
}

.btr-eyebrow .elementor-heading-title,
.eyebrow .elementor-heading-title {
  width: max-content;
  max-width: 100%;
  margin: 0 0 20px;
  border-radius: 999px;
  padding: 7px 12px;
  color: var(--btr-pink-deep) !important;
  background: rgba(230, 0, 126, 0.10);
  box-shadow: inset 0 0 0 1px rgba(230, 0, 126, 0.14);
  font-family: "Plus Jakarta Sans", Verdana, sans-serif !important;
  font-size: 10px;
  line-height: 1 !important;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 800 !important;
}

.btr-section-title .elementor-heading-title {
  width: auto;
  max-width: 820px;
  border-radius: 0;
  padding: 0;
  color: var(--btr-ink) !important;
  background: transparent;
  box-shadow: none;
  font-family: "Sora", "Plus Jakarta Sans", sans-serif !important;
  font-size: clamp(34px, 5vw, 66px);
  line-height: 1 !important;
  text-transform: none;
  letter-spacing: 0;
}

.btr-h1 .elementor-heading-title,
.btr-legal-card .btr-h1 .elementor-heading-title {
  color: var(--btr-ink) !important;
  max-width: 900px;
  margin: 0;
  font-family: "Sora", "Plus Jakarta Sans", sans-serif !important;
  font-size: clamp(46px, 5vw, 76px);
  line-height: 0.94 !important;
  font-weight: 800 !important;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.btr-h2 .elementor-heading-title {
  color: var(--btr-ink) !important;
  margin: 0;
  font-family: "Sora", "Plus Jakarta Sans", sans-serif !important;
  font-size: clamp(34px, 5vw, 66px);
  line-height: 1 !important;
  letter-spacing: 0;
  font-weight: 800 !important;
}

.btr-section-heading-column,
.btr-section-inner .section-heading {
  max-width: 820px;
  margin-bottom: 42px;
}

.btr-lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--btr-muted);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.45;
  font-weight: 600;
}

.btr-lead .elementor-widget-container,
.btr-lead .elementor-widget-container p {
  margin: 0;
  line-height: 1.45;
}

.btr-copy,
.btr-card-text,
.btr-logo-caption,
.btr-partner-text {
  color: var(--btr-muted);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
}

.btr-copy .elementor-widget-container,
.btr-card-text .elementor-widget-container,
.btr-logo-caption .elementor-widget-container,
.btr-partner-text .elementor-widget-container,
.btr-copy .elementor-widget-container p,
.btr-card-text .elementor-widget-container p,
.btr-logo-caption .elementor-widget-container p,
.btr-partner-text .elementor-widget-container p {
  margin: 0;
  line-height: 1.6;
}

.btr-copy .elementor-widget-container p + p {
  margin-top: 18px;
}

.btr-hero-media.visual-shell > .elementor-widget-wrap,
.eaw-card-shell > .elementor-widget-wrap,
.network-shell > .elementor-widget-wrap,
.partners-shell > .elementor-widget-wrap,
.cta-shell > .elementor-widget-wrap,
.form-shell > .elementor-widget-wrap,
.map-shell > .elementor-widget-wrap,
.btr-card > .elementor-widget-wrap,
.btr-logo-card > .elementor-widget-wrap,
.btr-partner-card > .elementor-widget-wrap,
.btr-cta-card > .elementor-widget-wrap,
.btr-contact-form > .elementor-widget-wrap,
.btr-legal-card > .elementor-widget-wrap {
  border-radius: var(--btr-radius-xl);
  padding: 8px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), var(--btr-shadow);
}

.cta-shell > .elementor-widget-wrap {
  width: 100%;
}

.btr-visual {
  overflow: hidden;
  border-radius: calc(var(--btr-radius-xl) - 8px);
  background: var(--btr-graphite);
}

.btr-visual img {
  aspect-ratio: 4 / 5;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: calc(var(--btr-radius-xl) - 8px) !important;
  background: var(--btr-graphite);
}

.btr-card-grid,
.two-col,
.card-grid {
  margin-top: 0;
}

.btr-card-grid > .elementor-container,
.two-col > .elementor-container,
.card-grid > .elementor-container {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.card-grid.three > .elementor-container,
.btr-card-grid-three > .elementor-container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.btr-card-grid > .elementor-container > .elementor-column,
.two-col > .elementor-container > .elementor-column,
.card-grid > .elementor-container > .elementor-column {
  width: auto !important;
}

.btr-card-core-section,
.btr-card-core-section > .elementor-container {
  height: 100%;
  width: 100% !important;
}

.btr-card-core-section > .elementor-container > .elementor-column {
  height: 100%;
  width: 100% !important;
}

.eaw-card-core > .elementor-widget-wrap,
.btr-elementor-page .eaw-card-core.elementor-column > .elementor-widget-wrap.elementor-element-populated {
  overflow: hidden;
  min-height: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(28px, 4vw, 42px) !important;
  border-radius: calc(var(--btr-radius-xl) - 8px);
  background: rgba(255, 255, 255, 0.90);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.80), inset 0 0 0 1px rgba(33, 24, 45, 0.07);
}

.btr-logo-card > .elementor-widget-wrap,
.btr-partner-card > .elementor-widget-wrap {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(28px, 4vw, 42px);
}

.btr-card-number .elementor-heading-title,
.card-number .elementor-heading-title {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  color: var(--btr-pink-deep);
  background: rgba(230, 0, 126, 0.09);
  font-size: 12px;
  font-weight: 900;
}

.btr-card-title .elementor-heading-title,
.btr-partner-name .elementor-heading-title {
  color: var(--btr-ink) !important;
  margin: 14px 0;
  font-family: "Sora", "Plus Jakarta Sans", sans-serif !important;
  font-size: clamp(23px, 3vw, 34px);
  line-height: 1.08 !important;
  letter-spacing: 0;
  font-weight: 800 !important;
}

.large-copy .btr-copy,
.large-copy .btr-copy .elementor-widget-container,
.large-copy .btr-copy .elementor-widget-container p {
  color: var(--btr-ink);
  font-family: "Sora", "Plus Jakarta Sans", sans-serif !important;
  font-size: clamp(27px, 4vw, 48px);
  line-height: 1.08 !important;
  font-weight: 800;
}

.copy-stack {
  align-self: start;
  padding-top: 46px;
}

.copy-stack > .elementor-widget-wrap {
  align-content: flex-start;
  align-items: flex-start;
}

.btr-button {
  display: inline-flex;
  margin-top: 34px;
  margin-right: 14px;
}

.btr-button-row {
  margin-top: 34px;
}

.btr-button-row > .elementor-container {
  width: 100% !important;
}

.btr-button-row-column > .elementor-widget-wrap {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.btr-button-row .elementor-widget-button {
  width: auto !important;
  flex: 0 0 auto;
}

.btr-button-row .btr-button {
  margin-top: 0;
  margin-right: 0;
}

.btr-text-link,
.text-link {
  display: inline-flex;
  margin-top: 24px;
}

.elementor-page .btr-button .elementor-button,
.elementor-page .button-primary .elementor-button,
.elementor-page .button-ghost .elementor-button,
.elementor-page .button-light .elementor-button {
  border: 0;
  border-radius: 999px;
  min-height: 54px;
  padding: 7px 7px 7px 20px;
  color: var(--btr-ink) !important;
  background: var(--btr-white) !important;
  font-weight: 800;
  line-height: 1;
  transition: transform 680ms var(--btr-ease), background 680ms var(--btr-ease), color 680ms var(--btr-ease), box-shadow 680ms var(--btr-ease);
}

.elementor-page .btr-button .elementor-button-content-wrapper,
.elementor-page .button-primary .elementor-button-content-wrapper,
.elementor-page .button-ghost .elementor-button-content-wrapper,
.elementor-page .button-light .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.elementor-page .btr-button .elementor-button-icon,
.elementor-page .button-primary .elementor-button-icon,
.elementor-page .button-ghost .elementor-button-icon,
.elementor-page .button-light .elementor-button-icon {
  order: 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  margin: 0 !important;
  border-radius: 999px;
  background: rgba(24, 20, 31, 0.06);
  color: currentColor;
  transition: transform 420ms var(--btr-ease), background 420ms var(--btr-ease);
}

.elementor-page .btr-button .elementor-button-text,
.elementor-page .button-primary .elementor-button-text,
.elementor-page .button-ghost .elementor-button-text,
.elementor-page .button-light .elementor-button-text {
  order: 1;
}

.elementor-page .btr-button .elementor-button-icon i,
.elementor-page .button-primary .elementor-button-icon i,
.elementor-page .button-ghost .elementor-button-icon i,
.elementor-page .button-light .elementor-button-icon i,
.elementor-page .btr-text-link .elementor-button-icon i,
.elementor-page .text-link .elementor-button-icon i {
  font-family: "Plus Jakarta Sans", Verdana, sans-serif !important;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

.elementor-page .btr-button .elementor-button-icon i::before,
.elementor-page .button-primary .elementor-button-icon i::before,
.elementor-page .button-ghost .elementor-button-icon i::before,
.elementor-page .button-light .elementor-button-icon i::before,
.elementor-page .btr-text-link .elementor-button-icon i::before,
.elementor-page .text-link .elementor-button-icon i::before {
  content: "↗";
}

.elementor-page .btr-button .elementor-button:hover,
.elementor-page .button-primary .elementor-button:hover,
.elementor-page .button-ghost .elementor-button:hover,
.elementor-page .button-light .elementor-button:hover {
  transform: translateY(-2px);
}

.elementor-page .btr-button .elementor-button:hover .elementor-button-icon,
.elementor-page .button-primary .elementor-button:hover .elementor-button-icon,
.elementor-page .button-ghost .elementor-button:hover .elementor-button-icon,
.elementor-page .button-light .elementor-button:hover .elementor-button-icon {
  transform: translate(3px, -1px);
}

.elementor-page .btr-button-primary .elementor-button,
.elementor-page .button-primary .elementor-button {
  color: var(--btr-white) !important;
  background: linear-gradient(135deg, var(--btr-pink), var(--btr-pink-deep)) !important;
  box-shadow: 0 20px 50px rgba(230, 0, 126, 0.24) !important;
}

.elementor-page .btr-button-primary .elementor-button-icon,
.elementor-page .button-primary .elementor-button-icon {
  background: rgba(255, 255, 255, 0.18);
}

.elementor-page .btr-button-ghost .elementor-button,
.elementor-page .button-ghost .elementor-button {
  color: var(--btr-ink) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: inset 0 0 0 1px rgba(24, 20, 31, 0.09) !important;
}

.elementor-page .btr-button-ghost .elementor-button-icon,
.elementor-page .button-ghost .elementor-button-icon {
  background: rgba(24, 20, 31, 0.07);
}

.elementor-page .btr-button-light .elementor-button,
.elementor-page .button-light .elementor-button {
  color: var(--btr-ink) !important;
  background: var(--btr-white) !important;
  box-shadow: inset 0 0 0 1px rgba(24, 20, 31, 0.09) !important;
}

.elementor-page .btr-button-light .elementor-button-icon,
.elementor-page .button-light .elementor-button-icon {
  background: rgba(230, 0, 126, 0.10);
}

.elementor-page .btr-text-link .elementor-button,
.elementor-page .text-link .elementor-button {
  min-height: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
  color: var(--btr-pink-deep) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none !important;
  transition: color 420ms var(--btr-ease);
}

.elementor-page .btr-text-link .elementor-button-content-wrapper,
.elementor-page .text-link .elementor-button-content-wrapper {
  display: inline-flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.elementor-page .btr-text-link .elementor-button-text,
.elementor-page .text-link .elementor-button-text {
  order: 1;
}

.elementor-page .btr-text-link .elementor-button-icon,
.elementor-page .text-link .elementor-button-icon {
  order: 2;
  width: auto;
  height: auto;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  margin: 0 !important;
  border-radius: 0;
  background: transparent !important;
  color: currentColor;
  transition: transform 620ms var(--btr-ease);
}

.elementor-page .btr-text-link .elementor-button:hover .elementor-button-icon,
.elementor-page .text-link .elementor-button:hover .elementor-button-icon {
  transform: translate(3px, -1px);
}

.network-core,
.partners-core,
.cta-core {
  width: 100%;
}

.network-core > .elementor-container,
.partners-core > .elementor-container,
.cta-core > .elementor-container,
.btr-elementor-page .network-core.elementor-section > .elementor-container.elementor-column-gap-no,
.btr-elementor-page .partners-core.elementor-section > .elementor-container.elementor-column-gap-no,
.btr-elementor-page .cta-core.elementor-section > .elementor-container.elementor-column-gap-no {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 34px;
  align-items: center;
  padding: clamp(28px, 5vw, 58px) !important;
  overflow: hidden;
  border-radius: calc(var(--btr-radius-xl) - 8px);
  background: rgba(255, 255, 255, 0.90);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.80), inset 0 0 0 1px rgba(33, 24, 45, 0.07);
}

.partners-core > .elementor-container {
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
}

.cta-core > .elementor-container,
.btr-elementor-page .cta-core.elementor-section > .elementor-container.elementor-column-gap-no {
  grid-template-columns: minmax(0, 1fr) auto;
  background:
    linear-gradient(135deg, rgba(230, 0, 126, 0.16), transparent 48%),
    var(--btr-graphite);
  color: var(--btr-white);
}

.network-core > .elementor-container > .elementor-column,
.partners-core > .elementor-container > .elementor-column,
.cta-core > .elementor-container > .elementor-column {
  width: auto !important;
}

.network-core > .elementor-container > .elementor-column > .elementor-widget-wrap,
.partners-core > .elementor-container > .elementor-column > .elementor-widget-wrap,
.cta-core > .elementor-container > .elementor-column > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta-core .btr-h2 .elementor-heading-title {
  color: var(--btr-white) !important;
}

.cta-core .btr-button-row {
  margin: 0;
}

.cta-core .btr-button-row-column > .elementor-widget-wrap,
.btr-elementor-page .cta-core .btr-button-row-column > .elementor-widget-wrap {
  justify-content: flex-end;
}

.network-logos > .elementor-container,
.partner-badges > .elementor-container,
.btr-elementor-page .network-logos.elementor-section > .elementor-container.elementor-column-gap-no,
.btr-elementor-page .partner-badges.elementor-section > .elementor-container.elementor-column-gap-no {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.network-logos > .elementor-container > .elementor-column,
.partner-badges > .elementor-container > .elementor-column {
  width: auto !important;
}

.network-logos .btr-logo-card > .elementor-widget-wrap,
.partner-badges .btr-partner-card > .elementor-widget-wrap,
.btr-elementor-page .network-logos .btr-logo-card.elementor-column > .elementor-widget-wrap.elementor-element-populated,
.btr-elementor-page .partner-badges .btr-partner-card.elementor-column > .elementor-widget-wrap.elementor-element-populated {
  min-height: 170px;
  display: grid;
  align-content: center;
  gap: 18px;
  border-radius: 24px;
  padding: 24px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 248, 251, 0.90));
  box-shadow: inset 0 0 0 1px rgba(33, 24, 45, 0.08);
}

.partner-badges > .elementor-container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.btr-section-photo > .elementor-container {
  width: min(1180px, 100%);
}

.btr-photo-band-card > .elementor-widget-wrap {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: clamp(24px, 6vw, 72px);
  border-radius: var(--btr-radius-xl);
  background: var(--btr-graphite);
  box-shadow: var(--btr-shadow);
}

.btr-photo-band-card > .elementor-widget-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(24, 20, 31, 0.82), rgba(24, 20, 31, 0.2) 58%, rgba(24, 20, 31, 0));
  pointer-events: none;
}

.btr-photo {
  position: absolute !important;
  inset: 0;
  z-index: 0;
  margin: 0 !important;
}

.btr-photo .elementor-widget-container,
.btr-photo img {
  width: 100%;
  height: 100%;
}

.btr-photo img {
  min-height: 760px;
  object-fit: cover;
  border-radius: var(--btr-radius-xl) !important;
}

.btr-photo-band-card .elementor-widget-wrap > .elementor-element:not(.btr-photo) {
  position: relative;
  z-index: 2;
  width: min(560px, 100%);
}

.btr-photo-band-card .btr-photo-eyebrow .elementor-heading-title {
  color: var(--btr-white) !important;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.btr-photo-band-card .btr-photo-title .elementor-heading-title {
  color: var(--btr-white) !important;
}

.btr-photo-caption > .elementor-widget-wrap,
.btr-network-copy > .elementor-widget-wrap,
.btr-partners-copy > .elementor-widget-wrap,
.btr-cta-card > .elementor-widget-wrap {
  padding: clamp(30px, 5vw, 64px);
}

.btr-logo-image img {
  max-height: 76px;
  width: auto;
  object-fit: contain;
}

.btr-tag .elementor-heading-title {
  display: inline-flex;
  border-radius: 999px;
  padding: 12px 15px;
  background: var(--btr-white);
  color: var(--btr-ink);
  box-shadow: inset 0 0 0 1px var(--btr-line);
  font-size: 13px;
  font-weight: 800;
}

.btr-contact-hero {
  min-height: auto;
  padding-top: 132px;
}

.btr-contact-hero > .elementor-container,
.btr-contact.contact-grid > .elementor-container {
  display: grid !important;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: clamp(36px, 5vw, 78px);
  align-items: center;
}

.btr-contact-hero > .elementor-container > .elementor-column,
.btr-contact.contact-grid > .elementor-container > .elementor-column {
  width: auto !important;
}

.contact-card > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: var(--btr-radius-xl);
  padding: clamp(28px, 4vw, 44px);
  background: var(--btr-graphite);
  color: var(--btr-white);
  box-shadow: var(--btr-shadow);
}

.contact-card .btr-card-title .elementor-heading-title {
  margin: 0 0 22px;
  color: var(--btr-white) !important;
  font-family: "Sora", "Plus Jakarta Sans", sans-serif !important;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05 !important;
}

.btr-contact-text,
.btr-contact-text .elementor-widget-container,
.btr-contact-text .elementor-widget-container p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  line-height: 1.6;
}

.btr-contact-text + .btr-contact-text {
  margin-top: 18px;
}

.btr-contact-text a {
  color: var(--btr-white);
  text-decoration: none;
}

.muted,
.muted .elementor-widget-container,
.muted .elementor-widget-container p {
  color: rgba(255, 255, 255, 0.62) !important;
}

.form-core,
.map-shell {
  width: 100%;
  min-height: 100%;
}

.form-core > .elementor-container,
.btr-elementor-page .form-core.elementor-section > .elementor-container.elementor-column-gap-no {
  width: 100% !important;
  display: block !important;
  overflow: hidden;
  border-radius: calc(var(--btr-radius-xl) - 8px);
  padding: clamp(24px, 4vw, 40px) !important;
  background: rgba(255, 255, 255, 0.90);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.80), inset 0 0 0 1px rgba(33, 24, 45, 0.07);
}

.form-core > .elementor-container > .elementor-column {
  width: 100% !important;
}

.form-core > .elementor-container > .elementor-column > .elementor-widget-wrap {
  display: block;
}

.btr-cf7-grid {
  display: grid;
  gap: 16px;
}

.btr-cf7-grid > p {
  display: grid;
  gap: 16px;
  margin: 0;
}

.btr-cf7-grid br {
  display: none;
}

.btr-cf7-grid label {
  display: grid;
  gap: 8px;
  margin: 0;
  color: var(--btr-ink);
  font-weight: 800;
}

.btr-cf7-grid input,
.btr-cf7-grid textarea,
.btr-cf7-grid select {
  width: 100%;
  border: 0;
  border-radius: 18px;
  padding: 15px 16px;
  color: var(--btr-ink);
  background: rgba(246, 247, 251, 0.95);
  box-shadow: inset 0 0 0 1px rgba(33, 24, 45, 0.09);
  transition: box-shadow 540ms var(--btr-ease), transform 540ms var(--btr-ease);
}

.btr-cf7-grid textarea {
  min-height: 150px;
  resize: vertical;
}

.btr-cf7-grid input:focus,
.btr-cf7-grid textarea:focus,
.btr-cf7-grid select:focus {
  outline: 0;
  box-shadow: inset 0 0 0 2px rgba(230, 0, 126, 0.45);
}

.btr-cf7-grid .checkbox {
  grid-template-columns: 18px 1fr;
  align-items: start;
  font-size: 13px;
  color: var(--btr-muted) !important;
}

.btr-cf7-grid .checkbox input {
  width: 18px;
  margin-top: 4px;
}

.btr-cf7-grid .wpcf7-list-item {
  margin: 0;
}

.btr-cf7-grid .button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: max-content;
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  padding: 7px 7px 7px 20px;
  color: var(--btr-white);
  background: var(--btr-pink);
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.btr-cf7-grid .button i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-style: normal;
  transition: transform 420ms var(--btr-ease), background 420ms var(--btr-ease);
}

.btr-cf7-grid .button:hover {
  transform: translateY(-2px);
  background: var(--btr-pink-deep);
}

.btr-cf7-grid .button:hover i {
  transform: translate(3px, -1px);
  background: rgba(255, 255, 255, 0.24);
}

.btr-cf7-grid .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: var(--btr-pink-deep);
  font-size: 13px;
  font-weight: 700;
}

.btr-cf7-form .wpcf7-response-output {
  margin: 18px 0 0 !important;
  border-radius: 18px;
  padding: 14px 16px !important;
  font-weight: 700;
}

.map-shell {
  overflow: hidden;
}

.btr-map,
.btr-map .elementor-widget-container,
.btr-map iframe {
  height: 100%;
  min-height: 620px;
}

.btr-map iframe {
  display: block;
  width: 100%;
  border: 0;
  border-radius: calc(var(--btr-radius-xl) - 8px);
  overflow: hidden;
}

.btr-legal-card > .elementor-widget-wrap {
  padding: clamp(30px, 5vw, 54px);
}

.btr-reveals-ready .btr-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 800ms var(--btr-ease), transform 800ms var(--btr-ease);
}

.btr-reveals-ready .btr-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 921px) {
  .btr-site-header {
    top: 10px;
    padding: 0 14px;
  }

  .admin-bar .btr-site-header {
    top: 56px;
  }

  .btr-nav-island {
    width: min(100%, calc(100vw - 28px));
    min-height: 60px;
    padding: 7px 10px 7px 12px;
    gap: 12px;
  }

  .btr-nav-menu,
  .btr-nav-cta {
    display: none !important;
  }

  .btr-nav-logo {
    width: 70px;
    height: 42px;
  }

  .btr-nav-logo-img {
    width: 58px !important;
    max-width: 58px !important;
  }

  .btr-nav-toggle {
    width: 42px;
    height: 42px;
    margin-left: auto;
    display: inline-grid;
    place-items: center;
    position: relative;
    border: 0;
    border-radius: 999px;
    background: var(--btr-graphite);
    color: var(--btr-white);
    cursor: pointer;
    transition: transform 420ms var(--btr-ease), background 420ms var(--btr-ease);
  }

  .btr-nav-toggle span {
    position: absolute;
    width: 17px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 420ms var(--btr-ease);
  }

  .btr-nav-toggle span:first-child {
    transform: translateY(-4px);
  }

  .btr-nav-toggle span:last-child {
    transform: translateY(4px);
  }

  .btr-site-header.is-open .btr-nav-toggle span:first-child {
    transform: rotate(45deg);
  }

  .btr-site-header.is-open .btr-nav-toggle span:last-child {
    transform: rotate(-45deg);
  }

  .btr-mobile-panel {
    width: min(100%, calc(100vw - 28px));
    margin: 10px auto 0;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 22px 70px rgba(26, 18, 36, 0.16);
    backdrop-filter: blur(22px);
    pointer-events: auto;
  }

  .btr-site-header.is-open .btr-mobile-panel {
    display: block;
  }

  .btr-mobile-links {
    display: grid;
    gap: 2px;
    margin: 0;
    padding: 4px 0 10px;
    list-style: none;
  }

  .btr-mobile-links .menu-link {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 11px 20px !important;
    border-radius: 999px;
    color: var(--btr-ink) !important;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
  }

  .btr-mobile-links .menu-link:hover,
  .btr-mobile-links .current-menu-item > .menu-link,
  .btr-mobile-links .current_page_item > .menu-link,
  .btr-mobile-links .current-menu-parent > .menu-link,
  .btr-mobile-links .current_page_parent > .menu-link {
    background: rgba(230, 0, 126, 0.08);
  }

  .btr-mobile-links .sub-menu {
    display: grid;
    gap: 2px;
    margin: 0 0 10px;
    padding: 0 0 0 18px;
    list-style: none;
  }

  .btr-mobile-links .sub-menu .menu-link {
    justify-content: flex-start;
    min-height: 38px;
    padding: 9px 16px !important;
    color: rgba(24, 20, 31, 0.70) !important;
    font-size: 14px;
    background: rgba(24, 20, 31, 0.035);
  }

  .btr-mobile-cta {
    width: 100%;
    min-width: 0;
  }

  .btr-site-footer {
    padding: 68px 20px 26px;
  }

  .btr-footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .btr-footer-brand {
    grid-column: 1 / -1;
  }

  .btr-footer-network {
    grid-column: 1 / -1;
  }

  .btr-footer-bottom {
    margin-top: 46px;
    flex-direction: column;
  }

  .btr-section {
    padding: 82px 18px;
  }

  .btr-hero {
    min-height: auto;
  }

  .btr-section > .elementor-container {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btr-section > .elementor-container > .elementor-column {
    width: 100%;
  }

  .btr-card-grid > .elementor-container,
  .two-col > .elementor-container,
  .card-grid > .elementor-container,
  .card-grid.three > .elementor-container,
  .btr-card-grid-three > .elementor-container,
  .btr-contact-hero > .elementor-container,
  .btr-contact.contact-grid > .elementor-container,
  .network-core > .elementor-container,
  .partners-core > .elementor-container,
  .cta-core > .elementor-container,
  .btr-elementor-page .cta-core.elementor-section > .elementor-container.elementor-column-gap-no,
  .network-logos > .elementor-container,
  .partner-badges > .elementor-container {
    grid-template-columns: 1fr;
  }

  .cta-core .btr-button-row-column > .elementor-widget-wrap {
    justify-content: flex-start;
  }

  .btr-h1 .elementor-heading-title {
    font-size: clamp(40px, 12vw, 58px);
    line-height: 0.98 !important;
  }

  .btr-section-title .elementor-heading-title,
  .btr-h2 .elementor-heading-title {
    font-size: clamp(32px, 10vw, 52px);
  }

  .btr-map,
  .btr-map .elementor-widget-container,
  .btr-map iframe {
    min-height: 420px;
  }
}

@media (max-width: 544px) {
  .btr-footer-inner {
    grid-template-columns: 1fr;
  }

  .btr-button-row .elementor-widget-button,
  .btr-button-row .elementor-button {
    width: 100% !important;
  }

  .btr-button-row .elementor-button-content-wrapper {
    justify-content: space-between;
  }
}
