/*
Theme Name: KTBearing Premium
Template: hello-elementor
Version: 1.0.0
Description: Premium presentation layer for KTBearing.
*/

:root {
  --bkt-ink: #111827;
  --bkt-muted: #5b6472;
  --bkt-line: #d9dee7;
  --bkt-panel: #f5f7fa;
  --bkt-steel: #1d3557;
  --bkt-steel-2: #284b63;
  --bkt-accent: #b81f32;
  --bkt-gold: #c8a45d;
  --bkt-white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--bkt-ink);
  font-family: Inter, Montserrat, Arial, sans-serif;
  background: #fff;
}

.elementor-location-header {
  display: none !important;
}

.elementor-location-header .elementor-element-d19e024 {
  display: none !important;
}

.elementor-location-header .elementor-element-62cff59 {
  background: rgba(13, 25, 42, .86) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  box-shadow: none !important;
  backdrop-filter: blur(16px);
}

.elementor-location-header .elementor-element-62cff59 > .e-con-inner {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: 1180px !important;
  min-height: 84px;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: 96px minmax(0, 1fr) 176px;
  gap: 22px;
  align-items: center;
}

.elementor-location-header .elementor-widget-theme-site-logo img {
  width: 70px !important;
  height: auto !important;
}

.elementor-location-header .elementor-widget-nav-menu {
  justify-self: end;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

.elementor-location-header .elementor-nav-menu--main,
.elementor-location-header .elementor-nav-menu--main .elementor-nav-menu {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
}

.elementor-location-header .elementor-nav-menu--main .elementor-item {
  color: rgba(255, 255, 255, .86) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  padding: 30px 9px !important;
}

.elementor-location-header .elementor-nav-menu--main .elementor-item:hover,
.elementor-location-header .elementor-nav-menu--main .elementor-item-active {
  color: #fff !important;
}

.elementor-location-header .elementor-nav-menu--main .elementor-item::after {
  background: var(--bkt-accent) !important;
  height: 2px !important;
}

.elementor-location-header .elementor-button {
  min-height: 44px !important;
  width: 176px !important;
  padding: 13px 14px !important;
  border: 1px solid rgba(255, 255, 255, .28) !important;
  background: rgba(184, 31, 50, .92) !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

.elementor-location-header .elementor-widget-button {
  justify-self: end;
  width: 176px !important;
}

.elementor-location-header .elementor-button:hover {
  background: #fff !important;
  color: var(--bkt-accent) !important;
}

.elementor-location-header .elementor-nav-menu--dropdown {
  border: 1px solid var(--bkt-line) !important;
  box-shadow: 0 24px 56px rgba(17, 24, 39, .18);
}

.bkt-site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 80;
  background: rgba(13, 25, 42, .88);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  backdrop-filter: blur(16px);
}

.bkt-site-header__inner {
  width: min(1180px, calc(100% - 48px));
  min-height: 86px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 176px;
  gap: 22px;
  align-items: center;
}

.bkt-site-logo img {
  width: 72px;
  height: auto;
  display: block;
}

.bkt-site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  white-space: nowrap;
}

.bkt-site-nav a {
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.bkt-site-nav a:hover {
  color: #fff;
}

.bkt-site-nav__group {
  position: relative;
  padding: 30px 0;
}

.bkt-site-nav__group > a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-3px);
}

.bkt-site-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 320px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--bkt-line);
  box-shadow: 0 24px 56px rgba(17, 24, 39, .18);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity .16s ease, transform .16s ease;
}

.bkt-site-nav__dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 18px;
}

.bkt-site-nav__group:hover .bkt-site-nav__dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.bkt-site-nav__dropdown a {
  display: block;
  padding: 10px 12px;
  color: var(--bkt-ink);
  white-space: normal;
}

.bkt-site-nav__dropdown a:hover {
  color: var(--bkt-accent);
  background: var(--bkt-panel);
}

.bkt-site-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .28);
  background: var(--bkt-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  text-transform: uppercase;
}

