/*
Theme Name: BFIT Concept B
Theme URI: https://www.bfit-db.nl/
Author: BFIT Personal Training & Coaching
Description: Lichtgewicht maatwerkthema voor BFIT Personal Training in Den Bosch.
Version: 1.6.3
Text Domain: bfit
*/

[hidden] {
  display: none !important;
}

.bfit-consent {
  position: fixed;
  z-index: 999999;
  left: 50%;
  bottom: 18px;
  width: min(720px, calc(100% - 28px));
  transform: translateX(-50%);
  color: #122B3A;
  background: #F6F3ED;
  border: 1px solid #122B3A;
  border-top: 4px solid #E8620D;
  box-shadow: 0 18px 60px rgba(15, 34, 48, 0.24);
}

.bfit-consent__inner {
  padding: clamp(22px, 4vw, 34px);
}

.bfit-consent__eyebrow {
  margin: 0;
  font: 700 11px/1 Inter, sans-serif;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #AE4E0A;
}

.bfit-consent h2 {
  margin: 10px 0 0;
  font: 800 clamp(22px, 3vw, 30px)/1.15 var(--kop, Manrope), sans-serif;
  letter-spacing: -0.5px;
  color: #122B3A;
}

.bfit-consent p:not(.bfit-consent__eyebrow) {
  margin: 12px 0 0;
  max-width: 66ch;
  font: 400 14.5px/1.6 Inter, sans-serif;
  color: #3A4149;
}

.bfit-consent__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.bfit-consent__button,
.bfit-consent__save {
  min-height: 46px;
  padding: 12px 16px;
  border-radius: 2px;
  font: 700 14px/1.15 var(--kop, Manrope), sans-serif;
  cursor: pointer;
}

.bfit-consent__button.is-necessary {
  color: #122B3A;
  background: transparent;
  border: 1.5px solid #122B3A;
}

.bfit-consent__button.is-accept,
.bfit-consent__save {
  color: #0F2233;
  background: #E8620D;
  border: 1.5px solid #E8620D;
}

.bfit-consent__settings-toggle,
.bfit-consent__privacy,
.bfit-footer-cookie-button {
  font: 600 13px/1.3 Inter, sans-serif;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bfit-consent__settings-toggle {
  margin: 14px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.bfit-consent__settings {
  margin-top: 16px;
  padding-top: 4px;
  border-top: 1px solid #D9D1C4;
}

.bfit-consent__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid #DED7CA;
  color: #122B3A;
}

.bfit-consent__option > span,
.bfit-consent__option > div {
  display: grid;
  gap: 4px;
}

.bfit-consent__option strong {
  font: 700 14px/1.2 var(--kop, Manrope), sans-serif;
}

.bfit-consent__option span span,
.bfit-consent__option.is-required > span {
  font: 400 12.5px/1.45 Inter, sans-serif;
  color: #5A5147;
}

.bfit-consent__option input {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  accent-color: #E8620D;
}

.bfit-consent__save {
  width: 100%;
  margin-top: 16px;
}

.bfit-consent__privacy {
  display: inline-block;
  margin-top: 14px;
}

.bfit-consent button:focus-visible,
.bfit-consent a:focus-visible,
.bfit-footer-cookie-button:focus-visible,
.bfit-external-roster button:focus-visible,
.bfit-external-roster a:focus-visible {
  outline: 3px solid #F2854A;
  outline-offset: 3px;
}

.bfit-footer-cookie-button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.bfit-external-roster__placeholder {
  display: grid;
  justify-items: center;
  gap: 14px;
  min-height: 360px;
  place-content: center;
  padding: 32px 22px;
  text-align: center;
}

.bfit-external-roster__placeholder p {
  margin: 0;
  max-width: 52ch;
  font: 400 14px/1.65 Inter, sans-serif;
  color: #3A4149;
}

.bfit-external-roster__placeholder p strong {
  font: 700 17px/1.3 var(--kop, Manrope), sans-serif;
  color: #122B3A;
}

.bfit-external-roster__placeholder button {
  min-height: 46px;
  padding: 13px 22px;
  border: 1.5px solid #E8620D;
  border-radius: 2px;
  color: #0F2233;
  background: #E8620D;
  font: 700 14px/1.15 var(--kop, Manrope), sans-serif;
  cursor: pointer;
}

.bfit-external-roster__placeholder a {
  font: 600 12.5px/1.4 Inter, sans-serif;
  color: #122B3A;
  text-underline-offset: 3px;
}

.bfit-external-roster iframe {
  display: block;
  width: 100%;
  height: clamp(560px, 88vh, 1000px);
  border: 0;
  background: transparent;
}

@media (max-width: 600px) {
  .bfit-consent {
    bottom: 8px;
    width: calc(100% - 16px);
    max-height: calc(100vh - 16px);
    overflow: auto;
  }

  .bfit-consent__actions {
    grid-template-columns: 1fr;
  }
}

.bfit-goal-selector__frame {
  padding: clamp(24px, 3.5vw, 42px);
  border: 1px solid #122B3A;
  border-top: 5px solid #E8620D;
  background: #ECE7DE;
  box-shadow: 0 12px 30px rgba(18, 43, 58, .07);
}

.bfit-goal-selector {
  margin-top: 28px;
}

.bfit-goal-selector__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.bfit-goal-selector__choice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 84px;
  box-sizing: border-box;
  padding: 18px;
  border: 1px solid #DAD3C6;
  border-top: 4px solid #E8620D;
  border-radius: 0;
  background: #FFFFFF;
  color: #122B3A;
  font: 700 16px/1.35 var(--kop, Manrope), sans-serif;
  text-align: left;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}

