.kx-dm-page {
  --dm-navy: #0b1f33;
  --dm-navy-soft: #173b57;
  --dm-blue: #1769e0;
  --dm-green: #0b7a65;
  --dm-green-soft: #e8f5f1;
  --dm-gold: #c88618;
  --dm-coral: #d45d48;
  --dm-ink: #162536;
  --dm-muted: #5d6a78;
  --dm-line: #dfe6ea;
  --dm-soft: #f5f7f6;
  color: var(--dm-ink);
  background: #fff;
  overflow: clip;
}

.kx-dm-page *,
.kx-dm-page *::before,
.kx-dm-page *::after {
  box-sizing: border-box;
}

.kx-dm-page h1,
.kx-dm-page h2,
.kx-dm-page h3,
.kx-dm-page p,
.kx-dm-page ul,
.kx-dm-page ol,
.kx-dm-page figure,
.kx-dm-page blockquote {
  margin: 0;
}

.kx-dm-page h1,
.kx-dm-page h2,
.kx-dm-page h3 {
  letter-spacing: 0;
}

.kx-dm-page svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.kx-dm-container {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

.kx-dm-hero {
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: 96px 0 88px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 24, 39, 0.98) 0%, rgba(7, 24, 39, 0.95) 43%, rgba(7, 24, 39, 0.78) 68%, rgba(7, 24, 39, 0.56) 100%),
    url('/assets/images/product/KaratX%20Screenshot%20Inside%20Metal%20Rate%201.png') center right / cover no-repeat;
}

.kx-dm-hero--local {
  min-height: 600px;
  background:
    radial-gradient(circle at 82% 28%, rgba(140, 224, 199, 0.18), transparent 26%),
    radial-gradient(circle at 72% 78%, rgba(23, 105, 224, 0.22), transparent 30%),
    linear-gradient(118deg, #071827 0%, #0b2b42 54%, #0b4b45 100%);
}

.kx-dm-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 700;
}

.kx-dm-breadcrumb a {
  color: #b9f1e1;
}

.kx-dm-breadcrumb a:hover {
  color: #fff;
  text-decoration: underline;
}

.kx-dm-breadcrumb span[aria-hidden="true"] {
  color: rgba(255, 255, 255, 0.35);
}

.kx-dm-hero-copy {
  width: min(700px, 64%);
}

.kx-dm-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--dm-green);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.kx-dm-kicker::before {
  content: '';
  width: 24px;
  height: 2px;
  background: currentColor;
  flex: 0 0 auto;
}

.kx-dm-hero .kx-dm-kicker {
  color: #8ce0c7;
}

.kx-dm-hero h1 {
  max-width: 690px;
  margin-top: 20px;
  color: #fff;
  font-size: 58px;
  line-height: 1.06;
  font-weight: 800;
}

.kx-dm-lead {
  max-width: 650px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.7;
}

.kx-dm-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.kx-dm-page .btn {
  min-height: 48px;
  border-radius: 8px;
  font-weight: 750;
}

.kx-dm-secondary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 750;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.kx-dm-secondary:hover {
  border-color: #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.kx-dm-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  padding: 0;
  margin-top: 28px;
  list-style: none;
}

.kx-dm-hero-proof li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 650;
}

.kx-dm-hero-proof li::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8ce0c7;
}

.kx-dm-proof-band {
  border-bottom: 1px solid var(--dm-line);
  background: #fff;
}

.kx-dm-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kx-dm-proof-grid > div {
  min-height: 122px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 28px;
}

.kx-dm-proof-grid > div + div {
  border-left: 1px solid var(--dm-line);
}

.kx-dm-proof-grid strong {
  color: var(--dm-navy);
  font-size: 24px;
  line-height: 1.2;
}

.kx-dm-proof-grid span {
  margin-top: 6px;
  color: var(--dm-muted);
  font-size: 12px;
  line-height: 1.5;
}

.kx-dm-section {
  padding: 96px 0;
  background: #fff;
}

#services,
#consultation {
  scroll-margin-top: 120px;
}

.kx-dm-soft {
  background: var(--dm-soft);
}

.kx-dm-intro-grid,
.kx-dm-method-grid,
.kx-dm-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 72px;
  align-items: start;
}

.kx-dm-section-copy h2,
.kx-dm-heading h2,
.kx-dm-founder-copy h2,
.kx-dm-consultation-copy h2 {
  margin-top: 16px;
  color: var(--dm-navy);
  font-size: 42px;
  line-height: 1.14;
  font-weight: 800;
}

.kx-dm-section-copy > p:not(.kx-dm-kicker),
.kx-dm-heading > p:not(.kx-dm-kicker),
.kx-dm-founder-copy > p:not(.kx-dm-kicker),
.kx-dm-consultation-copy > p:not(.kx-dm-kicker) {
  margin-top: 18px;
  color: var(--dm-muted);
  font-size: 16px;
  line-height: 1.75;
}

.kx-dm-difference-list {
  border-top: 1px solid var(--dm-line);
}

.kx-dm-difference-list article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  padding: 25px 0;
  border-bottom: 1px solid var(--dm-line);
}

.kx-dm-difference-list article > span {
  color: var(--dm-gold);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 800;
}

.kx-dm-difference-list h3 {
  color: var(--dm-navy);
  font-size: 20px;
  line-height: 1.3;
}

.kx-dm-difference-list p {
  margin-top: 7px;
  color: var(--dm-muted);
  font-size: 14px;
  line-height: 1.65;
}

