:root {
  --bd-orange: #EA6F18;
  --bd-navy: #0F2252;
  --bd-charcoal: #343434;
  --bd-gray-100: #f3f3f3;
  --bd-gray-200: #e7e7e7;
  --bd-gray-700: #424242;
  --bd-white: #ffffff;
  --bd-container: 72rem;
  --bd-radius: 1rem;
  --bd-shadow: 0 0.625rem 2rem rgb(17 17 17 / 0.1);
  --bd-font-family: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--bd-font-family);
  color: #101010;
  background: var(--bd-gray-100);
  line-height: 1.45;
}

body.single-producto {
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(100% - 2rem, var(--bd-container));
  margin-inline: auto;
}

.bd-header .container,
.bd-hero--home .container {
  width: min(100% - 2.5rem, 96rem);
}

.section-space {
  padding-block: clamp(2.5rem, 4vw, 4rem);
}

.section-space-sm {
  padding-top: clamp(1.5rem, 2.2vw, 2.5rem);
}

.bd-grid {
  display: grid;
  gap: 1rem;
}

.bd-grid--2,
.bd-grid--3 {
  grid-template-columns: 1fr;
}

.bd-center {
  text-align: center;
}

.bd-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: #fff;
  border-bottom: 1px solid #ececec;
}

.bd-header::before {
  content: "";
  display: block;
  height: 0.5rem;
  background: #202126;
}

.bd-header__inner {
  min-height: 5.9rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
  align-items: center;
  padding-block: 0.9rem;
}

.custom-logo-link img,
.bd-footer__logo img {
  width: auto;
  height: 3.4rem;
}

.site-logo-text {
  font-weight: 800;
  color: var(--bd-orange);
  font-size: 1.25rem;
}

.bd-nav-toggle {
  border: 1px solid var(--bd-charcoal);
  background: transparent;
  border-radius: 2rem;
  padding: 0.4rem 0.9rem;
  font-weight: 600;
}

.bd-nav {
  display: none;
  grid-column: 1 / -1;
}

.bd-nav.is-open {
  display: block;
}

.bd-nav__menu {
  list-style: none;
  padding: 0.6rem 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
}

.bd-nav ul {
  list-style: none;
  margin: 0;
  padding: 0.6rem 0;
  display: grid;
  gap: 0.55rem;
}

.bd-nav__menu a {
  display: block;
  padding: 0.3rem 0;
  font-weight: 500;
}

.bd-nav ul a {
  display: block;
  padding: 0.3rem 0;
  font-weight: 600;
  color: #202126;
}

.bd-nav .current-menu-item > a,
.bd-nav .current_page_item > a,
.bd-nav .current-menu-ancestor > a {
  background: var(--bd-orange);
  color: #fff;
  border-radius: 999px;
  padding: 0.42rem 1.1rem;
  font-weight: 700;
}

.bd-header__tools {
  display: none;
}

.bd-header__actions {
  display: none;
}

.bd-pill {
  border: 1px solid #343434;
  border-radius: 999px;
  padding: 0.55rem 1.05rem;
  font-size: 0.74rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #fff;
  background: #343434;
}

.bd-pill--icon i {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 999px;
  background: #fff;
  color: #343434;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  flex-shrink: 0;
}

.bd-icon-btn {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #343434;
  position: relative;
}

.bd-icon-btn--search::before {
  content: none;
}

.bd-icon-btn--search::after {
  content: none;
}

.bd-icon-btn i {
  font-size: 1.55rem;
}

.bd-lang-btn {
  min-width: 4.4rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  border: 1px solid #d7d7d7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #343434;
}

.bd-lang-btn::before {
  content: "\2304";
  font-size: 0.78rem;
  color: #7e7e7e;
}

.bd-lang-btn::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #0d8348 0 34%, #fff 34% 66%, #d73030 66% 100%);
}