.bfit-goal-selector__choice::after {
  content: '→';
  flex: none;
  display: grid;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  place-items: center;
  border: 1px solid #122B3A;
  border-radius: 50%;
  color: #122B3A;
  font: 700 17px/1 Inter, sans-serif;
}

.bfit-goal-selector__choice.is-active::after {
  content: '✓';
  border-color: #E8620D;
  background: #E8620D;
  color: #0F2233;
}

.bfit-goal-selector__choice:hover,
.bfit-goal-selector__choice:focus-visible,
.bfit-goal-selector__choice.is-active {
  border-color: #122B3A;
  background: #122B3A;
  color: #FFFFFF;
}

.bfit-goal-selector__choice:hover::after,
.bfit-goal-selector__choice:focus-visible::after {
  border-color: #E8620D;
  color: #FFFFFF;
}

.bfit-goal-selector__choice.is-active:hover::after,
.bfit-goal-selector__choice.is-active:focus-visible::after {
  color: #0F2233;
}

.bfit-goal-selector__choice:focus-visible {
  outline: 3px solid #E8620D;
  outline-offset: 3px;
}

.bfit-goal-selector__result {
  margin-top: 14px;
  padding: clamp(22px, 3vw, 32px);
  border-left: 4px solid #E8620D;
  background: #ECE7DE;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.bfit-goal-selector__result[hidden] {
  display: none;
}

.bfit-goal-selector__eyebrow {
  margin: 0;
  color: #AE4E0A;
  font: 700 11px/1 Inter, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bfit-goal-selector__title {
  margin: 10px 0 0;
  color: #122B3A;
  font: 800 clamp(20px, 2.2vw, 28px)/1.15 var(--kop, Manrope), sans-serif;
}

.bfit-goal-selector__text {
  max-width: 68ch;
  margin: 10px 0 0;
  color: #3A4149;
  font: 400 15px/1.6 Inter, sans-serif;
}

.bfit-goal-selector__link {
  flex: none;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  box-sizing: border-box;
  padding: 14px 18px;
  background: #E8620D;
  color: #0F2233;
  font: 700 14.5px/1 var(--kop, Manrope), sans-serif;
  text-decoration: none;
}

@media (max-width: 900px) {
  .bfit-goal-selector__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bfit-goal-selector__result {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 540px) {
  .bfit-goal-selector__frame {
    padding: 22px 18px 20px;
  }

  .bfit-goal-selector__grid {
    grid-template-columns: 1fr;
  }

  .bfit-goal-selector__choice {
    min-height: 64px;
    width: 100%;
  }

  .bfit-goal-selector__link {
    width: 100%;
    justify-content: center;
  }
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/bfit-font-016569d8-ca157063339a.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/bfit-font-d1275a0c-71d5ee93cc1e.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/bfit-font-85c48632-6e9e020a25f9.woff2") format('woff2');
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/bfit-font-6281f453-1be3448e292f.woff2") format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/bfit-font-70b63601-5c66f9e07e90.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/bfit-font-9bfca288-34b9c504cab7.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/bfit-font-56f4c5c1-3100e775e861.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/bfit-font-016569d8-ca157063339a.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/bfit-font-d1275a0c-71d5ee93cc1e.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/bfit-font-85c48632-6e9e020a25f9.woff2") format('woff2');
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/bfit-font-6281f453-1be3448e292f.woff2") format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/bfit-font-70b63601-5c66f9e07e90.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/bfit-font-9bfca288-34b9c504cab7.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/bfit-font-56f4c5c1-3100e775e861.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/bfit-font-016569d8-ca157063339a.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/bfit-font-d1275a0c-71d5ee93cc1e.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/bfit-font-85c48632-6e9e020a25f9.woff2") format('woff2');
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/bfit-font-6281f453-1be3448e292f.woff2") format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/bfit-font-70b63601-5c66f9e07e90.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/bfit-font-9bfca288-34b9c504cab7.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/bfit-font-56f4c5c1-3100e775e861.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/bfit-font-016569d8-ca157063339a.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/bfit-font-d1275a0c-71d5ee93cc1e.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/bfit-font-85c48632-6e9e020a25f9.woff2") format('woff2');
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/bfit-font-6281f453-1be3448e292f.woff2") format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/bfit-font-70b63601-5c66f9e07e90.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/bfit-font-9bfca288-34b9c504cab7.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/bfit-font-56f4c5c1-3100e775e861.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/bfit-font-121f7173-de37de877dc1.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/bfit-font-fdee0129-c268b459a932.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/bfit-font-bd78b911-2fb2e8cbfd52.woff2") format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/bfit-font-cfd17a74-6bbb044ab420.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/bfit-font-19d631e0-3911b66d9f2e.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/bfit-font-7c06fdd2-a30ddcd34970.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/bfit-font-121f7173-de37de877dc1.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/bfit-font-fdee0129-c268b459a932.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/bfit-font-bd78b911-2fb2e8cbfd52.woff2") format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/bfit-font-cfd17a74-6bbb044ab420.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/bfit-font-19d631e0-3911b66d9f2e.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/bfit-font-7c06fdd2-a30ddcd34970.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/bfit-font-121f7173-de37de877dc1.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/bfit-font-fdee0129-c268b459a932.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/bfit-font-bd78b911-2fb2e8cbfd52.woff2") format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/bfit-font-cfd17a74-6bbb044ab420.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/bfit-font-19d631e0-3911b66d9f2e.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/bfit-font-7c06fdd2-a30ddcd34970.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/bfit-font-121f7173-de37de877dc1.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/bfit-font-fdee0129-c268b459a932.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/bfit-font-bd78b911-2fb2e8cbfd52.woff2") format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/bfit-font-cfd17a74-6bbb044ab420.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/bfit-font-19d631e0-3911b66d9f2e.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/bfit-font-7c06fdd2-a30ddcd34970.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --kop: Manrope, Arial, sans-serif;
  --accent: #E8620D;
  --navy: #142F4A;
  --night: #122B3A;
  --cream: #F6F3ED;
  --warm-gray: #ECE7DE;
  --line: #DAD3C6;
}