.kx-dm-heading {
  max-width: 780px;
  margin: 0 auto 48px;
  text-align: center;
}

.kx-dm-heading .kx-dm-kicker {
  justify-content: center;
}

.kx-dm-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.kx-dm-service-grid article {
  min-height: 342px;
  padding: 27px;
  border: 1px solid var(--dm-line);
  border-top: 3px solid var(--dm-blue);
  border-radius: 8px;
  background: #fff;
}

.kx-dm-service-grid article:nth-child(2),
.kx-dm-service-grid article:nth-child(5) {
  border-top-color: var(--dm-green);
}

.kx-dm-service-grid article:nth-child(3),
.kx-dm-service-grid article:nth-child(6) {
  border-top-color: var(--dm-gold);
}

.kx-dm-service-number {
  color: var(--dm-coral);
  font-size: 12px;
  font-weight: 850;
}

.kx-dm-service-grid h3 {
  margin-top: 18px;
  color: var(--dm-navy);
  font-size: 21px;
  line-height: 1.3;
}

.kx-dm-service-grid p {
  margin-top: 13px;
  color: var(--dm-muted);
  font-size: 14px;
  line-height: 1.65;
}

.kx-dm-service-grid ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin-top: 20px;
  list-style: none;
}

.kx-dm-service-grid li {
  position: relative;
  padding-left: 18px;
  color: var(--dm-ink);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

.kx-dm-service-grid li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 2px;
  background: var(--dm-green);
}

.kx-dm-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 26px;
  color: var(--dm-blue);
  font-size: 14px;
  font-weight: 800;
}

.kx-dm-inline-link:hover {
  color: var(--dm-green);
}

.kx-dm-performance {
  border-top: 1px solid var(--dm-line);
  border-bottom: 1px solid var(--dm-line);
  background: linear-gradient(180deg, #fff 0%, #f1f7f5 100%);
}

.kx-dm-performance-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 72px;
  align-items: center;
}

.kx-dm-performance-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--dm-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 24px 52px rgba(11, 31, 51, 0.09);
}

.kx-dm-performance-proof > div {
  min-height: 210px;
  padding: 28px;
}

.kx-dm-performance-proof > div:nth-child(even) {
  border-left: 1px solid var(--dm-line);
}

.kx-dm-performance-proof > div:nth-child(n + 3) {
  border-top: 1px solid var(--dm-line);
}

.kx-dm-performance-proof span,
.kx-dm-performance-proof strong {
  display: block;
}

.kx-dm-performance-proof span {
  color: var(--dm-coral);
  font-size: 12px;
  font-weight: 850;
}

.kx-dm-performance-proof strong {
  margin-top: 20px;
  color: var(--dm-navy);
  font-size: 21px;
}

.kx-dm-performance-proof p {
  margin-top: 10px;
  color: var(--dm-muted);
  font-size: 13px;
  line-height: 1.65;
}

.kx-dm-method-list {
  padding: 0;
  border-top: 1px solid var(--dm-line);
  list-style: none;
}

.kx-dm-method-list li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  padding: 23px 0;
  border-bottom: 1px solid var(--dm-line);
}

.kx-dm-method-list li > span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--dm-line);
  border-radius: 50%;
  color: var(--dm-green);
  background: var(--dm-green-soft);
  font-size: 13px;
  font-weight: 850;
}

.kx-dm-method-list h3 {
  color: var(--dm-navy);
  font-size: 19px;
}

.kx-dm-method-list p {
  margin-top: 6px;
  color: var(--dm-muted);
  font-size: 14px;
  line-height: 1.6;
}

.kx-dm-founder {
  padding: 90px 0;
  color: #fff;
  background: linear-gradient(118deg, #0b3f3a 0%, #0b1f33 72%);
}

.kx-dm-founder-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  gap: 64px;
  align-items: center;
}

.kx-dm-founder-identity {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-right: 54px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.kx-dm-founder-identity img {
  width: 84px;
  height: 84px;
  object-fit: contain;
  margin-bottom: auto;
}

.kx-dm-founder-identity span,
.kx-dm-founder-identity strong,
.kx-dm-founder-identity small {
  display: block;
}

.kx-dm-founder-identity span {
  color: #8ce0c7;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.kx-dm-founder-identity strong {
  margin-top: 8px;
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
}

.kx-dm-founder-identity small {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}

.kx-dm-founder-copy .kx-dm-kicker {
  color: #8ce0c7;
}

.kx-dm-founder-copy h2 {
  color: #fff;
}

.kx-dm-founder-copy > p:not(.kx-dm-kicker) {
  color: rgba(255, 255, 255, 0.72);
}

.kx-dm-founder-copy blockquote {
  margin-top: 26px;
  padding: 18px 0 18px 22px;
  border-left: 3px solid var(--dm-gold);
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  line-height: 1.55;
}

.kx-dm-product {
  background: #fff;
}

.kx-dm-product-visual {
  overflow: hidden;
  border: 1px solid var(--dm-line);
  border-radius: 8px;
  background: #eef2f5;
}

.kx-dm-product-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.kx-dm-product-visual figcaption {
  padding: 12px 16px;
  border-top: 1px solid var(--dm-line);
  color: var(--dm-muted);
  background: #fff;
  font-size: 12px;
  line-height: 1.5;
}

.kx-dm-connected-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 26px;
  border-top: 1px solid var(--dm-line);
  border-bottom: 1px solid var(--dm-line);
}

.kx-dm-connected-grid div {
  padding: 22px;
}

