:root {
  --color-white: #ffffff;
  --color-ivory: #fcfaf7;
  --color-cream: #f5f0e9;
  --color-beige: #eae0d5;
  --color-nude: #e8d8cb;
  --color-gold: #caa161;
  --color-gold-light: #e2c995;
  --color-gold-dark: #9f7b3f;
  --color-text: #27231f;
  --color-text-muted: #6d655e;
  --color-border: #e8dfd5;
  --color-sage: #68746a;
  --font-heading: "Cormorant Garamond", "DM Serif Display", "Playfair Display", Georgia, serif;
  --font-body: "Manrope", Inter, Arial, sans-serif;
  --container: 1180px;
  --radius: 8px;
  --shadow-soft: 0 18px 50px rgba(39, 35, 31, 0.08);
}

html {
  background: var(--color-ivory);
  overflow-x: hidden;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background: var(--color-ivory);
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.bfy-academy-theme,
.bfy-academy-theme button,
.bfy-academy-theme input,
.bfy-academy-theme select,
.bfy-academy-theme textarea,
.bfy-site-main {
  color: var(--color-text);
  font-family: var(--font-body);
}

.bfy-academy-theme a {
  color: inherit;
}

.bfy-academy-theme .site-content .ast-container {
  display: block;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.bfy-academy-theme .entry-header,
.bfy-academy-theme.page .entry-title,
.bfy-academy-theme .page-title,
.bfy-academy-theme .ast-archive-description,
.bfy-academy-theme .ast-archive-title,
.bfy-academy-theme .woocommerce-products-header {
  display: none !important;
}

.bfy-page-shell,
.bfy-academy-theme .entry-content {
  margin: 0;
  padding: 0;
}

.bfy-academy-theme img {
  height: auto;
  image-rendering: auto;
  max-width: 100%;
}

.bfy-skip-link {
  background: var(--color-text);
  color: var(--color-white);
  left: 16px;
  padding: 10px 14px;
  position: absolute;
  top: -80px;
  z-index: 9999;
}

.bfy-skip-link:focus {
  top: 16px;
}

.bfy-site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--color-border);
  position: sticky;
  top: 0;
  z-index: 50;
}

.bfy-topbar {
  align-items: center;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-text-muted);
  display: flex;
  font-size: 13px;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  min-height: 40px;
  padding: 0 24px;
}

.bfy-topbar a {
  text-decoration: none;
}

.bfy-navbar {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--container);
  min-height: 88px;
  padding: 0 32px;
}

.bfy-logo {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  gap: 12px;
  text-decoration: none;
}

.bfy-logo span {
  color: var(--color-gold-dark);
  font-family: var(--font-heading);
  font-size: 38px;
  line-height: 1;
}

.bfy-logo strong {
  display: grid;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
}