html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: #26262A; font-family: Inter, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.admin-bar .bfit-site-header { top: 32px; }
* { box-sizing: border-box; }
img { max-width: 100%; }
a { color: #AE4E0A; }
a:hover { color: #8A3D06; }
::selection { background: #F6D8BF; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
summary::-webkit-details-marker { display: none; }

.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.bfit-skip-link:focus { position: fixed; z-index: 99999; top: 8px; left: 8px; width: auto; height: auto; clip: auto; padding: 10px 14px; background: #fff; color: #122B3A; }
.bfit-staging-banner { background: #9A6B00; color: #fff; padding: 7px 20px; text-align: center; font: 600 11px/1.5 Inter, sans-serif; letter-spacing: .3px; }
.bfit-site-header { background: var(--cream); position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid var(--line); }
.bfit-header-inner { max-width: 1240px; margin: 0 auto; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.bfit-brand { text-decoration: none; display: flex; align-items: center; gap: 12px; }
.bfit-brand img { display: block; width: auto; height: 48px; }
.bfit-wordmark { font: 600 9px/1.4 Inter, sans-serif; letter-spacing: 2.4px; color: #8A7E6B; white-space: nowrap; }
.bfit-desktop-nav { display: flex; align-items: center; gap: 20px; }
.bfit-desktop-nav a { font: 600 12.5px/1 Inter, sans-serif; letter-spacing: .4px; color: #2B3138; text-decoration: none; }
.bfit-desktop-nav a[aria-current="page"] { color: #AE4E0A; }
.bfit-desktop-nav .bfit-nav-cta { font: 700 12.5px/1 var(--kop); color: #0F2233; background: var(--accent); padding: 12px 18px; border-radius: 2px; }
.bfit-mobile-actions { display: none; align-items: center; gap: 10px; }
.bfit-mobile-cta { font: 700 12px/1 var(--kop); color: #0F2233; background: var(--accent); padding: 11px 13px; border-radius: 2px; text-decoration: none; }
.bfit-menu-toggle { width: 44px; height: 44px; border: 1px solid #122B3A; border-radius: 2px; background: transparent; cursor: pointer; display: grid; place-content: center; gap: 4px; }
.bfit-menu-toggle span { width: 18px; height: 2px; background: #122B3A; }
.bfit-mobile-nav { display: none; background: var(--cream); border-top: 1px solid var(--line); padding: 8px 20px 16px; }
.bfit-mobile-nav.is-open { display: grid; }
.bfit-mobile-nav a { font: 700 17px/1 var(--kop); color: #122B3A; text-decoration: none; padding: 14px 2px; border-bottom: 1px solid #E4DDD0; }
.bfit-mobile-nav a.bfit-mobile-meta { font: 500 14px/1 Inter, sans-serif; color: #6B7480; }
.bfit-main { display: block; overflow: clip; }
.bfit-main img { max-width: 100%; }
.bfit-only-wide, .bfit-only-tablet, .bfit-only-mobile-hero, .bfit-only-steps-mobile, .bfit-only-mobile { display: none; }
.bfit-only-steps-desktop, .bfit-only-desktop { display: block; }
.bfit-video-player { display: none; }
.bfit-video-player.is-active { display: block; }
.bfit-video-poster.is-hidden { display: none; }
.bfit-goal-button.is-active { border-color: #122B3A !important; background: #122B3A !important; color: #fff !important; }
.bfit-form-feedback { margin: 10px 0 0; font: 600 13px/1.5 Inter, sans-serif; }
.bfit-form-feedback.is-success { color: #1E7A4C; }
.bfit-form-feedback.is-error { color: #B3261E; }

.bfit-prefooter { background: #122B3A; color: #fff; border-top: 1px solid rgba(255,255,255,.14); }
.bfit-prefooter-inner { max-width: 1240px; margin: 0 auto; padding: 34px 20px; display: flex; gap: 22px 36px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.bfit-prefooter h2 { margin: 0; font: 800 clamp(24px,3vw,34px)/1.1 var(--kop); letter-spacing: -.7px; color: #fff; }
.bfit-prefooter-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.bfit-button-primary { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 14px 20px; background: var(--accent); color: #0F2233; text-decoration: none; border-radius: 2px; font: 700 14px/1 var(--kop); }
.bfit-button-secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 14px 20px; border: 1px solid rgba(255,255,255,.4); color: #fff; text-decoration: none; border-radius: 2px; font: 700 14px/1 var(--kop); }
.bfit-site-footer { background: #0F2230; color: #C6D1DC; }
.bfit-footer-main { max-width: 1240px; margin: 0 auto; padding: 36px 20px 42px; display: flex; gap: 28px 56px; flex-wrap: wrap; justify-content: space-between; }
.bfit-footer-brand { display: grid; gap: 12px; }
.bfit-footer-brand img { display: block; height: 56px; width: auto; }
.bfit-footer-brand p { margin: 0; font: 400 13px/1.6 Inter, sans-serif; color: #9FB1C2; }
.bfit-footer-brand a { color: #C6D1DC; }
.bfit-footer-hours, .bfit-footer-legal { font: 400 11.5px/1.7 Inter, sans-serif; color: #7C8FA3; }
.bfit-footer-nav { display: flex; gap: 8px 26px; flex-wrap: wrap; align-items: start; font: 500 13px/2 Inter, sans-serif; max-width: 610px; }
.bfit-footer-nav a { color: #C6D1DC; text-decoration: none; }
.bfit-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); }
.bfit-footer-bottom-inner { max-width: 1240px; margin: 0 auto; padding: 14px 20px; display: flex; gap: 10px 24px; flex-wrap: wrap; justify-content: space-between; font: 400 11.5px/1.5 Inter, sans-serif; color: #7C8FA3; }

.bfit-content-page { max-width: 860px; margin: 0 auto; padding: clamp(48px,7vw,88px) 20px; }
.bfit-content-page h1 { font: 800 clamp(32px,5vw,52px)/1.05 var(--kop); color: #122B3A; letter-spacing: -1.2px; }
.bfit-content-page h2 { font: 800 clamp(24px,3vw,34px)/1.1 var(--kop); color: #122B3A; }
.bfit-content-page p, .bfit-content-page li { font: 400 16px/1.7 Inter, sans-serif; }

@media (min-width: 1200px) {
  .bfit-only-wide { display: block; }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .bfit-only-tablet { display: block; }
}
@media (max-width: 1019px) {
  body.admin-bar .bfit-site-header { top: 46px; }
  .bfit-desktop-nav { display: none; }
  .bfit-mobile-actions { display: flex; }
  .bfit-wordmark { display: none; }
  .bfit-only-desktop { display: none; }
  .bfit-only-mobile { display: block; }
}
@media (max-width: 899px) {
  .bfit-only-mobile-hero { display: block; }
}
@media (max-width: 759px) {
  .bfit-only-steps-desktop { display: none; }
  .bfit-only-steps-mobile { display: block; }
}
@media (max-width: 782px) {
  body.admin-bar .bfit-site-header { top: 46px; }
}
@media (max-width: 480px) {
  .bfit-header-inner { padding: 12px 16px; }
  .bfit-brand img { height: 46px; }
  .bfit-mobile-cta { padding: 11px 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