.kx-dm-connected-grid div + div {
  border-left: 1px solid var(--dm-line);
}

.kx-dm-connected-grid strong,
.kx-dm-connected-grid span {
  display: block;
}

.kx-dm-local-hub {
  border-top: 1px solid var(--dm-line);
  background: #fff;
}

.kx-dm-local-hub-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.78fr);
  gap: 72px;
  align-items: center;
}

.kx-dm-location-card {
  display: block;
  padding: 34px;
  border: 1px solid rgba(23, 105, 224, 0.2);
  border-radius: 10px;
  color: var(--dm-ink);
  background:
    radial-gradient(circle at 90% 10%, rgba(23, 105, 224, 0.13), transparent 34%),
    linear-gradient(180deg, #fff 0%, #f6f9ff 100%);
  box-shadow: 0 20px 44px rgba(11, 31, 51, 0.08);
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.kx-dm-location-card:hover,
.kx-dm-location-card:focus-visible {
  border-color: var(--dm-blue);
  color: var(--dm-ink);
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 24px 52px rgba(11, 31, 51, 0.12);
}

.kx-dm-location-card > span,
.kx-dm-location-card > strong,
.kx-dm-location-card > b {
  display: block;
}

.kx-dm-location-card > span {
  color: var(--dm-green);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.kx-dm-location-card > strong {
  margin-top: 14px;
  color: var(--dm-navy);
  font-size: 28px;
  line-height: 1.2;
}

.kx-dm-location-card > p {
  margin-top: 14px;
  color: var(--dm-muted);
  font-size: 14px;
  line-height: 1.7;
}

.kx-dm-location-card > b {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--dm-blue);
  font-size: 14px;
}

.kx-dm-local-challenges {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 44px;
}

.kx-dm-local-challenges article {
  padding: 25px;
  border: 1px solid var(--dm-line);
  border-radius: 8px;
  background: #fff;
}

.kx-dm-local-challenges span {
  display: block;
  color: var(--dm-coral);
  font-size: 12px;
  font-weight: 850;
}

.kx-dm-local-challenges h3 {
  margin-top: 16px;
  color: var(--dm-navy);
  font-size: 19px;
  line-height: 1.35;
}

.kx-dm-local-challenges p {
  margin-top: 10px;
  color: var(--dm-muted);
  font-size: 13px;
  line-height: 1.65;
}

.kx-dm-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.kx-dm-audience-grid div {
  padding: 18px 20px;
  border-left: 3px solid var(--dm-green);
  background: var(--dm-green-soft);
}

.kx-dm-audience-grid strong,
.kx-dm-audience-grid span {
  display: block;
}

.kx-dm-audience-grid strong {
  color: var(--dm-navy);
  font-size: 15px;
}

.kx-dm-audience-grid span {
  margin-top: 5px;
  color: var(--dm-muted);
  font-size: 12px;
  line-height: 1.5;
}

.kx-dm-connected-grid strong {
  color: var(--dm-navy);
  font-size: 16px;
}

.kx-dm-connected-grid span {
  margin-top: 5px;
  color: var(--dm-muted);
  font-size: 12px;
  line-height: 1.5;
}

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

.kx-dm-faq-list details {
  border-bottom: 1px solid var(--dm-line);
}

.kx-dm-faq-list summary {
  min-height: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 16px;
  align-items: center;
  padding: 18px 0;
  color: var(--dm-navy);
  cursor: pointer;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 750;
  list-style: none;
}

.kx-dm-faq-list summary::-webkit-details-marker {
  display: none;
}

.kx-dm-faq-list summary span {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--dm-line);
  border-radius: 50%;
  color: var(--dm-green);
  font-size: 18px;
  font-weight: 500;
}

.kx-dm-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.kx-dm-faq-list details > p {
  max-width: 680px;
  padding: 0 42px 22px 0;
  color: var(--dm-muted);
  font-size: 14px;
  line-height: 1.7;
}

.kx-dm-faq-list summary:focus-visible {
  outline: 2px solid var(--dm-blue);
  outline-offset: 3px;
}

.kx-dm-consultation {
  padding: 96px 0;
  color: #fff;
  background: var(--dm-navy);
}

.kx-dm-consultation-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 70px;
  align-items: center;
}

.kx-dm-consultation-copy .kx-dm-kicker {
  color: #8ce0c7;
}

.kx-dm-consultation-copy h2 {
  color: #fff;
}

.kx-dm-consultation-copy > p:not(.kx-dm-kicker) {
  color: rgba(255, 255, 255, 0.7);
}

.kx-dm-consultation-copy ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin-top: 26px;
  list-style: none;
}

.kx-dm-consultation-copy li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.kx-dm-consultation-copy li::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 6px;
  border-left: 2px solid #8ce0c7;
  border-bottom: 2px solid #8ce0c7;
  transform: rotate(-45deg);
}

.kx-dm-form-wrap {
  padding: 32px;
  border-radius: 8px;
  background: #fff;
  color: var(--dm-ink);
}

.kx-dm-form-title {
  color: var(--dm-navy);
  font-size: 23px;
  line-height: 1.3;
  font-weight: 800;
}

.kx-dm-form-wrap > p {
  margin-top: 8px;
  color: var(--dm-muted);
  font-size: 13px;
  line-height: 1.6;
}

.kx-dm-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.kx-dm-form-grid label {
  display: grid;
  gap: 7px;
  color: var(--dm-navy);
  font-size: 12px;
  font-weight: 750;
}