.bfy-logo em {
  font-family: var(--font-body);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.bfy-main-nav {
  align-items: center;
  display: flex;
  flex-shrink: 1;
  gap: 18px;
}

.bfy-main-nav a {
  font-size: 13px;
  min-height: 44px;
  padding: 13px 0;
  text-decoration: none;
}

.bfy-nav-cta,
.bfy-button {
  align-items: center;
  border: 1px solid var(--color-gold);
  border-radius: 2px;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 12px;
  justify-content: center;
  min-height: 44px;
  padding: 12px 24px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.bfy-nav-cta,
.bfy-button--primary {
  background: var(--color-gold);
  color: var(--color-white);
}

.bfy-nav-cta {
  min-width: 112px;
  padding-left: 18px;
  padding-right: 18px;
}

.bfy-button--outline {
  background: transparent;
  color: var(--color-gold-dark);
}

.bfy-button--text {
  background: transparent;
  border-color: transparent;
  color: var(--color-gold-dark);
  padding-left: 0;
}

.bfy-button:hover,
.bfy-nav-cta:hover {
  background: var(--color-gold-dark);
  border-color: var(--color-gold-dark);
  color: var(--color-white);
  transform: translateY(-1px);
}

.bfy-mobile-toggle {
  align-items: center;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.bfy-mobile-toggle span:not(.screen-reader-text) {
  background: var(--color-text);
  display: block;
  height: 2px;
  width: 20px;
}

.bfy-site-main {
  background: var(--color-ivory);
  overflow-x: clip;
}

.bfy-section,
.bfy-hero,
.bfy-trust-bar,
.bfy-stats-strip,
.bfy-financing-banner,
.bfy-final-cta {
  margin: 0 auto;
  max-width: var(--container);
  padding-left: 32px;
  padding-right: 32px;
}

.bfy-section {
  padding-bottom: 96px;
  padding-top: 96px;
}

.bfy-section--cream {
  background: var(--color-cream);
  max-width: none;
}

.bfy-section--cream > * {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container);
}

.bfy-hero {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: 560px;
  padding-bottom: 56px;
  padding-top: 56px;
}

.bfy-hero--compact {
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.72fr);
  min-height: 420px;
}

.bfy-hero--course {
  align-items: center;
  background-image: none;
  column-gap: 48px;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
  row-gap: 32px;
}

.bfy-hero-content {
  max-width: 620px;
}

.bfy-hero--course .bfy-hero-content {
  max-width: 760px;
  min-width: 0;
}

.bfy-eyebrow {
  color: var(--color-gold-dark);
  font-size: 12px;
  font-weight: 800;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.bfy-hero h1,
.bfy-section h2,
.bfy-section-heading h2,
.bfy-final-cta h2,
.bfy-financing-banner h2,
.bfy-card h2,
.bfy-card h3,
.bfy-price-panel strong {
  color: var(--color-text);
  font-family: var(--font-heading);
  font-weight: 500;
  line-height: 1.02;
  margin: 0;
}

.bfy-hero h1 {
  font-size: 72px;
  margin-bottom: 24px;
}

.bfy-hero.bfy-hero--course h1 {
  font-size: clamp(50px, 4.15vw, 76px);
  hyphens: auto;
  overflow-wrap: normal;
}

.bfy-script {
  color: var(--color-gold);
  display: block;
  font-family: "Segoe Script", "Brush Script MT", "Cormorant Garamond", cursive;
  font-size: 0.42em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.1;
}

.bfy-section h2,
.bfy-section-heading h2,
.bfy-final-cta h2,
.bfy-financing-banner h2 {
  font-size: 48px;
}

.bfy-card h2,
.bfy-card h3 {
  font-size: 27px;
  line-height: 1.1;
}

.bfy-hero p,
.bfy-section-heading p,
.bfy-card p,
.bfy-panel p,
.bfy-final-cta p,
.bfy-financing-banner p,
.bfy-feature p,
.bfy-footer-grid p {
  color: var(--color-text-muted);
  font-size: 16px;
  line-height: 1.75;
}

.bfy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.bfy-hero-image,
.bfy-split-media,
.bfy-card-media,
.bfy-portrait,
.bfy-before-after-media,
.bfy-product-media {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(202, 161, 97, 0.08)),
    linear-gradient(45deg, var(--color-cream), var(--color-nude));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid var(--color-border);
  overflow: hidden;
  position: relative;
}

.bfy-hero-image::before,
.bfy-split-media::before,
.bfy-card-media::before,
.bfy-portrait::before,
.bfy-before-after-media::before {
  background:
    radial-gradient(circle at 22% 28%, rgba(255, 255, 255, 0.92) 0 5%, transparent 6%),
    linear-gradient(110deg, transparent 0 35%, rgba(202, 161, 97, 0.22) 35% 37%, transparent 38%),
    linear-gradient(18deg, rgba(255, 255, 255, 0) 0 45%, rgba(255, 255, 255, 0.58) 46% 68%, rgba(255, 255, 255, 0) 69%);
  content: "";
  inset: 0;
  position: absolute;
}

.bfy-hero-image::before,
.bfy-split-media::before,
.bfy-card-media::before,
.bfy-portrait::before,
.bfy-before-after-media::before {
  display: none;
}

.bfy-hero-image {
  aspect-ratio: 1.12 / 1;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-height: 420px;
}

.bfy-hero--home {
  min-height: 560px;
  padding-bottom: 28px;
  padding-top: 36px;
}

.bfy-hero--home .bfy-hero-image {
  align-self: stretch;
  min-height: 520px;
}

.bfy-hero-image--team,
.bfy-hero-image--training,
.bfy-hero--contact .bfy-hero-image {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(104, 116, 106, 0.08)),
    linear-gradient(45deg, var(--color-cream), #f7eee7);
}

.bfy-hero--home .bfy-hero-image {
  background-image: url("../images/hero-home.webp");
  background-position: 72% center;
}

.bfy-hero--about .bfy-hero-image,
.bfy-hero-image--team {
  background-image: url("../images/hero-about.webp?v=156");
  background-position: center center;
}

.bfy-hero--training-index .bfy-hero-image,
.bfy-hero-image--training {
  background-image: url("../images/hero-training.webp?v=157");
  background-position: center center;
  background-size: contain;
}

.bfy-hero--course {
  background:
    linear-gradient(90deg, rgba(252, 250, 247, 1) 0 54%, rgba(247, 239, 229, 0.42) 100%);
}

.bfy-course-hero-image {
  align-self: stretch;
  margin: 0;
  min-height: 500px;
  overflow: hidden;
}

.bfy-course-hero-image img {
  display: block;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.bfy-hero--dates {
  background-image:
    linear-gradient(90deg, rgba(252, 250, 247, 1) 0 46%, rgba(252, 250, 247, 0.72) 58%, rgba(252, 250, 247, 0.08) 100%),
    url("../images/hero-dates.webp");
}

.bfy-hero--instructors {
  background-image:
    linear-gradient(90deg, rgba(252, 250, 247, 1) 0 42%, rgba(252, 250, 247, 0.68) 54%, rgba(252, 250, 247, 0.04) 100%),
    url("../images/hero-instructors.webp");
}

.bfy-hero--results {
  background-image:
    linear-gradient(90deg, rgba(252, 250, 247, 1) 0 44%, rgba(252, 250, 247, 0.72) 56%, rgba(252, 250, 247, 0.05) 100%),
    url("../images/hero-results.webp");
}

.bfy-hero--shop {
  background-image:
    linear-gradient(90deg, rgba(252, 250, 247, 1) 0 44%, rgba(252, 250, 247, 0.74) 55%, rgba(252, 250, 247, 0.06) 100%),
    url("../images/hero-shop.webp");
}

.bfy-hero--contact {
  background-image:
    linear-gradient(90deg, rgba(252, 250, 247, 1) 0 46%, rgba(252, 250, 247, 0.72) 58%, rgba(252, 250, 247, 0.08) 100%),
    url("../images/hero-contact.webp");
}

.bfy-hero--path,
.bfy-hero--finder,
.bfy-hero--blog,
.bfy-hero--financing {
  background-image:
    linear-gradient(90deg, rgba(252, 250, 247, 1) 0 46%, rgba(252, 250, 247, 0.72) 58%, rgba(252, 250, 247, 0.08) 100%),
    url("../images/course-tools.webp");
}

.bfy-hero--policies,
.bfy-hero--instructor-profile {
  background-image:
    linear-gradient(90deg, rgba(252, 250, 247, 1) 0 46%, rgba(252, 250, 247, 0.72) 58%, rgba(252, 250, 247, 0.08) 100%),
    url("../images/path-master.webp");
}

.bfy-hero--dates,
.bfy-hero--instructors,
.bfy-hero--results,
.bfy-hero--shop,
.bfy-hero--contact,
.bfy-hero--path,
.bfy-hero--finder,
.bfy-hero--blog,
.bfy-hero--financing,
.bfy-hero--policies,
.bfy-hero--instructor-profile {
  background-position: center, right center;
  background-repeat: no-repeat;
  background-size: auto, min(58vw, 780px) auto;
}

.bfy-trust-bar,
.bfy-stats-strip {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 32px;
  margin-top: 0;
  padding-bottom: 26px;
  padding-top: 26px;
}

.bfy-trust-bar div,
.bfy-stats-strip div {
  align-items: center;
  border-right: 1px solid var(--color-border);
  display: grid;
  gap: 3px 14px;
  grid-template-columns: 38px minmax(0, 1fr);
  padding: 0 28px;
}

.bfy-trust-bar div:last-child,
.bfy-stats-strip div:last-child {
  border-right: 0;
}

.bfy-icon svg {
  color: var(--color-gold);
  display: block;
  height: 30px;
  shape-rendering: geometricPrecision;
  stroke: currentColor;
  vector-effect: non-scaling-stroke;
  width: 30px;
}

.bfy-trust-bar strong,
.bfy-stats-strip strong {
  font-size: 19px;
  line-height: 1.1;
}

.bfy-trust-bar span:not(.bfy-icon),
.bfy-stats-strip span:not(.bfy-icon) {
  color: var(--color-text-muted);
  font-size: 13px;
  grid-column: 2;
}

.bfy-section-heading {
  margin: 0 auto 44px;
  max-width: 720px;
  text-align: center;
}

.bfy-grid {
  display: grid;
  gap: 24px;
}

.bfy-grid--paths,
.bfy-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bfy-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bfy-grid--courses {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bfy-card,
.bfy-panel,
.bfy-price-panel {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  box-shadow: 0 10px 30px rgba(39, 35, 31, 0.04);
}

.bfy-card--flat {
  box-shadow: none;
  padding: 28px;
}

.bfy-about-offer .bfy-section-heading {
  max-width: 860px;
}

.bfy-about-proof-grid {
  margin-bottom: 34px;
}

.bfy-about-proof-grid .bfy-card--flat {
  min-height: 190px;
}

.bfy-about-copy {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1120px;
}

.bfy-about-copy article {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(249, 244, 237, 0.78));
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: 36px;
}

.bfy-about-copy h3 {
  font-family: var(--font-heading);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.12;
  margin: 0 0 14px;
}

.bfy-about-copy p:last-child {
  margin-bottom: 0;
}

.bfy-path-card {
  min-height: 270px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.bfy-path-card .bfy-card-body {
  padding: 26px;
  position: relative;
}

.bfy-path-number {
  align-items: center;
  background: var(--color-white);
  border: 1px solid var(--color-gold-light);
  border-radius: 50%;
  color: var(--color-gold-dark);
  display: inline-flex;
  font-family: var(--font-heading);
  font-size: 24px;
  height: 54px;
  justify-content: center;
  margin-bottom: 18px;
  width: 54px;
}

.bfy-card-media {
  aspect-ratio: 1.55 / 1;
}

.bfy-card-media--path {
  aspect-ratio: 1.85 / 1;
  border: 0;
  border-bottom: 1px solid var(--color-border);
}

.bfy-card-media--course,
.bfy-card-media--tools {
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.2), rgba(202, 161, 97, 0.1)),
    repeating-linear-gradient(90deg, #f3e8de 0 18px, #f8f3ed 18px 34px);
}

.bfy-card-media--course {
  align-items: center;
  background: #fbf8f3;
  display: flex;
  justify-content: center;
}

.bfy-card-media--course img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bfy-card-media--path-start {
  background-image: url("../images/path-start.webp");
}

.bfy-card-media--path-professional {
  background-image: url("../images/path-professional.webp");
}

.bfy-card-media--path-master {
  background-image: url("../images/path-master.webp");
}

.bfy-card-media--path-instruktor,
.bfy-card-media--path-instructor {
  background-image: url("../images/path-instructor.webp");
}

.bfy-card-media--path-metody-premium {
  background-image: url("../images/path-premium.webp?v=157");
}

.bfy-card-media--path-trychologia {
  background-image: url("../images/path-trychologia.webp?v=157");
}

.bfy-card-media--path-pozostale-szkolenia {
  background-image: url("../images/path-pozostale.webp?v=157");
}

.bfy-card-media--course-tools,
.bfy-card-media--tools {
  background-image: url("../images/course-tools.webp");
}

.bfy-card-media--course-hair {
  background-image: url("../images/path-instructor.webp");
}

.bfy-card-media--course-technique {
  background-image: url("../images/course-technique.webp");
}

.bfy-card-media--course-instructor {
  background-image: url("../images/course-instructor.webp");
}

.bfy-card-media--shop-hair,
.bfy-product-card .bfy-product-media {
  background-image: url("../images/shop-hair.webp");
}

.bfy-card-media--shop-kit {
  background-image: url("../images/shop-kit.webp");
}

.bfy-card-media--shop-device {
  background-image: url("../images/shop-device.webp");
}

.bfy-card-media--shop-accessories {
  background-image: url("../images/shop-accessories.webp");
}

.bfy-card-body {
  padding: 24px;
}

.bfy-course-card .bfy-card-body {
  display: flex;
  flex-direction: column;
  min-height: 390px;
}

.bfy-course-card h3 {
  font-size: 23px;
}

.bfy-course-card .bfy-button {
  margin-top: auto;
}

.bfy-card-meta {
  color: var(--color-gold-dark);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 800;
  gap: 10px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.bfy-facts,
.bfy-check-list {
  list-style: none;
  margin: 18px 0;
  padding: 0;
}

.bfy-facts li,
.bfy-check-list li {
  align-items: flex-start;
  color: var(--color-text-muted);
  display: flex;
  gap: 10px;
  line-height: 1.55;
  margin: 8px 0;
}

.bfy-facts .bfy-icon svg {
  height: 18px;
  width: 18px;
}

.bfy-check-list li::before {
  color: var(--color-gold);
  content: "✓";
  font-weight: 800;
}

.bfy-card-price {
  border-top: 1px solid var(--color-border);
  margin-top: 18px;
  padding-top: 16px;
}

.bfy-card-price span {
  color: var(--color-text-muted);
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.bfy-card-price strong {
  font-size: 26px;
  margin-top: 4px;
}

.bfy-info-pill,
.bfy-todo {
  background: #fff8ec;
  border: 1px solid var(--color-gold-light);
  color: var(--color-gold-dark);
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  padding: 3px 7px;
  text-transform: uppercase;
}

.bfy-card-note {
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 18px;
}

.bfy-split,
.bfy-three-columns {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.bfy-three-columns {
  align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 320px;
}

.bfy-split--reverse > :first-child {
  order: 2;
}

.bfy-split-media {
  aspect-ratio: 1.3 / 1;
  min-height: 360px;
}

.bfy-split-media {
  background-image: url("../images/split-academy.webp");
}

.bfy-split-media--academy {
  background-image: none;
  display: block;
  margin: 0;
}

.bfy-split-media--academy img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.bfy-split-media--tools {
  background-image: url("../images/split-tools.webp");
}

.bfy-feature-list {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 32px 0;
}

.bfy-feature {
  align-items: start;
  display: flex;
  gap: 14px;
}

.bfy-feature strong {
  display: block;
  margin-bottom: 4px;
}

.bfy-feature .bfy-icon svg {
  height: 26px;
  width: 26px;
}

.bfy-date-list {
  display: grid;
  gap: 16px;
}

.bfy-home-dates {
  padding-top: 82px;
}

.bfy-home-date-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bfy-home-date-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.bfy-home-date-media {
  aspect-ratio: 4 / 3;
  background: #fbf8f3;
  border-bottom: 1px solid var(--color-border);
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.bfy-home-date-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
  width: 100%;
}

.bfy-home-date-card:hover .bfy-home-date-media img {
  transform: scale(1.035);
}

.bfy-home-date-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 24px;
}

.bfy-home-date-tags {
  color: var(--color-gold-dark);
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: 800;
  gap: 8px;
  line-height: 1.35;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.bfy-home-date-tags span {
  border: 1px solid var(--color-gold-light);
  padding: 4px 7px;
}

.bfy-home-date-card .bfy-button {
  margin-top: auto;
  width: 100%;
}

.bfy-home-date-card h3 {
  font-size: 28px;
  line-height: 1.08;
  margin-bottom: 12px;
  overflow-wrap: anywhere;
}

.bfy-home-date-card h3 a {
  text-decoration: none;
}

.bfy-home-date-card p {
  margin-bottom: 0;
}

.bfy-home-date-duration {
  color: var(--color-text-muted);
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 22px !important;
  min-height: 46px;
}

.bfy-home-dates-footer {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  margin-top: 34px;
}

.bfy-home-choice-panel,
.bfy-home-calendar-panel {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 188px;
  padding: 28px;
}

.bfy-home-choice-panel h3,
.bfy-home-calendar-panel h3 {
  font-size: 28px;
  line-height: 1.1;
}

.bfy-home-choice-panel .bfy-button,
.bfy-home-calendar-panel .bfy-button {
  white-space: nowrap;
}

.bfy-date-card {
  align-items: center;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  display: grid;
  gap: 24px;
  grid-template-columns: 132px minmax(0, 1fr) auto;
  padding: 20px;
}

.bfy-date-card--with-image {
  grid-template-columns: 132px minmax(180px, 260px) minmax(0, 1fr) auto;
}

.bfy-date-card-media {
  aspect-ratio: 4 / 3;
  background: #fbf8f3;
  border: 1px solid var(--color-border);
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.bfy-date-card-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
  width: 100%;
}

.bfy-date-card:hover .bfy-date-card-media img {
  transform: scale(1.035);
}

.bfy-date-card-body {
  min-width: 0;
}

.bfy-date-card-body h3 {
  font-size: 32px;
  line-height: 1.08;
  margin-bottom: 10px;
  overflow-wrap: anywhere;
}

.bfy-date-card-body p:last-child {
  margin-bottom: 0;
}

.bfy-date-box {
  align-content: center;
  align-self: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 246, 240, 0.92));
  border: 1px solid var(--color-gold-light);
  display: grid;
  gap: 6px;
  height: 112px;
  justify-items: center;
  padding: 14px 12px;
  text-align: center;
  width: 132px;
}

.bfy-date-box strong {
  font-family: var(--font-heading);
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}

.bfy-date-box span {
  color: var(--color-gold-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-transform: uppercase;
  white-space: nowrap;
}

.bfy-panel,
.bfy-price-panel {
  padding: 32px;
}

.bfy-price-panel {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-column: 1 / -1;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  position: static;
}

.bfy-price-panel strong {
  display: block;
  font-size: 44px;
  margin: 8px 0 0;
}

.bfy-price-panel p {
  margin: 0;
}

.bfy-price-panel .bfy-button {
  justify-self: end;
}

.bfy-course-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

.bfy-course-hero-meta span {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.bfy-anchor-nav {
  background: var(--color-white);
  border-bottom: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
  display: flex;
  gap: 28px;
  justify-content: center;
  padding: 14px 24px;
  position: sticky;
  top: 129px;
  z-index: 20;
}

.bfy-anchor-nav a {
  font-size: 14px;
  min-height: 44px;
  padding: 12px 0;
  text-decoration: none;
}

.bfy-training-description {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
}

.bfy-training-description .bfy-lead {
  font-size: 18px;
  line-height: 1.8;
  margin: 24px 0 0;
}

.bfy-training-highlights {
  margin-top: 28px;
}

.bfy-training-description-media {
  aspect-ratio: 1.2 / 1;
  margin: 0;
  overflow: hidden;
}

.bfy-training-description-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.bfy-course-source .bfy-section-heading {
  max-width: 880px;
}

.bfy-source-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bfy-source-card {
  padding: 34px;
}

.bfy-source-card h3 {
  color: var(--color-text);
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.08;
  margin: 0 0 16px;
}

.bfy-source-card p {
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}

.bfy-source-card .bfy-check-list {
  margin-top: 22px;
}

.bfy-module-card {
  min-height: 220px;
  padding: 26px;
}

.bfy-module-card > span {
  color: var(--color-gold-dark);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.bfy-portrait {
  aspect-ratio: 4 / 5;
}

.bfy-portrait--large {
  min-height: 520px;
}

.bfy-portrait--1 {
  background-image: url("../images/portrait-1.webp");
}

.bfy-portrait--2 {
  background-image: url("../images/portrait-2.webp");
}

.bfy-portrait--3 {
  background-image: url("../images/portrait-3.webp");
}

.bfy-portrait--4 {
  background-image: url("../images/portrait-4.webp");
}

.bfy-portrait--founder,
.bfy-portrait--large {
  background-image: url("../images/portrait-founder.webp");
}

.bfy-before-after-media {
  aspect-ratio: 1 / 1.12;
  margin-bottom: 18px;
}

.bfy-before-after-media--1 {
  background-image: url("../images/result-before-after-1.webp");
}

.bfy-before-after-media--2 {
  background-image: url("../images/result-before-after-2.webp");
}

.bfy-before-after-media--3 {
  background-image: url("../images/result-before-after-3.webp");
}

.bfy-before-after-media--4 {
  background-image: url("../images/result-gallery-1.webp");
}

.bfy-before-after {
  min-height: 100%;
  padding: 18px;
}

.bfy-section--cream .bfy-grid + .bfy-center {
  clear: both;
  margin: 48px 0 0;
  position: relative;
  z-index: 1;
}

.bfy-testimonials {
  margin: 0 auto;
  max-width: var(--container);
  padding: 92px 32px 64px;
}

.bfy-testimonials blockquote {
  margin: 0;
  padding: 28px;
}

.bfy-testimonials cite {
  color: var(--color-text-muted);
  display: block;
  font-style: normal;
  margin-top: 18px;
}

.bfy-financing-banner,
.bfy-final-cta {
  align-items: center;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-bottom: 64px;
  padding-bottom: 42px;
  padding-top: 42px;
}

.bfy-final-cta {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(245, 240, 233, 0.94)),
    var(--color-cream);
  display: block;
  text-align: center;
}

.bfy-final-cta .bfy-actions {
  justify-content: center;
}

.bfy-filter-shell {
  margin-bottom: 32px;
}

.bfy-filter-toggle {
  display: none;
}

.bfy-filters {
  align-items: end;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  padding: 22px;
}

.bfy-filters label,
.bfy-form label {
  color: var(--color-text);
  display: grid;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
}

.bfy-filters select,
.bfy-form input,
.bfy-form select,
.bfy-form textarea {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 2px;
  color: var(--color-text);
  font: inherit;
  min-height: 46px;
  padding: 11px 14px;
  width: 100%;
}

.bfy-filter-empty {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--color-border);
  color: var(--color-text-muted);
  margin: 28px auto 0;
  max-width: 760px;
  padding: 22px 28px;
  text-align: center;
}

.bfy-scroll-anchor {
  display: block;
  scroll-margin-top: 130px;
}

.bfy-form {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  display: grid;
  gap: 18px;
  padding: 32px;
}

.bfy-checkbox {
  align-items: start;
  display: flex !important;
  font-weight: 500 !important;
}

.bfy-checkbox input {
  min-height: auto;
  width: auto;
}

.bfy-accordion {
  display: grid;
  gap: 12px;
  margin: 0 auto;
  max-width: 900px;
}

.bfy-accordion-item {
  background: var(--color-white);
  border: 1px solid var(--color-border);
}

.bfy-accordion-item button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--color-text);
  cursor: pointer;
  display: flex;
  font-family: var(--font-heading);
  font-size: 24px;
  justify-content: space-between;
  min-height: 58px;
  padding: 16px 20px;
  text-align: left;
  width: 100%;
}

.bfy-accordion-item div {
  display: none;
  padding: 0 20px 18px;
}

.bfy-accordion-item button[aria-expanded="true"] + div {
  display: block;
}

.bfy-sticky-cta {
  align-items: center;
  background: var(--color-white);
  border-top: 1px solid var(--color-border);
  bottom: 0;
  box-shadow: 0 -10px 30px rgba(39, 35, 31, 0.08);
  display: none;
  gap: 14px;
  justify-content: space-between;
  left: 0;
  padding: 10px 16px;
  position: fixed;
  right: 0;
  z-index: 60;
}

.bfy-sticky-cta > span {
  font-weight: 800;
}

.bfy-center {
  margin-bottom: 0;
  text-align: center;
}

.bfy-notice {
  background: #fff8ec;
  border: 1px solid var(--color-gold-light);
  margin: 32px auto;
  max-width: 760px;
  padding: 16px 20px;
}

.bfy-site-footer {
  background: var(--color-white);
  border-top: 1px solid var(--color-border);
}

.bfy-footer-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 1.35fr repeat(5, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--container);
  padding: 56px 32px;
}

.bfy-footer-grid h2 {
  font-size: 14px;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.bfy-footer-grid a {
  color: var(--color-text-muted);
  display: block;
  font-size: 14px;
  margin: 9px 0;
  text-decoration: none;
}

.bfy-footer-small,
.bfy-newsletter p {
  font-size: 12px !important;
}

.bfy-newsletter div {
  display: flex;
  max-width: 260px;
}

.bfy-newsletter label {
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
}

.bfy-newsletter input {
  border: 1px solid var(--color-border);
  border-right: 0;
  min-width: 0;
  min-height: 44px;
  padding: 10px 12px;
  width: 100%;
}

.bfy-newsletter button {
  align-items: center;
  background: var(--color-gold) !important;
  border: 1px solid var(--color-gold) !important;
  border-radius: 0 2px 2px 0 !important;
  color: var(--color-white) !important;
  display: inline-flex !important;
  flex: 0 0 48px !important;
  font-size: 22px !important;
  justify-content: center;
  line-height: 1;
  margin: 0;
  min-height: 44px !important;
  padding: 0;
  width: 48px !important;
}

.bfy-site-footer .bfy-newsletter button[type="submit"] {
  max-width: 48px !important;
  min-width: 48px !important;
  transform: none !important;
}

.bfy-footer-bottom {
  border-top: 1px solid var(--color-border);
  color: var(--color-text-muted);
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--container);
  padding: 18px 32px;
}

.woocommerce ul.products li.product.bfy-product-card {
  float: none;
  margin: 0;
  width: auto;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
  display: none;
}

.bfy-product-card {
  display: flex !important;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}

.bfy-product-card a {
  text-decoration: none;
}

.bfy-product-media {
  align-items: center;
  aspect-ratio: 4 / 3;
  background: #fbf8f3;
  border: 0;
  border-bottom: 1px solid var(--color-border);
  display: flex;
  justify-content: center;
  padding: 0;
}

.bfy-product-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bfy-product-card .bfy-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 330px;
}

