@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

/* Wheels catalog page — v3 */
.bsc-wheel-hero .bsc-hero-content {
  max-width: 760px;
}

.bsc-wheel-hero .bsc-h1 {
  max-width: 820px;
  font-size: clamp(42px, 5.4vw, 78px);
  line-height: .98;
}

.bsc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--bsc-violet-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.bsc-kicker::before {
  width: 28px;
  height: 1px;
  background: currentColor;
  content: "";
}

.bsc-wheel-finder {
  position: relative;
  z-index: 4;
  margin-top: -48px;
}

.bsc-wheel-finder__inner {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 48px;
  align-items: center;
  border: 1px solid rgba(150, 140, 255, .35);
  padding: 38px 42px;
  background: linear-gradient(135deg, #151927, #0c0f17);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .35);
}

.bsc-wheel-finder h2,
.bsc-wheel-heading h2,
.bsc-wheel-catalog__head h2,
.bsc-wheel-fleet h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(29px, 3vw, 48px);
  line-height: 1.08;
}

.bsc-wheel-finder p,
.bsc-wheel-heading p,
.bsc-wheel-catalog__head p,
.bsc-wheel-fleet p {
  margin: 15px 0 0;
  color: var(--bsc-muted);
  line-height: 1.7;
}

.bsc-wheel-finder__ways {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.bsc-wheel-finder__ways a {
  display: flex;
  min-height: 142px;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--bsc-line);
  padding: 20px;
  background: rgba(255, 255, 255, .025);
  transition: .2s ease;
}

.bsc-wheel-finder__ways a:hover {
  border-color: var(--bsc-violet);
  background: rgba(105, 87, 255, .09);
  transform: translateY(-3px);
}

.bsc-wheel-finder__ways i {
  margin-bottom: auto;
  color: var(--bsc-violet-soft);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.bsc-wheel-finder__ways strong {
  color: #fff;
  font-size: 14px;
}

.bsc-wheel-finder__ways span {
  margin-top: 6px;
  color: var(--bsc-muted);
  font-size: 11px;
}

.bsc-wheel-categories,
.bsc-wheel-advantages,
.bsc-wheel-steps {
  padding: 110px 0;
}

.bsc-wheel-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.bsc-wheel-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.bsc-wheel-category {
  position: relative;
  display: flex;
  min-height: 370px;
  overflow: hidden;
  align-items: flex-end;
  border: 1px solid var(--bsc-line);
  padding: 30px;
  background-color: #121621;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.bsc-wheel-category::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 9, 13, .06), rgba(7, 9, 13, .98));
  content: "";
}

.bsc-wheel-category--passenger {
  background-image: url("../images/tire-service.webp");
}

.bsc-wheel-category--truck {
  background-image: url("../images/wheels-parts.webp");
}

.bsc-wheel-category--disc {
  background-image: url("../images/service-complex.webp");
}

.bsc-wheel-category > span {
  position: absolute;
  top: 24px;
  right: 24px;
  color: rgba(255, 255, 255, .45);
  font-size: 12px;
  font-weight: 800;
}

.bsc-wheel-category small {
  color: var(--bsc-violet-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bsc-wheel-category h3 {
  margin: 10px 0 20px;
  color: #fff;
  font-size: 28px;
}

.bsc-wheel-category b {
  color: #fff;
  font-size: 12px;
}

.bsc-wheel-category:hover {
  border-color: var(--bsc-violet);
}

.bsc-wheel-category:hover b {
  color: var(--bsc-violet-soft);
}

.bsc-wheel-catalog {
  padding: 96px 0;
  background: #f4f5f8;
  color: #11141a;
}

.bsc-wheel-catalog__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 44px !important;
}

.bsc-wheel-catalog__head h2 {
  color: #11141a;
}

.bsc-wheel-catalog__head p {
  color: #656b78;
}

.bsc-wheel-catalog-shortcode,
.bsc-wheel-catalog-shortcode > .elementor-widget-container {
  width: 100%;
}

.bsc-wheel-advantage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--bsc-line);
}

.bsc-wheel-advantage-grid article {
  min-height: 260px;
  padding: 32px;
  background: var(--bsc-ink);
}

.bsc-wheel-advantage-grid i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 54px;
  border: 1px solid rgba(150, 140, 255, .45);
  color: var(--bsc-violet-soft);
  font-style: normal;
}

.bsc-wheel-advantage-grid h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 17px;
}

.bsc-wheel-advantage-grid p {
  margin: 0;
  color: var(--bsc-muted);
  font-size: 13px;
  line-height: 1.65;
}

.bsc-wheel-fleet {
  padding: 100px 0;
  background:
    linear-gradient(90deg, rgba(7, 9, 13, .98), rgba(7, 9, 13, .62)),
    url("../images/truck-transport.webp") center/cover;
}

