.bcr-app {
  --bcr-primary: #c8942e;
  --bcr-text: #2d2f33;
  --bcr-muted: #f1f1f1;
  --bcr-logo-width: 260px;
  color: var(--bcr-text);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

.bcr-app * {
  box-sizing: border-box;
}

.bcr-catalog {
  width: 100vw;
  max-width: 100vw;
  margin-top: 0;
  margin-block-start: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: hidden;
}

.bcr-global-footer {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: hidden;
}

.bcr-single {
  margin-top: 0;
  margin-block-start: 0;
}

body:has(.bcr-app.bcr-catalog) .site-main,
body:has(.bcr-app.bcr-catalog) main,
body:has(.bcr-app.bcr-catalog) #main,
body:has(.bcr-app.bcr-catalog) #content,
body:has(.bcr-app.bcr-single) .site-main,
body:has(.bcr-app.bcr-single) main,
body:has(.bcr-app.bcr-single) #main,
body:has(.bcr-app.bcr-single) #content,
body:has(.bcr-app.bcr-catalog) .site-content,
body:has(.bcr-app.bcr-single) .site-content,
body:has(.bcr-app.bcr-catalog) .content-area,
body:has(.bcr-app.bcr-single) .content-area,
body:has(.bcr-app.bcr-catalog) .wp-site-blocks,
body:has(.bcr-app.bcr-single) .wp-site-blocks,
body:has(.bcr-app.bcr-catalog) .site-main > article,
body:has(.bcr-app.bcr-single) .site-main > article,
body:has(.bcr-app.bcr-catalog) .page,
body:has(.bcr-app.bcr-single) .page,
body:has(.bcr-app.bcr-catalog) .hentry,
body:has(.bcr-app.bcr-single) .hentry,
.page-content:has(> .bcr-app:first-child),
.entry-content:has(> .bcr-app:first-child),
.wp-block-post-content:has(> .bcr-app:first-child),
.elementor-widget-container:has(> .bcr-app:first-child) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body:has(.bcr-app.bcr-catalog) .entry-header,
body:has(.bcr-app.bcr-single) .entry-header,
body:has(.bcr-app.bcr-catalog) .page-header,
body:has(.bcr-app.bcr-single) .page-header,
body:has(.bcr-app.bcr-catalog) .entry-title,
body:has(.bcr-app.bcr-single) .entry-title,
body:has(.bcr-app.bcr-catalog) .page-title,
body:has(.bcr-app.bcr-single) .page-title {
  display: none !important;
}

.entry-content > .bcr-catalog,
.entry-content > .bcr-single,
.page-content > .bcr-catalog,
.page-content > .bcr-single,
.wp-block-post-content > .bcr-catalog,
.wp-block-post-content > .bcr-single,
.elementor-widget-container > .bcr-catalog,
.elementor-widget-container > .bcr-single {
  width: 100vw;
  max-width: 100vw;
  margin-top: 0;
  margin-block-start: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.entry-content .bcr-catalog,
.entry-content .bcr-single,
.page-content .bcr-catalog,
.page-content .bcr-single,
.wp-block-post-content .bcr-catalog,
.wp-block-post-content .bcr-single,
.elementor-widget-container .bcr-catalog,
.elementor-widget-container .bcr-single,
.site-main .bcr-catalog,
.site-main .bcr-single,
.content-area .bcr-catalog,
.content-area .bcr-single {
  width: 100vw;
  max-width: 100vw;
  margin-top: 0;
  margin-block-start: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.bcr-container {
  width: min(1760px, calc(100% - clamp(56px, 6vw, 128px)));
  margin: 0 auto;
}

.bcr-single .bcr-container {
  width: min(1760px, calc(100% - clamp(56px, 6vw, 128px)));
}

.bcr-header {
  background: #fff;
  border-bottom: 0;
  width: 100%;
  margin: 0;
}

.bcr-header-top {
  min-height: 0;
  width: 100%;
  height: clamp(78px, 6.4vw, 92px);
  margin: 0;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  padding: 0;
  border-bottom: 3px solid var(--bcr-primary);
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.bcr-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 100%;
  padding: 0 clamp(26px, 3vw, 56px);
  color: var(--bcr-text);
  text-decoration: none;
  flex: 0 0 clamp(245px, 20vw, 340px);
  max-width: 100%;
  margin-right: 0;
}

.bcr-logo img {
  display: block;
  width: var(--bcr-logo-width);
  max-width: calc(100vw - 56px);
  max-height: 58px;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.bcr-logo span {
  font-size: 38px;
  font-weight: 800;
}

.bcr-logo em {
  font-style: normal;
  max-width: 130px;
  line-height: 1.05;
}

.bcr-menu-toggle {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.bcr-phone-toggle {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.bcr-show-all {
  display: none;
}

.bcr-carousel-dots {
  display: none;
}

.bcr-phone {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 6px;
  column-gap: 14px;
  flex: 0 0 clamp(300px, 23vw, 380px);
  align-self: stretch;
  margin-left: auto;
  padding: 0 clamp(28px, 3vw, 54px) 0 clamp(58px, 5vw, 82px);
  background: linear-gradient(135deg, #030405 0%, #101418 100%);
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  text-decoration: none !important;
  white-space: nowrap;
}

.bcr-phone:visited,
.bcr-phone:hover,
.bcr-phone:focus {
  color: #fff;
  text-decoration: none !important;
}

.bcr-phone svg,
.bcr-phone strong {
  color: var(--bcr-primary);
}

.bcr-phone span {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.05;
}

.bcr-phone strong {
  display: block;
  font-size: clamp(19px, 1.45vw, 24px);
  line-height: 1;
}

.bcr-phone svg {
  width: 32px;
  height: 32px;
  grid-row: 1 / span 2;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bcr-driver-zone,
.bcr-newsletter button,
.bcr-contact-card button,
.bcr-lead-form button,
.bcr-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: var(--bcr-primary);
  color: #141414;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
  padding: 0 24px;
  cursor: pointer;
}

.bcr-driver-zone {
  color: #fff !important;
}

.bcr-driver-zone:hover,
.bcr-driver-zone:focus,
.bcr-hero-button,
.bcr-hero-button:hover,
.bcr-hero-button:focus,
.bcr-outline,
.bcr-outline:hover,
.bcr-outline:focus {
  text-decoration: none !important;
}

.bcr-driver-zone:hover,
.bcr-driver-zone:focus {
  background: #11161b;
  color: #fff;
}

.bcr-driver-zone *,
.bcr-driver-zone:hover *,
.bcr-driver-zone:focus * {
  text-decoration: none !important;
}

.bcr-driver-zone:visited,
.bcr-newsletter button:visited,
.bcr-contact-card button:visited,
.bcr-lead-form button:visited,
.bcr-cta a:visited,
.bcr-hero-button:visited {
  color: #141414;
}

.bcr-driver-zone:visited {
  color: #fff;
}

.bcr-nav {
  display: flex;
  gap: clamp(24px, 3.2vw, 68px);
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  align-self: stretch;
  min-width: 0;
  min-height: 0;
  padding: 0 clamp(14px, 2.2vw, 40px);
  overflow: visible;
  border-bottom: 0;
}

.bcr-nav a {
  position: relative;
  min-width: 0;
  margin-left: 0;
  height: 100%;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: var(--bcr-text);
  text-decoration: none !important;
  font-size: clamp(13px, .86vw, 16px);
  font-weight: 900;
  line-height: 1.1;
  border-left: 0;
  border-radius: 0;
  padding: 0;
  white-space: nowrap;
  transition: color .16s ease;
  text-transform: uppercase;
}

.bcr-nav a::before {
  content: none;
}

.bcr-nav a svg {
  display: none;
}

.bcr-nav a span {
  position: relative;
  z-index: 1;
}

.bcr-nav a:first-child {
  min-width: 0;
  margin-left: 0;
  color: var(--bcr-text);
  border-left: 0;
}

.bcr-nav a:nth-child(2) {
  min-width: 0;
}

.bcr-nav a:nth-last-child(2) {
  min-width: 0;
}

.bcr-nav a:last-child {
  min-width: 0;
  margin-left: 0;
  margin-right: 0;
}

.bcr-nav a:first-child::before {
  opacity: 0;
}

.bcr-nav a:first-child svg {
  stroke: var(--bcr-primary);
}

.bcr-nav a:hover,
.bcr-nav a:focus {
  color: var(--bcr-primary);
}

.bcr-filter-band {
  background: var(--bcr-muted);
  padding: 24px 0 54px;
}

.bcr-catalog-filters {
  padding: 30px 0 36px;
  margin-bottom: 48px;
}

.bcr-hero-slider {
  width: 100%;
  min-height: 520px;
  position: relative;
  overflow: hidden;
  background: #11161b;
  color: #fff;
}

.bcr-hero-slides,
.bcr-hero-slide,
.bcr-hero-overlay {
  position: absolute;
  inset: 0;
}

.bcr-hero-slide {
  opacity: 0;
  background-image: var(--bcr-slide-desktop);
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
  transition: opacity .55s ease, transform .55s ease;
}

.bcr-hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.bcr-hero-overlay {
  background: linear-gradient(90deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .24) 52%, rgba(0, 0, 0, .08));
}

.bcr-hero-content {
  position: relative;
  z-index: 2;
  min-height: 520px;
  display: flex;
  align-items: center;
  padding-bottom: 68px;
}

.bcr-hero-content h1 {
  max-width: 820px;
  margin: 0 0 18px;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.05;
  color: #fff;
}

.bcr-hero-content p {
  max-width: 620px;
  margin: 0 0 28px;
  font-size: 22px;
  color: rgba(255, 255, 255, .88);
}

.bcr-hero-breadcrumbs,
.bcr-hero-breadcrumbs a {
  color: rgba(255, 255, 255, .85);
}

.bcr-hero-button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--bcr-primary);
  color: #141414;
  text-decoration: none !important;
  font-weight: 900;
  padding: 0 34px;
}

.bcr-hero-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 52px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 62px;
  line-height: 1;
  cursor: pointer;
}

.bcr-hero-arrow.is-prev {
  left: 18px;
}

.bcr-hero-arrow.is-next {
  right: 18px;
}

.bcr-hero-filters {
  position: relative;
  z-index: 4;
  margin-top: -58px;
  padding-bottom: 32px;
}

.bcr-hero-filters .bcr-filters {
  border-radius: 8px;
  background: rgba(246, 247, 248, .96);
  box-shadow: 0 18px 38px rgba(15, 23, 42, .12);
  padding: 26px;
  overflow: hidden;
}

.bcr-top-offers {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(520px, 38vw, 640px);
  background: #050607;
  color: #fff;
}

.bcr-top-offers::before {
  content: none;
}

.bcr-top-offers::after {
  content: none;
}

.bcr-top-offers-track {
  position: relative;
  min-height: clamp(520px, 38vw, 640px);
}

.bcr-top-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 0;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  pointer-events: none;
  transform: translateX(24px);
  transition: opacity .42s ease, transform .42s ease;
}

.bcr-top-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, .34) 0%, rgba(0, 0, 0, .16) 45%, rgba(0, 0, 0, .04) 100%);
  pointer-events: none;
}

.bcr-top-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.bcr-top-slide-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: start;
  justify-items: start;
  width: min(100%, 1760px);
  margin: 0 auto;
  padding: clamp(62px, 6.2vw, 108px) clamp(58px, 5vw, 92px) 70px clamp(118px, 10vw, 190px);
  box-sizing: border-box;
  transform: none;
}

.bcr-top-slide h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: clamp(38px, 3.45vw, 60px);
  line-height: 1.05;
  font-weight: 900;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .55);
}

.bcr-top-model-line {
  display: block;
  margin: 0 0 22px;
  color: var(--bcr-primary);
  font-size: clamp(36px, 3.2vw, 58px);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .45);
}

.bcr-top-specs {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(13px, .95vw, 16px);
  font-weight: 600;
}

.bcr-top-specs span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-right: 18px;
  border-right: 1px solid rgba(255, 255, 255, .45);
  line-height: 1.2;
}

.bcr-top-specs span:last-child {
  border-right: 0;
  padding-right: 0;
}

.bcr-top-specs svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: none;
  stroke: var(--bcr-primary);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bcr-top-separator {
  width: min(430px, 38vw);
  height: 1px;
  margin: 0 0 18px;
  background: var(--bcr-primary);
}

.bcr-top-price {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin: 0 0 10px;
  padding-right: 0;
  color: var(--bcr-primary);
}

.bcr-top-price strong {
  display: block;
  font-size: clamp(40px, 3.5vw, 62px);
  line-height: 1;
  font-weight: 900;
}

.bcr-top-price span {
  position: static;
  display: block;
  border-radius: 999px;
  border: 1px solid rgba(200, 148, 46, .72);
  background: rgba(255, 255, 255, .9);
  color: #090c10;
  padding: 5px 13px 6px;
  font-size: clamp(12px, .78vw, 14px);
  line-height: 1.1;
  font-weight: 800;
  white-space: nowrap;
}

.bcr-top-terms {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(13px, .98vw, 16px);
  font-weight: 500;
  line-height: 1.4;
}

.bcr-top-link {
  min-width: min(100%, 286px);
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 0;
  border-radius: 4px;
  background: linear-gradient(135deg, #f2c765 0%, var(--bcr-primary) 100%);
  color: #080a0d;
  padding: 0 26px;
  text-decoration: none !important;
  font-size: clamp(13px, .9vw, 15px);
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .18);
}

.bcr-top-link em {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: transparent;
  color: currentColor;
  font-size: 0;
  font-style: normal;
  line-height: 1;
  padding: 0;
  box-sizing: border-box;
  transition: transform .18s ease;
}

.bcr-top-link em::before {
  content: "›";
  display: block;
  font-size: 28px;
  line-height: 1;
  transform: translate(1px, -1px);
}

.bcr-top-link:hover em,
.bcr-top-link:focus em {
  transform: translateX(4px);
}

.bcr-top-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  min-width: 0;
  overflow: hidden;
  text-decoration: none !important;
}

.bcr-top-image img {
  width: 100%;
  height: 100%;
  max-height: none;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: none;
}

.bcr-top-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 44px;
  height: 44px;
  min-width: 44px;
  max-width: 44px;
  min-height: 44px;
  max-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  box-sizing: border-box;
  appearance: none;
  padding: 0 !important;
  border: 2px solid rgba(255, 255, 255, .85);
  border-radius: 50%;
  background: rgba(0, 0, 0, .12);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 0;
  line-height: 0;
  font-weight: 700;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.bcr-top-arrow::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  font-size: 22px;
  line-height: 1;
  transform: translateY(-1px);
}

.bcr-top-arrow.is-prev::before {
  content: "←";
}

.bcr-top-arrow.is-next::before {
  content: "→";
}

.bcr-top-arrow:hover,
.bcr-top-arrow:focus {
  background: var(--bcr-primary);
  border-color: var(--bcr-primary);
  color: #11161b;
  transform: translateY(-50%) scale(1.04);
  outline: 0;
}

.bcr-top-arrow.is-prev {
  left: clamp(24px, 2.8vw, 54px);
}

.bcr-top-arrow.is-next {
  right: clamp(24px, 2.8vw, 54px);
}

.bcr-top-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 16px;
  transform: translateX(-50%);
}

.bcr-top-dots button {
  width: 12px;
  height: 12px;
  border: 2px solid #11161b;
  border-radius: 50%;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.bcr-top-dots button.is-active {
  background: #11161b;
}

.bcr-benefits-strip {
  background: #fff;
  padding: 44px 0 30px;
}

.bcr-benefits-strip .bcr-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px 0;
  align-items: center;
}

.bcr-benefits-intro {
  grid-column: 1 / -1;
  max-width: 780px;
  margin: 0 0 2px;
}

.bcr-benefits-intro h2 {
  margin: 0;
  color: #050607;
  font-size: clamp(28px, 2.8vw, 42px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.bcr-benefits-strip .bcr-benefits-intro p {
  max-width: 940px;
  margin: 20px 0 0;
  color: var(--bcr-primary, #c8942e);
  font-size: clamp(17px, calc(1.1vw + 2px), 19px);
  font-weight: 900;
  line-height: 1.5;
}

.bcr-benefits-strip article {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 96px;
  padding: 0 clamp(18px, 2.2vw, 42px);
  border-right: 1px solid rgba(17, 22, 27, .14);
}

.bcr-benefits-strip article:last-child {
  border-right: 0;
}

.bcr-benefits-strip article > span {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border: 1.5px solid var(--bcr-primary);
  border-radius: 50%;
  color: var(--bcr-primary);
}

.bcr-benefits-strip svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bcr-benefits-strip strong {
  display: block;
  margin: 0 0 5px;
  color: #050607;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.18;
  font-weight: 900;
}

.bcr-benefits-strip p {
  margin: 0;
  color: #42474f;
  font-size: clamp(13px, .95vw, 15px);
  line-height: 1.35;
}

.bcr-breadcrumbs,
.bcr-single-crumbs {
  font-size: 18px;
  margin-bottom: 32px;
}

.bcr-filter-band.bcr-single-crumbs {
  padding: 18px 0;
  margin-bottom: 0;
}

.bcr-breadcrumbs a,
.bcr-single-crumbs a,
.bcr-back-link {
  color: var(--bcr-text);
  text-decoration: none;
}

.bcr-breadcrumbs a:hover,
.bcr-single-crumbs a:hover,
.bcr-back-link:hover {
  color: var(--bcr-primary);
}

.bcr-breadcrumbs span,
.bcr-single-crumbs span {
  padding: 0 14px;
  font-weight: 800;
}

.bcr-hero-slider .bcr-breadcrumbs,
.bcr-hero-slider .bcr-breadcrumbs a {
  color: rgba(255, 255, 255, .88);
}

.bcr-hero-slider .bcr-breadcrumbs a:hover {
  color: var(--bcr-primary);
}

.bcr-back-link {
  display: inline-flex;
  align-items: center;
  margin: 18px 0 0;
  font-weight: 800;
}

.bcr-filters {
  display: grid;
  grid-template-columns: minmax(190px, 1.05fr) minmax(190px, 1.05fr) minmax(230px, 1.4fr) minmax(235px, 1.2fr) minmax(150px, .8fr);
  gap: 26px 32px;
  align-items: end;
  padding: 28px 42px 30px;
  border: 1px solid rgba(18, 24, 31, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
}

.bcr-mobile-filter-heading {
  display: none;
}

.bcr-filters label,
.bcr-sort {
  display: grid;
  gap: 12px;
  font-weight: 800;
  min-width: 0;
}

.bcr-filter-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #11161b;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}

.bcr-filter-label svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  fill: none;
  stroke: var(--bcr-primary);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bcr-filters select,
.bcr-filters input[type="range"],
.bcr-sort select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #dfe3e8;
  border-radius: 5px;
  background: #fff;
  color: var(--bcr-text);
  font-family: inherit;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.2;
  padding: 0 18px;
  min-width: 0;
}

.bcr-filters select,
.bcr-sort select {
  padding-right: 42px;
}

.bcr-filters select option,
.bcr-sort select option {
  background: #fff;
  color: var(--bcr-text);
}

.bcr-filters select:focus,
.bcr-sort select:focus,
.bcr-lead-form input:focus,
.bcr-newsletter input:focus {
  outline: 3px solid rgba(200, 148, 46, .28);
  outline-offset: 2px;
}

.bcr-filters input[type="range"],
.bcr-lead-form input[type="checkbox"],
.bcr-newsletter input[type="checkbox"] {
  accent-color: var(--bcr-primary);
}

.bcr-filters input[type="range"] {
  min-height: 34px;
  padding: 0;
}

.bcr-lead-form input {
  width: 100%;
  min-height: 56px;
  border: 1px solid #dfe3e8;
  border-radius: 999px;
  background: #fff;
  color: var(--bcr-text);
  font: inherit;
  padding: 0 24px;
  min-width: 0;
}

.bcr-filters input[type="range"]::-webkit-slider-thumb {
  background: var(--bcr-primary);
}

.bcr-filters input[type="range"]::-moz-range-thumb {
  background: var(--bcr-primary);
  border-color: var(--bcr-primary);
}

.bcr-lead-form input::placeholder,
.bcr-newsletter input::placeholder {
  color: #6d7278;
  opacity: 1;
}

.bcr-rate-filter strong {
  margin-top: -2px;
  color: #11161b;
  font-size: 15px;
  font-weight: 900;
}

.bcr-clear {
  width: 100%;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid var(--bcr-primary);
  border-radius: 5px;
  background: transparent;
  color: #11161b;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.bcr-clear svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--bcr-primary);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bcr-main {
  padding: 46px 0 72px;
}

.bcr-catalog .bcr-catalog-filters + .bcr-main {
  padding-top: 96px;
}

.bcr-list-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.bcr-list-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  color: var(--bcr-primary);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bcr-list-eyebrow::after {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--bcr-primary);
}

.bcr-list-head h1 {
  margin: 0 0 8px;
  color: #050505;
  font-size: clamp(26px, 2.25vw, 34px);
  font-weight: 800;
  line-height: 1.12;
}

.bcr-list-head p {
  margin: 0;
  color: #14181f;
  font-size: 15px;
  line-height: 1.45;
}

.bcr-list-head p strong {
  color: #14181f;
  font-weight: 800;
}

.bcr-sort {
  grid-template-columns: auto minmax(220px, 315px);
  align-items: center;
}

.bcr-sort-inline {
  grid-template-columns: 1fr;
}

.bcr-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 24px;
}

.bcr-card,
.bcr-contact-card,
.bcr-calculator,
.bcr-included {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 0 1px #e2e2e2;
  overflow: hidden;
}

.bcr-card {
  box-shadow: 0 10px 26px rgba(15, 23, 42, .08), 0 0 0 1px #e5e5e5;
  transition: box-shadow .18s ease, transform .18s ease;
}

.bcr-card:hover {
  box-shadow: 0 18px 36px rgba(15, 23, 42, .13), 0 0 0 1px rgba(200, 148, 46, .24);
  transform: translateY(-8px);
}

.bcr-card[hidden] {
  display: none;
}

.bcr-card-image {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9.3;
  background: linear-gradient(180deg, #fff 0%, #f6f6f6 100%);
  overflow: hidden;
}

.bcr-card-image::after {
  content: none;
}

.bcr-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 0;
  box-sizing: border-box;
}

.bcr-single-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bcr-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.bcr-card-image .bcr-tags {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 22px;
  z-index: 2;
}

.bcr-tags span {
  border: 1px solid currentColor;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--bcr-primary);
  font-size: 15px;
  padding: 6px 14px;
}

.bcr-tags span:nth-child(2n) {
  color: #0b9f37;
}

.bcr-tags span:nth-child(3n) {
  color: #174cff;
}