.kx-dm-form-grid label > span {
  color: var(--dm-muted);
  font-size: 10px;
  font-weight: 500;
}

.kx-dm-form-grid input {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid var(--dm-line);
  border-radius: 6px;
  color: var(--dm-ink);
  background: #fff;
  font: inherit;
  font-size: 14px;
}

.kx-dm-form-grid input:focus {
  outline: 0;
  border-color: var(--dm-blue);
  box-shadow: 0 0 0 3px rgba(23, 105, 224, 0.12);
}

.kx-dm-submit {
  width: 100%;
  margin-top: 18px;
}

.kx-dm-form-error {
  display: none;
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid #f4b9ae;
  border-radius: 6px;
  color: #9e2f20;
  background: #fff1ee;
  font-size: 12px;
  line-height: 1.5;
}

.kx-dm-thanks {
  display: none;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid #9dd9c8;
  border-radius: 6px;
  color: #075a4a;
  background: var(--dm-green-soft);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}

@media (max-width: 980px) {
  .kx-dm-hero {
    min-height: 580px;
    background-position: 65% center;
  }

  .kx-dm-hero-copy {
    width: min(700px, 78%);
  }

  .kx-dm-hero h1 {
    font-size: 48px;
  }

  .kx-dm-proof-grid,
  .kx-dm-service-grid,
  .kx-dm-connected-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kx-dm-proof-grid > div:nth-child(3),
  .kx-dm-connected-grid div:nth-child(3) {
    border-left: 0;
  }

  .kx-dm-proof-grid > div:nth-child(n + 3) {
    border-top: 1px solid var(--dm-line);
  }

  .kx-dm-connected-grid div:nth-child(n + 3) {
    border-top: 1px solid var(--dm-line);
  }

  .kx-dm-intro-grid,
  .kx-dm-method-grid,
  .kx-dm-faq-grid,
  .kx-dm-founder-grid,
  .kx-dm-consultation-grid,
  .kx-dm-performance-grid,
  .kx-dm-local-hub-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .kx-dm-local-challenges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kx-dm-founder-identity {
    min-height: 0;
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    padding: 0 0 34px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .kx-dm-founder-identity img {
    margin: 0;
  }
}

@media (max-width: 640px) {
  #services,
  #consultation {
    scroll-margin-top: 104px;
  }

  .kx-dm-container {
    width: calc(100% - 28px);
  }

  .kx-dm-hero {
    min-height: 0;
    padding: 70px 0 62px;
    background:
      linear-gradient(90deg, rgba(7, 24, 39, 0.97) 0%, rgba(7, 24, 39, 0.9) 100%),
      url('/assets/images/product/KaratX%20Screenshot%20Inside%20Metal%20Rate%201.png') 64% center / cover no-repeat;
  }

  .kx-dm-hero--local {
    background:
      radial-gradient(circle at 88% 20%, rgba(140, 224, 199, 0.16), transparent 28%),
      linear-gradient(118deg, #071827 0%, #0b2b42 60%, #0b4b45 100%);
  }

  .kx-dm-hero-copy {
    width: 100%;
  }

  .kx-dm-hero h1 {
    font-size: 38px;
    line-height: 1.1;
  }

  .kx-dm-lead {
    font-size: 16px;
  }

  .kx-dm-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .kx-dm-actions .btn,
  .kx-dm-secondary {
    width: 100%;
  }

  .kx-dm-hero-proof {
    display: grid;
    gap: 10px;
  }

  .kx-dm-proof-grid,
  .kx-dm-service-grid,
  .kx-dm-connected-grid,
  .kx-dm-form-grid,
  .kx-dm-performance-proof,
  .kx-dm-local-challenges,
  .kx-dm-audience-grid {
    grid-template-columns: 1fr;
  }

  .kx-dm-performance-proof > div {
    min-height: 0;
    padding: 24px;
    border-left: 0 !important;
  }

  .kx-dm-performance-proof > div + div {
    border-top: 1px solid var(--dm-line);
  }

  .kx-dm-location-card {
    padding: 28px 24px;
  }

  .kx-dm-proof-grid > div {
    min-height: 96px;
    padding: 20px 4px;
    border-left: 0 !important;
  }

  .kx-dm-proof-grid > div + div {
    border-top: 1px solid var(--dm-line);
  }

  .kx-dm-section,
  .kx-dm-founder,
  .kx-dm-consultation {
    padding: 68px 0;
  }

  .kx-dm-section-copy h2,
  .kx-dm-heading h2,
  .kx-dm-founder-copy h2,
  .kx-dm-consultation-copy h2 {
    font-size: 32px;
  }

  .kx-dm-heading {
    margin-bottom: 34px;
    text-align: left;
  }

  .kx-dm-heading .kx-dm-kicker {
    justify-content: flex-start;
  }

  .kx-dm-service-grid article {
    min-height: 0;
    padding: 24px;
  }

  .kx-dm-founder-identity {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .kx-dm-founder-identity img {
    width: 68px;
    height: 68px;
  }

  .kx-dm-founder-identity strong {
    font-size: 30px;
  }

  .kx-dm-founder-copy blockquote {
    font-size: 18px;
  }

  .kx-dm-connected-grid div {
    padding: 18px 0;
    border-left: 0 !important;
  }

  .kx-dm-connected-grid div + div {
    border-top: 1px solid var(--dm-line);
  }

  .kx-dm-faq-list summary {
    min-height: 68px;
    font-size: 15px;
  }

  .kx-dm-form-wrap {
    padding: 24px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kx-dm-secondary,
  .kx-dm-faq-list summary span {
    transition: none;
  }
}

/* 2026 visual refresh */
.kx-dm-page {
  --dm-surface: #ffffff;
  --dm-surface-soft: #f3f6f8;
  --dm-shadow-sm: 0 12px 32px rgba(8, 27, 45, 0.08);
  --dm-shadow-lg: 0 30px 80px rgba(4, 18, 32, 0.2);
  --dm-radius-md: 18px;
  --dm-radius-lg: 28px;
  background: #fff;
}

.kx-dm-hero {
  position: relative;
  isolation: isolate;
  min-height: 0;
  overflow: hidden;
  padding: 28px 0 102px;
  background:
    radial-gradient(circle at 83% 20%, rgba(70, 208, 173, 0.18), transparent 25%),
    radial-gradient(circle at 72% 82%, rgba(45, 116, 255, 0.24), transparent 30%),
    linear-gradient(125deg, #071522 0%, #0a2740 54%, #0b483f 100%);
}

.kx-dm-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 48%, #000 100%);
}

.kx-dm-hero::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: -120px;
  top: 80px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(140, 224, 199, 0.14);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(140, 224, 199, 0.03),
    0 0 0 140px rgba(23, 105, 224, 0.025);
  animation: kx-dm-orbit 14s ease-in-out infinite alternate;
}

.kx-dm-breadcrumb {
  position: relative;
  z-index: 4;
  margin: 0 0 20px;
}

.kx-dm-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(440px, 0.96fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
  min-height: 590px;
}

.kx-dm-hero-copy {
  position: relative;
  z-index: 4;
  width: auto;
  animation: kx-dm-copy-in 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.kx-dm-hero h1 {
  max-width: 760px;
  margin-top: 18px;
  font-size: clamp(48px, 5.15vw, 72px);
  line-height: 0.99;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.kx-dm-lead {
  max-width: 690px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.72;
}

.kx-dm-page .btn,
.kx-dm-secondary {
  border-radius: 12px;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.kx-dm-page .btn-primary {
  border-color: transparent;
  background: linear-gradient(135deg, #1c78f2 0%, #1559cf 100%);
  box-shadow: 0 16px 34px rgba(23, 105, 224, 0.28);
}

.kx-dm-page .btn-primary:hover,
.kx-dm-page .btn-primary:focus-visible,
.kx-dm-secondary:hover,
.kx-dm-secondary:focus-visible {
  transform: translateY(-2px);
}

.kx-dm-page .btn-primary:hover,
.kx-dm-page .btn-primary:focus-visible {
  box-shadow: 0 20px 42px rgba(23, 105, 224, 0.38);
}

.kx-dm-hero-visual {
  position: relative;
  min-width: 0;
  height: 560px;
  animation: kx-dm-visual-in 850ms 120ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.kx-dm-portrait-orbit {
  position: absolute;
  inset: 68px 26px 24px 70px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 48% 52% 44% 56% / 55% 41% 59% 45%;
  background:
    radial-gradient(circle at 50% 35%, rgba(140, 224, 199, 0.24), transparent 52%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), var(--dm-shadow-lg);
  animation: kx-dm-morph 10s ease-in-out infinite alternate;
}

.kx-dm-hero-person {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 8px;
  width: min(92%, 485px);
  height: auto;
  filter: drop-shadow(0 30px 38px rgba(0, 0, 0, 0.3));
}

.kx-dm-floating-metric {
  position: absolute;
  z-index: 4;
  display: grid;
  gap: 3px;
  min-width: 150px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  color: #fff;
  background: rgba(7, 24, 39, 0.7);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
  animation: kx-dm-float 5s ease-in-out infinite;
}

.kx-dm-floating-metric strong {
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
}

.kx-dm-floating-metric span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 700;
}

.kx-dm-floating-metric--spend {
  top: 56px;
  right: 0;
}

.kx-dm-floating-metric--experience {
  top: 205px;
  left: 0;
  animation-delay: -2.1s;
}

.kx-dm-hero-result-card {
  position: absolute;
  z-index: 5;
  left: 4px;
  bottom: 18px;
  width: 245px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
  transform: rotate(-3deg);
  transition: transform 220ms ease;
}

.kx-dm-hero-result-card:hover {
  transform: rotate(0deg) translateY(-4px);
}

.kx-dm-hero-result-card img {
  display: block;
  width: 100%;
  height: auto;
}

.kx-dm-hero-result-card figcaption {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 11px;
  color: #3d5266;
  font-size: 10px;
  font-weight: 750;
}

.kx-dm-hero-result-card figcaption span,
.kx-dm-city-photo figcaption span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #12b981;
  box-shadow: 0 0 0 4px rgba(18, 185, 129, 0.12);
}

.kx-dm-city-photo {
  position: absolute;
  inset: 45px 0 52px 48px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 38px;
  background: #102d42;
  box-shadow: var(--dm-shadow-lg);
  transform: rotate(2deg);
}

.kx-dm-city-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 24, 39, 0.05) 30%, rgba(7, 24, 39, 0.78) 100%);
}

.kx-dm-city-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kx-dm-city-photo figcaption {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(7, 24, 39, 0.7);
  backdrop-filter: blur(12px);
  font-size: 11px;
  font-weight: 750;
}

.kx-dm-city-person {
  position: absolute;
  z-index: 3;
  left: -6px;
  bottom: 20px;
  width: 350px;
  height: auto;
  filter: drop-shadow(0 28px 36px rgba(0, 0, 0, 0.34));
}

.kx-dm-floating-metric--local {
  top: 36px;
  right: -4px;
}

.kx-dm-proof-band {
  position: relative;
  z-index: 8;
  margin-top: -48px;
  border: 0;
  background: transparent;
}

.kx-dm-proof-grid {
  overflow: hidden;
  border: 1px solid rgba(223, 230, 234, 0.82);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 60px rgba(7, 24, 39, 0.13);
  backdrop-filter: blur(18px);
}

.kx-dm-proof-grid > div {
  min-height: 116px;
  position: relative;
  padding: 26px 30px;
}

.kx-dm-proof-grid > div::after {
  content: '';
  position: absolute;
  right: 24px;
  bottom: 19px;
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dm-blue), var(--dm-green));
  transform-origin: left;
  animation: kx-dm-line-pulse 3.8s ease-in-out infinite alternate;
}

