@charset "UTF-8";

@font-face {
  font-family: "KB Manrope";
  src: url("../fonts/manrope-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "KB Anek";
  src: url("../fonts/anek-devanagari-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  unicode-range: U+0900-097F, U+1CD0-1CFF, U+A8E0-A8FF, U+11B00-11B5F;
}

@font-face {
  font-family: "KB Anek";
  src: url("../fonts/anek-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F, U+20A0-20CF, U+2190-21FF;
}

:root {
  --kb-orange: #ff641c;
  --kb-orange-dark: #ed4b06;
  --kb-blue: #008fca;
  --kb-blue-soft: #e9f8fe;
  --kb-ink: #102d46;
  --kb-ink-2: #173d5c;
  --kb-cream: #fffaf5;
  --kb-soft: #f3f7fa;
  --kb-white: #fff;
  --kb-green: #158255;
  --kb-border: #e5dfd9;
  --kb-muted: #5c7184;
  --kb-shadow-sm: 0 12px 34px rgba(16, 45, 70, 0.08);
  --kb-shadow: 0 28px 80px rgba(16, 45, 70, 0.13);
  --kb-shell: min(1240px, calc(100vw - 48px));
  --kb-font: "KB Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --kb-font-mr: "KB Anek", "Noto Sans Devanagari", "Mukta", var(--kb-font);
}

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

body {
  margin: 0;
  background: var(--kb-cream);
  color: var(--kb-ink);
  font-family: var(--kb-font);
  font-size: 16px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.kb-lang-mr {
  font-family: var(--kb-font-mr);
}

body.kb-menu-open {
  overflow: hidden;
}

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

img {
  max-width: 100%;
}

a,
button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p,
li,
dd,
dt,
strong,
small,
a {
  overflow-wrap: anywhere;
}

.kb-shell {
  width: var(--kb-shell);
  margin-inline: auto;
}

.kb-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 12px 16px;
  border-radius: 10px;
  background: var(--kb-ink);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-150%);
}

.kb-skip-link:focus {
  transform: none;
}

:focus-visible {
  outline: 3px solid rgba(0, 143, 202, 0.4);
  outline-offset: 3px;
}

/* Announcement and premium navigation */
.kb-announcement {
  position: relative;
  z-index: 1002;
  background: var(--kb-ink);
  color: #fff;
  font-size: 0.75rem;
}

.kb-announcement[hidden] {
  display: none;
}

.kb-announcement .kb-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
}

.kb-announcement a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-weight: 750;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
}

.kb-announcement button {
  position: absolute;
  right: max(18px, calc((100vw - 1240px) / 2));
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  opacity: 0.72;
}

.kb-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5be19f;
  box-shadow: 0 0 0 5px rgba(91, 225, 159, 0.14);
}

.kb-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(16, 45, 70, 0.08);
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 1px 0 rgba(16, 45, 70, 0.02);
  backdrop-filter: saturate(145%) blur(18px);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

.kb-site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 14px 40px rgba(16, 45, 70, 0.1);
}

.admin-bar .kb-site-header {
  top: 32px;
}

.kb-scroll-progress {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  overflow: hidden;
}

.kb-scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--kb-orange), var(--kb-blue));
}

.kb-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  gap: 24px;
}

.kb-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
  color: var(--kb-ink) !important;
  line-height: 1;
  text-decoration: none !important;
}

.kb-brand img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: contain;
}

.kb-brand > span {
  display: grid;
  gap: 6px;
}

.kb-brand strong {
  font-size: 1.06rem;
  font-weight: 820;
  letter-spacing: -0.025em;
}

.kb-brand small {
  color: #6a7d8e;
  font-size: 0.58rem;
  font-weight: 750;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.kb-primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  gap: clamp(20px, 3vw, 42px);
}

.kb-nav-list {
  display: flex;
  align-items: center;
  gap: clamp(19px, 2vw, 30px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.kb-nav-list > li {
  position: relative;
  margin: 0;
}

.kb-nav-list > li > a,
.kb-nav-list > li > button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 0;
  border: 0;
  background: transparent;
  color: var(--kb-ink);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.kb-nav-list > li > a::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--kb-orange);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.kb-nav-list > li > a:hover::after,
.kb-nav-list > li.current-menu-item > a::after {
  transform: scaleX(1);
}

.kb-nav-dropdown > button span {
  font-size: 1rem;
  transition: transform 0.2s ease;
}

.kb-nav-dropdown:hover > button span,
.kb-nav-dropdown.is-open > button span {
  transform: rotate(180deg);
}

.kb-nav-panel,
.kb-nav-list .sub-menu {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  z-index: 50;
  display: grid;
  width: 330px;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(16, 45, 70, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--kb-shadow);
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.kb-nav-panel::before,
.kb-nav-list .sub-menu::before {
  position: absolute;
  top: -19px;
  right: 0;
  left: 0;
  height: 20px;
  content: "";
}

.kb-nav-dropdown:hover .kb-nav-panel,
.kb-nav-dropdown:focus-within .kb-nav-panel,
.kb-nav-dropdown.is-open .kb-nav-panel,
.kb-nav-list li:hover > .sub-menu,
.kb-nav-list li:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.kb-nav-panel--wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 590px;
}

.kb-nav-panel a,
.kb-nav-list .sub-menu a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 13px;
  color: var(--kb-ink);
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.kb-nav-panel a:hover,
.kb-nav-list .sub-menu a:hover {
  background: var(--kb-soft);
  transform: translateX(3px);
}

.kb-nav-panel a > span:not(.kb-nav-icon),
.kb-nav-panel a:not(:has(.kb-nav-icon)) {
  display: grid;
  gap: 4px;
}

.kb-nav-panel strong,
.kb-nav-list .sub-menu a {
  font-size: 0.8rem;
  font-weight: 850;
}

.kb-nav-panel small {
  color: #6a7e90;
  font-size: 0.67rem;
  line-height: 1.35;
}

.kb-nav-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: #fff0e7;
  color: var(--kb-orange);
  font-size: 1rem;
  font-weight: 900;
}

.kb-nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.kb-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 43px;
  padding: 10px 16px;
  border-radius: 12px;
  background: var(--kb-ink);
  box-shadow: 0 10px 23px rgba(16, 45, 70, 0.18);
  color: #fff !important;
  font-size: 0.73rem;
  font-weight: 820;
  text-decoration: none !important;
}