.bkt-site-footer {
  padding: 42px 20px;
  color: rgba(255, 255, 255, .78);
  background: #0f1a2a;
}

.bkt-site-footer__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.bkt-site-footer strong {
  display: block;
  color: #fff;
  margin-bottom: 8px;
}

.bkt-site-footer p {
  margin: 0;
}

.bkt-site-footer a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: right;
}

.bkt-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 18px;
}

.bkt-site-footer .bkt-footer-legal a,
.bkt-footer-legal button {
  appearance: none;
  display: inline-block;
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, .68);
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.bkt-site-footer .bkt-footer-legal a:hover,
.bkt-footer-legal button:hover {
  color: #fff;
}

a {
  color: inherit;
}

.site-main,
.page-content,
.entry-content {
  overflow: hidden;
}

.home #content.site-main,
.page-id-2437 #content.site-main,
.page-id-2484 #content.site-main,
.page-id-2505 #content.site-main,
.page-id-2512 #content.site-main,
.page-id-2519 #content.site-main,
.page-id-2529 #content.site-main,
.page-id-2543 #content.site-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.home .page-content,
.page-id-2437 .page-content,
.page-id-2484 .page-content,
.page-id-2505 .page-content,
.page-id-2512 .page-content,
.page-id-2519 .page-content,
.page-id-2529 .page-content,
.page-id-2543 .page-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

.bkt-premium {
  position: relative;
  left: auto;
  width: 100%;
  margin-left: 0;
  background: var(--bkt-white);
  color: var(--bkt-ink);
}

.bkt-section {
  padding: clamp(56px, 8vw, 112px) 20px;
}

.bkt-wrap {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.bkt-eyebrow {
  margin: 0 0 14px;
  color: var(--bkt-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bkt-title {
  margin: 0;
  color: var(--bkt-ink);
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: 0;
}

.bkt-lead {
  margin: 20px 0 0;
  color: var(--bkt-muted);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.7;
}

.bkt-hero {
  position: relative;
  min-height: 500px;
  display: grid;
  align-items: center;
  padding: 104px 24px 34px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(12, 21, 34, .96) 0%, rgba(12, 21, 34, .82) 45%, rgba(12, 21, 34, .38) 100%),
    url("https://bearingkt.com/wp-content/uploads/2026/05/Macchine-da-costruzione.jpg") center / cover no-repeat;
}

.bkt-hero__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.bkt-hero__kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .28);
  color: #f3f6fb;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  background: rgba(255, 255, 255, .08);
}

.bkt-hero h1 {
  max-width: 820px;
  margin: 26px 0 0;
  color: #fff;
  font-size: clamp(36px, 4.5vw, 50px);
  line-height: .96;
  font-weight: 850;
  letter-spacing: 0;
}

.bkt-hero p {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.65;
}

.bkt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.bkt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 20px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.bkt-button:hover {
  transform: translateY(-2px);
}

.bkt-button--primary {
  background: var(--bkt-accent);
  color: #fff;
}

.bkt-button--secondary {
  border-color: rgba(255, 255, 255, .35);
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.bkt-trustbar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
  box-shadow: 0 22px 58px rgba(17, 24, 39, .14);
}

.bkt-trustbar div {
  min-height: 74px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid var(--bkt-line);
}

.bkt-trustbar strong {
  display: block;
  color: var(--bkt-steel);
  font-size: 21px;
  line-height: 1;
}

.bkt-trustbar span {
  display: block;
  margin-top: 8px;
  color: var(--bkt-muted);
  font-size: 13px;
  line-height: 1.45;
}

.bkt-split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
}

.bkt-panel {
  padding: clamp(28px, 4vw, 46px);
  background: var(--bkt-panel);
  border-left: 4px solid var(--bkt-accent);
}

.bkt-panel p {
  margin: 0;
  color: var(--bkt-muted);
  font-size: 17px;
  line-height: 1.75;
}

.bkt-company {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  min-height: 560px;
  background: #fff;
}

.bkt-company__media {
  min-height: 560px;
  background: #111827;
}