.bsc-wheel-fleet__inner {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 90px;
  align-items: end;
}

.bsc-wheel-fleet__copy {
  max-width: 720px;
}

.bsc-wheel-fleet__actions {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.bsc-wheel-fleet__facts {
  display: grid;
  gap: 1px;
  background: var(--bsc-line);
}

.bsc-wheel-fleet__facts div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  background: rgba(7, 9, 13, .78);
}

.bsc-wheel-fleet__facts strong {
  color: #fff;
}

.bsc-wheel-fleet__facts span {
  color: var(--bsc-muted);
  font-size: 12px;
}

.bsc-wheel-step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.bsc-wheel-step-grid article {
  min-height: 245px;
  border-top: 2px solid var(--bsc-violet);
  padding: 28px;
  background: var(--bsc-panel);
}

.bsc-wheel-step-grid b {
  display: block;
  margin-bottom: 70px;
  color: var(--bsc-violet-soft);
  font-size: 11px;
}

.bsc-wheel-step-grid h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 18px;
}

.bsc-wheel-step-grid p {
  margin: 0;
  color: var(--bsc-muted);
  font-size: 13px;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .bsc-wheel-finder__inner,
  .bsc-wheel-fleet__inner,
  .bsc-wheel-catalog__head {
    grid-template-columns: 1fr;
  }

  .bsc-wheel-category-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bsc-wheel-advantage-grid,
  .bsc-wheel-step-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .bsc-wheel-hero .bsc-h1 {
    font-size: 40px;
  }

  .bsc-wheel-finder {
    margin-top: 0;
  }

  .bsc-wheel-finder__inner {
    width: 100%;
    padding: 34px 24px;
  }

  .bsc-wheel-finder__ways,
  .bsc-wheel-category-grid,
  .bsc-wheel-advantage-grid,
  .bsc-wheel-step-grid {
    grid-template-columns: 1fr;
  }

  .bsc-wheel-finder__ways a {
    min-height: 112px;
  }

  .bsc-wheel-categories,
  .bsc-wheel-advantages,
  .bsc-wheel-steps,
  .bsc-wheel-catalog,
  .bsc-wheel-fleet {
    padding: 72px 0;
  }

  .bsc-wheel-category {
    min-height: 310px;
  }

  .bsc-wheel-fleet__actions {
    align-items: stretch;
    flex-direction: column;
  }
}

:root {
  --bsc-ink: #07090d;
  --bsc-panel: #121621;
  --bsc-panel-2: #171b27;
  --bsc-silver: #e6e9f2;
  --bsc-muted: #979dab;
  --bsc-line: rgba(230, 233, 242, 0.14);
  --bsc-violet: #6957ff;
  --bsc-violet-deep: #4f46e5;
  --bsc-violet-soft: #968cff;
  --bsc-white: #fff;
  --bsc-shell: min(1240px, calc(100% - 48px));
}

/* Passenger tire service price list */
.bsc-passenger-services-section {
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(105, 87, 255, .12), transparent 30%),
    #07090d;
}

.bsc-passenger-services-widget,
.bsc-passenger-services-widget > .elementor-widget-container {
  width: 100%;
}

.bsc-passenger-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--bsc-line);
  border-left: 1px solid var(--bsc-line);
}

.bsc-passenger-service {
  position: relative;
  min-height: 285px;
  border-right: 1px solid var(--bsc-line);
  border-bottom: 1px solid var(--bsc-line);
  padding: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.025), transparent);
  transition: .25s ease;
}

.bsc-passenger-service:hover {
  z-index: 1;
  border-color: rgba(150, 140, 255, .6);
  background: linear-gradient(145deg, rgba(105, 87, 255, .12), rgba(255,255,255,.02));
  transform: translateY(-4px);
}

.bsc-passenger-service > span {
  position: absolute;
  top: 25px;
  right: 26px;
  color: #676d7b;
  font-size: 10px;
  font-weight: 800;
}

.bsc-passenger-service__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 52px;
  border: 1px solid rgba(150, 140, 255, .5);
  color: var(--bsc-violet-soft);
  font-size: 22px;
}

.bsc-passenger-service h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 18px;
}

.bsc-passenger-service p {
  margin: 0;
  color: var(--bsc-muted);
  font-size: 12px;
  line-height: 1.7;
}

.bsc-price-section {
  padding: 110px 0;
  background:
    radial-gradient(circle at 85% 0, rgba(105, 87, 255, .16), transparent 34%),
    #0b0e14;
}

.bsc-price-widget,
.bsc-price-widget > .elementor-widget-container {
  width: 100%;
}

.bsc-price-wrap {
  display: grid;
  gap: 24px;
}