.bfy-product-card .price,
.bfy-card-price .price {
  color: var(--color-text);
  display: block;
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}

.bfy-product-card .woocommerce-loop-product__title {
  font-size: 22px;
  line-height: 1.18;
  margin-bottom: 14px;
}

.woocommerce ul.products li.product.bfy-product-card .button,
.woocommerce-page ul.products li.product.bfy-product-card .button,
.bfy-product-card a.button,
.bfy-product-card .button {
  align-items: center !important;
  background: var(--color-gold) !important;
  border: 1px solid var(--color-gold) !important;
  border-radius: 2px !important;
  color: var(--color-white) !important;
  display: inline-flex !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  justify-content: center !important;
  letter-spacing: 0.08em;
  line-height: 1.2 !important;
  margin-top: auto !important;
  min-height: 48px !important;
  padding: 12px 18px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  white-space: normal !important;
  width: 100% !important;
}

.woocommerce ul.products li.product.bfy-product-card .button:hover,
.woocommerce-page ul.products li.product.bfy-product-card .button:hover,
.bfy-product-card a.button:hover,
.bfy-product-card .button:hover {
  background: var(--color-gold-dark) !important;
  border-color: var(--color-gold-dark) !important;
  color: var(--color-white) !important;
}

.bfy-shop-products .woocommerce-result-count,
.bfy-shop-products .woocommerce-ordering {
  color: var(--color-text-muted);
  font-size: 13px;
  margin-bottom: 24px;
}