.kb-nav-cta span {
  color: #ff9d69;
}

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

.kb-demo-ribbon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 18px;
  min-height: 38px;
  padding: 7px 20px;
  border-bottom: 1px solid #f0cf9f;
  background: #fff4d9;
  color: #6e4b08;
  font-size: 0.72rem;
  text-align: center;
}

/* Global typography and sections */
.kb-home-main,
.kb-identity,
.kb-archive {
  overflow: hidden;
}

.kb-section {
  position: relative;
  padding: clamp(78px, 8.5vw, 132px) 0;
  background: #fff;
}

.kb-section--ink {
  background: var(--kb-ink);
  color: #fff;
}

.kb-kicker {
  margin: 0 0 12px;
  color: var(--kb-orange);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.kb-section--ink .kb-kicker {
  color: #ffae83;
}

.kb-lead {
  color: #566f83;
  font-size: clamp(1.03rem, 1.35vw, 1.25rem);
  line-height: 1.75;
}

.kb-section h2,
.kb-archive-hero h1,
.kb-identity h1,
.kb-site-footer h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(2.35rem, 5vw, 4.9rem);
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.kb-lang-mr .kb-section h2,
.kb-lang-mr .kb-identity h1,
.kb-lang-mr .kb-archive-hero h1,
.kb-lang-mr .kb-site-footer h2 {
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 1.07;
}

.kb-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: clamp(34px, 5vw, 62px);
}

.kb-heading-copy {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: start;
  max-width: 930px;
  gap: 22px;
}

.kb-heading-copy > div {
  min-width: 0;
}

.kb-heading-copy p:last-child {
  max-width: 720px;
  margin: 18px 0 0;
  color: #657b8e;
  line-height: 1.65;
}

.kb-section-number {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(16, 45, 70, 0.14);
  border-radius: 50%;
  color: var(--kb-orange);
  font-size: 0.73rem;
  font-weight: 850;
}

.kb-heading-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  padding: 10px 0;
  color: var(--kb-ink);
  font-size: 0.78rem;
  font-weight: 850;
  text-decoration: none;
}

.kb-heading-link span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--kb-ink);
  color: #fff;
  transition: transform 0.25s ease;
}

.kb-heading-link:hover span {
  transform: translate(3px, -3px);
}

.kb-button--ghost {
  border: 1px solid rgba(16, 45, 70, 0.2) !important;
  background: rgba(255, 255, 255, 0.68) !important;
  box-shadow: none !important;
  color: var(--kb-ink) !important;
  backdrop-filter: blur(9px);
}

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

.kb-demo-notice {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid #f0cf9f;
  border-radius: 999px;
  background: #fff4d9;
  color: #744f0d;
  font-size: 0.7rem;
  font-weight: 800;
}

/* Premium hero slider */
.kb-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: linear-gradient(130deg, #fffaf5 0%, #fff 50%, #eef9fd 100%);
}

.kb-hero::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(16, 45, 70, 0.027) 1px, transparent 1px), linear-gradient(90deg, rgba(16, 45, 70, 0.027) 1px, transparent 1px);
  background-size: 50px 50px;
  content: "";
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.kb-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.kb-hero-glow--one {
  top: -280px;
  right: -170px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(0, 143, 202, 0.17), rgba(0, 143, 202, 0));
}

.kb-hero-glow--two {
  bottom: -280px;
  left: -220px;
  width: 670px;
  height: 670px;
  background: radial-gradient(circle, rgba(255, 100, 28, 0.14), rgba(255, 100, 28, 0));
}

.kb-hero-slider {
  position: relative;
  z-index: 2;
  padding: clamp(54px, 6vw, 88px) 0 68px;
}

.kb-hero-slides {
  position: relative;
}

.kb-hero-slide {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(430px, 0.94fr);
  align-items: center;
  gap: clamp(50px, 7vw, 100px);
  min-height: 580px;
}

.kb-hero-slide[hidden] {
  display: none;
}

.kb-hero-slide.is-entering {
  animation: kbSlideEnter 0.55s cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.kb-hero-copy {
  min-width: 0;
}

.kb-hero-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
}

.kb-hero-badges > span:last-child {
  padding: 8px 11px;
  border: 1px solid rgba(16, 45, 70, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  color: #607689;
  font-size: 0.65rem;
  font-weight: 820;
}

.kb-verified-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid #bde8cf;
  border-radius: 999px;
  background: #edfaf3;
  color: #126c44;
  font-size: 0.68rem;
  font-weight: 820;
}

.kb-verified-pill i {
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--kb-green);
  color: #fff;
  font-size: 0.55rem;
  font-style: normal;
}

.kb-hero h1 {
  max-width: 800px;
  margin: 0;
  color: var(--kb-ink);
  font-size: clamp(3.35rem, 6.6vw, 7.15rem);
  font-weight: 735;
  letter-spacing: -0.072em;
  line-height: 0.93;
}

.kb-lang-mr .kb-hero h1 {
  font-weight: 720;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.kb-hero .kb-lead {
  max-width: 700px;
  margin: 24px 0 0;
}

.kb-hero-proofline {
  display: flex;
  align-items: center;
  max-width: 570px;
  gap: 12px;
  margin-top: 40px;
  color: #6a7d8e;
  font-size: 0.7rem;
  font-weight: 750;
}

.kb-hero-proofline span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.kb-hero-proofline strong {
  color: var(--kb-orange);
  font-size: 0.6rem;
}

.kb-hero-proofline i {
  flex: 1;
  height: 1px;
  background: #ced9df;
}

.kb-hero-media {
  position: relative;
  min-width: 0;
  padding: 18px 18px 62px 0;
}

.kb-hero-image {
  position: relative;
  aspect-ratio: 4 / 4.25;
  max-height: 570px;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.84);
  border-radius: 36px;
  background: #fff;
  box-shadow: 0 38px 95px rgba(16, 45, 70, 0.19);
  transform: rotate(1.2deg);
}

.kb-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kb-hero-image__grid {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(16, 45, 70, 0.16));
}