.bcr-card-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  max-width: calc(100% - 82px);
  overflow: hidden;
  border-radius: 4px;
  background: linear-gradient(180deg, #e8b847 0%, var(--bcr-primary) 100%);
  color: #fff;
  padding: 4px 8px;
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.bcr-card-favorite {
  position: absolute;
  top: 15px;
  right: 18px;
  z-index: 2;
  color: #050505;
  font-size: 29px;
  font-weight: 400;
  line-height: 1;
}

.bcr-card-image .bcr-card-overlay-logo {
  position: absolute;
  top: 42px;
  left: 18px;
  z-index: 2;
  width: min(122px, 31.7%);
  height: auto;
  max-height: 53px;
  opacity: .7;
  object-fit: contain;
  object-position: left center;
  padding: 0;
  background: transparent;
}

.bcr-card-body {
  display: flex;
  min-height: 276px;
  flex-direction: column;
  padding: 19px 18px 18px;
  background: #fff;
  color: var(--bcr-text);
  transition: background .2s ease, color .2s ease;
}

.bcr-card:hover .bcr-card-body,
.bcr-card:focus-within .bcr-card-body {
  background: #fff;
  color: var(--bcr-text);
}

.bcr-card h2 {
  margin: 0 0 8px;
  color: inherit;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.18;
}

.bcr-version {
  min-height: 0;
  margin: 0 0 8px;
  color: inherit;
  font-size: 13px;
  line-height: 1.35;
}

.bcr-card-meta-line {
  margin: 0 0 18px;
  color: #3b3f46;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.bcr-specs,
.bcr-big-specs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  text-align: center;
}

.bcr-big-specs {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  margin: 52px 0 70px;
}

.bcr-big-specs .bcr-spec {
  font-size: 15px;
  gap: 10px;
}

.bcr-big-specs .bcr-spec svg {
  width: 48px;
  height: 48px;
}

.bcr-spec {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 6px;
  min-width: 0;
  color: #14181f;
  font-size: 11.5px;
  line-height: 1.22;
  overflow: visible;
}

.bcr-spec svg {
  width: 34px;
  height: 34px;
  display: block;
  fill: none;
  stroke: #050505;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bcr-spec-label {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: block;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-align: center;
}

.bcr-spec svg text {
  fill: #050505;
  stroke: none;
}

.bcr-card-terms {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 20px;
  padding-top: 4px;
}

.bcr-card-term {
  min-width: 0;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 6px;
  align-items: center;
  color: #050505;
  font-size: 10px;
  line-height: 1.08;
}

.bcr-card-term svg {
  grid-row: 1 / 3;
  width: 24px;
  height: 24px;
  display: block;
  fill: none;
  stroke: #050505;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bcr-card-term strong,
.bcr-card-term em {
  min-width: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bcr-card-term strong {
  font-size: 11px;
  font-weight: 900;
}

.bcr-card-term em {
  color: #20242b;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
}

.bcr-card:hover .bcr-card-body .bcr-spec,
.bcr-card:focus-within .bcr-card-body .bcr-spec,
.bcr-card:hover .bcr-card-body .bcr-price,
.bcr-card:focus-within .bcr-card-body .bcr-price {
  color: #14181f;
}

.bcr-card:hover .bcr-card-body .bcr-spec svg,
.bcr-card:focus-within .bcr-card-body .bcr-spec svg {
  stroke: #050505;
}

.bcr-card:hover .bcr-card-body .bcr-spec svg text,
.bcr-card:focus-within .bcr-card-body .bcr-spec svg text {
  fill: #050505;
}

.bcr-card-bottom {
  display: grid;
  gap: 14px;
  margin-top: auto;
}

.bcr-price {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}

.bcr-price-prefix {
  font-size: 18px;
  font-weight: 400;
}

.bcr-price strong {
  color: #050505;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.bcr-price-note {
  border: 1px solid rgba(200, 148, 46, .72);
  border-radius: 999px;
  padding: 4px 9px;
  color: #050505;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.bcr-outline {
  flex: 0 0 auto;
  width: 100%;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  border-radius: 4px;
  background: linear-gradient(180deg, #e8b847 0%, var(--bcr-primary) 100%);
  color: #050505;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.bcr-outline:hover {
  color: #141414;
  box-shadow: 0 12px 24px rgba(20, 20, 20, .12), 0 8px 20px rgba(200, 148, 46, .28);
  transform: translateY(-2px) scale(1.04);
}

.bcr-outline:active {
  transform: translateY(0) scale(.99);
}

.bcr-card:hover .bcr-outline,
.bcr-card:focus-within .bcr-outline {
  color: #050505;
}

.bcr-card:hover .bcr-outline:hover,
.bcr-card:focus-within .bcr-outline:focus {
  color: #141414;
}

.bcr-contact-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 28px 24px;
  border: 1px solid rgba(200, 148, 46, .62);
  border-radius: 8px;
  background-color: #0c0f11;
  background-image:
    linear-gradient(108deg, rgba(8, 9, 10, .98) 0%, rgba(8, 9, 10, .94) 48%, rgba(8, 9, 10, .68) 100%),
    radial-gradient(circle at 92% 36%, rgba(200, 148, 46, .24), transparent 32%),
    var(--bcr-contact-bg, none);
  background-position: center;
  background-size: cover;
  color: #fff;
  box-shadow: 0 18px 38px rgba(15, 23, 42, .18), inset 0 0 0 1px rgba(255, 255, 255, .04);
}

.bcr-contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 9, 10, .96) 0%, rgba(8, 9, 10, .76) 58%, rgba(8, 9, 10, .42) 100%),
    linear-gradient(135deg, transparent 0 58%, rgba(200, 148, 46, .28) 78%, rgba(255, 213, 112, .18) 100%);
}

.bcr-contact-card h2 {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 12px;
  max-width: 330px;
  color: #fff;
  font-size: clamp(25px, 2.1vw, 31px);
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: 0;
}

.bcr-contact-card h2::after {
  content: "";
  flex: 0 0 20px;
  width: 20px;
  height: 2px;
  margin-top: .15em;
  background: var(--bcr-primary);
}

.bcr-contact-card p {
  margin: 0 0 16px;
  max-width: 330px;
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  line-height: 1.45;
}

.bcr-lead-form {
  display: grid;
  gap: 18px;
}

.bcr-lead-form--contact-card {
  gap: 10px;
}

.bcr-contact-card .bcr-lead-form input:not([type="checkbox"]):not([type="radio"]) {
  min-height: 44px;
  border: 0;
  border-radius: 5px;
  background: #fff;
  color: #111820;
  font-size: 14px;
  padding: 0 14px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .08), inset 0 0 0 1px rgba(0, 0, 0, .05);
}

.bcr-contact-card .bcr-lead-form input:not([type="checkbox"]):not([type="radio"])::placeholder {
  color: #7b828a;
}

.bcr-contact-card .bcr-lead-form input:not([type="checkbox"]):not([type="radio"]):focus {
  outline: 2px solid rgba(200, 148, 46, .5);
  outline-offset: 2px;
}

.bcr-contact-terms {
  border: 0;
  margin: 0;
  padding: 0;
}

.bcr-contact-terms legend {
  margin: 0 0 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.bcr-contact-term-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.bcr-contact-term {
  position: relative;
  display: block;
  cursor: pointer;
}

.bcr-contact-term input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  opacity: 0;
  cursor: pointer;
}

.bcr-contact-term span {
  min-height: 46px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 7px;
  align-items: center;
  padding: 7px 8px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 5px;
  background: rgba(255, 255, 255, .045);
  color: #fff;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.bcr-contact-term svg {
  grid-row: 1 / 3;
  width: 17px;
  height: 17px;
  color: var(--bcr-primary);
  stroke: currentColor;
  fill: none;
}

.bcr-contact-term strong {
  color: inherit;
  font-size: 12px;
  line-height: 1.05;
  font-weight: 900;
  white-space: nowrap;
}

.bcr-contact-term em {
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  line-height: 1.05;
  font-style: normal;
}

.bcr-contact-term input:checked + span {
  border-color: var(--bcr-primary);
  background: rgba(200, 148, 46, .16);
  box-shadow: inset 0 0 0 1px rgba(200, 148, 46, .2);
}

.bcr-hp {
  position: absolute;
  left: -9999px;
}

.bcr-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
}

.bcr-contact-card .bcr-consent {
  gap: 8px;
  align-items: center;
  color: rgba(255, 255, 255, .9);
  font-size: 12px;
  line-height: 1.35;
}

.bcr-consent input {
  min-height: auto;
  width: auto;
  margin-top: 4px;
}

.bcr-contact-card .bcr-consent input {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  min-height: 14px;
  margin-top: 0;
  border-radius: 3px;
  padding: 0;
}

.bcr-consent a {
  color: var(--bcr-primary);
}

.bcr-form-status {
  min-height: 22px;
  font-size: 14px;
  font-weight: 700;
}

.bcr-contact-card .bcr-lead-form button {
  width: 100%;
  min-height: 47px;
  justify-content: center;
  border-radius: 5px;
  background: linear-gradient(135deg, #efc45f 0%, var(--bcr-primary) 100%);
  color: #050505;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  box-shadow: 0 10px 20px rgba(200, 148, 46, .2);
}

.bcr-contact-card .bcr-lead-form button::after {
  content: "›";
  margin-left: 11px;
  font-size: 24px;
  line-height: .7;
  transform: translateY(-1px);
}

.bcr-contact-card .bcr-form-status {
  min-height: 18px;
  color: rgba(255, 255, 255, .92);
  font-size: 12px;
}

.bcr-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 37px;
  min-height: 520px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(200, 148, 46, .74);
  border-radius: 24px;
  background-color: #080a0c;
  background-image:
    linear-gradient(104deg, rgba(5, 7, 8, .99) 0%, rgba(5, 7, 8, .97) 43%, rgba(5, 7, 8, .70) 54%, rgba(5, 7, 8, .25) 74%, rgba(5, 7, 8, .56) 100%),
    radial-gradient(circle at 5px 5px, rgba(200, 148, 46, .24) 0 1px, transparent 1.6px),
    var(--bcr-cta-bg, none);
  background-position: center, left 30px top 30px, center right;
  background-size: auto, 18px 18px, cover;
  box-shadow: 0 28px 60px rgba(15, 23, 42, .18), inset 0 0 0 1px rgba(255, 255, 255, .04);
  padding: clamp(21px, 2.5vw, 39px) clamp(36px, 6vw, 98px);
}

.bcr-cta::before {
  content: "";
  position: absolute;
  top: -12%;
  bottom: -12%;
  left: 50%;
  width: 2px;
  z-index: 0;
  background: linear-gradient(180deg, transparent, rgba(226, 173, 63, .95) 18%, rgba(226, 173, 63, .95) 82%, transparent);
  box-shadow: 0 0 28px rgba(226, 173, 63, .42);
  transform: rotate(14deg);
  transform-origin: center;
}

.bcr-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at -4% 68%, transparent 0 44%, rgba(200, 148, 46, .18) 45%, transparent 46%),
    linear-gradient(90deg, rgba(0, 0, 0, .20), transparent 58%);
  opacity: .82;
}

.bcr-cta > * {
  position: relative;
  z-index: 1;
}

.bcr-cta-copy {
  max-width: 690px;
}

.bcr-cta-kicker {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 34px;
  color: var(--bcr-primary);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bcr-cta-kicker::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: linear-gradient(90deg, var(--bcr-primary), rgba(200, 148, 46, .18));
}

.bcr-cta h2 {
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(44px, 5vw, 78px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 3px 20px rgba(0, 0, 0, .34);
}

.bcr-cta h2 span,
.bcr-cta h2 strong {
  display: block;
}

.bcr-cta h2 strong {
  color: var(--bcr-primary);
}

.bcr-cta p {
  max-width: 620px;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.45;
  margin: 0;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .30);
}

.bcr-cta p strong {
  color: var(--bcr-primary);
  font-weight: 900;
}

.bcr-cta-features {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 38px 0 42px;
  color: #fff;
}

.bcr-cta-features span {
  display: grid;
  grid-template-columns: 38px auto;
  gap: 14px;
  align-items: center;
  min-height: 58px;
  padding: 0 26px;
  border-right: 1px solid rgba(255, 255, 255, .22);
}

.bcr-cta-features span:first-child {
  padding-left: 0;
}

.bcr-cta-features span:last-child {
  padding-right: 0;
  border-right: 0;
}

.bcr-cta-features svg {
  width: 36px;
  height: 36px;
  color: var(--bcr-primary);
}

.bcr-cta-features strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.34;
  font-weight: 800;
}

.bcr-cta .bcr-cta-action {
  width: min(100%, 630px);
  min-width: 0;
  min-height: 86px;
  justify-content: space-between;
  gap: 24px;
  padding: 0 32px 0 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7d37a 0%, #dca437 48%, var(--bcr-primary) 100%);
  color: #101214 !important;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .28);
}

.bcr-cta-action-icon {
  width: 86px;
  height: 86px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 86px;
  border-radius: 999px;
  background: #11161a;
  color: var(--bcr-primary);
}

.bcr-cta-action-icon svg {
  width: 36px;
  height: 36px;
}

.bcr-cta-action em {
  font-size: 34px;
  font-style: normal;
  line-height: 1;
}

.bcr-cta-safe {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
  color: rgba(255, 255, 255, .80);
  font-size: 14px;
  line-height: 1.45;
}

.bcr-cta-safe svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  color: var(--bcr-primary);
}

.bcr-newsletter {
  position: relative;
  min-height: 470px;
  display: flex;
  align-items: center;
  background-color: #60694d;
  background-image:
    radial-gradient(ellipse at 0 75%, rgba(200, 148, 46, .18) 0%, rgba(200, 148, 46, 0) 38%),
    linear-gradient(90deg, rgba(0, 0, 0, .74), rgba(0, 0, 0, .34) 58%, rgba(0, 0, 0, .58)),
    var(--bcr-newsletter-bg, none);
  background-position: left center, center, center right;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  padding: 38px max(24px, 8vw);
}

.bcr-newsletter-card {
  position: relative;
  z-index: 1;
  width: min(640px, 42vw);
  border: 1px solid rgba(200, 148, 46, .78);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(15, 17, 18, .90), rgba(24, 24, 24, .82));
  box-shadow: 0 24px 60px rgba(0, 0, 0, .34);
  text-align: center;
  padding: 30px 42px 38px;
}

.bcr-newsletter-mark {
  min-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  color: var(--bcr-primary);
}

.bcr-newsletter-mark img {
  max-width: 72px;
  max-height: 42px;
  object-fit: contain;
}

.bcr-newsletter-mark span {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
}

.bcr-newsletter h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.05;
  margin: 0;
}

.bcr-newsletter-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 22px auto 26px;
}

.bcr-newsletter-divider::before,
.bcr-newsletter-divider::after {
  content: "";
  width: 118px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(224, 177, 87, .9));
}

.bcr-newsletter-divider::after {
  background: linear-gradient(90deg, rgba(224, 177, 87, .9), transparent);
}

.bcr-newsletter-divider span {
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background: var(--bcr-primary);
  margin: 0 14px;
}

.bcr-newsletter p {
  font-size: 19px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .88);
}

.bcr-newsletter form {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 14px;
  background: transparent;
  border-radius: 0;
  overflow: visible;
}

.bcr-newsletter-input {
  min-width: 0;
  min-height: 68px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(200, 148, 46, .72);
  border-radius: 8px;
  background: rgba(18, 18, 18, .56);
  padding: 0 24px;
}

.bcr-newsletter-input svg {
  width: 25px;
  height: 25px;
  color: var(--bcr-primary);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bcr-newsletter input {
  border: 0;
  min-height: 66px;
  color: #fff;
  background: transparent;
  padding: 0;
}

.bcr-newsletter input::placeholder {
  color: rgba(255, 255, 255, .52);
}

.bcr-newsletter button {
  min-height: 68px;
  border-radius: 8px;
  margin: 0;
  background: linear-gradient(135deg, #f5d388, var(--bcr-primary));
  color: #141414;
  font-size: 18px;
  font-weight: 700;
}

.bcr-newsletter-brand {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--bcr-primary);
  transform: translateX(-50%);
  opacity: .86;
}

.bcr-newsletter-brand::before,
.bcr-newsletter-brand::after {
  content: "";
  width: clamp(80px, 12vw, 230px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 148, 46, .72));
}

.bcr-newsletter-brand::after {
  background: linear-gradient(90deg, rgba(200, 148, 46, .72), transparent);
}

.bcr-newsletter-brand img {
  max-width: 210px;
  max-height: 34px;
  object-fit: contain;
}

.bcr-newsletter-brand span,
.bcr-newsletter-brand strong {
  white-space: nowrap;
  letter-spacing: 0;
}

.bcr-info-suite {
  padding: 32px 0 12px;
  color: var(--bcr-text);
}

.bcr-info-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: 38px;
  border: 1px solid rgba(15, 23, 42, .14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
  padding: 36px 44px 34px;
  color: #050607;
}

.bcr-rental-panel,
.bcr-process {
  min-width: 0;
}

.bcr-rental-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.bcr-info-heading-row {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.bcr-info-main-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, #fff8e8 0%, #f3e8d0 72%);
  color: var(--bcr-primary);
}

.bcr-info-main-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bcr-info-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  text-align: left;
}

.bcr-info-title::after {
  content: "";
  width: 44px;
  height: 3px;
  flex: 0 0 44px;
  background: var(--bcr-primary);
}

.bcr-info-title h2 {
  margin: 0;
  color: #050505 !important;
  font-size: clamp(21px, 1.9vw, 31px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
}

.bcr-rental-panel p {
  max-width: 390px;
  margin: 0 0 10px;
  color: #101318 !important;
  font-size: 16px;
  line-height: 1.55;
}

.bcr-rental-panel p strong {
  font-weight: 900;
}

.bcr-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 34px;
  margin-top: 14px;
  align-content: start;
}

.bcr-benefit {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  text-align: left;
}

.bcr-benefit > span svg,
.bcr-trust-item > span svg {
  width: 38px;
  height: 38px;
  color: var(--bcr-primary);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bcr-benefit strong,
.bcr-benefit em,
.bcr-trust-item strong,
.bcr-trust-item em {
  display: block;
  font-style: normal;
}

.bcr-benefit strong {
  margin-bottom: 5px;
  color: #070707 !important;
  font-size: 16px;
  font-weight: 900;
  text-align: left;
}

.bcr-benefit em {
  color: #1f2933 !important;
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
}

.bcr-process {
  border-left: 1px solid rgba(15, 23, 42, .18);
  padding-left: 42px;
}

.bcr-process ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  list-style: none;
  counter-reset: process;
  margin: 34px 0 0;
  padding: 0;
}

.bcr-process ol::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 9%;
  right: 9%;
  height: 1px;
  background: rgba(15, 23, 42, .18);
}

.bcr-process li {
  position: relative;
  counter-increment: process;
  padding: 0 18px;
}

.bcr-process li:not(:last-child) {
  border-right: 1px solid rgba(15, 23, 42, .12);
}

.bcr-process li::before {
  content: counter(process);
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #d9aa48, var(--bcr-primary));
  box-shadow: 0 10px 20px rgba(200, 148, 46, .24);
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  margin: 0 auto 22px;
}

.bcr-process strong,
.bcr-process span {
  display: block;
}

.bcr-process strong {
  margin-bottom: 9px;
  color: #050505 !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
  text-align: left;
}

.bcr-process span {
  color: #1f2933 !important;
  font-size: 13px;
  line-height: 1.55;
  text-align: left;
}

.bcr-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 28px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0, rgba(200, 148, 46, .15), transparent 36%),
    linear-gradient(135deg, #0c1013, #171c20);
  box-shadow: 0 20px 45px rgba(15, 23, 42, .16);
  color: #fff;
  overflow: hidden;
  padding: 34px 30px;
}

.bcr-trust-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 0 28px;
}

