﻿/*
Theme Name: BHDT Shenzhen
Theme URI: https://bhdt.ru/
Author: BHDT
Author URI: https://bhdt.ru/
Description: Информационная тема для сайта BHDT.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: bhdt-shenzhen
*/

:root {
  --bhdt-red: #111111;
  --bhdt-red-dark: #000000;
  --bhdt-silver: #e7eaf0;
  --bhdt-silver-mid: #c5cad3;
  --bhdt-silver-dark: #8c929d;
  --bhdt-blue: #111111;
  --bhdt-violet: #4d68ff;
  --bhdt-cyan: #1178ff;
  --bhdt-accent-gradient: linear-gradient(92deg, #1a1a1a 0%, #050505 100%);
  --bhdt-black: #000000;
  --bhdt-ink: #101010;
  --bhdt-muted: #686868;
  --bhdt-soft: #f6f4f2;
  --bhdt-soft-red: #f3f6ff;
  --bhdt-line: rgba(0, 0, 0, 0.09);
  --bhdt-white: #ffffff;
  --bhdt-page: #ffffff;
  --bhdt-panel: rgba(255, 255, 255, 0.9);
  --bhdt-panel-strong: #ffffff;
  --bhdt-copy: rgba(0, 0, 0, 0.58);
  --bhdt-copy-strong: rgba(0, 0, 0, 0.72);
  --bhdt-green: #26c45a;
  --bhdt-radius-lg: 36px;
  --bhdt-radius-md: 24px;
  --bhdt-shadow: 0 28px 80px rgba(0, 0, 0, 0.08);
  --bhdt-shadow-strong: 0 36px 110px rgba(0, 0, 0, 0.2);
  --bhdt-container: 1180px;
}

@property --hero-button-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

html[data-theme="dark"] {
  --bhdt-accent-gradient: linear-gradient(135deg, #272727 0%, #050505 100%);
  --bhdt-black: #ffffff;
  --bhdt-blue: #1a1a1a;
  --bhdt-cyan: #2a2a2a;
  --bhdt-violet: #343434;
  --bhdt-ink: #f7f7f4;
  --bhdt-muted: #adadad;
  --bhdt-soft: #101011;
  --bhdt-soft-red: #181313;
  --bhdt-line: rgba(255, 255, 255, 0.12);
  --bhdt-white: #050505;
  --bhdt-page: #050505;
  --bhdt-panel: rgba(20, 20, 21, 0.86);
  --bhdt-panel-strong: #141414;
  --bhdt-copy: rgba(255, 255, 255, 0.66);
  --bhdt-copy-strong: rgba(255, 255, 255, 0.82);
  --bhdt-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  --bhdt-shadow-strong: 0 38px 110px rgba(0, 0, 0, 0.58);
  color-scheme: dark;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

body {
  margin: 0;
  background: linear-gradient(180deg, var(--bhdt-page) 0%, var(--bhdt-soft) 52%, var(--bhdt-page) 100%);
  color: var(--bhdt-ink);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: geometricPrecision;
  transition: background 0.25s ease, color 0.25s ease;
  overflow-x: hidden;
}

html[data-theme="dark"] body {
  background:
    radial-gradient(circle at 52% -8%, rgba(255, 255, 255, 0.095), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(230, 0, 18, 0.075), transparent 28%),
    linear-gradient(180deg, #050505 0%, #0d0d0e 48%, #050505 100%);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

h1,
h2,
h3,
.hero-title,
.section-title,
.section-page-title,
.service-hero h1 {
  font-family: "Inter", sans-serif;
}

button,
input,
textarea {
  font: inherit;
}

.site-shell {
  overflow: hidden;
  max-width: 100vw;
}

.container {
  width: min(calc(100% - 40px), var(--bhdt-container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 5vw, 80px);
  width: 100%;
  margin: 0;
  padding: 14px clamp(24px, 2.5vw, 40px);
  border: 0;
  border-bottom: 1px solid rgba(16, 16, 16, 0.08);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
  backdrop-filter: blur(14px);
  transition: box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.06);
}

html[data-theme="dark"] .site-header {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background: rgba(11, 11, 12, 0.94);
  box-shadow: none;
}

html[data-theme="dark"] .site-header.is-scrolled {
  background: rgba(11, 11, 12, 0.98);
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  text-decoration: none;
}

.brand::after {
  display: none;
  content: none;
}

.brand img {
  width: 112px;
  height: auto;
}

.header-pill {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  justify-self: stretch;
  gap: clamp(20px, 4vw, 48px);
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

html[data-theme="dark"] .brand,
html[data-theme="dark"] .header-pill {
  background: transparent;
  box-shadow: none;
}

.brand-logo-home,
.brand-logo-dark {
  display: none;
}

body.home .brand-logo-home {
  display: block;
}

body.home .brand-logo-light,
body.home .brand-logo-dark {
  display: none;
}

html[data-theme="dark"] .brand-logo-light {
  display: none;
}

html[data-theme="dark"] .brand-logo-dark {
  display: block;
}

body.home[data-theme="dark"] .brand-logo-home,
html[data-theme="dark"] body.home .brand-logo-home {
  display: none;
}

html[data-theme="dark"] body.home .brand-logo-dark {
  display: block;
}

.site-nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(12px, 1.35vw, 24px);
  align-items: center;
  min-width: 0;
}

.site-nav a {
  color: var(--bhdt-copy);
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--bhdt-ink);
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-dropdown::after {
  position: absolute;
  top: 100%;
  left: -16px;
  right: -16px;
  height: 18px;
  content: "";
}

.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nav-dropdown-toggle::after {
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}

.nav-dropdown:hover .nav-dropdown-toggle::after,
.nav-dropdown:focus-within .nav-dropdown-toggle::after {
  transform: translateY(1px) rotate(225deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  z-index: 30;
  display: grid;
  min-width: 252px;
  padding: 10px;
  border: 1px solid var(--bhdt-line);
  border-radius: 22px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--bhdt-panel-strong) 96%, transparent), color-mix(in srgb, var(--bhdt-panel) 92%, transparent)),
    var(--bhdt-panel-strong);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-dropdown-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 14px;
  color: var(--bhdt-copy-strong);
  font-weight: 700;
  white-space: nowrap;
}

.nav-dropdown-menu a::after {
  color: #e60012;
  content: "→";
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible {
  background: rgba(230, 0, 18, 0.08);
  color: var(--bhdt-ink);
}

.nav-dropdown-menu a:hover::after,
.nav-dropdown-menu a:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.theme-toggle {
  position: relative;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 34px;
  padding: 3px;
  border: 1px solid var(--bhdt-line);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.03);
  color: var(--bhdt-copy-strong);
  cursor: pointer;
  overflow: hidden;
}

.theme-toggle::before {
  position: absolute;
  inset: 3px auto 3px 3px;
  width: calc(50% - 3px);
  border-radius: 999px;
  background: var(--bhdt-panel-strong);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
  transition: transform 0.22s ease;
  content: "";
}

html[data-theme="dark"] .theme-toggle {
  background: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .theme-toggle::before {
  transform: translateX(100%);
}

.theme-toggle span {
  position: relative;
  z-index: 1;
  min-width: 38px;
  padding: 0 8px;
  color: var(--bhdt-muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 26px;
  text-align: center;
  transition: color 0.2s ease;
}

.theme-toggle span:first-child,
html[data-theme="dark"] .theme-toggle span:last-child {
  color: var(--bhdt-ink);
}

html[data-theme="dark"] .theme-toggle span:first-child {
  color: var(--bhdt-muted);
}

.login-pill,
.btn-primary,
.btn-dark,
.btn-outline {
  --bhdt-button-ring: rgba(218, 222, 228, 0.58);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.login-pill::before,
.btn-primary::before,
.btn-dark::before,
.btn-outline::before {
  display: block;
  position: absolute;
  inset: -45% auto -45% -68%;
  z-index: 1;
  width: 38%;
  background: linear-gradient(110deg, transparent 0%, rgba(198, 204, 214, 0.12) 20%, rgba(231, 234, 240, 0.78) 42%, rgba(255, 255, 255, 0.58) 48%, rgba(140, 146, 157, 0.32) 57%, rgba(198, 204, 214, 0.12) 66%, transparent 78%);
  content: "";
  opacity: 0.72;
  pointer-events: none;
  transform: translateX(-180%) rotate(16deg);
  transition: transform 0.58s ease;
  animation: bhdtButtonGlassSweep 4s ease-in-out infinite;
}

.login-pill::after,
.btn-primary::after,
.btn-dark::after,
.btn-outline::after,
.hero-tags a::after,
.service-tab-button::after,
.supplier-filter-tabs button::after,
.service-overview-more::after,
.post-card .card-more::after,
.cookie-consent-button::after,
.media-control::after,
.floating-action::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 1.5px;
  border-radius: inherit;
  background:
    conic-gradient(
      from var(--bhdt-live-button-angle, var(--hero-button-angle, 0deg)),
      transparent 0deg,
      transparent 244deg,
      rgba(218, 222, 228, 0.12) 268deg,
      var(--bhdt-button-ring, rgba(218, 222, 228, 0.78)) 292deg,
      rgba(246, 248, 252, 0.96) 312deg,
      #dfe3ea 326deg,
      rgba(218, 222, 228, 0.18) 342deg,
      transparent 360deg
    );
  content: "";
  opacity: 0.84;
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  animation: bhdtButtonLayerSpin 2.36s linear infinite;
}

.hero-tags a,
.service-tab-button,
.supplier-filter-tabs button,
.service-overview-more,
.post-card .card-more,
.cookie-consent-button,
.media-control,
.floating-action {
  --bhdt-button-ring: rgba(218, 222, 228, 0.58);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.btn-primary,
.btn-dark,
.service-tab-button.is-active,
.supplier-filter-tabs button.is-active,
.media-control,
.floating-action,
.cookie-consent-button {
  --bhdt-button-ring: rgba(232, 236, 242, 0.92);
}

.hero-tags a::before,
.service-tab-button::before,
.supplier-filter-tabs button::before,
.service-overview-more::before,
.post-card .card-more::before,
.cookie-consent-button::before,
.media-control::before,
.floating-action::before {
  display: block;
  position: absolute;
  inset: -45% auto -45% -68%;
  z-index: 1;
  width: 38%;
  background: linear-gradient(110deg, transparent 0%, rgba(198, 204, 214, 0.12) 20%, rgba(231, 234, 240, 0.76) 42%, rgba(255, 255, 255, 0.56) 48%, rgba(140, 146, 157, 0.3) 57%, rgba(198, 204, 214, 0.12) 66%, transparent 78%);
  content: "";
  opacity: 0.68;
  pointer-events: none;
  transform: translateX(-180%) rotate(16deg);
  animation: bhdtButtonGlassSweep 4s ease-in-out infinite;
}

.hero-tags a:hover::before,
.service-tab-button:hover::before,
.supplier-filter-tabs button:hover::before,
.service-overview-more:hover::before,
.post-card .card-more:hover::before,
.cookie-consent-button:hover::before,
.media-control:hover::before,
.floating-action:hover::before {
  animation-duration: 4s;
}

.hero-tags a:hover::after,
.service-tab-button:hover::after,
.supplier-filter-tabs button:hover::after,
.service-overview-more:hover::after,
.post-card .card-more:hover::after,
.cookie-consent-button:hover::after,
.media-control:hover::after,
.floating-action:hover::after,
.login-pill:hover::after,
.btn-primary:hover::after,
.btn-dark:hover::after,
.btn-outline:hover::after {
  opacity: 0.98;
  animation-duration: 1.64s;
}

.login-pill,
.btn-dark {
  background: #121212;
  color: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.login-pill {
  min-height: 36px;
  padding-inline: 18px;
  font-size: 12px;
}

.btn-primary {
  background: var(--bhdt-accent-gradient);
  color: #ffffff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.btn-outline {
  min-height: 44px;
  border: 1px solid var(--bhdt-line);
  background: var(--bhdt-panel-strong);
  color: var(--bhdt-ink);
}

.login-pill:hover,
.btn-dark:hover,
.btn-primary:hover,
.btn-outline:hover {
  transform: translateY(-2px);
}

.login-pill:hover::before,
.btn-dark:hover::before,
.btn-primary:hover::before,
.btn-outline:hover::before {
  animation-duration: 4s;
  transform: translateX(430%) rotate(16deg);
}

.btn-primary:hover {
  background: linear-gradient(92deg, #2c2c2c 0%, #050505 100%);
  box-shadow: var(--bhdt-shadow-strong);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #111111;
  color: #ffffff;
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 99px;
  background: currentColor;
  content: "";
}

.hero {
  position: relative;
  padding: clamp(88px, 10vw, 146px) 0 clamp(56px, 8vw, 106px);
  text-align: center;
}

.hero-city {
  display: grid;
  min-height: calc(100svh - 72px);
  align-items: center;
  padding: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.62) 48%, rgba(0, 0, 0, 0.74) 100%),
    radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.12), transparent 30%),
    url("assets/images/shenzhen-city-hero.jpg") center / cover no-repeat;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 6% auto auto 50%;
  width: min(78vw, 980px);
  height: min(78vw, 700px);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 36%, rgba(17, 120, 255, 0.1), transparent 48%),
    radial-gradient(circle at 30% 72%, rgba(117, 87, 255, 0.1), transparent 42%);
  filter: blur(24px);
  opacity: 0.8;
  transform: translateX(-50%);
  content: "";
  pointer-events: none;
  animation: bhdtAuraDrift 16s ease-in-out infinite alternate;
}

html[data-theme="dark"] .hero::before {
  inset: 4% auto auto 50%;
  width: min(86vw, 1040px);
  height: min(86vw, 740px);
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.13), transparent 34%),
    radial-gradient(circle at 62% 42%, rgba(230, 0, 18, 0.11), transparent 42%),
    radial-gradient(circle at 50% 50%, rgba(120, 120, 120, 0.12), transparent 52%);
  filter: blur(34px);
}

.hero > .container {
  position: relative;
  z-index: 1;
  min-height: clamp(780px, 72vw, 980px);
}

.hero-city > .container {
  min-height: max(620px, calc(100svh - 72px));
  justify-content: center;
  padding-top: clamp(18px, 3vh, 34px);
  padding-bottom: clamp(18px, 3vh, 34px);
}

.hero-city-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1040px;
  transition: transform 0.22s ease;
}

html.has-cookie-consent body.home .hero-city-content {
  transform: translateY(-44px);
}

.hero > .container > :not(.hero-stage) {
  position: relative;
  z-index: 2;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 9px 16px;
  border: 1px solid var(--bhdt-line);
  border-radius: 999px;
  background: var(--bhdt-panel);
  color: var(--bhdt-copy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
}

.status-badge::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bhdt-green);
  box-shadow: 0 0 0 6px rgba(38, 196, 90, 0.12);
  content: "";
  animation: bhdtOnlinePulse 2.4s ease-in-out infinite;
}

.hero-title {
  max-width: 960px;
  margin: 0 auto;
  color: var(--bhdt-ink);
  font-size: clamp(44px, 6.4vw, 86px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.018em;
  word-spacing: 0.035em;
}

.hero-city .hero-title,
.hero-city .hero-lead,
.hero-city .hero-actions,
.hero-city .hero-tags,
.hero-city .hero-trust-row {
  margin-left: auto;
  margin-right: auto;
}

.hero-city .hero-title {
  max-width: 920px;
  color: #ffffff;
  text-shadow: 0 22px 64px rgba(0, 0, 0, 0.44);
}

.hero-city .status-badge {
  margin-bottom: clamp(14px, 2.3vh, 24px);
}

.hero-city .hero-title .accent {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  color: #ffffff;
}

.hero-word-red {
  color: #e60012;
  font-weight: 700;
  animation: bhdtRedGlow 4.8s ease-in-out infinite;
}

.hero-title .accent {
  display: block;
  color: var(--bhdt-ink);
}

.hero-lead {
  max-width: 760px;
  margin: 22px auto 0;
  color: var(--bhdt-copy);
  font-size: clamp(16px, 1.55vw, 20px);
  line-height: 1.5;
  letter-spacing: 0;
}

.hero-city .hero-lead {
  position: relative;
  left: auto;
  width: min(850px, calc(100vw - 80px));
  max-width: min(850px, calc(100vw - 80px));
  padding-left: 32px;
  color: rgba(255, 255, 255, 0.96);
  font-family: "Inter", sans-serif;
  font-size: clamp(17px, 1.22vw, 19px);
  font-style: italic;
  font-weight: 600;
  line-height: 1.46;
  letter-spacing: 0.005em;
  text-align: left;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.42);
}

.hero-city .hero-lead::before {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 3px;
  border-radius: 999px;
  background: #e60012;
  box-shadow: 0 0 18px rgba(230, 0, 18, 0.3);
  content: "";
}

.hero-lead > span {
  display: block;
}

.hero-city .hero-lead > span:first-child {
  font-weight: 700;
  letter-spacing: 0.01em;
}

.hero-city .hero-lead > span:nth-child(2) {
  white-space: nowrap;
}

.hero-lead-brand-line {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.hero-lead-logo {
  display: inline-block;
  width: auto;
  height: clamp(30px, 2vw, 34px);
  flex: 0 0 auto;
  object-fit: contain;
  transform: translateY(1px);
}

.hero-lead-brand-copy {
  display: inline;
}

.hero-tags {
  order: 4;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  justify-items: center;
  gap: 12px;
  width: min(100%, 850px);
  margin-top: clamp(22px, 4vh, 40px);
}

.hero-tags a {
  display: inline-flex;
  justify-content: center;
  min-height: 46px;
  align-items: center;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.hero-tags a:nth-child(1) {
  grid-column: 1 / span 2;
}

.hero-tags a:nth-child(2) {
  grid-column: 3 / span 2;
}

.hero-tags a:nth-child(3) {
  grid-column: 5 / span 2;
}

.hero-tags a:nth-child(4) {
  grid-column: 2 / span 2;
}

.hero-tags a:nth-child(5) {
  grid-column: 4 / span 2;
}

.hero-tags a:hover,
.hero-tags a:focus-visible {
  background: rgba(255, 255, 255, 0.92);
  color: #111111;
  transform: translateY(-2px);
}

.hero-actions {
  order: 5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  width: fit-content;
  margin-top: 14px;
}

.hero-outline {
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.hero-outline:hover {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.16);
}

.hero-trust-row {
  order: 6;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  width: fit-content;
  max-width: min(100%, 760px);
  margin-top: 14px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(14px, 1vw, 15px);
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.hero-trust-row span {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  line-height: 1.45;
}

.hero-trust-row span::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1178ff;
  content: "";
  animation: bhdtBluePulse 3s ease-in-out infinite;
}

.home .hero-city .btn-primary {
  min-height: 54px;
  padding-inline: 36px;
  background: #ffffff;
  border: 1px solid rgba(198, 204, 214, 0.52);
  color: #111111;
  font-size: clamp(17px, 1.18vw, 19px);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.24),
    0 0 34px rgba(198, 204, 214, 0.2);
  animation: bhdtHeroButtonGlow 3.6s ease-in-out infinite;
}

.home .hero-city .btn-primary:hover {
  background: #ffffff;
  box-shadow:
    0 24px 62px rgba(0, 0, 0, 0.32),
    0 0 42px rgba(198, 204, 214, 0.26);
}

.home .hero-city .btn-primary::after,
.home .hero-city .btn-outline::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 2px;
  border-radius: inherit;
  background:
    conic-gradient(
      from var(--bhdt-live-button-angle, var(--hero-button-angle, 0deg)),
      transparent 0deg,
      transparent 242deg,
      rgba(218, 222, 228, 0.14) 266deg,
      rgba(218, 222, 228, 0.88) 292deg,
      rgba(246, 248, 252, 1) 314deg,
      #dfe3ea 328deg,
      rgba(218, 222, 228, 0.18) 344deg,
      transparent 360deg
    );
  content: "";
  opacity: 0.92;
  filter: none;
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  animation: bhdtButtonLayerSpin 2.1s linear infinite;
}

.home .hero-city .btn-outline {
  min-height: 54px;
  padding-inline: 28px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(17, 17, 17, 0.44);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 44px rgba(0, 0, 0, 0.18);
}

.home .hero-city .btn-outline:hover {
  background: rgba(25, 25, 25, 0.56);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 24px 62px rgba(0, 0, 0, 0.26),
    0 0 36px rgba(230, 0, 18, 0.12);
}