.bfy-academy-theme.single-product div.product {
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  margin: 72px auto 96px;
  max-width: var(--container);
  padding-left: 32px;
  padding-right: 32px;
}

.bfy-academy-theme.single-product div.product div.images,
.bfy-academy-theme.single-product div.product div.summary {
  float: none;
  margin: 0;
  width: auto;
}

.bfy-academy-theme.single-product div.product div.images img {
  aspect-ratio: 3 / 4;
  background: #fbf8f3;
  border: 1px solid var(--color-border);
  object-fit: contain;
}

.bfy-academy-theme.single-product .product_title {
  color: var(--color-text);
  font-family: var(--font-heading);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.05;
  margin: 0 0 18px;
}

.bfy-academy-theme.single-product .summary .price {
  color: var(--color-text);
  font-family: var(--font-heading);
  font-size: 34px;
  font-weight: 500;
}

.bfy-academy-theme.single-product .single_add_to_cart_button {
  background: var(--color-gold) !important;
  border: 1px solid var(--color-gold) !important;
  border-radius: 2px !important;
  color: var(--color-white) !important;
  min-height: 48px !important;
  padding-left: 28px !important;
  padding-right: 28px !important;
  text-transform: uppercase !important;
}

.bfy-academy-theme.single-product .related.products ul.products {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(190px, 1fr));
  width: 100%;
}