.kb-hero-seal {
  position: absolute;
  right: -18px;
  bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(340px, 82%);
  padding: 13px 15px;
  border: 1px solid rgba(16, 45, 70, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 60px rgba(16, 45, 70, 0.16);
  backdrop-filter: blur(13px);
}

.kb-hero-seal img {
  flex: 0 0 auto;
  width: 63px;
  height: 63px;
  object-fit: contain;
}

.kb-hero-seal span {
  display: grid;
  gap: 5px;
}

.kb-hero-seal strong {
  font-size: 0.78rem;
}

.kb-hero-seal small {
  color: #61778a;
  font-size: 0.66rem;
  line-height: 1.4;
}

.kb-hero-float {
  position: absolute;
  top: 48px;
  left: -56px;
  display: grid;
  max-width: 210px;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 17px;
  background: rgba(16, 45, 70, 0.91);
  box-shadow: 0 18px 46px rgba(16, 45, 70, 0.2);
  color: #fff;
  backdrop-filter: blur(10px);
}

.kb-hero-float > span {
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  margin-bottom: 8px;
  border-radius: 10px;
  background: var(--kb-orange);
  font-size: 0.72rem;
  font-weight: 900;
}

.kb-hero-float strong {
  font-size: 0.7rem;
}

.kb-hero-float small {
  color: #c8dae7;
  font-size: 0.58rem;
  line-height: 1.45;
}

.kb-slider-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

.kb-slider-controls > button {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(16, 45, 70, 0.13);
  border-radius: 50%;
  background: #fff;
  color: var(--kb-ink);
  cursor: pointer;
}

.kb-slider-dots {
  display: flex;
  align-items: center;
  gap: 7px;
}

.kb-slider-dots button {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #8091a0;
  font-size: 0.62rem;
  font-weight: 850;
  cursor: pointer;
}

.kb-slider-dots button span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #bac6ce;
}

.kb-slider-dots button[aria-selected="true"] {
  background: #fff0e7;
  color: var(--kb-orange);
}

.kb-slider-dots button[aria-selected="true"] span {
  background: var(--kb-orange);
  box-shadow: 0 0 0 5px rgba(255, 100, 28, 0.12);
}

.kb-trust-band {
  position: relative;
  z-index: 3;
  border-top: 1px solid rgba(16, 45, 70, 0.08);
  border-bottom: 1px solid rgba(16, 45, 70, 0.08);
  background: #fff;
}

.kb-trust-band .kb-shell {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kb-trust-band span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  gap: 10px;
  padding: 18px;
  border-right: 1px solid rgba(16, 45, 70, 0.08);
  font-size: 0.75rem;
}

.kb-trust-band span:first-child {
  border-left: 1px solid rgba(16, 45, 70, 0.08);
}

.kb-trust-band i {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #fff0e7;
  color: var(--kb-orange);
  font-style: normal;
  font-weight: 900;
}

/* Homepage sections */
.kb-section--exhibitions {
  background: #fff;
}

.kb-section--exhibitions::before {
  position: absolute;
  top: 0;
  right: 4vw;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(0, 143, 202, 0.1);
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.kb-section--philosophy {
  overflow: hidden;
  background: linear-gradient(135deg, #0d293f, #173e5f);
}

.kb-section--philosophy::before {
  position: absolute;
  top: -350px;
  left: -250px;
  width: 700px;
  height: 700px;
  border: 110px solid rgba(0, 143, 202, 0.08);
  border-radius: 50%;
  content: "";
}

.kb-philosophy {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  align-items: start;
  gap: clamp(60px, 9vw, 130px);
}

.kb-philosophy .kb-lead {
  margin-top: 28px;
  color: #c9d9e5;
}

.kb-philosophy-quote {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  margin-top: 48px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.kb-philosophy-quote span {
  color: var(--kb-orange);
  font-family: Georgia, serif;
  font-size: 4rem;
  line-height: 0.8;
}

.kb-philosophy-quote p {
  margin: 0;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.65;
}

.kb-trust-process {
  display: grid;
  gap: 10px;
}

.kb-trust-process article {
  display: grid;
  grid-template-columns: 35px 52px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  min-height: 105px;
  padding: 17px 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
}

.kb-trust-process article > span {
  color: #88a7bd;
  font-size: 0.62rem;
  font-weight: 850;
}

.kb-trust-process article > i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffab80;
  font-style: normal;
  font-weight: 900;
}

.kb-trust-process article > div {
  display: grid;
  gap: 5px;
}

.kb-trust-process strong {
  font-size: 0.95rem;
}

.kb-trust-process small {
  color: #b8cddd;
  font-size: 0.72rem;
}

.kb-trust-process .kb-process-result {
  border-color: rgba(91, 225, 159, 0.28);
  background: rgba(21, 130, 85, 0.18);
}

.kb-trust-process .kb-process-result > i {
  background: var(--kb-green);
  color: #fff;
}

.kb-section--impact {
  background: linear-gradient(180deg, #f5f9fc, #fff);
}

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

.kb-metric {
  position: relative;
  min-width: 0;
  min-height: 275px;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(16, 45, 70, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--kb-shadow-sm);
}

.kb-metric::after {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 143, 202, 0.13), transparent 70%);
  content: "";
}

.kb-metric > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-left: auto;
  border-radius: 50%;
  background: var(--kb-soft);
  color: #7a8c9a;
  font-size: 0.62rem;
  font-weight: 850;
}

.kb-metric > strong {
  display: flex;
  align-items: baseline;
  margin-top: 30px;
  color: var(--kb-orange);
  font-size: clamp(2.9rem, 5vw, 4.6rem);
  letter-spacing: -0.07em;
  line-height: 1;
}

.kb-metric > strong b {
  font: inherit;
}

.kb-metric > strong small {
  margin-left: 5px;
  font-size: 1.2rem;
}

.kb-metric h3 {
  position: relative;
  z-index: 2;
  margin: 24px 0 7px;
  font-size: 0.95rem;
}

.kb-metric p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #748695;
  font-size: 0.7rem;
}

.kb-section--vendors {
  background: #fff;
}

.kb-section--solutions {
  background: var(--kb-cream);
}

.kb-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  overflow: hidden;
  border: 1px solid rgba(16, 45, 70, 0.11);
  border-radius: 28px;
  background: rgba(16, 45, 70, 0.1);
  box-shadow: var(--kb-shadow-sm);
}