.bkt-company__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bkt-company__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(52px, 7vw, 96px) max(24px, calc((100vw - 1180px) / 2)) clamp(52px, 7vw, 96px) clamp(42px, 6vw, 84px);
  background: #f4f7fb;
  border-top: 1px solid var(--bkt-line);
  border-bottom: 1px solid var(--bkt-line);
}

.bkt-company__content h2 {
  max-width: 680px;
  margin: 0;
  color: var(--bkt-ink);
  font-size: clamp(32px, 4.5vw, 56px);
  line-height: 1.05;
  letter-spacing: 0;
}

.bkt-company__content p:not(.bkt-eyebrow) {
  max-width: 660px;
  margin: 22px 0 0;
  color: var(--bkt-muted);
  font-size: 18px;
  line-height: 1.75;
}

.bkt-company__points {
  display: grid;
  gap: 12px;
  max-width: 680px;
  margin-top: 30px;
}

.bkt-company__points span {
  position: relative;
  padding: 16px 18px 16px 42px;
  color: var(--bkt-ink);
  font-weight: 800;
  background: #fff;
  border: 1px solid var(--bkt-line);
}

.bkt-company__points span::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 9px;
  height: 9px;
  background: var(--bkt-accent);
}

.bkt-proof {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.bkt-proof span {
  display: flex;
  gap: 12px;
  color: var(--bkt-ink);
  font-weight: 700;
}

.bkt-proof span::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: 8px;
  flex: 0 0 9px;
  background: var(--bkt-accent);
}

.bkt-products {
  background: #0f1a2a;
  color: #fff;
}

.bkt-products.bkt-section {
  padding-top: clamp(34px, 5vw, 58px);
}

.bkt-products .bkt-title,
.bkt-products .bkt-lead {
  color: #fff;
}

.bkt-products .bkt-lead {
  color: rgba(255, 255, 255, .72);
}

.bkt-section-head {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(280px, .25fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 34px;
}

.bkt-section-head--after {
  margin: 38px 0 0;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.bkt-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bkt-product-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
  background: #172235;
  text-decoration: none;
}

.bkt-product-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .58;
  transform: scale(1.02);
  transition: transform .28s ease, opacity .28s ease;
}

.bkt-product-card:hover img {
  opacity: .72;
  transform: scale(1.06);
}

.bkt-product-card__body {
  position: absolute;
  inset: auto 0 0;
  padding: 28px;
  background: linear-gradient(180deg, rgba(15, 26, 42, 0), rgba(15, 26, 42, .96));
}

.bkt-product-card small {
  color: var(--bkt-gold);
  font-weight: 900;
  text-transform: uppercase;
}

.bkt-product-card h3 {
  margin: 10px 0 10px;
  color: #fff;
  font-size: 23px;
  line-height: 1.15;
}

.bkt-product-card p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.55;
}

.bkt-industries {
  background: #fff;
}

.bkt-industry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.bkt-industry {
  min-height: 210px;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  border: 1px solid var(--bkt-line);
  color: #fff;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.bkt-industry::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, .12), rgba(17, 24, 39, .84));
}

.bkt-industry span {
  position: relative;
  font-weight: 800;
  line-height: 1.25;
}

.bkt-process {
  background: #101b2b;
  color: #fff;
}

.bkt-process .bkt-title {
  color: #fff;
}

.bkt-process .bkt-eyebrow {
  color: var(--bkt-gold);
}

.bkt-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .16);
}

.bkt-process-step {
  padding: 28px;
  background: rgba(255, 255, 255, .06);
}

.bkt-process-step strong {
  color: var(--bkt-gold);
  font-size: 13px;
  text-transform: uppercase;
}

.bkt-process-step h3 {
  margin: 12px 0 10px;
  font-size: 20px;
  color: #fff;
}

.bkt-process-step p {
  margin: 0;
  color: rgba(255, 255, 255, .74);
  line-height: 1.6;
  font-size: 14px;
}

