:root {
  --kelite-black: #0b0e0f;
  --kelite-charcoal: #121718;
  --kelite-graphite: #202627;
  --kelite-ink: #161b1c;
  --kelite-muted: #687173;
  --kelite-line: #d9ddda;
  --kelite-paper: #ffffff;
  --kelite-mist: #f2f3f0;
  --kelite-yellow: #f2b91f;
  --kelite-yellow-dark: #d79c00;
  --kelite-yellow-soft: #fff4cf;
  --kelite-max: 1240px;
  --kelite-header-height: 82px;
  --kelite-shadow: 0 24px 70px rgba(11, 14, 15, .12);
}

html { scroll-behavior: smooth; }
body.kelite-blocksy {
  margin: 0;
  color: var(--kelite-ink);
  background: var(--kelite-paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}
.kelite-blocksy *, .kelite-blocksy *::before, .kelite-blocksy *::after { box-sizing: border-box; }
.kelite-blocksy img { display: block; max-width: 100%; }
.kelite-blocksy a { color: inherit; text-decoration: none; }
.kelite-blocksy button, .kelite-blocksy input, .kelite-blocksy textarea, .kelite-blocksy select { font: inherit; }
.kelite-shell { width: min(calc(100% - 48px), var(--kelite-max)); margin-inline: auto; }
.kelite-skip-link { position: fixed; z-index: 99999; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 16px; color: var(--kelite-black); background: var(--kelite-yellow); font-weight: 800; }
.kelite-skip-link:focus { transform: translateY(0); }
.kelite-blocksy :focus-visible { outline: 3px solid var(--kelite-yellow); outline-offset: 3px; }

/* Header */
.kelite-site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  color: #202526;
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid rgba(21, 27, 28, .1);
  backdrop-filter: blur(18px);
  transition: box-shadow .2s ease, background-color .2s ease;
}
.admin-bar .kelite-site-header { top: 32px; }
.kelite-site-header.is-scrolled { box-shadow: 0 10px 35px rgba(11, 14, 15, .09); }
.kelite-header-accent { height: 3px; background: linear-gradient(90deg, var(--kelite-yellow) 0 14%, var(--kelite-black) 14% 100%); }
.kelite-header-inner { min-height: var(--kelite-header-height); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; }
.kelite-brand { min-width: 0; display: inline-flex; align-items: center; gap: 14px; }
.kelite-brand-logo, .kelite-brand-logo .custom-logo-link { display: inline-flex; align-items: center; }
.kelite-brand-logo-image, .kelite-brand-logo img, .kelite-brand .custom-logo { width: 94px; max-height: 38px; object-fit: contain; }
.kelite-brand-copy { min-width: 0; display: grid; line-height: 1.2; }
.kelite-brand-copy strong { color: var(--kelite-black); font-size: 14px; font-weight: 800; white-space: nowrap; }
.kelite-brand-copy small { margin-top: 5px; color: #737a7b; font-size: 8px; font-weight: 700; letter-spacing: 1.15px; white-space: nowrap; }
.kelite-primary-nav { min-width: 0; }
.kelite-primary-nav .kelite-menu, .kelite-primary-nav > ul { display: flex; align-items: center; justify-content: flex-end; gap: 28px; margin: 0; padding: 0; list-style: none; }
.kelite-primary-nav li { position: relative; margin: 0; }
.kelite-primary-nav a { position: relative; display: block; padding: 28px 0 26px; color: #323839; font-size: 14px; font-weight: 650; white-space: nowrap; transition: color .2s ease, background-color .2s ease, box-shadow .2s ease; }
.kelite-primary-nav > ul > li > a::after, .kelite-primary-nav .kelite-menu > li > a::after { position: absolute; right: 0; bottom: 19px; left: 0; height: 2px; transform: scaleX(0); transform-origin: right; background: var(--kelite-yellow); content: ""; transition: transform .2s ease; }
.kelite-primary-nav a:hover::after, .kelite-primary-nav .current-menu-item > a::after, .kelite-primary-nav .kelite-current-section > a::after { transform: scaleX(1); transform-origin: left; }
.kelite-primary-nav .current-menu-item > a, .kelite-primary-nav .kelite-current-section > a, .kelite-primary-nav a[aria-current="page"] { padding-right: 13px; padding-left: 13px; color: #5e4500; background: #fff6d6; box-shadow: inset 0 0 0 1px rgba(215, 156, 0, .18); font-weight: 850; }
.kelite-primary-nav .current-menu-item > a::after, .kelite-primary-nav .kelite-current-section > a::after, .kelite-primary-nav a[aria-current="page"]::after { bottom: 0; height: 3px; background: var(--kelite-yellow); }
.kelite-primary-nav .current-menu-item > a:hover, .kelite-primary-nav .kelite-current-section > a:hover, .kelite-primary-nav a[aria-current="page"]:hover { color: #3f3000; background: #ffefb8; }
.kelite-primary-nav .sub-menu { position: absolute; top: 100%; left: -18px; min-width: 210px; display: none; margin: 0; padding: 10px 18px; list-style: none; background: white; border: 1px solid var(--kelite-line); box-shadow: var(--kelite-shadow); }
.kelite-primary-nav li:hover > .sub-menu, .kelite-primary-nav li:focus-within > .sub-menu { display: block; }
.kelite-primary-nav .sub-menu a { padding: 9px 0; }
.kelite-header-actions { display: flex; align-items: center; gap: 10px; }
.kelite-language-link { min-width: 40px; min-height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--kelite-line); color: #3f4647; font-size: 12px; font-weight: 800; }
.kelite-language-link:hover { border-color: var(--kelite-black); }
.kelite-header-cta { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 17px; color: var(--kelite-black); background: var(--kelite-yellow); font-size: 13px; font-weight: 800; }
.kelite-header-cta:hover { background: #ffc92c; }
.kelite-menu-toggle { display: none; width: 46px; height: 42px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; padding: 0; border: 1px solid var(--kelite-line); color: var(--kelite-ink); background: white; cursor: pointer; }
.kelite-menu-toggle span { width: 19px; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.kelite-menu-toggle em { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); }
.kelite-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.kelite-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.kelite-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Shared typography and buttons */
.kelite-home-v2 { overflow: hidden; }
.kelite-home-v2 h1, .kelite-home-v2 h2, .kelite-home-v2 h3, .kelite-inner-page h1, .kelite-inner-page h2, .kelite-inner-page h3, .kelite-archive-page h1, .kelite-archive-page h2, .kelite-single-page h1 { margin-top: 0; color: inherit; letter-spacing: -.035em; }
.kelite-home-v2 h2 { margin-bottom: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.14; }
.kelite-kicker, .kelite-page-kicker { margin: 0 0 15px; color: #8b6500; font-size: 11px; font-weight: 850; letter-spacing: 1.9px; text-transform: uppercase; }
.kelite-kicker-light { color: #ffe18c; }
.kelite-kicker-yellow { color: var(--kelite-yellow); }
.kelite-button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.kelite-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 24px; border: 1px solid transparent; font-size: 14px; font-weight: 800; transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
.kelite-button:hover { transform: translateY(-2px); }
.kelite-button-primary { color: var(--kelite-black); background: var(--kelite-yellow); }
.kelite-button-primary:hover { background: #ffcb30; }
.kelite-button-ghost { color: white; border-color: rgba(255, 255, 255, .42); background: rgba(9, 12, 13, .2); }
.kelite-button-ghost:hover { border-color: white; background: rgba(255, 255, 255, .08); }
.kelite-button-dark { color: white !important; background: var(--kelite-black); }
.kelite-button-dark:hover { background: #292e2f; }
.kelite-text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--kelite-ink); font-size: 14px; font-weight: 800; }
.kelite-text-link span { color: var(--kelite-yellow-dark); transition: transform .2s ease; }
.kelite-text-link:hover span { transform: translateX(4px); }
.kelite-section { padding: 112px 0; }
.kelite-heading-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .7fr); gap: 100px; align-items: end; margin-bottom: 54px; }
.kelite-heading-layout > div:last-child > p { margin: 0 0 20px; color: var(--kelite-muted); font-size: 17px; }
.kelite-heading-layout-compact { margin-bottom: 46px; }
.kelite-section-heading-centered { max-width: 820px; margin: 0 auto 58px; text-align: center; }
.kelite-section-heading-centered > p:last-child { max-width: 680px; margin: 20px auto 0; color: var(--kelite-muted); }
.kelite-section-link { margin: 38px 0 0; text-align: center; }

/* Homepage hero */
.kelite-hero-v2 { position: relative; min-height: clamp(630px, 77vh, 780px); display: flex; align-items: center; overflow: hidden; isolation: isolate; color: white; background-color: var(--kelite-black); }
.kelite-hero-media, .kelite-hero-slide { position: absolute; inset: 0; }
.kelite-hero-media { z-index: 0; background: var(--kelite-black); }
.kelite-hero-slide { opacity: 0; background-repeat: no-repeat; background-size: cover; transition: opacity .9s ease; }
.kelite-hero-slide.is-active { opacity: 1; }
.kelite-hero-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(5, 7, 8, .98) 0%, rgba(7, 10, 11, .91) 31%, rgba(7, 10, 11, .54) 58%, rgba(7, 10, 11, .12) 100%); }
.kelite-hero-shade::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4, 6, 7, .12), rgba(4, 6, 7, .35)); content: ""; }
.kelite-hero-content { position: relative; z-index: 2; padding-top: 76px; padding-bottom: 82px; }
.kelite-hero-content h1 { max-width: 780px; margin: 0; color: white; font-size: clamp(48px, 5.65vw, 78px); font-weight: 800; line-height: 1.06; letter-spacing: -.055em; }
.kelite-hero-content h1 span { color: #e7ebea; font-weight: 660; }
.kelite-hero-lead { max-width: 690px; margin: 28px 0 35px; color: #d1d6d5; font-size: 18px; line-height: 1.78; }
.kelite-hero-note { display: flex; align-items: center; gap: 10px; margin: 22px 0 0; color: #aeb7b7; font-size: 12px; font-weight: 650; }
.kelite-hero-note span { width: 7px; height: 7px; border-radius: 50%; background: var(--kelite-yellow); box-shadow: 0 0 0 5px rgba(242, 185, 31, .14); }
.kelite-hero-controls { position: absolute; z-index: 3; bottom: 22px; left: 50%; display: flex; align-items: center; gap: 3px; transform: translateX(-50%); }
.kelite-hero-controls button { width: 40px; height: 26px; display: grid; place-items: center; margin: 0; padding: 0; appearance: none; background: transparent; border: 0; cursor: pointer; }
.kelite-hero-controls button span { width: 28px; height: 3px; display: block; overflow: hidden; background: rgba(255, 255, 255, .42); transition: width .22s ease, background-color .22s ease; }
.kelite-hero-controls button:hover span { background: rgba(255, 255, 255, .78); }
.kelite-hero-controls button[aria-pressed="true"] span { width: 36px; background: var(--kelite-yellow); }
.kelite-hero-controls button:focus-visible { outline: 2px solid white; outline-offset: 1px; }
.kelite-hero-ai-label { position: absolute; z-index: 3; right: max(24px, calc((100vw - var(--kelite-max)) / 2)); bottom: 25px; padding: 5px 8px; color: #dce2e1; background: rgba(5, 8, 9, .7); border: 1px solid rgba(255, 255, 255, .15); font-size: 9px; font-weight: 700; letter-spacing: .35px; }

/* Capability cards */
.kelite-proof-rail { position: relative; z-index: 3; color: white; background: var(--kelite-charcoal); border-top: 4px solid var(--kelite-yellow); border-bottom: 1px solid #303637; }
.kelite-proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-left: 1px solid #303637; }
.kelite-proof-item { position: relative; min-width: 0; min-height: 148px; display: grid; grid-template-columns: 50px minmax(0, 1fr) 18px; gap: 17px; align-items: center; padding: 25px 22px; color: white; background: transparent; border-right: 1px solid #303637; transition: background-color .22s ease; }
.kelite-proof-item:hover { background: #1d2324; }
.kelite-proof-item::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; transform: scaleX(0); transform-origin: right; background: var(--kelite-yellow); content: ""; transition: transform .24s ease; }
.kelite-proof-item:hover::after { transform: scaleX(1); transform-origin: left; }
.kelite-proof-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--kelite-yellow); border: 1px solid rgba(242, 185, 31, .42); background: rgba(242, 185, 31, .06); }
.kelite-proof-icon svg { width: 27px; height: 27px; }
.kelite-proof-copy { min-width: 0; display: block; }
.kelite-proof-copy strong { display: block; color: white; font-size: 17px; line-height: 1.3; }
.kelite-proof-copy > span { display: block; margin-top: 7px; color: #9fa9a8; font-size: 11px; line-height: 1.55; }
.kelite-proof-arrow { color: var(--kelite-yellow); font-size: 17px; font-weight: 900; transition: transform .2s ease; }
.kelite-proof-item:hover .kelite-proof-arrow { transform: translateX(4px); }

/* Services */
.kelite-services-section { background: white; }
.kelite-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.kelite-service-card { position: relative; min-width: 0; display: block; overflow: hidden; border: 1px solid var(--kelite-line); color: var(--kelite-ink); background: white; box-shadow: 0 12px 34px rgba(11, 14, 15, .07); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.kelite-service-card:hover { transform: translateY(-7px); border-color: #cfb45e; box-shadow: 0 24px 54px rgba(11, 14, 15, .15); }
.kelite-service-media { position: relative; aspect-ratio: 3 / 2; margin: 0; overflow: hidden; background: #d9dedd; }
.kelite-service-media::after { position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(transparent, rgba(7, 10, 11, .7)); content: ""; }
.kelite-service-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .3s ease; }
.kelite-service-card:hover .kelite-service-media img { transform: scale(1.045); filter: saturate(1.04) contrast(1.03); }
.kelite-service-number { position: absolute; z-index: 1; top: 22px; left: 22px; min-width: 48px; height: 35px; display: inline-flex; align-items: center; justify-content: center; color: var(--kelite-black); background: var(--kelite-yellow); font-size: 11px; font-weight: 900; letter-spacing: 1px; }
.kelite-service-card-body { position: relative; min-height: 258px; display: flex; flex-direction: column; padding: 31px 72px 29px 31px; }
.kelite-service-card-body > strong { color: var(--kelite-black); font-size: 27px; line-height: 1.2; letter-spacing: -.035em; }
.kelite-service-card-body > span { max-width: 570px; display: block; margin-top: 14px; color: var(--kelite-muted); font-size: 15px; line-height: 1.72; }
.kelite-service-card-body small { display: inline-flex; align-self: flex-start; margin-top: auto; padding-top: 26px; color: #7b5c00; font-size: 10px; font-weight: 850; letter-spacing: .55px; text-transform: uppercase; }
.kelite-service-card-body i { position: absolute; right: 28px; bottom: 27px; width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; color: var(--kelite-black); background: var(--kelite-yellow); font-size: 17px; font-style: normal; font-weight: 900; transition: transform .22s ease, background-color .22s ease; }
.kelite-service-card:hover .kelite-service-card-body i { transform: translate(3px, -3px); background: #ffca2c; }

/* Scenarios */
.kelite-scenarios-section { color: white; background: var(--kelite-black); }
.kelite-scenarios-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 110px; align-items: start; }
.kelite-scenarios-copy { position: sticky; top: calc(var(--kelite-header-height) + 36px); }
.kelite-scenarios-copy h2 { color: white; }
.kelite-scenarios-copy > p:last-child { max-width: 490px; margin-top: 24px; color: #9da7a6; }
.kelite-value-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #343a3b; border-left: 1px solid #343a3b; }
.kelite-value-grid article { min-height: 235px; padding: 29px; border-right: 1px solid #343a3b; border-bottom: 1px solid #343a3b; background: rgba(255, 255, 255, .015); transition: background-color .22s ease; }
.kelite-value-grid article:hover { background: rgba(255, 255, 255, .04); }
.kelite-value-grid article > span { color: var(--kelite-yellow); font-size: 10px; font-weight: 850; }
.kelite-value-grid h3 { margin: 48px 0 10px; color: white; font-size: 22px; line-height: 1.3; }
.kelite-value-grid p { margin: 0; color: #aeb7b6; font-size: 13px; line-height: 1.72; }
.kelite-collaboration-map { margin-top: 70px; padding-top: 43px; border-top: 1px solid #343a3b; }
.kelite-collaboration-map > header { display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: end; }
.kelite-collaboration-map > header h3 { margin: 0; color: white; font-size: 30px; line-height: 1.2; }
.kelite-collaboration-map > header > p { margin: 0; color: #929c9b; font-size: 13px; }
.kelite-collaboration-stages { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; margin: 44px 0 0; padding: 0; list-style: none; }
.kelite-collaboration-stages::before { position: absolute; top: 6px; right: 9%; left: 9%; height: 1px; background: #4a5252; content: ""; }
.kelite-collaboration-stages li { position: relative; min-width: 0; padding: 27px 12px 21px; text-align: center; }
.kelite-collaboration-stages li::before { position: absolute; z-index: 1; top: 0; left: calc(50% - 7px); width: 14px; height: 14px; border: 3px solid var(--kelite-black); border-radius: 50%; background: var(--kelite-yellow); content: ""; }
.kelite-collaboration-stages span { display: block; color: #7e8887; font-size: 9px; font-weight: 850; }
.kelite-collaboration-stages strong { display: block; margin-top: 5px; color: white; font-size: 14px; }
.kelite-collaboration-tracks { border-top: 1px solid #343a3b; }
.kelite-collaboration-tracks > div { display: grid; grid-template-columns: 150px 1fr; align-items: center; min-height: 58px; border-bottom: 1px solid #343a3b; }
.kelite-collaboration-tracks strong { color: #aab3b2; font-size: 12px; }
.kelite-collaboration-tracks span { position: relative; padding: 8px 18px; color: #aeb7b6; background: #202627; font-size: 12px; }
.kelite-collaboration-tracks .is-kelite strong { color: var(--kelite-yellow); }
.kelite-collaboration-tracks .is-kelite span { color: #e0e5e4; background: #3b3219; }

/* Projects */
.kelite-project-section { background: var(--kelite-mist); }
.kelite-project-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.kelite-project-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: white; box-shadow: 0 1px 0 rgba(11, 14, 15, .05); transition: transform .23s ease, box-shadow .23s ease; }
.kelite-project-card:hover { transform: translateY(-6px); box-shadow: var(--kelite-shadow); }
.kelite-project-image { position: relative; aspect-ratio: 16 / 10; display: flex; align-items: flex-end; overflow: hidden; color: #c3cbca; background: linear-gradient(135deg, #1a2021, #394142); }
.kelite-project-image::after { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 28px 28px; content: ""; }
.kelite-project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.kelite-project-card:hover .kelite-project-image img { transform: scale(1.035); }
.kelite-project-image > span { position: relative; z-index: 1; padding: 24px; color: #f0d985; font-size: 10px; font-weight: 800; letter-spacing: 1.1px; }
.kelite-project-ai-label { position: absolute; z-index: 2; right: 13px; bottom: 13px; padding: 5px 8px; color: white; background: rgba(7, 10, 11, .78); font-size: 9px; font-style: normal; font-weight: 750; letter-spacing: .35px; }
.kelite-project-body { position: relative; min-height: 360px; display: flex; flex: 1; flex-direction: column; padding: 27px 27px 66px; }
.kelite-project-body small { color: #8a6600; font-size: 10px; font-weight: 850; letter-spacing: .7px; text-transform: uppercase; }
.kelite-project-body h3 { min-height: 56px; margin: 12px 0 18px; font-size: 22px; line-height: 1.28; }
.kelite-project-body h3 a:hover { color: #8a6600; }
.kelite-project-body > p:not(.kelite-project-result) { margin: 0; color: var(--kelite-muted); font-size: 14px; }
.kelite-project-facts { margin: 0; padding: 0; }
.kelite-project-facts > div { padding: 11px 0; border-top: 1px solid #e3e6e4; }
.kelite-project-facts dt { color: #8a6600; font-size: 9px; font-weight: 850; letter-spacing: .45px; }
.kelite-project-facts dd { display: -webkit-box; overflow: hidden; margin: 3px 0 0; color: #50595a; font-size: 12px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.kelite-project-result { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: center; margin: auto 0 0; padding-top: 16px; border-top: 1px solid #e3e6e4; }
.kelite-project-result span { color: #7f8888; font-size: 9px; font-weight: 750; }
.kelite-project-result strong { color: var(--kelite-black); font-size: 12px; font-weight: 800; }
.kelite-card-link { position: absolute; right: 23px; bottom: 25px; width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; color: var(--kelite-black); background: var(--kelite-yellow); font-weight: 900; }

/* Process */
.kelite-process-section { background: #f4f5f2; }
.kelite-process-section .kelite-kicker-yellow { color: #856300; }
.kelite-process-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: kelite-process; }
.kelite-process-list li { position: relative; min-width: 0; min-height: 380px; display: flex; flex-direction: column; padding: 25px 24px 23px; overflow: visible; background: white; border: 1px solid #dfe2df; border-top: 4px solid var(--kelite-yellow); box-shadow: 0 10px 30px rgba(11, 14, 15, .045); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.kelite-process-list li:hover { transform: translateY(-5px); border-color: #ced3cf; box-shadow: 0 22px 48px rgba(11, 14, 15, .1); }
.kelite-process-list li:not(:last-child)::after { position: absolute; z-index: 3; top: 39px; right: -19px; width: 25px; height: 25px; display: inline-flex; align-items: center; justify-content: center; color: var(--kelite-black); background: var(--kelite-yellow); border: 4px solid #f4f5f2; border-radius: 50%; font-size: 12px; font-weight: 900; content: "→"; }
.kelite-process-stage-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.kelite-process-number { padding-top: 3px; color: #856300; font-size: 11px; font-weight: 900; letter-spacing: 1px; }
.kelite-process-icon { width: 48px; height: 48px; flex: 0 0 48px; display: inline-flex; align-items: center; justify-content: center; color: #8a6600; background: var(--kelite-yellow-soft); border: 1px solid #f1d783; }
.kelite-process-icon svg { width: 25px; height: 25px; }
.kelite-process-stage-copy { display: flex; flex: 1; flex-direction: column; }
.kelite-process-list h3 { min-height: 58px; margin: 31px 0 12px; font-size: 19px; line-height: 1.36; }
.kelite-process-list .kelite-process-stage-copy > p:not(.kelite-process-output) { margin: 0; color: var(--kelite-muted); font-size: 13px; line-height: 1.75; }
.kelite-process-output { display: grid; gap: 3px; margin: auto 0 0; padding-top: 17px; border-top: 1px solid #e3e6e3; }
.kelite-process-output span { color: #848c8b; font-size: 9px; font-weight: 800; letter-spacing: .55px; text-transform: uppercase; }
.kelite-process-output strong { color: var(--kelite-black); font-size: 13px; font-weight: 850; }

/* Technology */
.kelite-tech-section { color: white; background: #171c1d; }
.kelite-tech-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 110px; align-items: start; }
.kelite-tech-layout > div:first-child h2 { color: white; }
.kelite-tech-layout > div:first-child > p:last-child { margin-top: 24px; color: #aeb7b6; }
.kelite-tech-groups { border-top: 1px solid #3b4242; }
.kelite-tech-groups article { display: grid; grid-template-columns: 45px minmax(170px, .55fr) 1fr; gap: 22px; align-items: center; padding: 29px 0; border-bottom: 1px solid #3b4242; }
.kelite-tech-groups span { color: var(--kelite-yellow); font-size: 10px; font-weight: 850; }
.kelite-tech-groups h3 { margin: 0; color: white; font-size: 18px; }
.kelite-tech-groups p { margin: 0; color: #b3bcbb; font-size: 13px; }

/* Knowledge */
.kelite-knowledge-section { background: white; }
.kelite-knowledge-grid { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(340px, .78fr); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 18px; }
.kelite-knowledge-card { min-width: 0; overflow: hidden; background: #f6f7f5; border: 1px solid #e0e3e0; transition: transform .23s ease, box-shadow .23s ease; }
.kelite-knowledge-card:hover { transform: translateY(-5px); box-shadow: var(--kelite-shadow); }
.kelite-knowledge-card:first-child { grid-row: 1 / span 2; display: flex; flex-direction: column; }
.kelite-knowledge-card:nth-child(n + 2) { display: grid; grid-template-columns: minmax(150px, .42fr) minmax(0, .58fr); }
.kelite-knowledge-image { position: relative; min-height: 0; display: flex; align-items: flex-end; overflow: hidden; color: #dce1df; background: linear-gradient(135deg, #171c1d, #303839); }
.kelite-knowledge-card:first-child .kelite-knowledge-image { aspect-ratio: 16 / 9; }
.kelite-knowledge-card:nth-child(n + 2) .kelite-knowledge-image { height: 100%; }
.kelite-knowledge-image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(5, 8, 9, .42)); content: ""; }
.kelite-knowledge-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.kelite-knowledge-card:hover .kelite-knowledge-image img { transform: scale(1.035); }
.kelite-knowledge-image > span { position: relative; z-index: 1; padding: 22px; color: #f2d474; font-size: 9px; font-weight: 850; letter-spacing: 1px; }
.kelite-knowledge-image em { position: absolute; z-index: 2; right: 12px; bottom: 12px; padding: 5px 7px; color: white; background: rgba(7, 10, 11, .78); font-size: 8px; font-style: normal; font-weight: 750; letter-spacing: .3px; }
.kelite-knowledge-body { min-width: 0; display: flex; flex-direction: column; padding: 25px 27px 24px; }
.kelite-knowledge-card:first-child .kelite-knowledge-body { flex: 1; padding: 31px 34px 30px; }
.kelite-knowledge-meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.kelite-knowledge-meta small { color: #856300; font-size: 9px; font-weight: 850; letter-spacing: .65px; text-transform: uppercase; }
.kelite-knowledge-meta time { color: #858d8c; font-size: 10px; }
.kelite-knowledge-grid h3 { display: -webkit-box; overflow: hidden; margin: 18px 0 10px; font-size: 19px; line-height: 1.38; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.kelite-knowledge-card:first-child h3 { margin-top: 21px; font-size: 29px; -webkit-line-clamp: 2; }
.kelite-knowledge-grid h3 a:hover { color: #8c6800; }
.kelite-knowledge-grid .kelite-knowledge-body > p { display: -webkit-box; overflow: hidden; margin: 0; color: var(--kelite-muted); font-size: 12px; line-height: 1.7; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.kelite-knowledge-card:first-child .kelite-knowledge-body > p { font-size: 14px; -webkit-line-clamp: 3; }
.kelite-knowledge-link { display: inline-flex; align-items: center; gap: 10px; align-self: flex-start; margin-top: auto; padding-top: 18px; color: var(--kelite-black); font-size: 11px; font-weight: 850; }
.kelite-knowledge-link span { color: #946d00; transition: transform .2s ease; }
.kelite-knowledge-link:hover span { transform: translateX(4px); }
.kelite-empty-state { margin: 0; padding: 28px 30px; color: var(--kelite-muted); background: var(--kelite-mist); border-left: 4px solid var(--kelite-yellow); }

/* FAQ */
.kelite-faq-section { background: var(--kelite-mist); }
.kelite-faq-layout { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); gap: 92px; align-items: start; }
.kelite-faq-intro { position: sticky; top: calc(var(--kelite-header-height) + 36px); }
.kelite-faq-intro h2 { max-width: 500px; }
.kelite-faq-lead { max-width: 520px; margin: 25px 0 0; color: var(--kelite-muted); font-size: 15px; line-height: 1.8; }
.kelite-faq-highlights { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 32px 0 0; padding: 0; list-style: none; }
.kelite-faq-highlights li { min-height: 54px; display: flex; align-items: center; gap: 11px; padding: 12px 14px; color: #343a3b; background: rgba(255, 255, 255, .72); border: 1px solid #dfe3df; font-size: 12px; font-weight: 750; }
.kelite-faq-highlights li span { color: #966f00; font-size: 9px; font-weight: 900; letter-spacing: .5px; }
.kelite-faq-list { display: grid; gap: 10px; }
.kelite-faq-list details { overflow: hidden; background: rgba(255, 255, 255, .78); border: 1px solid #dfe3df; transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease; }
.kelite-faq-list details[open] { background: white; border-color: #d1b55e; box-shadow: 0 14px 34px rgba(11, 14, 15, .055); }
.kelite-faq-list summary { min-height: 78px; display: grid; grid-template-columns: 42px 1fr 24px; gap: 16px; align-items: center; padding: 17px 22px; cursor: pointer; color: var(--kelite-black); font-weight: 750; list-style: none; }
.kelite-faq-list summary::-webkit-details-marker { display: none; }
.kelite-faq-list summary span { color: #8b6700; font-size: 10px; }
.kelite-faq-list summary i { position: relative; width: 18px; height: 18px; }
.kelite-faq-list summary i::before, .kelite-faq-list summary i::after { position: absolute; top: 8px; left: 2px; width: 14px; height: 2px; background: var(--kelite-black); content: ""; }
.kelite-faq-list summary i::after { transform: rotate(90deg); transition: transform .2s ease; }
.kelite-faq-list details[open] summary i::after { transform: rotate(0); }
.kelite-faq-list details > p { margin: -2px 62px 25px 80px; color: var(--kelite-muted); font-size: 14px; line-height: 1.8; }

/* Contact conversion block */
.kelite-contact-cta { position: relative; overflow: hidden; padding: 94px 0; color: white; background: #121718; border-top: 5px solid var(--kelite-yellow); }
.kelite-contact-cta::before { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px); background-size: 58px 58px; content: ""; pointer-events: none; }
.kelite-contact-cta::after { position: absolute; top: -180px; right: -110px; width: 460px; height: 460px; border: 1px solid rgba(242, 185, 31, .16); border-radius: 50%; box-shadow: 0 0 0 74px rgba(242, 185, 31, .025), 0 0 0 148px rgba(242, 185, 31, .018); content: ""; pointer-events: none; }
.kelite-contact-cta-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); gap: 92px; align-items: center; }
.kelite-contact-copy { position: relative; padding-left: 28px; }
.kelite-contact-copy::before { position: absolute; top: 3px; bottom: 4px; left: 0; width: 3px; background: linear-gradient(var(--kelite-yellow) 0 42%, rgba(242, 185, 31, .12) 42% 100%); content: ""; }
.kelite-contact-cta h2 { max-width: 720px; margin: 0; color: white; font-size: clamp(36px, 4vw, 54px); line-height: 1.12; }
.kelite-contact-copy > p:not(.kelite-kicker, .kelite-contact-note) { max-width: 690px; margin: 23px 0 0; color: #b2bcbb; }
.kelite-contact-note { display: flex; align-items: center; gap: 10px; margin: 23px 0 0; color: #d8dfde; font-size: 13px; }
.kelite-contact-note span { width: 22px; height: 22px; flex: 0 0 22px; display: inline-flex; align-items: center; justify-content: center; color: var(--kelite-black); background: var(--kelite-yellow); border-radius: 50%; font-size: 11px; font-weight: 900; font-style: normal; }
.kelite-contact-actions { display: grid; gap: 12px; }
.kelite-contact-actions a { position: relative; min-height: 104px; display: flex; flex-direction: column; justify-content: center; padding: 20px 60px 20px 24px; background: rgba(5, 8, 9, .43); border: 1px solid #3b4242; transition: border-color .2s ease, background-color .2s ease, transform .2s ease; }
.kelite-contact-actions a:hover { transform: translateX(4px); background: rgba(5, 8, 9, .68); border-color: var(--kelite-yellow); }
.kelite-contact-actions a:hover strong { color: var(--kelite-yellow); }
.kelite-contact-actions small { color: #8f9998; font-size: 11px; font-weight: 750; }
.kelite-contact-actions strong { margin-top: 4px; color: white; font-size: clamp(17px, 2vw, 24px); overflow-wrap: anywhere; transition: color .2s ease; }
.kelite-contact-actions span { position: absolute; right: 24px; color: var(--kelite-yellow); font-size: 22px; }

/* Footer */
.kelite-site-footer { color: #aab3b2; background: #090c0d; }
.kelite-footer-main { display: grid; grid-template-columns: 1.3fr .62fr 1fr; gap: 76px; padding-top: 66px; padding-bottom: 60px; }
.kelite-brand-footer .kelite-brand-copy strong { color: white; }
.kelite-brand-footer .kelite-brand-copy small { color: #8f9998; }
.kelite-brand-footer .kelite-brand-logo-image { width: 108px; max-height: 44px; filter: brightness(0) invert(1); opacity: .94; }
.kelite-footer-brand > p { max-width: 510px; margin: 23px 0 0; color: #8b9594; font-size: 13px; line-height: 1.8; }
.kelite-footer-services { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.kelite-footer-services li { padding: 5px 10px; color: #aeb7b6; background: #111718; border: 1px solid #272d2e; font-size: 10px; font-weight: 700; }
.kelite-footer-nav > strong, .kelite-footer-contact > strong { display: block; margin-bottom: 19px; color: white; font-size: 12px; letter-spacing: .6px; }
.kelite-footer-menu { margin: 0; padding: 0; list-style: none; columns: 2; column-gap: 22px; }
.kelite-footer-menu li { margin: 0 0 8px; break-inside: avoid; }
.kelite-footer-menu a { color: #8f9998; font-size: 13px; }
.kelite-footer-menu a:hover, .kelite-footer-contact a:hover { color: var(--kelite-yellow); }
.kelite-footer-menu .current-menu-item > a, .kelite-footer-menu .kelite-current-section > a, .kelite-footer-menu a[aria-current="page"] { color: var(--kelite-yellow); font-weight: 750; }
.kelite-footer-contact p { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 12px; margin: 0; padding: 9px 0; color: #9ba5a4; font-size: 12px; line-height: 1.7; border-bottom: 1px solid #24292a; }
.kelite-footer-contact span { color: #6f7978; }
.kelite-footer-contact a, .kelite-footer-contact p { overflow-wrap: anywhere; }
.kelite-footer-legal { border-top: 1px solid #24292a; }
.kelite-footer-legal-inner { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 11px; }
.kelite-footer-legal-inner p { margin: 0; }
.kelite-filings { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.kelite-filings a { display: inline-flex; align-items: center; gap: 6px; color: #7f8988; }
.kelite-filings a:hover { color: #c3cdcc; }
.kelite-filings img { width: 18px; height: 20px; object-fit: contain; }

/* Dedicated technical-services page */
.kelite-services-page { overflow: hidden; }
.kelite-services-page h1, .kelite-services-page h2, .kelite-services-page h3 { margin-top: 0; color: inherit; letter-spacing: -.035em; }
.kelite-services-hero { position: relative; min-height: 620px; display: flex; align-items: center; color: white; background-color: var(--kelite-black); background-position: center; background-size: cover; }
.kelite-services-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 7, 8, .97) 0%, rgba(6, 9, 10, .9) 36%, rgba(6, 9, 10, .43) 66%, rgba(6, 9, 10, .14) 100%); }
.kelite-services-hero-shade::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3, 5, 5, .08), rgba(3, 5, 5, .38)); content: ""; }
.kelite-services-hero-content { position: relative; z-index: 1; padding-top: 86px; padding-bottom: 86px; }
.kelite-services-hero h1 { max-width: 880px; margin-bottom: 0; color: white; font-size: clamp(46px, 6vw, 76px); font-weight: 800; line-height: 1.06; }
.kelite-services-hero-lead { max-width: 720px; margin: 29px 0 35px; color: #d2d8d7; font-size: 18px; line-height: 1.78; }
.kelite-services-hero-note { display: flex; align-items: center; gap: 11px; margin: 23px 0 0; color: #b2bbba; font-size: 12px; font-weight: 650; }
.kelite-services-hero-note span { width: 8px; height: 8px; border-radius: 50%; background: var(--kelite-yellow); box-shadow: 0 0 0 5px rgba(242, 185, 31, .14); }
.kelite-services-proof { color: white; background: var(--kelite-charcoal); border-top: 4px solid var(--kelite-yellow); }
.kelite-services-proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.kelite-services-proof-grid > div { min-height: 126px; display: flex; flex-direction: column; justify-content: center; padding: 24px 27px; border-right: 1px solid #353b3b; }
.kelite-services-proof-grid > div:first-child { border-left: 1px solid #353b3b; }
.kelite-services-proof-grid strong { color: var(--kelite-yellow); font-size: 18px; line-height: 1.25; letter-spacing: -.02em; }
.kelite-services-proof-grid span { margin-top: 9px; color: #aeb7b6; font-size: 12px; line-height: 1.5; }
.kelite-services-section { padding: 112px 0; scroll-margin-top: calc(var(--kelite-header-height) + 18px); }
.kelite-services-heading { max-width: 850px; margin-bottom: 54px; }
.kelite-services-heading h2, .kelite-services-two-column-heading > header h2, .kelite-handover-column h2 { margin-bottom: 0; font-size: clamp(34px, 4.4vw, 56px); line-height: 1.13; }
.kelite-services-heading > p:last-child, .kelite-services-two-column-heading > header > p:last-child, .kelite-handover-column header > p:last-child { max-width: 760px; margin: 22px 0 0; color: var(--kelite-muted); font-size: 16px; }
.kelite-services-heading-centered { max-width: 900px; margin-right: auto; margin-left: auto; text-align: center; }
.kelite-services-scope { background: var(--kelite-mist); }
.kelite-service-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.kelite-service-detail-card { min-width: 0; overflow: hidden; background: white; border: 1px solid var(--kelite-line); box-shadow: 0 10px 30px rgba(11, 14, 15, .06); scroll-margin-top: calc(var(--kelite-header-height) + 22px); }
.kelite-service-detail-card figure { position: relative; aspect-ratio: 3 / 2; margin: 0; overflow: hidden; background: #d9dedd; }
.kelite-service-detail-card figure::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(5, 8, 8, .58)); content: ""; }
.kelite-service-detail-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.kelite-service-detail-card:hover figure img { transform: scale(1.025); }
.kelite-service-detail-card figure span { position: absolute; z-index: 1; right: 22px; bottom: 17px; color: var(--kelite-yellow); font-size: 14px; font-weight: 900; letter-spacing: 1.3px; }
.kelite-service-detail-card > div { padding: 32px; }
.kelite-service-detail-card h3 { margin-bottom: 12px; font-size: 28px; line-height: 1.2; }
.kelite-service-detail-card > div > p { margin: 0; color: var(--kelite-muted); }
.kelite-service-detail-card ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 18px; margin: 25px 0 0; padding: 21px 0 0; border-top: 1px solid var(--kelite-line); list-style: none; }
.kelite-service-detail-card li { position: relative; padding-left: 17px; color: #343b3c; font-size: 13px; }
.kelite-service-detail-card li::before { position: absolute; top: .72em; left: 0; width: 6px; height: 6px; background: var(--kelite-yellow); content: ""; }
.kelite-service-detail-card small { display: block; margin-top: 25px; color: #806000; font-size: 10px; font-weight: 850; line-height: 1.65; letter-spacing: .45px; text-transform: uppercase; }
.kelite-services-image-note { margin: 27px 0 0; padding: 16px 19px; color: #625b43; background: #ece8da; border-left: 4px solid var(--kelite-yellow); font-size: 12px; }
.kelite-engagement-section { color: white; background: var(--kelite-black); }
.kelite-services-two-column-heading { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.kelite-services-two-column-heading > header { position: sticky; top: calc(var(--kelite-header-height) + 36px); }
.kelite-services-two-column-heading > header h2 { color: white; }
.kelite-engagement-section .kelite-services-two-column-heading > header > p:last-child, .kelite-boundaries-section .kelite-services-two-column-heading > header > p:last-child { color: #9fa9a8; }
.kelite-engagement-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #373d3e; border-left: 1px solid #373d3e; }
.kelite-engagement-grid article { min-height: 250px; padding: 30px; border-right: 1px solid #373d3e; border-bottom: 1px solid #373d3e; }
.kelite-engagement-grid span { color: var(--kelite-yellow); font-size: 10px; font-weight: 850; }
.kelite-engagement-grid h3 { margin: 50px 0 12px; color: white; font-size: 23px; line-height: 1.25; }
.kelite-engagement-grid p { margin: 0; color: #aeb7b6; font-size: 14px; }
.kelite-platforms-section { background: white; }
.kelite-platform-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 3px solid var(--kelite-yellow); border-left: 1px solid var(--kelite-line); }
.kelite-platform-grid article { min-height: 350px; padding: 31px; border-right: 1px solid var(--kelite-line); border-bottom: 1px solid var(--kelite-line); }
.kelite-platform-grid article > span { color: #876500; font-size: 10px; font-weight: 900; }
.kelite-platform-grid h3 { margin: 56px 0 22px; font-size: 24px; line-height: 1.25; }
.kelite-platform-grid ul { margin: 0; padding: 0; list-style: none; }
.kelite-platform-grid li { padding: 8px 0; color: var(--kelite-muted); border-bottom: 1px solid #e6e9e7; font-size: 13px; }
.kelite-handover-section { padding: 0; background: var(--kelite-mist); }
.kelite-handover-layout { width: min(100%, 1600px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.kelite-handover-column { min-width: 0; padding: 104px clamp(30px, 5vw, 80px); background: var(--kelite-mist); }
.kelite-handover-column header { max-width: 640px; margin-bottom: 46px; }
.kelite-handover-column-dark { color: white; background: var(--kelite-charcoal); }
.kelite-handover-column-dark h2 { color: white; }
.kelite-handover-column-dark header > p:last-child { color: #aeb7b6; }
.kelite-check-card-grid { display: grid; gap: 12px; }
.kelite-check-card-grid article { display: grid; grid-template-columns: 40px 1fr; gap: 14px; padding: 20px 0; border-top: 1px solid #d5dad7; }
.kelite-check-card-grid article:last-child { border-bottom: 1px solid #d5dad7; }
.kelite-check-card-grid article > span { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; color: #735700; background: var(--kelite-yellow-soft); font-size: 10px; font-weight: 900; }
.kelite-check-card-grid h3 { margin: 0 0 5px; font-size: 17px; line-height: 1.3; }
.kelite-check-card-grid p { margin: 0; color: var(--kelite-muted); font-size: 13px; }
.kelite-handover-column-dark .kelite-check-card-grid article { border-color: #3b4242; }
.kelite-handover-column-dark .kelite-check-card-grid article > span { color: var(--kelite-black); background: var(--kelite-yellow); font-size: 15px; }
.kelite-handover-column-dark .kelite-check-card-grid h3 { color: white; }
.kelite-handover-column-dark .kelite-check-card-grid p { color: #aeb7b6; }
.kelite-services-process-section { background: white; }
.kelite-services-process-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 3px solid var(--kelite-yellow); list-style: none; }
.kelite-services-process-list li { position: relative; min-height: 270px; padding: 30px 27px; border-right: 1px solid var(--kelite-line); border-bottom: 1px solid var(--kelite-line); }
.kelite-services-process-list li:first-child { border-left: 1px solid var(--kelite-line); }
.kelite-services-process-list li::before { position: absolute; top: -8px; left: 26px; width: 13px; height: 13px; border: 3px solid white; border-radius: 50%; background: var(--kelite-yellow); content: ""; }
.kelite-services-process-list span { color: #856300; font-size: 10px; font-weight: 900; }
.kelite-services-process-list h3 { margin: 55px 0 12px; font-size: 19px; line-height: 1.3; }
.kelite-services-process-list p { margin: 0; color: var(--kelite-muted); font-size: 13px; }
.kelite-boundaries-section { color: white; background: #171c1d; }
.kelite-boundary-grid { border-top: 1px solid #3b4242; }
.kelite-boundary-grid article { display: grid; grid-template-columns: 42px 1fr; gap: 17px; padding: 25px 0; border-bottom: 1px solid #3b4242; }
.kelite-boundary-grid article > span { color: var(--kelite-yellow); font-size: 10px; font-weight: 900; }
.kelite-boundary-grid h3 { margin: 0 0 6px; color: white; font-size: 19px; }
.kelite-boundary-grid p { margin: 0; color: #aeb7b6; font-size: 13px; }
.kelite-services-cta { padding: 100px 0; color: var(--kelite-black); background: var(--kelite-yellow); }
.kelite-services-cta-layout { display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: center; }
.kelite-services-cta .kelite-kicker { color: #5e4700; }
.kelite-services-cta h2 { max-width: 900px; margin-bottom: 0; font-size: clamp(36px, 4.7vw, 60px); line-height: 1.1; }
.kelite-services-cta-layout > div > p:last-child { max-width: 750px; margin: 22px 0 0; color: #5a4a18; }
.kelite-services-cta .kelite-button-primary { color: white; background: var(--kelite-black); white-space: nowrap; }
.kelite-services-cta .kelite-button-primary:hover { background: #2b3031; }

/* Inner pages and editor content */
.kelite-inner-hero { position: relative; min-height: 370px; display: flex; align-items: center; overflow: hidden; padding: 82px 0 76px; color: white; background: linear-gradient(120deg, #0b0e0f, #22292a); border-bottom: 5px solid var(--kelite-yellow); isolation: isolate; }
.kelite-inner-hero-background { position: absolute; z-index: -3; inset: 0; }
.kelite-inner-hero-background img { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.kelite-inner-hero-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(7, 10, 11, .99) 0%, rgba(8, 11, 12, .96) 25%, rgba(8, 11, 12, .76) 50%, rgba(8, 11, 12, .25) 75%, rgba(8, 11, 12, .38) 100%), linear-gradient(180deg, rgba(5, 7, 8, .08), rgba(5, 7, 8, .35)); }
.kelite-inner-hero-content { position: relative; z-index: 1; }
.kelite-inner-hero-has-visual .kelite-inner-hero-content { padding-right: min(42vw, 520px); }
.kelite-inner-hero-has-visual .kelite-kicker { color: var(--kelite-yellow); }
.kelite-inner-hero h1, .kelite-single-hero h1 { max-width: 900px; margin: 0; color: white; font-size: clamp(42px, 6vw, 72px); line-height: 1.08; }
.kelite-inner-hero-intro { max-width: 690px; margin: 22px 0 0; color: #c5cdcc; font-size: 17px; line-height: 1.75; }
.kelite-inner-hero-ai-label { position: absolute; right: max(24px, calc((100vw - var(--kelite-max)) / 2)); bottom: 18px; z-index: 2; padding: 5px 8px; color: #dfe4e3; background: rgba(6, 9, 10, .76); border: 1px solid rgba(255, 255, 255, .16); font-size: 9px; font-weight: 700; letter-spacing: .35px; }
.kelite-single-hero { padding: 104px 0 76px; color: white; background: linear-gradient(120deg, #0b0e0f, #22292a); border-bottom: 5px solid var(--kelite-yellow); }
.kelite-entry-content { max-width: 920px; padding-top: 80px; padding-bottom: 100px; }
.kelite-entry-content > * { max-width: 780px; margin-right: auto; margin-left: auto; }
.kelite-entry-content > .alignwide, .kelite-entry-content > .wp-block-columns { max-width: 1100px; }
.kelite-entry-content > .alignfull { max-width: none; }
.kelite-entry-content h2 { margin-top: 58px; margin-bottom: 18px; font-size: clamp(30px, 4vw, 44px); line-height: 1.2; }
.kelite-entry-content h3 { margin-top: 32px; font-size: 22px; }
.kelite-entry-content p, .kelite-entry-content li { color: #4f595a; }
.kelite-entry-content a { color: #8a6500; text-decoration: underline; text-underline-offset: 3px; }
.kelite-case-lead, .kelite-article-lead { color: #313a3b !important; font-size: 20px; line-height: 1.75; }
.kelite-ai-disclaimer { margin-top: 54px !important; padding: 20px 24px; border-left: 4px solid var(--kelite-yellow); background: #f4f1e6; color: #5d563f !important; font-size: 13px; }
.kelite-technical-notice { margin-top: 54px !important; padding: 20px 24px; border-left: 4px solid #8b6500; background: #f4f5f2; color: #4f595a !important; font-size: 13px; }
.kelite-page-intro { color: #3d4647 !important; font-size: 20px; }
.kelite-detail-grid { margin-top: 40px; margin-bottom: 60px; gap: 16px; }
.kelite-detail-grid > .wp-block-column { padding: 28px; border-top: 3px solid var(--kelite-yellow); background: var(--kelite-mist); }
.kelite-detail-grid h3 { margin-top: 0; }
.kelite-contact-panel { margin-top: 34px; padding: 28px 32px; background: var(--kelite-mist); border-left: 4px solid var(--kelite-yellow); }
.kelite-contact-panel p { margin: 8px 0; }
.kelite-content-facts { max-width: 920px !important; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 auto 36px; padding: 0; border-top: 3px solid var(--kelite-yellow); border-bottom: 1px solid var(--kelite-line); background: var(--kelite-mist); }
.kelite-content-fact { min-width: 0; padding: 18px 20px; border-right: 1px solid var(--kelite-line); }
.kelite-content-fact:last-child { border-right: 0; }
.kelite-content-fact dt { color: var(--kelite-muted); font-size: 12px; }
.kelite-content-fact dd { margin: 4px 0 0; color: var(--kelite-ink); font-size: 15px; font-weight: 750; overflow-wrap: anywhere; }

/* Archives and singles */
.kelite-archive-content { padding-top: 80px; padding-bottom: 110px; }
.kelite-archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.kelite-archive-card { overflow: hidden; border: 1px solid var(--kelite-line); background: white; }
.kelite-archive-card-image { aspect-ratio: 16 / 10; display: flex; align-items: flex-end; overflow: hidden; padding: 22px; color: #e0c75f; background: #202627; font-size: 10px; font-weight: 800; letter-spacing: 1px; }
.kelite-archive-card-image img { width: calc(100% + 44px); max-width: none; height: calc(100% + 44px); margin: -22px; object-fit: cover; transition: transform .3s ease; }
.kelite-archive-card:hover .kelite-archive-card-image img { transform: scale(1.035); }
.kelite-archive-card > div { min-height: 260px; padding: 28px; }
.kelite-archive-card small { color: #8c6800; font-size: 10px; font-weight: 800; }
.kelite-archive-card h2 { margin: 15px 0 12px; font-size: 23px; line-height: 1.3; }
.kelite-archive-card p { color: var(--kelite-muted); font-size: 14px; }
.kelite-pagination { margin-top: 48px; }
.kelite-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.kelite-pagination .page-numbers { min-width: 40px; min-height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--kelite-line); }
.kelite-pagination .current { color: var(--kelite-black); background: var(--kelite-yellow); border-color: var(--kelite-yellow); }
.kelite-single-hero-inner { max-width: 920px; }
.kelite-single-meta { margin: 22px 0 0; color: #9ca6a5; font-size: 12px; }
.kelite-single-layout { max-width: 1040px; padding-top: 64px; padding-bottom: 100px; }
.kelite-single-featured { max-width: 1040px; margin: 0 auto 48px; }
.kelite-single-featured img { width: 100%; max-height: 650px; object-fit: cover; }
.kelite-single-featured figcaption { padding: 11px 14px; color: #727b7a; background: #f2f3f0; font-size: 11px; line-height: 1.6; }
.kelite-single-layout .kelite-entry-content { padding-top: 0; padding-bottom: 30px; }
.kelite-single-back { max-width: 780px; margin: 0 auto; padding-top: 24px; border-top: 1px solid var(--kelite-line); }
.kelite-error-page { min-height: 65vh; display: grid; place-items: center; padding: 90px 0; text-align: center; }
.kelite-error-code { margin: 0; color: var(--kelite-yellow-dark); font-size: 16px; font-weight: 900; letter-spacing: 4px; }
.kelite-error-page h1 { margin: 12px 0; font-size: clamp(44px, 7vw, 80px); }
.kelite-error-page p:not(.kelite-error-code) { margin: 0 0 28px; color: var(--kelite-muted); }

@media (max-width: 1120px) {
  .kelite-header-inner { grid-template-columns: 1fr auto auto; gap: 12px; }
  .kelite-menu-toggle { display: inline-flex; grid-column: 3; }
  .kelite-header-actions { grid-column: 2; grid-row: 1; }
  .kelite-header-cta { display: none; }
  .kelite-primary-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; padding: 16px 24px 24px; background: white; border-bottom: 1px solid var(--kelite-line); box-shadow: 0 24px 45px rgba(11, 14, 15, .12); }
  .kelite-primary-nav.is-open { display: block; }
  .kelite-primary-nav .kelite-menu, .kelite-primary-nav > ul { width: 100%; display: grid; justify-content: stretch; gap: 0; }
  .kelite-primary-nav li, .kelite-primary-nav a { width: 100%; }
  .kelite-primary-nav a { padding: 12px 0; border-bottom: 1px solid #eceeec; text-align: left; }
  .kelite-primary-nav > ul > li > a::after, .kelite-primary-nav .kelite-menu > li > a::after { display: none; }
  .kelite-primary-nav .current-menu-item > a, .kelite-primary-nav .kelite-current-section > a, .kelite-primary-nav a[aria-current="page"] { padding-right: 12px; padding-left: 14px; color: #694d00; background: var(--kelite-yellow-soft); border-left: 3px solid var(--kelite-yellow); box-shadow: none; }
  .kelite-primary-nav .sub-menu { position: static; display: block; padding: 0 0 0 18px; border: 0; box-shadow: none; }
	.kelite-heading-layout { gap: 55px; }
	.kelite-project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kelite-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kelite-proof-item:nth-child(n + 3) { border-top: 1px solid #303637; }
  .kelite-scenarios-layout, .kelite-tech-layout, .kelite-faq-layout { gap: 60px; }
	.kelite-process-list { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
	.kelite-process-list li { min-height: 350px; grid-column: span 2; }
	.kelite-process-list li:nth-child(4) { grid-column: 2 / span 2; }
	.kelite-process-list li:nth-child(5) { grid-column: 4 / span 2; }
	.kelite-process-list li::after { display: none; }
	.kelite-knowledge-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: auto; }
	.kelite-knowledge-card:first-child, .kelite-knowledge-card:nth-child(n + 2) { grid-row: auto; display: flex; flex-direction: column; }
	.kelite-knowledge-card:nth-child(n + 2) .kelite-knowledge-image { height: auto; aspect-ratio: 16 / 9; }
	.kelite-knowledge-card:first-child .kelite-knowledge-body, .kelite-knowledge-body { flex: 1; padding: 25px 26px 24px; }
	.kelite-knowledge-card:first-child h3, .kelite-knowledge-grid h3 { margin-top: 18px; font-size: 21px; -webkit-line-clamp: 3; }
	.kelite-knowledge-card:first-child .kelite-knowledge-body > p { font-size: 12px; -webkit-line-clamp: 2; }
  .kelite-services-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kelite-services-proof-grid > div:nth-child(3) { border-left: 1px solid #353b3b; border-top: 1px solid #353b3b; }
  .kelite-services-proof-grid > div:nth-child(4) { border-top: 1px solid #353b3b; }
  .kelite-services-two-column-heading { gap: 60px; }
  .kelite-handover-column { padding-right: 42px; padding-left: 42px; }
  .kelite-services-process-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .kelite-services-process-list li:nth-child(4) { border-left: 1px solid var(--kelite-line); }
  .kelite-footer-main { grid-template-columns: 1fr 1fr; }
  .kelite-footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 782px) {
  .admin-bar .kelite-site-header { top: 46px; }
}

@media (max-width: 760px) {
  :root { --kelite-header-height: 68px; }
  .kelite-shell { width: min(calc(100% - 30px), var(--kelite-max)); }
  .kelite-section { padding: 78px 0; }
  .kelite-brand { gap: 9px; }
  .kelite-brand-logo-image, .kelite-brand-logo img, .kelite-brand .custom-logo { width: 74px; max-height: 31px; }
  .kelite-brand-copy strong { max-width: 168px; overflow: hidden; font-size: 12px; text-overflow: ellipsis; }
  .kelite-brand-copy small { display: none; }
  .kelite-language-link { min-width: 36px; min-height: 36px; }
  .kelite-menu-toggle { width: 40px; height: 38px; }
  .kelite-header-inner { min-height: var(--kelite-header-height); }
  .kelite-hero-v2 { min-height: 620px; }
	.kelite-hero-slide { background-position: 68% center !important; }
  .kelite-hero-shade { background: linear-gradient(90deg, rgba(5, 7, 8, .97) 0%, rgba(7, 10, 11, .86) 58%, rgba(7, 10, 11, .45) 100%); }
  .kelite-hero-content { padding-top: 72px; padding-bottom: 70px; }
  .kelite-hero-content h1 { max-width: 560px; font-size: clamp(41px, 11vw, 58px); line-height: 1.08; }
  .kelite-hero-lead { max-width: 560px; margin-top: 24px; font-size: 16px; }
	.kelite-hero-controls { bottom: 17px; left: 18px; transform: none; }
	.kelite-hero-ai-label { right: 15px; bottom: 19px; }
  .kelite-button { min-height: 48px; padding: 0 19px; }
  .kelite-proof-grid { grid-template-columns: 1fr; }
  .kelite-proof-item { min-height: 116px; grid-template-columns: 46px minmax(0, 1fr) 16px; gap: 14px; padding: 20px 18px; border-top: 1px solid #303637; }
  .kelite-proof-item:first-child { border-top: 0; }
  .kelite-proof-icon { width: 44px; height: 44px; }
  .kelite-proof-copy strong { font-size: 16px; }
  .kelite-heading-layout { grid-template-columns: 1fr; gap: 22px; margin-bottom: 38px; }
  .kelite-heading-layout > div:last-child > p { font-size: 15px; }
  .kelite-service-grid { grid-template-columns: 1fr; }
  .kelite-service-card-body { min-height: 236px; padding: 27px 65px 26px 26px; }
  .kelite-service-card-body > strong { font-size: 23px; }
  .kelite-scenarios-layout, .kelite-tech-layout, .kelite-faq-layout, .kelite-contact-cta-layout { grid-template-columns: 1fr; gap: 42px; }
  .kelite-scenarios-copy, .kelite-faq-intro { position: static; }
  .kelite-value-grid { grid-template-columns: 1fr; }
  .kelite-value-grid article { min-height: 205px; padding: 25px; }
  .kelite-value-grid h3 { margin-top: 34px; }
  .kelite-collaboration-map { margin-top: 52px; padding-top: 34px; }
  .kelite-collaboration-map > header { grid-template-columns: 1fr; gap: 16px; }
  .kelite-collaboration-stages { grid-template-columns: 1fr; gap: 0; margin-top: 34px; }
  .kelite-collaboration-stages::before { top: 7px; right: auto; bottom: 20px; left: 6px; width: 1px; height: auto; }
  .kelite-collaboration-stages li { display: grid; grid-template-columns: 35px 1fr; align-items: start; padding: 0 0 24px 28px; text-align: left; }
  .kelite-collaboration-stages li::before { top: 1px; left: 0; }
  .kelite-collaboration-stages span, .kelite-collaboration-stages strong { margin-top: 0; }
  .kelite-collaboration-tracks > div { grid-template-columns: 1fr; gap: 8px; padding: 14px 0; }
  .kelite-collaboration-tracks span { padding: 11px 13px; }
  .kelite-project-grid, .kelite-knowledge-grid, .kelite-archive-grid { grid-template-columns: 1fr; }
	.kelite-knowledge-grid { grid-template-rows: auto; gap: 14px; }
	.kelite-knowledge-card:first-child, .kelite-knowledge-card:nth-child(n + 2) { display: flex; flex-direction: column; }
	.kelite-knowledge-card:first-child .kelite-knowledge-image, .kelite-knowledge-card:nth-child(n + 2) .kelite-knowledge-image { height: auto; aspect-ratio: 16 / 9; }
	.kelite-knowledge-card:hover { transform: none; }
	.kelite-knowledge-card:first-child .kelite-knowledge-body, .kelite-knowledge-body { padding: 23px 23px 22px; }
	.kelite-knowledge-card:first-child h3, .kelite-knowledge-grid h3 { margin-top: 16px; font-size: 21px; -webkit-line-clamp: 3; }
	.kelite-knowledge-card:first-child .kelite-knowledge-body > p, .kelite-knowledge-grid .kelite-knowledge-body > p { font-size: 13px; -webkit-line-clamp: 3; }
  .kelite-project-body { min-height: 330px; }
  .kelite-project-body h3 { min-height: 0; }
	.kelite-process-list { grid-template-columns: 1fr; gap: 12px; }
	.kelite-process-list li, .kelite-process-list li:first-child, .kelite-process-list li:nth-child(4), .kelite-process-list li:nth-child(5) { min-height: 0; grid-column: auto; display: grid; grid-template-columns: 58px 1fr; column-gap: 17px; padding: 20px; border: 1px solid #dfe2df; border-top-width: 1px; border-left: 4px solid var(--kelite-yellow); }
	.kelite-process-list li:hover { transform: none; }
	.kelite-process-stage-head { grid-column: 1; display: grid; gap: 12px; align-content: start; justify-content: start; }
	.kelite-process-icon { width: 45px; height: 45px; flex-basis: 45px; }
	.kelite-process-stage-copy { grid-column: 2; }
	.kelite-process-list h3 { min-height: 0; margin: 0 0 8px; font-size: 18px; }
	.kelite-process-list .kelite-process-stage-copy > p:not(.kelite-process-output) { font-size: 12px; }
	.kelite-process-output { margin-top: 17px; }
  .kelite-tech-groups article { grid-template-columns: 36px 1fr; gap: 12px; }
  .kelite-tech-groups p { grid-column: 2; }
  .kelite-faq-highlights { margin-top: 25px; }
  .kelite-faq-list summary { min-height: 72px; grid-template-columns: 30px 1fr 20px; gap: 10px; padding: 15px 17px; }
	.kelite-faq-list details > p { margin: -1px 37px 22px 57px; font-size: 13px; }
  .kelite-contact-cta { padding: 78px 0; }
  .kelite-footer-main { grid-template-columns: 1fr; gap: 42px; padding-top: 58px; padding-bottom: 50px; }
  .kelite-footer-contact { grid-column: auto; }
  .kelite-footer-legal-inner { flex-direction: column; align-items: flex-start; padding-top: 17px; padding-bottom: 17px; }
  .kelite-filings { justify-content: flex-start; gap: 6px 16px; }
  .kelite-services-hero { min-height: 590px; background-position: 68% center; }
  .kelite-services-hero-shade { background: linear-gradient(90deg, rgba(5, 7, 8, .97) 0%, rgba(6, 9, 10, .88) 63%, rgba(6, 9, 10, .48) 100%); }
  .kelite-services-hero-content { padding-top: 74px; padding-bottom: 72px; }
  .kelite-services-hero h1 { font-size: clamp(40px, 11vw, 57px); }
  .kelite-services-hero-lead { font-size: 16px; }
  .kelite-services-proof-grid, .kelite-service-detail-grid, .kelite-services-two-column-heading, .kelite-platform-grid, .kelite-handover-layout, .kelite-services-cta-layout { grid-template-columns: 1fr; }
  .kelite-services-proof-grid > div, .kelite-services-proof-grid > div:first-child, .kelite-services-proof-grid > div:nth-child(3), .kelite-services-proof-grid > div:nth-child(4) { min-height: 100px; border-top: 1px solid #353b3b; border-right: 1px solid #353b3b; border-left: 1px solid #353b3b; }
  .kelite-services-proof-grid > div:first-child { border-top: 0; }
  .kelite-services-section { padding: 78px 0; }
  .kelite-services-heading { margin-bottom: 38px; }
  .kelite-service-detail-card > div { padding: 26px; }
  .kelite-service-detail-card h3 { font-size: 24px; }
  .kelite-service-detail-card ul { grid-template-columns: 1fr; }
  .kelite-services-two-column-heading { gap: 40px; }
  .kelite-services-two-column-heading > header { position: static; }
  .kelite-engagement-grid { grid-template-columns: 1fr; }
  .kelite-engagement-grid article { min-height: 220px; }
  .kelite-platform-grid { border-top-width: 1px; }
  .kelite-platform-grid article { min-height: 0; }
  .kelite-handover-column { padding: 75px 25px; }
  .kelite-services-process-list { grid-template-columns: 1fr; border-top-width: 1px; }
  .kelite-services-process-list li, .kelite-services-process-list li:first-child, .kelite-services-process-list li:nth-child(4) { min-height: 0; display: grid; grid-template-columns: 38px 1fr; column-gap: 12px; padding: 24px 0; border-right: 0; border-left: 0; }
  .kelite-services-process-list li::before { display: none; }
  .kelite-services-process-list h3 { margin: 0 0 7px; }
  .kelite-services-process-list p { grid-column: 2; }
  .kelite-services-cta { padding: 76px 0; }
  .kelite-services-cta-layout { gap: 34px; }
  .kelite-services-cta .kelite-button { justify-self: start; }
  .kelite-inner-hero { min-height: 330px; padding: 68px 0 60px; }
  .kelite-inner-hero-background img { object-position: 66% center; }
  .kelite-inner-hero-shade { background: linear-gradient(90deg, rgba(7, 10, 11, .99) 0%, rgba(8, 11, 12, .94) 58%, rgba(8, 11, 12, .5) 100%), linear-gradient(180deg, rgba(5, 7, 8, .12), rgba(5, 7, 8, .4)); }
  .kelite-inner-hero-has-visual .kelite-inner-hero-content { padding-right: 0; }
  .kelite-inner-hero h1 { max-width: 92%; font-size: clamp(39px, 11vw, 54px); }
  .kelite-inner-hero-intro { max-width: 90%; font-size: 14px; line-height: 1.65; }
  .kelite-inner-hero-ai-label { right: 15px; bottom: 12px; }
  .kelite-single-hero { padding: 75px 0 58px; }
  .kelite-entry-content { padding-top: 58px; padding-bottom: 75px; }
  .kelite-content-facts { grid-template-columns: 1fr; }
  .kelite-content-fact { border-right: 0; border-bottom: 1px solid var(--kelite-line); }
  .kelite-archive-content { padding-top: 58px; padding-bottom: 80px; }
}

@media (max-width: 420px) {
  .kelite-brand-copy { display: none; }
  .kelite-hero-content h1 { font-size: 39px; }
  .kelite-button-row { display: grid; }
  .kelite-button { width: 100%; }
  .kelite-hero-note { align-items: flex-start; line-height: 1.5; }
	.kelite-hero-controls button { width: 34px; }
	.kelite-hero-controls button span { width: 23px; }
	.kelite-hero-controls button[aria-pressed="true"] span { width: 30px; }
	.kelite-hero-ai-label { max-width: 116px; text-align: right; }
}

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