.kx-dm-proof-grid > div:nth-child(2)::after { animation-delay: -0.8s; }
.kx-dm-proof-grid > div:nth-child(3)::after { animation-delay: -1.6s; }
.kx-dm-proof-grid > div:nth-child(4)::after { animation-delay: -2.4s; }

.kx-dm-section {
  padding: clamp(76px, 8vw, 110px) 0;
}

.kx-dm-section-copy h2,
.kx-dm-heading h2,
.kx-dm-founder-copy h2,
.kx-dm-consultation-copy h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.kx-dm-heading {
  max-width: 850px;
  margin-bottom: 50px;
}

.kx-dm-heading--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.65fr);
  gap: 72px;
  align-items: end;
  text-align: left;
}

.kx-dm-heading--split .kx-dm-kicker {
  justify-content: flex-start;
}

.kx-dm-heading--split > p {
  margin: 0 0 4px;
  color: var(--dm-muted);
  font-size: 15px;
  line-height: 1.75;
}

.kx-dm-soft {
  background:
    radial-gradient(circle at 95% 10%, rgba(23, 105, 224, 0.08), transparent 28%),
    linear-gradient(180deg, #f6f8fa 0%, #eef4f2 100%);
}

.kx-dm-difference-list article,
.kx-dm-method-list li {
  transition: padding-left 180ms ease, background-color 180ms ease;
}

.kx-dm-difference-list article:hover,
.kx-dm-method-list li:hover {
  padding-left: 12px;
  background: linear-gradient(90deg, rgba(11, 122, 101, 0.06), transparent 80%);
}

.kx-dm-performance {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(23, 105, 224, 0.1), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #eef6f3 100%);
}

.kx-dm-performance-proof {
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(7, 24, 39, 0.1);
}

.kx-dm-performance-proof > div {
  transition: transform 180ms ease, background-color 180ms ease;
}

.kx-dm-performance-proof > div:hover {
  z-index: 2;
  background: #f8fbff;
  transform: translateY(-4px);
}

.kx-dm-results-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 88% 14%, rgba(46, 118, 255, 0.2), transparent 27%),
    radial-gradient(circle at 12% 86%, rgba(11, 122, 101, 0.22), transparent 28%),
    #071827;
}