.bkt-cta {
  padding: clamp(56px, 8vw, 96px) 20px;
  color: #fff;
  background: linear-gradient(135deg, #111827, #1d3557 58%, #8f1d2c);
}

.bkt-cta__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.bkt-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
}

.bkt-cta p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.6;
}

.bkt-cta .bkt-button {
  border-color: rgba(255, 255, 255, .35);
  color: #fff;
}

.bkt-product-page {
  position: relative;
  left: auto;
  width: 100%;
  margin-left: 0;
  background: #fff;
}

.bkt-product-hero {
  padding: clamp(64px, 9vw, 124px) 20px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(12, 21, 34, .94), rgba(12, 21, 34, .72)),
    var(--bkt-product-image) center / cover no-repeat;
}

.bkt-product-hero__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.bkt-product-hero h1 {
  max-width: 860px;
  margin: 14px 0 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
}

.bkt-product-hero p {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 19px;
  line-height: 1.65;
}

.bkt-product-body {
  padding: clamp(48px, 7vw, 92px) 20px;
}

.bkt-product-layout {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
}

.bkt-spec-box {
  border: 1px solid var(--bkt-line);
  background: var(--bkt-panel);
  padding: 28px;
}

.bkt-spec-box h2,
.bkt-rich h2 {
  margin: 0 0 18px;
  color: var(--bkt-ink);
  font-size: 28px;
}

.bkt-spec-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bkt-spec-list li {
  padding: 14px 0;
  border-bottom: 1px solid var(--bkt-line);
  color: var(--bkt-muted);
}

.bkt-spec-list li:last-child {
  border-bottom: 0;
}

.bkt-rich p {
  margin: 0 0 18px;
  color: var(--bkt-muted);
  font-size: 17px;
  line-height: 1.75;
}

.bkt-product-note {
  margin-top: 28px;
  padding: 22px;
  border-left: 4px solid var(--bkt-accent);
  background: #fff;
  box-shadow: 0 16px 42px rgba(17, 24, 39, .08);
}