.kb-feature {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 400px;
  padding: clamp(26px, 3.5vw, 42px);
  background: #fff;
  transition: background 0.3s ease, color 0.3s ease;
}

.kb-feature:hover {
  background: var(--kb-ink);
  color: #fff;
}

.kb-feature__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kb-feature__top > span,
.kb-feature > span {
  color: #7c8d9b;
  font-size: 0.7rem;
  font-weight: 850;
}

.kb-feature__top i {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: #fff0e7;
  color: var(--kb-orange);
  font-style: normal;
  font-weight: 900;
}

.kb-feature h3,
.kb-feature h2 {
  margin: auto 0 15px;
  color: inherit;
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  line-height: 1.2;
}

.kb-feature p {
  margin: 0 0 25px;
  color: #657b8e;
  line-height: 1.7;
}

.kb-feature:hover p {
  color: #c9d8e4;
}

.kb-feature a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--kb-orange);
  font-size: 0.78rem;
  font-weight: 850;
  text-decoration: none;
}

.kb-section--app {
  overflow: hidden;
  background: linear-gradient(135deg, #eef9fd 0%, #fffaf5 52%, #fff0e7 100%);
}

.kb-app-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.kb-app-orb--one {
  top: -270px;
  right: -130px;
  width: 620px;
  height: 620px;
  border: 110px solid rgba(0, 143, 202, 0.07);
}

.kb-app-orb--two {
  bottom: -350px;
  left: -280px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(255, 100, 28, 0.11), transparent 69%);
}

.kb-app-panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.75fr);
  align-items: center;
  gap: clamp(60px, 10vw, 150px);
}

.kb-app-copy h2 {
  max-width: 780px;
}

.kb-app-copy .kb-lead {
  max-width: 680px;
  margin: 24px 0;
}

.kb-app-benefits {
  display: grid;
  gap: 9px;
  margin: 28px 0 34px;
}

.kb-app-benefits span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #516a7e;
  font-size: 0.82rem;
  font-weight: 700;
}

.kb-app-benefits i {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e5f7ed;
  color: var(--kb-green);
  font-size: 0.65rem;
  font-style: normal;
}

.kb-phone-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 650px;
}

.kb-phone {
  position: relative;
  z-index: 2;
  width: 300px;
  height: 610px;
  padding: 13px;
  border: 7px solid var(--kb-ink);
  border-radius: 52px;
  background: #fff;
  box-shadow: 0 36px 85px rgba(16, 45, 70, 0.24);
  transform: rotate(4deg);
}

.kb-phone--back {
  position: absolute;
  z-index: 1;
  border-color: #8ebfd3;
  background: #dff4fb;
  transform: translate(-95px, 36px) rotate(-11deg) scale(0.91);
  opacity: 0.72;
}

.kb-phone-screen {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 28px;
  overflow: hidden;
  border-radius: 36px;
  background: linear-gradient(160deg, #fff9f3, #e9f8fd);
  text-align: center;
}

.kb-phone-screen::before {
  position: absolute;
  right: -90px;
  bottom: -80px;
  width: 250px;
  height: 250px;
  border: 50px solid rgba(0, 143, 202, 0.08);
  border-radius: 50%;
  content: "";
}

.kb-phone-notch {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 90px;
  height: 20px;
  border-radius: 999px;
  background: var(--kb-ink);
  transform: translateX(-50%);
}

.kb-phone-screen img {
  position: relative;
  z-index: 2;
  width: 145px;
  height: 145px;
  object-fit: contain;
  margin-bottom: 30px;
  filter: drop-shadow(0 16px 25px rgba(16, 45, 70, 0.13));
}

.kb-phone-screen small {
  position: relative;
  z-index: 2;
  color: #718493;
  font-size: 0.68rem;
}

.kb-phone-screen strong {
  position: relative;
  z-index: 2;
  margin-top: 6px;
  font-size: 1.5rem;
}

.kb-phone-screen p {
  position: relative;
  z-index: 2;
  color: #617789;
  font-size: 0.72rem;
  line-height: 1.6;
}

.kb-phone-button {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  padding: 11px 20px;
  border-radius: 12px;
  background: var(--kb-orange);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 850;
}

.kb-phone-badge {
  position: absolute;
  right: -10px;
  bottom: 50px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: var(--kb-orange);
  box-shadow: 0 20px 50px rgba(255, 100, 28, 0.3);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 850;
  line-height: 1.35;
  text-align: center;
  transform: rotate(-8deg);
}

.kb-section--team {
  background: #fff;
}

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

.kb-person {
  min-width: 0;
  padding: 14px 14px 24px;
  border: 1px solid rgba(16, 45, 70, 0.1);
  border-radius: 23px;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kb-person:hover {
  transform: translateY(-7px);
  box-shadow: var(--kb-shadow-sm);
}

.kb-person__media {
  position: relative;
  aspect-ratio: 4 / 3.5;
  overflow: hidden;
  border-radius: 17px;
  background: var(--kb-soft);
}

.kb-person__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kb-person__media span {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: var(--kb-orange);
  font-size: 0.62rem;
  font-weight: 850;
}

.kb-person h3 {
  margin: 22px 7px 6px;
  font-size: 1.15rem;
}

.kb-person__role {
  margin: 0 7px;
  color: var(--kb-orange) !important;
  font-size: 0.72rem;
  font-weight: 800;
}

.kb-person > p:last-child {
  margin: 14px 7px 0;
  color: #687d8e;
  font-size: 0.76rem;
  line-height: 1.6;
}

.kb-section--blog {
  background: var(--kb-soft);
}

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

.kb-blog-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 45, 70, 0.1);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--kb-shadow-sm);
}

.kb-blog-card__media,
.kb-blog-card > a:first-child {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, #fff0e7, #e9f8fd);
}

.kb-blog-card__media img,
.kb-blog-card > a:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.kb-blog-card:hover .kb-blog-card__media img,
.kb-blog-card:hover > a:first-child img {
  transform: scale(1.05);
}

.kb-blog-card__media span {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: grid;
  place-items: center;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: var(--kb-ink);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 850;
}

.kb-blog-card > div,
.kb-blog-card:not(:has(> div)) {
  padding: 25px;
}