.kx-dm-results-section .kx-dm-kicker {
  color: #8ce0c7;
}

.kx-dm-results-section .kx-dm-heading h2,
.kx-dm-results-section .kx-dm-heading--split > p {
  color: #fff;
}

.kx-dm-results-section .kx-dm-heading--split > p {
  color: rgba(255, 255, 255, 0.62);
}

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

.kx-dm-result-gallery--compact {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

.kx-dm-result-gallery--compact .kx-dm-result-card--featured {
  grid-column: auto;
}

.kx-dm-result-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.22);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.kx-dm-result-card--featured {
  grid-column: 1 / -1;
}

.kx-dm-result-card:hover {
  border-color: rgba(140, 224, 199, 0.42);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.3);
  transform: translateY(-6px);
}

.kx-dm-browser-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 9px 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.04);
  font-size: 10px;
  font-weight: 700;
}

.kx-dm-browser-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fb7185;
}

.kx-dm-browser-bar i:nth-child(2) { background: #fbbf24; }
.kx-dm-browser-bar i:nth-child(3) { background: #34d399; }
.kx-dm-browser-bar span { margin-left: 4px; }

.kx-dm-result-card > img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
}

.kx-dm-result-card figcaption {
  display: grid;
  gap: 5px;
  padding: 17px 19px 20px;
}

.kx-dm-result-card figcaption strong {
  color: #fff;
  font-size: 15px;
}

.kx-dm-result-card figcaption span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.55;
}

.kx-dm-commerce-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.kx-dm-commerce-strip figure {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  background: #fff;
  transition: transform 180ms ease;
}

.kx-dm-commerce-strip figure:hover {
  transform: translateY(-4px);
}

.kx-dm-commerce-strip img {
  display: block;
  width: 100%;
  height: auto;
}

.kx-dm-commerce-strip figcaption {
  padding: 10px 13px;
  color: #405467;
  font-size: 11px;
  font-weight: 750;
}

.kx-dm-results-note {
  margin-top: 20px !important;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 1.65;
}

.kx-dm-service-grid {
  gap: 20px;
}

.kx-dm-service-grid article {
  position: relative;
  min-height: 0;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(214, 224, 230, 0.9);
  border-top: 0;
  border-radius: 20px;
  box-shadow: var(--dm-shadow-sm);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.kx-dm-service-grid article::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--dm-blue), #66a6ff);
}