.bkt-tech-section {
  padding: clamp(54px, 7vw, 96px) 20px;
  background: linear-gradient(180deg, #f7f9fc 0%, #fff 100%);
  overflow: hidden;
}

.bkt-tech-wrap {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.bkt-tech-section .bkt-section-head {
  margin-bottom: 28px;
}

.bkt-tech-section .bkt-section-head h2 {
  color: var(--bkt-ink);
}

.bkt-tech-section .bkt-section-head > p {
  max-width: 640px;
  color: var(--bkt-muted);
}

.bkt-tech-table {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--bkt-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(17, 24, 39, .11);
  scrollbar-color: #c81e3a #eef2f7;
}

.bkt-tech-table table {
  width: 100%;
  min-width: 1040px;
  table-layout: fixed;
  border-collapse: collapse;
  color: var(--bkt-ink);
  font-size: 13px;
  line-height: 1.55;
}

.bkt-tech-table td,
.bkt-tech-table th {
  padding: 14px 16px;
  border: 1px solid #d9e0ea;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
}

.bkt-tech-table tr:first-child td,
.bkt-tech-table thead td,
.bkt-tech-table th {
  background: #0f1b2d;
  color: #fff;
  font-weight: 800;
}

.bkt-tech-table tr:nth-child(even):not(:first-child) {
  background: #f8fafc;
}

.bkt-tech-table td:first-child {
  width: 110px;
  text-align: center;
}

.bkt-tech-table td:nth-child(2) {
  width: 150px;
  font-weight: 800;
}

.bkt-tech-table td:nth-child(3),
.bkt-tech-table td:nth-child(4) {
  width: 140px;
}

.bkt-tech-table td:nth-child(5) {
  width: auto;
  color: #334155;
}

.bkt-tech-table img {
  display: block;
  max-width: 76px;
  height: auto;
  margin: 0 auto;
}

.bkt-tech-table p {
  margin: 0;
}

.bkt-info-page {
  overflow: hidden;
  background: #f7f9fc;
}

.bkt-page-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  padding: 150px 20px 78px;
  background:
    linear-gradient(90deg, rgba(9, 18, 32, .94), rgba(9, 18, 32, .58)),
    var(--bkt-page-image);
  background-size: cover;
  background-position: center;
}

.bkt-page-hero--about {
  --bkt-page-image: url("https://bearingkt.com/wp-content/uploads/2025/02/his-scaled.webp");
}

.bkt-page-hero--contact {
  --bkt-page-image: url("https://bearingkt.com/wp-content/uploads/2026/05/Macchine-da-costruzione.jpg");
}

.bkt-page-hero--download {
  --bkt-page-image: url("https://bearingkt.com/wp-content/uploads/2026/05/Trasporto-ferroviario.jpg");
}

.bkt-page-hero__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.bkt-page-hero h1 {
  max-width: 880px;
  margin: 14px 0 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 1;
}

.bkt-page-hero p:not(.bkt-eyebrow) {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 19px;
  line-height: 1.7;
}

.bkt-info-section,
.bkt-contact-section,
.bkt-map-section {
  padding: clamp(58px, 7vw, 98px) 20px;
}

.bkt-about-intro {
  width: min(1120px, calc(100% - 40px));
  margin: -62px auto 0;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  background: #fff;
  box-shadow: 0 28px 80px rgba(17, 24, 39, .14);
}

.bkt-about-intro__media {
  min-height: 460px;
  background: #111827;
}

.bkt-about-intro__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bkt-about-intro__content {
  padding: clamp(34px, 5vw, 62px);
}

.bkt-about-intro__content h2 {
  margin: 12px 0 22px;
  color: var(--bkt-ink);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.03;
}

.bkt-about-intro__content p:not(.bkt-eyebrow) {
  margin: 0 0 18px;
  color: var(--bkt-muted);
  font-size: 17px;
  line-height: 1.78;
}

.bkt-info-grid,
.bkt-contact-grid,
.bkt-map-head {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: start;
}

.bkt-info-grid h2,
.bkt-map-head h2 {
  margin: 12px 0 0;
  color: var(--bkt-ink);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.05;
}

.bkt-copy p,
.bkt-map-head > p {
  margin: 0 0 18px;
  color: var(--bkt-muted);
  font-size: 18px;
  line-height: 1.75;
}

.bkt-value-band {
  padding: clamp(58px, 7vw, 98px) 20px;
}

.bkt-value-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--bkt-line);
  background: #fff;
  box-shadow: 0 22px 60px rgba(17, 24, 39, .08);
}

.bkt-value-band > .bkt-section-head {
  width: min(1120px, 100%);
  margin: 0 auto 28px;
}

.bkt-value-grid article {
  padding: 34px;
  border-right: 1px solid var(--bkt-line);
}

.bkt-value-grid article:last-child {
  border-right: 0;
}

.bkt-value-grid span {
  color: var(--bkt-accent);
  font-weight: 900;
  font-size: 13px;
}

.bkt-value-grid h3 {
  margin: 18px 0 10px;
  color: var(--bkt-ink);
  font-size: 22px;
}

.bkt-value-grid p {
  margin: 0;
  color: var(--bkt-muted);
  line-height: 1.7;
}

.bkt-info-section--dark {
  background: #0f1b2d;
}

.bkt-info-section--dark h2 {
  color: #fff;
}

.bkt-sector-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bkt-sector-list span {
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .86);
  background: rgba(255, 255, 255, .04);
  font-weight: 800;
}

.bkt-proof-strip {
  width: min(1120px, calc(100% - 40px));
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--bkt-line);
  background: #fff;
  box-shadow: 0 18px 50px rgba(17, 24, 39, .08);
}

.bkt-proof-strip div {
  padding: 24px 28px;
  border-right: 1px solid var(--bkt-line);
}

.bkt-proof-strip div:last-child {
  border-right: 0;
}

.bkt-proof-strip strong {
  display: block;
  color: #19345b;
  font-size: 28px;
  line-height: 1;
}