.hero-search {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 0.75fr) auto;
  gap: 10px;
  align-items: center;
  width: min(100%, 780px);
  margin: 44px auto 0;
  padding: 10px;
  border: 1px solid var(--bhdt-line);
  border-radius: 999px;
  background: var(--bhdt-panel);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.09);
}

.hero-city .hero-search {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}

.hero-city .popular-line,
.hero-city .popular-line span {
  color: rgba(255, 255, 255, 0.82);
}

.hero-city .hero-proof {
  justify-content: flex-start;
}

.hero-city .hero-proof span {
  background: rgba(255, 255, 255, 0.9);
  color: #151515;
}

.hero-search input {
  min-width: 0;
  height: 48px;
  border: 0;
  border-radius: 999px;
  outline: none;
  background: transparent;
  color: var(--bhdt-ink);
  padding: 0 18px;
}

.hero-search input::placeholder,
.form-card input::placeholder,
.form-card textarea::placeholder {
  color: color-mix(in srgb, var(--bhdt-muted) 70%, transparent);
}

.popular-line {
  margin-top: 18px;
  color: var(--bhdt-copy);
  font-size: 12px;
}

.popular-line span {
  color: var(--bhdt-copy-strong);
  font-weight: 600;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid var(--bhdt-line);
  border-radius: 999px;
  background: var(--bhdt-panel);
  color: var(--bhdt-copy-strong);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.05);
}

.hero-proof span::before {
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--bhdt-blue);
  content: "";
}

.hero-stage {
  position: absolute;
  left: 50%;
  top: clamp(220px, 22vw, 300px);
  z-index: 1;
  width: min(1120px, calc(100vw - 80px));
  margin: 0;
  min-height: clamp(280px, 34vw, 430px);
  opacity: 0.5;
  pointer-events: none;
  transform: translateX(-50%);
}

html[data-theme="dark"] .hero-stage {
  opacity: 0.66;
}

.hero-orbit {
  position: absolute;
  inset: 4% 12% 10%;
  border: 1px solid color-mix(in srgb, var(--bhdt-violet) 32%, transparent);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 46%, rgba(117, 87, 255, 0.24), transparent 30%),
    radial-gradient(circle at 50% 52%, rgba(17, 120, 255, 0.16), transparent 46%);
  filter: blur(2px);
  transform: perspective(600px) rotateX(58deg);
}

.hero-media {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border: 1px solid color-mix(in srgb, var(--bhdt-line) 82%, transparent);
  border-radius: 34px;
  background: #050612;
  box-shadow: 0 34px 120px rgba(17, 120, 255, 0.16);
  overflow: hidden;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 6, 18, 0.08), rgba(5, 6, 18, 0.22)),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.2), transparent 32%);
  content: "";
  pointer-events: none;
}

html[data-theme="dark"] .hero-orbit {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.1), transparent 30%),
    radial-gradient(circle at 50% 52%, rgba(230, 0, 18, 0.09), transparent 46%);
}

html[data-theme="dark"] .hero-media {
  background: #070707;
  box-shadow:
    0 34px 120px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

html[data-theme="dark"] .hero-media::after {
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.24)),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.14), transparent 32%);
}

.hero-media img,
.hero-media video,
.service-hero-media img,
.service-hero-media video {
  width: 100%;
  height: 100%;
  min-height: clamp(260px, 33vw, 410px);
  object-fit: cover;
}

.hero-floating-card {
  position: absolute;
  z-index: 2;
  max-width: 240px;
  padding: 16px 18px;
  border: 1px solid var(--bhdt-line);
  border-radius: 22px;
  background: color-mix(in srgb, var(--bhdt-panel-strong) 90%, transparent);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.12);
  text-align: left;
  backdrop-filter: blur(18px);
}

.hero-floating-card strong {
  display: block;
  margin-bottom: 5px;
  color: var(--bhdt-ink);
  font-size: 14px;
  font-weight: 900;
}

.hero-floating-card span {
  display: block;
  color: var(--bhdt-copy);
  font-size: 12px;
  line-height: 1.35;
}

.hero-floating-card-left {
  left: 0;
  bottom: 18%;
}

.hero-floating-card-right {
  right: 0;
  top: 16%;
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--bhdt-line);
  background: var(--bhdt-panel);
  backdrop-filter: blur(12px);
}

.stat-item {
  padding: 34px 24px 30px;
  text-align: center;
}

.stat-item + .stat-item {
  border-left: 1px solid var(--bhdt-line);
}

.stat-number {
  display: block;
  color: var(--bhdt-ink);
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  letter-spacing: -0.038em;
}

.stat-label {
  display: block;
  margin-top: 9px;
  color: var(--bhdt-copy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.conversion-band {
  position: relative;
  padding: clamp(34px, 5vw, 56px) 0;
  background:
    radial-gradient(circle at 12% 50%, rgba(17, 120, 255, 0.13), transparent 34%),
    radial-gradient(circle at 82% 28%, rgba(117, 87, 255, 0.13), transparent 34%),
    linear-gradient(135deg, #071025, #101435 58%, #20104c);
  color: #ffffff;
  overflow: hidden;
}

html[data-theme="dark"] .conversion-band {
  background:
    radial-gradient(circle at 12% 50%, rgba(255, 255, 255, 0.08), transparent 34%),
    radial-gradient(circle at 82% 28%, rgba(230, 0, 18, 0.08), transparent 34%),
    linear-gradient(135deg, #050505, #151516 58%, #080808);
}

.conversion-band::after {
  position: absolute;
  top: -90px;
  right: 8%;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.conversion-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 1.15fr) minmax(320px, 1fr) auto;
  gap: clamp(20px, 4vw, 48px);
  align-items: center;
}

.conversion-eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.conversion-band h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.035em;
  word-spacing: 0.08em;
}

.conversion-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(15px, 1.5vw, 18px);
  letter-spacing: -0.018em;
}

.conversion-band .btn-dark {
  min-width: 178px;
  background: #ffffff;
  color: #111111;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
}

.section {
  padding: clamp(74px, 9vw, 124px) 0;
}

.section.soft {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--bhdt-soft) 78%, transparent), color-mix(in srgb, var(--bhdt-page) 95%, transparent)),
    radial-gradient(circle at 80% 20%, rgba(17, 120, 255, 0.1), transparent 38%);
}

html[data-theme="dark"] .section.soft,
html[data-theme="dark"] .home-sourcing,
html[data-theme="dark"] .home-metrics,
html[data-theme="dark"] .home-blog {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.075), transparent 34%),
    radial-gradient(circle at 92% 16%, rgba(230, 0, 18, 0.06), transparent 30%),
    linear-gradient(180deg, #050505 0%, #151516 52%, #090909 100%);
}

.section.dark {
  background:
    radial-gradient(circle at 8% 22%, rgba(17, 120, 255, 0.18), transparent 25%),
    radial-gradient(circle at 90% 20%, rgba(117, 87, 255, 0.34), transparent 30%),
    #050612;
  color: #ffffff;
}

html[data-theme="dark"] .section.dark {
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 255, 255, 0.08), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(230, 0, 18, 0.08), transparent 30%),
    linear-gradient(180deg, #050505 0%, #111112 52%, #050505 100%);
}

.section.dark .section-kicker,
.section.dark .section-title {
  color: #ffffff;
}

.section-head {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: clamp(26px, 6vw, 86px);
  align-items: end;
  margin-bottom: clamp(30px, 5vw, 58px);
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--bhdt-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-kicker::before {
  display: inline-block;
  width: 32px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.section-title {
  margin: 0;
  color: inherit;
  font-size: clamp(34px, 5vw, 72px);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.065em;
}

.section-logo-wordmark {
  display: inline-block;
  width: auto;
  height: clamp(39px, 4.5vw, 58px);
  margin-right: 0.22em;
  vertical-align: -0.04em;
}

.section-logo-wordmark-dark {
  display: none;
}

html[data-theme="dark"] .section-logo-wordmark-light {
  display: none;
}

html[data-theme="dark"] .section-logo-wordmark-dark {
  display: inline-block;
}

.section-copy {
  margin: 0;
  color: var(--bhdt-copy);
  font-size: clamp(16px, 1.8vw, 21px);
  letter-spacing: -0.025em;
}

.directions-head {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.28fr);
  align-items: center;
}

.directions-panel {
  margin: 0 0 clamp(42px, 5.5vw, 68px);
  padding: clamp(36px, 5vw, 56px) clamp(26px, 5vw, 56px) clamp(28px, 4vw, 45px);
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  background: #ffffff;
  box-shadow:
    0 12px 40px -12px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.02);
}

.directions-panel .directions-head {
  gap: clamp(24px, 3vw, 36px);
  margin: 0;
  padding: 0;
}

.directions-title-block {
  --directions-statement-size: clamp(18px, 2.35vw, 28px);
  min-width: 0;
}

.directions-eyebrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: clamp(20px, 2.2vw, 28px);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  color: #5e6472;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.directions-eyebrow span:first-child {
  font-weight: 600;
}

.directions-eyebrow span:last-child {
  color: #8b8f9a;
  font-size: 9px;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: none;
}

.directions-head .section-title,
.home-start .directions-head .section-title {
  max-width: 900px;
  color: #1f2128;
  font-family: "Inter", sans-serif;
  font-size: var(--directions-statement-size);
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: -0.015em;
}

.directions-phrase {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.directions-phrase .directions-line {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: var(--directions-statement-size);
  line-height: 1.28;
  letter-spacing: -0.015em;
  white-space: nowrap;
}

.directions-line-light {
  color: #1f2128;
  font-weight: 400;
}

.directions-line-bold {
  color: #0b0d12;
  font-weight: 700;
}

.directions-line-sub {
  width: fit-content;
  margin-top: 6px;
  padding-left: 18px;
  border-left: 2px solid rgba(60, 70, 90, 0.08);
  color: #3f424b;
  font-weight: 500;
}

.directions-intro {
  margin: 6px 0 0;
}

.directions-intro,
.home-start .directions-head .directions-intro {
  max-width: 900px;
  color: #1f2128;
  font-family: "Inter", sans-serif;
  font-size: var(--directions-statement-size);
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: -0.015em;
}

.directions-copy {
  display: flex;
  align-self: center;
  justify-content: flex-end;
}

.directions-copy strong {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  width: fit-content;
  color: #0b0d12;
  font-family: "Inter", sans-serif;
  font-size: clamp(20px, 2.4vw, 29px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: right;
}

.directions-copy strong small {
  display: block;
  margin-top: 2px;
  color: #606570;
  font-size: 0.7em;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.directions-copy strong small::after {
  display: block;
  width: 28px;
  height: 2px;
  margin: 8px 0 0 auto;
  border-radius: 999px;
  background: rgba(40, 50, 70, 0.12);
  content: "";
}

.directions-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.02);
  color: #9297a2;
  font-family: "Inter", sans-serif;
  font-size: 9px;
  font-weight: 300;
  letter-spacing: 0.08em;
}

.dark .section-copy {
  color: rgba(255, 255, 255, 0.68);
}

.home-start .section-head {
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.58fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: center;
}

.home-start .section-kicker {
  margin-bottom: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.home-start .section-title {
  max-width: 780px;
  font-size: clamp(34px, 4.15vw, 60px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.042em;
  text-wrap: balance;
}

.home-start .section-copy {
  max-width: 520px;
  color: var(--bhdt-copy-strong);
  font-size: clamp(16px, 1.55vw, 20px);
  line-height: 1.62;
  letter-spacing: -0.018em;
}

.home-start .section.dark .section-copy {
  color: rgba(255, 255, 255, 0.74);
}

.home-start .card h3,
.home-start .step-card h3 {
  font-weight: 700;
  letter-spacing: -0.032em;
}

.home-photo-strip {
  position: relative;
  margin: 0 0 clamp(24px, 4vw, 42px);
  border: 1px solid var(--bhdt-line);
  border-radius: clamp(28px, 4vw, 44px);
  background: #111111;
  box-shadow: 0 28px 82px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  isolation: isolate;
}

.home-photo-strip::before,
.home-photo-strip::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  z-index: 1;
}

.home-photo-strip::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.08) 54%, rgba(0, 0, 0, 0.24)),
    linear-gradient(180deg, transparent 54%, rgba(0, 0, 0, 0.52));
}

.home-photo-strip::after {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: inherit;
}

.home-photo-strip img {
  width: 100%;
  height: clamp(270px, 34vw, 480px);
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.7s ease, filter 0.7s ease;
}

.home-photo-strip.reveal.is-visible img {
  animation: bhdtPhotoSettle 1.15s ease both;
}

.home-photo-strip:hover img {
  filter: saturate(1.05) contrast(1.03);
  transform: scale(1.045);
}

.home-photo-strip figcaption {
  position: absolute;
  left: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 32px);
  z-index: 2;
  max-width: min(560px, calc(100% - 40px));
  margin: 0;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
  font-size: clamp(13px, 1.35vw, 16px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.home-photo-strip figcaption::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: #e60012;
  content: "";
  vertical-align: 0.08em;
  animation: bhdtDotBreathe 2.8s ease-in-out infinite;
}

.home-photo-strip.is-dark {
  border-color: rgba(255, 255, 255, 0.13);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.28);
}

.home-section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.home-events .card {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.home-events .card:hover {
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.home-events .card h3,
.home-events .card p,
.home-events .article-meta {
  color: #ffffff;
}

.home-events .card p {
  color: rgba(255, 255, 255, 0.72);
}

.home-events .card::after {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(230, 0, 18, 0.12));
}

.home-final-cta {
  padding-top: clamp(70px, 8vw, 118px);
}

.service-tab-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 0 0 clamp(46px, 6vw, 68px);
}

.service-tab-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 24px;
  border: 1px solid var(--bhdt-line);
  border-radius: 999px;
  background: var(--bhdt-panel-strong);
  color: var(--bhdt-copy-strong);
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.service-tab-icon {
  position: relative;
  display: inline-flex;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: currentColor;
  -webkit-mask: var(--service-icon) center / contain no-repeat;
  mask: var(--service-icon) center / contain no-repeat;
}

.service-tab-icon::before {
  display: none;
}

.service-tab-icon::after {
  display: none;
}

.service-tab-icon[data-service-icon="business"] {
  --service-icon: url("assets/icons/service-business.svg");
}

.service-tab-icon[data-service-icon="events"] {
  --service-icon: url("assets/icons/service-events.svg");
}

.service-tab-button:hover,
.service-tab-button:focus-visible {
  transform: translateY(-2px);
}

.service-tab-button.is-active {
  border-color: rgba(198, 204, 214, 0.76) !important;
  background-color: #e7eaf0 !important;
  background-image: linear-gradient(135deg, #ffffff 0%, #e7eaf0 40%, #8c929d 100%) !important;
  color: #111111 !important;
  box-shadow:
    0 18px 40px rgba(135, 142, 154, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
  animation: bhdtPillPop 0.34s ease both;
}

html[data-theme="dark"] .service-tab-button:not(.is-active),
html[data-theme="dark"] .supplier-filter-tabs button:not(.is-active),
html[data-theme="dark"] .filter-pills span {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(31, 31, 32, 0.9), rgba(12, 12, 13, 0.94)),
    #141414;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 12px 28px rgba(0, 0, 0, 0.22);
}

html[data-theme="dark"] .service-tab-button:not(.is-active):hover,
html[data-theme="dark"] .supplier-filter-tabs button:not(.is-active):hover,
html[data-theme="dark"] .filter-pills span:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(38, 38, 39, 0.94), rgba(16, 16, 17, 0.98)),
    #171717;
}

.service-tab-panel {
  display: none;
}

.service-tab-panel.is-active {
  display: block;
  animation: panelReveal 0.32s ease both;
}

.service-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.service-overview-card {
  position: relative;
  min-height: 320px;
  padding: clamp(28px, 3.6vw, 42px);
  border: 1px solid var(--bhdt-line);
  border-radius: 28px;
  background: var(--bhdt-panel);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.055);
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.service-overview-card-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 0.7s ease, filter 0.7s ease;
}

.service-overview-card-photo .service-overview-card-bg {
  animation: bhdtServicePhotoDrift 9s ease-in-out infinite alternate;
  transform-origin: center;
}

.service-overview-card-photo {
  min-height: 360px;
  border-color: rgba(255, 255, 255, 0.16);
  background: #090909;
  color: #ffffff;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.service-overview-card-photo::before,
.service-overview-card-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.service-overview-card-photo::before {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.68) 56%, rgba(0, 0, 0, 0.84) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.38) 62%, rgba(0, 0, 0, 0.18) 100%);
}

.service-overview-card-photo::after {
  z-index: 2;
  background:
    radial-gradient(circle at 84% 18%, rgba(198, 204, 214, 0.24), transparent 0 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 28%);
  mix-blend-mode: screen;
  opacity: 0.72;
  animation: bhdtServiceCardGlow 4.8s ease-in-out infinite;
}

.service-overview-card:hover {
  border-color: rgba(155, 163, 176, 0.34);
  box-shadow: 0 30px 84px rgba(0, 0, 0, 0.09);
  transform: translateY(-5px);
}

.service-overview-card-photo:hover {
  border-color: rgba(198, 204, 214, 0.42);
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.26),
    0 0 0 1px rgba(198, 204, 214, 0.16);
}

.service-overview-card-photo:hover .service-overview-card-bg {
  filter: saturate(1.12) contrast(1.06);
  transform: scale(1.08);
}