.bd-hero__image {
  min-height: clamp(15rem, 44vw, 23rem);
  border-radius: var(--bd-radius);
  box-shadow: var(--bd-shadow);
  position: relative;
  overflow: hidden;
  background: linear-gradient(130deg, #d5d5d5, #f0f0f0);
  background-size: cover;
  background-position: center;
}

.bd-hero__image--home {
  min-height: clamp(18rem, 45vw, 28rem);
}

.bd-hero--home {
  background: #fff;
}

.bd-hero--home.section-space-sm {
  padding-top: 80px;
}

.bd-hero-home {
  position: relative;
  border-radius: 20px;
  overflow: visible;
}

.bd-hero-home__media {
  border-radius: 20px;
  box-shadow: none;
  overflow: hidden;
}

.bd-hero-home__image {
  display: block;
  width: 100%;
  height: auto;
}

.bd-hero-home__advisor {
  position: absolute;
  left: max(-3rem, -4vw);
  bottom: -2rem;
  z-index: 3;
  width: min(62vw, 35rem);
  max-width: 72%;
  transform: scaleX(-1);
  transform-origin: bottom center;
  pointer-events: none;
}

.bd-hero-home__badge {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  z-index: 4;
  width: min(92%, 700px);
  max-width: 700px;
  margin-top: 0;
  background: var(--bd-orange);
  color: #fff;
  border-radius: 1rem;
  padding: clamp(1rem, 2.2vw, 2rem) clamp(1.1rem, 2.6vw, 2.4rem);
  display: flex;
  align-items: flex-start;
  gap: clamp(0.55rem, 1.2vw, 1rem);
  font-size: clamp(0.92rem, 1.45vw, 1.4rem);
  line-height: 1.17;
  font-weight: 500;
}

.bd-hero-home__badge i {
  color: #111;
  margin-top: 0.08em;
  font-size: 1.05em;
  font-weight: 900;
}

.bd-hero-home__badge-text {
  display: block;
}

.bd-hero-home__badge-main,
.bd-hero-home__badge-copy,
.bd-hero-home__badge-brand {
  display: inline;
}

.bd-hero-home__badge-main {
  font-weight: 800;
}

.bd-hero-home__badge-copy {
  font-weight: 500;
}

.bd-hero-home__badge-brand {
  color: #111;
  font-weight: 800;
}

.bd-hero__badge {
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 1rem;
  background: var(--bd-orange);
  color: var(--bd-white);
  border-radius: 0.8rem;
  padding: 1rem;
  font-weight: 700;
  font-size: clamp(1rem, 2.5vw, 2rem);
}

.bd-hero__badge--dark {
  background: var(--bd-charcoal);
}

.bd-hero--products {
  background: #fff;
}

.bd-hero-products {
  position: relative;
  border-radius: 1.4rem;
  overflow: hidden;
}

.bd-hero-products__image {
  display: block;
  width: 100%;
  height: auto;
}

.bd-hero-products__badge {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(86%, 34rem);
  background: #000000;
  color: #fff;
  border-radius: 0.9rem 0 1.4rem 0;
  padding: 0.9rem 1rem;
  display: flex;
  gap: 0.45rem;
  align-items: flex-start;
  font-size: clamp(0.86rem, 1.5vw, 1.12rem);
  line-height: 1.15;
}

.bd-hero-products__badge i {
  color: var(--bd-orange);
  margin-top: 0.08rem;
}

.bd-hero-products__badge strong {
  font-weight: 800;
}

.bd-breadcrumb {
  margin-top: 0.7rem;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.22rem;
  background: #000000;
  color: var(--bd-white);
  padding: 0.45rem 0.82rem;
  border-radius: 0.7rem;
  font-size: 0.8rem;
  line-height: 1.2;
}

.bd-breadcrumb__lead,
.bd-breadcrumb__sep {
  color: var(--bd-orange);
  font-weight: 700;
}

.bd-breadcrumb__lead {
  margin-right: 0.08rem;
  font-size: 1.08rem;
}

.bd-breadcrumb__link,
.bd-breadcrumb__current {
  color: #f3f3f3;
  font-weight: 700;
}

.bd-breadcrumb__link {
  opacity: 0.78;
}

.bd-breadcrumb__link:hover,
.bd-breadcrumb__link:focus-visible {
  opacity: 1;
  color: #fff;
}

.bd-breadcrumb__current {
  color: #fff;
}

.bd-page-title,
.bd-section-title {
  font-size: clamp(1.45rem, 3.5vw, 2.45rem);
  margin: 0 0 0.9rem;
  font-weight: 800;
  line-height: 1.15;
  color: var(--bd-charcoal);
}

.bd-section-title span,
.bd-page-title span {
  color: var(--bd-orange);
}

.tax-categoria_producto .bd-tax-intro-section,
.taxonomy-categoria_producto .bd-tax-intro-section {
  background: #fff;
  padding-top: clamp(1.1rem, 1.8vw, 1.8rem);
  padding-bottom: clamp(3.2rem, 5.2vw, 5.2rem);
}

.tax-categoria_producto .bd-tax-intro,
.taxonomy-categoria_producto .bd-tax-intro {
  gap: clamp(1.8rem, 3.2vw, 3.2rem);
  align-items: start;
}

.bd-tax-intro__content {
  color: #24262c;
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.32;
}

.bd-tax-intro .bd-page-title {
  color: var(--bd-orange);
  font-size: clamp(1.35rem, 1.9vw, 1.8rem);
  line-height: 1.12;
  max-width: 24ch;
}

.bd-tax-intro__content > p:first-child > strong:first-child {
  display: block;
  margin-bottom: 0.8rem;
  color: #202126;
  font-size: clamp(1.35rem, 1.9vw, 1.85rem);
  line-height: 1.1;
}

.bd-tax-intro__content p {
  margin: 0 0 1rem;
}

.bd-tax-intro__content p:last-child {
  margin-bottom: 0;
}

.bd-callout,
.bd-intro-card,
.bd-category-card,
.bd-story-card,
.bd-benefit-card,
.bd-media-card,
.bd-form-card,
.bd-map-card {
  border-radius: var(--bd-radius);
}

.bd-callout {
  background: #17171d;
  color: #fff;
  padding: clamp(1rem, 2vw, 2rem) clamp(1.2rem, 2.2vw, 2.1rem);
  font-size: clamp(1.05rem, 2vw, 1.55rem);
  font-weight: 600;
  line-height: 1.22;
  border-radius: 2rem;
  background-image: radial-gradient(circle at 35% 40%, #2a2a33 0%, #1b1b22 58%, #14141b 100%);
}

.bd-callout i {
  color: var(--bd-orange);
}

.bd-callout__accent {
  color: var(--bd-orange);
  font-weight: 700;
}

.bd-home-showcase {
  position: relative;
  padding-top: 40px;
  padding-bottom: clamp(2rem, 4vw, 4rem);
  background: linear-gradient(180deg, #ffffff 0%, #f3f3f3 46%, #cbcbcb 100%);
}

.bd-home-showcase::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(2.8rem, 4vw, 4.5rem);
  background: radial-gradient(circle at 20% 40%, #282838, #171722 55%, #101018 100%);
}

.bd-home-intro {
  display: grid;
  gap: 1.4rem;
  position: relative;
  z-index: 1;
}

.bd-home-intro__left,
.bd-home-intro__right {
  display: grid;
  gap: 1.2rem;
}

.bd-home-intro__left .bd-callout {
  border-radius: 1.1rem;
  margin-left: calc(50% - 50vw);
  padding-top: clamp(1.15rem, 2.2vw, 1.7rem);
  padding-bottom: clamp(1.15rem, 2.2vw, 1.7rem);
  padding-left: calc(1.35rem + 50vw - 50%);
}

.bd-home-photo {
  border-radius: 1.8rem;
  overflow: hidden;
}

.bd-home-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.bd-sector-buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.3vw, 1.5rem);
}

.bd-sector-btn {
  display: grid;
  justify-items: center;
  gap: 0.5rem;
  text-align: center;
  color: #8c8f92;
  font-weight: 700;
}

.bd-sector-btn__icon {
  width: 100%;
  max-width: clamp(5.8rem, 10vw, 10rem);
  height: clamp(4.6rem, 8vw, 7.7rem);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bd-sector-btn__icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.2s ease;
}

.bd-sector-btn__icon-hover {
  opacity: 0;
}

.bd-sector-btn__label {
  font-size: clamp(1rem, 1.35vw, 1.75rem);
  line-height: 1.05;
}

.bd-sector-btn:hover,
.bd-sector-btn:focus-visible,
.bd-sector-btn.is-active {
  color: var(--bd-orange);
}

.bd-sector-btn:hover .bd-sector-btn__icon-default,
.bd-sector-btn:focus-visible .bd-sector-btn__icon-default,
.bd-sector-btn.is-active .bd-sector-btn__icon-default {
  opacity: 0;
}

.bd-sector-btn:hover .bd-sector-btn__icon-hover,
.bd-sector-btn:focus-visible .bd-sector-btn__icon-hover,
.bd-sector-btn.is-active .bd-sector-btn__icon-hover {
  opacity: 1;
}

.bd-products-sectors .bd-page-title {
  color: #0F2252;
  font-size: clamp(1.2rem, 2.5vw, 1.9rem);
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
}

.bd-products-sectors {
  background: linear-gradient(180deg, #ffffff 0 70%, #e4e4e4 70% 100%);
}

.bd-products-sectors .container {
  width: min(100% - 2.5rem, 96rem);
}

.bd-products-sectors__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}

.bd-sector-card {
  position: relative;
  border-radius: 1.5rem;
}

.bd-sector-card__body {
  overflow: hidden;
  border-radius: 1.5rem;
  position: relative;
}

.bd-sector-card__media {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.bd-sector-card__icon {
  position: absolute;
  top: 0;
  left: 1.2rem;
  transform: translateY(-38%);
  z-index: 2;
  width: clamp(4.5rem, 9vw, 7rem);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.bd-sector-card__icon img {
  grid-area: 1 / 1;
  width: 100%;
  height: auto;
  transition: opacity 0.2s ease;
}

.bd-sector-card__icon-primary {
  opacity: 1;
}

.bd-sector-card__icon-secondary {
  opacity: 0;
}

.bd-sector-card:hover .bd-sector-card__icon-primary,
.bd-sector-card:focus-within .bd-sector-card__icon-primary {
  opacity: 0;
}

.bd-sector-card:hover .bd-sector-card__icon-secondary,
.bd-sector-card:focus-within .bd-sector-card__icon-secondary {
  opacity: 1;
}

.bd-sector-card__overlay {
  position: absolute;
  left: 50%;
  bottom: calc(5rem + 0.8rem);
  transform: translateX(-50%);
  z-index: 2;
}

.bd-sector-card__overlay a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10.8rem;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.45rem 1.15rem;
  letter-spacing: 0.01em;
}

.bd-sector-card h3 {
  margin: 0;
  min-height: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  padding: 0.9rem 1.1rem 1.1rem;
  background: #000000;
  color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.9rem);
  line-height: 1.1;
  font-weight: 700;
}

.bd-sector-card h3 i {
  color: var(--bd-orange);
  margin-right: 0.6rem;
}

.bd-products-benefits {
  background: #e4e4e4;
  padding-top: clamp(1.2rem, 2.1vw, 2rem);
}

.bd-products-benefits__title {
  margin: 0 0 clamp(1.1rem, 1.8vw, 1.8rem);
  color: #0F2252;
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  line-height: 1.15;
}

.bd-products-benefits__title strong {
  font-weight: 900;
}

.bd-products-benefits__title span {
  color: var(--bd-orange);
  font-weight: 800;
}

.bd-products-benefits__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.bd-products-benefit-card {
  min-height: 13.5rem;
  border-radius: 1.2rem;
  padding: 1.25rem 1.2rem;
  position: relative;
  color: #fff;
}

.bd-products-benefit-card h3,
.bd-products-benefit-card p {
  margin: 0;
  max-width: 16rem;
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  line-height: 1.2;
  font-weight: 700;
}

.bd-products-benefit-card.is-compact p {
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
  line-height: 1.3;
  font-weight: 500;
  max-width: 18rem;
}

.bd-products-benefit-card i {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-size: 2.2rem;
}

.bd-products-benefit-card.is-orange {
  background: var(--bd-orange);
}

.bd-products-benefit-card.is-orange i {
  color: #111;
}

.bd-products-benefit-card.is-blue {
  background: #0F2252;
}

.bd-products-benefit-card.is-blue i,
.bd-products-benefit-card.is-dark i {
  color: var(--bd-orange);
}

.bd-products-benefit-card.is-dark {
  background: #343434;
}

.bd-latam-support {
  background-color: #dcdcdc;
  background-image: url("../img/mapa.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 64% center;
  position: relative;
  overflow: hidden;
}

.bd-latam-support::before {
  content: none;
}

.bd-latam-support__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.4rem;
}

.bd-latam-support__content {
  max-width: 38rem;
}

.bd-latam-support__brand {
  width: clamp(4.8rem, 9vw, 7.8rem);
  height: auto;
  margin-bottom: 0.9rem;
}

.bd-latam-support__content h2 {
  margin: 0;
  color: var(--bd-orange);
  font-size: clamp(1.5rem, 2.8vw, 2.5rem);
  line-height: 1.1;
}

.bd-latam-support__content h2 span {
  color: #212126;
  font-weight: 500;
}

.bd-latam-support__content h2 strong {
  color: #212126;
}

.bd-latam-support__content p {
  margin: 0.7rem 0 0;
  color: #252525;
  font-size: clamp(0.88rem, 1vw, 1.05rem);
  line-height: 1.35;
  max-width: 30rem;
}

.bd-latam-support__thanks {
  font-weight: 800;
  font-style: italic;
}

.bd-latam-support__actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.bd-latam-support__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11rem;
  border-radius: 999px;
  background: radial-gradient(circle at 20% 35%, #2b2b38, #1c1c23 62%, #12131b 100%);
  color: var(--bd-orange);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 0.78rem 1.6rem;
}

.bd-latam-support__visual {
  position: relative;
  min-height: 20rem;
  align-self: stretch;
}

.bd-latam-support__advisor {
  position: absolute;
  bottom: -52px;
  left: 50%;
  transform: translateX(-50%);
  height: 95%;
  width: auto;
  max-width: none;
}

.bd-intro-card.bd-intro-card--plain {
  background: transparent;
  padding: 0;
  position: relative;
  border-radius: 0;
  box-shadow: none;
}

.bd-intro-card.bd-intro-card--plain h2 {
  font-size: clamp(1.55rem, 2.3vw, 2.95rem);
  line-height: 1.12;
  margin-bottom: 0.7rem;
}

.bd-intro-card.bd-intro-card--plain p {
  margin: 0;
  font-size: clamp(1rem, 1.2vw, 1.6rem);
  line-height: 1.24;
}

.bd-intro-card__brand {
  color: var(--bd-orange);
}

.bd-highlight-box {
  background: var(--bd-navy);
  color: #fff;
  border-radius: 1.45rem;
  padding: clamp(1rem, 1.8vw, 1.8rem) clamp(1.1rem, 2vw, 2rem);
  margin: 1.05rem 0 0.4rem;
  display: grid;
  gap: 0.35rem;
}

.bd-highlight-box strong {
  color: var(--bd-orange);
  text-transform: uppercase;
  font-size: clamp(1rem, 1.12vw, 1.3rem);
}

.bd-highlight-box span {
  text-transform: uppercase;
  opacity: 0.85;
  font-style: italic;
  font-size: clamp(0.9rem, 1.02vw, 1.15rem);
}

.bd-intro-animals {
  position: relative;
  min-height: 3.8rem;
  margin-top: -0.8rem;
  pointer-events: none;
}

.bd-intro-animals img {
  position: absolute;
  display: block;
}

.bd-intro-animals__pig {
  width: clamp(7.2rem, 13vw, 14.5rem);
  right: clamp(-1rem, -2.7vw, -2.6rem);
  bottom: -2.35rem;
}

.bd-btn--intro {
  text-transform: none;
  font-size: clamp(0.88rem, 0.96vw, 1.06rem);
  border-width: 2px;
  padding: clamp(0.48rem, 0.75vw, 0.68rem) clamp(0.95rem, 1.45vw, 1.45rem);
  font-weight: 500;
  gap: 0.4rem;
  background: #fff;
  color: var(--bd-orange);
}

.bd-btn--intro i {
  font-size: 0.95em;
}

.bd-btn--intro strong {
  font-weight: 800;
}

.bd-intro-card {
  padding: 1.1rem;
  background: #fff;
}

.bd-intro-card h2 {
  margin-top: 0;
  font-size: clamp(1.2rem, 2.6vw, 2rem);
}

.bd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.82rem;
  padding: 0.75rem 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.bd-btn--outline {
  border: 1px solid var(--bd-orange);
  color: var(--bd-orange);
}

.bd-btn--ghost {
  border: 1px solid var(--bd-charcoal);
  color: var(--bd-charcoal);
  background: #fff;
}

.bd-dark-panel {
  background: var(--bd-charcoal);
  color: #fff;
}

.bd-tax-cards-panel {
  background: linear-gradient(180deg, var(--bd-charcoal) 0 300px, #fff 300px 100%);
}

.bd-tax-cards-panel__title--products {
  color: #fff !important;
}

.bd-special-solutions {
  position: relative;
  margin-top: -2.8rem;
  background: #343434;
}

.bd-special-solutions.section-space {
  padding-top: clamp(3.8rem, 7vw, 5rem);
  padding-bottom: clamp(2.4rem, 4.5vw, 4rem);
}

.bd-special-solutions .container {
  width: min(100% - 2.5rem, 96rem);
}

.bd-special-solutions__grid {
  display: grid;
  gap: 2rem;
  align-items: stretch;
}

.bd-special-solutions h2.bd-special-solutions__title {
  margin: 0 0 1.55rem;
  color: var(--bd-orange);
  font-size: clamp(1.5rem, 2.1vw, 2.1rem);
  text-align: center;
  line-height: 1.08;
}

.bd-special-solutions__icons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.bd-special-item {
  min-height: 7rem;
  border-radius: 1.15rem;
  padding: 0.85rem 0.65rem 0.8rem;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0.6rem;
  text-align: center;
  color: #fff;
  background: transparent;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.bd-special-item__icon {
  width: clamp(2.7rem, 5.5vw, 5.9rem);
  height: auto;
  filter: brightness(0) invert(1);
  transition: filter 0.2s ease;
}

.bd-special-item span {
  font-size: clamp(0.8rem, 1.1vw, 1.1rem);
  line-height: 1.1;
  font-weight: 500;
  color: #fff;
  transition: color 0.2s ease;
}

.bd-special-item:hover,
.bd-special-item:focus-visible {
  background: rgb(12 12 18 / 0.95);
}

.bd-special-item:hover .bd-special-item__icon,
.bd-special-item:focus-visible .bd-special-item__icon {
  filter: none;
}

.bd-special-item:hover span,
.bd-special-item:focus-visible span {
  color: var(--bd-orange);
  font-weight: 700;
}

.bd-special-solutions__media {
  border-radius: 1.75rem;
  overflow: hidden;
}

.bd-special-solutions__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bd-dark-panel .bd-page-title,
.bd-dark-panel .bd-section-title {
  color: var(--bd-orange);
  font-size: clamp(1.2rem, 2.5vw, 1.9rem);
  margin-bottom: clamp(2rem, 3.5vw, 3rem);
}

.bd-dark-panel h2 {
  color: #fff;
}

.bd-icon-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.bd-icon-grid a {
  border: 1px solid rgb(255 255 255 / 0.25);
  border-radius: 0.75rem;
  min-height: 4.6rem;
  padding: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
}

.bd-media-card,
.bd-story-card__media,
.bd-category-card__media {
  min-height: 12rem;
  background: linear-gradient(120deg, #d0d0d0, #efefef);
}

.bd-story-card {
  background: #fff;
  overflow: hidden;
}

.bd-story-card h3,
.bd-category-card h3 {
  margin: 0;
  padding: 0.9rem;
  font-size: 1rem;
}

.bd-success-stories {
  background: #ececec;
}

.bd-success-stories__head {
  max-width: 52rem;
  margin-bottom: clamp(1.4rem, 2.8vw, 2.4rem);
}

.bd-success-stories__title {
  margin: 0 0 1rem;
  color: #0F2252;
  font-size: clamp(1.65rem, 3.2vw, 2.45rem);
  line-height: 1.1;
}

.bd-success-stories__title span {
  display: block;
  color: var(--bd-orange);
}

.bd-success-stories__copy {
  margin: 0;
  color: #232428;
  font-size: clamp(0.9rem, 1.02vw, 1.2rem);
  line-height: 1.25;
}

.bd-success-stories__copy + .bd-success-stories__copy {
  margin-top: 0.3rem;
}

.bd-success-stories__copy--strong {
  font-weight: 800;
}

.bd-stories-carousel {
  --bd-stories-gap: clamp(0.9rem, 1.5vw, 1.6rem);
  overflow: hidden;
}

.bd-stories-carousel__viewport {
  overflow: hidden;
}

.bd-stories-carousel__track {
  display: flex;
  gap: var(--bd-stories-gap);
  transition: transform 0.35s ease;
  will-change: transform;
}

.bd-story-slide {
  flex: 0 0 min(82vw, 22rem);
}

.bd-story-slide__media {
  position: relative;
  display: block;
  border: 1px solid #8f8f8f;
  border-radius: 1.8rem;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.bd-story-slide__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bd-story-slide__play {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: clamp(2.7rem, 3.8vw, 4rem);
  height: clamp(2.7rem, 3.8vw, 4rem);
  border-radius: 999px;
  background: #0F2252;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.bd-story-slide h3 {
  margin: 0.95rem 0 0;
  color: var(--bd-orange);
  font-size: clamp(0.94rem, 1.05vw, 1.3rem);
  line-height: 1.07;
  font-weight: 700;
}

.bd-story-slide h3 span {
  display: block;
  margin-top: 0.2rem;
  font-weight: 500;
}

.bd-stories-carousel__controls {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
  margin-top: 1.4rem;
}

.bd-stories-carousel__progress {
  position: relative;
  height: 0.26rem;
  border-radius: 999px;
  background: #a0a0a0;
  overflow: hidden;
}

.bd-stories-carousel__progress-fill {
  display: block;
  height: 100%;
  width: 0%;
  background: #343434;
  transition: width 0.25s linear;
}

.bd-stories-carousel__buttons {
  display: inline-flex;
  gap: 0.75rem;
}

.bd-stories-carousel__btn {
  width: 3.1rem;
  height: 3.1rem;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  cursor: pointer;
}

.bd-stories-carousel__btn--prev {
  background: #d1d1d1;
  color: #fff;
}

.bd-stories-carousel__btn--next {
  background: #ea6f18;
  color: #fff;
}

.bd-stories-carousel__btn[disabled] {
  background: #CFCFCF;
  cursor: default;
}

.bd-category-card {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.bd-category-card--dark {
  background: #212126;
  color: #fff;
}

.bd-benefit-card {
  min-height: 9rem;
  padding: 1rem;
  color: #fff;
  display: flex;
  align-items: end;
}

.bd-benefit-card h3 {
  margin: 0;
  font-size: 1.15rem;
}

.bd-benefit-card.is-orange {
  background: var(--bd-orange);
}

.bd-benefit-card.is-blue {
  background: var(--bd-navy);
}

.bd-benefit-card.is-dark {
  background: var(--bd-charcoal);
}

.bd-list {
  margin: 0;
  padding-left: 1rem;
}

.bd-list li {
  margin-bottom: 0.5rem;
}

.bd-category-card__media {
  display: block;
  overflow: hidden;
}

.bd-category-card__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 4;
  object-fit: cover;
}

.bd-category-card__overlay {
  position: absolute;
  left: 50%;
  bottom: 5.8rem;
  transform: translateX(-50%);
  z-index: 2;
}

.bd-category-card__overlay a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6.4rem;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: rgb(8 8 11 / 0.56);
  backdrop-filter: blur(2px);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.35rem 0.95rem;
}

.bd-category-card h3 i {
  color: var(--bd-orange);
  margin-right: 0.5rem;
}

.bd-category-card p {
  margin: 0;
  padding: 0 0.9rem 0.9rem;
  color: #d5d7df;
}

.bd-category-card a {
  color: inherit;
}

.bd-category-card--dark h3 a:hover,
.bd-category-card--dark h3 a:focus-visible {
  color: var(--bd-orange);
}

.bd-tax-pagination ul {
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.bd-tax-pagination a,
.bd-tax-pagination span {
  min-width: 2.1rem;
  height: 2.1rem;
  padding: 0 0.6rem;
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.4);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.82rem;
}

.bd-tax-pagination .current {
  background: var(--bd-orange);
  border-color: var(--bd-orange);
}

.bd-product-single .bd-content > * + * {
  margin-top: 1rem;
}

.bd-product-hero {
  background: #fff;
  border-radius: 1.25rem;
  padding: clamp(1rem, 2.1vw, 1.7rem);
  box-shadow: var(--bd-shadow);
}

.bd-product-hero__inner {
  display: grid;
  gap: 1rem;
}

.bd-product-hero__kicker {
  margin: 0 0 0.45rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.8rem;
  color: #616161;
  font-weight: 700;
}

.bd-product-hero__title {
  margin: 0;
  color: var(--bd-charcoal);
  font-size: clamp(1.4rem, 3vw, 2.3rem);
  line-height: 1.12;
}

.bd-product-hero__subtitle {
  margin: 0.65rem 0 0;
  color: #34363d;
}

.bd-product-hero__badges {
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.bd-product-hero__badges li {
  border-radius: 999px;
  border: 1px solid #d7d7da;
  padding: 0.3rem 0.6rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.bd-product-hero__actions {
  margin: 1rem 0 0;
}

.bd-product-hero__media picture,
.bd-product-hero__media img {
  display: block;
  width: 100%;
}

.bd-product-hero__media img {
  border-radius: 1rem;
}

.bd-product-downloads {
  background: #fff;
  border-radius: 1.2rem;
  padding: clamp(1rem, 2.1vw, 1.6rem);
  box-shadow: var(--bd-shadow);
}

.bd-product-downloads__title {
  margin: 0 0 0.9rem;
  color: #0F2252;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
}

.bd-product-downloads__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

.bd-product-downloads__item a {
  background: #f0f1f4;
  border-radius: 0.75rem;
  padding: 0.7rem 0.85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.bd-product-downloads__item a:hover,
.bd-product-downloads__item a:focus-visible {
  background: #e6e8ee;
}

.bd-product-downloads__label {
  font-weight: 700;
  color: #202126;
}

.bd-product-downloads__meta {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem;
}

.bd-product-downloads__meta span {
  border-radius: 999px;
  border: 1px solid #d2d5db;
  background: #fff;
  color: #41444d;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.45rem;
}

.bd-product-text-image {
  background: #fff;
  border-radius: 1.2rem;
  padding: clamp(1rem, 2.1vw, 1.6rem);
  box-shadow: var(--bd-shadow);
}

.bd-product-text-image.is-dark {
  background: #202126;
  color: #fff;
}

.bd-product-text-image__inner {
  display: grid;
  gap: 1rem;
}

.bd-product-text-image__title {
  margin: 0;
  color: #0F2252;
  font-size: clamp(1.2rem, 2.2vw, 1.8rem);
  line-height: 1.15;
}

.bd-product-text-image.is-dark .bd-product-text-image__title {
  color: #fff;
}

.bd-product-text-image__copy {
  margin-top: 0.7rem;
  color: #2a2c31;
}

.bd-product-text-image.is-dark .bd-product-text-image__copy {
  color: #eaebef;
}

.bd-product-text-image__copy p {
  margin: 0 0 0.75rem;
}

.bd-product-text-image__copy p:last-child {
  margin-bottom: 0;
}

.bd-product-text-image__copy a,
.bd-product-two-col-copy__col a,
.bd-product-benefits__description a,
.bd-product-faq__item > div a {
  color: var(--bd-orange);
  text-decoration: underline;
}

.bd-product-text-image__copy ul,
.bd-product-two-col-copy__col ul,
.bd-product-benefits__description ul,
.bd-product-faq__item > div ul {
  margin: 0.55rem 0 0.75rem 1.2rem;
  padding: 0;
}

.bd-product-text-image__media img {
  display: block;
  width: 100%;
  border-radius: 0.9rem;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.bd-product-two-col-copy {
  background: #fff;
  border-radius: 1.2rem;
  padding: clamp(1rem, 2.2vw, 1.9rem);
  box-shadow: var(--bd-shadow);
}

.bd-product-two-col-copy__title {
  margin: 0;
  color: var(--bd-orange);
  font-size: clamp(1.55rem, 3vw, 2.6rem);
  line-height: 1.08;
  max-width: 18ch;
}

.bd-product-two-col-copy__grid {
  margin-top: 1.1rem;
  display: grid;
  gap: 1rem;
}

.bd-product-two-col-copy__col {
  color: #262930;
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  line-height: 1.26;
}

.bd-product-two-col-copy__col p {
  margin: 0 0 0.95rem;
}

.bd-product-two-col-copy__col p:last-child {
  margin-bottom: 0;
}

.bd-product-two-col-copy__highlights {
  margin: 0.35rem 0 0.95rem;
  padding: 0;
  list-style: none;
}

.bd-product-two-col-copy__highlights li {
  position: relative;
  padding-left: 1.3rem;
  margin-bottom: 0.42rem;
  font-weight: 800;
  color: #1f2127;
}

.bd-product-two-col-copy__highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: var(--bd-orange);
  transform: translateY(-50%);
}

.bd-product-spec-sheet {
  background: #fff;
  border-radius: 1.2rem;
  padding: clamp(1rem, 2.1vw, 1.6rem);
  box-shadow: var(--bd-shadow);
}

.bd-product-spec-sheet__title {
  margin: 0 0 1rem;
  color: #0F2252;
  font-size: clamp(1.15rem, 2vw, 1.6rem);
}

.bd-product-spec-sheet__group + .bd-product-spec-sheet__group {
  margin-top: 1rem;
}

.bd-product-spec-sheet__group-title {
  margin: 0 0 0.55rem;
  color: #202126;
  font-size: 1rem;
}

.bd-product-spec-sheet__table {
  width: 100%;
  border-collapse: collapse;
}

.bd-product-spec-sheet__table th,
.bd-product-spec-sheet__table td {
  border-top: 1px solid #e3e5ea;
  padding: 0.55rem 0;
  text-align: left;
}

.bd-product-spec-sheet__table th {
  width: 45%;
  color: #4a4c54;
  font-weight: 600;
}

.bd-product-spec-sheet__table td {
  color: #181a1f;
  font-weight: 700;
}

.bd-product-spec-sheet__unit {
  margin-left: 0.2rem;
  color: #4f5360;
  font-weight: 600;
  font-size: 0.92em;
}

.bd-product-spec-sheet__note {
  margin: 1rem 0 0;
  color: #666973;
  font-size: 0.88rem;
}

.bd-product-final-cta {
  border-radius: 1.2rem;
  padding: clamp(1.1rem, 2.1vw, 1.8rem);
  box-shadow: var(--bd-shadow);
}

.bd-product-final-cta.is-brand {
  background: linear-gradient(145deg, #1f2130 0%, #12131c 100%);
  color: #fff;
}

.bd-product-final-cta.is-dark {
  background: #15161e;
  color: #fff;
}

.bd-product-final-cta.is-light {
  background: #fff;
  color: #21242a;
}

.bd-product-final-cta__title {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  line-height: 1.14;
}

.bd-product-final-cta__copy {
  margin: 0.6rem 0 0;
  max-width: 56ch;
}

.bd-product-final-cta__actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.bd-product-final-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 9.8rem;
  border-radius: 999px;
  padding: 0.58rem 1rem;
  font-size: 0.83rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.bd-product-final-cta__btn--primary {
  background: var(--bd-orange);
  color: #fff;
}

.bd-product-final-cta__btn--secondary {
  border: 1px solid currentColor;
}

.bd-product-benefits {
  background: #fff;
  border-radius: 1.2rem;
  padding: clamp(1rem, 2.1vw, 1.6rem);
  box-shadow: var(--bd-shadow);
}

.bd-product-benefits__title {
  margin: 0;
  color: #0F2252;
  font-size: clamp(1.15rem, 2vw, 1.6rem);
}

.bd-product-benefits__intro {
  margin: 0.6rem 0 0;
  color: #3d414b;
}

.bd-product-benefits__grid {
  margin-top: 0.95rem;
  display: grid;
  gap: 0.7rem;
}

.bd-product-benefits__item {
  border: 1px solid #e5e7ed;
  border-radius: 0.75rem;
  padding: 0.75rem 0.85rem;
}

.bd-product-benefits__metric {
  margin: 0;
  color: var(--bd-orange);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.bd-product-benefits__item h3 {
  margin: 0.32rem 0 0;
  color: #1d1f25;
  font-size: 1rem;
}

.bd-product-benefits__item p {
  margin: 0.35rem 0 0;
  color: #41444d;
}

.bd-product-benefits__description p {
  margin: 0.4rem 0 0;
}

.bd-product-benefits__description p:first-child {
  margin-top: 0;
}

.bd-product-gallery {
  background: #fff;
  border-radius: 1.2rem;
  padding: clamp(1rem, 2.1vw, 1.6rem);
  box-shadow: var(--bd-shadow);
}

.bd-product-gallery__title {
  margin: 0;
  color: #0F2252;
  font-size: clamp(1.15rem, 2vw, 1.6rem);
}

.bd-product-gallery__track {
  margin-top: 0.9rem;
  display: grid;
  gap: 0.6rem;
}

.bd-product-gallery.is-grid .bd-product-gallery__track {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bd-product-gallery.is-slider .bd-product-gallery__track {
  grid-auto-flow: column;
  grid-auto-columns: minmax(14rem, 1fr);
  overflow-x: auto;
  padding-bottom: 0.35rem;
}

.bd-product-gallery__item {
  margin: 0;
}

.bd-product-gallery__item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.8rem;
}

.bd-product-faq {
  background: #fff;
  border-radius: 1.2rem;
  padding: clamp(1rem, 2.1vw, 1.6rem);
  box-shadow: var(--bd-shadow);
}

.bd-product-faq__title {
  margin: 0;
  color: #0F2252;
  font-size: clamp(1.15rem, 2vw, 1.6rem);
}

.bd-product-faq__list {
  margin-top: 0.9rem;
  display: grid;
  gap: 0.55rem;
}

.bd-product-faq__item {
  border: 1px solid #dfe3ea;
  border-radius: 0.72rem;
  overflow: hidden;
}

.bd-product-faq__item summary {
  cursor: pointer;
  list-style: none;
  padding: 0.72rem 0.85rem;
  font-weight: 700;
}

.bd-product-faq__item summary::-webkit-details-marker {
  display: none;
}

.bd-product-faq__item > div {
  padding: 0 0.85rem 0.72rem;
  color: #3d414a;
}

.bd-product-faq__item > div p {
  margin: 0;
}

.bd-product-feature-slider {
  border-radius: 1.2rem;
  padding: clamp(1rem, 2.2vw, 2rem);
  box-shadow: var(--bd-shadow);
}

.bd-product-feature-slider.is-light {
  background: #fff;
  color: #20232a;
}

.bd-product-feature-slider.is-dark {
  background: radial-gradient(circle at 15% 30%, #2b2c3a 0%, #1a1b25 56%, #131420 100%);
  color: #f3f4f8;
}

.bd-product-feature-slider__title {
  margin: 0;
  color: var(--bd-orange);
  font-size: clamp(1.45rem, 2.8vw, 2.35rem);
}

.bd-product-feature-slider__intro {
  margin-top: 0.8rem;
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  line-height: 1.25;
}

.bd-product-feature-slider__intro p,
.bd-product-feature-slider__details p {
  margin: 0 0 0.75rem;
}

.bd-product-feature-slider__intro p:last-child,
.bd-product-feature-slider__details p:last-child {
  margin-bottom: 0;
}

.bd-product-feature-slider__grid {
  margin-top: 1rem;
  display: grid;
  gap: 1rem;
}

.bd-product-feature-slider__slides {
  position: relative;
}

.bd-product-feature-slider__slide {
  display: none;
  margin: 0;
}

.bd-product-feature-slider__slide.is-active {
  display: block;
}

.bd-product-feature-slider__slide img {
  display: block;
  width: 100%;
  border-radius: 1rem;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.bd-product-feature-slider__dots {
  margin-top: 0.7rem;
  display: flex;
  justify-content: center;
  gap: 0.45rem;
}

.bd-product-feature-slider__dot {
  width: 1rem;
  height: 1rem;
  border: 0;
  border-radius: 999px;
  background: #8c8f98;
  cursor: pointer;
}

.bd-product-feature-slider__dot.is-active {
  background: var(--bd-orange);
}

.bd-product-feature-slider__content h3 {
  margin: 0;
  color: var(--bd-orange);
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.bd-product-feature-slider__highlights {
  margin: 0.75rem 0;
  padding: 0;
  list-style: none;
}

.bd-product-feature-slider__highlights li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.42rem;
  font-weight: 800;
  line-height: 1.2;
}

.bd-product-feature-slider__highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 0.74rem;
  height: 0.74rem;
  border-radius: 50%;
  background: var(--bd-orange);
  transform: translateY(-50%);
}

.bd-product-feature-slider__details {
  line-height: 1.25;
}

.bd-product-feature-slider.is-media-right .bd-product-feature-slider__media {
  order: 2;
}

.bd-product-feature-slider.is-media-right .bd-product-feature-slider__content {
  order: 1;
}

@media (min-width: 62rem) {
  .bd-product-hero__inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    align-items: center;
  }

  .bd-product-text-image__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.94fr);
    gap: 1.3rem;
    align-items: center;
  }

  .bd-product-two-col-copy__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.1rem, 2.2vw, 2.3rem);
    align-items: start;
  }

  .bd-product-text-image.is-image-left .bd-product-text-image__media {
    order: -1;
  }

  .bd-product-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bd-product-gallery.is-grid .bd-product-gallery__track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bd-product-feature-slider__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 2rem);
    align-items: start;
  }
}

.bd-contact-band {
  background: var(--bd-orange);
  padding: clamp(2rem, 3.8vw, 2.9rem) 0 0;
}

.bd-contact-band__grid {
  display: grid;
  gap: 1.6rem;
  align-items: start;
}

.bd-advice-card {
  padding: 0;
}

.bd-advice-card h3 {
  margin: 0 0 1rem;
  color: #111;
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: 500;
  line-height: 1.15;
}

.bd-advice-card h3 i {
  color: #111;
  margin-right: 0.35rem;
}

.bd-advice-card h3 strong {
  font-weight: 800;
}

.bd-advice-card__media {
  border-radius: 1.7rem;
  overflow: hidden;
  max-width: 38rem;
}

.bd-advice-card__media img {
  display: block;
  width: 100%;
  height: auto;
}

.bd-contact-form-card {
  background: #ececec;
  border-radius: 1.1rem;
  padding: clamp(1.2rem, 2vw, 2rem);
  box-shadow: none;
}

.bd-contact-form-card h3 {
  margin: 0 0 0.95rem;
  color: var(--bd-orange);
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  font-weight: 700;
}

.bd-contact-form-card p {
  margin: 0 0 0.95rem;
}

.bd-contact-form-card input:not([type="radio"]):not([type="checkbox"]),
.bd-contact-form-card textarea,
.bd-contact-form-card select {
  width: 100%;
  border: 1px solid #a8a8a8;
  border-radius: 0.5rem;
  min-height: 3rem;
  padding: 0.8rem 0.8rem;
  background: transparent;
  font-family: inherit;
  font-size: 1.02rem;
}

.bd-contact-form-card input[type="radio"],
.bd-contact-form-card input[type="checkbox"] {
  width: 1.05rem;
  min-height: auto;
  height: 1.05rem;
  padding: 0;
  margin: 0;
  border-radius: 50%;
}

.bd-contact-form-card textarea {
  min-height: 8.8rem;
  resize: vertical;
}

.bd-field {
  position: relative;
}

.bd-field label {
  position: absolute;
  top: -0.5rem;
  left: 0.7rem;
  padding-inline: 0.25rem;
  background: #ececec;
  color: #7f7f7f;
  font-size: 0.78rem;
  line-height: 1;
}

.bd-radio-group {
  border: 0;
  margin: 0.55rem 0 1rem;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.35rem;
}

.bd-radio-group legend {
  color: var(--bd-orange);
  font-weight: 700;
  margin-bottom: 0.35rem;
  grid-column: 1 / -1;
  font-size: 1.15rem;
}

.bd-radio-group label {
  font-size: 0.95rem;
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  color: #2a2a2a;
}

.bd-radio-group input[type="radio"] {
  accent-color: var(--bd-orange);
  margin-top: 0.2rem;
}

.bd-contact-form-card button,
.bd-contact-form-card input[type="submit"],
.bd-contact-form-card .wpcf7-submit {
  display: block;
  margin: 1.2rem auto 0;
  border-radius: 999px;
  background: var(--bd-orange);
  color: #fff;
  border: 0;
  padding: 0.9rem 2.6rem;
  font-weight: 700;
  font-size: clamp(0.95rem, 1vw, 1.2rem);
  text-transform: uppercase;
  cursor: pointer;
}

.bd-footer {
  background: #343434;
  color: #fff;
  padding-top: clamp(2.2rem, 3.2vw, 3rem);
}

.bd-footer .container {
  width: min(100% - 7rem, 84rem);
}

.bd-footer__inner {
  display: grid;
  gap: 1.35rem;
  align-items: start;
  max-width: 44rem;
}

.bd-footer__brand {
  padding-top: 0.15rem;
}

.bd-footer__logo img {
  height: auto;
  max-width: 19rem;
}

.bd-footer__cols {
  display: grid;
  gap: 1.6rem;
}

.bd-footer__pill {
  margin: 0 0 0.95rem;
  color: var(--bd-orange);
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background: #000000;
  display: inline-flex;
  border-radius: 999px;
  padding: 0.38rem 1.6rem;
}

.bd-footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.bd-footer__menu a {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.4;
  display: block;
  padding: 0.2rem 0;
}

.bd-footer__menu a:hover {
  color: var(--bd-orange);
}

.bd-footer__col p {
  color: #ccc;
  font-size: 1.05rem;
  line-height: 1.5;
  margin: 0 0 0.5rem;
}

.bd-footer__social-title {
  color: var(--bd-orange);
  font-weight: 700;
  margin: 1.2rem 0 0.6rem;
  font-size: 1.05rem;
}

.bd-footer__socials {
  display: flex;
  gap: 0.5rem;
}

.bd-footer__socials a {
  border-radius: 50%;
  border: 0;
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: #fff;
  background: #000000;
  transition: all 0.2s;
}

.bd-footer__socials a:hover {
  background: var(--bd-orange);
  border-color: var(--bd-orange);
}

.bd-footer__legal {
  border-top: 0;
  margin-top: 0.75rem;
  padding: 1rem 0 1.2rem;
  text-align: center;
  font-size: 0.98rem;
  color: #d0d0d0;
}

.bd-footer__legal a {
  color: var(--bd-orange);
  margin: 0 0.5rem;
}

.bd-footer__legal p {
  margin: 0.5rem 0 0;
}

.bd-footer__legal span {
  color: var(--bd-orange);
  font-weight: 700;
}

.bd-social-dock {
  position: fixed;
  right: 1.25rem;
  top: 220px;
  z-index: 90;
  display: none;
  grid-auto-flow: row;
  justify-items: end;
  gap: 0.75rem;
}

.bd-social-dock__link,
.bd-social-dock__toggle {
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  box-shadow: 0 0.7rem 1.8rem rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.bd-social-dock__link {
  background: #101010;
  color: #fff;
  font-size: 1.3rem;
}

.bd-social-dock__toggle {
  background: #101010;
  color: #fff;
  font-size: 1.25rem;
  cursor: pointer;
}

.bd-social-dock__toggle.js-go-top {
  position: fixed;
  right: 1.25rem;
  bottom: 20px;
  top: auto;
  z-index: 91;
}

.bd-social-dock__link--whatsapp {
  background: #22a640;
}

.bd-social-dock__link:hover,
.bd-social-dock__toggle:hover,
.bd-social-dock__link:focus-visible,
.bd-social-dock__toggle:focus-visible {
  transform: translateY(-2px);
}

@media (min-width: 48rem) {
  .bd-social-dock {
    display: grid;
  }

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

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

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

  .bd-header__inner {
    grid-template-columns: auto 1fr auto auto;
    gap: 0.9rem;
  }

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

  .bd-nav {
    display: block;
    grid-column: auto;
  }

  .bd-nav__menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(0.9rem, 2vw, 2rem);
    padding: 0;
  }

  .bd-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(0.9rem, 2vw, 2rem);
    padding: 0;
  }

  .bd-nav .current-menu-item > a,
  .bd-nav .current_page_item > a,
  .bd-nav .current-menu-ancestor > a {
    padding: 0.72rem 2.9rem;
    font-size: 1.05rem;
  }

  .bd-header__tools {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
  }

  .bd-header__actions {
    display: flex;
    gap: 0.45rem;
    justify-content: flex-end;
  }

  .bd-footer__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.8rem;
  }

  .bd-footer__brand {
    text-align: left;
  }

  .bd-footer__logo img {
    height: auto;
    max-width: 230px;
  }

  .bd-footer__cols {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 37rem;
  }

  .bd-home-intro {
    grid-template-columns: 1.03fr 1fr;
    align-items: start;
    gap: clamp(1.3rem, 2.5vw, 2.5rem);
  }

  .bd-home-photo {
    min-height: clamp(20rem, 34vw, 33rem);
  }

  .bd-products-sectors__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 1.7vw, 1.5rem);
  }

  .bd-products-sectors .bd-page-title {
    margin-bottom: clamp(3rem, 4vw, 4rem);
  }

  .bd-sector-card h3 {
    min-height: 4.8rem;
    height: 4.8rem;
    font-size: clamp(1.05rem, 1.3vw, 1.5rem);
  }

  .bd-sector-card__overlay {
    bottom: calc(4.8rem + 0.8rem);
  }

  .bd-products-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .bd-latam-support__inner {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 1.2rem;
  }

  .bd-latam-support__actions {
    gap: 0.85rem;
  }

  .bd-latam-support__visual {
    min-height: 28rem;
    align-self: stretch;
  }

  .bd-intro-card--plain .bd-btn {
    margin-bottom: 40px;
  }

  .bd-contact-band__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.18fr);
    gap: 2.4rem;
    align-items: start;
  }

  .bd-radio-group {
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem 1.25rem;
  }

  .bd-contact-form-card {
    transform: translateY(1.5rem);
  }

  .bd-special-solutions {
    margin-top: -3.2rem;
  }

  .bd-special-solutions__icons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bd-story-slide {
    flex-basis: min(56vw, 31rem);
  }
}