.bkt-proof-strip span {
  display: block;
  margin-top: 8px;
  color: var(--bkt-muted);
  font-size: 14px;
  line-height: 1.5;
}

.bkt-contact-section {
  background: #f7f9fc;
}

.bkt-contact-layout {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 24px;
}

.bkt-contact-card,
.bkt-contact-panel {
  min-height: 100%;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--bkt-line);
  background: #fff;
  box-shadow: 0 22px 60px rgba(17, 24, 39, .08);
}

.bkt-contact-card--primary {
  background: #0f1b2d;
  color: #fff;
}

.bkt-contact-card h2,
.bkt-contact-card h3 {
  margin: 12px 0 24px;
  color: inherit;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
}

.bkt-contact-card p:not(.bkt-eyebrow) {
  margin: 22px 0 0;
  color: inherit;
  opacity: .82;
  line-height: 1.7;
}

.bkt-contact-link {
  display: block;
  margin: 14px 0;
  color: inherit;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.15;
  text-decoration: none;
}

.bkt-contact-card ul {
  display: grid;
  gap: 14px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.bkt-contact-card li {
  position: relative;
  padding-left: 22px;
  color: var(--bkt-muted);
  line-height: 1.65;
}

.bkt-contact-card li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--bkt-accent);
}

.bkt-download-section {
  padding: clamp(58px, 7vw, 98px) 20px;
  background: #f7f9fc;
}

.bkt-download-head,
.bkt-download-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.bkt-download-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
  margin-bottom: 28px;
}

.bkt-download-head h2 {
  margin: 12px 0 0;
  color: var(--bkt-ink);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.04;
}

.bkt-download-head > p {
  margin: 0;
  color: var(--bkt-muted);
  font-size: 18px;
  line-height: 1.7;
}

.bkt-download-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 24px;
}

.bkt-download-card,
.bkt-download-request {
  border: 1px solid var(--bkt-line);
  background: #fff;
  box-shadow: 0 22px 60px rgba(17, 24, 39, .08);
}

.bkt-download-card {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 28px;
  padding: clamp(28px, 4vw, 44px);
}

.bkt-download-card__icon {
  width: 110px;
  height: 140px;
  display: grid;
  place-items: center;
  background: #0f1b2d;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .04em;
}

.bkt-download-card h3,
.bkt-download-request h3 {
  margin: 0 0 14px;
  color: var(--bkt-ink);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.06;
}

.bkt-download-card p,
.bkt-download-request li {
  color: var(--bkt-muted);
  line-height: 1.7;
}

.bkt-download-card dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 24px 0;
  background: var(--bkt-line);
  border: 1px solid var(--bkt-line);
}

.bkt-download-card dl div {
  padding: 16px;
  background: #f8fafc;
}

.bkt-download-card dt {
  margin-bottom: 6px;
  color: var(--bkt-accent);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.bkt-download-card dd {
  margin: 0;
  color: var(--bkt-ink);
  font-weight: 800;
}

.bkt-download-request {
  padding: clamp(28px, 4vw, 40px);
  background: #0f1b2d;
}

.bkt-download-request h3 {
  color: #fff;
}

.bkt-download-request ul {
  display: grid;
  gap: 12px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.bkt-download-request li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, .82);
}

.bkt-download-request li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--bkt-accent);
}

.bkt-contact-panel--accent {
  background: #0f1b2d;
  color: #fff;
}

.bkt-contact-panel h2 {
  margin: 12px 0 24px;
  color: var(--bkt-ink);
  font-size: 38px;
}

.bkt-contact-panel--accent h2,
.bkt-contact-panel--accent .bkt-eyebrow {
  color: #fff;
}

.bkt-contact-panel dl {
  display: grid;
  gap: 18px;
  margin: 0;
}