.bsc-price-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.bsc-price-pills span {
  border: 1px solid rgba(150, 140, 255, .3);
  border-radius: 999px;
  padding: 9px 14px;
  background: rgba(105, 87, 255, .08);
  color: #c9c4ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.bsc-price-table-card {
  overflow: hidden;
  border: 1px solid rgba(150, 140, 255, .28);
  background: #111621;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .28);
}

.bsc-price-scroll {
  overflow-x: auto;
}

.bsc-price-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  color: #fff;
  font-variant-numeric: tabular-nums;
}

.bsc-price-table thead {
  background: linear-gradient(135deg, #6957ff, #4f46e5);
}

.bsc-price-table th,
.bsc-price-table td {
  border-right: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(230, 233, 242, .1);
  padding: 19px 16px;
  text-align: center;
}

.bsc-price-table thead th {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1.35;
  text-transform: uppercase;
}

.bsc-price-table tbody th {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.bsc-price-table tbody th span {
  margin-right: 2px;
  color: var(--bsc-violet-soft);
  font-size: 10px;
}

.bsc-price-table tbody td {
  color: #d9dde7;
  font-size: 15px;
  font-weight: 700;
}

.bsc-price-table tbody tr:hover {
  background: rgba(105, 87, 255, .08);
}

.bsc-price-table tbody td strong {
  color: #fff;
  font-size: 17px;
}

.bsc-price-table small {
  color: #9299aa;
  font-size: 9px;
  font-weight: 600;
}

.bsc-price-extras {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.bsc-price-extras article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  min-height: 170px;
  border: 1px solid var(--bsc-line);
  padding: 26px;
  background: var(--bsc-panel);
}

.bsc-price-extras article > span {
  color: var(--bsc-violet-soft);
  font-size: 11px;
  font-weight: 800;
}

.bsc-price-extras h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 16px;
}

.bsc-price-extras p {
  margin: 0;
  color: var(--bsc-muted);
  font-size: 12px;
  line-height: 1.55;
}

.bsc-price-extras strong {
  grid-column: 2;
  align-self: end;
  color: var(--bsc-violet-soft);
  font-size: 23px;
}

.bsc-price-note {
  margin: 0;
  border-left: 2px solid var(--bsc-violet);
  padding: 3px 0 3px 18px;
  color: var(--bsc-muted);
  font-size: 12px;
  line-height: 1.7;
}

.bsc-price-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.bsc-price-bottom .bsc-price-note {
  max-width: 720px;
}

.bsc-price-bottom .bsc-button {
  flex: 0 0 auto;
}

@media (max-width: 820px) {
  .bsc-passenger-services-section {
    padding: 76px 0;
  }

  .bsc-passenger-services {
    grid-template-columns: repeat(2, 1fr);
  }

  .bsc-price-section {
    padding: 76px 0;
  }

  .bsc-price-extras {
    grid-template-columns: 1fr;
  }

  .bsc-price-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .bsc-passenger-services {
    grid-template-columns: 1fr;
  }

  .bsc-passenger-service {
    min-height: 240px;
  }

  .bsc-price-table,
  .bsc-price-table tbody,
  .bsc-price-table tr,
  .bsc-price-table th,
  .bsc-price-table td {
    display: block;
    min-width: 0;
  }

  .bsc-price-table thead {
    display: none;
  }

  .bsc-price-table tbody {
    display: grid;
    gap: 12px;
    padding: 12px;
  }

  .bsc-price-table tbody tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border: 1px solid var(--bsc-line);
    background: #151a25;
  }

  .bsc-price-table tbody th {
    grid-column: 1 / -1;
    padding: 16px;
    background: linear-gradient(135deg, rgba(105, 87, 255, .32), rgba(79, 70, 229, .16));
    text-align: left;
  }

  .bsc-price-table tbody td {
    display: flex;
    min-height: 68px;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid var(--bsc-line);
    padding: 12px 14px;
    text-align: left;
  }

  .bsc-price-table tbody td::before {
    margin-bottom: 5px;
    color: #8f96a7;
    content: attr(data-label);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
  }
}

body.elementor-page {
  margin: 0;
  overflow-x: hidden;
  background: var(--bsc-ink);
  color: var(--bsc-silver);
  font-family: "Manrope", Arial, sans-serif;
}

body.elementor-page .elementor,
body.elementor-page .elementor-element,
body.elementor-page .elementor-element.e-con {
  min-width: 0;
}

body.elementor-page .elementor > .elementor-element.e-con {
  width: 100%;
  max-width: none;
}

body.elementor-page .e-con > .e-con-inner {
  width: 100%;
  max-width: none;
}

body.elementor-page a {
  color: inherit;
  text-decoration: none;
}

body.elementor-page .elementor-widget-heading,
body.elementor-page .elementor-widget-text-editor,
body.elementor-page .elementor-widget-html,
body.elementor-page .elementor-widget-button {
  margin: 0;
}