@media (min-width: 75rem) {
  .bd-breadcrumb {
    padding: 0.52rem 1rem;
    border-radius: 0.64rem;
    font-size: 0.9rem;
    gap: 0.28rem;
  }

  .bd-breadcrumb__lead {
    font-size: 1.15rem;
  }

  .bd-breadcrumb__sep {
    margin-inline: 0.18rem;
  }

  .bd-header__inner {
    min-height: 6.5rem;
    padding-block: 1rem;
  }

  .custom-logo-link img,
  .bd-footer__logo img {
    height: 4.1rem;
  }

  .bd-pill {
    padding: 0.64rem 1.25rem;
    font-size: 0.9rem;
  }

  .bd-pill--icon i {
    width: 1.5rem;
    height: 1.5rem;
  }

  .bd-nav ul a,
  .bd-nav__menu a {
    font-size: 1rem;
  }

  .bd-products-sectors {
    padding-top: 1.4rem;
    padding-bottom: 2.7rem;
  }

  .bd-products-sectors .container {
    width: min(100% - 4rem, 96rem);
  }

  .bd-products-sectors .bd-page-title {
    font-size: clamp(1.9rem, 2.4vw, 3rem);
    margin-bottom: 4rem;
  }

  .bd-products-sectors__grid {
    gap: 1.4rem;
  }

  .bd-sector-card {
    border-radius: 1.5rem;
  }

  .bd-sector-card__body {
    border-radius: 1.5rem;
  }

  .bd-sector-card__media {
    aspect-ratio: 4 / 3.2;
  }

  .bd-sector-card__icon {
    width: clamp(6rem, 7vw, 8rem);
    transform: translateY(-42%);
  }

  .bd-sector-card__overlay {
    bottom: calc(5.8rem + 0.8rem);
  }

  .bd-sector-card__overlay a {
    min-width: 11rem;
    font-size: 1rem;
    padding: 0.5rem 1.3rem;
  }

  .bd-sector-card h3 {
    min-height: 5.8rem;
    height: 5.8rem;
    padding: 1rem 1.3rem 1.2rem;
    font-size: clamp(1.2rem, 1.35vw, 1.7rem);
    line-height: 1.08;
  }

  .bd-sector-card h3 i {
    margin-right: 0.75rem;
  }

  .bd-contact-band__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 2.8rem;
  }

  .bd-advice-card {
    padding-top: 1rem;
    max-width: 40rem;
  }

  .bd-advice-card h3 {
    font-size: clamp(1.5rem, 1.8vw, 2rem);
  }

  .bd-contact-form-card {
    max-width: 50rem;
    margin-left: auto;
  }

  .bd-footer__inner {
    max-width: 44rem;
  }

  .bd-footer__cols {
    max-width: 42rem;
    gap: 2.4rem;
  }

  .bd-home-intro {
    grid-template-columns: 0.96fr 1.04fr;
    gap: clamp(1.7rem, 2.2vw, 2.6rem);
  }

  .bd-products-benefits {
    padding-top: 1.8rem;
    padding-bottom: 3.6rem;
  }

  .bd-products-benefits__title {
    font-size: clamp(1.3rem, 1.7vw, 2rem);
    margin-bottom: 1.4rem;
  }

  .bd-products-benefits__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.05rem;
  }

  .bd-products-benefit-card {
    min-height: 16.5rem;
    border-radius: 1.15rem;
    padding: 1.55rem 1.55rem;
  }

  .bd-products-benefit-card h3,
  .bd-products-benefit-card p {
    max-width: 16.5rem;
    font-size: clamp(1rem, 1.2vw, 1.35rem);
  }

  .bd-products-benefit-card.is-compact p {
    max-width: 17rem;
    font-size: clamp(0.9rem, 1vw, 1.1rem);
  }

  .bd-products-benefit-card i {
    right: 1.35rem;
    bottom: 1rem;
  }

  .bd-latam-support {
    padding-top: 2.7rem;
    padding-bottom: 3.2rem;
    background-position: 66% center;
  }

  .bd-latam-support__inner {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: stretch;
    gap: 1.2rem;
  }

  .bd-latam-support__content {
    align-self: center;
  }

  .bd-latam-support__content h2 {
    font-size: clamp(1.8rem, 2.5vw, 2.8rem);
  }

  .bd-latam-support__content p {
    font-size: clamp(0.9rem, 0.95vw, 1.05rem);
    max-width: 32rem;
  }

  .bd-latam-support__actions {
    margin-top: 1.2rem;
    gap: 1rem;
  }

  .bd-latam-support__btn {
    min-width: 11rem;
    font-size: 0.88rem;
    padding: 0.7rem 1.5rem;
  }

  .bd-latam-support__visual {
    min-height: 38rem;
    align-self: stretch;
  }

  .bd-latam-support__advisor {
    height: 100%;
    width: auto;
    bottom: -52px;
    left: 50%;
    transform: translateX(-50%);
  }

  .bd-callout {
    font-size: clamp(1.2rem, 1.3vw, 1.5rem);
    padding: clamp(1.1rem, 1.3vw, 1.45rem) clamp(1.35rem, 1.8vw, 1.9rem);
  }

  .bd-home-photo {
    min-height: auto;
    aspect-ratio: 1.58 / 1;
  }

  .bd-home-intro__right {
    gap: 1rem;
  }

  .bd-sector-btn__icon {
    max-width: clamp(6.6rem, 7.4vw, 8.3rem);
    height: clamp(5.2rem, 5.7vw, 6.25rem);
  }

  .bd-sector-btn__icon i {
    font-size: clamp(1.75rem, 1.95vw, 2.2rem);
  }

  .bd-sector-btn__label {
    font-size: clamp(0.95rem, 1.1vw, 1.45rem);
    line-height: 1.08;
  }

  .bd-intro-card.bd-intro-card--plain h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 1rem;
    max-width: 32rem;
  }

  .bd-intro-card.bd-intro-card--plain p {
    font-size: clamp(0.95rem, 1vw, 1.18rem);
    line-height: 1.25;
    max-width: 33rem;
  }

  .bd-highlight-box {
    max-width: 39rem;
    padding: clamp(0.95rem, 1vw, 1.2rem) clamp(1.2rem, 1.35vw, 1.5rem);
    margin-top: 1.1rem;
  }

  .bd-highlight-box strong {
    display: block;
    font-size: clamp(1rem, 1.2vw, 1.3rem);
  }

  .bd-highlight-box span {
    display: block;
    max-width: 28.5rem;
    font-size: clamp(0.9rem, 1vw, 1.15rem);
  }

  .bd-intro-animals {
    min-height: 30px;
    margin-top: 0;
    z-index: 2;
  }

  .bd-intro-animals__pig {
    width: clamp(10.5rem, 13.6vw, 14rem);
    right: clamp(-4.8rem, -3.2vw, -2.2rem);
    bottom: -100px;
    transform: scale(1.4);
  }

  .bd-btn--intro {
    font-size: clamp(0.86rem, 0.92vw, 1rem);
    padding: clamp(0.45rem, 0.62vw, 0.6rem) clamp(0.9rem, 1.2vw, 1.3rem);
    margin-top: 0.95rem;
    min-width: clamp(16.5rem, 20vw, 22rem);
    justify-content: flex-start;
    position: relative;
    z-index: 3;
  }

  .bd-special-solutions {
    margin-top: -4.5rem;
  }

  .bd-special-solutions.section-space {
    padding-top: 5.1rem;
    padding-bottom: 4.2rem;
  }

  .bd-special-solutions__grid {
    grid-template-columns: minmax(0, 2.1fr) minmax(0, 1fr);
    gap: clamp(2rem, 2.7vw, 3.2rem);
  }

  .bd-special-solutions h2.bd-special-solutions__title {
    text-align: center;
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    margin-bottom: 1.55rem;
  }

  .bd-special-solutions__icons {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.3rem 1rem;
  }

  .bd-special-item {
    min-height: 11.7rem;
    padding: 1.4rem 0.75rem 1rem;
    border-radius: 1.35rem;
  }

  .bd-special-item__icon {
    width: clamp(4.9rem, 5.8vw, 6.5rem);
  }

  .bd-special-item span {
    font-size: clamp(0.92rem, 1.05vw, 1.3rem);
    max-width: 10.4rem;
  }

  .bd-special-solutions__media {
    min-height: 40rem;
    border-radius: 2rem;
  }

  .bd-success-stories__head {
    max-width: 62rem;
    margin-bottom: 2.2rem;
  }

  .bd-success-stories__title {
    font-size: clamp(1.8rem, 2.2vw, 2.55rem);
    margin-bottom: 1.25rem;
  }

  .bd-success-stories__copy {
    font-size: clamp(0.86rem, 0.8vw, 1.02rem);
    max-width: 52rem;
  }

  .bd-story-slide {
    flex-basis: calc((100% - (2 * var(--bd-stories-gap))) / 3);
  }

  .bd-story-slide h3 {
    font-size: clamp(0.9rem, 0.88vw, 1.08rem);
  }

  .bd-stories-carousel__controls {
    margin-top: 1.85rem;
    gap: 1.5rem;
  }

  .bd-stories-carousel__btn {
    width: 3.8rem;
    height: 3.8rem;
    font-size: 2.3rem;
  }
}