.bcr-trust-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.bcr-trust-item strong {
  margin-bottom: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.bcr-trust-item em {
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.65;
}

.bcr-footer {
  background:
    radial-gradient(circle at 8% 4%, rgba(200, 148, 46, .13), transparent 28%),
    radial-gradient(circle at 100% 68%, rgba(255, 255, 255, .045), transparent 25%),
    linear-gradient(135deg, #05080a 0%, #111518 47%, #060809 100%);
  color: var(--bcr-text);
  padding-top: 30px;
}

.bcr-footer-inner {
  position: relative;
  isolation: isolate;
  width: min(calc(100% - 96px), 1536px);
  box-sizing: border-box;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 29.9% 21.3% 20.4% 1fr;
  gap: 0;
  color: #fff;
  min-height: 994px;
  padding: 88px 68px 52px 51px;
  overflow: hidden;
  border-top: 2px solid var(--bcr-primary);
  border-radius: 8px 8px 0 0;
}

.bcr-footer-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 8% 4%, rgba(200, 148, 46, .13), transparent 28%),
    radial-gradient(circle at 100% 68%, rgba(255, 255, 255, .045), transparent 25%),
    linear-gradient(135deg, #05080a 0%, #111518 47%, #060809 100%);
}

.bcr-footer h3 {
  margin: 0 0 44px;
  color: var(--bcr-primary);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.bcr-footer-column h3,
.bcr-footer-contact h3 {
  padding-top: 26px;
}

.bcr-footer-accordion-toggle {
  all: unset;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  display: block;
  font: inherit;
  line-height: inherit;
  text-transform: inherit;
  -webkit-tap-highlight-color: transparent;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.bcr-footer-accordion-toggle:hover,
.bcr-footer-accordion-toggle:focus,
.bcr-footer-accordion-toggle:focus-visible,
.bcr-footer-accordion-toggle:active {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  outline: 0 !important;
}

.bcr-footer-accordion-icon {
  display: none;
}

.bcr-footer p {
  max-width: 330px;
  margin: 50px 0 40px;
  color: rgba(255, 255, 255, .78);
  font-size: 19px;
  line-height: 1.58;
}

.bcr-footer-logo {
  max-width: 335px;
  max-height: 76px;
  object-fit: contain;
}

.bcr-footer-wordmark {
  display: block;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
}

.bcr-footer-wordmark::first-letter {
  color: var(--bcr-primary);
}

.bcr-footer-socials {
  display: flex;
  align-items: center;
  gap: 25px;
}

.bcr-footer-socials a {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, color .2s ease;
}

.bcr-footer-socials a svg {
  width: 24px;
  height: 24px;
  display: block;
}

.bcr-footer-social-facebook {
  color: var(--bcr-primary) !important;
}

.bcr-footer-social-title {
  display: block;
  margin: 66px 0 30px;
  color: var(--bcr-primary);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.bcr-footer-brand-points {
  display: grid;
  gap: 30px;
  margin-top: 40px;
}

.bcr-footer-brand-points span {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 18px;
  row-gap: 3px;
  align-items: start;
}

.bcr-footer-brand-points svg {
  grid-row: 1 / span 2;
  width: 44px;
  height: 44px;
  color: var(--bcr-primary);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bcr-footer-brand-points strong,
.bcr-footer-brand-points small {
  display: block;
  grid-column: 2;
}

.bcr-footer-brand-points strong {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.bcr-footer-brand-points small {
  margin-top: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  line-height: 1.35;
}

.bcr-footer-socials a:hover {
  border-color: var(--bcr-primary);
  color: var(--bcr-primary);
  transform: translateY(-2px);
}

.bcr-footer-brand,
.bcr-footer-column {
  position: relative;
  border-left: 0;
  padding-left: 48px;
}

.bcr-footer-brand {
  border-left: 0;
  padding-left: 0;
  padding-right: 52px;
}

.bcr-footer-contact {
  position: relative;
  border-left: 0;
  padding-left: 44px;
  padding-right: 68px;
}

.bcr-footer-column::before,
.bcr-footer-contact::before {
  content: "";
  position: absolute;
  top: 42px;
  bottom: 0;
  left: 0;
  width: 1px;
  background: rgba(255, 255, 255, .16);
}

.bcr-footer-column a {
  position: relative;
  display: block;
  margin: 0 0 27px;
  padding-left: 30px;
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
}

.bcr-footer-column a::before {
  content: "›";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--bcr-primary);
  font-size: 30px;
  line-height: 1;
}

.bcr-footer-column a:hover {
  color: var(--bcr-primary);
}

.bcr-footer-contact-row {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  width: 100%;
  max-width: 298px;
  margin: 0 0 18px;
  padding: 14px;
  color: #fff;
  text-decoration: none !important;
  background: rgba(255, 255, 255, .055);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .22);
}

.bcr-footer-contact-row:visited,
.bcr-footer-contact-row:hover,
.bcr-footer-contact-row:focus,
.bcr-footer-contact-row:active {
  color: #fff;
  text-decoration: none !important;
  background: rgba(255, 255, 255, .075);
  box-shadow: none;
  outline-color: var(--bcr-primary);
}

.bcr-footer-contact-row svg {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  padding: 13px;
  border-radius: 8px;
  background: rgba(200, 148, 46, .08);
  color: var(--bcr-primary);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bcr-footer-contact-row > span {
  min-width: 0;
}

.bcr-footer-contact-row small,
.bcr-footer-contact-row strong {
  display: block;
  min-width: 0;
  text-decoration: none !important;
}

.bcr-footer-contact-row small {
  margin-top: 6px;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
}

.bcr-footer-contact-row strong {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.bcr-footer-cta {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  max-width: 298px;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 42px;
  padding: 0 14px 0 28px;
  border: 1px solid var(--bcr-primary);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(200, 148, 46, .18), rgba(255, 255, 255, .035) 46%, rgba(200, 148, 46, .10)),
    linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .015));
  color: #e0a62f;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: inset 0 0 0 1px rgba(200, 148, 46, .16), 0 12px 28px rgba(0, 0, 0, .22);
}

.bcr-footer-cta:visited {
  color: #e0a62f;
  text-decoration: none !important;
}

.bcr-footer-cta:hover,
.bcr-footer-cta:focus,
.bcr-footer-cta:active,
.bcr-footer-cta:visited:hover,
.bcr-footer-cta:visited:focus,
.bcr-footer-cta:visited:active {
  color: #fff;
  text-decoration: none !important;
}

.bcr-footer-cta span {
  position: relative;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(224, 166, 47, .65);
  border-radius: 50%;
  background: rgba(224, 166, 47, .08);
  font-size: 0;
  font-weight: 400;
  line-height: 1;
  text-decoration: none !important;
  transform: none;
}

.bcr-footer-cta span::before,
.bcr-footer-cta span::after {
  content: "";
  position: absolute;
  top: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.bcr-footer-cta span::before {
  left: 50%;
  width: 15px;
  height: 2px;
}

.bcr-footer-cta span::after {
  left: calc(50% + 5px);
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  background: transparent;
  transform: translate(-50%, -50%) rotate(45deg);
}

.bcr-footer-cta:hover span,
.bcr-footer-cta:focus span,
.bcr-footer-cta:active span,
.bcr-footer-cta:visited:hover span,
.bcr-footer-cta:visited:focus span,
.bcr-footer-cta:visited:active span {
  border-color: rgba(255, 255, 255, .75);
  color: #fff;
}

.bcr-footer-bottom {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(250px, .85fr) minmax(0, auto) max-content;
  align-items: center;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  margin-top: 58px;
  padding-top: 44px;
  color: rgba(255, 255, 255, .64);
  font-size: 14px;
}

.bcr-footer-legal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.bcr-footer-legal a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 22px;
  color: rgba(255, 255, 255, .64);
  text-decoration: none;
  white-space: nowrap;
}

.bcr-footer-legal a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, .24);
  transform: translateY(-50%);
}

.bcr-footer-legal a:hover {
  color: var(--bcr-primary);
}

.bcr-footer-safe {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  color: #fff;
}

.bcr-footer-safe svg {
  width: 52px;
  height: 52px;
  color: var(--bcr-primary);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bcr-footer-safe strong,
.bcr-footer-safe small {
  display: block;
}

.bcr-footer-safe strong {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.bcr-footer-safe small {
  margin-top: 8px;
  color: rgba(255, 255, 255, .52);
  font-size: 13px;
}

.bcr-footer-copy {
  justify-self: end;
  color: rgba(255, 255, 255, .58);
  min-width: max-content;
  white-space: nowrap;
}

.bcr-footer-copy strong {
  color: var(--bcr-primary);
  font-weight: 700;
}

.bcr-single-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px 0 40px;
}

.bcr-single-hero h1 {
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1;
  margin: 0 0 14px;
}

.bcr-single-hero p {
  font-size: 28px;
  margin: 0;
}

.bcr-single-image {
  position: relative;
  height: min(520px, 55vw);
  background: #eee;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
}

.bcr-single-image:active {
  cursor: grabbing;
}

.bcr-gallery-slide,
.bcr-spin-frame {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.bcr-gallery-slide {
  transition: opacity .24s ease;
}

.bcr-spin-frame {
  transition: none;
}

.bcr-gallery-slide.is-active,
.bcr-spin-frame.is-active {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
}

.bcr-single-gallery.is-spin-mode .bcr-gallery-slide,
.bcr-single-gallery.is-gallery-mode .bcr-spin-frame {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.bcr-single-gallery.is-spin-mode .bcr-spin-frame.is-active,
.bcr-single-gallery.is-gallery-mode .bcr-gallery-slide.is-active {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
}

.bcr-single-gallery.is-spin-mode .bcr-gallery-arrow {
  display: none;
}

.bcr-gallery-modes {
  position: absolute;
  top: 28px;
  right: 34px;
  z-index: 6;
  display: inline-flex;
  align-items: stretch;
  overflow: hidden;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .14);
}

.bcr-gallery-modes button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: #fff;
  color: #141414;
  font: inherit;
  font-weight: 800;
  padding: 0 20px;
  cursor: pointer;
}

.bcr-gallery-modes button.is-active {
  background: var(--bcr-primary);
  color: #fff;
}

.bcr-gallery-modes svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bcr-gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 52px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 62px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
  text-shadow: 0 3px 12px rgba(0, 0, 0, .45);
}

.bcr-gallery-arrow:hover,
.bcr-gallery-arrow:focus {
  background: transparent;
  color: var(--bcr-primary);
}

.bcr-gallery-arrow.is-prev {
  left: 14px;
}

.bcr-gallery-arrow.is-next {
  right: 14px;
}

.bcr-gallery-pill {
  position: absolute;
  top: 28px;
  right: 34px;
  z-index: 6;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #141414;
  font: inherit;
  font-weight: 800;
  padding: 0 24px;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .14);
}

.bcr-gallery-pill svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bcr-gallery-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 14px 0 2px;
  scroll-behavior: smooth;
}

.bcr-single-gallery.is-spin-mode .bcr-gallery-thumbs {
  display: none;
}

.bcr-gallery-thumbs button {
  flex: 0 0 116px;
  height: 76px;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #f3f4f6;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}

.bcr-gallery-thumbs button.is-active {
  border-color: var(--bcr-primary);
}

.bcr-gallery-thumbs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bcr-single-gallery.is-gallery-open .bcr-gallery-thumbs button.is-active {
  box-shadow: 0 0 0 4px rgba(200, 148, 46, .2);
}

.bcr-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: 64px;
  align-items: start;
  padding: 70px 0;
}

.bcr-related {
  padding: 10px 0 80px;
}

.bcr-related .bcr-list-head {
  margin-bottom: 28px;
}

.bcr-related h2 {
  margin: 0 0 10px;
  color: #050505;
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1.15;
}

.bcr-related p {
  margin: 0;
  color: #14181f;
  font-size: 18px;
}

.bcr-related .bcr-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 24px;
}

.bcr-related .bcr-card {
  min-width: 0;
}

.bcr-related .bcr-card-body {
  min-height: 276px;
  padding: 19px 18px 18px;
}

.bcr-related .bcr-card h2 {
  margin: 0 0 8px;
  font-size: 19px !important;
  font-weight: 900;
  line-height: 1.18;
}

.bcr-related .bcr-version {
  margin: 0 0 8px;
  font-size: 13px !important;
  line-height: 1.35;
}

.bcr-related .bcr-card-meta-line {
  margin: 0 0 18px;
  font-size: 12px !important;
  line-height: 1.35;
}

.bcr-related .bcr-card-terms {
  gap: 10px;
  margin: 16px 0 20px;
}

.bcr-related .bcr-card-term {
  grid-template-columns: 24px minmax(0, 1fr);
  column-gap: 6px;
  font-size: 10px;
  line-height: 1.08;
}

.bcr-related .bcr-card-term svg {
  width: 24px;
  height: 24px;
}

.bcr-related .bcr-card-term strong {
  font-size: 11px;
}

.bcr-related .bcr-card-term em {
  font-size: 8px;
}

.bcr-related .bcr-price strong {
  font-size: 28px;
  font-weight: 900;
}

.bcr-related .bcr-price-note {
  font-size: 11px;
}

.bcr-color {
  font-size: 20px;
}

.bcr-color span {
  width: 54px;
  height: 54px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background: #202020;
  box-shadow: 0 0 0 6px #fff, 0 0 0 7px #ddd;
  margin-right: 16px;
}

.bcr-calculator {
  position: sticky;
  top: 24px;
  width: 100%;
  max-width: 440px;
  justify-self: end;
  background: var(--bcr-muted);
  border-radius: 22px;
  box-shadow: none;
  padding: 34px 36px;
}

.bcr-calculator h2 {
  font-size: 36px;
  line-height: 1.12;
  margin: 0 0 28px;
}

.bcr-calculator label {
  display: block;
  font-weight: 800;
  margin: 24px 0 9px;
}

.bcr-pill-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
  gap: 0;
  border-radius: 999px;
  background: #fff;
  padding: 5px;
}

.bcr-pill-group button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--bcr-text);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: none;
}

.bcr-pill-group button:hover,
.bcr-pill-group button:focus {
  background: transparent;
  color: var(--bcr-text);
  box-shadow: none;
  outline: 0;
}

.bcr-pill-group button.is-active {
  background: var(--bcr-primary);
  color: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
}

.bcr-pill-group button.is-active:hover,
.bcr-pill-group button.is-active:focus {
  background: var(--bcr-primary);
  color: #fff;
}

.bcr-calc-total {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  border-top: 1px solid #cfcfcf;
  margin: 28px 0 22px;
  padding-top: 24px;
  font-size: 19px;
  font-weight: 800;
}

.bcr-calc-total strong {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-size: 28px;
  line-height: 1.05;
  white-space: nowrap;
}

.bcr-calc-total strong em {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
}

.bcr-calculator .bcr-lead-form button {
  width: 100%;
  min-height: 56px;
  background: var(--bcr-primary);
}

.bcr-help {
  font-size: 18px;
}

.bcr-data-table,
.bcr-equipment {
  margin: 58px 0;
}

.bcr-data-table h2,
.bcr-equipment h2,
.bcr-included h2 {
  font-size: 36px;
  margin: 0 0 28px;
}

.bcr-data-table h2 {
  font-size: 30px;
  margin-bottom: 22px;
}

.bcr-data-table div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .7fr);
  gap: 30px;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 14px 0;
  font-size: 15px;
}

.bcr-data-table strong {
  text-align: right;
  font-weight: 800;
  white-space: normal;
}

.bcr-equipment div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 48px;
}

.bcr-equipment span::before {
  content: "✓";
  color: var(--bcr-primary);
  margin-right: 18px;
}

.bcr-included {
  background: #f6f6f6;
  box-shadow: none;
  padding: 40px 56px;
}

.bcr-included h2 {
  font-size: 32px;
}

.bcr-included div {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 26px;
  text-align: center;
}

.bcr-included-item {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 9px;
  min-width: 0;
  font-size: 14px;
  line-height: 1.22;
}

.bcr-included-item svg {
  width: 50px;
  height: 50px;
  display: block;
  fill: none;
  stroke: #050505;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bcr-included-item svg text {
  fill: var(--bcr-primary);
  stroke: none;
}

.bcr-included-item em {
  max-width: none;
  min-width: 0;
  font-style: normal;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.bcr-crm-dashboard {
  --crm-gold: #d7a031;
  --crm-ink: #11161b;
  --crm-ink-2: #1a2026;
  --crm-soft: #f7f8fb;
  min-height: 100vh;
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  background: var(--crm-soft);
  color: #121821;
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
  transition: grid-template-columns .22s ease;
}

.entry-content > .bcr-crm-dashboard,
.wp-block-post-content > .bcr-crm-dashboard,
.elementor-widget-container > .bcr-crm-dashboard {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.bcr-crm-page-title-hidden {
  display: none !important;
}

.bcr-crm-dashboard.is-sidebar-collapsed {
  grid-template-columns: 86px minmax(0, 1fr);
}

.bcr-crm-sidebar {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 26px;
  background: #fff;
  border-right: 1px solid #e4e8ef;
  padding: 28px 12px;
  overflow: hidden;
}

.bcr-crm-brand {
  padding: 0 18px 24px;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
}

.bcr-crm-brand img {
  display: block;
  width: min(180px, 100%);
  height: auto;
  max-height: 74px;
  object-fit: contain;
  object-position: left center;
}

.bcr-crm-brand span {
  color: var(--crm-gold);
}

.bcr-crm-dashboard.is-sidebar-collapsed .bcr-crm-brand {
  font-size: 0;
  padding: 0 8px 24px;
}

.bcr-crm-dashboard.is-sidebar-collapsed .bcr-crm-brand img {
  width: 48px;
  max-height: 48px;
  object-position: center;
}

.bcr-crm-dashboard.is-sidebar-collapsed .bcr-crm-brand::before {
  content: "NL";
  font-size: 22px;
  color: var(--crm-gold);
}

.bcr-crm-dashboard.is-sidebar-collapsed .bcr-crm-brand.has-logo::before {
  content: none;
}

.bcr-crm-sidebar nav {
  display: grid;
  align-content: start;
  gap: 8px;
}

.bcr-crm-sidebar a {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 8px;
  color: #252d39;
  text-decoration: none;
  padding: 0 18px;
  font-weight: 600;
  white-space: nowrap;
}

.bcr-crm-dashboard.is-sidebar-collapsed .bcr-crm-sidebar a {
  justify-content: center;
  padding: 0;
  font-size: 0;
}

.bcr-crm-dashboard.is-sidebar-collapsed .bcr-crm-sidebar a .dashicons {
  font-size: 22px;
}

.bcr-crm-sidebar a.is-active {
  background: #fff4df;
  color: #b57200;
}

.bcr-crm-sidebar .dashicons {
  color: #667085;
}

.bcr-crm-sidebar a.is-active .dashicons {
  color: #c98309;
}

.bcr-crm-sidebar-bottom {
  align-self: end;
}

.bcr-crm-workspace {
  min-width: 0;
  padding: 0 34px 42px;
  overflow: hidden;
}

.bcr-crm-topbar {
  min-height: 92px;
  display: grid;
  grid-template-columns: auto 1fr minmax(260px, 350px) auto auto;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid #e4e8ef;
  margin: 0 -34px 34px;
  padding: 0 34px;
  background: #fff;
}

.bcr-crm-topbar h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
}

.bcr-crm-menu,
.bcr-crm-bell {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: #111821;
  cursor: pointer;
  position: relative;
}

.bcr-crm-menu {
  appearance: none;
  border-radius: 8px;
  padding: 0 !important;
  line-height: 1;
  transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}

.bcr-crm-menu .dashicons {
  width: 24px;
  height: 24px;
  display: block;
  font-size: 24px;
  line-height: 24px;
}

.bcr-crm-menu:hover,
.bcr-crm-menu:focus,
.bcr-crm-menu:active {
  background: var(--crm-gold) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(215, 160, 49, .25);
  outline: 0;
}

.bcr-crm-bell {
  appearance: none;
  border-radius: 8px;
  padding: 0 !important;
  line-height: 1;
  transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}

.bcr-crm-bell .dashicons {
  width: 22px;
  height: 22px;
  display: block;
  font-size: 22px;
  line-height: 22px;
}

.bcr-crm-bell:hover,
.bcr-crm-bell:focus,
.bcr-crm-bell:active {
  background: rgba(215, 160, 49, .12) !important;
  color: var(--crm-gold) !important;
  box-shadow: 0 10px 22px rgba(215, 160, 49, .18);
  outline: 0;
}

.bcr-crm-search {
  min-height: 52px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  border: 1px solid #d7dde6;
  border-radius: 8px;
  background: #fff;
  color: #667085;
  padding: 0 12px;
}

.bcr-crm-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: #fff;
  color: #121821;
  font: inherit;
}

.bcr-crm-search input::placeholder {
  color: #667085;
  opacity: 1;
}

.bcr-crm-search kbd {
  min-width: 38px;
  min-height: 28px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 6px;
  background: #f1f3f6;
  color: #626a76;
  font: inherit;
  font-size: 13px;
}