.bkt-contact-panel dt {
  margin-bottom: 6px;
  color: var(--bkt-accent);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.bkt-contact-panel dd {
  margin: 0;
  color: var(--bkt-ink);
  font-size: 18px;
  line-height: 1.6;
}

.bkt-contact-panel a {
  color: inherit;
}

.bkt-contact-panel ul {
  display: grid;
  gap: 14px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.bkt-contact-panel li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, .86);
  line-height: 1.6;
}

.bkt-contact-panel li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--bkt-accent);
}

.bkt-map-head {
  margin-bottom: 28px;
}

.bkt-map-frame {
  width: min(1120px, 100%);
  height: 460px;
  margin: 0 auto;
  border: 1px solid var(--bkt-line);
  box-shadow: 0 22px 60px rgba(17, 24, 39, .08);
}

.bkt-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.bkt-map-consent {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  gap: 14px;
  padding: 34px;
  background: #0f1b2d;
  color: #fff;
  text-align: center;
}

.bkt-map-consent p {
  max-width: 460px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  line-height: 1.65;
}

.bkt-map-consent button {
  border: 1px solid rgba(255, 255, 255, .28);
  padding: 13px 18px;
  background: var(--bkt-accent);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.bkt-legal-page {
  background: #f7f9fc;
}

.bkt-legal-hero {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 142px 0 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  border-bottom: 1px solid var(--bkt-line);
}

.bkt-legal-hero h1 {
  max-width: 740px;
  margin: 10px 0 0;
  color: var(--bkt-ink);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
}

.bkt-legal-hero p:not(.bkt-eyebrow) {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--bkt-muted);
  font-size: 18px;
  line-height: 1.65;
}

.bkt-legal-hero > span {
  min-width: 190px;
  padding: 18px 20px;
  border: 1px solid var(--bkt-line);
  background: #fff;
  color: var(--bkt-muted);
  font-size: 13px;
  line-height: 1.45;
  box-shadow: 0 14px 38px rgba(17, 24, 39, .06);
}

.bkt-legal-hero > span strong {
  display: block;
  margin-top: 4px;
  color: var(--bkt-ink);
  font-size: 16px;
}

.bkt-legal-layout {
  width: min(1120px, calc(100% - 40px));
  margin: 34px auto 80px;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.bkt-legal-toc {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 4px;
  padding: 22px;
  border: 1px solid var(--bkt-line);
  background: #fff;
  box-shadow: 0 18px 48px rgba(17, 24, 39, .07);
}

.bkt-legal-toc strong {
  margin-bottom: 8px;
  color: var(--bkt-ink);
  font-size: 13px;
  text-transform: uppercase;
}

.bkt-legal-toc a {
  padding: 9px 0;
  color: var(--bkt-muted);
  text-decoration: none;
  border-bottom: 1px solid var(--bkt-line);
}

.bkt-legal-toc a:hover {
  color: var(--bkt-accent);
}

.bkt-legal-content {
  display: grid;
  gap: 16px;
}

.bkt-legal-content article {
  scroll-margin-top: 120px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--bkt-line);
  background: #fff;
  box-shadow: 0 16px 42px rgba(17, 24, 39, .055);
}

.bkt-legal-content h2 {
  margin: 0 0 14px;
  color: var(--bkt-ink);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
}

.bkt-legal-content p,
.bkt-legal-content li {
  color: var(--bkt-muted);
  font-size: 16px;
  line-height: 1.72;
}

.bkt-legal-content p {
  margin: 0 0 14px;
}

.bkt-legal-content p:last-child {
  margin-bottom: 0;
}

.bkt-legal-content ul {
  margin: 0;
  padding-left: 20px;
}

.bkt-legal-content li + li {
  margin-top: 8px;
}

.bkt-legal-content a {
  color: var(--bkt-accent);
  font-weight: 800;
}

.bkt-cookie-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 99999;
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: #0f1b2d;
  color: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .32);
}

.bkt-cookie-banner[hidden],
.bkt-cookie-modal[hidden] {
  display: none !important;
}

.bkt-cookie-banner strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 18px;
}

.bkt-cookie-banner p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  line-height: 1.55;
}

.bkt-cookie-banner__links {
  display: flex;
  gap: 14px;
  margin-top: 10px;
}