.kb-blog-card h3,
.kb-blog-card h2 {
  margin: 8px 0 12px;
  color: var(--kb-ink);
  font-size: 1.35rem;
  line-height: 1.3;
}

.kb-blog-card h3 a,
.kb-blog-card h2 a {
  color: inherit;
  text-decoration: none;
}

.kb-blog-card p:not(.kb-kicker) {
  color: #687d8e;
  line-height: 1.65;
}

.kb-section--onboarding {
  overflow: hidden;
  background: linear-gradient(135deg, #0c293f, #173e5f);
  color: #fff;
}

.kb-section--onboarding::before {
  position: absolute;
  right: -300px;
  bottom: -430px;
  width: 900px;
  height: 900px;
  border: 150px solid rgba(0, 143, 202, 0.1);
  border-radius: 50%;
  content: "";
}

.kb-onboarding {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.72fr);
  align-items: start;
  gap: clamp(60px, 9vw, 130px);
}

.kb-onboarding-copy .kb-lead {
  max-width: 680px;
  margin: 25px 0;
  color: #c7d8e5;
}

.kb-onboarding-path {
  display: grid;
  gap: 1px;
  max-width: 650px;
  margin-top: 40px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.13);
}

.kb-onboarding-path article {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 14px;
  padding: 16px 19px;
  background: rgba(12, 41, 63, 0.82);
}

.kb-onboarding-path article > span {
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: rgba(255, 100, 28, 0.17);
  color: #ffad83;
  font-size: 0.62rem;
  font-weight: 850;
}

.kb-onboarding-path article > div {
  display: grid;
  gap: 3px;
}

.kb-onboarding-path strong {
  font-size: 0.82rem;
}

.kb-onboarding-path small {
  color: #aecaDC;
  font-size: 0.68rem;
}

.kb-checklist {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.kb-checklist li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: #d7e4ed;
  font-size: 0.67rem;
}

.kb-checklist li::before {
  color: #5be19f;
  font-weight: 900;
  content: "✓";
}

.kb-form-card {
  position: relative;
  padding: clamp(24px, 3.5vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.25);
  color: var(--kb-ink);
}

.kb-form-card__glow {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 100, 28, 0.22), transparent 70%);
  pointer-events: none;
}

.kb-form-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 20px -10px -10px;
  padding-top: 17px;
  border-top: 1px solid #edf0f2;
  color: #718391;
  font-size: 0.65rem;
  text-align: center;
}

/* Trusted Business Identity */
.kb-identity-hero,
.kb-archive-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fff9f3, #fff 52%, #edf9fd);
}

.kb-identity-hero {
  padding: 58px 0 clamp(76px, 8vw, 125px);
}

.kb-identity-hero__pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(16, 45, 70, 0.09) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(90deg, #000, transparent 70%);
}

.kb-breadcrumb {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 48px;
  color: #7b8d9a;
  font-size: 0.7rem;
}

.kb-breadcrumb a {
  color: #667d90;
  text-decoration: none;
}

.kb-breadcrumb strong {
  color: var(--kb-ink);
}

.kb-identity-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.76fr);
  align-items: center;
  gap: clamp(55px, 9vw, 130px);
}

.kb-identity-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 25px;
}

.kb-identity-label span,
.kb-identity-label b {
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--kb-ink);
  color: #fff;
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kb-identity-label b {
  background: #fff1d5;
  color: #795100;
}

.kb-identity h1 {
  max-width: 800px;
  font-size: clamp(3.25rem, 6.3vw, 6.8rem);
}

.kb-identity-copy .kb-lead {
  max-width: 680px;
  margin: 22px 0;
}

.kb-identity-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0;
}

.kb-identity-chips span {
  padding: 7px 10px;
  border: 1px solid rgba(16, 45, 70, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #607689;
  font-size: 0.67rem;
  font-weight: 750;
}

.kb-identity-copy > .kb-trust-seal {
  margin-top: 5px;
}

.kb-contact-actions .kb-button {
  min-width: 135px;
}

.kb-identity-governed {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 23px 0 0;
  color: #6b7e8e;
  font-size: 0.68rem;
}

.kb-identity-governed i {
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #e8f8ef;
  color: var(--kb-green);
  font-size: 0.6rem;
  font-style: normal;
}

.kb-identity-media {
  position: relative;
  min-width: 0;
}

.kb-identity-image {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 4.3;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 34px;
  background: linear-gradient(135deg, #fff0e7, #e9f8fd);
  box-shadow: 0 35px 90px rgba(16, 45, 70, 0.19);
  color: var(--kb-orange);
  font-size: 5rem;
  font-weight: 900;
}

.kb-identity-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kb-identity-image__caption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 13px 35px rgba(16, 45, 70, 0.14);
  color: var(--kb-ink);
  font-size: 0.67rem;
  backdrop-filter: blur(10px);
}

.kb-identity-image__caption strong {
  color: var(--kb-green);
}

.kb-identity-orbit {
  position: absolute;
  top: -52px;
  right: -52px;
  width: 180px;
  height: 180px;
  border: 35px solid rgba(0, 143, 202, 0.09);
  border-radius: 50%;
}

.kb-identity-nav {
  position: sticky;
  top: 84px;
  z-index: 50;
  border-top: 1px solid rgba(16, 45, 70, 0.08);
  border-bottom: 1px solid rgba(16, 45, 70, 0.08);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
}

.admin-bar .kb-identity-nav {
  top: 116px;
}

.kb-identity-nav .kb-shell {
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 55px);
  overflow-x: auto;
  scrollbar-width: none;
}

.kb-identity-nav a {
  position: relative;
  flex: 0 0 auto;
  padding: 20px 0;
  color: #607689;
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none;
}

.kb-identity-nav a:hover {
  color: var(--kb-orange);
}

.kb-identity-body {
  background: #fff;
}

.kb-identity-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: start;
  gap: clamp(55px, 8vw, 105px);
}

.kb-content {
  min-width: 0;
  color: #405b70;
  font-size: 1.04rem;
  line-height: 1.85;
}

.kb-content-section {
  scroll-margin-top: 160px;
}

.kb-content-section + .kb-content-section {
  margin-top: 90px;
  padding-top: 85px;
  border-top: 1px solid rgba(16, 45, 70, 0.1);
}

