/* BGT Company at a Glance — v2026.39 */
.bgt-company-glance {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 118px 0;
  background: #f5f8f6;
}

.bgt-company-glance,
.bgt-company-glance * {
  box-sizing: border-box;
}

.bgt-company-glance__container {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
}

.bgt-company-glance__layout {
  display: grid;
  grid-template-columns: minmax(0, 39%) minmax(0, 1fr);
  column-gap: 78px;
  align-items: center;
  width: 100%;
}

.bgt-company-glance__left,
.bgt-company-glance__right {
  min-width: 0;
}

.bgt-company-glance__left {
  width: 100%;
  max-width: 500px;
}

.bgt-company-glance__eyebrow {
  margin: 0 0 24px;
  color: #00996e;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.bgt-company-glance__heading,
.bgt-company-glance__left .bgt-company-glance__heading {
  margin: 0 0 26px;
  padding: 0;
  color: #071e2a;
  font-family: inherit;
  font-size: clamp(48px, 3.45vw, 64px);
  line-height: 1.03;
  font-weight: 750;
  letter-spacing: -2.2px;
  text-transform: none;
}

.bgt-company-glance__description {
  margin: 0 0 30px;
  color: #55717d;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
}

.bgt-company-glance__cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #0878c9;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  text-decoration: none;
  transition: color .22s ease, transform .22s ease;
}

.bgt-company-glance__cta:hover,
.bgt-company-glance__cta:focus-visible {
  color: #00996e;
}

.bgt-company-glance__cta:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
  border-radius: 3px;
}

.bgt-company-glance__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 1;
  transition: transform .22s ease;
}

.bgt-company-glance__cta-icon svg {
  display: block;
  width: 13px;
  height: 13px;
  fill: currentColor;
}

.bgt-company-glance__cta:hover .bgt-company-glance__cta-icon,
.bgt-company-glance__cta:focus-visible .bgt-company-glance__cta-icon {
  transform: translateX(3px);
}

.bgt-company-glance__card {
  --bgt-glance-divider: #d9e2de;
  --bgt-glance-divider-width: 1px;
  --bgt-glance-fact-bg: #fff;
  width: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d9e2de;
  border-radius: 24px;
  box-shadow: 0 22px 55px rgba(25, 55, 50, .055);
}

.bgt-company-glance__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 30px 26px;
  border-bottom: var(--bgt-glance-divider-width) solid var(--bgt-glance-divider);
}

.bgt-company-glance__company-name {
  min-width: 0;
  color: #071e2a;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}

.bgt-company-glance__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 9px 15px;
  color: #00996e;
  background: #ecf8f2;
  border-radius: 999px;
  font-family: inherit;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  white-space: nowrap;
}

.bgt-company-glance__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--bgt-glance-divider-width);
  width: 100%;
  background: var(--bgt-glance-divider);
}

.bgt-company-glance__fact {
  position: relative;
  min-width: 0;
  min-height: 128px;
  padding: 28px 30px;
  background: var(--bgt-glance-fact-bg);
}

.bgt-company-glance__fact-label {
  margin: 0 0 12px;
  color: #00996e;
  font-family: inherit;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.bgt-company-glance__fact-value {
  margin: 0 0 7px;
  color: #071e2a;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}

.bgt-company-glance__fact-note {
  margin: 0;
  color: #57727e;
  font-family: inherit;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 400;
}

@media (max-width: 1388px) {
  .bgt-company-glance {
    padding-left: 24px;
    padding-right: 24px;
  }

  .bgt-company-glance__container {
    max-width: 100%;
  }
}

@media (max-width: 1100px) {
  .bgt-company-glance {
    padding: 84px 28px;
  }

  .bgt-company-glance__layout {
    grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
    column-gap: 46px;
  }

  .bgt-company-glance__heading,
  .bgt-company-glance__left .bgt-company-glance__heading {
    font-size: clamp(44px, 5.4vw, 58px);
  }

  .bgt-company-glance__card-header,
  .bgt-company-glance__fact {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 900px) {
  .bgt-company-glance__layout {
    grid-template-columns: 1fr;
    row-gap: 54px;
  }

  .bgt-company-glance__left {
    max-width: 650px;
  }

  .bgt-company-glance__heading,
  .bgt-company-glance__left .bgt-company-glance__heading {
    max-width: 620px;
  }
}

@media (max-width: 767px) {
  .bgt-company-glance {
    padding: 58px 18px;
  }

  .bgt-company-glance__layout {
    row-gap: 42px;
  }

  .bgt-company-glance__eyebrow {
    margin-bottom: 18px;
    font-size: 10px;
  }

  .bgt-company-glance__heading,
  .bgt-company-glance__left .bgt-company-glance__heading {
    margin-bottom: 22px;
    font-size: clamp(38px, 11vw, 50px);
    line-height: 1.04;
    letter-spacing: -1.5px;
  }

  .bgt-company-glance__description {
    margin-bottom: 26px;
    font-size: 15px;
  }

  .bgt-company-glance__card {
    border-radius: 20px;
  }

  .bgt-company-glance__card-header {
    padding: 24px 22px 22px;
  }

  .bgt-company-glance__facts {
    grid-template-columns: 1fr;
  }

  .bgt-company-glance__fact {
    min-height: 0;
    padding: 26px 22px;
  }
}

@media (max-width: 440px) {
  .bgt-company-glance__card-header {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Layout safety: the design becomes single-column below 900px regardless of saved desktop/tablet ratio values. */
@media (max-width: 900px) {
  .bgt-company-glance__layout {
    grid-template-columns: 1fr !important;
  }
}