.bsc-shell {
  width: var(--bsc-shell);
  max-width: 1240px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.bsc-header {
  position: absolute !important;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  min-height: 86px;
  width: 100%;
  padding: 0 !important;
  border-bottom: 1px solid var(--bsc-line);
  background: rgba(7, 9, 13, 0.78);
  backdrop-filter: blur(18px);
}

.bsc-header > .elementor-element,
.bsc-header-widget,
.bsc-header-widget > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
}

.bsc-site-header {
  width: 100%;
}

.bsc-site-header__inner {
  display: flex;
  min-height: 86px;
  align-items: center;
  gap: 30px;
}

.bsc-site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

.bsc-site-nav > a,
.bsc-nav-services > button {
  border: 0;
  padding: 12px 0;
  background: transparent;
  color: #d6d9e1;
  cursor: pointer;
  font: 700 13px "Manrope", Arial, sans-serif;
  white-space: nowrap;
}

.bsc-site-nav > a:hover,
.bsc-nav-services > button:hover {
  color: var(--bsc-white);
}

.bsc-nav-services {
  position: relative;
}

.bsc-nav-services > button span {
  margin-left: 4px;
  color: var(--bsc-violet-soft);
}

.bsc-submenu {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  display: grid;
  visibility: hidden;
  width: 300px;
  border: 1px solid var(--bsc-line);
  border-top: 2px solid var(--bsc-violet);
  padding: 10px;
  background: #0b0e14;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: translate(-50%, 8px);
  transition: 0.18s ease;
}

.bsc-submenu::before {
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  height: 20px;
  content: "";
}

.bsc-nav-services:hover .bsc-submenu,
.bsc-nav-services:focus-within .bsc-submenu,
.bsc-nav-services.is-open .bsc-submenu {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.bsc-submenu a {
  padding: 11px 13px;
  border-bottom: 1px solid rgba(230, 233, 242, 0.08);
  color: #cfd3dc;
  font-size: 12px;
}

.bsc-submenu a:last-child {
  border-bottom: 0;
}

.bsc-submenu a:hover {
  background: rgba(105, 87, 255, 0.12);
  color: var(--bsc-white);
}

.bsc-header-cta {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bsc-violet);
  padding: 0 18px;
  background: linear-gradient(135deg, var(--bsc-violet), var(--bsc-violet-deep));
  box-shadow: 0 12px 30px rgba(79, 70, 229, 0.22);
  color: var(--bsc-white);
  font-size: 11px;
  font-weight: 800;
}

.bsc-menu-toggle {
  display: none;
}

.bsc-header-inner {
  display: flex !important;
  width: var(--bsc-shell) !important;
  max-width: 1240px !important;
  min-height: 86px;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 34px;
}

.bsc-header-inner > .elementor-element {
  min-width: 0;
  --flex-grow: 0 !important;
  --flex-shrink: 0 !important;
  --width: auto !important;
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
}

.bsc-brand-widget {
  --width: auto !important;
  width: auto !important;
  flex: 0 0 auto !important;
}

.bsc-brand {
  display: inline-flex;
  height: 46px;
  align-items: stretch;
  color: var(--bsc-white);
  filter: drop-shadow(0 0 16px rgba(105, 87, 255, 0.24));
}

.bsc-brand > strong {
  display: grid;
  min-width: 74px;
  place-items: center;
  border: 1px solid #7769ff;
  background: linear-gradient(135deg, #3d318e, var(--bsc-violet));
  color: var(--bsc-white);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -0.07em;
}

.bsc-brand > span {
  display: grid;
  grid-template-rows: 1fr 1fr;
}

.bsc-brand b {
  display: flex;
  min-width: 94px;
  align-items: center;
  border: 1px solid rgba(151, 140, 255, 0.8);
  border-left: 0;
  padding: 0 12px;
  background: linear-gradient(90deg, rgba(105, 87, 255, 0.22), rgba(230, 233, 242, 0.07));
  color: #d7d4ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
}

.bsc-brand b + b {
  margin-left: 16px;
  border-top: 0;
  border-left: 1px solid rgba(151, 140, 255, 0.8);
}

.bsc-button-small {
  --width: auto !important;
  width: auto !important;
  flex: 0 0 auto !important;
}

.bsc-button .elementor-button,
.bsc-form-submit {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bsc-violet) !important;
  border-radius: 0 !important;
  padding: 0 24px !important;
  background: linear-gradient(135deg, var(--bsc-violet), var(--bsc-violet-deep)) !important;
  box-shadow: 0 14px 36px rgba(79, 70, 229, 0.24);
  color: var(--bsc-white) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  transition: transform 0.18s ease;
}

.bsc-button .elementor-button:hover,
.bsc-form-submit:hover {
  transform: translateY(-2px);
}