.kb-content h2 {
  max-width: 730px;
  margin: 0 0 28px;
  color: var(--kb-ink);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.kb-content-lead {
  margin: 0;
  color: #405b70;
  font-size: clamp(1.08rem, 1.55vw, 1.28rem);
  line-height: 1.9;
}

.kb-story-panel {
  position: relative;
  padding: clamp(35px, 5vw, 62px) !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 28px;
  background: var(--kb-ink);
  color: #d7e4ed;
}

.kb-story-panel .kb-kicker {
  color: #ffae83;
}

.kb-story-panel h2 {
  color: #fff;
}

.kb-story-panel p:not(.kb-kicker) {
  position: relative;
  z-index: 2;
}

.kb-story-mark {
  position: absolute;
  top: -25px;
  right: 25px;
  color: rgba(255, 255, 255, 0.06);
  font-family: Georgia, serif;
  font-size: 13rem;
  line-height: 1;
}

.kb-story-panel footer {
  display: grid;
  gap: 3px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.kb-story-panel footer span {
  color: #9eb8ca;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kb-story-panel footer strong {
  color: #fff;
}

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

.kb-offerings article {
  min-width: 0;
  padding: clamp(25px, 4vw, 38px);
  border: 1px solid rgba(16, 45, 70, 0.1);
  border-radius: 24px;
  background: var(--kb-soft);
}

.kb-offering-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: #fff;
  box-shadow: var(--kb-shadow-sm);
  color: var(--kb-orange);
  font-weight: 900;
}

.kb-offerings h3 {
  margin: 28px 0 17px;
  color: var(--kb-ink);
  font-size: 1.25rem;
}

.kb-offerings ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kb-offerings li {
  position: relative;
  padding-left: 18px;
  color: #586f82;
  font-size: 0.86rem;
  line-height: 1.55;
}

.kb-offerings li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--kb-orange);
  content: "";
}

.kb-facts {
  position: sticky;
  top: 165px;
  scroll-margin-top: 160px;
  overflow: hidden;
  border: 1px solid rgba(16, 45, 70, 0.11);
  border-radius: 27px;
  background: #fff;
  box-shadow: var(--kb-shadow);
}

.admin-bar .kb-facts {
  top: 197px;
}

.kb-facts__head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px;
  background: linear-gradient(135deg, #edf9f3, #f7fcf9);
}

.kb-facts__shield {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--kb-green);
  box-shadow: 0 0 0 7px rgba(21, 130, 85, 0.09);
  color: #fff;
  font-weight: 900;
}

.kb-facts__head p {
  margin: 0 0 3px;
  color: var(--kb-green);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.kb-facts__head h2 {
  margin: 0;
  font-size: 1.15rem;
  letter-spacing: -0.025em;
}

.kb-facts dl {
  display: grid;
  margin: 0;
  padding: 12px 24px;
}

.kb-facts dl > div {
  display: grid;
  gap: 4px;
  padding: 14px 0;
  border-bottom: 1px solid #edf0f2;
}

.kb-facts dl > div:last-child {
  border-bottom: 0;
}

.kb-facts dt,
.kb-facts__scope > span {
  color: #7a8c99;
  font-size: 0.6rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.kb-facts dd {
  margin: 0;
  color: var(--kb-ink);
  font-size: 0.82rem;
  line-height: 1.5;
}

.kb-facts__scope {
  margin: 0 24px 20px;
  padding: 15px;
  border: 1px solid #ead9c9;
  border-radius: 14px;
  background: #fffaf5;
}

.kb-facts__scope p {
  margin: 7px 0 0;
  color: #5a6f80;
  font-size: 0.72rem;
  line-height: 1.5;
}

.kb-facts__contacts {
  display: grid;
  padding: 0 24px 20px;
  gap: 8px;
}

.kb-facts__contacts a {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  padding: 10px;
  border-radius: 12px;
  color: var(--kb-ink);
  text-decoration: none;
  transition: background 0.2s ease;
}

.kb-facts__contacts a:hover {
  background: var(--kb-soft);
}

.kb-facts__contacts a > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: #eaf7fc;
  color: var(--kb-blue);
}

.kb-facts__contacts a > div {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.kb-facts__contacts small {
  color: #80909d;
  font-size: 0.58rem;
  font-weight: 750;
  text-transform: uppercase;
}

.kb-facts__contacts strong {
  font-size: 0.72rem;
}

.kb-facts__disclaimer {
  padding: 17px 24px;
  background: var(--kb-soft);
  color: #718493;
  font-size: 0.62rem;
  line-height: 1.5;
}

.kb-related {
  background: var(--kb-soft);
}

.kb-mobile-contact {
  display: none;
}

/* Archives and supporting public pages */
.kb-archive-hero {
  padding: clamp(80px, 9vw, 145px) 0;
}

.kb-archive-hero::before {
  position: absolute;
  top: -260px;
  right: -190px;
  width: 620px;
  height: 620px;
  border: 100px solid rgba(0, 143, 202, 0.07);
  border-radius: 50%;
  content: "";
}

.kb-archive-hero .kb-shell {
  position: relative;
  z-index: 2;
}

.kb-archive-hero h1 {
  max-width: 950px;
}

.kb-archive-hero .kb-lead {
  max-width: 820px;
  margin: 24px 0 0;
}

.kb-directory-search {
  display: flex;
  align-items: center;
  max-width: 880px;
  gap: 10px;
  margin-top: 36px;
  padding: 8px;
  border: 1px solid rgba(16, 45, 70, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--kb-shadow-sm);
  backdrop-filter: blur(9px);
}

.kb-directory-search label {
  display: grid;
  flex: 1;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
}

.kb-directory-search label > span {
  color: var(--kb-orange);
  font-size: 1.4rem;
  text-align: center;
}

.kb-directory-search input {
  width: 100%;
  min-height: 48px;
  padding: 10px 8px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--kb-ink);
}

.kb-directory-search > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 10px 17px;
  border-radius: 12px;
  background: var(--kb-ink);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 820;
  text-decoration: none;
}

.kb-directory-status {
  min-height: 1.3em;
  margin: 0 0 14px;
  color: #667d90;
  font-size: 0.72rem;
}

.kb-event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 30px;
  color: #5c7387;
}

.kb-archive .kb-content {
  max-width: 900px;
}