@media (min-width: 64rem) {
  .bd-hero__badge {
    left: 10rem;
    right: 2rem;
    top: 2rem;
  }

  .bd-hero-home__badge {
    left: 56%;
    right: auto;
    width: min(66%, 700px);
    font-size: clamp(1.08rem, 1.3vw, 1.35rem);
    top: 1.9rem;
    margin-top: 0;
  }

  .bd-hero-home__advisor {
    left: -5rem;
    bottom: -2rem;
    width: min(52vw, 36rem);
    max-width: none;
  }

  .bd-hero-products__badge {
    width: min(58%, 33rem);
    padding: 1rem 1.2rem;
    border-radius: 0.9rem 0 1.4rem 0;
    font-size: clamp(0.95rem, 1.1vw, 1.2rem);
  }

  .bd-contact-band {
    padding-bottom: 0;
  }

  .bd-contact-form-card {
    border-radius: 1.35rem;
    padding: 1.6rem 1.8rem;
    transform: translateY(2.4rem);
  }

  .bd-footer {
    padding-top: 4.8rem;
  }

  .bd-footer__legal {
    justify-content: center;
  }
}

@media (min-width: 75rem) {
  .bd-contact-band {
    position: relative;
    padding-top: 2.1rem;
    padding-bottom: 0.6rem;
    overflow: visible;
  }

  .bd-contact-band .container {
    width: min(100% - 3.5rem, 96rem);
  }

  .bd-contact-band__grid {
    grid-template-columns: minmax(0, 0.84fr);
    gap: 0;
    position: relative;
    min-height: 26rem;
  }

  .bd-advice-card {
    max-width: 37rem;
    padding-top: 0.25rem;
  }

  .bd-advice-card h3 {
    font-size: clamp(1.8rem, 1.9vw, 2.2rem);
    margin-bottom: 0.9rem;
  }

  .bd-advice-card__media {
    border-radius: 1.55rem;
    max-width: 35.5rem;
  }

  .bd-contact-form-card {
    position: absolute;
    top: 0.35rem;
    right: 0;
    width: min(54%, 53.5rem);
    margin: 0;
    border-radius: 1.3rem;
    padding: 1.55rem 2rem 1.75rem;
    transform: none;
    z-index: 4;
  }

  .bd-radio-group {
    gap: 0.35rem 1.8rem;
  }

  .bd-footer {
    padding-top: 3.4rem;
  }

  .bd-footer__inner {
    max-width: 39rem;
    gap: 1.4rem;
    margin-left: clamp(2rem, 4.8vw, 5rem);
    margin-right: auto;
  }

  .bd-footer__cols {
    max-width: 34rem;
    gap: 1.8rem;
  }
}