.bfy-academy-theme .woocommerce a.button,
.bfy-academy-theme .woocommerce button.button,
.bfy-academy-theme.woocommerce a.button,
.bfy-academy-theme.woocommerce button.button {
  background-color: var(--color-gold) !important;
  border-color: var(--color-gold) !important;
  border-radius: 2px !important;
  color: var(--color-white) !important;
}

.bfy-product-media img[src*="woocommerce-placeholder"] {
  opacity: 0;
}

.bfy-academy-theme :focus-visible {
  outline: 3px solid var(--color-gold-dark);
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .bfy-topbar {
    display: none;
  }

  .bfy-navbar {
    min-height: 76px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .bfy-mobile-toggle {
    display: inline-flex;
  }

  .bfy-main-nav {
    background: var(--color-white);
    border-bottom: 1px solid var(--color-border);
    box-shadow: var(--shadow-soft);
    display: none;
    gap: 0;
    left: 0;
    padding: 12px 24px 24px;
    position: absolute;
    right: 0;
    top: 76px;
  }

  .bfy-main-nav.is-open {
    display: grid;
  }

  .bfy-main-nav a {
    border-bottom: 1px solid var(--color-border);
    min-height: 48px;
  }

  .bfy-nav-cta {
    margin-top: 14px;
  }

  .bfy-hero,
  .bfy-hero--compact,
  .bfy-hero--course,
  .bfy-training-description,
  .bfy-split,
  .bfy-three-columns {
    grid-template-columns: 1fr;
  }

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

  .bfy-hero.bfy-hero--course h1 {
    font-size: clamp(44px, 7vw, 58px);
  }

  .bfy-price-panel {
    grid-template-columns: 1fr;
  }

  .bfy-price-panel .bfy-button {
    justify-self: start;
  }

  .bfy-hero h1 {
    font-size: 54px;
  }

  .bfy-section h2,
  .bfy-section-heading h2,
  .bfy-final-cta h2,
  .bfy-financing-banner h2 {
    font-size: 40px;
  }

  .bfy-grid--paths,
  .bfy-grid--four,
  .bfy-grid--courses,
  .bfy-source-grid,
  .bfy-home-date-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bfy-home-dates-footer {
    grid-template-columns: 1fr;
  }

  .bfy-home-choice-panel,
  .bfy-home-calendar-panel {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bfy-academy-theme.single-product div.product {
    grid-template-columns: 1fr;
  }

  .bfy-grid--three {
    grid-template-columns: 1fr;
  }

  .bfy-trust-bar,
  .bfy-stats-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bfy-trust-bar div:nth-child(2),
  .bfy-stats-strip div:nth-child(2) {
    border-right: 0;
  }

  .bfy-trust-bar div:nth-child(n + 3),
  .bfy-stats-strip div:nth-child(n + 3) {
    border-top: 1px solid var(--color-border);
    padding-top: 20px;
  }

  .bfy-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bfy-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bfy-footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .bfy-about-copy {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .bfy-section,
  .bfy-hero,
  .bfy-trust-bar,
  .bfy-stats-strip,
  .bfy-financing-banner,
  .bfy-final-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bfy-section {
    padding-bottom: 64px;
    padding-top: 64px;
  }

  .bfy-hero {
    gap: 28px;
    padding-bottom: 44px;
    padding-top: 44px;
  }

  .bfy-hero--course,
  .bfy-hero--dates,
  .bfy-hero--instructors,
  .bfy-hero--results,
  .bfy-hero--shop,
  .bfy-hero--contact,
  .bfy-hero--path,
  .bfy-hero--finder,
  .bfy-hero--blog,
  .bfy-hero--financing,
  .bfy-hero--policies,
  .bfy-hero--instructor-profile {
    background-position: center, center bottom;
    background-size: auto, 100% auto;
    padding-bottom: 260px;
  }

  .bfy-hero--course {
    background: linear-gradient(180deg, rgba(252, 250, 247, 1), rgba(247, 239, 229, 0.42));
    padding-bottom: 44px;
  }

  .bfy-course-hero-image,
  .bfy-course-hero-image img {
    min-height: 300px;
  }

  .bfy-hero.bfy-hero--course h1 {
    font-size: clamp(38px, 11vw, 48px);
  }

  .bfy-hero h1 {
    font-size: 40px;
  }

  .bfy-section h2,
  .bfy-section-heading h2,
  .bfy-final-cta h2,
  .bfy-financing-banner h2 {
    font-size: 32px;
  }

  .bfy-card h2,
  .bfy-card h3,
  .bfy-accordion-item button {
    font-size: 23px;
  }

  .bfy-hero-image {
    min-height: 280px;
  }

  .bfy-hero--about .bfy-hero-image {
    min-height: 320px;
  }

  .bfy-grid--paths,
  .bfy-grid--four,
  .bfy-grid--courses,
  .bfy-source-grid,
  .bfy-home-date-grid,
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .bfy-trust-bar,
  .bfy-stats-strip,
  .bfy-feature-list,
  .bfy-footer-grid {
    grid-template-columns: 1fr;
  }

  .bfy-home-date-card {
    display: flex;
  }

  .bfy-home-date-body {
    padding: 22px;
  }

  .bfy-home-date-card h3 {
    font-size: 25px;
  }

  .bfy-home-date-duration {
    min-height: 0;
  }

  .bfy-home-choice-panel,
  .bfy-home-calendar-panel {
    align-items: start;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .bfy-home-dates-footer .bfy-button {
    width: 100%;
  }

  .bfy-about-copy article {
    padding: 28px 22px;
  }

  .bfy-about-copy h3 {
    font-size: 27px;
  }

  .bfy-testimonials {
    padding: 64px 20px 48px;
  }

  .bfy-newsletter div {
    max-width: none;
  }

  .bfy-trust-bar div,
  .bfy-stats-strip div {
    border-right: 0;
    border-top: 1px solid var(--color-border);
    padding: 18px 0;
  }

  .bfy-trust-bar div:first-child,
  .bfy-stats-strip div:first-child {
    border-top: 0;
  }

  .bfy-date-card {
    align-items: start;
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .bfy-date-card--with-image {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .bfy-date-card--with-image .bfy-date-card-media {
    grid-column: 1 / -1;
    min-height: 190px;
    order: -1;
  }

  .bfy-date-card-body h3 {
    font-size: 26px;
  }

  .bfy-date-card .bfy-button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .bfy-date-box {
    height: 88px;
    padding: 12px 10px;
    width: 112px;
  }

  .bfy-date-box strong {
    font-size: 30px;
  }

  .bfy-date-box span {
    font-size: 10px;
  }

  .bfy-filter-toggle {
    background: var(--color-white);
    border: 1px solid var(--color-gold);
    color: var(--color-gold-dark);
    display: inline-flex;
    font-weight: 800;
    min-height: 44px;
    padding: 10px 18px;
  }

  .bfy-filters {
    align-content: start;
    bottom: 0;
    box-shadow: 0 -16px 50px rgba(39, 35, 31, 0.16);
    display: grid;
    grid-template-columns: 1fr;
    left: 0;
    max-height: 88vh;
    overflow: auto;
    padding: 24px 20px;
    position: fixed;
    right: 0;
    transform: translateY(105%);
    transition: transform 0.22s ease;
    z-index: 80;
  }

  .bfy-filters.is-open {
    transform: translateY(0);
  }

  .bfy-financing-banner {
    align-items: start;
    display: grid;
  }

  .bfy-anchor-nav {
    justify-content: flex-start;
    overflow-x: auto;
    top: 76px;
  }

  .bfy-price-panel {
    position: static;
  }

  .bfy-sticky-cta {
    display: flex;
  }

  .bfy-site-main {
    padding-bottom: 74px;
  }

  .bfy-footer-bottom {
    display: grid;
    gap: 8px;
  }
}

@media (max-width: 390px) {
  .bfy-navbar,
  .bfy-section,
  .bfy-hero,
  .bfy-trust-bar,
  .bfy-stats-strip,
  .bfy-financing-banner,
  .bfy-final-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bfy-hero h1 {
    font-size: 38px;
  }

  .bfy-button,
  .bfy-nav-cta {
    width: 100%;
  }

  .bfy-actions {
    width: 100%;
  }
}