/* Footer */
.kb-site-footer {
  position: relative;
  overflow: hidden;
  padding: 80px 0 24px;
  background: #091f31;
  color: #fff;
}

.kb-site-footer::before {
  position: absolute;
  top: -360px;
  right: -300px;
  width: 780px;
  height: 780px;
  border: 130px solid rgba(0, 143, 202, 0.07);
  border-radius: 50%;
  content: "";
}

.kb-site-footer .kb-shell {
  position: relative;
  z-index: 2;
}

.kb-footer-cta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  padding-bottom: 65px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.kb-footer-cta h2 {
  max-width: 850px;
  font-size: clamp(2.45rem, 5vw, 5rem);
}

.kb-button--light {
  flex: 0 0 auto;
  background: #fff !important;
  box-shadow: none !important;
  color: var(--kb-ink) !important;
}

.kb-footer-grid {
  display: grid;
  grid-template-columns: minmax(250px, 1.4fr) repeat(3, minmax(150px, 0.65fr));
  gap: clamp(30px, 5vw, 70px);
  padding: 65px 0;
}

.kb-footer-grid > div:not(.kb-footer-brand) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.kb-footer-grid h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kb-footer-grid a:not(.kb-brand) {
  color: #a9c0d1;
  font-size: 0.76rem;
  text-decoration: none;
}

.kb-footer-grid a:hover {
  color: #fff;
}

.kb-footer-brand .kb-brand {
  color: #fff !important;
}

.kb-footer-brand .kb-brand small {
  color: #8faabd;
}

.kb-footer-brand > p,
.kb-footer-grid > div > p {
  max-width: 370px;
  color: #91aabd;
  font-size: 0.75rem;
  line-height: 1.7;
}

.kb-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
}

.kb-socials a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff !important;
  font-size: 0.68rem !important;
  font-weight: 800;
}

.kb-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: #718da1;
  font-size: 0.66rem;
}

/* Motion */
.kb-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.2, 0.75, 0.2, 1), transform 0.7s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.kb-reveal[data-kb-delay="1"] { transition-delay: 0.08s; }
.kb-reveal[data-kb-delay="2"] { transition-delay: 0.16s; }
.kb-reveal[data-kb-delay="3"] { transition-delay: 0.24s; }
.kb-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes kbSlideEnter {
  from { opacity: 0; transform: translateX(24px); }
  to { opacity: 1; transform: none; }
}