/* Blog */
.bd-hero--blog {
  background: #fff;
}

.bd-blog-hero {
  position: relative;
  border-radius: 1.35rem;
  overflow: hidden;
  background: #111;
}

.bd-blog-hero__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 6.8;
  object-fit: cover;
  opacity: 0.92;
}

.bd-blog-hero__badge {
  position: absolute;
  left: clamp(0.9rem, 2vw, 2rem);
  right: clamp(0.9rem, 2vw, 2rem);
  bottom: clamp(0.9rem, 1.5vw, 1.4rem);
  max-width: 42rem;
  background: rgb(0 0 0 / 0.76);
  color: #fff;
  border-left: 4px solid var(--bd-orange);
  border-radius: 0.9rem;
  padding: clamp(0.65rem, 1.15vw, 1rem) clamp(0.8rem, 1.5vw, 1.25rem);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(0.88rem, 1.1vw, 1.08rem);
  line-height: 1.15;
  font-weight: 600;
}

.bd-blog-hero__badge i {
  color: var(--bd-orange);
  flex-shrink: 0;
}

.bd-blog-listing {
  background: linear-gradient(180deg, #fff 0%, #efefef 100%);
}

.bd-blog-listing__head {
  max-width: 48rem;
  margin-bottom: 1.55rem;
}

.bd-blog-listing__head .bd-page-title {
  margin-bottom: 0.65rem;
}

.bd-blog-listing__head p {
  margin: 0;
  color: #2f2f34;
  max-width: 44rem;
}

.bd-blog-grid {
  display: grid;
  gap: 1rem;
}

.bd-blog-card {
  display: flex;
  flex-direction: column;
  border-radius: 1.2rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 24px rgb(22 22 24 / 0.08);
}

.bd-blog-card__media {
  display: block;
  width: 100%;
  overflow: hidden;
  background: #e2e2e2;
}

.bd-blog-card__media img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.bd-blog-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.7rem;
  padding: 1rem 1rem 1.1rem;
}