html[data-theme="dark"] .service-overview-card {
  border-color: rgba(255, 255, 255, 0.105);
  background:
    linear-gradient(180deg, rgba(28, 28, 29, 0.94), rgba(13, 13, 14, 0.96)),
    #121212;
  box-shadow:
    0 28px 86px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

html[data-theme="dark"] .service-overview-card:hover {
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow:
    0 34px 96px rgba(0, 0, 0, 0.62),
    0 0 0 1px rgba(230, 0, 18, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.js .service-overview-card.reveal.is-visible:hover {
  transform: translateY(-5px);
}

.service-overview-icon {
  position: relative;
  z-index: 3;
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border: 1px solid rgba(230, 0, 18, 0.12);
  border-radius: 20px;
  background:
    radial-gradient(circle at 82% 18%, rgba(230, 0, 18, 0.18), transparent 0 22%),
    linear-gradient(145deg, #ffffff, #f6f6f6);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.service-overview-icon::before,
.service-overview-icon::after {
  position: absolute;
  content: "";
}

.service-overview-icon::before {
  inset: 12px;
  background: #111111;
  -webkit-mask: var(--service-icon) center / contain no-repeat;
  mask: var(--service-icon) center / contain no-repeat;
}

.service-overview-icon::after {
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #e60012;
  box-shadow: 0 8px 18px rgba(230, 0, 18, 0.26);
  animation: bhdtDotBreathe 2.4s ease-in-out infinite;
}

.service-tab-button.is-active,
.supplier-filter-tabs button.is-active {
  animation: bhdtActivePillPulse 2.6s ease-in-out infinite;
}

html[data-theme="dark"] .service-overview-icon {
  border-color: rgba(255, 255, 255, 0.13);
  background:
    radial-gradient(circle at 82% 18%, rgba(230, 0, 18, 0.18), transparent 0 22%),
    linear-gradient(145deg, #242425, #0d0d0e);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .service-overview-icon::before {
  background: #f7f7f4;
}

html[data-theme="dark"] .service-overview-card:hover .service-overview-icon {
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.52),
    0 0 34px rgba(230, 0, 18, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.service-overview-card-photo .service-overview-icon {
  border-color: rgba(255, 255, 255, 0.22);
  background:
    radial-gradient(circle at 82% 18%, rgba(230, 0, 18, 0.34), transparent 0 22%),
    rgba(255, 255, 255, 0.14);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(16px);
}

.service-overview-card-photo .service-overview-icon::before {
  background: #ffffff;
}

.service-overview-card:hover .service-overview-icon {
  border-color: rgba(230, 0, 18, 0.24);
  box-shadow:
    0 24px 54px rgba(230, 0, 18, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: translateY(-3px) rotate(-1deg);
}

.service-overview-card:hover .service-overview-icon::after {
  animation: bhdtDotBreathe 1.2s ease-in-out infinite;
}

.service-overview-icon[data-service-icon="search"] {
  --service-icon: url("assets/icons/service-search.svg");
}

.service-overview-icon[data-service-icon="quality"] {
  --service-icon: url("assets/icons/service-quality.svg");
}

.service-overview-icon[data-service-icon="logistics"] {
  --service-icon: url("assets/icons/service-logistics.svg");
}

.service-overview-icon[data-service-icon="legal"] {
  --service-icon: url("assets/icons/service-legal.svg");
}

.service-overview-icon[data-service-icon="factory"] {
  --service-icon: url("assets/icons/service-factory.svg");
}

.service-overview-icon[data-service-icon="analytics"] {
  --service-icon: url("assets/icons/service-analytics.svg");
}

.service-overview-icon[data-service-icon="concert"] {
  --service-icon: url("assets/icons/service-concert.svg");
}

.service-overview-icon[data-service-icon="microphone"] {
  --service-icon: url("assets/icons/service-microphone.svg");
}

.service-overview-icon[data-service-icon="premium"] {
  --service-icon: url("assets/icons/service-premium.svg");
}

.service-overview-icon[data-service-icon="venue"] {
  --service-icon: url("assets/icons/service-venue.svg");
}

.service-overview-icon[data-service-icon="documents"] {
  --service-icon: url("assets/icons/service-documents.svg");
}

.service-overview-icon[data-service-icon="guest"] {
  --service-icon: url("assets/icons/service-guest.svg");
}

.service-overview-icon[data-service-icon="storage"] {
  --service-icon: url("assets/icons/service-storage.svg");
}

.service-overview-icon[data-service-icon="rd"] {
  --service-icon: url("assets/icons/service-rd.svg");
}

.service-overview-icon[data-service-icon="trends"] {
  --service-icon: url("assets/icons/service-trends.svg");
}

.service-overview-card h3 {
  position: relative;
  z-index: 3;
  max-width: 340px;
  margin: 0 0 18px;
  color: var(--bhdt-ink);
  font-size: clamp(22px, 2.1vw, 28px);
  line-height: 1.22;
  letter-spacing: -0.035em;
}

.service-overview-badge {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  margin-left: 8px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(230, 0, 18, 0.1);
  color: #e60012;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  vertical-align: 0.22em;
}

.service-overview-card p {
  position: relative;
  z-index: 3;
  margin: 0;
  padding-bottom: 74px;
  color: var(--bhdt-copy-strong);
  font-size: 16px;
  line-height: 1.58;
}

.service-overview-points {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0 0 76px;
  list-style: none;
}

.service-overview-points li {
  position: relative;
  padding-left: 19px;
  color: var(--bhdt-copy-strong);
  font-size: 15px;
  line-height: 1.42;
}

.service-overview-points li::before {
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e60012;
  box-shadow: 0 0 0 4px rgba(230, 0, 18, 0.08);
  content: "";
}

.service-overview-card-photo h3,
.service-overview-card-photo p,
.service-overview-card-photo .service-overview-points li {
  color: #ffffff;
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.42);
}

.service-overview-card-photo p,
.service-overview-card-photo .service-overview-points li {
  color: rgba(255, 255, 255, 0.84);
}

.service-overview-card-photo .service-overview-badge {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.service-overview-more {
  position: absolute;
  z-index: 4;
  left: clamp(28px, 3.6vw, 42px);
  bottom: clamp(26px, 3.2vw, 34px);
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 22px;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(155, 163, 176, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-overview-card-photo .service-overview-more {
  background: #ffffff;
  color: #111111;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.26),
    0 0 34px rgba(198, 204, 214, 0.16);
}

.service-overview-card:hover .service-overview-more {
  box-shadow: 0 18px 42px rgba(155, 163, 176, 0.28);
  transform: translateX(4px);
}

@keyframes panelReveal {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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

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

.cards-grid.five .card:first-child {
  grid-column: span 2;
}

.card,
.step-card,
.trust-card,
.contact-card,
.form-card,
.feature-note {
  position: relative;
  border: 1px solid var(--bhdt-line);
  border-radius: var(--bhdt-radius-md);
  background: var(--bhdt-panel);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.05);
}

.card {
  min-height: 210px;
  padding: clamp(24px, 3vw, 34px);
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.card:hover,
.step-card:hover,
.trust-card:hover,
.contact-card:hover {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.09);
  transform: translateY(-4px);
}

.js .card.reveal.is-visible:hover,
.js .step-card.reveal.is-visible:hover,
.js .trust-card.reveal.is-visible:hover,
.js .contact-card.reveal.is-visible:hover {
  transform: translateY(-4px);
}

.card::after {
  position: absolute;
  right: 24px;
  bottom: 20px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(230, 0, 18, 0.15), rgba(160, 0, 0, 0.05));
  content: "";
}

.card-link {
  color: inherit;
  text-decoration: none;
}

.card-link .card-more {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: var(--bhdt-ink);
  font-size: 13px;
  font-weight: 900;
}

.card-link .card-more::after {
  content: "→";
  transition: transform 0.2s ease;
}

.card-link:hover .card-more::after {
  transform: translateX(3px);
}

.card h3 {
  position: relative;
  z-index: 1;
  max-width: 88%;
  margin: 0 0 14px;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--bhdt-copy);
  letter-spacing: -0.015em;
}

.card .card-label {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--bhdt-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.card-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.card-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  color: var(--bhdt-copy-strong);
  font-size: 14px;
}

.card-list li::before {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #111111;
  color: #ffffff;
  content: "✓";
  font-size: 11px;
  font-weight: 900;
  line-height: 18px;
  text-align: center;
}

.workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.workflow-panel {
  padding: clamp(38px, 5vw, 66px);
  border: 1px solid var(--bhdt-line);
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.06);
}

html[data-theme="dark"] .workflow-panel {
  background: var(--bhdt-panel);
}

.service-workflow-panel {
  display: none;
}

.service-workflow-panel.is-active {
  display: block;
  animation: panelReveal 0.32s ease both;
}

.workflow-mode-pill {
  display: flex;
  width: fit-content;
  min-height: 0;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 auto 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--bhdt-ink);
  font-size: clamp(27px, 3.2vw, 44px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-align: center;
  text-transform: none;
  box-shadow: none;
}

.workflow-mode-pill::before,
.workflow-mode-pill::after {
  display: none;
  content: none;
}

.workflow-lead {
  max-width: 900px;
  margin: 0 auto clamp(34px, 4vw, 48px);
  color: var(--bhdt-copy-strong);
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: -0.018em;
  text-align: center;
}

.home-workflow .workflow {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 32px);
}

.step-card {
  padding: clamp(24px, 3vw, 34px);
  text-align: center;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: #e60012;
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(230, 0, 18, 0.22);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.step-card:hover .step-number {
  box-shadow: 0 18px 40px rgba(230, 0, 18, 0.28);
  transform: scale(1.06);
}

.step-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.step-card p {
  margin: 0;
  color: var(--bhdt-copy);
}

.workflow-divider {
  width: min(68%, 760px);
  height: 2px;
  margin: 28px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(230, 0, 18, 0.35), transparent);
}

.workflow-panel .home-section-actions {
  justify-content: center;
}

.business-focus {
  padding-block: clamp(70px, 8vw, 108px);
  background:
    radial-gradient(circle at 84% 12%, rgba(0, 0, 0, 0.035), transparent 30%),
    linear-gradient(180deg, var(--bhdt-page) 0%, color-mix(in srgb, var(--bhdt-soft) 50%, var(--bhdt-page)) 100%);
}

.business-focus-head {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(260px, 0.34fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: center;
  margin: 0 0 clamp(52px, 6vw, 76px);
  text-align: left;
}

.business-focus-title-block {
  min-width: 0;
}

.business-focus-title {
  max-width: 860px;
  margin: 0;
  color: var(--bhdt-ink);
  font-family: "Inter", sans-serif;
  font-size: clamp(34px, 5vw, 72px);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.business-focus-copy {
  max-width: 440px;
  margin: 0;
  color: var(--bhdt-ink);
  font-family: "Inter", sans-serif;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.business-focus-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}

.business-focus-card {
  position: relative;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px, 2.5vw, 30px);
  border: 1px solid var(--bhdt-line);
  border-radius: 28px;
  background: var(--bhdt-panel);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.055);
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.business-focus-card::after {
  position: absolute;
  right: -36px;
  bottom: -44px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198, 204, 214, 0.18), transparent 64%);
  content: "";
  pointer-events: none;
}

.business-focus-card:hover {
  border-color: rgba(155, 163, 176, 0.34);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.085);
  transform: translateY(-4px);
}

.js .business-focus-card.reveal.is-visible:hover {
  transform: translateY(-4px);
}

.business-focus-icon {
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 18px;
  background: color-mix(in srgb, var(--bhdt-soft-red) 76%, var(--bhdt-panel));
  font-size: 26px;
  box-shadow: inset 0 0 0 1px rgba(230, 0, 18, 0.09);
}

.business-focus-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(230, 0, 18, 0.08);
  color: #e60012;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.business-focus-card h3 {
  margin: 0 0 13px;
  color: var(--bhdt-ink);
  font-size: clamp(22px, 2.15vw, 30px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.business-focus-card p {
  margin: 0;
  color: var(--bhdt-copy);
  font-size: 15px;
  line-height: 1.58;
}

.business-focus-points {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0 0 22px;
  list-style: none;
}

.business-focus-points li {
  position: relative;
  padding-left: 18px;
  color: var(--bhdt-copy);
  font-size: 15px;
  line-height: 1.48;
}

.business-focus-points li::before {
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e60012;
  box-shadow: 0 0 0 4px rgba(230, 0, 18, 0.08);
  content: "";
}

.business-focus-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: auto;
  padding-top: 0;
  color: #e60012;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  transition: gap 0.2s ease, transform 0.2s ease;
}

.business-focus-link:hover,
.business-focus-link:focus-visible {
  transform: translateX(4px);
}

.business-focus-actions {
  justify-content: center;
  margin-top: clamp(28px, 4vw, 42px);
}

.service-block {
  position: relative;
  padding: clamp(64px, 8vw, 110px) 0;
  border-top: 1px solid var(--bhdt-line);
}

.service-block:nth-child(even) {
  background:
    radial-gradient(circle at 100% 12%, rgba(230, 0, 18, 0.09), transparent 30%),
    color-mix(in srgb, var(--bhdt-soft) 56%, transparent);
}

.service-intro {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: clamp(24px, 6vw, 80px);
  align-items: start;
  margin-bottom: 32px;
}

.service-number {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--bhdt-ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.service-intro h2 {
  margin: 0;
  font-size: clamp(32px, 4.4vw, 62px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.service-intro p {
  margin: 0;
  color: var(--bhdt-copy);
  font-size: clamp(16px, 1.65vw, 20px);
}

.service-page-main {
  overflow: hidden;
}

.section-page-main {
  overflow: hidden;
}

.section-page-hero {
  position: relative;
  display: flex;
  min-height: clamp(500px, 68vh, 760px);
  align-items: center;
  padding: clamp(96px, 12vw, 154px) 0 clamp(58px, 8vw, 104px);
  background-color: #050607;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.58) 52%, rgba(62, 12, 8, 0.54)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.76)),
    var(--bhdt-inner-hero-bg, url("assets/images/shenzhen-city-hero.jpg"));
  background-position: center;
  background-size: cover;
  color: #ffffff;
  isolation: isolate;
  overflow: hidden;
}

html[data-theme="dark"] .section-page-hero {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.58) 52%, rgba(62, 12, 8, 0.54)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.76)),
    var(--bhdt-inner-hero-bg, url("assets/images/shenzhen-city-hero.jpg"));
}

.inner-hero-cover::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 82% 18%, rgba(230, 0, 18, 0.22), transparent 30%),
    radial-gradient(circle at 22% 68%, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.34));
  content: "";
  pointer-events: none;
}

.inner-hero-cover > .container {
  position: relative;
  z-index: 2;
}

.inner-hero-bg-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-hero-cover h1,
.inner-hero-cover .section-page-title {
  color: #ffffff;
  text-shadow: 0 22px 80px rgba(0, 0, 0, 0.46);
}

.inner-hero-cover .section-kicker,
.inner-hero-cover .service-number,
.inner-hero-cover .service-back,
.inner-hero-cover .section-page-copy,
.inner-hero-cover .service-hero-copy > p {
  color: rgba(255, 255, 255, 0.82);
}

.inner-hero-cover .service-back {
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.inner-hero-cover .service-back:hover,
.inner-hero-cover .service-back:focus-visible {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.12);
}

.inner-hero-cover .btn-outline {
  border-color: rgba(255, 255, 255, 0.36);
  color: #ffffff;
}

.inner-hero-cover .btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.13);
}

.section-page-title {
  max-width: 980px;
  margin: 0;
  font-size: clamp(40px, 5.6vw, 76px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.044em;
  text-wrap: balance;
}

.section-page-copy {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--bhdt-copy-strong);
  font-size: clamp(16px, 1.65vw, 21px);
  line-height: 1.62;
  letter-spacing: -0.018em;
}

.section-page-visual {
  margin-top: clamp(30px, 5vw, 58px);
  margin-bottom: 0;
}

.section-page-body {
  padding: clamp(46px, 7vw, 92px) 0 clamp(78px, 9vw, 128px);
}

.privacy-page-body {
  padding-top: clamp(24px, 4vw, 46px);
}

.section-inline-head {
  margin: clamp(42px, 7vw, 82px) 0 24px;
}

.section-inline-head.section-head {
  align-items: center;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 30px);
  margin-bottom: 22px;
}

.metric-card {
  padding: clamp(28px, 4vw, 42px);
  border: 0;
  border-radius: 28px;
  background: color-mix(in srgb, var(--bhdt-soft) 72%, #fff7f4);
  text-align: center;
  box-shadow: 0 20px 62px rgba(0, 0, 0, 0.045);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

html[data-theme="dark"] .metric-card {
  border: 1px solid rgba(255, 255, 255, 0.095);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.07), transparent 58%),
    linear-gradient(180deg, #19191a 0%, #101011 100%);
  box-shadow:
    0 28px 84px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

html[data-theme="dark"] .metric-card:hover {
  box-shadow:
    0 34px 96px rgba(0, 0, 0, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.metric-card:hover {
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.js .metric-card.reveal.is-visible:hover {
  transform: translateY(-4px);
}

.metric-card.reveal.is-visible strong {
  animation: bhdtNumberSettle 0.82s ease both;
}

.metric-card strong {
  display: block;
  color: #e60012;
  font-family: "Inter", sans-serif;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  letter-spacing: -0.03em;
}

.metric-card strong.is-counting {
  text-shadow: 0 12px 26px rgba(230, 0, 18, 0.14);
}

.metric-card span {
  display: block;
  margin-top: 14px;
  color: var(--bhdt-ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-testimonial {
  max-width: 860px;
  margin: clamp(34px, 5vw, 58px) auto 24px;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--bhdt-line);
  border-radius: var(--bhdt-radius-lg);
  background: var(--bhdt-panel-strong);
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.07);
}

html[data-theme="dark"] .featured-testimonial {
  background:
    linear-gradient(180deg, rgba(24, 24, 25, 0.94), rgba(12, 12, 13, 0.98)),
    #111111;
  box-shadow:
    0 30px 92px rgba(0, 0, 0, 0.54),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.featured-testimonial p {
  margin: 0 0 24px;
  color: var(--bhdt-ink);
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.45;
  letter-spacing: -0.025em;
}

.featured-testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.featured-testimonial-author > span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e60012;
  color: #ffffff;
  font-weight: 900;
}

.featured-testimonial-author strong,
.featured-testimonial-author small {
  display: block;
}

.featured-testimonial-author small {
  margin-top: 3px;
  color: var(--bhdt-copy);
  font-size: 14px;
}

.testimonial-card {
  margin: 0 0 24px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--bhdt-line);
  border-radius: var(--bhdt-radius-lg);
  background: #111111;
  color: #ffffff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.12);
}

.testimonial-card p {
  max-width: 980px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
  letter-spacing: -0.025em;
}

.testimonial-card strong {
  color: #ffffff;
}

.country-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 18px 0 clamp(30px, 5vw, 58px);
}

.country-strip span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 18px;
  border: 1px solid var(--bhdt-line);
  border-radius: 999px;
  background: var(--bhdt-panel);
  color: var(--bhdt-copy-strong);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
}

html[data-theme="dark"] .country-strip span {
  background: rgba(20, 20, 21, 0.88);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.testimonials-grid .testimonial-card {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
}

.supplier-preview {
  padding: clamp(24px, 5vw, 44px);
  border: 1px solid var(--bhdt-line);
  border-radius: var(--bhdt-radius-lg);
  background:
    radial-gradient(circle at 8% 0%, rgba(0, 0, 0, 0.05), transparent 32%),
    var(--bhdt-panel);
  box-shadow: 0 24px 76px rgba(0, 0, 0, 0.07);
}

html[data-theme="dark"] .supplier-preview {
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 255, 255, 0.07), transparent 32%),
    linear-gradient(180deg, rgba(22, 22, 23, 0.94), rgba(10, 10, 11, 0.97)),
    #111111;
  box-shadow:
    0 30px 92px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.supplier-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0 0 clamp(28px, 4vw, 42px);
}

.supplier-filter-tabs button {
  min-height: 44px;
  padding: 0 24px;
  border: 1px solid var(--bhdt-line);
  border-radius: 999px;
  background: var(--bhdt-panel-strong);
  color: var(--bhdt-copy-strong);
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.supplier-filter-tabs button:hover,
.supplier-filter-tabs button:focus-visible {
  transform: translateY(-2px);
}

.supplier-filter-tabs button.is-active {
  border-color: rgba(198, 204, 214, 0.76) !important;
  background-color: #e7eaf0 !important;
  background-image: linear-gradient(135deg, #ffffff 0%, #e7eaf0 40%, #8c929d 100%) !important;
  color: #111111 !important;
  box-shadow:
    0 18px 40px rgba(135, 142, 154, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
  animation: bhdtPillPop 0.34s ease both;
}

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.filter-pills span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid var(--bhdt-line);
  border-radius: 999px;
  background: var(--bhdt-panel-strong);
  color: var(--bhdt-copy-strong);
  font-size: 13px;
  font-weight: 800;
}

.supplier-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
  margin-bottom: clamp(28px, 4vw, 42px);
}

.supplier-card {
  min-height: 220px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(230, 0, 18, 0.12);
  border-radius: 26px;
  background: var(--bhdt-panel-strong);
  transition: opacity 0.24s ease, transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

html[data-theme="dark"] .supplier-card {
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(26, 26, 27, 0.94), rgba(13, 13, 14, 0.98)),
    #121212;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

html[data-theme="dark"] .supplier-card:hover {
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(230, 0, 18, 0.08);
}

.supplier-card:hover {
  border-color: rgba(230, 0, 18, 0.24);
  box-shadow: 0 18px 48px rgba(230, 0, 18, 0.08);
  transform: translateY(-3px);
}

.supplier-card.is-filtering {
  opacity: 0;
  transform: translateY(8px);
}

.supplier-card strong {
  display: block;
  color: var(--bhdt-ink);
  font-size: 18px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.supplier-card p {
  margin: 14px 0 0;
  color: var(--bhdt-copy-strong);
  line-height: 1.5;
}

.supplier-status,
.article-meta {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #e60012;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.supplier-cta {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: fit-content;
  max-width: 100%;
  line-height: 1;
  text-align: center;
}

.supplier-cta-note {
  margin: 12px auto 0;
  color: var(--bhdt-copy);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.article-card .card-more {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 22px;
  color: var(--bhdt-ink);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.cards-grid.blog-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(26px, 3.4vw, 38px);
}

.blog-featured-slot {
  margin-bottom: clamp(28px, 4vw, 46px);
}

.blog-grid.has-featured .post-card.is-featured {
  grid-column: 1 / -1;
}

.post-card {
  position: relative;
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.post-card:hover {
  border-color: transparent;
  box-shadow: none;
  transform: translateY(-5px);
}

.js .post-card.reveal.is-visible:hover {
  transform: translateY(-5px);
}

.post-card::after {
  display: none;
}

.post-card.is-featured {
  border-radius: clamp(24px, 3vw, 34px);
  overflow: hidden;
}

.post-card-media {
  position: relative;
  display: flex;
  min-height: 210px;
  aspect-ratio: 1.38 / 1;
  align-items: center;
  justify-content: center;
  border-radius: clamp(24px, 3vw, 34px);
  background:
    radial-gradient(circle at 72% 24%, rgba(230, 0, 18, 0.14), transparent 34%),
    linear-gradient(135deg, #fff4f4, #f7eeee);
  color: var(--bhdt-ink);
  box-shadow: inset 0 0 0 1px rgba(230, 0, 18, 0.06);
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
}

.post-card.is-featured .post-card-media {
  min-height: clamp(340px, 43vw, 520px);
  aspect-ratio: 2.42 / 1;
  border: 1px solid rgba(17, 17, 17, 0.28);
  border-radius: inherit;
  background:
    radial-gradient(circle at 72% 20%, rgba(230, 0, 18, 0.18), transparent 30%),
    linear-gradient(135deg, #1c1c1c, #090909);
  box-shadow:
    0 28px 84px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.post-card-media::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(230, 0, 18, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(230, 0, 18, 0.045) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.8), transparent 72%);
  content: "";
}

.post-card.is-featured .post-card-media::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.22) 52%, rgba(0, 0, 0, 0.04) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 32%, rgba(0, 0, 0, 0.58) 100%);
  mask-image: none;
}

.post-card-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(0, 0, 0, 0.12));
  opacity: 0;
  content: "";
  transition: opacity 0.28s ease;
}

.post-card.is-featured .post-card-media::after {
  z-index: 1;
  background:
    radial-gradient(circle at 18% 82%, rgba(230, 0, 18, 0.22), transparent 26%),
    linear-gradient(180deg, transparent 36%, rgba(0, 0, 0, 0.42));
  opacity: 1;
}

.post-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s ease, filter 0.65s ease;
}

.post-card.is-featured .post-card-media img {
  filter: saturate(0.96) contrast(1.02);
}

.post-card:hover .post-card-media img {
  filter: saturate(1.05) contrast(1.04);
  transform: scale(1.055);
}

.post-card:hover .post-card-media::after {
  opacity: 1;
}

.post-card-mark {
  position: relative;
  z-index: 1;
  font-family: "Inter", sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
  letter-spacing: -0.08em;
}

.post-card-mark::after {
  position: absolute;
  top: 0.1em;
  right: -0.38em;
  width: 0.26em;
  height: 0.26em;
  border-radius: 50%;
  background: #e60012;
  content: "";
}

.post-card-body {
  padding: 22px 0 0;
}

.post-card.is-featured .post-card-body {
  position: absolute;
  left: clamp(22px, 4vw, 50px);
  bottom: clamp(22px, 4vw, 46px);
  z-index: 2;
  max-width: min(680px, calc(100% - 44px));
  padding: 0;
  color: #ffffff;
}

.post-card .article-meta {
  margin-bottom: 14px;
  background: rgba(230, 0, 18, 0.08);
  color: #e60012;
}

.post-card.is-featured .article-meta {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.post-card h3 {
  max-width: none;
  margin: 0 0 14px;
  font-size: clamp(20px, 1.8vw, 27px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.038em;
}

.post-card.is-featured h3 {
  max-width: 760px;
  font-size: clamp(30px, 4.6vw, 62px);
  line-height: 0.96;
  letter-spacing: 0;
}

.post-card h3 a {
  color: inherit;
  text-decoration: none;
}

.post-card h3 a:hover {
  color: #e60012;
}

.post-card p {
  line-height: 1.58;
}

.post-card.is-featured p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(15px, 1.3vw, 18px);
}

.post-card-date {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--bhdt-copy);
  font-size: 13px;
  font-weight: 600;
}

.post-card.is-featured .post-card-date {
  color: rgba(255, 255, 255, 0.72);
}

.post-card-date::before {
  width: 12px;
  height: 12px;
  border: 2px solid #e60012;
  border-radius: 4px;
  box-shadow: inset 0 3px 0 rgba(230, 0, 18, 0.14);
  content: "";
}

.post-card .card-more {
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--bhdt-panel-strong);
  color: #e60012;
  box-shadow: 0 16px 36px rgba(230, 0, 18, 0.16);
}