.bcr-crm-bell em {
  position: absolute;
  top: 5px;
  right: 4px;
  min-width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ff3131;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.bcr-crm-bell:hover em,
.bcr-crm-bell:focus em,
.bcr-crm-bell:active em {
  background: #ff3131;
  color: #fff;
}

.bcr-crm-user {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.bcr-crm-user img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.bcr-crm-user span {
  display: grid;
}

.bcr-crm-user strong,
.bcr-crm-user small {
  white-space: nowrap;
}

.bcr-crm-user small {
  color: #667085;
}

.bcr-crm-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.bcr-crm-stat {
  min-height: 210px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  grid-template-rows: auto 1fr;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  background:
    radial-gradient(circle at 95% 95%, rgba(215, 160, 49, .18), transparent 38%),
    linear-gradient(145deg, var(--crm-ink-2), #0c1014);
  box-shadow: 0 14px 24px rgba(15, 23, 42, .12);
  color: #fff;
  padding: 26px;
  text-decoration: none;
  cursor: pointer;
  min-width: 0;
}

.bcr-crm-stat,
.bcr-crm-stat *,
.bcr-crm-stat:hover,
.bcr-crm-stat:focus,
.bcr-crm-stat:visited {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.bcr-crm-stat:hover,
.bcr-crm-stat:focus {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(15, 23, 42, .18);
}

.bcr-crm-stat:visited {
  color: #fff;
}

.bcr-crm-stat:focus {
  outline: 3px solid rgba(215, 160, 49, .35);
  outline-offset: 3px;
}

.bcr-crm-stat::after {
  content: "";
  position: absolute;
  inset: auto -20px -50px 18%;
  height: 130px;
  background:
    repeating-radial-gradient(ellipse at center, rgba(215, 160, 49, .16) 0 1px, transparent 1px 8px);
  transform: rotate(-8deg);
  opacity: .55;
}

.bcr-crm-stat.is-danger {
  background:
    radial-gradient(circle at 95% 95%, rgba(255, 49, 49, .25), transparent 38%),
    linear-gradient(145deg, #641015, #170507 62%);
}

.bcr-crm-stat-icon {
  display: none;
}

.bcr-crm-stat.is-danger .bcr-crm-stat-icon {
  border-color: rgba(255, 49, 49, .8);
  color: #ff3131;
}

.bcr-crm-stat-icon .dashicons {
  width: auto;
  height: auto;
  font-size: 38px;
}

.bcr-crm-stat-label {
  grid-column: 1 / -1;
  align-self: start;
  justify-self: center;
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
  overflow-wrap: normal;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}

.bcr-crm-stat strong {
  grid-column: 1 / -1;
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: max-content;
  max-width: calc(100% - 126px);
  font-size: clamp(34px, 3.2vw, 52px);
  line-height: 1;
  color: #fff;
  text-shadow: 0 2px 1px rgba(0, 0, 0, .25);
  text-align: center;
  white-space: nowrap;
  overflow-wrap: normal;
}

.bcr-crm-stat.is-wide-value strong {
  left: 46%;
  margin-left: 0;
  max-width: calc(100% - 126px);
  font-size: clamp(28px, 2.55vw, 42px);
  text-align: center;
}

.bcr-crm-arrow {
  position: absolute;
  right: 24px;
  top: 56%;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 1;
  color: var(--crm-gold);
  font-size: 34px;
  line-height: 1;
}

.bcr-crm-stat.is-danger .bcr-crm-arrow {
  color: #ff3131;
}

.bcr-crm-leads-panel {
  margin-top: 32px;
  background: #fff;
  border: 1px solid #e4e8ef;
  border-radius: 8px;
  padding: 24px;
}

.bcr-crm-section-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 18px;
}

.bcr-crm-section-head h2 {
  margin: 0;
  font-size: 22px;
}

.bcr-crm-section-head span {
  color: #667085;
}

.bcr-crm-dashboard .bcr-crm-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.bcr-crm-card {
  border: 1px solid #e4e8ef;
  border-radius: 8px;
  padding: 16px;
  display: grid;
  gap: 8px;
  background: #fff;
  color: #121821;
}

.bcr-crm-card a {
  color: #b57200;
}

.bcr-crm-card pre {
  max-height: 150px;
  white-space: pre-wrap;
  background: #f6f7f9;
  color: #121821;
  border-radius: 8px;
  padding: 10px;
  overflow: auto;
  margin: 0;
}

.bcr-crm-empty {
  grid-column: 1 / -1;
  margin: 0;
  color: #667085;
}

.bcr-crm-view {
  display: none;
}

.bcr-crm-view.is-active {
  display: block;
}

.bcr-crm-module {
  background: #fff;
  border: 1px solid #e4e8ef;
  border-radius: 8px;
  padding: 24px;
}

.bcr-crm-create {
  margin: 24px 0;
  border: 1px solid rgba(201, 131, 9, .26);
  border-radius: 8px;
  background: linear-gradient(135deg, #fffaf0, #fff);
  color: #121821;
  padding: 22px;
}

.bcr-crm-create-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.bcr-crm-create h2,
.bcr-crm-create p {
  margin: 0;
}

.bcr-crm-create p {
  color: #667085;
}

.bcr-crm-create-head .dashicons {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--crm-gold);
  color: #11161b;
  font-size: 24px;
}

.bcr-crm-create details {
  margin-top: 18px;
}

.bcr-crm-create summary {
  cursor: pointer;
  color: #9a5f00;
  font-weight: 900;
}

.bcr-crm-create form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.bcr-crm-table,
.bcr-crm-record-grid {
  display: grid;
  gap: 14px;
}

.bcr-crm-record-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.bcr-crm-row,
.bcr-crm-record {
  min-width: 0;
  display: grid;
  gap: 8px;
  border: 1px solid #e4e8ef;
  border-radius: 8px;
  background: #fff;
  color: #121821;
  padding: 16px;
}

.bcr-crm-row {
  grid-template-columns: minmax(180px, 1fr) minmax(120px, .45fr) minmax(120px, .4fr) minmax(180px, .8fr);
  align-items: center;
}

.bcr-crm-record a,
.bcr-crm-row a {
  color: #b57200;
}

.bcr-crm-card-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.bcr-crm-card-head span {
  border-radius: 999px;
  background: #fff4df;
  color: #9a5f00;
  font-size: 12px;
  font-weight: 800;
  padding: 4px 9px;
  white-space: nowrap;
}

.bcr-crm-edit {
  border-top: 1px solid #e4e8ef;
  padding-top: 10px;
}

.bcr-crm-edit summary {
  cursor: pointer;
  color: #b57200;
  font-weight: 800;
}

.bcr-crm-edit form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.bcr-crm-create label,
.bcr-crm-edit label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 800;
}

.bcr-crm-create input,
.bcr-crm-create select,
.bcr-crm-create textarea,
.bcr-crm-edit input,
.bcr-crm-edit select,
.bcr-crm-edit textarea {
  width: 100%;
  min-height: 40px;
  border: 1px solid #d7dde6;
  border-radius: 8px;
  background: #fff;
  color: #121821;
  padding: 8px 10px;
  font: inherit;
}

.bcr-crm-create select option,
.bcr-crm-edit select option {
  background: #fff;
  color: #121821;
}

.bcr-crm-edit-wide {
  grid-column: 1 / -1;
}

.bcr-crm-claim,
.bcr-crm-edit button,
.bcr-crm-create button,
.bcr-crm-button {
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  background: var(--crm-gold);
  color: #11161b;
  font-weight: 900;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  cursor: pointer;
}

.bcr-crm-claim:disabled {
  cursor: default;
  opacity: .8;
}

.bcr-crm-save-status {
  align-self: center;
  color: #667085;
  font-weight: 700;
}

.bcr-crm-report {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.bcr-crm-report div {
  display: grid;
  gap: 10px;
  border: 1px solid #e4e8ef;
  border-radius: 8px;
  background: #f8fafc;
  padding: 18px;
}

.bcr-crm-report span {
  color: #667085;
}

.bcr-crm-report strong {
  color: #121821;
  font-size: 28px;
}

@media (max-width: 1180px) {
  .bcr-header-top {
    width: 100%;
    height: auto;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 12px;
    padding: 14px clamp(18px, 3vw, 32px);
    overflow: visible;
  }

  .bcr-logo {
    min-width: 0;
    height: auto;
    padding: 0;
    flex: 0 1 auto;
  }

  .bcr-logo img {
    max-width: min(var(--bcr-logo-width), calc(100vw - 168px));
    max-height: 62px;
  }

  .bcr-menu-toggle {
    position: relative;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
    margin-left: auto;
    display: inline-block !important;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    appearance: none;
    padding: 0 !important;
    border: 1px solid rgba(200, 148, 46, .45) !important;
    border-radius: 8px;
    background: #fff !important;
    color: var(--bcr-primary) !important;
    cursor: pointer;
    overflow: hidden;
    box-shadow: none !important;
    line-height: 1;
  }

  .bcr-menu-toggle:hover,
  .bcr-menu-toggle:focus,
  .bcr-menu-toggle:active {
    border-color: var(--bcr-primary) !important;
    background: rgba(200, 148, 46, .08) !important;
    color: var(--bcr-primary) !important;
    outline: 0;
  }

  .bcr-menu-toggle::before,
  .bcr-menu-toggle::after {
    content: none !important;
  }

  .bcr-menu-toggle span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 2px;
    display: block;
    margin-left: -12px;
    background: var(--bcr-primary) !important;
    border-radius: 999px;
    transform-origin: center;
    transition: transform .18s ease, opacity .18s ease;
  }

  .bcr-menu-toggle span:nth-child(1) {
    transform: translateY(-8px);
  }

  .bcr-menu-toggle span:nth-child(2) {
    transform: translateY(0);
  }

  .bcr-menu-toggle span:nth-child(3) {
    transform: translateY(8px);
  }

  .bcr-header-top.is-menu-open .bcr-menu-toggle span:nth-child(1) {
    transform: translateY(0) rotate(45deg);
  }

  .bcr-header-top.is-menu-open .bcr-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .bcr-header-top.is-menu-open .bcr-menu-toggle span:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
  }

  .bcr-phone-toggle {
    position: relative;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    display: inline-flex !important;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    align-items: center;
    justify-content: center;
    appearance: none;
    padding: 0 !important;
    border: 1px solid rgba(200, 148, 46, .45) !important;
    border-radius: 8px;
    background: #fff !important;
    color: var(--bcr-primary) !important;
    cursor: pointer;
    box-shadow: none !important;
  }

  .bcr-phone-toggle:hover,
  .bcr-phone-toggle:focus,
  .bcr-phone-toggle:active,
  .bcr-header-top.is-phone-open .bcr-phone-toggle {
    border-color: var(--bcr-primary) !important;
    background: rgba(200, 148, 46, .08) !important;
    color: var(--bcr-primary) !important;
    outline: 0;
  }

  .bcr-phone-toggle svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .bcr-nav {
    order: 3;
    flex-basis: 100%;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    justify-content: flex-start;
    padding: 6px 0 12px;
    background: #fff;
  }

  .bcr-header-top.is-menu-open .bcr-nav {
    display: grid;
  }

  .bcr-nav a,
  .bcr-nav a:first-child,
  .bcr-nav a:nth-child(2),
  .bcr-nav a:nth-last-child(2),
  .bcr-nav a:last-child {
    min-width: 0;
    min-height: 62px;
    height: auto;
    margin-left: 0;
    padding: 17px 8px;
    border-left: 0;
    border-bottom: 1px solid rgba(20, 24, 31, .08);
    color: var(--bcr-text);
    font-size: 20px;
    text-align: left;
    align-items: flex-start;
    justify-content: center;
  }

  .bcr-nav a svg {
    display: none;
  }

  .bcr-nav a::before {
    content: none;
  }

  .bcr-nav a:hover,
  .bcr-nav a:focus {
    color: var(--bcr-primary);
    background: rgba(200, 148, 46, .08);
  }

  .bcr-phone {
    order: 4;
    grid-column: 1 / -1;
    width: min(100%, 430px);
    min-height: 92px;
    display: none;
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-rows: auto auto;
    justify-self: start;
    justify-content: start;
    align-content: center;
    column-gap: 18px;
    row-gap: 5px;
    margin: 12px 0 0;
    clip-path: none;
    padding: 14px 24px;
    border: 1px solid var(--bcr-primary);
    border-radius: 6px;
    background: #fff;
    color: var(--bcr-text) !important;
    box-shadow: none;
  }

  .bcr-header-top.is-phone-open .bcr-phone {
    display: grid;
  }

  .bcr-phone:visited,
  .bcr-phone:hover,
  .bcr-phone:focus {
    color: var(--bcr-text) !important;
  }

  .bcr-phone svg {
    width: 64px;
    height: 64px;
    padding: 15px;
    border: 1px solid rgba(200, 148, 46, .42);
    border-radius: 50%;
    color: var(--bcr-primary);
    box-sizing: border-box;
  }

  .bcr-phone span {
    color: var(--bcr-primary);
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
  }

  .bcr-phone strong {
    color: #050505;
    font-size: clamp(22px, 3.6vw, 28px);
    font-weight: 900;
    line-height: 1.08;
    white-space: nowrap;
  }

  .bcr-single-layout {
    grid-template-columns: 1fr;
  }

  .bcr-info-card {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .bcr-process {
    border-left: 0;
    border-top: 1px solid rgba(15, 23, 42, .18);
    padding-top: 34px;
    padding-left: 0;
  }

  .bcr-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bcr-trust-item:nth-child(2) {
    border-right: 0;
  }

  .bcr-footer-inner {
    width: min(calc(100% - 72px), 1536px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 54px;
    padding-right: 52px;
  }

  .bcr-footer-bottom {
    grid-column: 1 / -1;
  }

  .bcr-footer-brand {
    padding-right: 46px;
  }

  .bcr-footer-contact {
    padding-left: 60px;
    padding-right: 36px;
  }

  .bcr-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bcr-hero-content h1 {
    font-size: 48px;
  }

  .bcr-top-slide {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .bcr-top-arrow.is-prev {
    left: 16px;
  }

  .bcr-top-arrow.is-next {
    right: 16px;
  }

  .bcr-crm-dashboard {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .bcr-crm-brand {
    font-size: 0;
    padding: 0 8px 18px;
  }

  .bcr-crm-brand::before {
    content: "NL";
    font-size: 22px;
    color: var(--crm-gold);
  }

  .bcr-crm-brand.has-logo::before {
    content: none;
  }

  .bcr-crm-sidebar a {
    justify-content: center;
    padding: 0;
    font-size: 0;
  }

  .bcr-crm-sidebar a .dashicons {
    font-size: 22px;
  }

  .bcr-crm-topbar {
    grid-template-columns: auto 1fr auto auto;
  }

  .bcr-crm-search {
    grid-column: 1 / -1;
    order: 5;
  }

  .bcr-crm-card-grid,
  .bcr-crm-dashboard .bcr-crm-list,
  .bcr-crm-row,
  .bcr-crm-create form,
  .bcr-crm-edit form {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  .bcr-filters {
    grid-template-columns: 1fr 1fr;
  }

  .bcr-big-specs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 18px;
  }

  .bcr-included div {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bcr-calculator {
    position: static;
  }
}

@media (max-width: 980px) {
  .bcr-benefits-strip .bcr-container {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bcr-benefits-strip {
    padding: 36px 0 28px;
  }

  .bcr-benefits-intro {
    margin-bottom: 8px;
  }

  .bcr-benefits-strip article {
    min-height: 0;
    border-right: 0;
    padding: 0;
  }

  .bcr-top-offers,
  .bcr-top-offers-track {
    min-height: clamp(600px, 78vw, 700px);
  }

  .bcr-top-offers::before {
    content: none;
  }

  .bcr-top-slide {
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 0;
    align-items: start;
  }

  .bcr-top-slide::before {
    content: "";
    background: linear-gradient(90deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .54) 45%, rgba(0, 0, 0, .16) 100%);
  }

  .bcr-top-image {
    min-height: 0;
    padding-top: 0;
  }

  .bcr-top-image img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: 61% bottom;
  }

  .bcr-top-slide-copy {
    order: 0;
    width: 100%;
    justify-items: start;
    align-content: start;
    padding: 44px 58px 70px 76px;
    box-sizing: border-box;
    transform: none;
  }

  .bcr-top-slide h2 {
    color: #fff;
    font-size: clamp(38px, 7vw, 58px);
    line-height: 1.06;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .58);
  }

  .bcr-top-model-line {
    font-size: clamp(32px, 6.5vw, 52px);
    margin-bottom: 20px;
  }

  .bcr-top-specs {
    flex-wrap: wrap;
    gap: 12px 16px;
    font-size: clamp(13px, 2vw, 16px);
  }

  .bcr-top-separator {
    width: min(420px, 72vw);
  }

  .bcr-top-price {
    align-items: center;
    gap: 12px;
    margin: 0 0 8px;
    padding-right: 0;
  }

  .bcr-top-price strong {
    font-size: clamp(32px, 5.6vw, 44px);
    font-weight: 800;
  }

  .bcr-top-price span {
    position: static;
    font-size: 13px;
    padding: 5px 13px 6px;
    transform: translateY(-1px);
  }

  .bcr-top-terms {
    font-size: 14px;
    margin-bottom: 22px;
  }

  .bcr-top-link {
    width: auto;
    justify-content: center;
    padding: 0 24px;
    font-size: 14px;
  }

  .bcr-top-link em {
    width: auto;
    height: auto;
  }

  .bcr-top-link em::before {
    font-size: 27px;
  }

  .bcr-top-arrow {
    top: 55%;
    width: 36px;
    height: 36px;
    min-width: 36px;
    max-width: 36px;
    min-height: 36px;
    max-height: 36px;
    flex-basis: 36px;
    aspect-ratio: 1;
    padding: 0 !important;
    border-color: rgba(255, 255, 255, .88);
    background: rgba(17, 22, 27, .18);
    color: #fff;
    font-size: 0;
    transform: translateY(-50%);
  }

  .bcr-top-arrow::before {
    font-size: 18px;
  }

  .bcr-top-arrow.is-prev {
    left: 16px;
  }

  .bcr-top-arrow.is-next {
    right: 16px;
  }

  .bcr-top-dots {
    bottom: 20px;
  }
}

@media (max-width: 760px) {
  .bcr-container {
    width: min(100% - 28px, 1760px);
  }

  .bcr-list-head,
  .bcr-single-hero,
  .bcr-cta {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
  }

  .bcr-header-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    height: auto;
    min-height: 0;
    padding: 14px;
    gap: 10px;
    overflow: visible;
  }

  .bcr-logo img {
    max-width: min(var(--bcr-logo-width), calc(100vw - 132px));
    max-height: 56px;
  }

  .bcr-phone-toggle {
    position: relative;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    display: inline-flex !important;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    align-items: center;
    justify-content: center;
    appearance: none;
    padding: 0 !important;
    border: 1px solid rgba(200, 148, 46, .45) !important;
    border-radius: 8px;
    background: #fff !important;
    color: var(--bcr-primary) !important;
    cursor: pointer;
    box-shadow: none !important;
  }

  .bcr-phone-toggle:hover,
  .bcr-phone-toggle:focus,
  .bcr-phone-toggle:active,
  .bcr-header-top.is-phone-open .bcr-phone-toggle {
    border-color: var(--bcr-primary) !important;
    background: rgba(200, 148, 46, .08) !important;
    color: var(--bcr-primary) !important;
    outline: 0;
  }

  .bcr-phone-toggle svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .bcr-logo {
    padding: 0;
  }

  .bcr-phone,
  .bcr-driver-zone {
    grid-column: 1 / -1;
    flex: 0 0 auto;
    align-self: auto;
    width: 100%;
    min-height: 64px;
    clip-path: none;
    padding: 0 18px;
    justify-content: center;
    margin-left: 0;
  }

  .bcr-phone {
    width: min(100%, 430px);
    min-height: 84px;
    display: none;
    grid-template-columns: 56px minmax(0, 1fr);
    grid-template-rows: auto auto;
    justify-self: start;
    justify-content: start;
    align-content: center;
    column-gap: 14px;
    row-gap: 5px;
    margin-top: 18px;
    padding: 12px 18px;
    border: 1px solid var(--bcr-primary);
    border-radius: 6px;
    background: #fff;
    color: var(--bcr-text) !important;
    box-shadow: none;
  }

  .bcr-header-top.is-phone-open .bcr-phone {
    display: grid;
  }

  .bcr-phone:visited,
  .bcr-phone:hover,
  .bcr-phone:focus {
    color: var(--bcr-text) !important;
  }

  .bcr-phone svg {
    width: 56px;
    height: 56px;
    padding: 13px;
    border: 1px solid rgba(200, 148, 46, .42);
    border-radius: 50%;
    color: var(--bcr-primary);
    box-sizing: border-box;
  }

  .bcr-phone span {
    color: var(--bcr-primary);
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
  }

  .bcr-phone strong {
    color: #050505;
    font-size: clamp(19px, 5.6vw, 25px);
    font-weight: 900;
    line-height: 1.08;
    white-space: nowrap;
  }

  .bcr-filter-band {
    padding: 12px 0 14px;
  }

  .bcr-breadcrumbs,
  .bcr-single-crumbs {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.35;
  }

  .bcr-filter-band.bcr-single-crumbs {
    padding: 12px 0;
  }

  .bcr-breadcrumbs span,
  .bcr-single-crumbs span {
    padding: 0 8px;
  }

  .bcr-nav {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    width: 100%;
    min-height: 0;
    padding: 0;
    flex-wrap: wrap;
    overflow: visible;
  }

  .bcr-nav a {
    min-width: 0;
    margin-left: 0;
    min-height: 56px;
    height: auto;
    font-size: 20px;
    padding: 16px 8px;
  }

  .bcr-nav a::before {
    inset: 0;
    clip-path: none;
  }

  .bcr-nav a:nth-child(2),
  .bcr-nav a:nth-last-child(2),
  .bcr-nav a:last-child {
    min-width: 0;
    margin-right: 0;
  }

  .bcr-nav a:first-child {
    clip-path: none;
    margin-left: 0;
  }

  .bcr-hero-slider,
  .bcr-hero-content {
    min-height: 430px;
  }

  .bcr-hero-slide {
    background-image: var(--bcr-slide-mobile);
  }

  .bcr-hero-content {
    padding-bottom: 36px;
  }

  .bcr-hero-content h1 {
    font-size: 38px;
  }

  .bcr-hero-content p {
    font-size: 18px;
  }

  .bcr-hero-filters {
    margin-top: 0;
    margin-bottom: 46px !important;
    padding: 18px 0;
    background: var(--bcr-muted);
  }

  .bcr-hero-filters .bcr-filters {
    padding: 18px;
  }

  .bcr-top-offers,
  .bcr-top-offers-track {
        min-height: clamp(610px, 142vw, 700px);
  }

  .bcr-top-offers::before {
    content: none;
  }

  .bcr-top-slide {
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 0;
    align-items: start;
  }

  .bcr-top-slide::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, .08) 0%, rgba(0, 0, 0, .16) 38%, rgba(5, 6, 7, .82) 50%, rgba(5, 6, 7, .96) 100%);
  }

  .bcr-top-slide-copy {
    order: 0;
    width: 100%;
        padding: clamp(238px, 62vw, 300px) 44px 38px 44px;
    box-sizing: border-box;
    transform: none;
  }

  .bcr-top-slide h2 {
    color: #fff;
    font-size: clamp(27px, 7.6vw, 35px);
    line-height: 1.06;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .58);
  }

  .bcr-top-model-line {
    margin-bottom: 16px;
    font-size: clamp(23px, 6.6vw, 31px);
  }

  .bcr-top-specs {
    gap: 10px 12px;
    margin-bottom: 16px;
    font-size: 13px;
  }

  .bcr-top-specs span {
    gap: 6px;
    padding-right: 12px;
  }

  .bcr-top-specs svg {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  .bcr-top-separator {
    width: min(100%, 420px);
    margin-bottom: 14px;
  }

  .bcr-top-price {
    flex-direction: row;
    align-items: center;
    gap: 9px;
    margin: 0 0 8px;
    padding-right: 0;
  }

  .bcr-top-price strong {
    font-size: clamp(31px, 8.6vw, 36px);
    font-weight: 800;
  }

  .bcr-top-price span {
    position: static;
    font-size: 12px;
    padding: 5px 12px 6px;
    transform: translateY(-1px);
  }

  .bcr-top-terms {
    margin-bottom: 16px;
    font-size: 13px;
  }

  .bcr-top-link {
    width: auto;
    min-width: 0;
    min-height: 48px;
    justify-content: center;
    padding: 0 18px;
    font-size: 13px;
    gap: 12px;
  }

  .bcr-top-link em {
    width: auto;
    height: auto;
  }

  .bcr-top-link em::before {
    font-size: 24px;
  }

  .bcr-top-image {
    top: 0;
    bottom: auto;
        height: clamp(230px, 60vw, 300px);
    min-height: 0;
    padding-top: 0;
    background: #050607;
  }

  .bcr-top-image img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 148%;
    height: auto;
    max-height: none;
    max-width: none;
    object-fit: contain;
    object-position: right bottom;
  }

  .bcr-top-arrow {
        top: clamp(115px, 30vw, 150px);
    width: 30px;
    height: 30px;
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    flex-basis: 30px;
    aspect-ratio: 1;
    padding: 0 !important;
    border-width: 2px;
    font-size: 0;
    transform: translateY(-50%);
  }

  .bcr-top-arrow::before {
    font-size: 15px;
  }

  .bcr-top-arrow.is-prev {
    left: 12px;
  }

  .bcr-top-arrow.is-next {
    right: 12px;
  }

  .bcr-top-dots {
    bottom: 18px;
  }

  .bcr-hero-arrow {
    width: 42px;
    height: 58px;
    font-size: 48px;
  }

  .bcr-gallery-arrow {
    width: 28px;
    height: 48px;
    font-size: 34px;
  }

  .bcr-gallery-arrow.is-prev {
    left: 2px;
  }

  .bcr-gallery-arrow.is-next {
    right: 2px;
  }

  .bcr-gallery-pill {
    top: 14px;
    right: 14px;
    min-height: 42px;
    padding: 0 18px;
    font-size: 14px;
  }

  .bcr-gallery-modes {
    top: 14px;
    right: 14px;
  }

  .bcr-gallery-modes button {
    min-height: 42px;
    padding: 0 14px;
    font-size: 14px;
  }

  .bcr-gallery-thumbs button {
    flex-basis: 92px;
    height: 62px;
  }

  .bcr-newsletter {
    min-height: 520px;
    align-items: center;
    padding: 46px 18px 78px;
  }

  .bcr-newsletter-card {
    width: 100%;
    padding: 28px 20px 30px;
  }

  .bcr-newsletter h2 {
    font-size: 42px;
  }

  .bcr-newsletter p {
    font-size: 17px;
    line-height: 1.45;
  }

  .bcr-newsletter form {
    gap: 12px;
  }

  .bcr-newsletter-input {
    min-height: 58px;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 12px;
    padding: 0 16px;
  }

  .bcr-newsletter input {
    min-height: 56px;
  }

  .bcr-newsletter button {
    min-height: 58px;
    font-size: 18px;
  }

  .bcr-newsletter-brand {
    bottom: 24px;
    max-width: calc(100% - 36px);
  }

  .bcr-newsletter-brand img {
    max-width: 150px;
  }

  .bcr-filters,
  .bcr-newsletter form,
  .bcr-footer-inner,
  .bcr-process ol,
  .bcr-big-specs,
  .bcr-included div,
  .bcr-crm-card-grid,
  .bcr-crm-dashboard .bcr-crm-list,
  .bcr-crm-row,
  .bcr-crm-create form,
  .bcr-crm-edit form {
    grid-template-columns: 1fr;
  }

  .bcr-catalog-filters {
    margin: 26px 18px 56px;
    padding: 0 !important;
    background: transparent;
    box-shadow: none;
  }

  .bcr-catalog-filters .bcr-container {
    padding: 0;
  }

  .bcr-filters {
    gap: 18px;
    padding: 22px 18px 24px;
    border-radius: 8px;
  }

  .bcr-catalog-filters .bcr-filters {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 20px 28px;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .12), 0 0 0 1px rgba(212, 217, 224, .65);
  }

  .bcr-catalog-filters .bcr-mobile-filter-heading {
    display: block;
  }

  .bcr-catalog-filters .bcr-mobile-filter-heading h2 {
    margin: 0;
    color: #0f1720;
    font-size: clamp(21px, calc(7.7vw - 8px), 41px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
  }

  .bcr-catalog-filters .bcr-mobile-filter-heading p {
    margin: 10px 0 0;
    color: #303642;
    font-size: clamp(13px, calc(5vw - 5px), 23px);
    font-weight: 400;
    line-height: 1.25;
  }

  .bcr-catalog-filters .bcr-mobile-filter-heading::after {
    content: "";
    display: block;
    width: 84px;
    height: 5px;
    margin-top: 22px;
    border-radius: 999px;
    background: var(--bcr-primary);
  }

  .bcr-catalog-filters .bcr-filters label,
  .bcr-catalog-filters .bcr-sort {
    gap: 10px;
  }

  .bcr-catalog-filters .bcr-filter-label {
    justify-content: flex-start;
    gap: 12px;
    font-size: clamp(18px, 4.8vw, 25px);
    font-weight: 900;
    line-height: 1.15;
  }

  .bcr-catalog-filters .bcr-filter-label svg {
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
  }

  .bcr-catalog-filters .bcr-filters select {
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
    border-radius: 7px;
    font-size: clamp(17px, 4.4vw, 23px);
    font-weight: 800;
  }

  .bcr-catalog-filters .bcr-rate-filter input[type="range"] {
    min-height: 28px;
    margin-top: 14px;
  }

  .bcr-catalog-filters .bcr-rate-filter strong {
    margin-top: 10px;
    font-size: clamp(17px, 4.4vw, 22px);
    font-weight: 900;
  }

  .bcr-catalog-filters .bcr-clear {
    width: 100%;
    min-height: 72px;
    justify-content: center;
    gap: 22px;
    border-color: var(--bcr-primary);
    border-radius: 7px;
    color: #0f1720;
    background: #fff;
    font-size: clamp(20px, 5vw, 25px);
    font-weight: 900;
    text-transform: uppercase;
  }

  .bcr-catalog-filters .bcr-clear svg {
    width: 26px;
    height: 26px;
  }

  .bcr-filter-label {
    font-size: 15px;
  }

  .bcr-main {
    padding: 44px 0 64px;
  }

  .bcr-catalog .bcr-catalog-filters + .bcr-main {
    padding-top: 44px;
  }

  .bcr-list-head {
    margin-bottom: 30px;
  }

  .bcr-catalog .bcr-list-eyebrow {
    margin-bottom: 22px;
  }

  .bcr-catalog .bcr-main > .bcr-list-head {
    padding-top: 0 !important;
  }

  .bcr-list-head h1 {
    font-size: 31px;
    line-height: 1.18;
  }

  .bcr-list-head p {
    font-size: 18px;
    line-height: 1.45;
  }

  .bcr-grid {
    gap: 24px;
  }

  .bcr-main:not(.is-expanded) .bcr-grid {
    display: flex;
    gap: 20px;
    margin-right: -14px;
    padding: 0 14px 18px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .bcr-main:not(.is-expanded) .bcr-grid::-webkit-scrollbar {
    display: none;
  }

  .bcr-main:not(.is-expanded) .bcr-card {
    flex: 0 0 min(84vw, 392px);
    scroll-snap-align: start;
  }

  .bcr-main:not(.is-expanded) .bcr-card,
  .bcr-main.is-expanded .bcr-card {
    background: #fff;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .11), 0 0 0 1px rgba(20, 24, 31, .13);
  }

  .bcr-main:not(.is-expanded) .bcr-card-body,
  .bcr-main.is-expanded .bcr-card-body {
    background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
  }

  .bcr-card-badge {
    top: 14px;
    right: 14px;
    left: auto;
    max-width: calc(100% - 28px);
  }

  .bcr-card-image .bcr-card-overlay-logo {
    top: 26px;
    left: 10px;
  }

  .bcr-main:not(.is-expanded) .bcr-contact-card {
    display: none;
  }

  .bcr-main:not(.is-expanded) .bcr-carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 10px 0 26px;
  }

  .bcr-carousel-dots button {
    width: 14px;
    height: 14px;
    display: block;
    border: 0;
    border-radius: 50%;
    background: #dedede;
    padding: 0;
    cursor: pointer;
    transition: background .16s ease, transform .16s ease;
  }

  .bcr-carousel-dots button.is-active {
    background: var(--bcr-primary);
    transform: scale(1.08);
  }

  .bcr-main.is-expanded .bcr-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bcr-main.is-expanded .bcr-carousel-dots {
    display: none;
  }

  .bcr-show-all {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    border: 3px solid var(--bcr-text);
    border-radius: 999px;
    background: linear-gradient(180deg, #fff, #f8f8f8);
    color: var(--bcr-text);
    box-shadow: 0 10px 24px rgba(15, 23, 42, .12), 0 0 0 1px rgba(200, 148, 46, .16);
    padding: 0 30px;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }

  .bcr-show-all:hover,
  .bcr-show-all:focus {
    border-color: var(--bcr-primary);
    box-shadow: 0 14px 28px rgba(15, 23, 42, .16), 0 0 0 1px rgba(200, 148, 46, .24);
    transform: translateY(-2px);
  }

  .bcr-main.is-expanded .bcr-show-all {
    display: none;
  }

  .bcr-info-suite {
    padding: 22px 0 26px;
  }

  .bcr-info-card {
    gap: 18px;
    padding: 22px 20px 24px;
  }

  .bcr-info-heading-row {
    width: min(100%, 330px);
    margin: 0 auto;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    justify-items: start;
    text-align: left;
  }

  .bcr-info-main-icon {
    width: 54px;
    height: 54px;
  }

  .bcr-info-main-icon svg {
    width: 28px;
    height: 28px;
  }

  .bcr-info-title {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 10px;
  }

  .bcr-info-title h2 {
    font-size: 22px;
    line-height: 1.08;
  }

  .bcr-rental-panel p {
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }

  .bcr-benefits-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 12px;
  }

  .bcr-benefit {
    width: min(100%, 330px);
    margin: 0 auto;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 18px;
    align-items: start;
    text-align: left;
  }

  .bcr-benefit > span {
    grid-column: 1;
    justify-self: center;
  }

  .bcr-benefit > div {
    grid-column: 2;
    min-width: 0;
    text-align: left;
  }

  .bcr-benefit strong,
  .bcr-benefit em {
    text-align: left;
  }

  .bcr-process {
    padding-top: 22px;
    text-align: left;
  }

  .bcr-process ol {
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 24px;
    margin-top: 22px;
  }

  .bcr-process ol::before {
    display: none;
  }

  .bcr-process li {
    width: min(100%, 330px);
    margin: 0 auto;
    padding: 0;
    border-right: 0 !important;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    column-gap: 16px;
    align-items: start;
    text-align: left;
  }

  .bcr-process li::before {
    grid-column: 1;
    grid-row: 1 / span 2;
    justify-self: center;
    margin: 0;
  }

  .bcr-process strong {
    grid-column: 2;
    margin: 0 0 8px;
    text-align: left;
  }

  .bcr-process span {
    grid-column: 2;
    text-align: left;
  }

  .bcr-trust-strip {
    grid-template-columns: 1fr;
    margin-top: 20px;
    padding: 26px 20px;
  }

  .bcr-trust-item {
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 18px;
    padding: 18px 0;
    align-items: start;
    text-align: left;
  }

  .bcr-trust-item > span {
    grid-column: 1;
    justify-self: center;
  }

  .bcr-trust-item > div {
    grid-column: 2;
    min-width: 0;
    text-align: left;
  }

  .bcr-trust-item strong,
  .bcr-trust-item em {
    text-align: left;
  }

  .bcr-trust-item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .bcr-footer-inner {
    width: 100%;
    min-height: 0;
    margin: 0 auto;
    justify-items: stretch;
    text-align: left;
    gap: 0;
    padding: 36px max(30px, 8vw) 28px;
    border-top: 0;
    border-radius: 0;
  }

  .bcr-footer-inner > * {
    width: 100%;
    margin: 0;
  }

  .bcr-footer-brand,
  .bcr-footer-column,
  .bcr-footer-contact {
    display: block;
    border-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bcr-footer-column {
    position: relative;
    border-top: 1px solid var(--bcr-primary);
  }

  .bcr-footer-column:last-of-type {
    border-bottom: 1px solid var(--bcr-primary);
  }

  .bcr-footer-column::before,
  .bcr-footer-contact::before {
    display: none;
  }

  .bcr-footer-column h3 {
    display: block;
    margin: 0;
    color: var(--bcr-primary);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .bcr-footer-accordion-toggle {
    width: 100%;
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }

  .bcr-footer-accordion-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bcr-primary);
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    transition: transform .18s ease;
  }

  .bcr-footer-column.is-open .bcr-footer-accordion-icon {
    transform: rotate(45deg);
  }

  .bcr-footer-brand-points,
  .bcr-footer-social-title,
  .bcr-footer-safe,
  .bcr-footer-contact-location,
  .bcr-footer-cta,
  .bcr-footer-legal-extra {
    display: none !important;
  }

  .bcr-footer-link-list {
    display: none;
    padding: 0 0 20px;
  }

  .bcr-footer-column.is-open .bcr-footer-link-list {
    display: block;
  }

  .bcr-footer-column .bcr-footer-link-list a {
    display: block;
    margin: 0 0 14px;
    padding-left: 24px;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    line-height: 1.35;
  }

  .bcr-footer-column .bcr-footer-link-list a::before {
    top: -2px;
    font-size: 24px;
  }

  .bcr-footer-logo {
    display: block;
    max-width: min(100%, 245px);
    max-height: 58px;
    margin: 0 0 31px;
  }

  .bcr-footer p {
    max-width: 260px;
    margin: 0 0 32px;
    color: rgba(255, 255, 255, .76);
    font-size: 17px;
    line-height: 1.62;
    text-align: left;
  }

  .bcr-footer-socials {
    justify-content: flex-start;
    gap: 19px;
    margin-bottom: 54px;
  }

  .bcr-footer-socials a {
    flex-basis: 55px;
    width: 55px;
    height: 55px;
    font-size: 27px;
  }

  .bcr-footer-socials a svg {
    width: 25px;
    height: 25px;
  }

  .bcr-footer-social-facebook {
    order: 1;
  }

  .bcr-footer-social-tiktok {
    order: 2;
  }

  .bcr-footer-social-instagram {
    order: 3;
  }

  .bcr-footer .bcr-footer-contact-row {
    width: 100%;
    grid-template-columns: 36px minmax(0, 1fr);
    justify-content: start;
    justify-items: start;
    align-items: center;
    gap: 18px;
    margin: 0 0 18px;
    padding: 0;
    text-align: left;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .bcr-footer .bcr-footer-contact-row svg {
    width: 36px;
    height: 36px;
    padding: 8px;
    justify-self: start;
    border-radius: 8px;
    background: rgba(200, 148, 46, .14);
  }

  .bcr-footer-bottom {
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid var(--bcr-primary);
    text-align: left;
  }

  .bcr-footer-contact {
    padding-top: 30px;
  }

  .bcr-footer-contact h3 {
    margin: 0 0 24px;
    color: var(--bcr-primary);
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .bcr-footer .bcr-footer-contact-row span,
  .bcr-footer .bcr-footer-contact-row small,
  .bcr-footer .bcr-footer-contact-row strong {
    text-align: left;
    text-decoration: none !important;
  }

  .bcr-footer .bcr-footer-contact-row strong {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }

  .bcr-footer .bcr-footer-contact-row small {
    display: none;
  }

  .bcr-footer-legal {
    justify-content: flex-start;
    gap: 18px;
    flex-wrap: wrap;
  }

  .bcr-footer-legal a {
    padding: 0;
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
  }

  .bcr-footer-legal a:not(:last-child)::after {
    right: -11px;
    height: 16px;
    background: var(--bcr-primary);
  }

  .bcr-footer-copy {
    justify-self: start;
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    white-space: normal;
  }

  .bcr-footer-copy strong {
    color: #fff;
    font-weight: 500;
  }

  .bcr-card-body {
    min-height: 300px;
    padding: 20px 20px 20px;
  }

  .bcr-card .bcr-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 16px;
    text-align: left;
  }

  .bcr-card .bcr-spec {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    justify-items: start;
    align-content: center;
    gap: 10px;
    font-size: 16px;
    line-height: 1.15;
  }

  .bcr-card .bcr-spec svg {
    width: 32px;
    height: 32px;
  }

  .bcr-card .bcr-spec-label {
    text-align: left;
  }

  .bcr-single-hero {
    padding: 22px 0 26px;
    gap: 14px;
  }

  .bcr-related {
    padding: 6px 0 56px;
  }

  .bcr-related .bcr-grid {
    grid-template-columns: 1fr;
  }

  .bcr-related .bcr-list-head {
    text-align: left;
  }

  .bcr-related h2 {
    font-size: 30px;
  }

  .bcr-related p {
    font-size: 18px;
  }

  .bcr-single-hero h1 {
    font-size: 36px;
    line-height: 1.04;
  }

  .bcr-single-hero p {
    font-size: 20px;
    line-height: 1.25;
  }

  .bcr-single-layout {
    padding: 36px 0;
  }

  .bcr-single-image {
    height: min(380px, 62vw);
  }

  .bcr-single-image img {
    object-fit: contain;
  }

  .bcr-big-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 16px;
    margin: 30px 0 42px;
  }

  .bcr-big-specs .bcr-spec {
    font-size: 13px;
  }

  .bcr-big-specs .bcr-spec svg {
    width: 40px;
    height: 40px;
  }

  .bcr-included div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
  }

  .bcr-included h2 {
    font-size: 25px;
    line-height: 1.18;
  }

  .bcr-included-item {
    font-size: 12.5px;
  }

  .bcr-included-item svg {
    width: 40px;
    height: 40px;
  }

  .bcr-crm-dashboard {
    grid-template-columns: 1fr;
  }

  .bcr-crm-sidebar {
    min-height: auto;
    grid-template-rows: auto;
    grid-auto-flow: column;
    overflow-x: auto;
    padding: 14px;
  }

  .bcr-crm-sidebar nav,
  .bcr-crm-sidebar-bottom {
    display: flex;
    gap: 8px;
  }

  .bcr-crm-workspace {
    padding: 0 14px 28px;
  }

  .bcr-crm-topbar {
    margin: 0 -14px 20px;
    padding: 14px;
  }

  .bcr-crm-user {
    min-width: 0;
  }

  .bcr-crm-user span:not(.dashicons) {
    display: none;
  }

  .bcr-crm-stat {
    min-height: 180px;
    grid-template-columns: minmax(0, 1fr) 38px;
    padding: 22px;
  }

  .bcr-crm-stat-icon {
    display: none;
  }

  .bcr-crm-stat strong {
    grid-column: 1 / -1;
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 112px);
    font-size: clamp(32px, 10vw, 46px);
  }

  .bcr-crm-stat.is-wide-value strong {
    left: 46%;
    margin-left: 0;
    max-width: calc(100% - 112px);
    font-size: clamp(28px, 8vw, 40px);
  }

  .bcr-crm-arrow {
    right: 22px;
    top: 56%;
    bottom: auto;
    transform: translateY(-50%);
  }

  .bcr-specs,
  .bcr-equipment div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bcr-data-table div {
    grid-template-columns: 1fr;
    gap: 8px;
    font-size: 15px;
  }

  .bcr-data-table strong {
    text-align: left;
  }

  .bcr-calc-total {
    align-items: flex-start;
    flex-direction: column;
  }

  .bcr-cta p {
    font-size: 22px;
  }

  .bcr-card h2 {
    font-size: 24px;
    line-height: 1.14;
  }

  .bcr-version {
    min-height: auto;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.36;
  }

  .bcr-card-meta-line {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .bcr-card-terms {
    gap: 12px;
    margin: 18px 0 20px;
  }

  .bcr-card-term {
    grid-template-columns: 25px minmax(0, 1fr);
    column-gap: 7px;
    font-size: 10px;
  }

  .bcr-card-term svg {
    width: 25px;
    height: 25px;
  }

  .bcr-price strong {
    font-size: 30px;
  }

  .bcr-price-note {
    font-size: 12px;
  }

  .bcr-card-bottom {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 14px;
    margin-top: auto;
  }

  .bcr-outline {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    font-size: 14px;
  }

  .bcr-cta,
  .bcr-calculator,
  .bcr-included {
    padding: 28px 20px;
  }

  .bcr-cta {
    min-height: auto;
    gap: 0;
    align-items: flex-start;
    margin-top: 28px;
    margin-bottom: 54px;
    border-radius: 18px;
    padding: 34px 22px 30px;
    background-image:
      linear-gradient(180deg, rgba(5, 7, 8, .97) 0%, rgba(5, 7, 8, .90) 48%, rgba(5, 7, 8, .78) 100%),
      radial-gradient(circle at 5px 5px, rgba(200, 148, 46, .18) 0 1px, transparent 1.5px),
      var(--bcr-cta-bg, none);
    background-position: center, left 18px top 18px, center right;
    background-size: auto, 16px 16px, cover;
  }

  .bcr-cta::before {
    top: 18%;
    right: 28px;
    bottom: 18%;
    left: auto;
    opacity: .75;
  }

  .bcr-cta::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .36)),
      linear-gradient(90deg, rgba(0, 0, 0, .18), transparent 66%);
  }

  .bcr-cta-copy {
    width: 100%;
    max-width: none;
  }

  .bcr-cta-kicker {
    gap: 16px;
    margin-bottom: 22px;
    font-size: 13px;
  }

  .bcr-cta-kicker::after {
    width: 50px;
  }

  .bcr-cta h2 {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 1.08;
  }

  .bcr-cta p {
    max-width: none;
    font-size: 17px;
    line-height: 1.48;
  }

  .bcr-cta-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 24px 0 28px;
  }

  .bcr-cta-features span {
    grid-template-columns: 34px auto;
    min-height: 0;
    padding: 0 0 12px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .bcr-cta-features span:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .bcr-cta-features svg {
    width: 32px;
    height: 32px;
  }

  .bcr-cta-features strong {
    font-size: 14px;
  }

  .bcr-cta .bcr-cta-action {
    width: 100%;
    min-width: 0;
    min-height: 66px;
    gap: 14px;
    padding-right: 18px;
    font-size: 14px;
  }

  .bcr-cta-action-icon {
    width: 66px;
    height: 66px;
    flex-basis: 66px;
  }

  .bcr-cta-action-icon svg {
    width: 28px;
    height: 28px;
  }

  .bcr-cta-action em {
    font-size: 28px;
  }

  .bcr-cta-safe {
    margin-top: 22px;
    font-size: 12px;
  }
}