.kx-dm-service-grid article:nth-child(2)::before,
.kx-dm-service-grid article:nth-child(5)::before {
  background: linear-gradient(90deg, var(--dm-green), #55c7aa);
}

.kx-dm-service-grid article:nth-child(3)::before,
.kx-dm-service-grid article:nth-child(6)::before {
  background: linear-gradient(90deg, var(--dm-gold), #f1bd5a);
}

.kx-dm-service-grid article:hover {
  border-color: rgba(23, 105, 224, 0.24);
  box-shadow: 0 24px 54px rgba(8, 27, 45, 0.13);
  transform: translateY(-7px);
}

.kx-dm-portfolio-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 6% 10%, rgba(200, 134, 24, 0.09), transparent 24%),
    #fff;
}

.kx-dm-creative-mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 16px;
}

.kx-dm-creative-mosaic figure {
  position: relative;
  grid-column: span 5;
  min-height: 292px;
  overflow: hidden;
  border-radius: 22px;
  background: #111827;
  box-shadow: var(--dm-shadow-sm);
}

.kx-dm-creative-mosaic figure.is-featured {
  grid-column: span 7;
  grid-row: span 2;
  min-height: 600px;
}

.kx-dm-creative-mosaic figure:nth-child(4) {
  grid-column: span 7;
}

.kx-dm-creative-mosaic figure.is-square {
  grid-column: span 5;
}

.kx-dm-creative-mosaic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 550ms cubic-bezier(0.22, 1, 0.36, 1), filter 300ms ease;
}

.kx-dm-creative-mosaic figure:hover img {
  filter: saturate(1.06);
  transform: scale(1.035);
}

.kx-dm-creative-mosaic figcaption {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 4px;
  padding: 38px 20px 18px;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(4, 12, 20, 0.9));
}

.kx-dm-creative-mosaic figcaption strong {
  color: #fff;
  font-size: 15px;
}

.kx-dm-creative-mosaic figcaption span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
}

.kx-dm-local-work-heading {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: end;
  margin: 58px 0 22px;
}

.kx-dm-local-work-heading span,
.kx-dm-local-work-heading strong {
  display: block;
}

.kx-dm-local-work-heading span {
  color: var(--dm-green);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.kx-dm-local-work-heading strong {
  margin-top: 7px;
  color: inherit;
  font-size: 22px;
}

.kx-dm-founder {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 8vw, 110px) 0;
  background:
    radial-gradient(circle at 16% 35%, rgba(140, 224, 199, 0.15), transparent 25%),
    radial-gradient(circle at 85% 80%, rgba(23, 105, 224, 0.18), transparent 27%),
    linear-gradient(122deg, #082c2a 0%, #071827 72%);
}

.kx-dm-founder-grid {
  grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(48px, 7vw, 90px);
}

.kx-dm-founder-portrait {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 34px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025));
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.23);
}

.kx-dm-founder-glow {
  position: absolute;
  top: 90px;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background: rgba(140, 224, 199, 0.2);
  filter: blur(2px);
  box-shadow: 0 0 0 58px rgba(140, 224, 199, 0.045);
}

.kx-dm-founder-portrait > img {
  position: relative;
  z-index: 2;
  width: min(100%, 460px);
  height: auto;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.28));
  transition: transform 400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.kx-dm-founder-portrait:hover > img {
  transform: scale(1.025);
}

.kx-dm-founder-label {
  position: absolute;
  z-index: 4;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(7, 24, 39, 0.72);
  backdrop-filter: blur(16px);
}

.kx-dm-founder-label span,
.kx-dm-founder-label strong,
.kx-dm-founder-label small {
  display: block;
}

.kx-dm-founder-label span {
  color: #8ce0c7;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kx-dm-founder-label strong {
  margin-top: 4px;
  color: #fff;
  font-size: 25px;
}

.kx-dm-founder-label small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.58);
}

.kx-dm-product-visual,
.kx-dm-location-card,
.kx-dm-version-card,
.kx-dm-form-wrap {
  border-radius: 22px;
  box-shadow: var(--dm-shadow-sm);
}

.kx-dm-local-hub-grid {
  align-items: stretch;
}

.kx-dm-location-card {
  border-radius: 24px;
  padding: 38px;
}

.kx-dm-local-challenges article,
.kx-dm-audience-grid div {
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(8, 27, 45, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.kx-dm-local-challenges article:hover,
.kx-dm-audience-grid div:hover {
  box-shadow: 0 18px 38px rgba(8, 27, 45, 0.11);
  transform: translateY(-5px);
}

.kx-dm-faq-list details {
  transition: background-color 180ms ease, padding 180ms ease;
}

.kx-dm-faq-list details[open] {
  padding-inline: 18px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(8, 27, 45, 0.07);
}

.kx-dm-consultation {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 20%, rgba(23, 105, 224, 0.2), transparent 26%),
    radial-gradient(circle at 10% 90%, rgba(11, 122, 101, 0.24), transparent 28%),
    #071827;
}

.kx-dm-form-wrap {
  padding: 36px;
}

.kx-dm-form-grid input {
  border-radius: 10px;
  background: #f8fafb;
}

.kx-motion-ready .kx-dm-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 650ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms),
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
}