.post-card.is-featured .card-more {
  background: #ffffff;
  color: #111111;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.post-card .card-more:hover {
  color: #e60012;
  transform: translateX(3px);
}

.blog-pagination {
  display: flex;
  justify-content: center;
  margin-top: clamp(34px, 5vw, 58px);
}

.blog-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-pagination a,
.blog-pagination span {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid var(--bhdt-line);
  border-radius: 999px;
  background: var(--bhdt-panel-strong);
  color: var(--bhdt-ink);
  font-weight: 800;
  text-decoration: none;
}

.blog-pagination .current {
  border-color: #111111;
  background: #111111;
  color: #ffffff;
}

.blog-empty {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid var(--bhdt-line);
  border-radius: var(--bhdt-radius-lg);
  background: var(--bhdt-panel);
  text-align: center;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.06);
}

.blog-empty h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.blog-empty p {
  max-width: 520px;
  margin: 16px auto 24px;
  color: var(--bhdt-copy);
  line-height: 1.6;
}

.post-single-hero {
  padding-bottom: clamp(26px, 5vw, 54px);
}

.post-single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 22px;
  color: var(--bhdt-copy-strong);
  font-weight: 700;
}

.post-single-meta span,
.post-single-meta time {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--bhdt-line);
  border-radius: 999px;
  background: var(--bhdt-panel-strong);
}

.post-single-cover {
  margin: clamp(28px, 5vw, 52px) 0 0;
  border-radius: var(--bhdt-radius-lg);
  box-shadow: 0 30px 92px rgba(0, 0, 0, 0.14);
  overflow: hidden;
}

.post-single-cover img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}

.post-single-layout {
  display: grid;
  justify-content: center;
}

.post-single-content {
  width: min(100%, 820px);
  color: var(--bhdt-copy-strong);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.78;
}

.post-single-content > * {
  margin-top: 0;
  margin-bottom: 1.2em;
}

.post-single-content h2,
.post-single-content h3,
.post-single-content h4 {
  margin-top: 1.8em;
  color: var(--bhdt-ink);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.035em;
}

.post-single-content h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.post-single-content h3 {
  font-size: clamp(23px, 2.4vw, 32px);
}

.post-single-content a {
  color: #e60012;
  font-weight: 800;
}

.post-single-content ul,
.post-single-content ol {
  padding-left: 1.35em;
}

.post-single-content li + li {
  margin-top: 0.45em;
}

.post-single-content blockquote {
  margin: 1.8em 0;
  padding: clamp(22px, 4vw, 34px);
  border-left: 5px solid #e60012;
  border-radius: 24px;
  background: var(--bhdt-panel);
  color: var(--bhdt-ink);
  font-size: 1.08em;
  font-weight: 600;
}

.post-single-content img {
  height: auto;
  border-radius: 24px;
}

.page-cta {
  padding: 0 0 clamp(70px, 8vw, 120px);
}

.page-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: clamp(26px, 5vw, 46px);
  border-radius: var(--bhdt-radius-lg);
  background: #111111;
  color: #ffffff;
  box-shadow: 0 30px 92px rgba(0, 0, 0, 0.16);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-cta-card:hover {
  box-shadow: 0 34px 104px rgba(0, 0, 0, 0.22);
  transform: translateY(-3px);
}

.js .page-cta-card.reveal.is-visible:hover {
  transform: translateY(-3px);
}

.page-cta-card > div {
  min-width: 0;
}

.page-cta-card h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(28px, 4.4vw, 56px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.042em;
}

.page-cta-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(16px, 1.6vw, 20px);
}

.page-cta-card .btn-dark {
  justify-self: end;
  background: #ffffff;
  color: #111111;
  box-shadow: none;
  white-space: nowrap;
}

.service-hero {
  position: relative;
  display: flex;
  min-height: clamp(560px, 72vh, 820px);
  align-items: center;
  padding: clamp(104px, 12vw, 164px) 0 clamp(64px, 8vw, 112px);
  background-color: #050607;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.58) 52%, rgba(62, 12, 8, 0.54)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.78)),
    var(--bhdt-inner-hero-bg, url("assets/images/shenzhen-city-hero.jpg"));
  background-position: center;
  background-size: cover;
  color: #ffffff;
  isolation: isolate;
  overflow: hidden;
}

.service-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 82% 18%, rgba(230, 0, 18, 0.22), transparent 30%),
    radial-gradient(circle at 18% 74%, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.34));
  content: "";
  pointer-events: none;
}

html[data-theme="dark"] .service-hero::before {
  background:
    radial-gradient(circle at 82% 18%, rgba(230, 0, 18, 0.24), transparent 30%),
    radial-gradient(circle at 18% 74%, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.38));
}

.service-hero-grid {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.service-hero-copy {
  width: min(100%, 920px);
  min-width: 0;
}

.service-back {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--bhdt-copy-strong);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.service-hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(40px, 5.4vw, 74px);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.044em;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.service-title-mobile {
  display: none;
}

.service-hero-copy > p {
  max-width: 690px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(17px, 1.8vw, 22px);
  letter-spacing: -0.024em;
}

.service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.service-hero-media {
  position: relative;
  min-height: 420px;
  margin: 0;
  border: 1px solid var(--bhdt-line);
  border-radius: var(--bhdt-radius-lg);
  background: #050612;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.14);
  overflow: hidden;
}

html[data-theme="dark"] .service-hero-media {
  background: #090909;
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.service-hero-media::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 54%),
    linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.58));
  content: "";
  pointer-events: none;
  z-index: 1;
}

.service-hero-media img,
.service-hero-media video {
  display: block;
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.service-hero-media figcaption {
  position: absolute;
  left: clamp(18px, 3vw, 30px);
  bottom: clamp(18px, 3vw, 30px);
  z-index: 2;
  max-width: calc(100% - 36px);
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.service-hero-media figcaption::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: #e60012;
  content: "";
  vertical-align: 0.08em;
}

.service-detail {
  padding-top: clamp(44px, 7vw, 90px);
}

.service-page-main-event {
  background:
    radial-gradient(circle at 92% 18%, rgba(230, 0, 18, 0.18), transparent 24%),
    radial-gradient(circle at 10% 8%, rgba(255, 255, 255, 0.08), transparent 26%),
    linear-gradient(180deg, #050612 0%, #07070d 48%, #030306 100%);
  color: #ffffff;
}

.service-page-main-event .service-hero {
  padding-bottom: clamp(34px, 5vw, 64px);
}

.service-page-main-event .service-hero::before {
  background:
    radial-gradient(circle at 50% 50%, rgba(230, 0, 18, 0.13), transparent 42%),
    radial-gradient(circle at 35% 66%, rgba(255, 255, 255, 0.1), transparent 48%);
}

.service-page-main-event .service-hero-grid {
  align-items: flex-start;
}

.service-page-main-event .service-hero-media {
  grid-column: 1 / -1;
  min-height: clamp(260px, 33vw, 470px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.service-page-main-event .service-hero-media img,
.service-page-main-event .service-hero-media video {
  min-height: clamp(260px, 33vw, 470px);
}

.service-page-main-event .service-back,
.service-page-main-event .service-number,
.service-page-main-event .service-hero-copy > p,
.service-page-main-event .section-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.service-page-main-event .service-hero h1,
.service-page-main-event .service-detail h3,
.service-page-main-event .service-more .section-kicker {
  color: #ffffff;
}

.service-page-main-event .service-actions .btn-outline {
  border-color: rgba(255, 255, 255, 0.32);
  color: #ffffff;
}

.service-page-main-event .service-detail {
  padding-top: clamp(28px, 5vw, 62px);
}

.service-page-main-event .service-detail > .container {
  padding: clamp(26px, 5vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--bhdt-radius-lg);
  background:
    radial-gradient(circle at 100% 0%, rgba(230, 0, 18, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.035);
}

.service-page-main-event .service-detail .card {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
}

.service-page-main-event .service-detail .card p,
.service-page-main-event .card-list li {
  color: rgba(255, 255, 255, 0.72);
}

.service-page-main-event .service-detail .card::after {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(230, 0, 18, 0.14));
}

.service-page-main-event .event-detail-panel {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 100% 0%, rgba(230, 0, 18, 0.24), transparent 30%),
    linear-gradient(135deg, #101010 0%, #260c0d 100%);
  box-shadow: 0 32px 96px rgba(0, 0, 0, 0.42);
}

.service-page-main-event .service-more {
  padding-top: clamp(32px, 5vw, 64px);
}

.service-page-main-event .service-more-grid a {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.055);
  color: #ffffff;
}

.service-page-main-event .service-more-grid span {
  color: rgba(255, 255, 255, 0.62);
}

.service-more {
  padding: 0 0 clamp(70px, 8vw, 110px);
}

.service-more-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.service-more-grid a {
  display: flex;
  min-height: 120px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid var(--bhdt-line);
  border-radius: 24px;
  background: var(--bhdt-panel);
  color: var(--bhdt-ink);
  font-weight: 800;
  line-height: 1.18;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.service-more-grid a:hover {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.service-more-grid span {
  color: var(--bhdt-ink);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.event-detail-panel {
  display: grid;
  gap: 24px;
  margin-top: 28px;
  padding: clamp(26px, 5vw, 46px);
  border: 1px solid var(--bhdt-line);
  border-radius: var(--bhdt-radius-lg);
  background:
    radial-gradient(circle at 92% 0%, rgba(230, 0, 18, 0.14), transparent 30%),
    #111111;
  color: #ffffff;
  box-shadow: 0 30px 92px rgba(0, 0, 0, 0.16);
}

.event-detail-panel .section-kicker,
.event-detail-panel h2,
.event-detail-panel h3 {
  color: #ffffff;
}

.event-detail-panel h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(30px, 4.4vw, 58px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.event-detail-panel p {
  max-width: 820px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(16px, 1.6vw, 20px);
}

.event-bullet-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.event-bullet-list li {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
}

.event-cases {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.event-cases h3 {
  flex-basis: 100%;
  margin: 0 0 4px;
  font-size: 22px;
  letter-spacing: -0.035em;
}

.event-cases span {
  display: inline-flex;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
}

.event-detail-panel blockquote {
  margin: 0;
  padding-left: 22px;
  border-left: 3px solid #e60012;
  color: #ffffff;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 800;
  line-height: 1.35;
}

.event-detail-panel .btn-dark {
  justify-self: start;
  background: #ffffff;
  color: #111111;
  box-shadow: none;
}

.feature-note {
  margin-top: 18px;
  padding: 24px;
  background: #111111;
  color: #ffffff;
}

.feature-note strong {
  color: #ffffff;
}

.feature-note p,
.feature-note {
  color: rgba(255, 255, 255, 0.76);
}

.feature-note.red {
  background: linear-gradient(135deg, #111111, #e60012);
}

.media-showcase {
  margin: 28px 0 0;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--bhdt-line);
  border-radius: var(--bhdt-radius-lg);
  background:
    radial-gradient(circle at 8% 10%, rgba(230, 0, 18, 0.12), transparent 36%),
    var(--bhdt-panel);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.media-showcase-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}

.media-showcase h3 {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.media-controls {
  display: inline-flex;
  gap: 8px;
}

.media-control {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #111111;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.media-control:hover {
  background: #2d2d2d;
  transform: translateY(-1px);
}

.media-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 48%);
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
  padding-bottom: 8px;
}

.media-slide {
  position: relative;
  min-height: 260px;
  margin: 0;
  border-radius: 28px;
  background: #0d0d0d;
  color: #ffffff;
  overflow: hidden;
  scroll-snap-align: start;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.media-slide:hover {
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.14);
  transform: translateY(-4px);
}

.media-slide img,
.media-slide video {
  width: 100%;
  height: 100%;
  min-height: 320px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.media-slide video {
  background: #050505;
}

.media-play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: clamp(62px, 8vw, 92px);
  height: clamp(62px, 8vw, 92px);
  border: 0;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.72)),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
  z-index: 2;
}

.media-play::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.16);
  z-index: -1;
}

.media-play span {
  display: block;
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 22px solid #111111;
}

.media-play:hover {
  background: #ffffff;
  transform: translate(-50%, -50%) scale(1.04);
}

.media-slide.is-video:not(.is-playing) .media-play {
  animation: bhdtPlayPulse 2.2s ease-in-out infinite;
}

.media-slide.is-playing .media-play {
  opacity: 0;
  pointer-events: none;
}

.form-card {
  margin-top: 22px;
  padding: clamp(24px, 3vw, 36px);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--bhdt-panel-strong) 94%, transparent), color-mix(in srgb, var(--bhdt-soft-red) 88%, transparent)),
    var(--bhdt-panel-strong);
}

.form-card h3 {
  margin: 0 0 10px;
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.form-card p {
  margin: 0 0 22px;
  color: var(--bhdt-copy);
}

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

.form-grid .full {
  grid-column: 1 / -1;
}

.form-card input,
.form-card textarea {
  width: 100%;
  border: 1px solid var(--bhdt-line);
  border-radius: 18px;
  outline: none;
  background: color-mix(in srgb, var(--bhdt-panel-strong) 88%, transparent);
  color: var(--bhdt-ink);
  padding: 15px 17px;
  transition: border 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.form-card textarea {
  min-height: 120px;
  resize: vertical;
}

.form-card input:focus,
.form-card textarea:focus,
.hero-search input:focus {
  border-color: rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
}

.privacy-text,
.form-notice {
  color: var(--bhdt-copy);
  font-size: 12px;
}

.form-notice {
  display: block;
  width: 100%;
  margin: 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(38, 196, 90, 0.1);
  color: #176a32;
  font-weight: 600;
}

.form-notice.error {
  background: rgba(0, 0, 0, 0.08);
  color: var(--bhdt-ink);
}

.privacy-document {
  max-width: 920px;
  margin-inline: auto;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--bhdt-line);
  border-radius: var(--bhdt-radius-lg);
  background: var(--bhdt-panel-strong);
  box-shadow: var(--bhdt-shadow);
}

.js .privacy-document {
  opacity: 1;
  transform: none;
}

.privacy-document h2,
.privacy-document h3 {
  margin: 0;
  color: var(--bhdt-ink);
  letter-spacing: -0.04em;
}

.privacy-document h2 {
  font-size: clamp(30px, 4vw, 48px);
}

.privacy-document-lead {
  max-width: 720px;
  margin-top: 18px !important;
  padding: 16px 18px;
  border-left: 3px solid #e60012;
  border-radius: 16px;
  background: rgba(230, 0, 18, 0.06);
  color: var(--bhdt-copy-strong) !important;
  font-weight: 650;
}

.privacy-document-text {
  margin-top: 30px;
}

.privacy-document h3 {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--bhdt-line);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.14;
}

.privacy-document-text h3:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.privacy-document p {
  margin: 14px 0 0;
  color: var(--bhdt-copy-strong);
  font-size: clamp(15px, 1.35vw, 17px);
  line-height: 1.7;
}

.privacy-document ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 16px 18px;
  border: 1px solid var(--bhdt-line);
  border-radius: 18px;
  background: color-mix(in srgb, var(--bhdt-soft) 64%, transparent);
  list-style: none;
}

.privacy-document li {
  position: relative;
  padding-left: 22px;
  color: var(--bhdt-copy-strong);
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.62;
}

.privacy-document li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e60012;
  content: "";
}

.privacy-document a {
  color: #e60012;
  font-weight: 800;
  text-decoration: none;
}

.privacy-document a:hover {
  text-decoration: underline;
}

.privacy-updated {
  margin-top: 28px !important;
  padding-top: 18px;
  border-top: 1px solid var(--bhdt-line);
  font-size: 14px !important;
}

.privacy-requisites {
  padding: 18px;
  border: 1px solid var(--bhdt-line);
  border-radius: 18px;
  background: var(--bhdt-panel);
  font-weight: 650;
}

.screen-reader-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.trust-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.trust-card {
  padding: clamp(24px, 3vw, 34px);
}

.trust-card.large {
  grid-row: span 2;
  background: #111111;
  color: #ffffff;
}

.trust-card h3 {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 900;
  letter-spacing: -0.05em;
}

.trust-card p {
  margin: 0;
  color: var(--bhdt-copy);
}

.trust-card.large p {
  color: rgba(255, 255, 255, 0.7);
}

.address-card {
  margin-top: 18px;
  padding: 24px;
  border-radius: var(--bhdt-radius-md);
  background:
    linear-gradient(135deg, rgba(9, 63, 178, 0.94), rgba(107, 77, 255, 0.96)),
    var(--bhdt-red);
  color: #ffffff;
}

.address-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

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