/* Product view: old structure restored, graphic-inspired colors kept. */
.bcr-single {
  --bcr-product-gold: var(--bcr-primary);
  background: #fff;
  color: var(--bcr-text);
}

.bcr-single .bcr-container {
  width: min(1760px, calc(100% - clamp(56px, 6vw, 128px)));
}

.bcr-single .bcr-single-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px 0 40px;
}

.bcr-single .bcr-single-hero h1 {
  max-width: none;
  margin: 0 0 14px;
  color: #050505;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 900;
  line-height: 1;
}

.bcr-single .bcr-single-hero p {
  max-width: none;
  margin: 0;
  color: #050505;
  font-size: 28px;
  font-weight: 700;
}

.bcr-single .bcr-single-gallery {
  margin-top: 0;
}

.bcr-single .bcr-tags span {
  font-size: 15px;
  padding: 6px 14px;
}

.bcr-single .bcr-single-image {
  height: clamp(360px, 38vw, 560px);
  background: #eee;
  overflow: hidden;
}

.bcr-single .bcr-single-image img {
  object-fit: cover;
}

.bcr-single .bcr-gallery-thumbs {
  gap: 10px;
  padding: 14px 0 2px;
}

.bcr-single .bcr-gallery-thumbs button {
  flex: 0 0 116px;
  height: 76px;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #f3f4f6;
}

.bcr-single .bcr-gallery-modes,
.bcr-single .bcr-gallery-pill {
  background: #fff !important;
  color: #111 !important;
}

.bcr-single .bcr-gallery-modes button,
.bcr-single .bcr-gallery-modes button:visited {
  background: transparent !important;
  color: #111 !important;
}

.bcr-single .bcr-gallery-modes button:hover,
.bcr-single .bcr-gallery-modes button:focus {
  background: #f3f4f6 !important;
  color: #111 !important;
}

.bcr-single .bcr-gallery-modes button.is-active,
.bcr-single .bcr-gallery-modes button.is-active:hover,
.bcr-single .bcr-gallery-modes button.is-active:focus {
  background: #050505 !important;
  color: #fff !important;
}

.bcr-single .bcr-gallery-modes button.is-active svg,
.bcr-single .bcr-gallery-modes button.is-active:hover svg,
.bcr-single .bcr-gallery-modes button.is-active:focus svg {
  stroke: #fff !important;
}

.bcr-single .bcr-gallery-pill:hover,
.bcr-single .bcr-gallery-pill:focus {
  background: #050505 !important;
  color: #fff !important;
}

.bcr-single .bcr-gallery-thumbs button.is-active {
  border-color: var(--bcr-product-gold);
}

.bcr-single .bcr-gallery-modes {
  top: 28px;
  right: 34px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .14);
}

.bcr-single .bcr-gallery-modes button {
  min-height: 48px;
  color: #141414;
  font-size: inherit;
  padding: 0 20px;
}

.bcr-single .bcr-gallery-modes button.is-active {
  background: var(--bcr-product-gold);
  color: #050505;
}

.bcr-single .bcr-gallery-pill {
  top: 28px;
  right: 34px;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #141414;
  font-size: inherit;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .14);
}

.bcr-single .bcr-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: 64px;
  align-items: start;
  padding: 70px 0;
}

.bcr-single .bcr-calculator {
  position: sticky;
  top: 24px;
  width: 100%;
  max-width: 440px;
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 8px;
  background: linear-gradient(145deg, #15181c 0%, #07090c 78%);
  box-shadow: 0 24px 46px rgba(0, 0, 0, .2);
  color: #fff;
  padding: 34px 36px;
}

.bcr-single .bcr-calculator h2 {
  margin: 0 0 28px;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.12;
}

.bcr-single .bcr-calculator label {
  display: block;
  margin: 24px 0 9px;
  color: #fff;
  font-size: inherit;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.bcr-single .bcr-pill-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
  gap: 10px;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.bcr-single .bcr-pill-group button {
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 5px;
  background: transparent;
  color: #fff;
  font-size: inherit;
  font-weight: 800;
}

.bcr-single .bcr-pill-group button.is-active,
.bcr-single .bcr-pill-group button.is-active:hover,
.bcr-single .bcr-pill-group button.is-active:focus {
  border-color: var(--bcr-product-gold);
  background: var(--bcr-product-gold);
  color: #050505;
  box-shadow: none;
}

.bcr-single .bcr-calc-total {
  border-top-color: rgba(255, 255, 255, .16);
  color: #fff;
}

.bcr-single .bcr-calc-total strong {
  color: var(--bcr-product-gold);
}

.bcr-single .bcr-calc-total strong em {
  color: #fff;
}

.bcr-single .bcr-lead-form input:not([type="checkbox"]):not([type="radio"]) {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .07);
  color: #fff;
}

.bcr-single .bcr-lead-form input::placeholder {
  color: rgba(255, 255, 255, .68);
}

.bcr-single .bcr-consent {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
}

.bcr-single .bcr-consent a {
  color: #fff;
}

.bcr-single .bcr-calculator .bcr-lead-form button {
  width: 100%;
  min-height: 56px;
  border-radius: 5px;
  background: var(--bcr-product-gold);
  color: #080808;
  font-weight: 900;
  text-transform: uppercase;
}

.bcr-single .bcr-calculator .bcr-lead-form button::after {
  content: none;
}

.bcr-single .bcr-form-status {
  color: rgba(255, 255, 255, .78);
}

.bcr-single .bcr-help {
  display: block;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
}

.bcr-single .bcr-help strong {
  color: #fff;
}

.bcr-single .bcr-equipment div {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 48px;
}

.bcr-single .bcr-included {
  margin: 0;
  border-radius: 8px;
  background: linear-gradient(145deg, #15181c 0%, #07090c 78%);
  color: #fff;
  padding: 40px 56px;
}

.bcr-single .bcr-included h2 {
  color: #fff;
  font-size: 32px;
}

.bcr-single .bcr-included div {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 26px;
}

.bcr-single .bcr-included-item {
  border: 0;
  color: #fff;
}

.bcr-single .bcr-included-item svg {
  stroke: var(--bcr-product-gold);
}

.bcr-single .bcr-related {
  padding: 10px 0 80px;
}

.bcr-single .bcr-related p {
  display: block;
}

.bcr-single .bcr-related .bcr-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 24px;
}

@media (max-width: 1180px) {
  .bcr-single .bcr-single-layout {
    grid-template-columns: 1fr;
  }

  .bcr-single .bcr-calculator {
    position: static;
    max-width: none;
  }
}

@media (max-width: 760px) {
  .bcr-single .bcr-container {
    width: min(1760px, calc(100% - 28px));
  }

  .bcr-single .bcr-single-hero {
    padding: 22px 0 26px;
    gap: 14px;
  }

  .bcr-single .bcr-single-hero h1 {
    font-size: 26px;
    line-height: 1.04;
  }

  .bcr-single .bcr-single-hero p {
    font-size: 20px;
    line-height: 1.25;
  }

  .bcr-single .bcr-single-layout {
    padding: 36px 0;
  }

  .bcr-single .bcr-single-image {
    height: min(380px, 62vw);
  }

  .bcr-single .bcr-single-image img {
    object-fit: contain;
  }

  .bcr-single .bcr-big-specs,
  .bcr-single .bcr-equipment div,
  .bcr-single .bcr-included div,
  .bcr-single .bcr-related .bcr-grid {
    grid-template-columns: 1fr;
  }

  .bcr-single .bcr-calculator,
  .bcr-single .bcr-included {
    padding: 28px 20px;
  }
}

.bcr-single {
  --bcr-panel-border: #e8e8e8;
  --bcr-product-gold: var(--bcr-primary);
  background: #fff;
  color: #07090c;
}

.bcr-single .bcr-container {
  width: min(calc(100% - 64px), 1480px);
}

.bcr-product-page {
  padding-bottom: 44px;
}

.bcr-product-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
  gap: 42px;
  align-items: start;
  padding: 24px 0 18px;
}