.bd-blog-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  color: #6f7278;
  font-size: 0.82rem;
  font-weight: 600;
}

.bd-blog-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  padding: 0 0.65rem;
  border: 1px solid #d7d9dd;
  border-radius: 999px;
  color: #2e3138;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.bd-blog-card__title {
  margin: 0;
  font-size: clamp(1.16rem, 2vw, 1.55rem);
  line-height: 1.12;
  color: #121318;
}

.bd-blog-card__title a:hover,
.bd-blog-card__title a:focus-visible {
  color: var(--bd-orange);
}

.bd-blog-card__excerpt {
  margin: 0;
  color: #3f434a;
  font-size: 0.95rem;
  line-height: 1.35;
}

.bd-blog-card__more {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--bd-orange);
  font-weight: 800;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.bd-blog-card__more i {
  font-size: 0.95rem;
}

.bd-blog-card.is-featured {
  background: #343434;
  color: #fff;
}

.bd-blog-card.is-featured .bd-blog-card__body {
  background: #343434;
}

.bd-blog-card.is-featured .bd-blog-card__meta,
.bd-blog-card.is-featured .bd-blog-card__excerpt {
  color: #e8ebf0;
}

.bd-blog-card.is-featured .bd-blog-card__title {
  color: #fff;
}

.bd-blog-card.is-featured .bd-blog-card__tag {
  color: #fff;
  border-color: rgb(255 255 255 / 0.35);
}