.contact-card {
  padding: 28px;
}

.contact-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.contact-card p {
  margin: 0;
  color: var(--bhdt-copy);
}

.map-placeholder {
  min-height: 260px;
  margin-top: 28px;
  border-radius: var(--bhdt-radius-lg);
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.68)),
    radial-gradient(circle at 26% 40%, rgba(230, 0, 18, 0.62), transparent 25%),
    radial-gradient(circle at 72% 30%, rgba(160, 0, 0, 0.46), transparent 24%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 42px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 42px);
  color: #ffffff;
  display: grid;
  place-items: center;
  padding: 28px;
  text-align: center;
  box-shadow: var(--bhdt-shadow);
}

.site-footer {
  padding: 54px 0;
  background: #050505;
  color: #ffffff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: end;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  width: 112px;
  text-decoration: none;
}

.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.site-footer p {
  max-width: 660px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

.footer-links {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  text-decoration: none;
}

.footer-links a:hover {
  color: #ffffff;
}

.floating-actions {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  z-index: 80;
  display: grid;
  gap: 12px;
  transition: bottom 0.2s ease;
}

html.has-cookie-consent .floating-actions {
  bottom: calc(33svh + max(22px, env(safe-area-inset-bottom)));
}

.floating-action {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: #111111;
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: transform 0.22s ease, opacity 0.22s ease, box-shadow 0.22s ease;
}

.floating-action:hover,
.floating-action:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
}

.floating-action-chat {
  background: #26c45a;
  animation: chatPulse 2.4s ease-in-out infinite;
}

.floating-action-top {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}

.floating-action-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.floating-action-top span {
  animation: arrowFloat 1.4s ease-in-out infinite;
}

.cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 78;
  display: flex;
  min-height: 33svh;
  max-width: none;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 5vw, 64px);
  padding:
    clamp(28px, 5vh, 48px)
    calc(max(32px, env(safe-area-inset-right)) + 104px)
    calc(clamp(28px, 5vh, 48px) + env(safe-area-inset-bottom))
    max(32px, env(safe-area-inset-left));
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(24, 24, 25, 0.96), rgba(5, 5, 5, 0.94)),
    #0c0c0c;
  color: #ffffff;
  box-shadow:
    0 -24px 80px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent.is-hiding {
  opacity: 0;
  transform: translateY(12px);
}

.cookie-consent-copy {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 980px;
}

.cookie-consent strong {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.cookie-consent p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.5;
}

.cookie-consent a {
  color: #ffffff;
  font-weight: 800;
  text-decoration-color: rgba(255, 255, 255, 0.44);
  text-underline-offset: 3px;
}

.cookie-consent-button {
  flex: 0 0 auto;
  min-height: 54px;
  padding: 0 30px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(255, 255, 255, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cookie-consent-button:hover,
.cookie-consent-button:focus-visible {
  box-shadow: 0 18px 44px rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.floating-arrow-mark,
.floating-chat-mark {
  position: relative;
  display: inline-flex;
  width: 22px;
  height: 22px;
}

.floating-arrow-mark::before,
.floating-arrow-mark::after,
.floating-chat-mark::before,
.floating-chat-mark::after {
  position: absolute;
  content: "";
}

.floating-arrow-mark::before {
  left: 10px;
  top: 4px;
  width: 3px;
  height: 16px;
  border-radius: 999px;
  background: currentColor;
}

.floating-arrow-mark::after {
  left: 5px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
  border-radius: 2px 0 0;
  transform: rotate(45deg);
}

.floating-chat-mark::before {
  inset: 3px 2px 5px;
  border: 3px solid currentColor;
  border-radius: 8px;
}

.floating-chat-mark::after {
  right: 3px;
  bottom: 3px;
  width: 9px;
  height: 9px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  border-radius: 0 0 6px;
  transform: rotate(18deg);
}

@keyframes arrowFloat {
  0%,
  100% {
    transform: translateY(1px);
  }
  50% {
    transform: translateY(-3px);
  }
}

@keyframes chatPulse {
  0%,
  100% {
    box-shadow: 0 18px 42px rgba(38, 196, 90, 0.24);
  }
  50% {
    box-shadow: 0 18px 42px rgba(38, 196, 90, 0.24), 0 0 0 10px rgba(38, 196, 90, 0.12);
  }
}

.page-fallback {
  padding: 120px 0;
}

.page-fallback h1 {
  margin: 0 0 20px;
  font-size: clamp(40px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.page-fallback .entry-content {
  max-width: 780px;
  color: var(--bhdt-copy);
}

.reveal {
  animation: bhdtRise 0.75s ease both;
}

.js .reveal {
  opacity: 0;
  animation: none;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes bhdtRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bhdtAuraDrift {
  0% {
    opacity: 0.62;
    transform: translateX(-51%) translateY(0) scale(0.98);
  }
  100% {
    opacity: 0.86;
    transform: translateX(-49%) translateY(16px) scale(1.03);
  }
}

@keyframes bhdtOnlinePulse {
  0%,
  100% {
    box-shadow: 0 0 0 6px rgba(38, 196, 90, 0.12);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(38, 196, 90, 0.04);
    transform: scale(1.08);
  }
}

@keyframes bhdtBluePulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(17, 120, 255, 0);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(17, 120, 255, 0.12);
    transform: scale(1.08);
  }
}

@keyframes bhdtDotBreathe {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(230, 0, 18, 0);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(230, 0, 18, 0.12);
    transform: scale(1.08);
  }
}

@keyframes bhdtRedGlow {
  0%,
  100% {
    text-shadow: 0 0 0 rgba(230, 0, 18, 0);
  }
  50% {
    text-shadow: 0 10px 38px rgba(230, 0, 18, 0.26);
  }
}

@keyframes bhdtHeroButtonSpin {
  to {
    --hero-button-angle: 360deg;
  }
}

@keyframes bhdtButtonLayerSpin {
  to {
    --hero-button-angle: 360deg;
  }
}

@keyframes bhdtHeroButtonGlow {
  0%,
  100% {
    box-shadow:
      0 18px 44px rgba(0, 0, 0, 0.24),
      0 0 26px rgba(198, 204, 214, 0.16);
  }

  50% {
    box-shadow:
      0 22px 56px rgba(0, 0, 0, 0.28),
      0 0 42px rgba(198, 204, 214, 0.28);
  }
}

@keyframes bhdtButtonGlassSweep {
  0%,
  48% {
    transform: translateX(-180%) rotate(16deg);
  }
  72%,
  100% {
    transform: translateX(560%) rotate(16deg);
  }
}

@keyframes bhdtButtonSweep {
  0%,
  56% {
    transform: translateX(-180%) rotate(16deg);
  }
  78%,
  100% {
    transform: translateX(540%) rotate(16deg);
  }
}

@keyframes bhdtButtonRingPulse {
  0%,
  100% {
    opacity: 0.42;
  }
  50% {
    opacity: 0.9;
  }
}

@keyframes bhdtActivePillPulse {
  0%,
  100% {
    box-shadow:
      0 18px 40px rgba(135, 142, 154, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.74);
    transform: translateY(0);
  }
  50% {
    box-shadow:
      0 24px 58px rgba(135, 142, 154, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.82);
    transform: translateY(-1px);
  }
}

@keyframes bhdtPillPop {
  0% {
    transform: translateY(0) scale(0.98);
  }
  70% {
    transform: translateY(-2px) scale(1.025);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes bhdtPhotoSettle {
  from {
    filter: saturate(0.94) contrast(0.98);
    transform: scale(1.035);
  }
  to {
    filter: saturate(1) contrast(1);
    transform: scale(1.01);
  }
}

@keyframes bhdtServicePhotoDrift {
  0% {
    filter: saturate(1) contrast(1);
    transform: scale(1.04) translate3d(-1.2%, -0.8%, 0);
  }
  100% {
    filter: saturate(1.12) contrast(1.05);
    transform: scale(1.105) translate3d(1.2%, 0.8%, 0);
  }
}

@keyframes bhdtServiceCardGlow {
  0%,
  100% {
    opacity: 0.48;
  }
  50% {
    opacity: 0.82;
  }
}

@keyframes bhdtNumberSettle {
  0% {
    transform: translateY(8px) scale(0.96);
  }
  70% {
    transform: translateY(-2px) scale(1.025);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes bhdtPlayPulse {
  0%,
  100% {
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34), 0 0 0 0 rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34), 0 0 0 12px rgba(255, 255, 255, 0.14);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 14px 20px;
    gap: 16px;
  }

  .header-pill {
    width: auto;
    grid-template-columns: auto;
    justify-self: end;
    padding: 0;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--bhdt-line);
    border-radius: 28px;
    background: var(--bhdt-panel-strong);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 16px;
    border-radius: 16px;
    color: var(--bhdt-copy-strong);
  }

  .site-nav a:hover {
    background: rgba(230, 0, 18, 0.08);
  }

  .nav-dropdown {
    display: grid;
  }

  .nav-dropdown::after {
    display: none;
  }

  .nav-dropdown-toggle::after {
    display: none;
  }

  .nav-dropdown-menu {
    position: static;
    display: grid;
    min-width: 0;
    margin: 4px 0 6px;
    padding: 6px;
    border-radius: 18px;
    background: color-mix(in srgb, var(--bhdt-soft) 68%, transparent);
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-dropdown-menu a {
    min-height: 38px;
    padding-inline: 14px;
    font-size: 16px;
    white-space: normal;
  }

  .menu-toggle {
    display: inline-block;
  }

  .login-pill {
    display: none;
  }

  .section-head,
  .directions-head,
  .business-focus-head,
  .service-intro,
  .service-hero-grid,
  .trust-layout,
  .conversion-grid {
    grid-template-columns: 1fr;
  }

  .home-start .section-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .home-start .section-title {
    max-width: 760px;
  }

  .directions-phrase .directions-line {
    white-space: normal;
  }

  .home-photo-strip img {
    height: clamp(260px, 43vw, 420px);
  }

  .conversion-band .btn-dark {
    justify-self: start;
  }

  .directions-copy {
    justify-content: flex-start;
  }

  .workflow,
  .metric-grid,
  .business-focus-grid,
  .service-overview-grid,
  .cards-grid.four,
  .cards-grid.three,
  .supplier-grid,
  .testimonials-grid,
  .event-bullet-list,
  .contact-grid,
  .service-more-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-cta-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 28px), var(--bhdt-container));
  }

  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    gap: 12px;
    padding: 12px 16px;
  }

  .brand {
    padding: 0;
  }

  .header-pill {
    min-height: 0;
    padding: 0;
  }

  .header-actions {
    gap: 6px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 96px;
  }

  .brand::after {
    top: 4px;
    right: 2px;
    width: 7px;
    height: 7px;
  }

  .hero {
    padding-top: 86px;
  }

  .hero-city {
    min-height: calc(100svh - 58px);
    padding: 0;
    text-align: center;
    background-position: center;
  }

  .hero > .container {
    min-height: auto;
  }

  .hero-city > .container {
    min-height: max(600px, calc(100svh - 58px));
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .hero-title {
    max-width: 340px;
    font-size: clamp(31px, 9.2vw, 36px);
    line-height: 1.04;
    letter-spacing: -0.006em;
    word-spacing: 0;
  }

  .hero-city .hero-title,
  .hero-city .hero-lead,
  .hero-city .hero-actions,
  .hero-city .hero-trust-row {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-city .hero-title {
    max-width: 300px;
    font-size: clamp(27px, 8vw, 32px);
    line-height: 1.04;
    letter-spacing: -0.012em;
  }

  html.has-cookie-consent body.home .hero-city-content {
    transform: translateY(-22px);
  }

  .hero-lead {
    max-width: 340px;
  }

  .hero-city .hero-lead {
    left: auto;
    width: min(100%, 306px);
    max-width: 306px;
    padding-left: 18px;
    font-size: 15px;
    font-weight: 850;
    text-align: left;
    transform: none;
  }

  .hero-city .hero-lead > span:nth-child(2) {
    white-space: normal;
  }

  .hero-city .hero-lead::before {
    top: 4px;
    bottom: 4px;
    width: 2px;
  }

  .hero-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: min(100%, 312px);
    gap: 8px;
    margin-top: 18px;
  }

  .hero-tags a {
    grid-column: auto;
    width: min(100%, 248px);
    min-height: 42px;
    padding-inline: 15px;
    font-size: 14.5px;
    text-align: center;
    white-space: normal;
  }

  .hero-actions {
    flex-direction: column;
    width: min(100%, 312px);
    margin-top: 14px;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-outline {
    width: 100%;
    min-height: 54px;
  }

  .hero-trust-row {
    width: min(100%, 312px);
    justify-content: center;
    border-radius: 24px;
    margin-top: 12px;
    padding: 10px 14px;
    font-size: 12.5px;
    text-align: center;
  }

  .hero-trust-row span {
    justify-content: center;
  }

  .hero-city .hero-proof {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-city .hero-proof span {
    width: min(100%, 280px);
    justify-content: center;
  }

  .hero-stage {
    position: relative;
    left: auto;
    top: auto;
    min-height: 300px;
    margin-top: 28px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .hero-media {
    width: 100%;
    border-radius: 26px;
  }

  .hero-media img,
  .hero-media video,
  .service-hero-media img,
  .service-hero-media video {
    min-height: 280px;
  }

  .hero-floating-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    max-width: none;
    margin: 10px 0 0;
  }

  .hero-orbit {
    inset: 10% 4% 28%;
  }

  .theme-toggle {
    position: relative;
    display: inline-grid;
    grid-template-columns: 1fr;
    place-items: center;
    width: 38px;
    min-height: 38px;
    padding: 0;
  }

  .theme-toggle::before {
    display: none;
  }

  .theme-toggle::after {
    color: var(--bhdt-ink);
    font-size: 11px;
    font-weight: 900;
    content: "Д";
  }

  html[data-theme="dark"] .theme-toggle::after {
    content: "Н";
  }

  .theme-toggle span {
    display: none;
  }

  .menu-toggle {
    width: 38px;
    height: 38px;
  }

  .popular-line {
    max-width: 340px;
    margin-inline: auto;
  }

  .section {
    padding: clamp(58px, 14vw, 82px) 0;
  }

  .home-start .section-head {
    gap: 18px;
    margin-bottom: 24px;
  }

  .home-start .section-title {
    font-size: clamp(30px, 8.8vw, 42px);
    line-height: 1.08;
    letter-spacing: -0.038em;
  }

  .home-start .section-copy {
    max-width: none;
    font-size: 16px;
    line-height: 1.56;
  }

  .home-photo-strip {
    margin-bottom: 22px;
    border-radius: 26px;
  }

  .home-photo-strip img {
    height: 300px;
  }

  .home-photo-strip::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.62)),
      linear-gradient(90deg, rgba(0, 0, 0, 0.34), transparent);
  }

  .home-photo-strip figcaption {
    right: 14px;
    left: 14px;
    bottom: 14px;
    max-width: none;
    border-radius: 20px;
    padding: 12px 14px;
    font-size: 13px;
  }

  .stats-strip,
  .workflow,
  .metric-grid,
  .business-focus-grid,
  .service-overview-grid,
  .cards-grid,
  .cards-grid.three,
  .cards-grid.four,
  .supplier-grid,
  .testimonials-grid,
  .event-bullet-list,
  .contact-grid,
  .form-grid,
  .service-more-grid {
    grid-template-columns: 1fr;
  }

  .stat-item + .stat-item {
    border-left: 0;
    border-top: 1px solid var(--bhdt-line);
  }

  .cards-grid.five .card:first-child {
    grid-column: auto;
  }

  .card {
    min-height: auto;
  }

  .service-tab-buttons,
  .supplier-filter-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    margin-inline: -14px;
    padding: 0 14px 8px;
    scrollbar-width: none;
  }

  .service-tab-buttons::-webkit-scrollbar,
  .supplier-filter-tabs::-webkit-scrollbar {
    display: none;
  }

  .service-tab-button,
  .supplier-filter-tabs button {
    flex: 0 0 auto;
  }

  .service-tab-button {
    min-height: 44px;
    padding-inline: 16px;
    font-size: 14px;
  }

  .service-overview-card {
    min-height: 280px;
  }

  .business-focus-head {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: left;
  }

  .business-focus-title {
    font-size: clamp(30px, 8.8vw, 42px);
    line-height: 1.08;
    letter-spacing: -0.038em;
  }

  .business-focus-copy {
    max-width: none;
    font-size: clamp(18px, 5.2vw, 22px);
    line-height: 1.16;
  }

  .business-focus-card {
    min-height: auto;
    padding: 24px;
    border-radius: 24px;
  }

  .business-focus-card h3 {
    font-size: 24px;
  }

  .service-overview-card p,
  .service-overview-points,
  .business-focus-points {
    padding-bottom: 0;
  }

  .service-overview-more {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 24px;
  }

  .post-card.is-featured {
    overflow: visible;
  }

  .post-card.is-featured .post-card-media {
    min-height: 280px;
    aspect-ratio: 1.08 / 1;
  }

  .post-card.is-featured .post-card-media::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.04) 34%, rgba(0, 0, 0, 0.58) 100%);
  }

  .post-card.is-featured .post-card-body {
    position: static;
    max-width: none;
    padding: 20px 0 0;
    color: var(--bhdt-ink);
  }

  .post-card.is-featured .article-meta {
    background: rgba(230, 0, 18, 0.08);
    color: #e60012;
    box-shadow: none;
    backdrop-filter: none;
  }

  .post-card.is-featured h3 {
    font-size: clamp(25px, 9vw, 38px);
    line-height: 1.04;
  }

  .post-card.is-featured p,
  .post-card.is-featured .post-card-date {
    color: var(--bhdt-copy);
  }

  .post-card.is-featured .card-more {
    background: var(--bhdt-panel-strong);
    color: #e60012;
  }

  .workflow-panel {
    padding: 24px;
    border-radius: 28px;
  }

  .workflow-mode-pill {
    gap: 10px;
    margin-bottom: 10px;
    font-size: clamp(25px, 7vw, 32px);
  }

  .workflow-mode-pill::before,
  .workflow-mode-pill::after {
    width: 24px;
  }

  .workflow-lead {
    margin-bottom: 24px;
    font-size: clamp(20px, 6vw, 24px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.018em;
  }

  .workflow-divider {
    width: 100%;
  }

  .metric-card {
    padding: 28px 22px;
  }

  .featured-testimonial {
    padding: 24px;
  }

  .floating-actions {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
    gap: 10px;
  }

  html.has-cookie-consent .floating-actions {
    bottom: calc(33svh + max(16px, env(safe-area-inset-bottom)));
  }

  .floating-action {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .cookie-consent {
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 33svh;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    max-width: none;
    padding: 22px 16px calc(22px + env(safe-area-inset-bottom));
    border-radius: 0;
  }

  .cookie-consent strong {
    font-size: 18px;
  }

  .cookie-consent p {
    font-size: 13px;
    line-height: 1.42;
  }

  .cookie-consent-button {
    width: 100%;
    min-height: 48px;
  }

  .service-hero {
    min-height: 560px;
    padding: 102px 0 58px;
    background-position: center;
  }

  .service-hero h1 {
    max-width: calc(100vw - 28px);
    font-size: clamp(34px, 9vw, 42px);
    line-height: 1;
    letter-spacing: -0.035em;
    overflow-wrap: normal;
    word-break: normal;
  }

  .section-page-title {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.08;
    letter-spacing: -0.034em;
  }

  .section-page-hero {
    min-height: 520px;
    padding: 102px 0 58px;
    background-position: center;
  }

  .section-page-copy {
    font-size: 16px;
    line-height: 1.56;
  }

  .section-page-visual {
    margin-top: 24px;
  }

  .service-title-full {
    display: none;
  }

  .service-title-mobile {
    display: inline;
  }

  .service-hero-media {
    min-height: 280px;
    border-radius: 28px;
  }

  .service-hero-media figcaption {
    right: 14px;
    left: 14px;
    bottom: 14px;
    max-width: none;
    border-radius: 20px;
    padding: 12px 14px;
    font-size: 13px;
  }

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

  .footer-links {
    justify-content: flex-start;
  }

  .media-showcase-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .media-track {
    grid-auto-columns: minmax(260px, 86%);
  }

  .media-slide img,
  .media-slide video {
    min-height: 240px;
  }
}


/* Home focus cards: official SVG icons instead of emoji glyphs. */
.business-focus-icon {
  position: relative;
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(230, 0, 18, 0.12);
  border-radius: 18px;
  background:
    radial-gradient(circle at 82% 18%, rgba(230, 0, 18, 0.18), transparent 0 22%),
    linear-gradient(145deg, #ffffff, #f7f7f7);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  color: transparent;
  font-size: 0;
  overflow: hidden;
}

.business-focus-icon::before,
.business-focus-icon::after {
  position: absolute;
  content: "";
}

.business-focus-icon::before {
  inset: 13px;
  background: #111111;
  -webkit-mask: var(--focus-icon) center / contain no-repeat;
  mask: var(--focus-icon) center / contain no-repeat;
}

.business-focus-icon::after {
  top: 10px;
  right: 10px;
  width: 9px;
  height: 9px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #e60012;
  box-shadow: 0 8px 18px rgba(230, 0, 18, 0.26);
  animation: bhdtDotBreathe 2.4s ease-in-out infinite;
}

.business-focus-icon[data-focus-icon="mission"] {
  --focus-icon: url("assets/icons/service-mission.svg");
}

.business-focus-icon[data-focus-icon="confidential"] {
  --focus-icon: url("assets/icons/service-confidential.svg");
}

.business-focus-icon[data-focus-icon="translation"] {
  --focus-icon: url("assets/icons/service-translation.svg");
}

html[data-theme="dark"] .business-focus-icon {
  border-color: rgba(255, 255, 255, 0.13);
  background:
    radial-gradient(circle at 82% 18%, rgba(230, 0, 18, 0.2), transparent 0 22%),
    linear-gradient(145deg, #242425, #0d0d0e);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .business-focus-icon::before {
  background: #ffffff;
}

.hero-lead-logo {
  height: clamp(42px, 3.2vw, 56px);
  width: auto;
  max-width: 190px;
  object-fit: contain;
}




/* Business focus photo cards. */
.business-focus-card-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 0.72s ease, filter 0.72s ease;
}

.business-focus-card-photo {
  min-height: 420px;
  border-color: rgba(255, 255, 255, 0.18);
  background: #090909;
  color: #ffffff;
  box-shadow:
    0 34px 96px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.business-focus-card-photo::before,
.business-focus-card-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.business-focus-card-photo::before {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.68) 54%, rgba(0, 0, 0, 0.88) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.42) 58%, rgba(0, 0, 0, 0.26) 100%);
}