.bcr-product-media {
  min-width: 0;
}

.bcr-single .bcr-single-hero {
  display: block;
  padding: 0;
}

.bcr-single .bcr-single-hero h1 {
  max-width: 650px;
  margin: 0;
  color: #07090c;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.08;
}

.bcr-single .bcr-single-hero p {
  max-width: 650px;
  margin: 6px 0 0;
  color: #07090c;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 900;
  line-height: 1.08;
}

.bcr-hero-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin: 18px 0 0;
}

.bcr-hero-specs .bcr-spec {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #111;
  font-size: 15px;
  line-height: 1;
}

.bcr-hero-specs .bcr-spec svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}

.bcr-hero-specs .bcr-spec-label {
  color: #111;
  font-weight: 600;
}

.bcr-single .bcr-single-tags {
  margin-top: 22px;
}

.bcr-single .bcr-tags span {
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  padding: 7px 14px;
}

.bcr-single .bcr-single-gallery {
  margin-top: -8px;
}

.bcr-single .bcr-single-image {
  height: clamp(360px, 38vw, 575px);
  background: #fff;
  overflow: visible;
  cursor: grab;
}

.bcr-single .bcr-single-image img {
  object-fit: contain;
}

.bcr-single .bcr-gallery-arrow {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: #fff;
  color: #07090c;
  font-size: 34px;
  text-shadow: none;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .12);
}

.bcr-single .bcr-gallery-arrow:hover,
.bcr-single .bcr-gallery-arrow:focus {
  background: var(--bcr-product-gold);
  color: #fff;
}

.bcr-single .bcr-gallery-arrow.is-prev {
  left: 0;
}

.bcr-single .bcr-gallery-arrow.is-next {
  right: 0;
}

.bcr-single .bcr-gallery-modes {
  top: 18px;
  right: 18px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .14);
}

.bcr-single .bcr-gallery-modes button {
  min-height: 42px;
  color: #07090c;
  font-size: 13px;
  padding: 0 16px;
}

.bcr-single .bcr-gallery-modes button.is-active {
  background: var(--bcr-product-gold);
  color: #050505;
}

.bcr-single .bcr-gallery-modes svg {
  width: 18px;
  height: 18px;
}

.bcr-single .bcr-gallery-pill {
  top: 18px;
  right: 18px;
  min-height: 42px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 999px;
  background: #fff;
  color: #07090c;
  font-size: 13px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .14);
}

.bcr-single .bcr-gallery-thumbs {
  gap: 14px;
  padding: 18px 0 0;
}

.bcr-single .bcr-gallery-thumbs button {
  flex: 0 0 170px;
  height: 96px;
  border: 1px solid transparent;
  border-radius: 7px;
  background: #f5f5f5;
}

.bcr-single .bcr-gallery-thumbs button.is-active {
  border-color: var(--bcr-product-gold);
  box-shadow: none;
}

.bcr-single .bcr-calculator {
  position: sticky;
  top: 24px;
  max-width: none;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 8px;
  background:
    radial-gradient(circle at 24% 4%, rgba(255, 255, 255, .08), transparent 34%),
    linear-gradient(145deg, #15181c 0%, #07090c 72%);
  box-shadow: 0 24px 46px rgba(0, 0, 0, .2);
  color: #fff;
  padding: 36px;
  overflow: hidden;
}

.bcr-calc-kicker {
  margin-bottom: 14px;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
}

.bcr-calc-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: var(--bcr-product-gold);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.bcr-calc-price strong {
  color: var(--bcr-product-gold);
  font-size: clamp(46px, 4vw, 62px);
  line-height: .95;
}

.bcr-calc-price em {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
}

.bcr-calc-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  margin: 30px 0 30px;
  padding: 24px 0;
}

.bcr-calc-facts span {
  min-width: 0;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  column-gap: 8px;
  align-items: center;
  color: #fff;
}

.bcr-calc-facts svg {
  grid-row: span 2;
  width: 26px;
  height: 26px;
  stroke: #fff;
}

.bcr-calc-facts strong {
  display: block;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
}

.bcr-calc-facts em {
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
}

.bcr-single .bcr-calculator h2 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
}

.bcr-single .bcr-calculator label {
  margin: 22px 0 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bcr-single .bcr-pill-group {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.bcr-single .bcr-pill-group button {
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 5px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.bcr-single .bcr-pill-group button:hover,
.bcr-single .bcr-pill-group button:focus {
  border-color: var(--bcr-product-gold);
  color: #fff;
}

.bcr-single .bcr-pill-group button.is-active,
.bcr-single .bcr-pill-group button.is-active:hover,
.bcr-single .bcr-pill-group button.is-active:focus {
  border-color: var(--bcr-product-gold);
  background: var(--bcr-product-gold);
  color: #050505;
  box-shadow: none;
}

.bcr-calc-note {
  margin: 22px 0 20px;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  line-height: 1.35;
}

.bcr-single .bcr-lead-form {
  display: grid;
  gap: 12px;
}

.bcr-lead-fields {
  display: grid;
  gap: 12px;
}

.bcr-single .bcr-lead-form--single-compact .bcr-lead-fields {
  order: 2;
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: max-height .28s ease, margin-top .22s ease, opacity .22s ease, transform .22s ease;
}

.bcr-single .bcr-lead-form--single-compact.is-expanded .bcr-lead-fields {
  max-height: 560px;
  margin-top: 4px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.bcr-single .bcr-lead-form--single-compact button[type="submit"] {
  order: 1;
}

.bcr-single .bcr-lead-form--single-compact .bcr-form-status {
  order: 3;
}

.bcr-single .bcr-lead-form--single-compact input:not([type="checkbox"]):not([type="radio"]) {
  min-height: 46px;
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .07);
  color: #fff;
}

.bcr-single .bcr-lead-form--single-compact input::placeholder {
  color: rgba(255, 255, 255, .68);
}

.bcr-single .bcr-consent {
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
}

.bcr-single .bcr-consent a {
  color: #fff;
}

.bcr-single .bcr-calculator .bcr-lead-form button {
  min-height: 62px;
  border-radius: 5px;
  background: var(--bcr-product-gold);
  color: #080808;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bcr-single .bcr-calculator .bcr-lead-form button::after {
  content: "→";
  margin-left: 14px;
  font-size: 22px;
  line-height: 0;
}

.bcr-single .bcr-form-status {
  color: rgba(255, 255, 255, .78);
}

.bcr-single .bcr-help {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  line-height: 1.35;
}

.bcr-single .bcr-help svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
}

.bcr-product-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: 40px;
  align-items: start;
  margin-top: 16px;
}

.bcr-key-info,
.bcr-single .bcr-equipment,
.bcr-product-info-side .bcr-data-table {
  border: 1px solid var(--bcr-panel-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
  padding: 28px;
}

.bcr-key-info,
.bcr-single .bcr-equipment {
  margin: 0 0 22px;
}

.bcr-product-info-side .bcr-data-table {
  margin: 0 0 22px;
}

.bcr-key-info h2,
.bcr-single .bcr-equipment h2,
.bcr-product-info-side .bcr-data-table h2,
.bcr-single .bcr-included h2,
.bcr-single .bcr-related h2 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  color: #080808;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.2;
}

.bcr-key-info h2::after,
.bcr-single .bcr-equipment h2::after,
.bcr-product-info-side .bcr-data-table h2::after,
.bcr-single .bcr-included h2::after,
.bcr-single .bcr-related h2::after {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--bcr-product-gold);
}

.bcr-key-info-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.bcr-info-tile {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 8px;
  border-right: 1px solid var(--bcr-panel-border);
  padding: 0 14px;
  text-align: center;
}

.bcr-info-tile:last-child {
  border-right: 0;
}

.bcr-info-tile svg {
  width: 36px;
  height: 36px;
  stroke: #080808;
}

.bcr-info-tile em {
  color: #30343a;
  font-size: 13px;
  font-style: normal;
  line-height: 1.25;
}

.bcr-info-tile strong {
  color: #080808;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.bcr-single .bcr-equipment div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 40px;
}

.bcr-single .bcr-equipment span {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #111;
  font-size: 14px;
  line-height: 1.35;
}

.bcr-single .bcr-equipment span::before {
  margin: 0;
  color: var(--bcr-product-gold);
  font-weight: 900;
}

.bcr-product-info-side .bcr-data-table div {
  grid-template-columns: minmax(0, 1fr) minmax(110px, auto);
  gap: 20px;
  border-bottom: 0;
  padding: 10px 0;
  font-size: 14px;
}

.bcr-product-info-side .bcr-data-table span {
  color: #171a1f;
}

.bcr-product-info-side .bcr-data-table strong {
  color: #080808;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

.bcr-single .bcr-included {
  margin: 42px 0 34px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(145deg, #15181c 0%, #07090c 78%);
  box-shadow: none;
  color: #fff;
  padding: 30px;
}

.bcr-single .bcr-included h2 {
  color: #fff;
  font-size: 25px;
}

.bcr-single .bcr-included div {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.bcr-single .bcr-included-item {
  border-right: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  font-size: 12px;
}

.bcr-single .bcr-included-item:last-child {
  border-right: 0;
}

.bcr-single .bcr-included-item svg {
  width: 42px;
  height: 42px;
  stroke: var(--bcr-product-gold);
}

.bcr-single .bcr-included-item em {
  color: #fff;
}

.bcr-single .bcr-related {
  padding: 0 0 52px;
}

.bcr-single .bcr-related .bcr-list-head {
  align-items: center;
  margin-bottom: 22px;
}

.bcr-single .bcr-related p {
  display: none;
}

.bcr-single .bcr-related .bcr-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 1180px) {
  .bcr-product-hero-grid,
  .bcr-product-info-grid {
    grid-template-columns: 1fr;
  }

  .bcr-single .bcr-calculator {
    position: static;
  }

  .bcr-single .bcr-related .bcr-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .bcr-single .bcr-container {
    width: min(calc(100% - 28px), 1480px);
  }

  .bcr-product-hero-grid {
    gap: 24px;
    padding-top: 18px;
  }

  .bcr-single .bcr-single-hero h1 {
    font-size: 34px;
  }

  .bcr-single .bcr-single-hero p {
    font-size: 25px;
  }

  .bcr-single .bcr-single-image {
    height: 300px;
  }

  .bcr-single .bcr-gallery-thumbs button {
    flex-basis: 112px;
    height: 72px;
  }

  .bcr-single .bcr-calculator {
    padding: 26px 20px;
  }

  .bcr-calc-price {
    flex-wrap: wrap;
    white-space: normal;
  }

  .bcr-calc-facts,
  .bcr-single .bcr-pill-group,
  .bcr-key-info-grid,
  .bcr-single .bcr-equipment div,
  .bcr-single .bcr-included div,
  .bcr-single .bcr-related .bcr-grid {
    grid-template-columns: 1fr;
  }

  .bcr-info-tile,
  .bcr-single .bcr-included-item {
    border-right: 0;
    border-bottom: 1px solid var(--bcr-panel-border);
    padding: 0 0 14px;
  }

  .bcr-info-tile:last-child,
  .bcr-single .bcr-included-item:last-child {
    border-bottom: 0;
  }

  .bcr-single .bcr-included-item {
    border-bottom-color: rgba(255, 255, 255, .18);
  }

  .bcr-key-info,
  .bcr-single .bcr-equipment,
  .bcr-product-info-side .bcr-data-table {
    padding: 22px 18px;
  }
}

@media (max-width: 420px) {
  .bcr-header-top {
    padding: 12px;
    gap: 8px;
  }

  .bcr-logo img {
    max-width: min(var(--bcr-logo-width), calc(100vw - 116px));
    max-height: 50px;
  }

  .bcr-menu-toggle,
  .bcr-phone-toggle {
    width: 44px;
    height: 44px;
    min-width: 44px;
    max-width: 44px;
    min-height: 44px;
    max-height: 44px;
  }

  .bcr-menu-toggle span {
    width: 22px;
    margin-left: -11px;
  }

  .bcr-phone-toggle svg {
    width: 23px;
    height: 23px;
  }

  .bcr-phone {
    width: 100%;
    min-height: 78px;
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 12px;
    margin-top: 14px;
    padding: 12px 14px;
  }

  .bcr-phone svg {
    width: 48px;
    height: 48px;
    padding: 11px;
  }

  .bcr-phone span {
    font-size: 13px;
  }

  .bcr-phone strong {
    font-size: clamp(17px, 5.2vw, 22px);
  }

  .bcr-top-slide-copy {
    width: 100%;
        padding: 258px 34px 48px 42px;
  }

  .bcr-top-image {
    top: 0;
    bottom: auto;
        height: 252px;
  }

  .bcr-top-image img {
    right: 0;
    width: 150%;
  }

  .bcr-top-arrow {
        top: 126px;
    width: 28px;
    height: 28px;
    min-width: 28px;
    max-width: 28px;
    min-height: 28px;
    max-height: 28px;
    flex-basis: 28px;
  }

  .bcr-top-arrow::before {
    font-size: 14px;
  }

  .bcr-top-price strong {
    font-size: 30px;
  }

  .bcr-top-link {
    min-height: 46px;
    padding: 0 16px;
  }

  .bcr-single-hero h1 {
    font-size: 32px;
  }

  .bcr-single-hero p {
    font-size: 18px;
  }

  .bcr-single-image {
    height: 250px;
  }

  .bcr-card-bottom {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .bcr-outline {
    min-width: 0;
    width: 100%;
    font-size: 14px;
  }
}

@media (max-width: 560px) {
  .bcr-card-bottom {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .bcr-outline {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .bcr-benefits-strip .bcr-container,
  .bcr-info-suite .bcr-benefits-grid,
  .bcr-info-suite .bcr-trust-strip {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: stretch !important;
    align-items: stretch !important;
  }

  .bcr-info-suite .bcr-benefit,
  .bcr-info-suite .bcr-trust-item,
  .bcr-benefits-strip article {
    display: grid !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    grid-template-columns: 52px minmax(0, 1fr) !important;
    grid-template-areas: "icon copy" !important;
    column-gap: 16px !important;
    row-gap: 0 !important;
    align-items: start !important;
    justify-items: start !important;
    text-align: left !important;
  }

  .bcr-info-suite .bcr-benefit > span,
  .bcr-info-suite .bcr-trust-item > span,
  .bcr-benefits-strip article > span {
    grid-area: icon !important;
    width: 52px !important;
    min-width: 52px !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    align-self: start !important;
    justify-self: start !important;
    text-align: left !important;
  }

  .bcr-info-suite .bcr-benefit > div,
  .bcr-info-suite .bcr-trust-item > div,
  .bcr-benefits-strip article > div {
    grid-area: copy !important;
    width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    justify-self: stretch !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  .bcr-info-suite .bcr-benefit strong,
  .bcr-info-suite .bcr-benefit em,
  .bcr-info-suite .bcr-trust-item strong,
  .bcr-info-suite .bcr-trust-item em,
  .bcr-benefits-strip article strong,
  .bcr-benefits-strip article p {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
  }
}

/* Final product rollback: keep pre-mockup layout, apply only dark calculator styling. */
.bcr-single .bcr-container {
  width: min(1760px, calc(100% - clamp(56px, 6vw, 128px)));
}

.bcr-single .bcr-single-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px 0 40px;
}

.bcr-single .bcr-single-hero h1 {
  max-width: none;
  margin: 0 0 14px;
  color: #050505;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
}

.bcr-single .bcr-single-hero p {
  max-width: none;
  margin: 0;
  color: #050505;
  font-size: 28px;
  line-height: 1.2;
}

.bcr-single .bcr-single-gallery {
  margin-top: 0;
}

.bcr-single .bcr-single-tags {
  gap: 10px;
}

.bcr-single .bcr-single-tags span,
.bcr-single .bcr-single-tags span:nth-child(2n),
.bcr-single .bcr-single-tags span:nth-child(3n) {
  border: 1px solid rgba(200, 148, 46, .42);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(200, 148, 46, .14), rgba(255, 255, 255, .82)),
    #fff;
  color: #111;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .06);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  padding: 8px 13px;
  text-transform: uppercase;
}

.bcr-single .bcr-single-tags span::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: var(--bcr-primary);
  margin-right: 8px;
  vertical-align: 1px;
}

.bcr-single .bcr-single-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  gap: 34px;
  align-items: start;
}

.bcr-single .bcr-single-content {
  display: grid;
  gap: 42px;
  min-width: 0;
}

.bcr-single .bcr-single-side {
  position: sticky;
  top: 24px;
  width: 100%;
  max-width: 390px;
  justify-self: end;
  display: grid;
  gap: 18px;
}

.bcr-single .bcr-single-image {
  height: min(520px, 55vw);
  background: #eee;
  overflow: hidden;
}

.bcr-single .bcr-single-image img {
  object-fit: cover;
}

.bcr-single .bcr-gallery-thumbs {
  gap: 10px;
  padding: 14px 0 2px;
}

.bcr-single .bcr-gallery-thumbs button {
  flex: 0 0 116px;
  height: 76px;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #f3f4f6;
}

.bcr-single .bcr-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  gap: 34px;
  align-items: start;
  padding: 48px 0 70px;
}

.bcr-single .bcr-single-layout--details {
  grid-template-columns: 1fr;
}

.bcr-single .bcr-single-main {
  display: grid;
  gap: 24px;
}

.bcr-single .bcr-calculator {
  position: static;
  width: 100%;
  max-width: none;
  justify-self: stretch;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 86%, rgba(200, 148, 46, .12), transparent 18%),
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, .05), transparent 32%),
    linear-gradient(145deg, #111419 0%, #030507 74%);
  box-shadow: 0 24px 54px rgba(0, 0, 0, .28);
  color: #fff;
  padding: 22px 22px 20px;
}

.bcr-single .bcr-calculator .bcr-calc-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.12;
}

.bcr-single .bcr-calculator .bcr-calc-title span {
  width: 28px;
  height: 2px;
  display: inline-block;
  background: var(--bcr-primary);
}

.bcr-single .bcr-calculator .bcr-calc-intro {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, .68);
  font-size: 11px;
  line-height: 1.35;
  white-space: nowrap;
}

.bcr-single .bcr-calc-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  padding: 14px 0 16px;
}

.bcr-single .bcr-calc-section:first-of-type {
  padding-top: 0;
}

.bcr-single .bcr-calc-control h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.bcr-single .bcr-calc-control p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .64);
  font-size: 11px;
  line-height: 1.35;
}

.bcr-single .bcr-pill-group {
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  gap: 8px;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.bcr-single .bcr-pill-group button {
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 6px;
  background: rgba(255, 255, 255, .02);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.bcr-single .bcr-pill-group button.is-active,
.bcr-single .bcr-pill-group button.is-active:hover,
.bcr-single .bcr-pill-group button.is-active:focus {
  border-color: var(--bcr-primary);
  background: linear-gradient(90deg, rgba(200, 148, 46, .18), rgba(200, 148, 46, .06));
  color: var(--bcr-primary);
  box-shadow: inset 0 0 0 1px var(--bcr-primary);
}

.bcr-single .bcr-calc-included {
  display: grid;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  padding: 16px 0;
}

.bcr-single .bcr-calc-included span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 28px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  padding-left: 58px;
}

.bcr-single .bcr-calc-included span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 44px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
}

.bcr-single .bcr-calc-included span::after {
  content: "";
  position: absolute;
  left: 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 12px #000;
}

.bcr-single .bcr-calc-total {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(200, 148, 46, .9);
  border-radius: 14px;
  background:
    radial-gradient(circle at 13% 56%, rgba(200, 148, 46, .2), transparent 18%),
    linear-gradient(145deg, rgba(20, 23, 29, .94) 0%, #05070a 72%);
  color: #fff;
  margin: 18px 0 0;
  padding: 18px 16px 20px 28px;
  text-align: center;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .24), 0 0 26px rgba(200, 148, 46, .18);
}

.bcr-single .bcr-calc-total::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30%;
  bottom: 30%;
  width: 8px;
  border-radius: 0 6px 6px 0;
  background: var(--bcr-primary);
  box-shadow: 0 0 18px rgba(200, 148, 46, .75);
}

.bcr-single .bcr-calc-total > div > span {
  display: block;
  margin: 0 0 7px;
  color: rgba(255, 255, 255, .64);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.bcr-single .bcr-calc-total > div {
  grid-column: 1;
  min-width: 0;
}

.bcr-single .bcr-calc-total strong {
  display: flex;
  flex-wrap: nowrap;
  gap: 7px;
  align-items: baseline;
  justify-content: center;
  color: #fff;
  font-size: 29px;
  font-weight: 900;
  line-height: .95;
  letter-spacing: 0;
  text-shadow: 0 2px 10px rgba(255, 255, 255, .16);
}

.bcr-single .bcr-calc-total strong span,
.bcr-single .bcr-calc-total strong em {
  white-space: nowrap;
}

.bcr-single .bcr-calc-total strong em {
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.bcr-single .bcr-calc-result-icon {
  display: none;
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(200, 148, 46, .9);
  border-radius: 50%;
  background: rgba(5, 7, 10, .7);
  box-shadow: 0 0 22px rgba(200, 148, 46, .28), inset 0 0 0 1px rgba(200, 148, 46, .16);
  transform: none;
}

.bcr-single .bcr-calc-result-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--bcr-primary);
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: none;
}