.kx-motion-ready .kx-dm-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes kx-dm-copy-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes kx-dm-visual-in {
  from { opacity: 0; transform: translateX(24px) scale(0.97); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}

@keyframes kx-dm-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@keyframes kx-dm-morph {
  from { border-radius: 48% 52% 44% 56% / 55% 41% 59% 45%; transform: rotate(-1deg); }
  to { border-radius: 56% 44% 53% 47% / 46% 58% 42% 54%; transform: rotate(2deg); }
}

@keyframes kx-dm-orbit {
  from { transform: translate3d(0, 0, 0) rotate(0deg); }
  to { transform: translate3d(-18px, 14px, 0) rotate(4deg); }
}

@keyframes kx-dm-line-pulse {
  from { transform: scaleX(0.4); opacity: 0.55; }
  to { transform: scaleX(1); opacity: 1; }
}

@media (max-width: 1040px) {
  .kx-dm-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.82fr);
    gap: 28px;
  }

  .kx-dm-hero h1 {
    font-size: clamp(44px, 5.5vw, 58px);
  }

  .kx-dm-hero-visual {
    height: 520px;
  }

}

@media (max-width: 860px) {
  .kx-dm-hero {
    padding-bottom: 92px;
  }

  .kx-dm-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .kx-dm-hero-copy {
    width: 100%;
  }

  .kx-dm-hero-visual {
    width: min(100%, 580px);
    height: 540px;
    margin: 0 auto;
  }

  .kx-dm-heading--split {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .kx-dm-result-gallery--compact {
    grid-template-columns: 1fr;
  }

  .kx-dm-creative-mosaic figure,
  .kx-dm-creative-mosaic figure:nth-child(4),
  .kx-dm-creative-mosaic figure.is-square {
    grid-column: span 6;
    grid-row: auto;
    min-height: 340px;
  }

  .kx-dm-creative-mosaic figure.is-featured {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 520px;
  }

  .kx-dm-founder-grid {
    grid-template-columns: 1fr;
  }

  .kx-dm-founder-portrait {
    width: min(100%, 540px);
    min-height: 540px;
  }
}

@media (max-width: 640px) {
  .kx-dm-hero,
  .kx-dm-hero--local {
    padding: 18px 0 76px;
    background:
      radial-gradient(circle at 88% 20%, rgba(140, 224, 199, 0.16), transparent 28%),
      radial-gradient(circle at 20% 90%, rgba(23, 105, 224, 0.2), transparent 30%),
      linear-gradient(125deg, #071522 0%, #0a2740 62%, #0b483f 100%);
  }

  .kx-dm-breadcrumb {
    margin-bottom: 18px;
  }

  .kx-dm-hero h1 {
    font-size: clamp(39px, 12vw, 50px);
    line-height: 1.02;
  }

  .kx-dm-hero-visual {
    height: 420px;
    margin-top: 4px;
  }

  .kx-dm-portrait-orbit {
    inset: 48px 0 10px 26px;
  }

  .kx-dm-hero-person {
    right: 0;
    width: min(94%, 390px);
  }

  .kx-dm-floating-metric {
    min-width: 128px;
    padding: 11px 12px;
  }

  .kx-dm-floating-metric strong {
    font-size: 18px;
  }

  .kx-dm-floating-metric--spend {
    top: 34px;
  }

  .kx-dm-floating-metric--experience {
    top: 180px;
  }

  .kx-dm-hero-result-card {
    width: 185px;
    left: 0;
    bottom: 8px;
  }

  .kx-dm-city-photo {
    inset: 34px 0 40px 10px;
    border-radius: 26px;
  }

  .kx-dm-city-person {
    left: -34px;
    width: 300px;
  }

  .kx-dm-floating-metric--local {
    top: 18px;
  }

  .kx-dm-proof-band {
    margin-top: -34px;
  }

  .kx-dm-proof-grid {
    border-radius: 18px;
  }

  .kx-dm-proof-grid > div {
    min-height: 92px;
    padding: 20px;
  }

  .kx-dm-section {
    padding: 70px 0;
  }

  .kx-dm-section-copy h2,
  .kx-dm-heading h2,
  .kx-dm-founder-copy h2,
  .kx-dm-consultation-copy h2 {
    font-size: 34px;
  }

  .kx-dm-result-gallery,
  .kx-dm-result-gallery--compact,
  .kx-dm-commerce-strip {
    grid-template-columns: 1fr;
  }

  .kx-dm-result-card--featured {
    grid-column: auto;
  }

  .kx-dm-creative-mosaic {
    grid-template-columns: 1fr;
  }

  .kx-dm-creative-mosaic figure,
  .kx-dm-creative-mosaic figure:nth-child(4),
  .kx-dm-creative-mosaic figure.is-square,
  .kx-dm-creative-mosaic figure.is-featured {
    grid-column: auto;
    min-height: 300px;
  }

  .kx-dm-creative-mosaic figure.is-featured {
    min-height: 410px;
  }

  .kx-dm-local-work-heading {
    display: grid;
    align-items: start;
  }

  .kx-dm-founder-portrait {
    min-height: 450px;
    border-radius: 26px;
  }

  .kx-dm-founder-label {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .kx-dm-form-wrap {
    padding: 26px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kx-dm-hero::after,
  .kx-dm-hero-copy,
  .kx-dm-hero-visual,
  .kx-dm-portrait-orbit,
  .kx-dm-floating-metric,
  .kx-dm-proof-grid > div::after {
    animation: none !important;
  }

  .kx-dm-page *,
  .kx-dm-page *::before,
  .kx-dm-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .kx-motion-ready .kx-dm-reveal {
    opacity: 1;
    transform: none;
  }
}