.business-focus-card-photo::after {
  z-index: 2;
  background:
    radial-gradient(circle at 88% 18%, rgba(230, 0, 18, 0.3), transparent 0 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 28%);
  mix-blend-mode: screen;
  opacity: 0.78;
  animation: bhdtServiceCardGlow 4.8s ease-in-out infinite;
}

.business-focus-card-photo > :not(.business-focus-card-bg) {
  position: relative;
  z-index: 3;
}

.business-focus-card-photo .business-focus-icon {
  border-color: rgba(255, 255, 255, 0.24);
  background:
    radial-gradient(circle at 82% 18%, rgba(230, 0, 18, 0.36), transparent 0 22%),
    rgba(255, 255, 255, 0.14);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(16px);
}

.business-focus-card-photo .business-focus-icon::before {
  background: #ffffff;
}

.business-focus-card-photo .business-focus-badge {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.business-focus-card-photo h3,
.business-focus-card-photo .business-focus-points li {
  color: #ffffff;
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.42);
}

.business-focus-card-photo .business-focus-points li {
  color: rgba(255, 255, 255, 0.86);
}

.business-focus-card-photo .business-focus-link {
  color: #ffffff;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.4);
}

.business-focus-card-photo:hover .business-focus-card-bg {
  filter: saturate(1.12) contrast(1.06);
  transform: scale(1.09);
}

.business-focus-card-photo:hover {
  border-color: rgba(198, 204, 214, 0.42);
  box-shadow:
    0 38px 108px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(198, 204, 214, 0.16);
}






/* Premium floating WhatsApp action. */
.floating-action-chat {
  --bhdt-button-ring: rgba(232, 236, 242, 0.92);
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.2), transparent 0 24%),
    radial-gradient(circle at 78% 78%, rgba(38, 196, 90, 0.42), transparent 0 34%),
    linear-gradient(145deg, rgba(31, 31, 32, 0.98), rgba(5, 5, 5, 0.96));
  color: #ffffff;
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.32),
    0 0 0 8px rgba(38, 196, 90, 0.08),
    0 0 42px rgba(38, 196, 90, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  animation: bhdtChatFloat 3.4s ease-in-out infinite;
}

.floating-action-chat::before {
  display: block;
  position: absolute;
  inset: 9px;
  z-index: 0;
  width: auto;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.28), transparent 0 22%),
    linear-gradient(145deg, #29d869, #0da846);
  box-shadow:
    0 12px 24px rgba(38, 196, 90, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  content: "";
  opacity: 1;
  transform: none;
  animation: bhdtChatCorePulse 2.2s ease-in-out infinite;
}

.floating-action-chat::after {
  padding: 2px;
  opacity: 1;
  background:
    conic-gradient(
      from var(--bhdt-live-button-angle, var(--hero-button-angle, 0deg)),
      transparent 0deg,
      transparent 205deg,
      rgba(218, 222, 228, 0.26) 232deg,
      rgba(255, 255, 255, 0.82) 255deg,
      #dfe3ea 292deg,
      rgba(246, 248, 252, 0.98) 322deg,
      transparent 360deg
    );
}

.floating-action-chat .floating-chat-mark {
  z-index: 2;
  width: 24px;
  height: 24px;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.22));
  transform: translateY(1px);
}

.floating-action-chat:hover,
.floating-action-chat:focus-visible {
  transform: translateY(-4px) scale(1.04);
  box-shadow:
    0 28px 68px rgba(0, 0, 0, 0.38),
    0 0 0 10px rgba(38, 196, 90, 0.1),
    0 0 54px rgba(38, 196, 90, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

@keyframes bhdtChatFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

@keyframes bhdtChatCorePulse {
  0%,
  100% {
    box-shadow:
      0 12px 24px rgba(38, 196, 90, 0.34),
      inset 0 1px 0 rgba(255, 255, 255, 0.28);
  }
  50% {
    box-shadow:
      0 14px 30px rgba(38, 196, 90, 0.46),
      0 0 0 7px rgba(38, 196, 90, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.32);
  }
}

/* Premium dark theme pass. */
html[data-theme="dark"] {
  --bhdt-accent-gradient: linear-gradient(135deg, #e60012 0%, #8f000b 42%, #161616 100%);
  --bhdt-soft: #070707;
  --bhdt-soft-red: #130b0c;
  --bhdt-page: #050505;
  --bhdt-panel: rgba(18, 18, 19, 0.82);
  --bhdt-panel-strong: #111112;
  --bhdt-line: rgba(255, 255, 255, 0.115);
  --bhdt-copy: rgba(255, 255, 255, 0.68);
  --bhdt-copy-strong: rgba(255, 255, 255, 0.84);
  --bhdt-shadow: 0 30px 92px rgba(0, 0, 0, 0.52);
  --bhdt-shadow-strong: 0 42px 128px rgba(0, 0, 0, 0.68);
}

html[data-theme="dark"] body {
  background:
    radial-gradient(circle at 18% 4%, rgba(230, 0, 18, 0.16), transparent 0 26%),
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.07), transparent 0 24%),
    radial-gradient(circle at 50% 86%, rgba(230, 0, 18, 0.08), transparent 0 28%),
    linear-gradient(180deg, #050505 0%, #0b0b0c 42%, #050505 100%);
}

html[data-theme="dark"] .site-header {
  border-bottom-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(12, 12, 13, 0.92), rgba(8, 8, 9, 0.82));
  box-shadow:
    0 18px 64px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(20px);
}

html[data-theme="dark"] .site-header.is-scrolled {
  background: rgba(8, 8, 9, 0.9);
  box-shadow:
    0 20px 70px rgba(0, 0, 0, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

html[data-theme="dark"] .section.soft,
html[data-theme="dark"] .home-sourcing,
html[data-theme="dark"] .home-metrics,
html[data-theme="dark"] .home-blog,
html[data-theme="dark"] .business-focus {
  background:
    radial-gradient(circle at 10% 0%, rgba(230, 0, 18, 0.1), transparent 0 24%),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.06), transparent 0 26%),
    linear-gradient(180deg, #050505 0%, #101011 48%, #070707 100%);
}

html[data-theme="dark"] .service-overview-card,
html[data-theme="dark"] .workflow-panel,
html[data-theme="dark"] .business-focus-card:not(.business-focus-card-photo),
html[data-theme="dark"] .metric-card,
html[data-theme="dark"] .featured-testimonial,
html[data-theme="dark"] .supplier-preview,
html[data-theme="dark"] .supplier-card,
html[data-theme="dark"] .post-card,
html[data-theme="dark"] .page-cta-card {
  border-color: rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.08), transparent 0 34%),
    radial-gradient(circle at 92% 100%, rgba(230, 0, 18, 0.12), transparent 0 30%),
    linear-gradient(180deg, rgba(28, 28, 29, 0.92), rgba(10, 10, 11, 0.98));
  box-shadow:
    0 30px 96px rgba(0, 0, 0, 0.56),
    0 0 0 1px rgba(255, 255, 255, 0.02),
    inset 0 1px 0 rgba(255, 255, 255, 0.065);
}

html[data-theme="dark"] .service-overview-card:hover,
html[data-theme="dark"] .business-focus-card:not(.business-focus-card-photo):hover,
html[data-theme="dark"] .metric-card:hover,
html[data-theme="dark"] .supplier-card:hover,
html[data-theme="dark"] .post-card:hover,
html[data-theme="dark"] .page-cta-card:hover {
  border-color: rgba(198, 204, 214, 0.28);
  box-shadow:
    0 38px 118px rgba(0, 0, 0, 0.68),
    0 0 0 1px rgba(198, 204, 214, 0.1),
    0 0 42px rgba(198, 204, 214, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .service-overview-card-photo,
html[data-theme="dark"] .business-focus-card-photo {
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow:
    0 36px 118px rgba(0, 0, 0, 0.62),
    0 0 0 1px rgba(255, 255, 255, 0.025),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

html[data-theme="dark"] .service-overview-card-photo::before,
html[data-theme="dark"] .business-focus-card-photo::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.72) 58%, rgba(0, 0, 0, 0.92) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.48) 58%, rgba(0, 0, 0, 0.22) 100%);
}

html[data-theme="dark"] .service-overview-card-photo::after,
html[data-theme="dark"] .business-focus-card-photo::after {
  background:
    radial-gradient(circle at 84% 18%, rgba(198, 204, 214, 0.26), transparent 0 25%),
    radial-gradient(circle at 16% 84%, rgba(255, 255, 255, 0.1), transparent 0 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 30%);
  opacity: 0.86;
}