.bcr-single .bcr-calc-actions {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.bcr-single .bcr-calc-action,
.bcr-single .bcr-calc-action:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
}

.bcr-single .bcr-calc-action.is-primary {
  border: 1px solid var(--bcr-primary);
  background: var(--bcr-primary);
  color: #07090c;
  box-shadow: 0 14px 28px rgba(200, 148, 46, .24);
}

.bcr-single .bcr-calc-action.is-secondary {
  border: 1px solid rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .02);
  color: #fff;
}

.bcr-single .bcr-calc-note {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  line-height: 1.35;
}

.bcr-single .bcr-calc-note svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: rgba(255, 255, 255, .72);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bcr-single .bcr-inquiry-card {
  align-self: start;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 8px;
  background: linear-gradient(145deg, #15181c 0%, #07090c 78%);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .16);
  color: #fff;
  padding: 30px 36px 34px;
}

.bcr-single .bcr-inquiry-card h2 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 28px;
  line-height: 1.15;
}

.bcr-single .bcr-lead-form input:not([type="checkbox"]):not([type="radio"]) {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .07);
  color: #fff;
}

.bcr-single .bcr-lead-form input::placeholder {
  color: rgba(255, 255, 255, .68);
}

.bcr-single .bcr-consent {
  color: rgba(255, 255, 255, .72);
}

.bcr-single .bcr-consent a {
  color: #fff;
}

.bcr-single .bcr-inquiry-card .bcr-lead-form button {
  width: 100%;
  min-height: 56px;
  border-radius: 5px;
  background: var(--bcr-primary);
  color: #080808;
  text-transform: uppercase;
}

.bcr-single .bcr-inquiry-card .bcr-lead-form button::after {
  content: none;
}

.bcr-single .bcr-help {
  display: block;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
}

.bcr-single .bcr-help strong {
  color: #fff;
}

.bcr-single .bcr-main-info-card,
.bcr-single .bcr-equipment,
.bcr-single .bcr-vehicle-colors {
  margin: 0;
  border: 1px solid #e7e8eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
  padding: 28px 34px 32px;
}

.bcr-single .bcr-product-tabs {
  display: grid;
  gap: 48px;
}

.bcr-single .bcr-product-tabs-nav {
  display: inline-grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  align-items: center;
  width: min(780px, 100%);
  border: 1px solid #eceef1;
  border-radius: 14px;
  background: #fff;
  padding: 6px;
}

.bcr-single .bcr-product-tabs-nav button {
  min-width: 0;
  min-height: 62px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #74777d;
  cursor: pointer;
  font: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 18px;
  text-align: center;
}

.bcr-single .bcr-product-tabs-nav button.is-active {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .20), rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, #f0c766 0%, var(--bcr-primary) 58%, #a8761d 100%);
  color: #fff;
  box-shadow: 0 10px 22px rgba(200, 148, 46, .28);
}

.bcr-single .bcr-product-tab-panel {
  min-width: 0;
}

.bcr-single .bcr-product-tab-panel[hidden] {
  display: none !important;
}

.bcr-single .bcr-product-tabs .bcr-main-info-card h2,
.bcr-single .bcr-product-tabs .bcr-equipment h2,
.bcr-single .bcr-product-tabs .bcr-vehicle-colors h2 {
  display: none;
}

.bcr-single .bcr-product-tabs .bcr-main-info-card,
.bcr-single .bcr-product-tabs .bcr-equipment,
.bcr-single .bcr-product-tabs .bcr-vehicle-colors {
  margin: 0;
}

.bcr-single .bcr-main-info-card h2,
.bcr-single .bcr-equipment h2,
.bcr-single .bcr-vehicle-colors h2 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 26px;
  color: #050505;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

.bcr-single .bcr-main-info-card h2::after,
.bcr-single .bcr-equipment h2::after,
.bcr-single .bcr-vehicle-colors h2::after {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--bcr-primary);
}

.bcr-single .bcr-vehicle-colors div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.bcr-single .bcr-vehicle-color {
  display: inline-grid;
  grid-template-columns: 24px auto;
  gap: 9px;
  align-items: center;
  border: 1px solid #e6e7ea;
  border-radius: 999px;
  background: #fafafa;
  padding: 8px 13px 8px 9px;
}

.bcr-single .bcr-vehicle-color i {
  width: 22px;
  height: 22px;
  display: block;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 50%;
  background: var(--bcr-car-color);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .42);
}

.bcr-single .bcr-vehicle-color strong {
  color: #111;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.bcr-single .bcr-big-specs {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  align-items: stretch;
}

.bcr-single .bcr-big-specs .bcr-spec {
  position: relative;
  grid-template-rows: 38px auto auto;
  gap: 8px;
  min-width: 0;
  padding: 0 10px;
  color: #050505;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
}

.bcr-single .bcr-big-specs .bcr-spec:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 6px;
  width: 1px;
  background: #e2e4e8;
}

.bcr-single .bcr-big-specs .bcr-spec svg {
  width: 36px;
  height: 36px;
  align-self: center;
  stroke: #050505;
}

.bcr-single .bcr-big-specs .bcr-spec-label {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  color: #242832;
  font-size: 11px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.bcr-single .bcr-big-specs .bcr-spec-value {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-top: -3px;
  color: #050505;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.bcr-single .bcr-spec-table {
  overflow: hidden;
  border: 1px solid #eceef1;
  border-radius: 8px;
  background: #fff;
}

.bcr-single .bcr-spec-table-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bcr-single .bcr-spec-table-row:not(:last-child) {
  border-bottom: 1px solid #eceef1;
}

.bcr-single .bcr-spec-table-item {
  display: grid;
  grid-template-columns: minmax(120px, .95fr) minmax(80px, 1fr);
  gap: 16px;
  align-items: center;
  min-width: 0;
  padding: 17px 28px;
}

.bcr-single .bcr-spec-table-item:nth-child(2) {
  border-left: 1px solid #eceef1;
}

.bcr-single .bcr-spec-table-item span {
  min-width: 0;
  color: #74777d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.bcr-single .bcr-spec-table-item strong {
  min-width: 0;
  color: #050607;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: right;
  overflow-wrap: anywhere;
}

.bcr-single .bcr-equipment div {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 38px;
}

.bcr-single .bcr-equipment span {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  color: #111;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.28;
}

.bcr-single .bcr-equipment span::before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  background: var(--bcr-primary);
  box-shadow: 0 0 0 4px rgba(200, 148, 46, .14);
  margin: 3px 0 0;
}

.bcr-single .bcr-included {
  grid-column: 1 / -1;
}

.bcr-single .bcr-related p {
  display: block;
}

.bcr-single .bcr-related .bcr-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bcr-single .bcr-gallery-modes,
.bcr-single .bcr-gallery-pill {
  background: #fff !important;
  color: #111 !important;
}

.bcr-single .bcr-gallery-modes button,
.bcr-single .bcr-gallery-modes button:visited {
  background: transparent !important;
  color: #111 !important;
}

.bcr-single .bcr-gallery-modes button:hover,
.bcr-single .bcr-gallery-modes button:focus {
  background: #f3f4f6 !important;
  color: #111 !important;
}

.bcr-single .bcr-gallery-modes button.is-active,
.bcr-single .bcr-gallery-modes button.is-active:hover,
.bcr-single .bcr-gallery-modes button.is-active:focus {
  background: #050505 !important;
  color: #fff !important;
}

.bcr-single .bcr-gallery-modes button.is-active svg,
.bcr-single .bcr-gallery-modes button.is-active:hover svg,
.bcr-single .bcr-gallery-modes button.is-active:focus svg {
  stroke: #fff !important;
}

.bcr-single .bcr-gallery-pill:hover,
.bcr-single .bcr-gallery-pill:focus {
  background: #050505 !important;
  color: #fff !important;
}

@media (max-width: 1180px) {
  .bcr-single .bcr-single-showcase,
  .bcr-single .bcr-single-layout {
    grid-template-columns: 1fr;
  }

  .bcr-single .bcr-single-side {
    position: static;
    max-width: none;
  }

  .bcr-single .bcr-calculator {
    padding: 24px 22px 20px;
  }

  .bcr-single .bcr-pill-group {
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  }

  .bcr-single .bcr-calc-total strong {
    font-size: 30px;
  }
}

@media (max-width: 760px) {
  .bcr-single .bcr-container {
    width: min(1760px, calc(100% - 28px));
  }

  .bcr-single .bcr-single-hero {
    padding: 22px 0 26px;
    gap: 14px;
  }

  .bcr-single .bcr-single-hero h1 {
    font-size: 26px;
    line-height: 1.04;
  }

  .bcr-single .bcr-single-hero p {
    font-size: 20px;
    line-height: 1.25;
  }

  .bcr-single .bcr-single-layout {
    padding: 36px 0;
  }

  .bcr-single .bcr-single-content {
    gap: 24px;
  }

  .bcr-single .bcr-calculator {
    padding: 20px 16px 18px;
  }

  .bcr-single .bcr-calculator .bcr-calc-title {
    gap: 10px;
    font-size: 22px;
  }

  .bcr-single .bcr-calculator .bcr-calc-intro {
    margin-bottom: 16px;
    font-size: 11px;
    white-space: normal;
  }

  .bcr-single .bcr-calc-section {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    padding: 14px 0;
  }

  .bcr-single .bcr-calc-control h3 {
    font-size: 15px;
  }

  .bcr-single .bcr-calc-control p {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .bcr-single .bcr-calc-included {
    gap: 8px;
    padding: 14px 0;
  }

  .bcr-single .bcr-calc-included span {
    min-height: 26px;
    font-size: 12px;
    padding-left: 52px;
  }

  .bcr-single .bcr-calc-included span::before {
    width: 40px;
    height: 20px;
  }

  .bcr-single .bcr-calc-included span::after {
    left: 20px;
    width: 20px;
    height: 20px;
  }

  .bcr-single .bcr-pill-group {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .bcr-single .bcr-pill-group button {
    min-height: 42px;
    padding: 8px 6px;
    font-size: 14px;
  }

  .bcr-single .bcr-calc-total {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 15px 12px 15px 30px;
  }

  .bcr-single .bcr-calc-total strong {
    gap: 6px;
    font-size: 25px;
  }

  .bcr-single .bcr-calc-total strong em {
    font-size: 11px;
  }

  .bcr-single .bcr-calc-result-icon {
    justify-self: end;
    width: 42px;
    height: 42px;
  }

  .bcr-single .bcr-calc-result-icon svg {
    width: 22px;
    height: 22px;
  }

  .bcr-single .bcr-single-image {
    height: min(380px, 62vw);
  }

  .bcr-single .bcr-single-image img {
    object-fit: contain;
  }

  .bcr-single .bcr-big-specs,
  .bcr-single .bcr-equipment div,
  .bcr-single .bcr-related .bcr-grid {
    grid-template-columns: 1fr;
  }

  .bcr-single .bcr-big-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 0;
  }

  .bcr-single .bcr-main-info-card,
  .bcr-single .bcr-equipment,
  .bcr-single .bcr-vehicle-colors,
  .bcr-single .bcr-inquiry-card {
    padding: 20px 16px;
  }

  .bcr-single .bcr-product-tabs {
    gap: 24px;
  }

  .bcr-single .bcr-product-tabs-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    border-radius: 12px;
    padding: 5px;
  }

  .bcr-single .bcr-product-tabs-nav button {
    min-height: 48px;
    border-radius: 8px;
    font-size: 14px;
    padding: 8px 6px;
  }

  .bcr-single .bcr-included {
    padding: 24px 18px;
  }

  .bcr-single .bcr-included div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 0;
  }

  .bcr-single .bcr-included-item {
    min-width: 0;
    border-right: 0;
    border-bottom: 0;
    padding: 0 12px;
    font-size: 11px;
  }

  .bcr-single .bcr-included-item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, .18);
  }

  .bcr-single .bcr-included-item svg {
    width: 34px;
    height: 34px;
  }

  .bcr-single .bcr-big-specs .bcr-spec {
    padding: 0 10px;
  }

  .bcr-single .bcr-big-specs .bcr-spec:not(:last-child)::after {
    content: none;
  }

  .bcr-single .bcr-spec-table-row {
    grid-template-columns: 1fr;
  }

  .bcr-single .bcr-spec-table-item {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 14px 16px;
  }

  .bcr-single .bcr-spec-table-item:nth-child(2) {
    border-left: 0;
    border-top: 1px solid #eceef1;
  }

  .bcr-single .bcr-spec-table-item span {
    font-size: 16px;
  }

  .bcr-single .bcr-spec-table-item strong {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .bcr-single .bcr-calculator {
    padding: 18px 14px 16px;
  }

  .bcr-single .bcr-pill-group {
    gap: 7px;
  }

  .bcr-single .bcr-pill-group button {
    min-height: 40px;
    font-size: 13px;
  }

  .bcr-single .bcr-calc-total {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    padding: 14px 10px 14px 26px;
  }

  .bcr-single .bcr-calc-total strong {
    flex-wrap: nowrap;
    font-size: 22px;
  }

  .bcr-single .bcr-calc-result-icon {
    width: 38px;
    height: 38px;
  }

  .bcr-single .bcr-calc-result-icon svg {
    width: 20px;
    height: 20px;
  }

  .bcr-single .bcr-main-info-card,
  .bcr-single .bcr-equipment,
  .bcr-single .bcr-vehicle-colors,
  .bcr-single .bcr-inquiry-card {
    padding: 18px 14px;
  }

  .bcr-single .bcr-included {
    padding: 22px 14px;
  }

  .bcr-single .bcr-included-item {
    padding: 0 8px;
  }
}