.bsc-button-small .elementor-button {
  min-height: 44px;
  padding: 0 18px !important;
  font-size: 11px !important;
}

.bsc-button-ghost .elementor-button {
  border-color: rgba(255, 255, 255, 0.25) !important;
  background: rgba(8, 11, 17, 0.48) !important;
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.bsc-hero {
  position: relative !important;
  display: flex !important;
  min-height: 800px;
  align-items: center !important;
  isolation: isolate;
}

.bsc-hero::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 6, 9, 0.98) 0%, rgba(5, 7, 10, 0.94) 34%, rgba(7, 9, 13, 0.42) 68%, rgba(7, 9, 13, 0.18) 100%),
    linear-gradient(0deg, var(--bsc-ink) 0%, transparent 27%);
  content: "";
}

.bsc-home-hero {
  min-height: 860px;
}

.bsc-inner-hero {
  min-height: 720px;
}

.bsc-hero-content {
  position: relative;
  z-index: 2;
  display: flex !important;
  align-items: flex-start !important;
  padding-top: 84px;
}

.bsc-eyebrow .elementor-heading-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--bsc-violet-soft) !important;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bsc-eyebrow .elementor-heading-title::before {
  width: 28px;
  height: 1px;
  background: currentColor;
  content: "";
}

.bsc-h1 .elementor-heading-title {
  max-width: 880px;
  margin: 24px 0;
  color: var(--bsc-white) !important;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(52px, 5.7vw, 84px) !important;
  font-weight: 700 !important;
  letter-spacing: -0.055em;
  line-height: 1.01;
}

.bsc-inner-hero .bsc-h1 .elementor-heading-title {
  font-size: clamp(47px, 5vw, 73px) !important;
}

.bsc-hero-text {
  max-width: 680px;
}

.bsc-hero-text p {
  margin: 0;
  color: #c0c5cf;
  font-size: 18px;
  line-height: 1.75;
}

.bsc-hero-actions {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 13px;
  margin-top: 34px;
}

.bsc-hero-actions > .elementor-element {
  width: auto !important;
}

.bsc-trust,
.bsc-benefits {
  border-block: 1px solid var(--bsc-line);
  background: #0a0d12;
}

.bsc-trust-grid,
.bsc-benefit-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
}

.bsc-benefit-grid {
  grid-template-columns: repeat(3, 1fr);
}

.bsc-stat-widget {
  min-height: 118px;
  border-right: 1px solid var(--bsc-line);
}

.bsc-stat-widget:first-child {
  border-left: 1px solid var(--bsc-line);
}

.bsc-stat-widget .elementor-widget-container {
  height: 100%;
}

.bsc-stat {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 17px;
  padding: 0 28px;
}

.bsc-stat strong {
  color: var(--bsc-white);
  font-size: 34px;
  line-height: 1;
}

.bsc-stat span {
  color: #a8adb8;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.55;
}

.bsc-section {
  padding: 115px 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(105, 87, 255, 0.08), transparent 28%),
    var(--bsc-ink);
}

.bsc-section-shell {
  width: var(--bsc-shell) !important;
  max-width: 1240px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  gap: 50px;
}

.bsc-section-intro {
  max-width: 760px;
  gap: 0;
}

.bsc-heading .elementor-heading-title {
  margin-top: 17px;
  color: var(--bsc-white) !important;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(36px, 4vw, 58px) !important;
  font-weight: 650 !important;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.bsc-section-text {
  max-width: 650px;
  margin-top: 20px !important;
}

.bsc-section-text p,
.bsc-text p {
  margin: 0;
  color: var(--bsc-muted);
  font-size: 14px;
  line-height: 1.82;
}

.bsc-service-grid {
  width: 100% !important;
  display: grid !important;
  grid-auto-rows: 320px;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.bsc-service-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  justify-content: flex-end !important;
  border: 1px solid var(--bsc-line);
  padding: 26px;
  isolation: isolate;
}

.bsc-service-card:nth-child(1),
.bsc-service-card:nth-child(6) {
  grid-column: span 2;
}

.bsc-service-card::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(5, 7, 10, 0.98) 0%, rgba(5, 7, 10, 0.32) 76%),
    linear-gradient(90deg, rgba(105, 87, 255, 0.13), transparent 48%);
  content: "";
}

.bsc-service-card .elementor-heading-title {
  color: var(--bsc-white) !important;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 18px !important;
}