.bd-blog-pagination ul {
  list-style: none;
  margin: 1.35rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.bd-blog-pagination a,
.bd-blog-pagination span {
  min-width: 2.15rem;
  height: 2.15rem;
  padding: 0 0.7rem;
  border: 1px solid #c8ccd3;
  color: #242830;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 700;
}

.bd-blog-pagination .current {
  border-color: var(--bd-orange);
  background: var(--bd-orange);
  color: #fff;
}

.bd-blog-empty p {
  margin: 0 0 1rem;
  color: #30343c;
  font-weight: 600;
}

.bd-blog-single__layout {
  display: grid;
  gap: 1rem;
}

.bd-blog-single__main {
  background: #fff;
  border-radius: 1.25rem;
  padding: clamp(1rem, 1.8vw, 1.5rem);
  box-shadow: 0 12px 26px rgb(22 24 30 / 0.08);
}

.bd-blog-single__meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.6rem;
  margin-bottom: 0.8rem;
  color: #5e6169;
  font-size: 0.83rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.bd-blog-single__dot {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 999px;
  background: #a0a0a0;
}

.bd-blog-single__content {
  color: #1f2228;
}

.bd-blog-single__content h2,
.bd-blog-single__content h3 {
  color: #0f2252;
  margin-top: 1.4rem;
  margin-bottom: 0.7rem;
  line-height: 1.16;
}

.bd-blog-single__content p {
  margin: 0 0 0.95rem;
  line-height: 1.5;
}

.bd-blog-single__content ul,
.bd-blog-single__content ol {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}

.bd-blog-single__content li + li {
  margin-top: 0.38rem;
}

.bd-blog-single__aside {
  display: grid;
  gap: 0.95rem;
  align-content: start;
}

.bd-blog-author-card,
.bd-blog-related {
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 10px 22px rgb(20 22 29 / 0.07);
}

.bd-blog-author-card__label {
  margin: 0;
  color: #72757e;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.bd-blog-author-card__name {
  margin: 0.35rem 0 0.2rem;
  color: #14161b;
  font-size: 1.1rem;
  font-weight: 800;
}

.bd-blog-author-card__date {
  margin: 0;
  color: #5e626a;
}

.bd-blog-related h2 {
  margin: 0 0 0.75rem;
  font-size: 1.08rem;
  color: #14161b;
}

.bd-blog-related ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.bd-blog-related li a {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.4rem;
  color: #20232a;
  font-weight: 600;
  line-height: 1.25;
}

.bd-blog-related li i {
  color: var(--bd-orange);
  margin-top: 0.12rem;
}

.bd-blog-related li a:hover,
.bd-blog-related li a:focus-visible {
  color: var(--bd-orange);
}

@media (min-width: 48rem) {
  .bd-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bd-blog-card.is-featured {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  }

  .bd-blog-card.is-featured .bd-blog-card__media img {
    aspect-ratio: 16 / 9;
    height: 100%;
  }

  .bd-blog-card.is-featured .bd-blog-card__body {
    padding: 1.2rem 1.25rem 1.3rem;
  }

  .bd-blog-single__layout {
    grid-template-columns: minmax(0, 1fr) 18.5rem;
    gap: 1.2rem;
  }
}

@media (min-width: 64rem) {
  .bd-blog-hero__badge {
    left: 2rem;
    right: auto;
  }

  .bd-blog-card__body {
    padding: 1.05rem 1.1rem 1.2rem;
  }

  .bd-blog-grid--fallback .bd-blog-card {
    min-height: 100%;
  }
}