.bcr-single .bcr-equipment .bcr-equipment-content {
  display: block;
  grid-template-columns: none;
  gap: 0;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.bcr-single .bcr-equipment .bcr-equipment-content,
.bcr-single .bcr-equipment .bcr-equipment-content * {
  font-weight: inherit;
}

.bcr-single .bcr-equipment .bcr-equipment-content {
  font-weight: 400;
}

.bcr-single .bcr-equipment .bcr-equipment-content strong,
.bcr-single .bcr-equipment .bcr-equipment-content b {
  font-weight: 800;
}

.bcr-single .bcr-equipment .bcr-equipment-content p {
  margin: 0 0 12px;
}

.bcr-single .bcr-equipment .bcr-equipment-content p:last-child {
  margin-bottom: 0;
}

.bcr-single .bcr-equipment .bcr-equipment-content div {
  display: block;
  grid-template-columns: none;
  gap: 0;
}

.bcr-single .bcr-equipment .bcr-equipment-content span {
  display: inline;
  grid-template-columns: none;
  gap: 0;
  align-items: baseline;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.bcr-single .bcr-equipment .bcr-equipment-content span::before {
  content: none !important;
  display: none !important;
}

.bcr-single .bcr-equipment .bcr-equipment-content ul,
.bcr-single .bcr-equipment .bcr-equipment-content ol {
  margin: 0 0 12px 20px;
  padding: 0;
}

.bcr-single .bcr-equipment .bcr-equipment-content li {
  margin: 0 0 6px;
}

.bcr-single .bcr-calculator .bcr-calc-total {
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 18px 16px 20px 28px !important;
}

.bcr-single .bcr-calculator .bcr-calc-total::after {
  content: none !important;
  display: none !important;
}

.bcr-single .bcr-calculator .bcr-calc-total::before {
  content: "" !important;
  display: block !important;
  top: 30% !important;
  bottom: 30% !important;
}

.bcr-single .bcr-calculator .bcr-calc-total > div {
  grid-column: 1 !important;
  min-width: 0 !important;
}

.bcr-single .bcr-calculator .bcr-calc-total > div > span {
  margin: 0 0 6px !important;
  font-size: 12px !important;
  white-space: nowrap !important;
}

.bcr-single .bcr-calculator .bcr-calc-total strong {
  gap: 6px !important;
  align-items: baseline !important;
  justify-content: center !important;
  font-size: 28px !important;
  line-height: 1 !important;
}

.bcr-single .bcr-calculator .bcr-calc-total strong span,
.bcr-single .bcr-calculator .bcr-calc-total strong em {
  white-space: nowrap !important;
}

.bcr-single .bcr-calculator .bcr-calc-total strong em {
  font-size: 12px !important;
}

.bcr-single .bcr-calculator .bcr-calc-result-icon {
  display: none !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 42px !important;
  height: 42px !important;
}

.bcr-single .bcr-calculator .bcr-calc-result-icon svg {
  width: 22px !important;
  height: 22px !important;
}

@media (max-width: 760px) {
  .bcr-single .bcr-calculator .bcr-calc-total {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding: 16px 12px 18px 24px !important;
  }

  .bcr-single .bcr-calculator .bcr-calc-total strong {
    font-size: 23px !important;
  }

  .bcr-single .bcr-calculator .bcr-calc-result-icon {
    width: 38px !important;
    height: 38px !important;
  }
}

@media (max-width: 420px) {
  .bcr-single .bcr-calculator .bcr-calc-total {
    grid-template-columns: 1fr !important;
    padding: 15px 10px 17px 20px !important;
  }

  .bcr-single .bcr-calculator .bcr-calc-total strong {
    font-size: 21px !important;
  }

  .bcr-single .bcr-calculator .bcr-calc-total strong em {
    font-size: 11px !important;
  }

  .bcr-single .bcr-calculator .bcr-calc-result-icon {
    width: 34px !important;
    height: 34px !important;
  }
}

.bcr-app .bcr-footer .bcr-footer-column h3,
.bcr-app .bcr-footer .bcr-footer-contact h3,
.bcr-app .bcr-footer .bcr-footer-accordion-toggle,
.bcr-app .bcr-footer .bcr-footer-accordion-toggle:hover,
.bcr-app .bcr-footer .bcr-footer-accordion-toggle:focus,
.bcr-app .bcr-footer .bcr-footer-accordion-toggle:active {
  color: var(--bcr-primary) !important;
  font-family: inherit !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.bcr-app .bcr-footer .bcr-footer-heading-text {
  display: block;
  text-align: left;
}

.bcr-single .bcr-single-showcase {
  isolation: isolate;
}

.bcr-single .bcr-single-content,
.bcr-single .bcr-single-gallery,
.bcr-single .bcr-single-main,
.bcr-single .bcr-product-tabs,
.bcr-single .bcr-product-tab-panel,
.bcr-single .bcr-main-info-card,
.bcr-single .bcr-vehicle-colors,
.bcr-single .bcr-equipment,
.bcr-single .bcr-included {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.bcr-single .bcr-single-gallery {
  overflow: hidden;
}

.bcr-single .bcr-single-image {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.bcr-single .bcr-gallery-thumbs {
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.bcr-single .bcr-single-side {
  z-index: 3;
}

@media (min-width: 1181px) {
  .bcr-single .bcr-single-side {
    top: clamp(-240px, -22vh, -150px);
  }
}

.bcr-single .bcr-calc-bottom {
  display: grid;
  gap: 14px;
  margin: 0 -22px -20px;
  padding: 18px 22px 20px;
  background: #fff;
}

.bcr-single .bcr-calc-bottom .bcr-calc-total {
  margin-top: 0;
}

.bcr-single .bcr-calc-bottom .bcr-calc-actions {
  margin-top: 0;
}

.bcr-single .bcr-calc-bottom .bcr-calc-action.is-secondary {
  border-color: rgba(7, 9, 12, .82);
  background: #fff;
  color: #07090c;
}

.bcr-single .bcr-calc-bottom .bcr-calc-action.is-secondary:hover,
.bcr-single .bcr-calc-bottom .bcr-calc-action.is-secondary:focus {
  border-color: #07090c;
  background: #07090c;
  color: #fff;
}

@media (max-width: 1180px) {
  .bcr-single .bcr-single-showcase {
    row-gap: 28px;
  }

  .bcr-single .bcr-single-content {
    display: contents;
  }

  .bcr-single .bcr-single-gallery {
    order: 1;
  }

  .bcr-single .bcr-single-side {
    order: 2;
  }

  .bcr-single .bcr-single-main {
    order: 3;
  }

  .bcr-single .bcr-included {
    order: 4;
  }
}

@media (max-width: 760px) {
  .bcr-single .bcr-calc-bottom {
    margin: 0 -16px -18px;
    padding: 16px;
  }
}

@media (max-width: 420px) {
  .bcr-single .bcr-calc-bottom {
    margin: 0 -14px -16px;
    padding: 14px;
  }
}

.bcr-single .bcr-calculator {
  box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
}

.bcr-single .bcr-calc-bottom .bcr-calc-total {
  display: block !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #07090c !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 2px 0 0 !important;
  text-align: center !important;
}

.bcr-single .bcr-calc-bottom .bcr-calc-total::before,
.bcr-single .bcr-calc-bottom .bcr-calc-total::after {
  content: none !important;
  display: none !important;
}

.bcr-single .bcr-calc-bottom .bcr-calc-total > div > span {
  color: #07090c !important;
}

.bcr-single .bcr-calc-bottom .bcr-calc-total strong {
  color: #07090c !important;
  text-shadow: none !important;
}

.bcr-single .bcr-calc-bottom .bcr-calc-total strong em {
  color: #07090c !important;
}

.bcr-single .bcr-single-hero h1 {
  font-size: clamp(26px, 5vw, 54px) !important;
}

.bcr-single .bcr-single-hero p {
  font-size: clamp(18px, 2vw, 24px) !important;
  font-weight: 600 !important;
}

.bcr-single-crumbs {
  color: rgba(7, 9, 12, .62) !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

.bcr-filter-band.bcr-single-crumbs {
  padding: 10px 0 !important;
}

.bcr-single-crumbs a,
.bcr-single-crumbs span {
  color: inherit !important;
}

.bcr-single-crumbs span {
  padding: 0 8px !important;
  font-weight: 500 !important;
}

@media (max-width: 760px) {
  .bcr-single .bcr-single-hero h1 {
    font-size: 26px !important;
  }

  .bcr-single .bcr-single-hero p {
    font-size: 18px !important;
  }

  .bcr-single-crumbs {
    font-size: 12px !important;
  }
}

.bcr-single .bcr-pill-group button {
  border-color: rgba(255, 255, 255, .28) !important;
  background: rgba(255, 255, 255, .02) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.bcr-single .bcr-pill-group button:hover,
.bcr-single .bcr-pill-group button:focus {
  border-color: var(--bcr-primary) !important;
  background: rgba(255, 255, 255, .04) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.bcr-single .bcr-pill-group button.is-active,
.bcr-single .bcr-pill-group button.is-active:hover,
.bcr-single .bcr-pill-group button.is-active:focus {
  border-color: var(--bcr-primary) !important;
  background: var(--bcr-primary) !important;
  color: #07090c !important;
  box-shadow: none !important;
}

.bcr-offer-request-page {
  padding-top: 28px;
  padding-bottom: 56px;
}

.bcr-offer-request-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 380px);
  gap: 28px;
  align-items: center;
  margin: 24px 0;
}

.bcr-offer-request-hero span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 8px 14px;
  border: 1px solid rgba(200, 148, 46, .5);
  border-radius: 999px;
  color: #07090c;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.bcr-offer-request-hero h1 {
  margin: 0 0 10px;
  color: #07090c;
  font-size: clamp(32px, 6vw, 64px);
  line-height: 1;
  letter-spacing: 0;
}

.bcr-offer-request-hero p {
  margin: 0;
  color: rgba(7, 9, 12, .68);
  font-size: 22px;
  font-weight: 600;
}

.bcr-offer-request-hero img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 22px;
  background: #f3f4f6;
}

.bcr-offer-request-card {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  gap: 28px;
  padding: 28px;
  border: 1px solid rgba(7, 9, 12, .08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(7, 9, 12, .08);
}

.bcr-offer-request-card h1,
.bcr-offer-request-card h2 {
  margin: 0 0 18px;
  color: #07090c;
  font-size: 24px;
  line-height: 1.15;
}

.bcr-offer-request-summary dl {
  display: grid;
  gap: 0;
  margin: 0;
  border: 1px solid rgba(7, 9, 12, .08);
  border-radius: 16px;
  overflow: hidden;
}

.bcr-offer-request-summary dl div {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 16px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(7, 9, 12, .08);
}

.bcr-offer-request-summary dl div:last-child {
  border-bottom: 0;
}

.bcr-offer-request-summary dt {
  color: rgba(7, 9, 12, .58);
  font-weight: 500;
}

.bcr-offer-request-summary dd {
  margin: 0;
  color: #07090c;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.bcr-offer-request-summary pre {
  margin: 18px 0 0;
  padding: 16px;
  border-radius: 16px;
  background: #f6f7f9;
  color: #07090c;
  white-space: pre-wrap;
}

.bcr-offer-request-form .bcr-lead-form {
  display: grid;
  gap: 14px;
}

.bcr-offer-request-form .bcr-lead-form input:not([type="checkbox"]) {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(7, 9, 12, .12);
  border-radius: 14px;
  background: #f9fafb;
  color: #07090c;
}

.bcr-offer-request-form .bcr-lead-form button {
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  background: var(--bcr-primary);
  color: #07090c;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 900px) {
  .bcr-offer-request-hero,
  .bcr-offer-request-card {
    grid-template-columns: 1fr;
  }

  .bcr-offer-request-card {
    padding: 20px;
    border-radius: 18px;
  }
}

@media (max-width: 560px) {
  .bcr-offer-request-summary dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

.bcr-modal-open {
  overflow: hidden;
}

.bcr-offer-request .bcr-offer-request-page {
  padding-top: 34px;
}

.bcr-offer-request-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.bcr-offer-request-form,
.bcr-request-form {
  min-width: 0;
}

.bcr-request-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 38px;
}

.bcr-request-head h1 {
  margin: 0;
  color: #050505;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
}

.bcr-client-type {
  display: flex;
  gap: 18px;
  align-items: center;
  border: 0;
  margin: 0;
  padding: 0;
  color: #050505;
  font-size: 16px;
  font-weight: 800;
}

.bcr-client-type label {
  display: flex;
  gap: 14px;
  align-items: center;
  cursor: pointer;
}

.bcr-client-type input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.bcr-client-type label:last-child::before {
  content: "";
  width: 58px;
  height: 30px;
  border-radius: 999px;
  background: #dfe9f3;
  box-shadow: inset 29px 0 0 #050505;
  order: -1;
}

.bcr-client-type:has(input[value="private"]:checked) label:last-child::before {
  box-shadow: inset 0 0 0 #050505;
}

.bcr-request-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 34px;
  row-gap: 34px;
}

.bcr-request-form h2 {
  margin: 36px 0 22px;
  color: #050505;
  font-size: 24px;
  line-height: 1.1;
}

.bcr-field {
  display: grid;
  gap: 10px;
  color: #0057a8;
  font-size: 14px;
  font-weight: 900;
}

.bcr-field > input,
.bcr-field > select,
.bcr-field > textarea,
.bcr-gus-control {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(5, 5, 5, .18);
  border-radius: 999px;
  background: #fff;
  color: #050505;
  box-sizing: border-box;
}

.bcr-field > input,
.bcr-field > select,
.bcr-field > textarea {
  padding: 0 30px;
  font-size: 15px;
  font-weight: 600;
}

.bcr-field > textarea {
  min-height: 66px;
  padding-top: 18px;
  resize: vertical;
  border-radius: 28px;
}

.bcr-field > input::placeholder,
.bcr-field > textarea::placeholder,
.bcr-gus-control input::placeholder {
  color: rgba(5, 5, 5, .32);
}

.bcr-gus-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  overflow: hidden;
}

.bcr-gus-control input {
  min-width: 0;
  border: 0;
  padding: 0 30px;
  background: transparent;
  color: #050505;
  font-size: 15px;
  font-weight: 600;
}

.bcr-gus-control button {
  border: 0;
  border-radius: 999px;
  background: #0057a8;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.bcr-field small {
  color: rgba(5, 5, 5, .55);
  font-size: 13px;
}

.bcr-request-form > .bcr-field {
  margin-bottom: 34px;
}

.bcr-consent-list {
  display: grid;
  gap: 18px;
  margin: 28px 0 20px;
}

.bcr-consent-row {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  color: #050505;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.bcr-consent-row input {
  width: 26px;
  height: 26px;
  margin: 0;
  border: 1px solid rgba(5, 5, 5, .24);
  accent-color: var(--bcr-primary);
}

.bcr-consent-row button {
  border: 0;
  padding: 0;
  background: transparent;
  color: #0057a8;
  font: inherit;
  font-weight: 900;
  text-decoration: underline;
  cursor: pointer;
}

.bcr-consent-row em {
  display: block;
  margin-top: 8px;
  color: rgba(5, 5, 5, .62);
  font-style: normal;
  font-weight: 500;
}

.bcr-consent-row em[hidden] {
  display: none !important;
}

.bcr-request-privacy {
  margin-top: 20px;
}

.bcr-request-submit {
  width: min(100%, 420px);
  min-height: 54px;
  margin-top: 18px;
  border: 0;
  border-radius: 999px;
  background: var(--bcr-primary);
  color: #07090c;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

.bcr-offer-request-side {
  position: sticky;
  top: 24px;
}

.bcr-request-car-card h2 {
  margin: 0 0 34px;
  color: #050505;
  font-size: 24px;
  line-height: 1.1;
}

.bcr-request-car-box {
  border: 1px solid rgba(5, 5, 5, .18);
  background: #fff;
  box-shadow: 0 24px 70px rgba(5, 5, 5, .09);
}

.bcr-request-car-copy {
  min-height: 122px;
  padding: 30px 36px 0;
}

.bcr-request-car-copy strong {
  display: block;
  color: #050505;
  font-size: 22px;
  line-height: 1.12;
}

.bcr-request-car-copy span {
  display: block;
  margin-top: 10px;
  color: rgba(5, 5, 5, .48);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
}

.bcr-request-car-box img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: linear-gradient(#fff 0 52%, #ececec 52% 100%);
}

.bcr-request-details {
  display: grid;
  gap: 14px;
  padding: 28px 36px 34px;
}

.bcr-request-details details {
  color: #0057a8;
  font-size: 16px;
  font-weight: 800;
}

.bcr-request-details summary {
  list-style: none;
  cursor: pointer;
}

.bcr-request-details summary::-webkit-details-marker {
  display: none;
}

.bcr-request-details summary span {
  text-decoration: underline;
}

.bcr-request-details p {
  margin: 10px 0 0;
  color: rgba(5, 5, 5, .62);
  font-size: 15px;
  font-weight: 600;
  white-space: pre-wrap;
}

.bcr-request-detail-block {
  display: grid;
  gap: 8px;
}

.bcr-request-detail-block h3 {
  margin: 0;
  color: var(--bcr-primary);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.bcr-request-detail-block p {
  margin: 0;
}

.bcr-request-included {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.bcr-request-included li {
  position: relative;
  color: rgba(5, 5, 5, .7);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  padding-left: 14px;
}

.bcr-request-included li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--bcr-primary);
}

.bcr-request-price {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 36px;
  padding: 28px 0;
  border-top: 1px solid rgba(5, 5, 5, .18);
  color: #0057a8;
}

.bcr-request-price del {
  color: #050505;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.bcr-request-price strong {
  font-size: 34px;
  line-height: 1;
}

.bcr-request-price span {
  padding: 7px 16px;
  border-radius: 999px;
  background: #d9dbdd;
  color: #050505;
  font-size: 13px;
  font-weight: 900;
  order: 2;
}

.bcr-request-back {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin: 0 36px 36px;
  border: 2px solid #050505;
  border-radius: 999px;
  color: #050505;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.bcr-download-modal[hidden] {
  display: none !important;
}

.bcr-download-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.bcr-download-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .82);
}

.bcr-download-dialog {
  position: relative;
  width: min(78vw, 1180px);
  max-height: calc(100vh - 24px);
  overflow: auto;
  margin: 12px auto;
  padding: 48px 56px;
  background: #fff;
  color: #050505;
  box-sizing: border-box;
}

.bcr-download-close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #f0f0f0;
  color: #050505;
  font-size: 22px;
  cursor: pointer;
}

.bcr-download-dialog h2 {
  margin: 0 0 32px 42px;
  color: #050505;
  font-size: 24px;
  line-height: 1.1;
}

.bcr-download-form {
  display: grid;
  gap: 16px;
}

.bcr-download-form > input:not([type="checkbox"]) {
  width: 100%;
  min-height: 58px;
  padding: 0 30px;
  border: 1px solid rgba(5, 5, 5, .22);
  border-radius: 999px;
  color: #050505;
  font-size: 15px;
  font-weight: 700;
  box-sizing: border-box;
}

.bcr-download-form > input::placeholder {
  color: rgba(5, 5, 5, .32);
}

.bcr-download-line {
  height: 1px;
  margin: 34px 0 24px;
  background: rgba(5, 5, 5, .16);
}

.bcr-download-form .bcr-consent-list {
  margin: 0;
}

.bcr-download-form > button[type="submit"] {
  width: min(100%, 360px);
  min-height: 54px;
  margin-top: 18px;
  border: 0;
  border-radius: 999px;
  background: var(--bcr-primary);
  color: #07090c;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 1180px) {
  .bcr-offer-request-layout {
    grid-template-columns: 1fr;
  }

  .bcr-offer-request-side {
    position: static;
  }
}

@media (max-width: 760px) {
  .bcr-request-head,
  .bcr-request-grid {
    grid-template-columns: 1fr;
  }

  .bcr-client-type {
    flex-wrap: wrap;
    font-size: 15px;
  }

  .bcr-gus-control {
    grid-template-columns: 1fr;
    border-radius: 34px;
  }

  .bcr-gus-control button {
    min-height: 54px;
  }

  .bcr-field > input,
  .bcr-field > select,
  .bcr-field > textarea,
  .bcr-gus-control {
    min-height: 56px;
  }

  .bcr-download-dialog {
    width: calc(100vw - 20px);
    padding: 34px 22px;
  }

  .bcr-download-dialog h2 {
    margin-left: 0;
  }
}

/* Compact offer request typography overrides. */
.bcr-app.bcr-offer-request .bcr-back-link,
.bcr-app.bcr-offer-request .bcr-request-form,
.bcr-app.bcr-offer-request .bcr-request-form *,
.bcr-app.bcr-offer-request .bcr-request-car-card,
.bcr-app.bcr-offer-request .bcr-request-car-card *,
.bcr-download-modal,
.bcr-download-modal * {
  letter-spacing: 0 !important;
}

.bcr-app.bcr-offer-request .bcr-request-head {
  gap: 18px !important;
  margin-bottom: 30px !important;
}

.bcr-app.bcr-offer-request .bcr-request-head h1 {
  font-size: 22px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
}

.bcr-app.bcr-offer-request .bcr-client-type {
  font-size: 15px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

.bcr-app.bcr-offer-request .bcr-client-type label {
  gap: 10px !important;
}

.bcr-app.bcr-offer-request .bcr-client-type label:last-child::before {
  width: 52px !important;
  height: 28px !important;
  background: #dfe9f3 !important;
  box-shadow: inset 26px 0 0 #050505 !important;
}

.bcr-app.bcr-offer-request .bcr-client-type:has(input[value="private"]:checked) label:last-child::before {
  box-shadow: inset 0 0 0 #050505 !important;
}

.bcr-app.bcr-offer-request .bcr-request-grid {
  row-gap: 24px !important;
}

.bcr-app.bcr-offer-request .bcr-field {
  gap: 9px !important;
  color: var(--bcr-primary) !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

.bcr-app.bcr-offer-request .bcr-field > input,
.bcr-app.bcr-offer-request .bcr-field > select,
.bcr-app.bcr-offer-request .bcr-field > textarea,
.bcr-app.bcr-offer-request .bcr-gus-control,
.bcr-download-modal .bcr-download-form > input:not([type="checkbox"]) {
  min-height: 52px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

.bcr-app.bcr-offer-request .bcr-field > input,
.bcr-app.bcr-offer-request .bcr-field > select,
.bcr-app.bcr-offer-request .bcr-field > textarea {
  padding: 0 24px !important;
}

.bcr-app.bcr-offer-request .bcr-field > textarea {
  min-height: 64px !important;
  padding-top: 16px !important;
  border-radius: 24px !important;
}

.bcr-app.bcr-offer-request .bcr-gus-control {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  align-items: start !important;
  min-height: 0 !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
  border-radius: 0 !important;
}

.bcr-app.bcr-offer-request .bcr-gus-control input {
  display: block !important;
  visibility: visible !important;
  min-width: 0 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 52px !important;
  padding: 0 24px !important;
  border: 1px solid rgba(5, 5, 5, .22) !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #050505 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  opacity: 1 !important;
}

.bcr-app.bcr-offer-request .bcr-gus-control button {
  width: fit-content !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 42px !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--bcr-primary) !important;
  color: #07090c !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

.bcr-app.bcr-offer-request .bcr-gus-control button:hover,
.bcr-app.bcr-offer-request .bcr-gus-control button:focus {
  background: #050505 !important;
  color: #fff !important;
}

.bcr-app.bcr-offer-request .bcr-field small {
  color: rgba(5, 5, 5, .55) !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
}

.bcr-app.bcr-offer-request .bcr-request-form h2,
.bcr-app.bcr-offer-request .bcr-request-car-card h2,
.bcr-download-modal .bcr-download-dialog h2 {
  font-size: 22px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
}

.bcr-app.bcr-offer-request .bcr-consent-list,
.bcr-download-modal .bcr-consent-list {
  gap: 14px !important;
  margin: 24px 0 18px !important;
}

.bcr-app.bcr-offer-request .bcr-consent-row,
.bcr-download-modal .bcr-consent-row {
  grid-template-columns: 22px minmax(0, 1fr) !important;
  gap: 14px !important;
  font-size: 12.5px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
}

.bcr-app.bcr-offer-request .bcr-consent-row input,
.bcr-download-modal .bcr-consent-row input {
  width: 22px !important;
  height: 22px !important;
}

.bcr-app.bcr-offer-request .bcr-consent-row button,
.bcr-download-modal .bcr-consent-row button,
.bcr-app.bcr-offer-request .bcr-request-details summary,
.bcr-app.bcr-offer-request .bcr-request-details summary span {
  color: var(--bcr-primary) !important;
}

.bcr-app.bcr-offer-request .bcr-request-submit,
.bcr-download-modal .bcr-download-form > button[type="submit"] {
  min-height: 50px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

.bcr-download-modal .bcr-download-dialog {
  width: min(76vw, 1040px) !important;
  padding: 42px 50px !important;
}

.bcr-download-modal .bcr-download-dialog h2 {
  margin: 0 0 26px 24px !important;
}

.bcr-download-modal .bcr-download-form {
  gap: 14px !important;
}

.bcr-download-modal .bcr-download-form > input:not([type="checkbox"]) {
  padding: 0 24px !important;
}

.bcr-download-modal .bcr-download-line {
  margin: 28px 0 20px !important;
}

.bcr-download-modal .bcr-download-close,
.bcr-download-modal .bcr-download-close:hover,
.bcr-download-modal .bcr-download-close:focus,
.bcr-download-modal .bcr-download-close:active {
  border: 1px solid var(--bcr-primary) !important;
  background: rgba(200, 148, 46, .12) !important;
  color: var(--bcr-primary) !important;
  box-shadow: none !important;
}

.bcr-download-modal .bcr-download-close:hover,
.bcr-download-modal .bcr-download-close:focus {
  background: var(--bcr-primary) !important;
  color: #07090c !important;
}

.bcr-download-modal input[type="checkbox"] {
  accent-color: var(--bcr-primary) !important;
}

.bcr-download-modal input:focus,
.bcr-download-modal button:focus {
  border-color: var(--bcr-primary) !important;
  outline: 2px solid rgba(200, 148, 46, .28) !important;
  outline-offset: 2px !important;
}

.bcr-app.bcr-offer-request .bcr-request-submit,
.bcr-app.bcr-offer-request .bcr-request-submit:hover,
.bcr-app.bcr-offer-request .bcr-request-submit:focus,
.bcr-app.bcr-offer-request .bcr-request-submit:active,
.bcr-download-modal .bcr-download-form > button[type="submit"],
.bcr-download-modal .bcr-download-form > button[type="submit"]:hover,
.bcr-download-modal .bcr-download-form > button[type="submit"]:focus,
.bcr-download-modal .bcr-download-form > button[type="submit"]:active {
  border: 0 !important;
  background: var(--bcr-primary) !important;
  background-image: none !important;
  color: #07090c !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.bcr-app.bcr-offer-request .bcr-request-submit:hover,
.bcr-app.bcr-offer-request .bcr-request-submit:focus,
.bcr-app.bcr-offer-request .bcr-request-submit:active,
.bcr-download-modal .bcr-download-form > button[type="submit"]:hover,
.bcr-download-modal .bcr-download-form > button[type="submit"]:focus,
.bcr-download-modal .bcr-download-form > button[type="submit"]:active {
  background: #050505 !important;
  background-image: none !important;
  color: #fff !important;
}

.bcr-app.bcr-offer-request .bcr-consent-row button,
.bcr-app.bcr-offer-request .bcr-consent-row button:hover,
.bcr-app.bcr-offer-request .bcr-consent-row button:focus,
.bcr-app.bcr-offer-request .bcr-consent-row button:active,
.bcr-download-modal .bcr-consent-row button,
.bcr-download-modal .bcr-consent-row button:hover,
.bcr-download-modal .bcr-consent-row button:focus,
.bcr-download-modal .bcr-consent-row button:active {
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  color: var(--bcr-primary) !important;
  box-shadow: none !important;
  text-shadow: none !important;
  outline-color: rgba(200, 148, 46, .35) !important;
  -webkit-tap-highlight-color: rgba(200, 148, 46, .22) !important;
  user-select: none !important;
}

.bcr-app.bcr-offer-request ::selection,
.bcr-download-modal ::selection {
  background: rgba(200, 148, 46, .32) !important;
  color: #07090c !important;
}

.bcr-app.bcr-offer-request .bcr-consent-row button::selection,
.bcr-download-modal .bcr-consent-row button::selection {
  background: rgba(200, 148, 46, .32) !important;
  color: #07090c !important;
}

.bcr-app.bcr-offer-request .bcr-consent-row button::-moz-selection,
.bcr-download-modal .bcr-consent-row button::-moz-selection {
  background: rgba(200, 148, 46, .32) !important;
  color: #07090c !important;
}

.bcr-app.bcr-offer-request input[type="checkbox"],
.bcr-download-modal input[type="checkbox"] {
  accent-color: var(--bcr-primary) !important;
}

.bcr-app.bcr-offer-request .bcr-request-privacy a,
.bcr-app.bcr-offer-request .bcr-request-privacy a:hover,
.bcr-app.bcr-offer-request .bcr-request-privacy a:focus {
  color: var(--bcr-primary) !important;
}

.bcr-app.bcr-offer-request .bcr-request-price,
.bcr-app.bcr-offer-request .bcr-request-price strong {
  color: var(--bcr-primary) !important;
}

.bcr-app.bcr-offer-request .bcr-field > input:focus,
.bcr-app.bcr-offer-request .bcr-field > select:focus,
.bcr-app.bcr-offer-request .bcr-field > textarea:focus,
.bcr-app.bcr-offer-request .bcr-gus-control input:focus {
  border-color: var(--bcr-primary) !important;
  outline: 2px solid rgba(200, 148, 46, .26) !important;
  outline-offset: 2px !important;
}

.bcr-app.bcr-single .bcr-single-hero h1 {
  font-size: clamp(22px, 4.2vw, 46px) !important;
  line-height: 1.06 !important;
}

.bcr-app.bcr-single .bcr-included {
  margin: 8px 0 34px !important;
  border: 1px solid rgba(5, 5, 5, .22) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .08), 0 1px 0 rgba(0, 0, 0, .04) !important;
  color: #050505 !important;
  padding: 28px 36px !important;
}

.bcr-app.bcr-single .bcr-related {
  margin-top: 70px !important;
  border-top: 4px solid var(--bcr-primary) !important;
  padding-top: 34px !important;
}

.bcr-app.bcr-single .bcr-included h2 {
  margin: 0 0 22px !important;
  color: #050505 !important;
  font-size: 23px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-shadow: none !important;
}

.bcr-app.bcr-single .bcr-included h2::after {
  background: var(--bcr-primary) !important;
}

.bcr-app.bcr-single .bcr-included div {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 0 !important;
  text-align: center !important;
}

.bcr-app.bcr-single .bcr-included-item {
  border-right: 1px solid rgba(5, 5, 5, .18) !important;
  border-bottom: 0 !important;
  color: #050505 !important;
  padding: 0 16px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-shadow: none !important;
}

.bcr-app.bcr-single .bcr-included-item:last-child {
  border-right: 0 !important;
}

.bcr-app.bcr-single .bcr-included-item svg {
  width: 38px !important;
  height: 38px !important;
  stroke: #050505 !important;
  color: #050505 !important;
}

.bcr-app.bcr-single .bcr-included-item svg text {
  fill: #050505 !important;
  stroke: none !important;
}

.bcr-app.bcr-single .bcr-included-item em {
  color: #050505 !important;
  font-weight: 700 !important;
}

@media (max-width: 760px) {
  .bcr-app.bcr-single .bcr-included {
    margin: 18px 0 28px !important;
    padding: 22px 16px !important;
  }

  .bcr-app.bcr-single .bcr-included div {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 0 !important;
  }

  .bcr-app.bcr-single .bcr-included-item {
    border-right: 0 !important;
    padding: 0 10px !important;
  }

  .bcr-app.bcr-single .bcr-included-item:nth-child(odd) {
    border-right: 1px solid rgba(5, 5, 5, .18) !important;
  }

  .bcr-app.bcr-single .bcr-included-item svg {
    width: 34px !important;
    height: 34px !important;
  }
}

@media (max-width: 760px) {
  .bcr-app.bcr-offer-request .bcr-gus-control {
    grid-template-columns: 1fr !important;
    border-radius: 0 !important;
    overflow: visible !important;
  }

  .bcr-app.bcr-offer-request .bcr-gus-control button {
    width: fit-content !important;
    min-width: 0 !important;
  }

  .bcr-download-modal .bcr-download-dialog {
    width: calc(100vw - 20px) !important;
    padding: 32px 20px !important;
  }
}