/* Tablet */
@media (max-width: 1120px) {
  .kb-nav-list {
    gap: 18px;
  }

  .kb-nav-actions {
    gap: 7px;
  }

  .kb-nav-cta {
    padding-inline: 12px;
  }

  .kb-hero-slide {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
    gap: 50px;
  }

  .kb-hero-float {
    left: -30px;
  }

  .kb-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  :root {
    --kb-shell: min(100% - 36px, 760px);
  }

  .admin-bar .kb-site-header {
    top: 46px;
  }

  .kb-header-inner {
    min-height: 74px;
  }

  .kb-brand img {
    width: 48px;
    height: 48px;
  }

  .kb-menu-toggle {
    display: grid;
    grid-template-columns: 22px auto;
    align-items: center;
    gap: 0 8px;
    padding: 9px 12px;
    border: 1px solid rgba(16, 45, 70, 0.12);
    border-radius: 12px;
    background: #fff;
    color: var(--kb-ink);
    cursor: pointer;
  }

  .kb-menu-toggle span {
    grid-column: 1;
    width: 20px;
    height: 2px;
    margin: 2px 0;
    border-radius: 2px;
    background: var(--kb-ink);
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .kb-menu-toggle b {
    grid-column: 2;
    grid-row: 1 / span 3;
    font-size: 0.68rem;
  }

  .kb-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .kb-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .kb-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .kb-primary-nav {
    position: fixed;
    top: 74px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 24px;
    padding: 22px max(18px, calc((100vw - 760px) / 2)) 35px;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.99);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .admin-bar .kb-primary-nav {
    top: 120px;
  }

  .kb-primary-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .kb-nav-list {
    display: grid;
    align-items: stretch;
    gap: 5px;
  }

  .kb-nav-list > li > a,
  .kb-nav-list > li > button {
    width: 100%;
    justify-content: space-between;
    padding: 15px 3px;
    border-bottom: 1px solid rgba(16, 45, 70, 0.08);
    font-size: 0.9rem;
  }

  .kb-nav-list > li > a::after {
    display: none;
  }

  .kb-nav-panel,
  .kb-nav-panel--wide,
  .kb-nav-list .sub-menu {
    position: static;
    display: none;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    margin: 5px 0 12px;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .kb-nav-dropdown.is-open .kb-nav-panel,
  .kb-nav-list li:focus-within > .sub-menu,
  .kb-nav-list .menu-item-has-children > .sub-menu {
    display: grid;
  }

  .kb-nav-actions {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    margin-top: auto;
  }

  .kb-nav-cta {
    justify-content: center;
    min-height: 48px;
  }

  .kb-hero {
    min-height: 0;
  }

  .kb-hero-slide,
  .kb-philosophy,
  .kb-app-panel,
  .kb-onboarding,
  .kb-identity-hero__grid,
  .kb-identity-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .kb-hero-slide {
    gap: 45px;
    min-height: 0;
  }

  .kb-hero h1 {
    font-size: clamp(3.2rem, 10vw, 6rem);
  }

  .kb-hero-media {
    width: min(100%, 610px);
    margin-inline: auto;
  }

  .kb-hero-image {
    aspect-ratio: 16 / 11;
    max-height: none;
  }

  .kb-hero-float {
    left: -15px;
  }

  .kb-trust-band .kb-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kb-philosophy {
    gap: 55px;
  }

  .kb-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kb-feature-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .kb-feature {
    min-height: 330px;
  }

  .kb-app-panel {
    gap: 45px;
  }

  .kb-phone-stage {
    min-height: 610px;
  }

  .kb-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kb-onboarding {
    gap: 55px;
  }

  .kb-form-card {
    width: min(100%, 620px);
  }

  .kb-identity-media {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .kb-identity-image {
    aspect-ratio: 16 / 11;
  }

  .kb-identity-nav {
    top: 74px;
  }

  .admin-bar .kb-identity-nav {
    top: 120px;
  }

  .kb-facts {
    position: static;
  }

  .kb-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 640px) {
  :root {
    --kb-shell: min(100% - 28px, 1240px);
  }

  html {
    scroll-padding-top: 82px;
  }

  .kb-announcement .kb-shell {
    min-height: 42px;
    padding-right: 30px;
  }

  .kb-announcement a {
    font-size: 0.66rem;
    line-height: 1.35;
  }

  .kb-announcement button {
    right: 8px;
  }

  .kb-header-inner {
    min-height: 68px;
  }

  .kb-brand img {
    width: 43px;
    height: 43px;
  }

  .kb-brand strong {
    font-size: 0.94rem;
  }

  .kb-brand small {
    font-size: 0.49rem;
  }

  .kb-menu-toggle b {
    display: none;
  }

  .kb-menu-toggle {
    grid-template-columns: 22px;
    padding: 8px 9px;
  }

  .kb-primary-nav {
    top: 68px;
    padding-inline: 14px;
  }

  .admin-bar .kb-primary-nav {
    top: 114px;
  }

  .kb-demo-ribbon {
    align-items: flex-start;
    flex-direction: column;
    gap: 1px;
    padding: 8px 14px;
    text-align: left;
  }

  .kb-section {
    padding: 74px 0;
  }

  .kb-section h2,
  .kb-site-footer h2,
  .kb-archive-hero h1,
  .kb-identity h1 {
    font-size: clamp(2.35rem, 12vw, 3.85rem);
  }

  .kb-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .kb-heading-copy {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .kb-section-number {
    width: 38px;
    height: 38px;
  }

  .kb-heading-link {
    padding: 0;
  }

  .kb-hero-slider {
    padding: 44px 0 54px;
  }

  .kb-hero-badges {
    margin-bottom: 27px;
  }

  .kb-hero h1 {
    font-size: clamp(3.1rem, 16vw, 4.8rem);
  }

  .kb-lang-mr .kb-hero h1 {
    font-size: clamp(3.2rem, 17vw, 5rem);
  }

  .kb-hero .kb-lead {
    margin-top: 20px;
    font-size: 1rem;
  }

  .kb-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .kb-actions .kb-button {
    width: 100%;
  }

  .kb-hero-proofline {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-top: 28px;
  }

  .kb-hero-proofline i {
    display: none;
  }

  .kb-hero-media {
    padding: 0 0 68px;
  }

  .kb-hero-image {
    aspect-ratio: 4 / 3.4;
    border-width: 5px;
    border-radius: 25px;
  }

  .kb-hero-seal {
    right: 5px;
    bottom: 10px;
    width: calc(100% - 22px);
  }

  .kb-hero-seal img {
    width: 54px;
    height: 54px;
  }

  .kb-hero-float {
    display: none;
  }

  .kb-slider-controls {
    justify-content: center;
    margin-top: 8px;
  }

  .kb-slider-dots button {
    padding: 8px;
  }

  .kb-trust-band .kb-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .kb-trust-band span {
    justify-content: flex-start;
    min-height: 62px;
    border-right: 0;
    border-bottom: 1px solid rgba(16, 45, 70, 0.08);
  }

  .kb-trust-band span:first-child {
    border-left: 0;
  }

  .kb-philosophy {
    gap: 45px;
  }

  .kb-philosophy-quote {
    grid-template-columns: 32px 1fr;
  }

  .kb-trust-process article {
    grid-template-columns: 30px 42px minmax(0, 1fr);
    min-height: 92px;
    padding: 13px;
  }

  .kb-trust-process article > i {
    width: 40px;
    height: 40px;
  }

  .kb-metrics,
  .kb-team-grid,
  .kb-blog-grid,
  .kb-offerings,
  .kb-footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .kb-metric {
    min-height: 235px;
  }

  .kb-feature {
    min-height: 310px;
  }

  .kb-phone-stage {
    min-height: 520px;
    transform: scale(0.86);
    transform-origin: center;
    margin: -35px -25px;
  }

  .kb-form-card {
    padding: 22px 18px;
  }

  .kb-onboarding-path article {
    padding-inline: 14px;
  }

  .kb-identity-hero {
    padding-top: 35px;
  }

  .kb-directory-search {
    align-items: stretch;
    flex-direction: column;
  }

  .kb-directory-search > a {
    justify-content: center;
  }

  .kb-breadcrumb {
    margin-bottom: 35px;
  }

  .kb-identity h1 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .kb-identity-media {
    margin-top: 10px;
  }

  .kb-identity-image {
    aspect-ratio: 4 / 3.3;
    border-width: 5px;
    border-radius: 25px;
  }

  .kb-identity-image__caption {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .kb-identity-nav {
    top: 68px;
  }

  .admin-bar .kb-identity-nav {
    top: 114px;
  }

  .kb-identity-nav a {
    padding: 17px 0;
  }

  .kb-content-section + .kb-content-section {
    margin-top: 65px;
    padding-top: 60px;
  }

  .kb-story-panel {
    margin-inline: -5px;
    padding: 32px 24px !important;
  }

  .kb-facts__head,
  .kb-facts dl,
  .kb-facts__contacts {
    padding-inline: 18px;
  }

  .kb-facts__scope {
    margin-inline: 18px;
  }

  .kb-related {
    padding-bottom: 110px;
  }

  .kb-mobile-contact {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 900;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 7px;
    padding: 8px;
    border: 1px solid rgba(16, 45, 70, 0.11);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 18px 50px rgba(16, 45, 70, 0.22);
    backdrop-filter: blur(14px);
  }

  .kb-mobile-contact > span {
    padding-left: 7px;
    overflow: hidden;
    font-size: 0.68rem;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .kb-mobile-contact a {
    padding: 10px 11px;
    border-radius: 10px;
    background: var(--kb-ink);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 800;
    text-decoration: none;
  }

  .kb-mobile-contact a:last-child {
    background: var(--kb-green);
  }

  .kb-footer-cta {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 45px;
  }

  .kb-footer-grid {
    padding: 45px 0;
  }

  .kb-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 380px) {
  .kb-brand small {
    display: none;
  }

  .kb-nav-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .kb-language {
    width: fit-content;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .kb-reveal {
    opacity: 1;
    transform: none;
  }
}