.bsc-service-card .bsc-text p {
  display: -webkit-box;
  overflow: hidden;
  color: #9fa5b1;
  font-size: 11px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bsc-card-link .elementor-button,
.bsc-text-button .elementor-button {
  justify-content: flex-start;
  min-height: auto;
  padding: 8px 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: var(--bsc-violet-soft) !important;
  font-size: 11px !important;
}

.bsc-audience-section,
.bsc-process-section {
  border-block: 1px solid var(--bsc-line);
  background: #0b0e14;
}

.bsc-audience-grid {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.bsc-content-card {
  position: relative;
  min-height: 380px;
  justify-content: flex-start !important;
  border: 1px solid var(--bsc-line);
  padding: 45px;
  background:
    radial-gradient(circle at 90% 15%, rgba(230, 233, 242, 0.05), transparent 30%),
    var(--bsc-panel);
}

.bsc-content-card.is-featured {
  background:
    radial-gradient(circle at 90% 10%, rgba(105, 87, 255, 0.28), transparent 38%),
    linear-gradient(145deg, #171731, #10131c 65%);
}

.bsc-content-card .elementor-heading-title {
  color: var(--bsc-white) !important;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 25px !important;
  line-height: 1.2;
}

.bsc-content-card .bsc-eyebrow .elementor-heading-title {
  color: var(--bsc-violet-soft) !important;
  font-size: 12px !important;
}

.bsc-content-card .bsc-text p {
  margin-top: 8px;
}

.bsc-card-list ul {
  display: grid;
  gap: 10px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.bsc-card-list li {
  position: relative;
  padding-left: 19px;
  color: #c9cdd5;
  font-size: 12px;
}

.bsc-card-list li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--bsc-violet);
  content: "";
}

.bsc-feature-split {
  width: 100% !important;
  display: grid !important;
  min-height: 650px;
  grid-template-columns: 1.05fr 0.95fr;
  border-block: 1px solid var(--bsc-line);
}

.bsc-feature-image {
  min-height: 560px;
}

.bsc-feature-copy {
  justify-content: center !important;
  padding: clamp(55px, 7vw, 105px);
  background:
    radial-gradient(circle at 20% 20%, rgba(105, 87, 255, 0.16), transparent 32%),
    #0a0d13;
}

.bsc-feature-copy .bsc-heading {
  max-width: 620px;
}

.bsc-feature-copy .bsc-text {
  max-width: 600px;
  margin: 22px 0 25px !important;
}

.bsc-two-column .bsc-section-shell {
  display: grid !important;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  gap: 95px;
}

.bsc-check-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.bsc-check-widget {
  min-height: 104px;
  border: 1px solid var(--bsc-line);
  background: var(--bsc-panel);
}

.bsc-check-widget .elementor-widget-container,
.bsc-check-item {
  height: 100%;
}

.bsc-check-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 21px;
}

.bsc-check-item span {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(151, 140, 255, 0.42);
  border-radius: 50%;
  color: var(--bsc-violet-soft);
  font-size: 12px;
}

.bsc-check-item strong {
  color: #cfd3dc;
  font-size: 12px;
  font-weight: 650;
}

.bsc-process-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.bsc-process-grid .bsc-content-card {
  min-height: 290px;
  border-right: 0;
}

.bsc-process-grid .bsc-content-card:last-child {
  border-right: 1px solid var(--bsc-line);
}

.bsc-faq-list {
  border-top: 1px solid var(--bsc-line);
}

.bsc-faq-item {
  border-bottom: 1px solid var(--bsc-line);
}

.bsc-faq-item > button {
  display: flex;
  width: 100%;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  padding: 0;
  background: transparent !important;
  background-image: none !important;
  color: var(--bsc-silver);
  cursor: pointer;
  font: 700 14px "Manrope", Arial, sans-serif;
  text-align: left;
}

.bsc-faq-item > button:hover,
.bsc-faq-item > button:focus {
  background: rgba(105, 87, 255, .08) !important;
  color: #fff !important;
  outline: 0;
}

.bsc-faq-item.is-open > button,
.bsc-faq-item > button[aria-expanded="true"] {
  background: linear-gradient(135deg, #6957ff, #4f46e5) !important;
  background-color: #6957ff !important;
  color: #fff !important;
  padding-right: 18px;
  padding-left: 18px;
}

.bsc-faq-item.is-open > button span,
.bsc-faq-item.is-open > button i,
.bsc-faq-item > button[aria-expanded="true"] span,
.bsc-faq-item > button[aria-expanded="true"] i {
  color: #fff !important;
}

.bsc-faq-item > button i {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--bsc-line);
  color: var(--bsc-violet-soft);
  font-size: 17px;
  font-style: normal;
}

.bsc-faq-answer {
  display: none;
  padding: 0 55px 24px 0;
}

.bsc-faq-item.is-open .bsc-faq-answer {
  display: block;
}

.bsc-faq-item.is-open > button i {
  font-size: 0;
}

.bsc-faq-item.is-open > button i::after {
  content: "−";
  font-size: 17px;
}

.bsc-faq-answer p {
  margin: 0;
  color: var(--bsc-muted);
  font-size: 12px;
  line-height: 1.75;
}

.bsc-form-section {
  padding: 110px 0;
  border-top: 1px solid var(--bsc-line);
  background:
    radial-gradient(circle at 18% 50%, rgba(105, 87, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #111526, #080a0e 62%);
}

.bsc-form-grid {
  width: var(--bsc-shell) !important;
  max-width: 1240px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  display: grid !important;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 85px;
}

.bsc-form-copy {
  justify-content: center !important;
}

.bsc-form-copy .bsc-text {
  max-width: 510px;
  margin-top: 20px !important;
}

.bsc-form-phone-label {
  margin: 34px 0 4px;
  color: #7c8290;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bsc-form-phone {
  color: var(--bsc-white) !important;
  font-size: 20px;
  font-weight: 750;
}

.bsc-native-form-wrap {
  border: 1px solid var(--bsc-line);
  padding: 34px;
  background: rgba(9, 12, 18, 0.84);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.bsc-native-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}

.bsc-native-form label {
  display: grid;
  gap: 8px;
}

.bsc-native-form label > span {
  color: #9ca2ae;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bsc-native-form input,
.bsc-native-form textarea {
  width: 100%;
  border: 1px solid rgba(230, 233, 242, 0.12);
  border-radius: 0;
  outline: 0;
  padding: 14px 15px;
  background: #121620;
  color: var(--bsc-white);
  font: 12px "Manrope", Arial, sans-serif;
}

.bsc-native-form input {
  height: 48px;
}

.bsc-native-form textarea {
  resize: vertical;
}

.bsc-native-form input:focus,
.bsc-native-form textarea:focus {
  border-color: var(--bsc-violet);
}

.bsc-form-wide,
.bsc-form-submit,
.bsc-form-note {
  grid-column: 1 / -1;
}

.bsc-form-submit {
  width: 100%;
  cursor: pointer;
}

.bsc-form-note {
  color: #666d79;
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
}

.bsc-honeypot {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.bsc-form-success {
  display: grid;
  min-height: 340px;
  place-content: center;
  text-align: center;
}

.bsc-success-mark {
  display: grid;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  place-items: center;
  border: 1px solid rgba(151, 140, 255, 0.42);
  border-radius: 50%;
  color: var(--bsc-violet-soft);
  font-size: 24px;
}

.bsc-form-success h3 {
  margin: 22px 0 8px;
  color: var(--bsc-white);
  font-size: 24px;
}

.bsc-form-success p {
  margin: 0;
  color: var(--bsc-muted);
  font-size: 13px;
}

.bsc-contact-section {
  padding-top: 210px;
  background:
    radial-gradient(circle at 80% 30%, rgba(105, 87, 255, 0.18), transparent 33%),
    linear-gradient(135deg, #121625, #080a0e 64%);
}

.bsc-contact-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.bsc-contact-card {
  display: grid;
  min-height: 130px;
  grid-template-columns: 1fr auto;
  align-content: center;
  gap: 7px 15px;
  border: 1px solid var(--bsc-line);
  padding: 24px;
  background: rgba(9, 12, 18, 0.74);
}

.bsc-contact-card small {
  grid-column: 1;
  color: #777e8b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.bsc-contact-card strong {
  grid-column: 1;
  color: var(--bsc-silver);
  font-size: 13px;
}

.bsc-contact-card > span {
  grid-row: 1 / 3;
  grid-column: 2;
  align-self: center;
  color: var(--bsc-violet-soft);
}

.bsc-footer {
  padding-top: 76px;
  border-top: 1px solid var(--bsc-line);
  background: #05070a;
}

.bsc-footer-grid {
  display: grid !important;
  grid-template-columns: 1.4fr 1.2fr 0.8fr;
  align-items: start;
  gap: 60px;
  padding-bottom: 56px;
}

.bsc-footer-brand p {
  max-width: 350px;
  margin: 22px 0 0;
  color: #777e8b;
  font-size: 12px;
  line-height: 1.8;
}

.bsc-footer h3 {
  margin: 0 0 18px;
  color: var(--bsc-white);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bsc-footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}

.bsc-footer-links a,
.bsc-footer-links span {
  color: #858b98;
  font-size: 11px;
  line-height: 1.6;
}

.bsc-footer-links a:hover {
  color: var(--bsc-violet-soft);
}

.bsc-footer-bottom {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--bsc-line);
  color: #5e6571;
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .bsc-header-cta {
    display: none;
  }

  .bsc-site-nav {
    gap: 22px;
  }

  .bsc-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bsc-service-card:nth-child(1),
  .bsc-service-card:nth-child(6) {
    grid-column: span 1;
  }

  .bsc-form-grid,
  .bsc-two-column .bsc-section-shell {
    gap: 55px;
  }
}

@media (max-width: 767px) {
  :root {
    --bsc-shell: calc(100% - 30px);
  }

  .bsc-site-header__inner {
    min-height: 74px;
  }

  .bsc-brand {
    height: 40px;
  }

  .bsc-brand > strong {
    min-width: 64px;
    font-size: 22px;
  }

  .bsc-brand b {
    min-width: 82px;
    font-size: 8px;
  }

  .bsc-menu-toggle {
    display: grid;
    width: 45px;
    height: 42px;
    margin-left: auto;
    grid-template-columns: 18px 1fr;
    grid-template-rows: repeat(3, 4px);
    align-content: center;
    align-items: center;
    gap: 3px 7px;
    border: 1px solid var(--bsc-line);
    background: #11151e;
    color: var(--bsc-white);
  }

  .bsc-menu-toggle span {
    grid-column: 1;
    width: 18px;
    height: 1px;
    background: currentColor;
  }

  .bsc-menu-toggle em {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
  }

  .bsc-site-nav {
    position: absolute;
    top: 74px;
    right: 15px;
    left: 15px;
    display: none;
    max-height: calc(100vh - 90px);
    align-items: stretch;
    gap: 0;
    overflow-y: auto;
    border: 1px solid var(--bsc-line);
    padding: 10px;
    background: #0b0e14;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55);
  }

  .bsc-site-header.is-menu-open .bsc-site-nav {
    display: grid;
  }

  .bsc-site-nav > a,
  .bsc-nav-services > button {
    display: flex;
    width: 100%;
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(230, 233, 242, 0.08);
    padding: 0 12px;
    text-align: left;
  }

  .bsc-submenu {
    position: static;
    display: none;
    visibility: visible;
    width: 100%;
    border: 0;
    padding: 4px 0 8px 14px;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    transform: none;
  }

  .bsc-nav-services:hover .bsc-submenu {
    display: none;
  }

  .bsc-nav-services.is-open .bsc-submenu {
    display: grid;
    transform: none;
  }

  .bsc-hero,
  .bsc-home-hero,
  .bsc-inner-hero {
    min-height: 730px;
    background-position: 64% center !important;
  }

  .bsc-hero::before {
    background:
      linear-gradient(90deg, rgba(4, 6, 9, 0.98) 0%, rgba(5, 7, 10, 0.86) 72%, rgba(7, 9, 13, 0.5)),
      linear-gradient(0deg, var(--bsc-ink) 0%, transparent 30%);
  }

  .bsc-h1 .elementor-heading-title,
  .bsc-inner-hero .bsc-h1 .elementor-heading-title {
    font-size: 43px !important;
  }

  .bsc-hero-text p {
    font-size: 14px;
  }

  .bsc-trust-grid,
  .bsc-benefit-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bsc-section {
    padding: 82px 0;
  }

  .bsc-service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bsc-audience-grid,
  .bsc-feature-split,
  .bsc-form-grid,
  .bsc-two-column .bsc-section-shell {
    grid-template-columns: 1fr;
  }

  .bsc-feature-image {
    min-height: 440px;
  }

  .bsc-feature-copy {
    padding: 70px 30px;
  }

  .bsc-check-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bsc-form-grid {
    gap: 45px;
  }

  .bsc-contact-grid {
    grid-template-columns: 1fr;
  }

  .bsc-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

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

@media (max-width: 540px) {
  .bsc-service-grid,
  .bsc-audience-grid,
  .bsc-check-grid,
  .bsc-process-grid,
  .bsc-trust-grid,
  .bsc-benefit-grid,
  .bsc-footer-grid {
    grid-template-columns: 1fr;
  }

  .bsc-hero-actions {
    display: grid !important;
  }

  .bsc-hero-actions > .elementor-element {
    width: 100% !important;
  }

  .bsc-h1 .elementor-heading-title,
  .bsc-inner-hero .bsc-h1 .elementor-heading-title {
    font-size: 39px !important;
  }

  .bsc-heading .elementor-heading-title {
    font-size: 34px !important;
  }

  .bsc-stat-widget,
  .bsc-stat-widget:first-child {
    min-height: 84px;
    border-bottom: 1px solid var(--bsc-line);
    border-left: 1px solid var(--bsc-line);
  }

  .bsc-content-card {
    min-height: 350px;
    padding: 32px 27px;
  }

  .bsc-feature-image {
    min-height: 340px;
  }

  .bsc-native-form {
    grid-template-columns: 1fr;
  }

  .bsc-form-wide,
  .bsc-form-submit,
  .bsc-form-note {
    grid-column: auto;
  }

  .bsc-native-form-wrap {
    padding: 24px 19px;
  }

  .bsc-footer-grid > :first-child {
    grid-column: auto;
  }

  .bsc-footer-links {
    grid-template-columns: 1fr;
  }

  .bsc-footer-bottom {
    display: grid;
    justify-content: start;
    gap: 5px;
    padding: 17px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