html[data-theme="dark"] .service-overview-icon,
html[data-theme="dark"] .business-focus-icon {
  border-color: rgba(255, 255, 255, 0.13);
  background:
    radial-gradient(circle at 80% 18%, rgba(230, 0, 18, 0.36), transparent 0 22%),
    linear-gradient(145deg, #2a2a2b, #0c0c0d);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.44),
    0 0 0 1px rgba(255, 255, 255, 0.025),
    inset 0 1px 0 rgba(255, 255, 255, 0.11);
}

html[data-theme="dark"] .service-overview-card:hover .service-overview-icon,
html[data-theme="dark"] .business-focus-card:hover .business-focus-icon {
  border-color: rgba(198, 204, 214, 0.3);
  box-shadow:
    0 26px 62px rgba(0, 0, 0, 0.52),
    0 0 34px rgba(198, 204, 214, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

html[data-theme="dark"] .country-strip span,
html[data-theme="dark"] .filter-pills span,
html[data-theme="dark"] .supplier-filter-tabs button:not(.is-active) {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(26, 26, 27, 0.88), rgba(12, 12, 13, 0.94));
  color: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

html[data-theme="dark"] .workflow-mode-pill {
  color: #f7f7f4;
}

html[data-theme="dark"] .supplier-filter-tabs button.is-active,
html[data-theme="dark"] .service-tab-button.is-active {
  border-color: rgba(232, 236, 242, 0.72) !important;
  background-color: #d6dae2 !important;
  background-image: linear-gradient(135deg, #ffffff 0%, #d6dae2 48%, #8d939d 100%) !important;
  color: #090909 !important;
  box-shadow:
    0 20px 58px rgba(210, 216, 224, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

html[data-theme="dark"] .metric-card strong {
  color: #ff1829;
  text-shadow: 0 16px 34px rgba(230, 0, 18, 0.18);
}

html[data-theme="dark"] .metric-card span,
html[data-theme="dark"] .supplier-card strong,
html[data-theme="dark"] .post-card h3 a,
html[data-theme="dark"] .featured-testimonial p,
html[data-theme="dark"] .workflow-lead {
  color: #f7f7f4;
}

html[data-theme="dark"] .page-cta-card {
  background:
    radial-gradient(circle at 86% 18%, rgba(230, 0, 18, 0.2), transparent 0 24%),
    linear-gradient(135deg, #171718 0%, #090909 72%);
}

html[data-theme="dark"] .btn-outline,
html[data-theme="dark"] .btn-dark {
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035));
  color: #ffffff;
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .btn-outline:hover,
html[data-theme="dark"] .btn-dark:hover {
  border-color: rgba(218, 222, 228, 0.36);
  box-shadow:
    0 24px 68px rgba(0, 0, 0, 0.44),
    0 0 38px rgba(230, 0, 18, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Unified glass button language. */
.login-pill,
.btn-primary,
.btn-dark,
.btn-outline,
.hero-tags a,
.service-tab-button,
.supplier-filter-tabs button,
.service-overview-more,
.post-card .card-more,
.article-card .card-more,
.business-focus-link {
  --bhdt-button-ring: rgba(232, 236, 242, 0.88);
  position: relative;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 24px;
  border: 1px solid rgba(16, 16, 16, 0.14) !important;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.56)) !important;
  color: #111111 !important;
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  backdrop-filter: blur(14px) saturate(130%);
  cursor: pointer;
  isolation: isolate;
  overflow: hidden;
  text-decoration: none;
}

.service-tab-button.is-active,
.supplier-filter-tabs button.is-active {
  border-color: rgba(16, 16, 16, 0.22) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(235, 238, 244, 0.78) 54%, rgba(255, 255, 255, 0.68) 100%) !important;
  color: #111111 !important;
  box-shadow:
    0 20px 54px rgba(124, 132, 146, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.hero-city .btn-outline,
.hero-tags a,
.inner-hero-cover .btn-outline,
.service-page-main-event .service-actions .btn-outline,
.service-overview-card-photo .service-overview-more,
.business-focus-card-photo .business-focus-link,
.post-card.is-featured .card-more,
.page-cta-card .btn-dark,
.event-detail-panel .btn-dark {
  border-color: rgba(255, 255, 255, 0.28) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07)) !important;
  color: #ffffff !important;
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.login-pill:hover,
.btn-primary:hover,
.btn-dark:hover,
.btn-outline:hover,
.hero-tags a:hover,
.service-tab-button:hover,
.supplier-filter-tabs button:hover,
.service-overview-more:hover,
.post-card .card-more:hover,
.article-card .card-more:hover,
.business-focus-link:hover {
  border-color: rgba(218, 222, 228, 0.42) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.66)) !important;
  color: #111111 !important;
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.12),
    0 0 34px rgba(230, 0, 18, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transform: translateY(-2px);
}

.hero-city .btn-outline:hover,
.hero-tags a:hover,
.inner-hero-cover .btn-outline:hover,
.service-page-main-event .service-actions .btn-outline:hover,
.service-overview-card-photo .service-overview-more:hover,
.business-focus-card-photo .business-focus-link:hover,
.post-card.is-featured .card-more:hover,
.page-cta-card .btn-dark:hover,
.event-detail-panel .btn-dark:hover {
  border-color: rgba(255, 255, 255, 0.46) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.1)) !important;
  color: #ffffff !important;
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.32),
    0 0 34px rgba(230, 0, 18, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.business-focus-link::before,
.article-card .card-more::before {
  display: block;
  position: absolute;
  inset: -45% auto -45% -68%;
  z-index: 1;
  width: 38%;
  background: linear-gradient(110deg, transparent 0%, rgba(198, 204, 214, 0.12) 20%, rgba(231, 234, 240, 0.76) 42%, rgba(255, 255, 255, 0.56) 48%, rgba(140, 146, 157, 0.3) 57%, rgba(198, 204, 214, 0.12) 66%, transparent 78%);
  content: "";
  opacity: 0.68;
  pointer-events: none;
  transform: translateX(-180%) rotate(16deg);
  animation: bhdtButtonGlassSweep 4s ease-in-out infinite;
}

.business-focus-link::after,
.article-card .card-more::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 1.5px;
  border-radius: inherit;
  background:
    conic-gradient(
      from var(--bhdt-live-button-angle, var(--hero-button-angle, 0deg)),
      transparent 0deg,
      transparent 244deg,
      rgba(218, 222, 228, 0.12) 268deg,
      var(--bhdt-button-ring, rgba(218, 222, 228, 0.78)) 292deg,
      rgba(246, 248, 252, 0.96) 312deg,
      #dfe3ea 326deg,
      rgba(218, 222, 228, 0.18) 342deg,
      transparent 360deg
    );
  content: "";
  opacity: 0.84;
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  animation: bhdtButtonLayerSpin 4.8s linear infinite;
}

.login-pill::before,
.btn-primary::before,
.btn-dark::before,
.btn-outline::before,
.hero-tags a::before,
.service-tab-button::before,
.supplier-filter-tabs button::before,
.service-overview-more::before,
.post-card .card-more::before,
.article-card .card-more::before,
.business-focus-link::before {
  animation-duration: 4s !important;
}

.login-pill::after,
.btn-primary::after,
.btn-dark::after,
.btn-outline::after,
.hero-tags a::after,
.service-tab-button::after,
.supplier-filter-tabs button::after,
.service-overview-more::after,
.post-card .card-more::after,
.article-card .card-more::after,
.business-focus-link::after {
  animation-duration: 4.8s !important;
}

html[data-theme="dark"] .login-pill,
html[data-theme="dark"] .btn-primary,
html[data-theme="dark"] .btn-dark,
html[data-theme="dark"] .btn-outline,
html[data-theme="dark"] .hero-tags a,
html[data-theme="dark"] .service-tab-button,
html[data-theme="dark"] .supplier-filter-tabs button,
html[data-theme="dark"] .service-overview-more,
html[data-theme="dark"] .post-card .card-more,
html[data-theme="dark"] .article-card .card-more,
html[data-theme="dark"] .business-focus-link {
  border-color: rgba(255, 255, 255, 0.18) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)) !important;
  color: #ffffff !important;
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

html[data-theme="dark"] .service-tab-button.is-active,
html[data-theme="dark"] .supplier-filter-tabs button.is-active {
  border-color: rgba(255, 255, 255, 0.34) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(176, 184, 198, 0.12)) !important;
  color: #ffffff !important;
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.38),
    0 0 30px rgba(230, 0, 18, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.home .hero-city .btn-primary,
html[data-theme="dark"] .home .hero-city .btn-primary {
  min-height: 54px;
  padding-inline: 36px;
  border-color: rgba(198, 204, 214, 0.58) !important;
  background: #ffffff !important;
  color: #111111 !important;
  font-size: clamp(17px, 1.18vw, 19px);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.24),
    0 0 34px rgba(198, 204, 214, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.home .hero-city .btn-primary:hover,
html[data-theme="dark"] .home .hero-city .btn-primary:hover {
  border-color: rgba(218, 222, 228, 0.44) !important;
  background: #ffffff !important;
  color: #111111 !important;
  box-shadow:
    0 24px 62px rgba(0, 0, 0, 0.32),
    0 0 42px rgba(198, 204, 214, 0.26),
    0 0 34px rgba(230, 0, 18, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

/* Direction intro panel from the approved HTML reference. */
.directions-panel .service-tab-buttons {
  justify-content: center;
  gap: 12px clamp(22px, 3vw, 34px);
  margin: clamp(24px, 3vw, 32px) 0 0;
  padding: clamp(18px, 2.2vw, 24px) 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.home-service-tabs .directions-panel .service-tab-button {
  min-height: 34px;
  padding: 0 26px;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.home-service-tabs .directions-panel .service-tab-button.is-active {
  border-color: rgba(0, 0, 0, 0.06) !important;
  background: transparent !important;
  color: #6f7480 !important;
  box-shadow: none !important;
  cursor: default;
  transform: none !important;
  animation: none !important;
}

.home-service-tabs .directions-panel .service-tab-button.is-active::before,
.home-service-tabs .directions-panel .service-tab-button.is-active::after {
  opacity: 0 !important;
  animation: none !important;
}

.home-service-tabs .directions-panel .service-tab-button:not(.is-active) {
  --bhdt-button-ring: rgba(232, 236, 242, 0.92);
  border-color: rgba(218, 222, 228, 0.32) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.68)) !important;
  color: #111111 !important;
  box-shadow:
    0 14px 38px rgba(0, 0, 0, 0.08),
    0 0 30px rgba(230, 0, 18, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
}

.home-service-tabs .directions-panel .service-tab-button:not(.is-active)::before {
  opacity: 0.78 !important;
}

.home-service-tabs .directions-panel .service-tab-button:not(.is-active)::after {
  opacity: 0.9 !important;
}

html[data-theme="dark"] .directions-panel {
  border-color: rgba(255, 255, 255, 0.025);
  background: #121215;
  box-shadow: 0 20px 60px -20px rgba(0, 0, 0, 0.9);
}

html[data-theme="dark"] .directions-eyebrow {
  border-bottom-color: rgba(255, 255, 255, 0.03);
  color: #6a6a7a;
}

html[data-theme="dark"] .directions-eyebrow span:last-child {
  color: #777282;
}

html[data-theme="dark"] .directions-head .section-title,
html[data-theme="dark"] .directions-intro,
html[data-theme="dark"] .home-start .directions-head .section-title,
html[data-theme="dark"] .home-start .directions-head .directions-intro {
  color: #d8d6e0;
}

html[data-theme="dark"] .directions-line-light {
  color: #d8d6e0;
}

html[data-theme="dark"] .directions-line-bold {
  color: #eeebe6;
}

html[data-theme="dark"] .directions-line-sub {
  border-left-color: rgba(255, 255, 255, 0.08);
  color: #a7a2b3;
}

html[data-theme="dark"] .directions-copy strong {
  color: #eeebe6;
}

html[data-theme="dark"] .directions-copy strong small {
  color: #8f8a9a;
}

html[data-theme="dark"] .directions-copy strong small::after {
  background: rgba(255, 255, 255, 0.12);
}

html[data-theme="dark"] .directions-footer {
  border-top-color: rgba(255, 255, 255, 0.025);
  color: #777282;
}

html[data-theme="dark"] .directions-panel .service-tab-buttons {
  border-top-color: rgba(255, 255, 255, 0.025);
}

html[data-theme="dark"] .home-service-tabs .directions-panel .service-tab-button.is-active {
  border-color: rgba(255, 255, 255, 0.04) !important;
  background: transparent !important;
  color: #8a8496 !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .home-service-tabs .directions-panel .service-tab-button:not(.is-active) {
  border-color: rgba(218, 222, 228, 0.36) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.055)) !important;
  color: #eeebe6 !important;
  box-shadow:
    0 16px 44px rgba(0, 0, 0, 0.34),
    0 0 28px rgba(230, 0, 18, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

/* Mobile alignment polish for dense dark blocks. */
@media (max-width: 760px) {
  .directions-panel {
    padding: 28px 18px 24px;
    border-radius: 16px;
  }

  .directions-panel .directions-head {
    gap: 18px;
  }

  .directions-eyebrow {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    font-size: 10px;
  }

  .directions-eyebrow span:last-child {
    font-size: 8px;
  }

  .directions-title-block {
    --directions-statement-size: clamp(18px, 4.8vw, 22px);
  }

  .directions-copy {
    justify-content: flex-start;
  }

  .directions-copy strong {
    align-items: flex-start;
    text-align: left;
    font-size: clamp(20px, 6.2vw, 26px);
  }

  .directions-copy strong small::after {
    margin-left: 0;
  }

  .directions-line-sub {
    padding-left: 0;
    border-left: 0;
  }

  .directions-panel .service-tab-buttons {
    justify-content: center;
    overflow: visible;
    flex-wrap: wrap;
    margin-inline: 0;
    padding: 18px 0 0;
    gap: 10px;
  }

  .home-service-tabs .directions-panel .service-tab-button {
    min-height: 38px;
    padding: 0 18px;
    font-size: 12px;
  }

  .directions-footer {
    justify-content: flex-start;
    font-size: 8px;
  }

  .home-workflow .workflow {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .workflow-panel {
    padding: 22px 16px;
    border-radius: 24px;
  }

  .workflow-lead {
    max-width: 300px;
    margin-inline: auto;
    text-align: center;
  }

  .step-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    column-gap: 16px;
    align-items: start;
    min-height: auto;
    padding: 18px;
    text-align: left;
  }

  .step-number {
    width: 44px;
    height: 44px;
    margin: 0;
  }

  .step-card h3 {
    grid-column: 2;
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  .step-card p {
    grid-column: 2;
    font-size: 15px;
    line-height: 1.42;
  }

  .workflow-divider {
    margin-top: 18px;
  }

  .page-cta-card {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 26px 24px;
    border-radius: 28px;
    text-align: left;
  }

  .page-cta-card h2 {
    max-width: 100%;
    font-size: clamp(28px, 8.5vw, 38px);
    line-height: 1.02;
  }

  .page-cta-card p {
    font-size: 16px;
    line-height: 1.5;
  }

  .page-cta-card .btn-dark {
    justify-self: stretch;
    width: 100%;
    min-height: 54px;
    padding-inline: 18px;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 430px) {
  .workflow-panel {
    padding-inline: 14px;
  }

  .step-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
    border-radius: 22px;
  }

  .step-card h3 {
    font-size: 19px;
  }

  .step-card p {
    font-size: 14px;
  }
}

/* Section shells: premium white blocks requested by client. */
.directions-panel,
.home-sourcing .service-tab-panel.is-active,
.home-workflow .workflow-panel,
.business-focus > .container,
.home-metrics > .container,
.home-database > .container,
.home-blog > .container {
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: clamp(26px, 3vw, 38px);
  background:
    radial-gradient(circle at 88% 8%, rgba(230, 0, 18, 0.035), transparent 0 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92));
  box-shadow:
    0 28px 92px rgba(0, 0, 0, 0.09),
    0 2px 10px rgba(0, 0, 0, 0.025),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.home-sourcing .service-tab-panel.is-active,
.business-focus > .container,
.home-metrics > .container,
.home-database > .container,
.home-blog > .container {
  padding: clamp(30px, 4.5vw, 56px);
}

.home-workflow .workflow-panel {
  padding: clamp(38px, 5vw, 66px);
}

.home-sourcing .service-tab-panel.is-active {
  margin-top: clamp(24px, 4vw, 42px);
}

.directions-panel {
  box-shadow:
    0 30px 96px rgba(0, 0, 0, 0.1),
    0 2px 10px rgba(0, 0, 0, 0.025),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.step-card,
.metric-card,
.featured-testimonial,
.post-card:not(.is-featured) {
  border: 1px solid rgba(17, 17, 17, 0.08);
  background:
    radial-gradient(circle at 92% 100%, rgba(230, 0, 18, 0.045), transparent 0 30%),
    #ffffff;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.075),
    0 1px 2px rgba(0, 0, 0, 0.025);
}

.step-card {
  border-radius: 24px;
}

.post-card:not(.is-featured) {
  padding: clamp(14px, 1.8vw, 20px);
  border-radius: clamp(24px, 3vw, 34px);
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.post-card:not(.is-featured):hover {
  border-color: rgba(17, 17, 17, 0.12);
  box-shadow:
    0 30px 86px rgba(0, 0, 0, 0.11),
    0 1px 2px rgba(0, 0, 0, 0.03);
}

.post-card:not(.is-featured) .post-card-body {
  padding: 18px 4px 2px;
}

.post-card.is-featured .post-card-media {
  box-shadow:
    0 30px 92px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.business-focus-card-photo,
.service-overview-card-photo {
  box-shadow:
    0 30px 88px rgba(0, 0, 0, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .directions-panel,
html[data-theme="dark"] .home-sourcing .service-tab-panel.is-active,
html[data-theme="dark"] .home-workflow .workflow-panel,
html[data-theme="dark"] .business-focus > .container,
html[data-theme="dark"] .home-metrics > .container,
html[data-theme="dark"] .home-database > .container,
html[data-theme="dark"] .home-blog > .container {
  border-color: rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 88% 10%, rgba(230, 0, 18, 0.12), transparent 0 24%),
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.07), transparent 0 28%),
    linear-gradient(180deg, rgba(22, 22, 23, 0.96), rgba(9, 9, 10, 0.98));
  box-shadow:
    0 34px 104px rgba(0, 0, 0, 0.58),
    0 0 0 1px rgba(255, 255, 255, 0.02),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

html[data-theme="dark"] .step-card,
html[data-theme="dark"] .metric-card,
html[data-theme="dark"] .featured-testimonial,
html[data-theme="dark"] .post-card:not(.is-featured) {
  border-color: rgba(255, 255, 255, 0.105);
  background:
    radial-gradient(circle at 92% 100%, rgba(230, 0, 18, 0.12), transparent 0 30%),
    linear-gradient(180deg, rgba(28, 28, 29, 0.94), rgba(12, 12, 13, 0.98));
  box-shadow:
    0 28px 86px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

html[data-theme="dark"] .post-card:not(.is-featured):hover {
  border-color: rgba(218, 222, 228, 0.22);
  box-shadow:
    0 34px 96px rgba(0, 0, 0, 0.62),
    0 0 0 1px rgba(255, 255, 255, 0.025),
    inset 0 1px 0 rgba(255, 255, 255, 0.065);
}

@media (max-width: 760px) {
  .home-sourcing .service-tab-panel.is-active,
  .business-focus > .container,
  .home-metrics > .container,
  .home-database > .container,
  .home-blog > .container {
    padding: 22px 16px;
    border-radius: 26px;
  }

  .home-workflow .workflow-panel {
    padding: 24px 16px;
    border-radius: 26px;
  }

  .post-card:not(.is-featured) {
    padding: 14px;
  }
}

/* Typography harmonization for section shells. */
.business-focus-title {
  max-width: 800px;
  font-family: "Inter", sans-serif;
  font-size: clamp(32px, 4.25vw, 56px);
  font-weight: 760;
  line-height: 1.03;
  letter-spacing: -0.052em;
}

.business-focus-copy {
  max-width: 420px;
  font-family: "Inter", sans-serif;
  font-size: clamp(17px, 1.55vw, 22px);
  font-weight: 760;
  line-height: 1.18;
  letter-spacing: -0.034em;
}

.business-focus-card h3,
.service-overview-card h3,
.post-card h3 {
  font-family: "Inter", sans-serif;
  font-weight: 780;
  letter-spacing: -0.04em;
}

.business-focus-card h3 {
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.08;
}

.business-focus-card-photo h3 {
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.36);
}

@media (max-width: 760px) {
  .business-focus-title {
    max-width: 100%;
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.05;
    letter-spacing: -0.045em;
  }

  .business-focus-copy {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.35;
    letter-spacing: -0.022em;
  }
}

/* Compact service cards after client review. */
.service-overview-grid {
  gap: clamp(28px, 3.4vw, 44px);
}

.service-overview-card {
  min-height: 0;
  padding: clamp(24px, 2.8vw, 34px);
  border-radius: 24px;
}

.service-overview-card-photo {
  min-height: clamp(315px, 31vw, 380px);
}

.service-overview-icon {
  display: none;
}

.service-overview-card h3 {
  max-width: 300px;
  margin-bottom: 16px;
  font-size: clamp(21px, 1.8vw, 26px);
  line-height: 1.12;
}

.service-overview-points {
  gap: 8px;
  padding-bottom: 44px;
}

.service-overview-points li {
  padding-left: 17px;
  font-size: 14px;
  line-height: 1.36;
}

.service-overview-points li::before {
  top: 0.46em;
  width: 7px;
  height: 7px;
}

.service-overview-more {
  min-height: 42px;
  padding-inline: 22px;
  font-size: 12px;
}

@media (max-width: 1020px) {
  .service-overview-grid {
    gap: 24px;
  }
}

@media (max-width: 760px) {
  .service-overview-grid {
    gap: 22px;
  }

  .service-overview-card,
  .service-overview-card-photo {
    min-height: 0;
    padding: 24px;
  }

  .service-overview-card h3 {
    max-width: none;
    font-size: 24px;
  }

  .service-overview-points {
    padding-bottom: 0;
  }
}

/* Remove excess bottom air in services shell. */
.home-sourcing .service-tab-panel.is-active {
  padding-bottom: clamp(18px, 2.2vw, 28px);
}

.service-overview-card-photo {
  min-height: clamp(300px, 29vw, 360px);
}

@media (max-width: 760px) {
.home-sourcing .service-tab-panel.is-active {
  padding-bottom: 16px;
  }
}

/* Merge directions header and service cards into one visual block. */
.home-sourcing > .container {
  padding: clamp(30px, 4.5vw, 56px);
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: clamp(26px, 3vw, 38px);
  background:
    radial-gradient(circle at 88% 8%, rgba(230, 0, 18, 0.035), transparent 0 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92));
  box-shadow:
    0 28px 92px rgba(0, 0, 0, 0.09),
    0 2px 10px rgba(0, 0, 0, 0.025),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.home-sourcing .directions-panel,
.home-sourcing .service-tab-panel.is-active {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.home-sourcing .directions-panel {
  margin-bottom: 10px;
  padding: 0;
}

.home-sourcing .service-tab-panel.is-active {
  margin-top: 0;
  padding: 0;
}

html[data-theme="dark"] .home-sourcing > .container {
  border-color: rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 88% 10%, rgba(230, 0, 18, 0.12), transparent 0 24%),
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.07), transparent 0 28%),
    linear-gradient(180deg, rgba(22, 22, 23, 0.96), rgba(9, 9, 10, 0.98));
  box-shadow:
    0 34px 104px rgba(0, 0, 0, 0.58),
    0 0 0 1px rgba(255, 255, 255, 0.02),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

html[data-theme="dark"] .home-sourcing .directions-panel,
html[data-theme="dark"] .home-sourcing .service-tab-panel.is-active {
  border: 0;
  background: transparent;
  box-shadow: none;
}

@media (max-width: 760px) {
  .home-sourcing > .container {
    padding: 22px 16px;
    border-radius: 26px;
  }

  .home-sourcing .directions-panel {
    margin-bottom: 10px;
  }
}

/* Unified Inter typography system across the whole site. */
:root {
  --bhdt-font-main: "Inter", sans-serif;
}

html,
body,
button,
input,
textarea,
select,
optgroup,
.site-shell,
.site-header,
.main-navigation,
.hero,
.site-footer,
.wp-block,
.entry-content,
[class*="bhdt-"],
[class*="hero-"],
[class*="section-"],
[class*="service-"],
[class*="database-"],
[class*="business-"],
[class*="directions-"],
[class*="workflow-"],
[class*="metric-"],
[class*="post-"],
[class*="blog-"],
[class*="contact-"],
[class*="footer-"] {
  font-family: var(--bhdt-font-main) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
small,
strong,
em,
li,
label,
blockquote,
figcaption,
summary,
details,
table,
th,
td {
  font-family: inherit;
}

body {
  font-optical-sizing: auto;
  font-variation-settings: "opsz" 16;
}

/* Video review polish: tighter notebook layout and cleaner workflow headings. */
.home-sourcing {
  padding-bottom: clamp(18px, 2vw, 30px);
}

.home-workflow {
  padding-top: clamp(18px, 2.2vw, 32px);
}

.home-workflow .workflow-panel {
  padding: clamp(30px, 4vw, 50px);
}

.home-workflow .workflow-mode-pill {
  margin-bottom: 8px;
  color: #151515;
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 820;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.home-workflow .workflow-mode-pill::before,
.home-workflow .workflow-mode-pill::after {
  display: none !important;
  content: none !important;
}

.home-workflow .workflow-lead {
  margin-bottom: clamp(26px, 3vw, 36px);
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 560;
  line-height: 1.35;
  letter-spacing: -0.012em;
}

.home-workflow .workflow {
  gap: clamp(16px, 2vw, 24px);
}

.home-workflow .step-card {
  padding: clamp(22px, 2.5vw, 30px);
}

.home-workflow .step-number {
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
}

.home-workflow .step-card h3 {
  margin-bottom: 10px;
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.14;
}

.home-workflow .step-card p {
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.42;
}

.home-workflow .workflow-divider {
  margin-top: 22px;
}

html[data-theme="dark"] .home-workflow .workflow-mode-pill {
  color: #ffffff;
}

@media (max-width: 1020px) {
  .home-workflow {
    padding-top: 28px;
  }

  .home-workflow .workflow-panel {
    padding: 28px 22px;
  }

  .home-workflow .workflow-mode-pill {
    font-size: clamp(24px, 4vw, 32px);
  }

  .home-workflow .workflow-lead {
    max-width: 640px;
  }
}

/* Tighten service photo cards: remove the empty lower zone inside each card. */
.home-sourcing .service-overview-card-photo {
  min-height: clamp(260px, 24vw, 315px);
  padding: clamp(22px, 2.4vw, 30px);
}

.home-sourcing .service-overview-card h3 {
  margin-bottom: 12px;
}

.home-sourcing .service-overview-points {
  gap: 6px;
  padding-bottom: 34px;
}

.home-sourcing .service-overview-more {
  bottom: clamp(18px, 2vw, 24px);
  left: clamp(22px, 2.4vw, 30px);
}

@media (max-width: 760px) {
  .home-sourcing .service-overview-card-photo {
    min-height: auto;
    padding: 22px;
  }

  .home-sourcing .service-overview-points {
    padding-bottom: 34px;
  }
}

/* Final global font lock: every frontend text node uses the same Inter family. */
html,
body,
body *,
body *::before,
body *::after {
  font-family: var(--bhdt-font-main) !important;
}

/* Final global weight lock: one visual weight, italic remains italic. */
:root {
  --bhdt-font-weight-main: 500;
}

body,
body *,
body *::before,
body *::after {
  font-weight: var(--bhdt-font-weight-main) !important;
}

/* Final heading size system: one calm standard for section and card titles. */
:root {
  --bhdt-heading-size-main: clamp(26px, 2.35vw, 32px);
  --bhdt-heading-size-card: clamp(21px, 1.65vw, 24px);
  --bhdt-heading-line-main: 1.16;
  --bhdt-heading-line-card: 1.18;
}

h2,
.section-title,
.section-page-title,
.business-focus-title,
.home-start .section-title,
.directions-phrase,
.service-intro h2,
.conversion-band h2,
.page-cta-card h2,
.event-detail-panel h2,
.privacy-document h2,
.blog-empty h2 {
  font-size: var(--bhdt-heading-size-main) !important;
  line-height: var(--bhdt-heading-line-main) !important;
  letter-spacing: -0.035em;
}

h3,
.card h3,
.service-overview-card h3,
.business-focus-card h3,
.step-card h3,
.post-card h3,
.service-page-main-event .service-detail h3,
.event-detail-panel h3,
.event-cases h3,
.media-showcase h3,
.form-card h3,
.privacy-document h3,
.trust-card h3,
.contact-card h3 {
  font-size: var(--bhdt-heading-size-card) !important;
  line-height: var(--bhdt-heading-line-card) !important;
  letter-spacing: -0.032em;
}

.directions-line,
.directions-copy strong,
.directions-copy span,
.metric-card strong {
  font-size: var(--bhdt-heading-size-main) !important;
  line-height: var(--bhdt-heading-line-main) !important;
}

.directions-line-bold {
  font-weight: 700 !important;
}

.hero-title,
.hero-title *,
.hero-title .accent,
.hero-word-red {
  font-weight: 700 !important;
}

/* Homepage headings use one clear uppercase system; supporting copy stays readable. */
body.home main h2,
body.home main h3,
body.home .workflow-mode-pill {
  text-transform: uppercase;
}

/* Compact process cards: the sequence number lives in the heading instead of a separate badge. */
.home-workflow .workflow {
  gap: clamp(14px, 1.8vw, 20px);
}

.home-workflow .step-card {
  padding: clamp(20px, 2.1vw, 26px);
}

.home-workflow .step-card h3 {
  margin-bottom: 8px;
}

/* Keep service CTAs at a stable bottom-center position inside photo cards. */
.home-sourcing .service-overview-card-photo .service-overview-more {
  position: absolute !important;
  left: 50% !important;
  bottom: clamp(18px, 2vw, 24px) !important;
  transform: translateX(-50%) !important;
}

.home-sourcing .service-overview-card-photo:hover .service-overview-more {
  transform: translateX(-50%) !important;
}

/* Homepage CTA scale follows the approved Hero consultation button. */
.home .hero-city .btn-primary,
.home .home-workflow .btn-outline,
.home .service-overview-more,
.home .business-focus-link,
.home .business-focus-actions .btn-primary,
.home .supplier-cta,
.home .post-card .card-more,
.home .article-card .card-more,
.home .page-cta-card .btn-dark {
  min-height: 54px !important;
  padding-inline: 36px !important;
  font-size: 17px !important;
  font-weight: 700 !important;
}

/* Bold only on action CTAs — keep tabs/filters at normal weight. */
.home .service-tab-button,
.home .supplier-filter-tabs button {
  font-weight: 600 !important;
}

/* Third screen: only hero direction pills are bold. */
.home .hero-city .hero-tags a {
  font-weight: 700 !important;
}

.home-sourcing .service-overview-points {
  padding-bottom: 102px;
}

/* Directions header + service cards = one block, 10px between inner parts. */
.home-sourcing .directions-panel {
  margin-bottom: 10px !important;
}

.home-sourcing .service-tab-panel.is-active {
  margin-top: 0 !important;
}

@media (max-width: 760px) {
  .home-sourcing .directions-panel {
    margin-bottom: 10px !important;
  }

  .home-sourcing .service-overview-card-photo .service-overview-more {
    display: flex;
    width: fit-content;
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    margin: 24px auto 0;
    transform: none !important;
  }

  :root {
    --bhdt-heading-size-main: clamp(22px, 6.4vw, 26px);
    --bhdt-heading-size-card: clamp(20px, 5.8vw, 24px);
  }
}

/* Homepage white shells: only 10px between neighbouring blocks. */
.home .home-sourcing,
.home .business-focus,
.home .home-metrics,
.home .home-database,
.home .home-blog,
.home .home-final-cta {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.home .home-sourcing {
  padding-top: clamp(28px, 4vw, 48px) !important;
}

.home .home-final-cta {
  padding-bottom: clamp(28px, 4vw, 48px) !important;
}

/* Service cards button: no wrapping arrow under the label. */
.home .service-overview-more {
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  gap: 0 !important;
}

.home .service-overview-more::after {
  content: none !important;
  display: none !important;
}

/* Business + events flow: services and workflow are one shared block. */
.home-sourcing .home-workflow-embedded {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(17, 17, 17, 0.06);
}

.home-sourcing .home-workflow-embedded .workflow-panel {
  margin: 0 !important;
  padding: clamp(18px, 2.2vw, 28px) 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .home-sourcing .home-workflow-embedded {
  border-top-color: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .home-sourcing .home-workflow-embedded .workflow-panel {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 760px) {
  .home-sourcing .home-workflow-embedded {
    margin-top: 10px;
    padding-top: 10px;
  }
}

.hero-city .hero-lead {
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 700;
}

.hero-city .hero-lead > span:first-child {
  font-weight: 800;
}

/* Workflow title/copy: same left-right title pattern as other sections. */
.home-workflow .workflow-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.42fr) !important;
  gap: clamp(24px, 5vw, 72px) !important;
  align-items: center !important;
  justify-items: stretch !important;
  margin: 0 0 clamp(24px, 3vw, 36px) !important;
  text-align: left !important;
}

.home-workflow .workflow-title-block {
  min-width: 0;
  justify-self: start !important;
  text-align: left !important;
}

.home-workflow .workflow-mode-pill {
  display: block !important;
  width: max-content !important;
  max-width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  margin-inline: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #151515 !important;
  font-size: var(--bhdt-heading-size-main) !important;
  font-weight: 700 !important;
  line-height: var(--bhdt-heading-line-main) !important;
  letter-spacing: -0.035em !important;
  text-align: left !important;
  text-transform: uppercase !important;
  justify-content: flex-start !important;
  justify-self: start !important;
}

.home-workflow .workflow-lead {
  margin: 0 !important;
  margin-inline: 0 !important;
  justify-self: end !important;
  color: var(--bhdt-copy) !important;
  font-size: clamp(16px, 1.35vw, 20px) !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.012em !important;
  text-align: right !important;
  text-transform: uppercase !important;
}

html[data-theme="dark"] .home-workflow .workflow-mode-pill {
  color: #ffffff !important;
}

@media (max-width: 760px) {
  .home-workflow .workflow-head {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
}

/* Fourth screen: business/events tabs match the unified button size. */
.home-service-tabs .directions-panel .service-tab-button,
.home .home-service-tabs .directions-panel .service-tab-button {
  min-height: 54px !important;
  padding: 0 36px !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.home-service-tabs .directions-panel .service-tab-button .service-tab-icon {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
}

@media (max-width: 760px) {
  .home-service-tabs .directions-panel .service-tab-button,
  .home .home-service-tabs .directions-panel .service-tab-button {
    min-height: 54px !important;
    padding: 0 28px !important;
    font-size: 16px !important;
  }
}

/* Header menu readability adjustment. */
.site-nav a {
  font-size: 19px !important;
}

.nav-dropdown-menu a {
  font-size: 18px !important;
}

/* Photo service cards: keep long uppercase titles inside the card. */
.service-overview-card-photo h3 {
  max-width: 100%;
  font-size: clamp(24px, 1.85vw, 26px) !important;
  line-height: 1.08;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
  hyphens: auto;
}

/* Regions heading eyebrow: clearer labels in the white panel. */
.directions-eyebrow span:first-child {
  font-size: 14px !important;
  text-transform: uppercase;
}

.directions-eyebrow span:last-child {
  font-size: 14px !important;
  line-height: 1.3;
}

/* TZ 2026-07-16: first three homepage blocks. */
.hero-city {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.58) 48%, rgba(0, 0, 0, 0.76) 100%),
    radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.12), transparent 30%),
    url("assets/images/hero-negotiations.jpg") center / cover no-repeat !important;
}

.hero-actions-triad {
  display: grid;
  width: min(100%, 660px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  align-items: stretch;
}

.hero-actions-triad .hero-cta-pill,
.hero-dialog-row .hero-cta-pill {
  display: inline-flex !important;
  min-height: 64px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 10px 26px !important;
  text-align: center;
}

.hero-dialog-row {
  display: flex;
  width: min(100%, 660px);
  justify-content: center;
  margin-top: -8px;
}

.hero-dialog-row .hero-cta-pill {
  width: min(100%, 320px);
}

.hero-cta-label {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.1;
}

.hero-cta-note {
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.home .hero-city .hero-cta-gold,
html[data-theme="dark"] .home .hero-city .hero-cta-gold {
  border-color: rgba(255, 255, 255, 0.82) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(238, 240, 244, 0.96)) !important;
  color: #111111 !important;
  box-shadow:
    0 22px 54px rgba(255, 255, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
}

.home .hero-city .hero-cta-gold:hover,
html[data-theme="dark"] .home .hero-city .hero-cta-gold:hover {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(247, 248, 250, 1)) !important;
  box-shadow:
    0 28px 66px rgba(255, 255, 255, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
}

.home-regions .directions-eyebrow span:first-child {
  color: var(--bhdt-ink);
  font-size: 18px !important;
  font-weight: 900 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

html[data-theme="dark"] .home-regions .directions-eyebrow span:first-child {
  color: #ffffff;
}

.home-regions .directions-eyebrow span:last-child {
  display: none;
}

.home-regions .directions-copy strong span,
.home-regions .directions-copy strong small {
  text-transform: uppercase;
}

.home-regions .service-tab-panel {
  display: block;
}

.home-regions .regions-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.8vw, 34px);
}

.home-regions .region-card {
  min-height: clamp(420px, 36vw, 520px);
}

.home-regions .region-card.is-featured {
  border-color: rgba(232, 199, 126, 0.62);
  box-shadow:
    0 34px 102px rgba(0, 0, 0, 0.26),
    0 0 0 1px rgba(232, 199, 126, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
}

.home-regions .region-card h3 {
  max-width: 100%;
  font-size: clamp(24px, 2.2vw, 34px) !important;
  font-weight: 900 !important;
  line-height: 1.03 !important;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.home-regions .region-card p {
  max-width: 92%;
  padding-bottom: 58px;
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 700;
  line-height: 1.42;
}

.regions-actions {
  margin-top: clamp(22px, 3vw, 34px);
}

.home-business-contour .business-focus-title {
  text-transform: uppercase;
}

.home-business-contour .business-focus-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.8vw, 34px);
}

.home-business-contour .business-focus-card {
  min-height: clamp(430px, 35vw, 520px);
}

.home-business-contour .business-focus-card h3 {
  font-size: clamp(24px, 2.2vw, 32px) !important;
  text-transform: uppercase;
}

.home-business-contour .business-focus-card p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(15px, 1.1vw, 17px);
  font-weight: 700;
  line-height: 1.42;
}

.home-business-contour .business-focus-details {
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: clamp(12px, 0.92vw, 14px) !important;
  font-weight: 600 !important;
  line-height: 1.42 !important;
}

@media (max-width: 1020px) {
  .hero-actions-triad,
  .home-regions .regions-grid,
  .home-business-contour .business-focus-grid {
    grid-template-columns: 1fr;
  }

  .home-regions .region-card,
  .home-business-contour .business-focus-card {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .hero-actions-triad {
    gap: 12px;
  }

  .hero-actions-triad .hero-cta-pill {
    min-height: 58px;
    padding-inline: 20px !important;
  }

  .hero-cta-note {
    font-size: 10px;
  }

  .home-regions .region-card p,
  .home-business-contour .business-focus-card p {
    max-width: 100%;
  }
}

/* Home cases block. */
.home-cases {
  padding-top: clamp(10px, 2vw, 22px);
}

.home-cases > .container {
  padding: clamp(30px, 4.5vw, 56px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: clamp(28px, 3vw, 40px);
  background:
    radial-gradient(circle at 82% 8%, rgba(230, 0, 18, 0.05), transparent 0 26%),
    #ffffff;
  box-shadow:
    0 30px 96px rgba(0, 0, 0, 0.1),
    0 2px 10px rgba(0, 0, 0, 0.025),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.cases-shell {
  display: grid;
  gap: clamp(24px, 3vw, 36px);
}

.cases-head {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
}

.cases-head .section-title {
  margin: 0;
}

.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}

.case-card {
  position: relative;
  min-height: 420px;
  padding: clamp(24px, 2.8vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: clamp(24px, 2.6vw, 34px);
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 0%, rgba(230, 0, 18, 0.28), transparent 0 30%),
    radial-gradient(circle at 0% 100%, rgba(255, 255, 255, 0.12), transparent 0 34%),
    linear-gradient(180deg, #222222 0%, #111111 62%, #070707 100%);
  box-shadow:
    0 30px 88px rgba(0, 0, 0, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.case-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 34%),
    linear-gradient(180deg, transparent 0 72%, rgba(230, 0, 18, 0.12));
  opacity: 0.9;
}

.case-card > * {
  position: relative;
  z-index: 1;
}

.case-number {
  display: inline-grid;
  width: 46px;
  height: 46px;
  margin-bottom: clamp(18px, 2vw, 24px);
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background: #ed0016;
  box-shadow: 0 16px 34px rgba(237, 0, 22, 0.28);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.case-card h3 {
  margin: 0 0 clamp(18px, 2vw, 24px);
  color: #ffffff;
  font-size: clamp(23px, 2vw, 30px) !important;
  font-weight: 780 !important;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.case-details {
  display: grid;
  gap: 13px;
  margin: 0;
}

.case-details div {
  display: grid;
  gap: 5px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.case-details dt {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-details dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 560;
  line-height: 1.42;
}

html[data-theme="dark"] .home-cases > .container {
  border-color: rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 88% 10%, rgba(230, 0, 18, 0.12), transparent 0 24%),
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.07), transparent 0 28%),
    linear-gradient(180deg, rgba(22, 22, 23, 0.96), rgba(9, 9, 10, 0.98));
  box-shadow:
    0 34px 104px rgba(0, 0, 0, 0.58),
    0 0 0 1px rgba(255, 255, 255, 0.02),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

@media (max-width: 1020px) {
  .cases-grid {
    grid-template-columns: 1fr;
  }

  .case-card {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .home-cases > .container {
    padding: 22px 16px;
    border-radius: 26px;
  }

  .case-card {
    padding: 22px;
  }
}

/* Header theme switch: restore clear sun/moon icons instead of text dots. */
.site-header .theme-toggle {
  width: 76px;
  min-width: 76px;
  min-height: 38px;
  padding: 4px;
  grid-template-columns: 1fr 1fr;
  place-items: stretch;
}

.site-header .theme-toggle::before {
  display: block;
  inset: 4px auto 4px 4px;
  width: calc(50% - 4px);
}

html[data-theme="dark"] .site-header .theme-toggle::before {
  transform: translateX(100%);
}

.site-header .theme-toggle::after {
  display: none !important;
  content: none !important;
}

.site-header .theme-toggle .theme-toggle-icon {
  display: grid !important;
  min-width: 0;
  width: 34px;
  height: 30px;
  padding: 0;
  place-items: center;
  color: rgba(17, 18, 20, 0.42);
  line-height: 1;
}

.site-header .theme-toggle .theme-toggle-icon svg {
  display: block;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header .theme-toggle .theme-toggle-sun svg circle {
  fill: currentColor;
  stroke: none;
}

.site-header .theme-toggle .theme-toggle-sun,
html[data-theme="dark"] .site-header .theme-toggle .theme-toggle-moon {
  color: #111214;
}

html[data-theme="dark"] .site-header .theme-toggle .theme-toggle-sun {
  color: rgba(255, 255, 255, 0.46);
}

html[data-theme="dark"] .site-header .theme-toggle .theme-toggle-moon {
  color: #ffffff;
}

@media (max-width: 760px) {
  .site-header .theme-toggle {
    width: 76px;
    min-width: 76px;
    min-height: 38px;
    grid-template-columns: 1fr 1fr;
  }
}

/* 2026-07-25: centered TZ navigation and clearly separated Hero CTA. */
.site-header .header-pill {
  grid-template-columns: minmax(0, 1fr) auto;
}

.site-header .site-nav {
  justify-content: center;
  gap: clamp(10px, 1vw, 20px);
}

.site-header .site-nav > a,
.site-header .site-nav > .nav-dropdown > .nav-dropdown-toggle {
  color: var(--bhdt-copy);
  font: inherit;
  font-size: 19px !important;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  text-decoration: none;
  white-space: nowrap;
}

.site-header .nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.site-header .nav-dropdown-toggle:hover,
.site-header .nav-dropdown-toggle:focus-visible {
  color: var(--bhdt-ink);
}

.nav-dropdown.is-open .nav-dropdown-toggle::after {
  transform: translateY(1px) rotate(225deg);
}

.nav-dropdown.is-open .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.hero-city .hero-actions-triad {
  margin-top: 22px;
}

.hero-city .hero-dialog-row {
  width: min(100%, 660px);
  margin-top: clamp(24px, 3.2vh, 36px);
}

.home .hero-city .hero-dialog-row .hero-cta-gold,
html[data-theme="dark"] .home .hero-city .hero-dialog-row .hero-cta-gold {
  --bhdt-button-ring: rgba(188, 194, 204, 0.96);
  width: min(100%, 250px);
  min-height: 54px;
  padding: 0 34px !important;
  border: 1px solid rgba(255, 255, 255, 0.98) !important;
  background: #ffffff !important;
  color: #101114 !important;
  box-shadow:
    0 18px 48px rgba(255, 255, 255, 0.28),
    0 9px 28px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 #ffffff !important;
  animation: bhdtDialogWhiteGlow 2.8s ease-in-out infinite;
}

.home .hero-city .hero-dialog-row .hero-cta-gold::before,
html[data-theme="dark"] .home .hero-city .hero-dialog-row .hero-cta-gold::before {
  inset: -55% auto -55% -72%;
  width: 46%;
  background: linear-gradient(
    110deg,
    transparent 0%,
    rgba(141, 149, 160, 0.08) 20%,
    rgba(191, 198, 208, 0.72) 43%,
    #ffffff 50%,
    rgba(157, 164, 175, 0.56) 60%,
    transparent 80%
  );
  opacity: 1;
  animation: bhdtDialogSilverSweep 2.8s ease-in-out infinite;
}

.home .hero-city .hero-dialog-row .hero-cta-gold::after,
html[data-theme="dark"] .home .hero-city .hero-dialog-row .hero-cta-gold::after {
  padding: 1.5px;
  background:
    conic-gradient(
      from var(--bhdt-live-button-angle, var(--hero-button-angle, 0deg)),
      rgba(255, 255, 255, 0.2) 0deg,
      rgba(255, 255, 255, 0.2) 220deg,
      rgba(155, 163, 176, 0.92) 274deg,
      #ffffff 310deg,
      rgba(208, 213, 221, 0.78) 338deg,
      rgba(255, 255, 255, 0.2) 360deg
    );
  opacity: 1;
}

.home .hero-city .hero-dialog-row .hero-cta-gold .hero-cta-label {
  position: relative;
  z-index: 3;
  font-size: 17px;
  font-weight: 700;
}

.home .hero-city .hero-dialog-row .hero-cta-gold:hover {
  transform: translateY(-2px);
  box-shadow:
    0 24px 62px rgba(255, 255, 255, 0.38),
    0 12px 34px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 #ffffff !important;
}

.hero-city .hero-dialog-row + .hero-trust-row {
  margin-top: clamp(20px, 2.6vh, 30px);
}

@keyframes bhdtDialogSilverSweep {
  0%,
  38% {
    transform: translateX(-185%) rotate(16deg);
  }
  70%,
  100% {
    transform: translateX(555%) rotate(16deg);
  }
}

@keyframes bhdtDialogWhiteGlow {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.08);
  }
}

@media (max-width: 1380px) and (min-width: 1081px) {
  .site-header {
    gap: 24px;
    padding-inline: 22px;
  }

  .site-header .site-nav {
    gap: 10px;
  }

  .site-header .site-nav > a,
  .site-header .site-nav > .nav-dropdown > .nav-dropdown-toggle {
    font-size: 16px !important;
  }
}

@media (max-width: 1080px) {
  .site-header .site-nav {
    justify-content: flex-start;
  }

  .site-header .site-nav > a,
  .site-header .site-nav > .nav-dropdown > .nav-dropdown-toggle {
    font-size: 17px !important;
  }

  .site-header .nav-dropdown-toggle {
    width: 100%;
    min-height: 48px;
    justify-content: space-between;
    padding: 13px 16px;
    border-radius: 16px;
    color: var(--bhdt-copy-strong);
    text-align: left;
  }

  .site-header .nav-dropdown-menu {
    display: none;
  }

  .site-header .nav-dropdown.is-open .nav-dropdown-menu {
    display: grid;
    transform: none;
  }
}

@media (max-width: 760px) {
  .hero-city .hero-actions-triad {
    margin-top: 18px;
  }

  .hero-city .hero-dialog-row {
    margin-top: 24px;
  }

  .home .hero-city .hero-dialog-row .hero-cta-gold,
  html[data-theme="dark"] .home .hero-city .hero-dialog-row .hero-cta-gold {
    width: min(100%, 250px);
    min-height: 54px;
  }
}

/* Blog images should read as real editorial photos, not as logo placeholders. */
.post-card .post-card-media::before {
  background-image:
    linear-gradient(rgba(230, 0, 18, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(230, 0, 18, 0.026) 1px, transparent 1px);
}

.post-card.is-featured .post-card-media::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.12) 56%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.34) 100%);
}

.post-card.is-featured .post-card-media::after {
  background:
    radial-gradient(circle at 18% 82%, rgba(230, 0, 18, 0.13), transparent 28%),
    linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.22));
}

@media (prefers-reduced-motion: reduce) {
  .home .hero-city .hero-dialog-row .hero-cta-gold,
  .home .hero-city .hero-dialog-row .hero-cta-gold::before {
    animation: none !important;
  }
}