.bkt-cookie-banner__links a {
  color: #fff;
  font-weight: 800;
}

.bkt-cookie-banner__actions,
.bkt-cookie-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.bkt-cookie-btn {
  border: 1px solid var(--bkt-accent);
  padding: 12px 16px;
  background: var(--bkt-accent);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.bkt-cookie-btn--ghost {
  border-color: rgba(255, 255, 255, .24);
  background: transparent;
}

.bkt-cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(9, 18, 32, .68);
}

.bkt-cookie-modal__panel {
  width: min(620px, 100%);
  padding: clamp(26px, 4vw, 40px);
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
}

.bkt-cookie-modal h2 {
  margin: 0 0 12px;
  color: var(--bkt-ink);
  font-size: 30px;
}

.bkt-cookie-modal p {
  margin: 0 0 22px;
  color: var(--bkt-muted);
  line-height: 1.65;
}

.bkt-cookie-toggle {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 12px;
  padding: 16px 0;
  border-top: 1px solid var(--bkt-line);
}

.bkt-cookie-toggle input {
  grid-row: span 2;
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

.bkt-cookie-toggle span {
  color: var(--bkt-ink);
  font-weight: 900;
}

.bkt-cookie-toggle small {
  color: var(--bkt-muted);
  line-height: 1.5;
}

.bkt-cookie-modal__actions {
  margin-top: 22px;
}

.bkt-cookie-modal .bkt-cookie-btn--ghost {
  border-color: var(--bkt-line);
  color: var(--bkt-ink);
}

@media (max-width: 920px) {
  .bkt-product-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .bkt-company {
    grid-template-columns: 1fr;
  }

  .bkt-company__media {
    min-height: 320px;
  }

  .bkt-company__content {
    padding: 44px 20px;
  }

  .bkt-site-header__inner {
    width: min(100% - 32px, 1180px);
    grid-template-columns: auto auto;
  }

  .bkt-site-nav {
    display: none;
  }

  .bkt-site-cta {
    justify-self: end;
  }

  .elementor-location-header .elementor-element-62cff59 > .e-con-inner {
    width: min(100% - 32px, 1180px) !important;
    min-height: 72px;
    grid-template-columns: auto auto;
  }

  .elementor-location-header .elementor-widget-nav-menu {
    justify-self: end;
  }

  .elementor-location-header .elementor-widget-button {
    display: none !important;
  }

  .bkt-trustbar,
  .bkt-product-grid,
  .bkt-industry-grid,
  .bkt-process-grid,
  .bkt-split,
  .bkt-info-grid,
  .bkt-contact-grid,
  .bkt-map-head,
  .bkt-value-grid,
  .bkt-download-head,
  .bkt-download-grid,
  .bkt-download-card,
  .bkt-legal-hero,
  .bkt-legal-layout,
  .bkt-cookie-banner,
  .bkt-section-head,
  .bkt-cta__inner {
    grid-template-columns: 1fr;
  }

  .bkt-legal-hero {
    padding-top: 118px;
  }

  .bkt-legal-toc {
    position: static;
  }

  .bkt-download-card__icon {
    width: 100%;
    height: 96px;
  }

  .bkt-download-card dl {
    grid-template-columns: 1fr;
  }

  .bkt-value-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--bkt-line);
  }

  .bkt-value-grid article:last-child {
    border-bottom: 0;
  }

  .bkt-cookie-banner__actions,
  .bkt-cookie-modal__actions {
    justify-content: stretch;
  }

  .bkt-cookie-btn {
    flex: 1 1 100%;
  }

  .bkt-trustbar {
    margin-top: 0;
    width: 100%;
  }

  .bkt-product-card {
    min-height: 320px;
  }
}

@media (max-width: 560px) {
  .bkt-hero {
    min-height: 620px;
    padding: 112px 16px 56px;
  }

  .bkt-actions {
    display: grid;
  }

  .bkt-button {
    width: 100%;
  }

  .bkt-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}
