/*
Theme Name: kasthunt-V1
Description: Direct-rendered KastHunt WordPress theme.
Version: 1.0.0
Text Domain: kasthunt-html
*/

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("assets/fonts/inter-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Instrument Serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/instrument-serif-italic-latin.woff2") format("woff2");
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fdfdfd;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.32px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.editorial-font {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

@media (max-width: 575px) {
  body {
    font-size: 14px;
  }
}

:root {
  --brand-purple: #0d9e8e;
  --brand-purple-deep: #087568;
  --brand-purple-soft: rgba(13, 158, 142, 0.1);
  --brand-bg: #f8f8f6;
  --brand-card: #e6f5f4;
  --brand-button: #1a6b72;
  --brand-ink: #0a2e32;
  --brand-muted: #6b7280;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

html {
  scroll-padding-top: 5rem;
}

body {
  font-family: "Inter", sans-serif;
  background:
    linear-gradient(
      180deg,
      rgba(13, 158, 142, 0.08) 0%,
      rgba(248, 248, 246, 0) 36rem
    ),
    linear-gradient(90deg, rgba(13, 158, 142, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 158, 142, 0.03) 1px, transparent 1px),
    var(--brand-bg);
  background-size:
    auto,
    72px 72px,
    72px 72px,
    auto;
  color: var(--brand-ink);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
summary,
.kh-hero-kicker,
.kh-legal-eyebrow,
.kh-faq-page-chip,
.kh-faq-page-sidebar__card > span,
.kh-faq-page-section__header span,
.kh-healthcare-eyebrow,
.kh-healthcare-section__heading span,
.kh-insights-eyebrow,
.kh-footer-light__links h3 {
  font-weight: 800 !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(
      115deg,
      rgba(255, 255, 255, 0.72),
      rgba(255, 255, 255, 0) 34%
    ),
    linear-gradient(250deg, rgba(13, 158, 142, 0.09), rgba(13, 158, 142, 0) 38%);
  animation: khPageAura 16s ease-in-out infinite alternate;
}

@keyframes khPageAura {
  from {
    opacity: 0.65;
    transform: translate3d(-1%, -1%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(1%, 1%, 0);
  }
}

::selection {
  background: rgba(13, 158, 142, 0.2);
  color: var(--brand-ink);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--brand-ink) !important;
  letter-spacing: 0 !important;
}

.text-purple-400,
.text-purple-500,
.text-purple-600,
.hover\:text-purple-400:hover,
.hover\:text-purple-600:hover {
  color: var(--brand-purple) !important;
}

.bg-purple-50\/30,
.bg-purple-50\/10,
.bg-purple-100 {
  background-color: var(--brand-card) !important;
}

.bg-purple-500,
.bg-purple-600,
.bg-\[\#1A6B72\],
.hover\:bg-purple-600:hover,
.kasthunt-back-to-top,
.kasthunt-back-to-top:hover {
  background-color: var(--brand-button) !important;
}

.hover\:border-purple-400:hover {
  border-color: var(--brand-purple) !important;
}

.bg-white:not(.kasthunt-footer-card):not(.kasthunt-subscribe),
section.bg-white {
  background-color: var(--brand-bg) !important;
}

.card-reveal.bg-white,
details.bg-white {
  background-color: var(--brand-card) !important;
}

.shadow-purple-200 {
  --tw-shadow-color: rgba(13, 158, 142, 0.22) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.editorial-font {
  font-family: "Instrument Serif", serif;
  font-style: italic;
}

/* Massive Fluid Typography */
.hero-title {
  font-size: clamp(2rem, 4.9vw, 4.05rem);
  line-height: 0.98;
  letter-spacing: -0.032em;
}

section {
  position: relative;
  isolation: isolate;
}

#work {
  min-height: 70vh !important;
  padding-top: clamp(5.5rem, 11vh, 7rem) !important;
  padding-bottom: clamp(3rem, 7vh, 5rem) !important;
}

#work::before {
  content: "";
  position: absolute;
  inset: 5rem 0 auto auto;
  width: min(46rem, 68vw);
  height: min(46rem, 68vw);
  z-index: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(13, 158, 142, 0.08) 0 1px,
      transparent 1px 28px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(13, 158, 142, 0.07) 0 1px,
      transparent 1px 28px
    );
  mask-image: radial-gradient(circle, black 0%, transparent 68%);
  opacity: 0.7;
  animation: khGridDrift 18s linear infinite;
}

#work::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(13, 158, 142, 0.35),
    transparent
  );
}

@keyframes khGridDrift {
  from {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  to {
    transform: translate3d(18px, -18px, 0) rotate(1deg);
  }
}

/* Smooth Glassmorphism */
.glass-nav {
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(248, 248, 246, 0.7);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  border-bottom: 1px solid rgba(13, 158, 142, 0.12);
  transition:
    top 0.45s var(--ease-out),
    width 0.45s var(--ease-out),
    background-color 0.45s ease,
    border-color 0.45s ease,
    border-radius 0.45s var(--ease-out),
    box-shadow 0.45s ease,
    transform 0.45s var(--ease-out);
}
.glass-nav.is-scrolled {
  top: 0.85rem;
  left: 50%;
  right: auto;
  width: min(1120px, calc(100% - 2rem));
  transform: translateX(-50%);
  background: rgba(248, 248, 246, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  box-shadow:
    0 22px 60px -28px rgba(10, 46, 50, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.glass-nav > div {
  transition:
    height 0.45s var(--ease-out),
    padding 0.45s var(--ease-out);
}

.glass-nav.is-scrolled > div {
  height: 3.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.kh-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  width: var(--kh-scroll, 0%);
  height: 3px;
  background: linear-gradient(90deg, var(--brand-purple), #1a6b72);
  box-shadow: 0 0 18px rgba(13, 158, 142, 0.42);
  transition: width 0.08s linear;
}

.glass-nav a {
  position: relative;
}

.glass-nav a:not(.btn-premium)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  border-radius: 999px;
  background: var(--brand-purple);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.32s var(--ease-out);
}

.glass-nav a:hover::after,
.glass-nav a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.kh-brand-link {
  border-radius: 999px;
}

.kh-logo-mark,
.kh-footer-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.96),
    rgba(230, 245, 244, 0.92)
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 12px 28px -18px rgba(13, 158, 142, 0.58);
}

.kh-logo-mark {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.2rem;
}

.kh-logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 7px 12px rgba(13, 158, 142, 0.16));
  transition: transform 0.35s var(--ease-out);
}

.kh-brand-link:hover .kh-logo-mark img {
  transform: rotate(-4deg) scale(1.04);
}

/* Subtle Noise Texture Overlay */
.noise::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0.03;
  z-index: 9999;
  pointer-events: none;
  background-image: none;
}

/* Section Spacing */
.section-padding {
  padding-top: clamp(4rem, 10vh, 10rem);
  padding-bottom: clamp(4rem, 10vh, 10rem);
}

/* Buttons & Interactions */
.btn-premium {
  position: relative;
  --mx: 0px;
  --my: 0px;
  background-color: var(--brand-button) !important;
  transition:
    transform 0.35s var(--ease-out),
    box-shadow 0.35s ease,
    background-color 0.35s ease,
    border-color 0.35s ease;
  overflow: hidden;
  transform: translate(var(--mx), var(--my));
}
.btn-premium::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(
    120deg,
    transparent 10%,
    rgba(255, 255, 255, 0.28) 38%,
    transparent 64%
  );
  transform: translateX(-110%);
  transition:
    transform 0.7s var(--ease-out),
    opacity 0.3s ease;
}
.btn-premium:hover {
  transform: translate(var(--mx), calc(var(--my) - 2px));
  box-shadow: 0 12px 24px -8px rgba(26, 107, 114, 0.38);
}
.btn-premium:hover::after {
  opacity: 1;
  transform: translateX(110%);
}

.kh-package-cta--outline {
  color: #0a2e32 !important;
  background: rgba(255, 255, 255, 0.76);
  border-color: #0d9e8e !important;
  box-shadow: inset 0 0 0 1px rgba(13, 158, 142, 0.08);
}

.kh-package-cta--outline:hover,
.kh-package-cta--outline:focus-visible {
  color: #0a6f67 !important;
  background: #e6f5f4 !important;
  border-color: #0a6f67 !important;
  box-shadow: 0 0 0 3px rgba(13, 158, 142, 0.16);
}

.kh-package-cta--outline:focus-visible {
  outline: none;
}

.card-reveal {
  position: relative;
  overflow: hidden;
  background-color: var(--brand-card) !important;
  background-image: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.92),
    rgba(230, 245, 244, 0.72)
  );
  transition:
    transform 0.45s var(--ease-out),
    box-shadow 0.45s ease,
    border-color 0.45s ease,
    background-color 0.45s ease;
  border: 1px solid #e9eaeb;
}
.card-reveal::before {
  content: "";
  position: absolute;
  inset: -18px;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(
      circle at var(--kh-card-x, 50%) var(--kh-card-y, 0%),
      rgba(13, 158, 142, 0.22),
      rgba(45, 212, 191, 0.1) 18%,
      transparent 42%
    ),
    linear-gradient(135deg, rgba(13, 158, 142, 0.1), transparent 42%);
  filter: blur(10px);
  transform: translateZ(0);
  transition: opacity 0.45s ease;
}
.card-reveal:hover {
  border-color: var(--brand-purple);
  box-shadow: 0 24px 58px -24px rgba(10, 46, 50, 0.2);
  transform: translateY(-6px);
}
.card-reveal:hover::before {
  opacity: 1;
}
.card-reveal i,
.card-reveal svg {
  transition:
    transform 0.35s var(--ease-out),
    color 0.35s ease;
}
.card-reveal:hover i,
.card-reveal:hover svg {
  transform: translateY(-2px) scale(1.04);
}

/* Text Animations */
@keyframes text-reveal {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.reveal {
  animation: text-reveal 0.8s forwards;
}

.kh-reveal {
  opacity: 0;
  transform: translateY(28px) scale(0.985);
  filter: blur(8px);
  transition:
    opacity 0.8s ease,
    transform 0.8s var(--ease-out),
    filter 0.8s ease;
  transition-delay: var(--kh-delay, 0ms);
}
.kh-reveal.is-visible,
.reveal.is-visible {
  opacity: 1 !important;
  transform: translateY(0);
  filter: blur(0);
}
table tbody tr.kh-reveal {
  transform: translateX(-14px);
}
table tbody tr.kh-reveal.is-visible {
  transform: translateX(0);
}

/* Highlight Styling */
.word-highlight {
  background: var(--brand-purple-soft);
  color: var(--brand-purple);
  padding: 0 0.1em;
  border-radius: 0.2em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.magnetic-wrap {
  display: inline-block;
}

/* Pricing Table Refinement */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

/* Floating AI Platform Logos */
.hero-logo {
  position: absolute;
  color: rgba(13, 158, 142, 0.12);
  animation: heroLogoFloat 7s ease-in-out infinite;
  transition:
    color 0.4s ease,
    opacity 0.4s ease;
  will-change: transform;
}
.hero-logo:hover {
  color: rgba(13, 158, 142, 0.25);
}

@keyframes heroLogoFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(0, -14px, 0) rotate(3deg);
  }
}

.hero-title .editorial-font {
  display: inline-block;
  animation: softAccentPulse 5.5s ease-in-out infinite;
  transform-origin: 50% 70%;
}

@keyframes softAccentPulse {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
    text-shadow: none;
  }
  50% {
    transform: translateY(-2px) rotate(-0.5deg);
    text-shadow: 0 14px 30px rgba(13, 158, 142, 0.16);
  }
}

/* Explore PoC Lab Button */
.btn-outline-poc {
  border: 2px solid #e9eaeb;
  background: white;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-outline-poc:hover {
  border-color: var(--brand-purple);
  background: rgba(13, 158, 142, 0.05);
  box-shadow:
    0 0 0 4px rgba(13, 158, 142, 0.08),
    0 8px 20px -6px rgba(13, 158, 142, 0.18);
  transform: translateY(-2px);
}

/* Subtitle word-fade animation */
.subtitle-animated .word {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
  transform: translateY(8px);
  animation: wordFadeIn 0.6s forwards;
}
@keyframes wordFadeIn {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

details {
  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background-color 0.35s ease;
}

details[open] {
  border-color: rgba(13, 158, 142, 0.28);
  box-shadow: 0 18px 42px -30px rgba(10, 46, 50, 0.36);
}

details > :not(summary) {
  animation: khDetailsOpen 0.32s ease both;
}

@keyframes khDetailsOpen {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

details summary svg {
  transition: transform 0.3s ease;
}

details[open] summary svg {
  transform: rotate(180deg);
}

.kasthunt-back-to-top {
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition:
    opacity 0.3s ease,
    transform 0.3s var(--ease-out),
    visibility 0.3s ease,
    background-color 0.3s ease;
}

.kasthunt-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(13, 158, 142, 0.28);
  outline-offset: 3px;
}

#services .pricing-grid > .card-reveal:nth-child(2),
#services .grid.md\:grid-cols-3 > .card-reveal:nth-child(2) {
  isolation: isolate;
  border: 1px solid rgba(13, 158, 142, 0.34) !important;
  background:
    radial-gradient(circle at 78% 0%, rgba(20, 184, 166, 0.2), transparent 32%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(220, 250, 246, 0.82)) !important;
  box-shadow:
    0 30px 72px -42px rgba(10, 111, 103, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transform: translateY(-1.1rem);
}

#services .pricing-grid > .card-reveal:nth-child(2) > span,
#services .grid.md\:grid-cols-3 > .card-reveal:nth-child(2) > span {
  color: #0a6f67 !important;
}

#services .pricing-grid > .card-reveal:nth-child(2) h3,
#services .grid.md\:grid-cols-3 > .card-reveal:nth-child(2) h3 {
  color: #062f34;
  font-size: clamp(34px, 2.5vw, 46px);
  line-height: 1.02;
}

#services .pricing-grid > .card-reveal:nth-child(2) p:first-of-type,
#services .grid.md\:grid-cols-3 > .card-reveal:nth-child(2) p:first-of-type {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  color: #0a6f67 !important;
  background: rgba(13, 158, 142, 0.08);
  font-weight: 900 !important;
}

#services .pricing-grid > .card-reveal:nth-child(2) li,
#services .grid.md\:grid-cols-3 > .card-reveal:nth-child(2) li {
  color: #304b50 !important;
  font-weight: 650;
}

#services .pricing-grid > .card-reveal:nth-child(2) a,
#services .grid.md\:grid-cols-3 > .card-reveal:nth-child(2) a {
  border-color: #0d9e8e !important;
  color: #ecfffc !important;
  background: #0d9e8e !important;
  box-shadow: 0 18px 38px -24px rgba(13, 158, 142, 0.9);
}

#services .pricing-grid > .card-reveal:nth-child(2) a:hover,
#services .grid.md\:grid-cols-3 > .card-reveal:nth-child(2) a:hover {
  border-color: #0a8c80 !important;
  background: #0a8c80 !important;
  transform: translateY(-1px);
}

#comparison table tr {
  transition:
    background-color 0.25s ease,
    transform 0.25s var(--ease-out);
}

#comparison table tbody tr:hover {
  background: rgba(13, 158, 142, 0.045);
  transform: translateX(4px);
}

footer {
  overflow: hidden;
}

footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(13, 158, 142, 0.16) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 158, 142, 0.1) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(180deg, black, transparent 78%);
  opacity: 0.35;
}

footer > div {
  position: relative;
  z-index: 1;
}

footer a:not(.btn-premium):not(.kasthunt-back-to-top),
footer a:not(.btn-premium):not(.kasthunt-back-to-top):hover {
  color: #0d9e8e !important;
}

.kh-inner-footer {
  color: #b4ccce !important;
}

.kh-inner-footer .kh-inner-footer__brand,
.kh-inner-footer .kh-inner-footer__heading {
  color: #f4fffe !important;
  -webkit-text-fill-color: #f4fffe !important;
  font-weight: 700;
}

.kh-inner-footer .kh-inner-footer__copy,
.kh-inner-footer .kh-inner-footer__bottom,
.kh-inner-footer .kh-inner-footer__bottom span {
  color: #b4ccce !important;
  -webkit-text-fill-color: #b4ccce !important;
}

.kh-inner-footer .kh-inner-footer__links a,
.kh-inner-footer .kh-inner-footer__links a:visited {
  color: #72ddd2 !important;
  -webkit-text-fill-color: #72ddd2 !important;
  font-weight: 550;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.kh-inner-footer .kh-inner-footer__links a:hover,
.kh-inner-footer .kh-inner-footer__links a:focus-visible {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.kh-inner-footer .kh-inner-footer__social {
  border: 1.5px solid rgba(114, 221, 210, 0.72) !important;
}

.kh-inner-footer .kh-inner-footer__social:hover,
.kh-inner-footer .kh-inner-footer__social:focus-visible {
  border-color: #fff !important;
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 767px) {
  .kh-inner-footer {
    overflow: hidden;
  }

  .kh-inner-footer .kh-inner-footer__top {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px 18px !important;
    padding: 40px 22px 28px !important;
  }

  .kh-inner-footer .kh-inner-footer__top > div {
    min-width: 0;
  }

  .kh-inner-footer .kh-inner-footer__top > div:first-child,
  .kh-inner-footer .kh-inner-footer__top > div:nth-child(4) {
    grid-column: 1 / -1;
  }

  .kh-inner-footer .kh-inner-footer__top > div:first-child > div {
    gap: 10px !important;
  }

  .kh-inner-footer .kh-inner-footer__top img {
    height: 28px !important;
  }

  .kh-inner-footer .kh-inner-footer__brand {
    font-size: 18px !important;
  }

  .kh-inner-footer .kh-inner-footer__copy {
    max-width: 30rem !important;
    margin-top: 12px !important;
    font-size: 13.5px !important;
    line-height: 1.55 !important;
  }

  .kh-inner-footer .kh-inner-footer__heading {
    font-size: 13px !important;
    line-height: 1.25;
  }

  .kh-inner-footer .kh-inner-footer__links {
    gap: 8px !important;
    margin-top: 10px !important;
  }

  .kh-inner-footer .kh-inner-footer__links a {
    font-size: 13px !important;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .kh-inner-footer .kh-inner-footer__top > div:nth-child(4) .kh-inner-footer__links {
    flex-direction: row !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px !important;
  }

  .kh-inner-footer .kh-inner-footer__social {
    width: 34px !important;
    height: 34px !important;
    font-size: 13px !important;
  }

  .kh-inner-footer .kh-inner-footer__bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    padding: 18px 22px 26px 76px !important;
    font-size: 12px !important;
    line-height: 1.45;
  }
}

@media (max-width: 360px) {
  .kh-inner-footer .kh-inner-footer__top {
    grid-template-columns: 1fr !important;
  }

  .kh-inner-footer .kh-inner-footer__top > div {
    grid-column: 1 / -1;
  }
}

footer#contact a,
footer#contact li a,
footer#contact a.hover\:text-purple-400,
footer#contact a.hover\:text-purple-400:hover,
footer#contact .kh-footer-links a,
footer#contact .kh-footer-links a:hover {
  color: #0d9e8e !important;
}

.kasthunt-footer-card {
  position: relative;
  overflow: hidden;
  color: #f7f4ff !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.105),
    rgba(13, 158, 142, 0.1)
  ) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 24px 70px -46px rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}

.kasthunt-footer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    circle at 18% 8%,
    rgba(13, 158, 142, 0.22),
    transparent 32%
  );
  opacity: 0.8;
}

.kasthunt-footer-card > * {
  position: relative;
  z-index: 1;
}

.kh-footer-logo {
  width: 5.25rem;
  height: 5.25rem;
  padding: 0.65rem;
  margin-bottom: 2rem;
  border-radius: 1.55rem;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.18),
    rgba(13, 158, 142, 0.18)
  );
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.kh-footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.22));
}

.kh-founder-logo {
  object-fit: contain;
  border-radius: 1.4rem;
  background: rgba(230, 245, 244, 0.86);
  padding: 0.45rem;
  box-shadow: 0 18px 34px -24px rgba(10, 46, 50, 0.38);
}

.kasthunt-footer-card h3 {
  color: #0d9e8e !important;
}

.kasthunt-footer-card form {
  background: rgba(255, 255, 255, 0.075) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.kasthunt-footer-card input {
  color: #0a2e32 !important;
}

.kasthunt-footer-card input::placeholder {
  color: rgba(10, 46, 50, 0.55);
}

.kasthunt-footer-card button {
  color: #ffffff !important;
  background: #0d9e8e !important;
  box-shadow: 0 14px 30px -18px rgba(26, 107, 114, 0.9) !important;
}

.kasthunt-footer-card button:hover {
  background: #1a6b72 !important;
}

.kasthunt-footer-card p {
  color: #0d9e8e !important;
}

.kh-split-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.35em);
  filter: blur(7px);
  animation: khWordRise 0.72s var(--ease-out) forwards;
  animation-delay: calc(var(--kh-word-index, 0) * 42ms + 120ms);
}

@keyframes khWordRise {
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.kh-philosophy-loop {
  position: relative;
  display: grid;
  gap: 0.85rem;
  max-width: 42rem;
  padding: 1.15rem;
  border: 1px solid rgba(13, 158, 142, 0.14);
  border-radius: 1.5rem;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.86),
      rgba(230, 245, 244, 0.72)
    ),
    radial-gradient(circle at 0% 0%, rgba(13, 158, 142, 0.12), transparent 36%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 24px 60px -48px rgba(10, 46, 50, 0.36);
  overflow: hidden;
}

.kh-philosophy-loop::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(13, 158, 142, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 158, 142, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, black, transparent 82%);
}

.kh-loop-line {
  position: absolute;
  left: 2.02rem;
  top: 2.4rem;
  bottom: 2.4rem;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(13, 158, 142, 0),
    rgba(13, 158, 142, 0.45),
    rgba(13, 158, 142, 0)
  );
}

.kh-loop-step {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  column-gap: 0.95rem;
  align-items: start;
  padding: 0.65rem 0.55rem;
  border-radius: 1rem;
  transition:
    transform 0.35s var(--ease-out),
    background-color 0.35s ease;
}

.kh-loop-step:hover {
  transform: translateX(4px);
  background: rgba(13, 158, 142, 0.045);
}

.kh-loop-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.85rem;
  color: var(--brand-purple);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  background: rgba(13, 158, 142, 0.1);
  box-shadow: inset 0 0 0 1px rgba(13, 158, 142, 0.1);
}

.kh-loop-step strong {
  display: block;
  color: var(--brand-ink);
  font-size: 1rem;
  line-height: 1.15;
  margin-top: 0.05rem;
}

.kh-loop-step p {
  grid-column: 2;
  color: var(--brand-muted);
  font-size: 0.92rem;
  line-height: 1.55;
  margin-top: 0.25rem;
}

.kh-healthcare-quote {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.15rem, 4.2vw, 4.15rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.035em;
}

.kh-healthcare-quote .editorial-font {
  font-size: 1.08em;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}

.kh-quote-mark {
  color: rgba(13, 158, 142, 0.32);
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-weight: 400;
}

.admin-bar .glass-nav {
  top: 32px;
}

.admin-bar .glass-nav.is-scrolled {
  top: calc(32px + 0.85rem);
}

@media (max-width: 782px) {
  .admin-bar .glass-nav {
    top: 46px;
  }

  .admin-bar .glass-nav.is-scrolled {
    top: calc(46px + 0.65rem);
  }
}

@media (max-width: 640px) {
  #work {
    min-height: 74vh !important;
    padding-top: 5.25rem !important;
  }

  .hero-title {
    font-size: clamp(2rem, 11vw, 3.3rem);
    line-height: 1;
  }

  .kh-healthcare-quote {
    font-size: clamp(2rem, 10vw, 3rem) !important;
    line-height: 1.04 !important;
  }

  .kh-healthcare-quote .editorial-font {
    white-space: normal;
  }

  .glass-nav.is-scrolled {
    top: 0.55rem;
    width: min(calc(100% - 0.75rem), 42rem);
    border-radius: 1.4rem;
  }

  .glass-nav.is-scrolled > div {
    height: auto;
    min-height: 3.6rem;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
  }

  .kh-logo-mark {
    width: 2.25rem;
    height: 2.25rem;
  }

  .kasthunt-footer-card {
    padding: 1.35rem !important;
  }

  .kasthunt-footer-card form {
    flex-direction: column;
    gap: 0.35rem;
  }

  .kasthunt-footer-card button {
    width: 100%;
  }

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

  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  footer .flex.gap-4 {
    flex-wrap: wrap;
  }
}

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

  .kh-reveal,
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

#work.kh-video-hero {
  min-height: 70vh;
  max-width: none;
  padding: 96px 24px 48px;
  background: #fdfdfd;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
#work.kh-video-hero::before {
  content: "";
  position: absolute;
  inset: 78px 0 auto 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(122, 90, 248, 0.2),
    transparent
  );
}
.kh-hero-inner {
  width: min(100%, 1380px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}
.kh-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  padding: 7px 13px;
  border: 1px solid rgba(233, 234, 235, 0.95);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 38px rgba(24, 29, 39, 0.06);
  color: #535862;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: none;
}
.kh-hero-kicker-dot {
  position: relative;
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #0d9e8e;
  box-shadow: 0 0 0 5px rgba(13, 158, 142, 0.16);
}
.kh-hero-kicker-dot::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: inherit;
  background: rgba(13, 158, 142, 0.24);
  animation: khKickerDotPulse 1.8s ease-out infinite;
}
@keyframes khKickerDotPulse {
  0% {
    opacity: 0.72;
    transform: scale(0.55);
  }
  70%,
  100% {
    opacity: 0;
    transform: scale(1.35);
  }
}
@media (prefers-reduced-motion: reduce) {
  .kh-hero-kicker-dot::after {
    animation: none;
    opacity: 0;
  }
}
.kh-hero-title {
  margin: 0 auto;
  color: #181d27;
  font-size: clamp(34px, 5vw, 86px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
  max-width: 1390px;
  text-wrap: balance;
}
.kh-rotator {
  position: relative;
  display: inline-block;
  vertical-align: -0.06em;
  height: 1.12em;
  min-width: 0.1px;
  overflow: hidden;
  margin: 0 0.03em;
  padding: 0;
  color: #1a6b72;
  background: transparent;
  text-align: left;
  isolation: isolate;
  transition: width 420ms cubic-bezier(0.2, 0, 0.2, 1);
  will-change: width;
}
.kh-rotator::after {
  display: none;
}
.kh-rotator span {
  display: inline-block;
  box-sizing: border-box;
  font-weight: inherit;
  white-space: nowrap;
  padding: 0.02em 0.14em 0.06em;
  background: #e6f5f4;
  border-radius: 0.18em;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transform-origin: left center;
  transition:
    opacity 360ms ease,
    transform 560ms cubic-bezier(0.2, 0, 0.2, 1);
  will-change: transform, opacity;
}
.kh-rotator.is-leaving span {
  opacity: 0;
  transform: translate3d(18%, 0, 0);
}
.kh-rotator.is-entering span {
  opacity: 0;
  transform: translate3d(-18%, 0, 0);
}
.kh-rotator-sizer {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  visibility: hidden;
  white-space: nowrap;
  padding: 0 0.14em 0.08em;
  pointer-events: none;
}
.kh-hero-actions {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.kh-hero-bg-icons {
  position: absolute;
  inset: 70px 0 0;
  z-index: 1;
  pointer-events: none;
  color: #078f84;
}
.kh-hero-bg-icon {
  position: absolute;
  display: grid;
  place-items: center;
  width: clamp(34px, 4vw, 58px);
  height: clamp(34px, 4vw, 58px);
  opacity: 0.6;
  animation: khHeroIconDrift 10s ease-in-out infinite;
  filter: blur(0.2px);
}
.kh-hero-bg-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.kh-hero-bg-icon:nth-child(1) {
  top: 5%;
  left: 4%;
}
.kh-hero-bg-icon:nth-child(2) {
  top: 8%;
  left: 20%;
  animation-delay: -2s;
}
.kh-hero-bg-icon:nth-child(3) {
  top: 6%;
  right: 18%;
  animation-delay: -4s;
}
.kh-hero-bg-icon:nth-child(4) {
  top: 8%;
  right: 5%;
  animation-delay: -1s;
}
.kh-hero-bg-icon:nth-child(5) {
  bottom: 6%;
  left: 5%;
  animation-delay: -5s;
}
.kh-hero-bg-icon:nth-child(6) {
  bottom: 3%;
  left: 21%;
  animation-delay: -3s;
}
.kh-hero-bg-icon:nth-child(7) {
  bottom: 15%;
  left: 12%;
  animation-delay: -6s;
}
.kh-hero-bg-icon:nth-child(8) {
  bottom: 15%;
  right: 12%;
  animation-delay: -2.8s;
}
.kh-hero-bg-icon:nth-child(9) {
  bottom: 6%;
  right: 17%;
  animation-delay: -4.8s;
}
.kh-hero-bg-icon:nth-child(10) {
  bottom: 4%;
  right: 5%;
  animation-delay: -7s;
}
.kh-hero-bg-icon:nth-child(11) {
  top: 34%;
  left: 3%;
  animation-delay: -3.6s;
}
.kh-hero-bg-icon:nth-child(12) {
  top: 34%;
  right: 3%;
  animation-delay: -5.8s;
}
@keyframes khHeroIconDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }
  45% {
    transform: translate3d(0, -12px, 0) rotate(3deg);
  }
  72% {
    transform: translate3d(8px, 4px, 0) rotate(-1deg);
  }
}
.kh-hero-note {
  margin: 18px auto 0;
  max-width: 760px;
  color: #0d9e8e;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(16px, 1.25vw, 20px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
  text-shadow: 0 16px 42px rgba(13, 158, 142, 0.14);
}
:root {
  --secondary-color: #0d9e8e !important;
  --secondary-color-rgb: 13, 158, 142 !important;
  --link-color-hover: #0d9e8e !important;
  --link-color-active: #0a6f67 !important;
  --gradient-color-to: #2dd4bf !important;
  --e-global-color-secondary: #0d9e8e !important;
  --kh-teal-deep: #0a6f67;
  --kh-teal: #0d9e8e;
  --kh-mint: #2dd4bf;
  --kh-mint-soft: #ddf7f4;
  --kh-mint-wash: #e6f5f4;
}
header a:not(.btn-premium):hover,
header a:not(.btn-premium):focus-visible {
  color: #0a9b8b !important;
}
.kh-brand-link,
.kh-brand-link .kh-brand-name-kast {
  color: #0a2e32 !important;
}
.glass-nav {
  --kh-nav-height: 3.7rem;
  --kh-logo-scale: 1;
  --kh-brand-gap: 0.28rem;
  backface-visibility: hidden;
  contain: paint;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
.glass-nav.is-scrolled {
  --kh-nav-height: 3.7rem;
  --kh-logo-scale: 1.02;
  --kh-brand-gap: 0.28rem;
}
.glass-nav > div {
  transition:
    box-shadow 220ms ease,
    background-color 220ms ease,
    backdrop-filter 220ms ease;
}
.glass-nav > div {
  height: var(--kh-nav-height) !important;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
.kh-brand-link {
  gap: var(--kh-brand-gap) !important;
  min-width: 11rem;
}
.glass-nav .kh-primary-nav-link {
  color: #6b7280 !important;
  text-decoration: none;
}
.glass-nav .kh-primary-nav-link:hover,
.glass-nav .kh-primary-nav-link:focus-visible {
  color: #0a9b8b !important;
}
.glass-nav .btn-premium,
.glass-nav .btn-premium:visited,
.glass-nav .btn-premium:hover,
.glass-nav .btn-premium:focus-visible,
.glass-nav .btn-premium i {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-decoration: none;
}
.kh-brand-link .kh-logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.35rem, 3.3vw, 3.2rem);
  height: clamp(2.35rem, 3.3vw, 3.2rem);
  flex: 0 0 auto;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  transform: translate3d(0, 0, 0) scale(var(--kh-logo-scale));
  transform-origin: left center;
  transition: transform 220ms cubic-bezier(0.2, 0, 0.2, 1);
  will-change: transform;
}
.kh-brand-link .kh-logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.kh-brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  max-width: 8rem;
  white-space: nowrap;
  overflow: hidden;
  transition:
    opacity 160ms ease,
    transform 180ms cubic-bezier(0.2, 0, 0.2, 1);
  will-change: opacity, transform;
}
.kh-brand-link .kh-brand-name-hunt {
  color: #0d9e8e !important;
}
.glass-nav.is-scrolled .kh-brand-wordmark {
  opacity: 0;
  transform: translateX(-6px);
  pointer-events: none;
}
.kh-brand-link:hover,
.kh-brand-link:focus-visible,
.kh-brand-link:hover .kh-brand-name-hunt,
.kh-brand-link:focus-visible .kh-brand-name-hunt {
  color: #0d9e8e !important;
  text-shadow: 0 0 18px rgba(45, 212, 191, 0.22);
}
.kh-brand-link:hover .kh-brand-name-kast,
.kh-brand-link:focus-visible .kh-brand-name-kast {
  color: #0a2e32 !important;
}
.btn-premium:hover {
  color: #ecfffc !important;
  background: linear-gradient(
    135deg,
    var(--kh-teal-deep),
    var(--kh-teal) 54%,
    var(--kh-mint)
  ) !important;
  box-shadow: 0 18px 46px -22px rgba(13, 158, 142, 0.72) !important;
  transform: translate3d(0, -2px, 0);
}
.btn-outline-poc:hover,
a.hover\:bg-\[\#E6F5F4\]:hover {
  color: var(--kh-teal-deep) !important;
  background-color: rgba(221, 247, 244, 0.82) !important;
  border-color: rgba(45, 212, 191, 0.65) !important;
  box-shadow: 0 14px 34px -28px rgba(10, 111, 103, 0.55);
}
a.hover\:text-\[\#0A9B8B\]:hover,
a.hover\:text-\[\#0A6F67\]:hover,
summary:hover {
  color: var(--kh-teal-deep) !important;
  text-shadow: 0 0 18px rgba(45, 212, 191, 0.22);
}
.card-reveal:hover {
  border-color: rgba(45, 212, 191, 0.42) !important;
  box-shadow: 0 28px 70px -48px rgba(10, 111, 103, 0.42);
  transform: translate3d(0, -3px, 0);
}
.kasthunt-back-to-top:hover {
  color: #ecfffc !important;
  background: var(--kh-teal) !important;
  border-color: rgba(221, 247, 244, 0.86) !important;
  box-shadow: 0 18px 48px -22px rgba(13, 158, 142, 0.76) !important;
}
.kh-discovery-cta:hover {
  color: #ddf7f4 !important;
  background-color: #0d9e8e !important;
}
@media (prefers-reduced-motion: reduce) {
  .glass-nav > div,
  .kh-brand-link,
  .kh-brand-link .kh-logo-mark,
  .kh-brand-wordmark {
    transition: none !important;
  }
  .kh-hero-bg-icon {
    animation: none;
  }
  .kh-rotator {
    transition: none;
  }
  .kh-rotator span {
    transition: none;
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 767px) {
  #work.kh-video-hero {
    min-height: auto;
    padding: 96px 18px 46px;
  }
  .kh-hero-title {
    font-size: clamp(32px, 9vw, 48px);
    line-height: 1.1;
  }
  .kh-hero-kicker {
    max-width: 100%;
    font-size: 10px;
    letter-spacing: 0.08em;
  }
  .kh-hero-actions a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .kh-hero-bg-icons {
    inset: 78px 0 0;
  }
  .kh-hero-bg-icon {
    width: 34px;
    height: 34px;
    opacity: 0.13;
  }
  .kh-hero-bg-icon:nth-child(2),
  .kh-hero-bg-icon:nth-child(3),
  .kh-hero-bg-icon:nth-child(7),
  .kh-hero-bg-icon:nth-child(10),
  .kh-hero-bg-icon:nth-child(11),
  .kh-hero-bg-icon:nth-child(12) {
    display: none;
  }
}
@media (min-width: 1024px) {
  #about > div > .grid {
    align-items: stretch !important;
  }
  #about > div > .grid > div:first-child {
    display: flex;
    flex-direction: column;
  }
  #about > div > .grid > div:last-child {
    display: grid;
    grid-template-rows: 1fr 1fr;
    align-self: stretch !important;
    height: auto;
    min-height: 100%;
  }
  #about > div > .grid > div:last-child article {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.kh-healthcare-quote {
  border-left: 0 !important;
  padding-left: 0 !important;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
.kh-research-card {
  display: flex;
  align-items: center;
  min-height: 260px;
  padding: clamp(34px, 4vw, 52px) !important;
}
.kh-research-card p {
  color: #4b5563;
  max-width: 760px;
  margin: 0;
  font-size: clamp(15px, 1.12vw, 18px);
  line-height: 1.5;
  letter-spacing: 0;
  text-align: justify;
  text-wrap: pretty;
}
.kh-research-card strong {
  display: inline;
  color: #0a6f67;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.34em;
  font-style: normal;
  font-weight: 600;
  line-height: 0.86;
  letter-spacing: 0;
  background: none;
  padding: 0 0.05em;
}
@media (max-width: 767px) {
  .kh-research-card {
    min-height: 0;
    padding: 28px !important;
  }
  .kh-research-card p {
    font-size: clamp(14px, 3.8vw, 17px);
    line-height: 1.48;
  }
  .kh-research-card strong {
    font-size: 1.24em;
  }
}
.kh-healthcare-stats p {
  text-align: justify;
  text-wrap: pretty;
}
#principles article.card-reveal h3 {
  color: #00a99d !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0;
  text-shadow: 0 12px 30px rgba(13, 158, 142, 0.12);
}
#principles article.card-reveal h3.text-xl.font-bold {
  color: #00a99d !important;
}
#principles article.card-reveal h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0d9e8e, rgba(45, 212, 191, 0.16));
}
#principles article p.text-gray-500 {
  text-align: justify;
  text-wrap: pretty;
}
.kh-principle-details,
.kh-principle-details[open] {
  border: 0;
  background: transparent;
  box-shadow: none;
}
.kh-principle-details summary {
  list-style: none;
}
.kh-principle-details summary::-webkit-details-marker {
  display: none;
}
@media (min-width: 576px) {
  .kh-principle-details summary {
    pointer-events: none;
  }
}
#faq {
  background:
    radial-gradient(
      circle at 12% 12%,
      rgba(45, 212, 191, 0.14),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      rgba(230, 245, 244, 0.72),
      rgba(247, 254, 252, 0.96)
    ) !important;
}
.kh-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(40px, 7vw, 92px);
  align-items: start;
}
.kh-faq-heading {
  position: sticky;
  top: 120px;
}
.kh-faq-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
}
.kh-faq-list {
  display: grid;
  gap: 18px;
}
.kh-faq-item {
  border: 1px solid rgba(13, 158, 142, 0.14) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 24px 70px -58px rgba(10, 111, 103, 0.48);
  overflow: hidden;
  transition:
    border-color 260ms var(--ease-out),
    box-shadow 260ms var(--ease-out),
    transform 260ms var(--ease-out),
    background-color 260ms ease;
}
.kh-faq-item:hover,
.kh-faq-item[open] {
  border-color: rgba(13, 158, 142, 0.34) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 28px 80px -56px rgba(10, 111, 103, 0.58);
  transform: translate3d(0, -2px, 0);
}
.kh-faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.kh-faq-item summary::-webkit-details-marker {
  display: none;
}
.kh-faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  color: #0a6f67;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  transition:
    color 220ms ease,
    transform 260ms var(--ease-out);
}
.kh-faq-item[open] summary::after {
  color: #0d9e8e;
  transform: rotate(45deg);
}
.kh-faq-item p {
  max-width: 62ch;
  text-align: justify;
  text-wrap: pretty;
  animation: khFaqAnswerReveal 280ms var(--ease-out) both;
  transform-origin: top left;
}
@keyframes khFaqAnswerReveal {
  from {
    opacity: 0;
    transform: translate3d(0, -8px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .kh-faq-item,
  .kh-faq-item summary::after,
  .kh-faq-item p {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}
@media (max-width: 1023px) {
  .kh-faq-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .kh-faq-heading {
    position: static;
    text-align: center;
  }
  .kh-faq-cta {
    margin-left: auto;
    margin-right: auto;
  }
  .kh-faq-heading p {
    margin-left: auto;
    margin-right: auto;
  }
}

body.kh-faq-page-template {
  background:
    radial-gradient(circle at top left, rgba(45, 212, 191, 0.16), transparent 30%),
    linear-gradient(180deg, #f7fcfb 0%, #edf9f7 100%);
}

.kh-faq-page-shell {
  padding-top: 80px;
}

.kh-faq-page-hero {
  position: relative;
  overflow: hidden;
  padding: 58px 0 34px;
}

.kh-faq-page-hero__wash {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 18%, rgba(45, 212, 191, 0.22), transparent 26%),
    radial-gradient(circle at 78% 24%, rgba(13, 158, 142, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(231, 249, 247, 0.75), rgba(247, 254, 252, 0.92));
  pointer-events: none;
}

.kh-faq-page-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.72fr);
  gap: clamp(28px, 5vw, 44px);
  align-items: start;
}

.kh-faq-page-hero__copy h1 {
  margin: 14px 0 18px;
  color: var(--kh-legal-ink);
  font-size: clamp(44px, 6vw, 78px);
  line-height: 0.96;
  letter-spacing: 0;
}

.kh-faq-page-hero__copy p {
  max-width: 780px;
  margin: 0;
  color: var(--kh-legal-copy);
  font-size: 19px;
  line-height: 1.75;
}

.kh-faq-page-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.kh-faq-page-hero__meta span,
.kh-faq-page-stat,
.kh-faq-page-sidebar__card,
.kh-faq-page-section__panel {
  border: 1px solid rgba(10, 46, 50, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 64px rgba(10, 46, 50, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.kh-faq-page-hero__meta span {
  padding: 10px 14px;
  color: var(--kh-legal-copy);
  font-size: 13px;
  font-weight: 700;
}

.kh-faq-page-hero__stats {
  display: grid;
  gap: 14px;
}

.kh-faq-page-stat {
  padding: 20px 20px 18px;
}

.kh-faq-page-stat strong {
  display: block;
  margin-bottom: 8px;
  color: var(--kh-legal-ink);
  font-size: 15px;
}

.kh-faq-page-stat span,
.kh-faq-page-stat a {
  color: var(--kh-legal-copy);
  font-size: 14px;
  line-height: 1.65;
}

.kh-faq-page-main {
  padding: 8px 0 78px;
}

.kh-faq-page-chip-row {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 0 0 16px;
  margin-bottom: 24px;
  scrollbar-width: thin;
}

.kh-faq-page-chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(13, 158, 142, 0.16);
  border-radius: 999px;
  color: #264247;
  background: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition:
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.kh-faq-page-chip:hover,
.kh-faq-page-chip:focus-visible,
.kh-faq-page-chip.is-active {
  color: #0d9e8e;
  border-color: rgba(13, 158, 142, 0.34);
  background: rgba(236, 255, 252, 0.92);
  transform: translateY(-1px);
}

.kh-faq-page-grid {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.kh-faq-page-sidebar {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 18px;
}

.kh-faq-page-sidebar__card {
  padding: 22px;
}

.kh-faq-page-sidebar__card > span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--kh-legal-ink);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.kh-faq-page-sidebar__card h2 {
  margin: 0 0 10px;
  color: var(--kh-legal-ink);
  font-size: 28px;
  line-height: 1.05;
}

.kh-faq-page-sidebar__card p,
.kh-faq-page-sidebar__list li {
  color: var(--kh-legal-copy);
  font-size: 15px;
  line-height: 1.72;
}

.kh-faq-page-sidebar__actions {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.kh-faq-page-sidebar__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(13, 158, 142, 0.18);
  border-radius: 18px;
  color: #0d7f74;
  background: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-weight: 700;
  transition:
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.kh-faq-page-sidebar__button:hover,
.kh-faq-page-sidebar__button:focus-visible {
  color: #0d7f74 !important;
  border-color: rgba(13, 158, 142, 0.32);
  background: rgba(236, 255, 252, 0.96);
  transform: translateY(-1px);
}

.kh-faq-page-sidebar__button--solid {
  color: #ecfffc !important;
  background: #0d9e8e;
  border-color: #0d9e8e;
}

.kh-faq-page-sidebar__button--solid:hover,
.kh-faq-page-sidebar__button--solid:focus-visible {
  color: #ecfffc !important;
  background: #0b8f80;
  border-color: #0b8f80;
}

.kh-faq-page-sidebar__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kh-faq-page-sidebar__list li + li {
  margin-top: 10px;
}

.kh-faq-page-sidebar__list li {
  position: relative;
  padding-left: 22px;
}

.kh-faq-page-sidebar__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #0d9e8e;
  box-shadow: 0 0 0 5px rgba(13, 158, 142, 0.08);
}

.kh-faq-page-sections {
  display: grid;
  gap: 24px;
}

.kh-faq-page-section__panel {
  padding: clamp(22px, 3vw, 30px);
}

.kh-faq-page-section__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.kh-faq-page-section__header span {
  display: inline-block;
  margin-bottom: 10px;
  color: #0d9e8e;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.kh-faq-page-section__header h2 {
  margin: 0;
  color: var(--kh-legal-ink);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.04;
}

.kh-faq-page-section__header strong {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: #0d7f74;
  background: rgba(13, 158, 142, 0.08);
  font-size: 13px;
  font-weight: 800;
}

.kh-faq-page-section__items {
  display: grid;
  gap: 16px;
}

.kh-faq-page-cta-band {
  padding: 0 0 82px;
}

.kh-faq-page-cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(28px, 4vw, 40px);
  border-radius: 32px;
  background:
    radial-gradient(circle at 18% 20%, rgba(45, 212, 191, 0.16), transparent 26%),
    linear-gradient(135deg, #0f3136, #123f45 58%, #15626a);
  box-shadow: 0 28px 70px rgba(9, 37, 40, 0.18);
}

.kh-faq-page-cta-band__inner span {
  display: inline-block;
  margin-bottom: 12px;
  color: rgba(236, 255, 252, 0.82) !important;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.kh-faq-page-cta-band__inner h2 {
  margin: 0 0 12px;
  color: #ecfffc !important;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 0.98;
  text-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.kh-faq-page-cta-band__inner p {
  max-width: 760px;
  margin: 0;
  color: rgba(236, 255, 252, 0.84) !important;
  font-size: 17px;
  line-height: 1.72;
}

.kh-faq-page-cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.kh-faq-page-cta-band__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid rgba(236, 255, 252, 0.46);
  border-radius: 18px;
  color: #ecfffc !important;
  background: rgba(255, 255, 255, 0.06);
  text-decoration: none;
  font-weight: 700;
  transition:
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.kh-faq-page-cta-band__button:hover,
.kh-faq-page-cta-band__button:focus-visible {
  color: #ecfffc !important;
  border-color: rgba(236, 255, 252, 0.72);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.kh-faq-page-cta-band__button--solid {
  color: #0d3b40 !important;
  background: #ecfffc;
  border-color: #ecfffc;
}

.kh-faq-page-cta-band__button--solid:hover,
.kh-faq-page-cta-band__button--solid:focus-visible {
  color: #0d3b40 !important;
  background: #dffaf6;
  border-color: #dffaf6;
}

@media (max-width: 1023px) {
  .kh-faq-page-hero__inner,
  .kh-faq-page-grid,
  .kh-faq-page-cta-band__inner {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .kh-faq-page-sidebar {
    position: static;
  }

  .kh-faq-page-cta-band__actions {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .kh-faq-page-shell {
    padding-top: 64px;
  }

  .kh-faq-page-hero {
    padding: 22px 0 18px;
  }

  .kh-faq-page-main {
    padding-top: 0;
  }

  .kh-faq-page-chip-row {
    margin-bottom: 12px;
    padding-bottom: 8px;
  }

  .kh-faq-page-grid {
    gap: 22px;
  }

  .kh-faq-page-hero__copy h1 {
    font-size: 46px;
  }

  .kh-faq-page-hero__copy p,
  .kh-faq-page-cta-band__inner p {
    font-size: 16px;
  }

  .kh-faq-page-section__header {
    flex-direction: column;
  }

  .kh-faq-page-cta-band {
    padding-bottom: 64px;
  }

  .kh-faq-page-cta-band__button,
  .kh-faq-page-sidebar__button {
    width: 100%;
  }

  .kh-faq-page-sidebar {
    width: 100%;
    gap: 24px;
  }

  .kh-faq-page-sidebar,
  .kh-faq-page-sections {
    min-width: 0;
  }

  .kh-faq-page-sidebar__card {
    width: 100%;
    padding: 24px;
    border-radius: 24px;
  }

  .kh-faq-page-sidebar__card > span {
    display: block;
    margin-bottom: 14px;
    text-align: left;
  }

  .kh-faq-page-sidebar__card h2 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 1.08;
  }

  .kh-faq-page-sidebar__card p {
    max-width: 100%;
    margin: 0;
    font-size: 18px;
    line-height: 1.72;
    text-align: left;
  }

  .kh-faq-page-sidebar__actions {
    gap: 14px;
    margin-top: 28px;
  }

  .kh-faq-page-sidebar__button {
    min-height: 58px;
    border-radius: 20px;
    font-size: 18px;
  }

  .kh-faq-page-sidebar__list li {
    padding-left: 24px;
    font-size: 18px;
    line-height: 1.65;
  }
}

/* KastHunt Healthcare AI page prototype */
body.kh-healthcare-template {
  background:
    radial-gradient(circle at 8% 6%, rgba(45, 212, 191, 0.16), transparent 28%),
    linear-gradient(180deg, #f8fdfc 0%, #eaf8f6 48%, #f8fdfc 100%);
}

.kh-healthcare-shell {
  padding-top: 76px;
  overflow: visible;
}

body.kh-healthcare-template {
  overflow-x: hidden;
}

.kh-healthcare-shell__inner {
  width: min(100% - 48px, 1260px);
  margin: 0 auto;
}

.kh-healthcare-hero {
  position: relative;
  min-height: calc(100vh - 76px);
  padding: clamp(18px, 2.5vw, 28px) 0;
  background:
    radial-gradient(circle at 12% 16%, rgba(13, 158, 142, 0.2), transparent 24%),
    radial-gradient(circle at 92% 5%, rgba(20, 184, 166, 0.2), transparent 26%),
    linear-gradient(135deg, rgba(218, 247, 243, 0.86), rgba(245, 253, 251, 0.96) 48%, rgba(226, 248, 245, 0.86));
}

.kh-healthcare-hero::before {
  content: "";
  position: absolute;
  inset: 14px 24px;
  border: 1px solid rgba(13, 158, 142, 0.1);
  border-radius: 30px;
  pointer-events: none;
}

.kh-healthcare-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(13, 158, 142, 0.14);
  border-radius: 999px;
  background: rgba(236, 255, 252, 0.4);
  pointer-events: none;
}

.kh-healthcare-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: calc(100vh - 132px);
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 0.84fr);
  gap: clamp(26px, 4vw, 54px);
  align-items: center;
}

.kh-healthcare-hero__copy {
  position: relative;
  padding-left: clamp(16px, 1.6vw, 24px);
}

.kh-healthcare-hero__copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 10px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #0d9e8e, rgba(13, 158, 142, 0.1));
}

.kh-healthcare-eyebrow,
.kh-healthcare-section__heading span,
.kh-healthcare-final__inner span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid rgba(13, 158, 142, 0.14);
  border-radius: 999px;
  color: #0d9e8e;
  background: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.kh-healthcare-hero__copy h1 {
  max-width: 640px;
  margin: clamp(10px, 1.6vh, 14px) 0;
  color: #0a2e32;
  font-size: clamp(40px, 3.45vw, 54px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

.kh-healthcare-hero__copy p,
.kh-healthcare-section__heading p,
.kh-healthcare-advisor p,
.kh-healthcare-final__inner p {
  margin: 0;
  color: #51686d;
  font-size: 18px;
  line-height: 1.76;
}

.kh-healthcare-hero__copy p {
  max-width: 610px;
  font-size: 16px;
  line-height: 1.52;
  text-align: justify;
}

.kh-healthcare-hero__copy strong,
.kh-healthcare-question-card strong,
.kh-healthcare-story-card strong,
.kh-healthcare-market-card strong,
.kh-healthcare-audience-card strong {
  color: #0a2e32;
  font-weight: 800;
}

.kh-healthcare-hero__actions,
.kh-healthcare-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(12px, 2vh, 18px);
}

.kh-healthcare-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(13, 158, 142, 0.22);
  border-radius: 18px;
  color: #0d7f74;
  background: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  font-weight: 800;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.kh-healthcare-button:hover,
.kh-healthcare-button:focus-visible {
  color: #0d7f74 !important;
  border-color: rgba(13, 158, 142, 0.4);
  background: rgba(236, 255, 252, 0.96);
  transform: translateY(-1px);
}

.kh-healthcare-button--solid {
  color: #ecfffc !important;
  border-color: #0d9e8e;
  background: #0d9e8e;
}

.kh-healthcare-button--solid:hover,
.kh-healthcare-button--solid:focus-visible {
  color: #ecfffc !important;
  border-color: #0a8c80;
  background: #0a8c80;
}

.kh-healthcare-button--accent {
  color: #ecfffc !important;
  border-color: #0d9e8e;
  background:
    linear-gradient(135deg, #0d9e8e, #0a7770);
  box-shadow: 0 18px 38px -24px rgba(13, 158, 142, 0.9);
}

.kh-healthcare-button--accent:hover,
.kh-healthcare-button--accent:focus-visible {
  color: #ecfffc !important;
  border-color: #086b65;
  background:
    linear-gradient(135deg, #0b8f80, #086b65);
}

.kh-healthcare-hero__signals {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 660px;
  margin-top: clamp(14px, 2.4vh, 20px);
}

.kh-healthcare-hero__signals span {
  display: block;
  min-height: 58px;
  padding: 11px 12px;
  border: 1px solid rgba(13, 158, 142, 0.14);
  border-radius: 16px;
  color: #51686d;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 44px rgba(10, 46, 50, 0.05);
  font-size: 12px;
  line-height: 1.34;
}

.kh-healthcare-hero__signals strong {
  display: block;
  margin-bottom: 3px;
  color: #0d7f74;
  font-size: 13px;
}

.kh-healthcare-flow {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(13, 158, 142, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(236, 255, 252, 0.58)),
    radial-gradient(circle at 20% 10%, rgba(13, 158, 142, 0.12), transparent 34%);
  box-shadow: 0 34px 82px rgba(10, 46, 50, 0.1);
}

.kh-healthcare-flow__split,
.kh-healthcare-card-grid,
.kh-healthcare-story-grid,
.kh-healthcare-product-grid,
.kh-healthcare-market-grid,
.kh-healthcare-audience-grid {
  display: grid;
  gap: 18px;
}

.kh-healthcare-flow__split {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.kh-healthcare-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.kh-healthcare-story-grid,
.kh-healthcare-product-grid,
.kh-healthcare-market-grid,
.kh-healthcare-audience-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kh-healthcare-flow__card,
.kh-healthcare-question-card,
.kh-healthcare-story-card,
.kh-healthcare-product-card,
.kh-healthcare-market-card,
.kh-healthcare-audience-card,
.kh-healthcare-principles {
  border: 1px solid rgba(10, 46, 50, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 24px 64px rgba(10, 46, 50, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.kh-healthcare-flow__card,
.kh-healthcare-question-card,
.kh-healthcare-story-card,
.kh-healthcare-product-card,
.kh-healthcare-market-card,
.kh-healthcare-audience-card,
.kh-healthcare-principles {
  padding: 22px;
}

.kh-healthcare-question-card {
  display: flex;
  flex-direction: column;
  min-height: 280px;
}

.kh-healthcare-flow__card {
  padding: 12px 14px;
  border-radius: 18px;
}

.kh-healthcare-story-card,
.kh-healthcare-product-card {
  min-height: 210px;
}

.kh-healthcare-story-card {
  display: flex;
  flex-direction: column;
  min-height: 270px;
}

.kh-healthcare-product-card {
  overflow: hidden;
}

.kh-healthcare-flow__card span,
.kh-healthcare-story-card span,
.kh-healthcare-product-card span {
  display: inline-block;
  margin-bottom: 5px;
  color: #0d9e8e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.kh-healthcare-flow__card h2,
.kh-healthcare-question-card h2,
.kh-healthcare-story-card h3,
.kh-healthcare-product-card h3,
.kh-healthcare-market-card h3,
.kh-healthcare-audience-card h3,
.kh-healthcare-principles h3 {
  margin: 0 0 10px;
  color: #0a2e32;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.12;
}

.kh-healthcare-flow__card h2 {
  margin-bottom: 5px;
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 1.12;
}

.kh-healthcare-flow__card p,
.kh-healthcare-question-card p,
.kh-healthcare-story-card p,
.kh-healthcare-product-card p,
.kh-healthcare-market-card p,
.kh-healthcare-audience-card p,
.kh-healthcare-audience-card div,
.kh-healthcare-principles li {
  margin: 0;
  color: #51686d;
  font-size: 15px;
  line-height: 1.7;
}

.kh-healthcare-flow__card p {
  font-size: 13px;
  line-height: 1.38;
}

.kh-healthcare-question-card p,
.kh-healthcare-market-card p,
.kh-healthcare-audience-card p,
.kh-healthcare-audience-card div,
.kh-healthcare-section__heading p,
.kh-healthcare-advisor p,
.kh-healthcare-advisor__cta p,
.kh-healthcare-faq-list .kh-faq-item p {
  text-align: justify;
  text-wrap: pretty;
}

.kh-healthcare-question-card p {
  text-align: justify;
}

.kh-healthcare-story-card p {
  text-align: justify;
}

.kh-healthcare-product-card p,
.kh-healthcare-flow__card p,
.kh-healthcare-final__inner p,
.kh-healthcare-principles li {
  text-align: left;
}

.kh-healthcare-question-card a,
.kh-healthcare-story-card a {
  display: block;
  text-align: justify;
  text-align-last: left;
}

.kh-healthcare-need-item strong {
  display: block;
  text-align: justify;
  text-align-last: left;
  text-wrap: pretty;
}

.kh-healthcare-story-card h3,
.kh-healthcare-product-card h3 {
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.08;
}

.kh-healthcare-options,
.kh-healthcare-section {
  padding: 78px 0;
}

.kh-healthcare-question-card a,
.kh-healthcare-story-card a {
  display: inline-flex;
  margin-top: 18px;
  color: #0d9e8e;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

.kh-healthcare-question-card a {
  margin-top: auto;
}

.kh-healthcare-story-card a {
  margin-top: auto;
}

.kh-healthcare-section__heading {
  max-width: 820px;
  margin-bottom: 28px;
}

.kh-healthcare-section__heading--row {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
}

.kh-healthcare-section__heading h2,
.kh-healthcare-advisor h2,
.kh-healthcare-final__inner h2 {
  margin: 16px 0 12px;
  color: #0a2e32;
  font-size: clamp(34px, 4.6vw, 58px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

.kh-healthcare-advisor,
.kh-healthcare-needs,
.kh-healthcare-audiences {
  background:
    radial-gradient(circle at 14% 18%, rgba(45, 212, 191, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(230, 245, 244, 0.72), rgba(247, 254, 252, 0.96));
}

.kh-healthcare-advisor {
  padding: 78px 0;
}

.kh-healthcare-advisor__inner,
.kh-healthcare-needs__inner,
.kh-healthcare-final__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(280px, 0.72fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
}

.kh-healthcare-advisor__cta {
  align-self: center;
  justify-self: stretch;
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(13, 158, 142, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 24px 58px rgba(10, 46, 50, 0.06);
}

.kh-healthcare-advisor__cta p {
  margin: 0;
  color: #0a2e32;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.32;
  text-align: left;
}

.kh-healthcare-advisor__cta .kh-healthcare-button {
  width: fit-content;
  min-width: 230px;
}

.kh-healthcare-needs__inner {
  align-items: start;
}

.kh-healthcare-needs .kh-healthcare-section__heading {
  position: sticky;
  top: 104px;
}

.kh-healthcare-need-list {
  display: grid;
  gap: 12px;
}

.kh-healthcare-need-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(13, 158, 142, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
}

.kh-healthcare-need-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  color: #ecfffc;
  background: #0d9e8e;
  font-size: 13px;
  font-weight: 800;
}

.kh-healthcare-need-item strong {
  color: #0a2e32;
  font-size: 16px;
  line-height: 1.35;
}

.kh-healthcare-principles {
  margin-top: 20px;
}

.kh-healthcare-principles ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kh-healthcare-principles li {
  padding: 14px;
  border-radius: 16px;
  background: rgba(13, 158, 142, 0.07);
  font-weight: 700;
}

.kh-healthcare-faq-list {
  display: grid;
  gap: 14px;
}

.kh-healthcare-faq-list .kh-faq-item p {
  max-width: none;
  width: 100%;
}

.kh-healthcare-audience-card {
  display: grid;
  gap: 14px;
}

.kh-healthcare-audience-card:nth-child(3) {
  grid-column: 1 / -1;
}

.kh-healthcare-audience-card strong {
  display: inline-flex;
  width: fit-content;
  padding: 9px 12px;
  border-radius: 999px;
  color: #0d7f74;
  background: rgba(13, 158, 142, 0.08);
  font-size: 13px;
  font-weight: 800;
}

.kh-healthcare-final {
  padding: 78px 0;
}

.kh-healthcare-final__inner {
  padding: clamp(28px, 4vw, 44px);
  border-radius: 32px;
  background:
    radial-gradient(circle at 16% 18%, rgba(45, 212, 191, 0.24), transparent 28%),
    linear-gradient(135deg, #0a3035, #0f4e55 58%, #14707a);
  box-shadow: 0 28px 70px rgba(9, 37, 40, 0.18);
}

.kh-healthcare-final__actions {
  align-self: center;
  justify-self: center;
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  width: min(100%, 350px);
  gap: 14px;
  margin-top: 0;
}

.kh-healthcare-final__actions .kh-healthcare-button {
  min-width: 0;
  width: 100%;
}

.kh-healthcare-final__inner span {
  color: rgba(236, 255, 252, 0.82);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(236, 255, 252, 0.16);
}

.kh-healthcare-final__inner h2 {
  color: #f3fffd !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.18);
}

.kh-healthcare-final__inner p {
  color: rgba(243, 255, 253, 0.9) !important;
  font-weight: 700;
}

.kh-healthcare-final__inner .kh-healthcare-button {
  color: #ecfffc !important;
  border-color: rgba(236, 255, 252, 0.34);
  background: rgba(255, 255, 255, 0.1);
}

.kh-healthcare-final__inner .kh-healthcare-button--solid {
  border-color: #0d9e8e;
  background: #0d9e8e;
}

@media (max-width: 1100px) {
  .kh-healthcare-hero__inner,
  .kh-healthcare-advisor__inner,
  .kh-healthcare-needs__inner,
  .kh-healthcare-final__inner {
    grid-template-columns: 1fr;
  }

  .kh-healthcare-needs .kh-healthcare-section__heading {
    position: static;
  }

  .kh-healthcare-hero__signals {
    grid-template-columns: 1fr;
  }

  .kh-healthcare-card-grid,
  .kh-healthcare-principles ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .kh-healthcare-shell {
    padding-top: 74px;
  }

  .kh-healthcare-hero {
    padding: 38px 0 42px;
  }

  .kh-healthcare-hero::before {
    inset: 12px;
    border-radius: 24px;
  }

  .kh-healthcare-hero__copy h1 {
    font-size: 42px;
  }

  .kh-healthcare-hero__copy p,
  .kh-healthcare-section__heading p,
  .kh-healthcare-advisor p,
  .kh-healthcare-final__inner p {
    font-size: 16px;
  }

  .kh-healthcare-flow__split,
  .kh-healthcare-card-grid,
  .kh-healthcare-story-grid,
  .kh-healthcare-product-grid,
  .kh-healthcare-market-grid,
  .kh-healthcare-audience-grid,
  .kh-healthcare-principles ul {
    grid-template-columns: 1fr;
  }

  .kh-healthcare-audience-card:nth-child(3) {
    grid-column: auto;
  }

  .kh-healthcare-section__heading--row {
    display: block;
  }

  .kh-healthcare-button {
    width: 100%;
  }
}
.kh-founder-logo {
  width: 125px !important;
  height: 125px !important;
  display: block;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  object-fit: contain;
  mix-blend-mode: multiply;
}
@media (max-width: 575px) {
  .kh-founder-logo {
    width: 114px !important;
    height: 114px !important;
  }
}
.kh-clinical-scribe-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(13, 158, 142, 0.18) !important;
  background: linear-gradient(
    135deg,
    rgba(199, 239, 234, 0.96) 0%,
    rgba(236, 255, 252, 0.96) 46%,
    rgba(214, 245, 241, 0.98) 100%
  ) !important;
  box-shadow: 0 28px 80px -54px rgba(10, 111, 103, 0.62);
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease,
    background 280ms ease;
}
.kh-clinical-scribe-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 14% 14%,
      rgba(13, 158, 142, 0.13),
      transparent 26%
    ),
    linear-gradient(120deg, rgba(255, 255, 255, 0.34), transparent 42%);
  opacity: 0.9;
  transition:
    opacity 280ms ease,
    background 280ms ease;
}
.kh-clinical-scribe-card > * {
  position: relative;
  z-index: 1;
}
.kh-clinical-scribe-card .kh-live-label {
  color: #0a6f67;
  letter-spacing: 0.02em;
}
.kh-clinical-scribe-card .kh-title-accent {
  color: #0d9e8e;
}
.kh-clinical-scribe-card h3 {
  font-size: clamp(54px, 6.2vw, 72px) !important;
  line-height: 1.25;
  letter-spacing: 0;
}
.kh-clinical-scribe-card:hover {
  border-color: rgba(13, 158, 142, 0.38) !important;
  background: linear-gradient(
    135deg,
    rgba(183, 236, 230, 0.98) 0%,
    rgba(230, 245, 244, 0.98) 44%,
    rgba(203, 243, 238, 1) 100%
  ) !important;
  box-shadow: 0 32px 90px -50px rgba(10, 111, 103, 0.72);
}
.kh-clinical-scribe-card:hover::before {
  opacity: 1;
}
.kh-clinical-scribe-card .kh-feature-tile {
  border: 1px solid rgba(13, 158, 142, 0.1);
  background: rgba(221, 247, 244, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
  min-height: clamp(110px, 8vw, 132px);
  padding: clamp(22px, 2.2vw, 30px) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kh-clinical-scribe-card .kh-feature-tile p:first-child {
  color: #0a9b8b;
  font-size: clamp(16px, 1.15vw, 18px) !important;
  line-height: 1.2;
  margin-bottom: 12px !important;
}
.kh-clinical-scribe-card .kh-feature-tile p:last-child {
  color: #123033;
  font-size: clamp(15px, 1vw, 16px) !important;
  line-height: 1.45;
}
.kh-clinical-scribe-card {
  justify-content: space-between;
}
.kh-clinical-scribe-card .kh-clinical-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}
.kh-clinical-scribe-card .kh-clinical-copy {
  max-width: 650px;
}
.kh-clinical-scribe-card .kh-status-pill {
  position: static;
  align-self: start;
  margin-top: 2px;
}
.kh-clinical-scribe-card .kh-clinical-features {
  margin-top: clamp(52px, 8vw, 112px);
  gap: clamp(18px, 2vw, 26px) !important;
}
.kh-poc-side-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kh-poc-side-card .kh-status-pill + p {
  margin-top: 16px;
}
.kh-poc-side-card p:last-child {
  max-width: 28rem;
}
.kh-status-pill {
  position: absolute;
  top: 28px;
  right: 28px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 15px;
  border-radius: 999px;
  border: 1px solid rgba(10, 111, 103, 0.22);
  background: rgba(221, 247, 244, 0.88);
  color: #0a6f67;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.68),
    0 14px 28px -24px rgba(10, 111, 103, 0.58);
}
.kh-status-pill::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #0d9e8e;
  box-shadow: 0 0 0 4px rgba(13, 158, 142, 0.12);
}
.kh-status-pill.kh-status-pill--plain::before {
  display: none;
}
@media (max-width: 575px) {
  .kh-status-pill {
    position: static;
    align-self: flex-start;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .kh-clinical-scribe-card h3 {
    font-size: clamp(42px, 12vw, 54px) !important;
  }
  .kh-clinical-scribe-card .kh-clinical-content {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .kh-clinical-scribe-card .kh-clinical-features {
    margin-top: 32px;
  }
  .kh-clinical-scribe-card .kh-feature-tile {
    min-height: 104px;
    padding: 20px !important;
  }
}
@media (max-width: 575px) {
  .kh-clinical-scribe-card {
    min-height: 0 !important;
    padding: 20px !important;
    border-radius: 20px !important;
  }
  .kh-clinical-scribe-card .kh-clinical-content {
    gap: 12px;
  }
  .kh-clinical-scribe-card .kh-live-label {
    margin-bottom: 6px !important;
  }
  .kh-clinical-scribe-card h3 {
    margin-bottom: 12px !important;
    font-size: clamp(36px, 11vw, 44px) !important;
    line-height: 1.08;
  }
  .kh-clinical-scribe-card .kh-clinical-copy > p:last-child {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }
  .kh-clinical-scribe-card .kh-status-pill {
    justify-self: start;
    margin: 0;
    padding: 6px 12px;
    font-size: 12px;
  }
  .kh-clinical-scribe-card .kh-status-pill::before {
    width: 7px;
    height: 7px;
  }
  .kh-clinical-scribe-card .kh-clinical-features {
    grid-template-columns: 1fr;
    gap: 8px !important;
    margin-top: 20px;
  }
  .kh-clinical-scribe-card .kh-feature-tile {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(92px, 0.8fr) minmax(0, 1.35fr);
    align-items: center;
    gap: 12px;
    padding: 12px 14px !important;
    border-radius: 14px !important;
  }
  .kh-clinical-scribe-card .kh-feature-tile p:first-child {
    margin: 0 !important;
    font-size: 11px !important;
    line-height: 1.25;
  }
  .kh-clinical-scribe-card .kh-feature-tile p:last-child {
    font-size: 12px !important;
    line-height: 1.35;
  }
}
@media (max-width: 767px) {
  .glass-nav {
    --kh-nav-height: 3.3rem;
    --kh-logo-scale: 1;
  }
  .glass-nav.is-scrolled {
    --kh-nav-height: 3.3rem;
    --kh-logo-scale: 1.02;
  }
  .glass-nav > div {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .kh-brand-link .kh-logo-mark {
    width: 2.3rem;
    height: 2.3rem;
  }
  .kh-brand-wordmark {
    max-width: 7rem;
  }
}

#contact {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 16% 0%,
      rgba(45, 212, 191, 0.28),
      transparent 30%
    ),
    radial-gradient(
      circle at 86% 26%,
      rgba(221, 247, 244, 0.92),
      transparent 34%
    ),
    linear-gradient(180deg, #f7fefc 0%, #e6f5f4 23%, #ddf4f1 100%) !important;
}
#contact::before,
#contact::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -2;
}
#contact::before {
  inset: -14% -8% 35%;
  background:
    radial-gradient(
      circle at 18% 38%,
      rgba(45, 212, 191, 0.28),
      transparent 28%
    ),
    radial-gradient(
      circle at 70% 16%,
      rgba(13, 158, 142, 0.18),
      transparent 26%
    ),
    linear-gradient(
      115deg,
      rgba(255, 255, 255, 0.76),
      rgba(221, 247, 244, 0.18)
    );
  filter: blur(30px);
  opacity: 0.88;
  animation: khFooterGlow 16s ease-in-out infinite alternate;
  transform: translate3d(0, 0, 0);
}
#contact::after {
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      180deg,
      rgba(247, 254, 252, 0.92) 0%,
      rgba(230, 245, 244, 0.34) 28%,
      rgba(230, 245, 244, 0.92) 100%
    ),
    radial-gradient(
      circle at 50% 18%,
      rgba(255, 255, 255, 0.75),
      transparent 48%
    );
}
#contact > .max-w-\[1440px\] {
  position: relative;
  z-index: 1;
}
#contact .kasthunt-footer-atmosphere {
  position: absolute;
  inset: -11rem 0 auto;
  height: clamp(300px, 38vw, 540px);
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(230, 245, 244, 0.04),
      rgba(255, 255, 255, 0.42) 52%,
      rgba(230, 245, 244, 0.78)
    ),
    linear-gradient(
      180deg,
      rgba(230, 245, 244, 0.78),
      rgba(230, 245, 244, 0) 36%,
      rgba(230, 245, 244, 0.92)
    ),
    var(--kh-footer-wave-image) left center / 118% auto no-repeat;
  background-blend-mode: screen, normal, normal;
  filter: saturate(1.16) contrast(1.4);
  opacity: 0.62;
  transform: translate3d(0, 0, 0) scale(1.02);
  animation: khFooterDrift 28s ease-in-out infinite alternate;
  -webkit-mask-image:
    linear-gradient(
      180deg,
      transparent 0%,
      #000 16%,
      #000 58%,
      transparent 100%
    ),
    linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(
      180deg,
      transparent 0%,
      #000 16%,
      #000 58%,
      transparent 100%
    ),
    linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
  mask-composite: intersect;
}
#contact .kasthunt-footer-atmosphere::before,
#contact .kasthunt-footer-atmosphere::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
#contact .kasthunt-footer-atmosphere::before {
  background: radial-gradient(
    circle at 22% 48%,
    rgba(45, 212, 191, 0.28),
    transparent 24%
  );
  filter: blur(18px);
  mix-blend-mode: screen;
  animation: khFooterLight 13s ease-in-out infinite alternate;
}
#contact .kasthunt-footer-atmosphere::after {
  background:
    linear-gradient(
      180deg,
      rgba(230, 245, 244, 0.08),
      rgba(230, 245, 244, 0.64)
    ),
    radial-gradient(
      circle at 82% 22%,
      rgba(255, 255, 255, 0.48),
      transparent 28%
    );
}
#contact a:not(.btn-premium):not(.kasthunt-back-to-top),
#contact a:not(.btn-premium):not(.kasthunt-back-to-top):hover {
  color: #0d9e8e !important;
}
.kh-discovery-cta:hover {
  color: #ddf7f4 !important;
  background-color: #0d9e8e !important;
}
#contact .kasthunt-footer-card h3,
#contact .kasthunt-footer-card p {
  color: #0d9e8e !important;
}
#contact .kasthunt-footer-card input {
  color: #0a2e32 !important;
}
#contact .kasthunt-footer-card input::placeholder {
  color: rgba(10, 46, 50, 0.55) !important;
}
#contact .kasthunt-footer-card button {
  background: #0d9e8e !important;
  color: #ffffff !important;
}
#contact .kasthunt-footer-card button:hover {
  background: #1a6b72 !important;
}
#contact .flex.gap-4.flex-wrap a:hover,
#contact .flex.gap-4.flex-wrap a:focus-visible {
  color: #ecfffc !important;
  background: linear-gradient(135deg, #0a6f67, #0d9e8e 62%, #2dd4bf) !important;
  border-color: rgba(45, 212, 191, 0.9) !important;
  box-shadow: 0 16px 38px -22px rgba(10, 111, 103, 0.72);
  transform: translate3d(0, -2px, 0);
}
.kasthunt-back-to-top:hover,
.kasthunt-back-to-top:focus-visible {
  color: #ecfffc !important;
  background: #0d9e8e !important;
  border-color: rgba(221, 247, 244, 0.9) !important;
  box-shadow: 0 18px 48px -22px rgba(13, 158, 142, 0.76) !important;
}
#contact .kasthunt-footer-card {
  background: rgba(230, 245, 244, 0.68) !important;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 90px -48px rgba(10, 46, 50, 0.58);
  backdrop-filter: blur(18px);
}
#contact .border-gray-800 {
  border-color: rgba(10, 46, 50, 0.62) !important;
}
@keyframes khFooterDrift {
  0% {
    transform: translate3d(-1.5%, -1%, 0) scale(1.03);
    background-position: left center;
  }
  100% {
    transform: translate3d(1.5%, 1.5%, 0) scale(1.08);
    background-position: 8% center;
  }
}
@keyframes khFooterGlow {
  0% {
    opacity: 0.68;
    transform: translate3d(-2%, -1%, 0) scale(1);
  }
  100% {
    opacity: 0.95;
    transform: translate3d(2%, 1%, 0) scale(1.04);
  }
}
@keyframes khFooterLight {
  0% {
    opacity: 0.28;
    transform: translate3d(-4%, 0, 0);
  }
  100% {
    opacity: 0.72;
    transform: translate3d(8%, -4%, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  #contact::before,
  #contact .kasthunt-footer-atmosphere,
  #contact .kasthunt-footer-atmosphere::before {
    animation: none;
  }
}

/* Stable navbar override: keep layout dimensions fixed while scroll state changes. */
.glass-nav {
  --kh-nav-height: 4rem !important;
  --kh-logo-scale: 1 !important;
  --kh-brand-gap: 0.5rem !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  transform: none !important;
  border-radius: 0 !important;
  transition: none !important;
  will-change: auto !important;
}
.glass-nav.is-scrolled {
  --kh-nav-height: 4rem !important;
  --kh-logo-scale: 1 !important;
  --kh-brand-gap: 0.5rem !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  transform: none !important;
  border-radius: 0 !important;
  background: rgba(248, 248, 246, 0.7) !important;
  border-color: rgba(13, 158, 142, 0.12) !important;
  box-shadow: none !important;
}
.glass-nav > div {
  height: var(--kh-nav-height) !important;
  transition: none !important;
  will-change: auto !important;
}
.kh-brand-link {
  gap: var(--kh-brand-gap) !important;
  min-width: auto !important;
  transition: color 180ms ease !important;
}
.kh-brand-link .kh-logo-mark {
  width: 2.5rem !important;
  height: 2.5rem !important;
  transform: none !important;
  transition: none !important;
  will-change: auto !important;
}
.kh-brand-wordmark,
.glass-nav.is-scrolled .kh-brand-wordmark {
  max-width: none !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
  transition: color 180ms ease !important;
  will-change: auto !important;
}
@media (max-width: 767px) {
  .glass-nav,
  .glass-nav.is-scrolled {
    --kh-nav-height: 3.75rem !important;
  }
  .kh-brand-link .kh-logo-mark {
    width: 2.25rem !important;
    height: 2.25rem !important;
  }
}

/* Compiled utilities used by the shared templates. */
*,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
} /*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com*/
*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}
:after,
:before {
  --tw-content: "";
}
:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    Liberation Mono,
    Courier New,
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
}
fieldset,
legend {
  padding: 0;
}
menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
[role="button"],
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-6 {
  bottom: 1.5rem;
}
.right-6 {
  right: 1.5rem;
}
.top-0 {
  top: 0;
}
.isolate {
  isolation: isolate;
}
.z-50 {
  z-index: 50;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-24 {
  height: 6rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.min-h-\[168px\] {
  min-height: 168px;
}
.min-h-\[320px\] {
  min-height: 320px;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-24 {
  width: 6rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-t-\[4rem\] {
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-white\/40 {
  border-color: hsla(0, 0%, 100%, 0.4);
}
.bg-\[\#1A6B72\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 107 114 / var(--tw-bg-opacity, 1));
}
.bg-\[\#DDF7F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 247 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E6F5F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E6F5F4\]\/60 {
  background-color: rgba(230, 245, 244, 0.6);
}
.bg-\[\#e6f5f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 244 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[0\.95\] {
  line-height: 0.95;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#0A2E32\] {
  --tw-text-opacity: 1;
  color: rgb(10 46 50 / var(--tw-text-opacity, 1));
}
.text-\[\#0D9E8E\] {
  --tw-text-opacity: 1;
  color: rgb(13 158 142 / var(--tw-text-opacity, 1));
}
.text-\[\#14B8A6\] {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
}
.shadow-2xl,
.shadow-xl {
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored:
    0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
}
.shadow-\[\#B7ECE6\] {
  --tw-shadow-color: #b7ece6;
  --tw-shadow: var(--tw-shadow-colored);
}
.blur {
  --tw-blur: blur(8px);
}
.blur,
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}
.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    -webkit-backdrop-filter;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter,
    -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-colors {
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.duration-500 {
  transition-duration: 0.5s;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hover\:border-\[\#2DD4BF\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}
.hover\:border-\[\#B7ECE6\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(183 236 230 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#0D9E8E\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 158 142 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#E6F5F4\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 244 / var(--tw-bg-opacity, 1));
}
.hover\:text-\[\#0A6F67\]:hover {
  --tw-text-opacity: 1;
  color: rgb(10 111 103 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#0A9B8B\]:hover {
  --tw-text-opacity: 1;
  color: rgb(10 155 139 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#DDF7F4\]:hover {
  --tw-text-opacity: 1;
  color: rgb(221 247 244 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#ECFFFC\]:hover {
  --tw-text-opacity: 1;
  color: rgb(236 255 252 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 640px) {
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:inline-flex {
    display: inline-flex;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:p-10 {
    padding: 2.5rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[0\.92fr_1\.08fr\] {
    grid-template-columns: 0.92fr 1.08fr;
  }
  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:gap-14 {
    gap: 3.5rem;
  }
}

/* KastHunt CookieYes integration */
.cky-consent-container,
.cky-btn-revisit-wrapper {
  --kh-cookie-ink: #0b3034;
  --kh-cookie-copy: #536168;
  --kh-cookie-teal: #117d82;
  --kh-cookie-teal-hover: #0b696e;
  --kh-cookie-mint: #eaf7f5;
  --kh-cookie-line: #dce9e7;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif !important;
}

.cky-consent-container {
  left: 50% !important;
  right: auto !important;
  bottom: 18px !important;
  width: min(1180px, calc(100% - 32px)) !important;
  transform: translateX(-50%) !important;
  color: var(--kh-cookie-ink) !important;
}

.cky-consent-container .cky-consent-bar {
  padding: 20px 22px !important;
  border: 1px solid var(--kh-cookie-line) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 22px 60px -34px rgba(11, 48, 52, 0.5) !important;
}

.cky-consent-container .cky-title,
.cky-consent-container .cky-preference-title,
.cky-consent-container .cky-accordion-header-des {
  color: var(--kh-cookie-ink) !important;
}

.cky-consent-container .cky-title {
  margin-bottom: 8px !important;
  font-size: 18px !important;
  font-weight: 750 !important;
  letter-spacing: 0 !important;
}

.cky-consent-container .cky-notice-des,
.cky-consent-container .cky-preference-content-wrapper,
.cky-consent-container .cky-accordion-body,
.cky-consent-container .cky-accordion-header-des {
  color: var(--kh-cookie-copy) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.cky-consent-container .cky-btn {
  min-height: 42px !important;
  padding: 9px 18px !important;
  border-radius: 999px !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  letter-spacing: 0 !important;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease !important;
}

.cky-consent-container .cky-btn-accept {
  border-color: var(--kh-cookie-teal) !important;
  background: var(--kh-cookie-teal) !important;
  color: #ffffff !important;
}

.cky-consent-container .cky-btn-accept:hover {
  border-color: var(--kh-cookie-teal-hover) !important;
  background: var(--kh-cookie-teal-hover) !important;
}

.cky-consent-container .cky-btn-reject,
.cky-consent-container .cky-btn-customize,
.cky-consent-container .cky-btn-preferences {
  border-color: #bad8d4 !important;
  background: #ffffff !important;
  color: var(--kh-cookie-teal) !important;
}

.cky-consent-container .cky-btn-reject:hover,
.cky-consent-container .cky-btn-customize:hover,
.cky-consent-container .cky-btn-preferences:hover {
  border-color: var(--kh-cookie-teal) !important;
  background: var(--kh-cookie-mint) !important;
}

.cky-consent-container .cky-preference-wrapper {
  border-top: 1px solid var(--kh-cookie-line) !important;
  background: #ffffff !important;
}

.cky-consent-container .cky-preference {
  max-height: min(54vh, 520px) !important;
}

.cky-consent-container .cky-preference-header,
.cky-consent-container .cky-preference-body-wrapper,
.cky-consent-container .cky-preference-center {
  background: #ffffff !important;
}

.cky-consent-container .cky-preference-title {
  font-size: 18px !important;
  font-weight: 750 !important;
}

.cky-consent-container .cky-accordion-wrapper {
  padding: 0 24px !important;
}

.cky-consent-container .cky-accordion {
  border-bottom: 1px solid #e7efee !important;
}

.cky-consent-container .cky-accordion-header-wrapper {
  min-width: 0 !important;
}

.cky-consent-container .cky-accordion-header {
  gap: 16px !important;
}

.cky-consent-container .cky-accordion-btn {
  color: var(--kh-cookie-ink) !important;
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 750 !important;
}

.cky-consent-container .cky-always-active {
  color: var(--kh-cookie-teal) !important;
  font-size: 13px !important;
  font-weight: 750 !important;
}

.cky-consent-container .cky-switch {
  display: flex !important;
  flex: 0 0 44px !important;
  align-items: center !important;
  justify-content: flex-end !important;
  margin-left: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.cky-consent-container .cky-switch input[type="checkbox"] {
  display: block !important;
  width: 44px !important;
  height: 24px !important;
  margin: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  accent-color: var(--kh-cookie-teal) !important;
  cursor: pointer !important;
}

.cky-consent-container #ckyDetailCategorynecessary .cky-switch {
  display: none !important;
}

.cky-consent-container .cky-audit-table:has(.cky-empty-cookies-text) {
  display: none !important;
}

.cky-btn-revisit-wrapper {
  background: var(--kh-cookie-teal) !important;
  box-shadow: 0 10px 26px -12px rgba(11, 48, 52, 0.55) !important;
}

@media (max-width: 768px) {
  .cky-consent-container {
    bottom: 10px !important;
    width: calc(100% - 20px) !important;
  }

  .cky-consent-container .cky-consent-bar {
    padding: 18px !important;
  }

  .cky-consent-container .cky-notice-btn-wrapper {
    gap: 8px !important;
  }

  .cky-consent-container .cky-btn {
    width: 100% !important;
  }

  .cky-consent-container .cky-accordion-wrapper {
    padding: 0 16px !important;
  }
}

/* KastHunt Insights page */
body.kh-insights-template {
  --kh-ink: #102f33;
  --kh-copy: #536168;
  --kh-soft: #edf9f7;
  --kh-mint: #dff5f2;
  --kh-teal: #0c9d8d;
  --kh-deep: #087b72;
  --kh-line: #dce8e6;
  --kh-dark: #09282c;
  --kh-white: #fff;
  margin: 0;
  color: var(--kh-ink);
  background: #fff;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
body.kh-insights-template *,
body.kh-insights-template *::before,
body.kh-insights-template *::after {
  box-sizing: border-box;
}
body.admin-bar .kh-insights-nav {
  top: 32px;
}
body.kh-insights-template a {
  color: inherit;
}
body.kh-insights-template img {
  max-width: 100%;
}
.kh-insights-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}
.kh-insights-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--kh-line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
}
.kh-insights-nav__inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.kh-insights-brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--kh-ink);
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
}
.kh-insights-brand::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  height: 2px;
  background: var(--kh-teal);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.22s ease;
}
.kh-insights-brand:hover::after,
.kh-insights-brand:focus-visible::after {
  transform: scaleX(1);
}
.kh-insights-brand img {
  width: 31px;
  height: 31px;
  object-fit: contain;
}
.kh-insights-brand span,
.kh-insights-brand:hover span,
.kh-insights-brand:focus-visible span {
  color: var(--kh-ink);
}
.kh-insights-brand b {
  color: var(--kh-teal);
}
.kh-insights-brand:hover b,
.kh-insights-brand:focus-visible b {
  color: var(--kh-teal);
}
.kh-insights-nav__actions {
  display: flex;
  align-items: center;
  gap: 26px;
}
.kh-insights-nav__actions > a {
  position: relative;
  color: var(--kh-copy);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
.kh-insights-nav__actions > a:not(.kh-insights-talk)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -26px;
  height: 2px;
  background: var(--kh-teal);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.22s ease;
}
.kh-insights-nav__actions > a:not(.kh-insights-talk):hover,
.kh-insights-nav__actions > a:not(.kh-insights-talk):focus-visible {
  color: var(--kh-ink);
}
.kh-insights-nav__actions > a:not(.kh-insights-talk):hover::after,
.kh-insights-nav__actions > a:not(.kh-insights-talk):focus-visible::after {
  transform: scaleX(1);
}
.kh-insights-talk {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff !important;
  background: var(--kh-deep);
  -webkit-text-fill-color: #fff !important;
}
.kh-insights-nav .kh-insights-talk,
.kh-insights-nav .kh-insights-talk:visited,
.kh-insights-nav .kh-insights-talk:hover,
.kh-insights-nav .kh-insights-talk:focus,
.kh-insights-nav .kh-insights-talk:focus-visible,
header .kh-insights-talk:hover,
header .kh-insights-talk:focus-visible {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
.kh-insights-talk span {
  font-size: 19px;
  line-height: 1;
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
}
.kh-insights-hero {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--kh-line);
  background:
    radial-gradient(
      circle at 50% 28%,
      rgba(255, 255, 255, 0.9),
      transparent 24rem
    ),
    linear-gradient(125deg, #f9fdfc 0%, #e6f7f4 52%, #f7fcfb 100%);
  text-align: center;
}
.kh-insights-hero__content {
  position: relative;
  z-index: 2;
  padding: 72px 0 78px;
}
.kh-insights-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 0 17px;
  border: 1px solid rgba(16, 47, 51, 0.1);
  border-radius: 999px;
  color: #5c666c;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 24px rgba(16, 47, 51, 0.06);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.kh-insights-hero h1 {
  margin: 25px 0 20px;
  font-size: clamp(47px, 7vw, 82px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
}
.kh-insights-hero h1 em {
  display: block;
  margin-top: 9px;
  color: var(--kh-teal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.72em;
  font-weight: 400;
}
.kh-insights-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--kh-copy);
  font-size: 19px;
  line-height: 1.65;
}
.kh-hero-mark {
  position: absolute;
  width: 28px;
  height: 28px;
  opacity: 0.34;
  color: var(--kh-teal);
}
.kh-hero-mark::before,
.kh-hero-mark::after {
  content: "";
  position: absolute;
  background: currentColor;
}
.kh-hero-mark::before {
  width: 2px;
  height: 100%;
  left: 13px;
  top: 0;
}
.kh-hero-mark::after {
  width: 100%;
  height: 2px;
  left: 0;
  top: 13px;
}
.kh-hero-mark--a {
  left: 7%;
  top: 25%;
  transform: rotate(45deg);
}
.kh-hero-mark--b {
  right: 8%;
  top: 30%;
}
.kh-hero-mark--c {
  left: 14%;
  bottom: 14%;
}
.kh-hero-mark--d {
  right: 14%;
  bottom: 16%;
  transform: rotate(45deg);
}
.kh-insights-tools {
  border-bottom: 1px solid var(--kh-line);
  background: #fff;
}
.kh-insights-tools__inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.kh-insights-categories {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  scrollbar-width: thin;
  padding: 10px 0;
}
.kh-insights-chip {
  flex: 0 0 auto;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 17px;
  border: 1px solid var(--kh-line);
  border-radius: 999px;
  color: #263d41;
  background: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition:
    background 160ms ease,
    color 160ms ease,
    border-color 160ms ease;
}
.kh-insights-chip:hover,
.kh-insights-chip.is-active {
  color: #fff;
  border-color: var(--kh-deep);
  background: var(--kh-deep);
}
.kh-insights-search {
  position: relative;
  flex: 0 0 250px;
}
.kh-insights-search input {
  width: 100%;
  height: 42px;
  border: 1px solid var(--kh-line);
  border-radius: 999px;
  outline: 0;
  padding: 0 44px 0 17px;
  color: var(--kh-ink);
  background: #fbfdfd;
  font: inherit;
  font-size: 13px;
}
.kh-insights-search button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--kh-deep);
  cursor: pointer;
  font-size: 17px;
}
.kh-insights-section {
  padding: 76px 0;
}
.kh-insights-section--tint {
  background: #f7fbfa;
}
.kh-insights-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}
.kh-insights-heading h2 {
  margin: 0 0 7px;
  font-size: clamp(30px, 4vw, 45px);
  line-height: 1.05;
  font-weight: 600;
}
.kh-insights-heading p {
  margin: 0;
  color: var(--kh-copy);
  line-height: 1.6;
}
.kh-insights-heading a {
  color: var(--kh-deep);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}
.kh-featured-grid {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 24px;
}
.kh-featured-card,
.kh-insight-card {
  overflow: hidden;
  border: 1px solid var(--kh-line);
  border-radius: 8px;
  color: inherit;
  background: #fff;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}
.kh-featured-card:hover,
.kh-insight-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px -38px rgba(9, 40, 44, 0.55);
}
.kh-featured-card__media {
  aspect-ratio: 16 / 8.7;
  overflow: hidden;
  background: var(--kh-soft);
}
.kh-featured-card--side .kh-featured-card__media {
  aspect-ratio: 16 / 10.6;
}
.kh-featured-card__media img,
.kh-insight-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.kh-insights-placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  background:
    radial-gradient(
      circle at 28% 30%,
      rgba(12, 157, 141, 0.23),
      transparent 18%
    ),
    linear-gradient(135deg, #dff5f2, #f8fcfb 58%, #ccece7);
}
.kh-insights-placeholder span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(8, 123, 114, 0.28);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.kh-insights-placeholder i::before,
.kh-insights-placeholder i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(8, 123, 114, 0.55);
  transform: translate(-50%, -50%);
}
.kh-insights-placeholder i::before {
  width: 44px;
  height: 2px;
}
.kh-insights-placeholder i::after {
  width: 2px;
  height: 44px;
}
.kh-featured-card__body {
  padding: 26px;
}
.kh-featured-card--side .kh-featured-card__body {
  padding: 22px;
}
.kh-insight-label {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--kh-deep);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.kh-featured-card h3,
.kh-insight-card h3 {
  margin: 0;
  letter-spacing: 0;
  font-weight: 650;
}
.kh-featured-card h3 {
  font-size: clamp(23px, 3vw, 34px);
  line-height: 1.16;
}
.kh-featured-card--side h3 {
  font-size: 23px;
}
.kh-featured-card p,
.kh-insight-card p {
  color: var(--kh-copy);
  line-height: 1.62;
}
.kh-featured-card p {
  margin: 14px 0 19px;
}
.kh-insight-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #718086;
  font-size: 12px;
  font-weight: 650;
}
.kh-insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.kh-insight-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--kh-soft);
}
.kh-insight-card__body {
  padding: 22px;
}
.kh-insight-card h3 {
  font-size: 22px;
  line-height: 1.22;
}
.kh-insight-card p {
  margin: 12px 0 17px;
  font-size: 14px;
}
.kh-insights-pagination {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 38px;
}
.kh-insights-pagination .page-numbers {
  min-width: 39px;
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--kh-line);
  border-radius: 50%;
  color: var(--kh-copy);
  background: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}
.kh-insights-pagination .current {
  color: #fff;
  border-color: var(--kh-deep);
  background: var(--kh-deep);
}
.kh-topic-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.kh-topic-row a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 17px;
  border: 1px solid var(--kh-line);
  border-radius: 999px;
  color: var(--kh-copy);
  background: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}
.kh-insights-empty {
  border: 1px solid var(--kh-line);
  border-radius: 8px;
  padding: 30px;
  color: var(--kh-copy);
  background: #fff;
}
.kh-insights-cta {
  color: #fff;
  background: var(--kh-dark);
  padding: 58px 0;
}
.kh-insights-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
.kh-insights-cta h2 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(29px, 4vw, 46px);
  line-height: 1.08;
}
.kh-insights-cta__links {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.kh-insights-cta__links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 19px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}
.kh-insights-cta__links a:first-child {
  color: var(--kh-dark);
  border-color: #fff;
  background: #fff;
}
.kh-insights-footer {
  position: relative;
  overflow: hidden;
  color: rgba(236, 255, 252, 0.72);
  background:
    radial-gradient(circle at 18% 0%, rgba(45, 212, 191, 0.2), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(13, 158, 142, 0.16), transparent 30%),
    linear-gradient(145deg, #052225 0%, #061517 52%, #031012 100%);
  padding: 76px 0 34px;
  border-top: 1px solid rgba(45, 212, 191, 0.16);
}
.kh-insights-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 78%);
  opacity: 0.55;
}
.kh-insights-footer .kh-insights-shell {
  position: relative;
  z-index: 1;
}
.kh-insights-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(180px, 0.7fr) minmax(180px, 0.7fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: start;
}
.kh-insights-footer h3,
.kh-insights-footer h4 {
  margin: 0 0 18px;
  color: #ecfffc !important;
  letter-spacing: 0 !important;
}
.kh-insights-footer h3 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  line-height: 1;
}
.kh-insights-footer h3::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #2dd4bf;
  box-shadow: 0 0 0 8px rgba(45, 212, 191, 0.12), 0 0 34px rgba(45, 212, 191, 0.42);
}
.kh-insights-footer h4 {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(236, 255, 252, 0.9) !important;
  letter-spacing: 0.12em !important;
}
.kh-insights-footer p {
  max-width: 520px;
  margin: 0;
  color: rgba(236, 255, 252, 0.66);
  font-size: 15px;
  line-height: 1.75;
}
.kh-insights-footer a {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 28px;
  margin: 0 0 9px;
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.25;
  transition: color 180ms ease, transform 180ms ease;
}
.kh-insights-footer a::after {
  content: "\2192";
  color: #2dd4bf;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 180ms ease, transform 180ms ease;
}
.kh-insights-footer a:hover,
.kh-insights-footer a:focus-visible {
  color: #ecfffc;
  transform: translateX(3px);
}
.kh-insights-footer a:hover::after,
.kh-insights-footer a:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}
.kh-insights-footer__bottom {
  margin-top: 58px;
  padding: 20px 22px;
  border: 1px solid rgba(236, 255, 252, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 12px;
}
.kh-insights-footer__legal {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.kh-insights-footer__legal a {
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(236, 255, 252, 0.12);
  border-radius: 999px;
  margin: 0;
  background: rgba(255, 255, 255, 0.03);
}
.kh-insights-footer__legal a::after {
  content: none;
}
.kh-insights-footer__legal a:hover,
.kh-insights-footer__legal a:focus-visible {
  color: #052225;
  background: #ecfffc;
  border-color: #ecfffc;
  transform: translateY(-1px);
}
.kh-footer-light {
  --kh-footer-ink: #0a2e32;
  --kh-footer-teal: #0d9e8e;
  --kh-footer-line: rgba(10, 46, 50, 0.45);
  overflow: hidden;
  color: var(--kh-footer-ink);
  background:
    radial-gradient(circle at 0% 10%, rgba(183, 236, 230, 0.72), transparent 28%),
    radial-gradient(circle at 72% 20%, rgba(183, 236, 230, 0.34), transparent 30%),
    linear-gradient(180deg, #f8fdfc 0%, #e6f5f4 100%);
  padding: clamp(44px, 6vw, 76px) 0 30px;
  border-top: 0;
}
.kh-footer-light::before {
  content: none;
}
.kh-footer-light__shell {
  position: relative;
  z-index: 1;
  width: min(100% - 152px, 1392px);
}
.kh-footer-light__grid {
  display: grid;
  grid-template-columns: minmax(540px, 600px) minmax(640px, 720px);
  justify-content: space-between;
  gap: 56px;
  align-items: start;
}
.kh-footer-light__title {
  max-width: 640px;
  margin: 0;
  color: var(--kh-footer-ink) !important;
  font-size: clamp(46px, 6vw, 72px);
  font-weight: 500;
  line-height: 1.01;
  letter-spacing: 0 !important;
}
.kh-footer-light__title span {
  color: #14b8a6;
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
}
.kh-footer-light__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.kh-footer-light a {
  color: var(--kh-footer-teal);
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}
.kh-footer-light a::after {
  content: none;
}
.kh-footer-light a:hover,
.kh-footer-light a:focus-visible {
  color: #08766f;
  transform: none;
}
.kh-footer-light .kh-footer-light__actions .kh-footer-light__button,
.kh-footer-light .kh-footer-light__actions .kh-footer-light__button:link,
.kh-footer-light .kh-footer-light__actions .kh-footer-light__button:visited {
  width: 184px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--kh-footer-line);
  border-radius: 12px;
  color: var(--kh-footer-teal) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  background-image: none !important;
  font-size: 16px;
  font-weight: 800;
  overflow: hidden;
  text-shadow: none;
  -webkit-text-fill-color: var(--kh-footer-teal) !important;
  box-shadow: none !important;
  transform: none !important;
}
.kh-footer-light .kh-footer-light__actions .kh-footer-light__button:hover,
.kh-footer-light .kh-footer-light__actions .kh-footer-light__button:active,
.kh-footer-light .kh-footer-light__actions .kh-footer-light__button:focus,
.kh-footer-light .kh-footer-light__actions .kh-footer-light__button:focus-visible {
  color: #ecfffc !important;
  -webkit-text-fill-color: #ecfffc !important;
  border-color: #0d9e8e !important;
  background: #0d9e8e !important;
  background-image: none !important;
}
.kh-footer-light__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 34px;
  max-width: 380px;
  margin-top: 50px;
}
.kh-footer-light__links h3 {
  display: block;
  margin: 0 0 24px;
  color: var(--kh-footer-ink) !important;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0 !important;
}
.kh-footer-light__links h3::before,
.kh-footer-light__card h3::before {
  content: none;
}
.kh-footer-light__links a {
  width: fit-content;
  display: flex;
  min-height: 28px;
  margin: 0 0 8px;
  color: var(--kh-footer-teal);
  font-size: 14px;
}
.kh-footer-light__social {
  width: 40px !important;
  height: 40px;
  min-height: 40px !important;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--kh-footer-line);
  border-radius: 999px;
  color: var(--kh-footer-teal) !important;
}
.kh-footer-light__social svg {
  width: 18px;
  height: 18px;
}
.kh-footer-light__social:hover,
.kh-footer-light__social:focus-visible {
  border-color: #0d9e8e;
  background: rgba(13, 158, 142, 0.08);
}
.kh-footer-light__card {
  min-height: 353px;
  padding: 40px 41px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.56), 0 28px 70px rgba(10, 46, 50, 0.08);
}
.kh-footer-light__logo {
  width: 84px;
  height: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 22px;
  background: rgba(183, 236, 230, 0.7);
  box-shadow: 0 20px 44px rgba(13, 158, 142, 0.18);
}
.kh-footer-light__logo img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}
.kh-footer-light__card h3 {
  display: block;
  max-width: 660px;
  margin: 76px 0 32px;
  color: var(--kh-footer-teal) !important;
  font-size: clamp(24px, 2.5vw, 30px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0 !important;
}
.kh-footer-light__card p {
  margin: 0;
  color: var(--kh-footer-teal);
  font-size: 18px;
  line-height: 1.35;
}
.kh-footer-light__card strong {
  font-weight: 800;
}
.kh-footer-light__card em {
  font-style: italic;
}
.kh-footer-light__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: clamp(48px, 8vw, 86px);
  padding-top: 30px;
  border-top: 1px solid var(--kh-footer-line);
  color: rgba(10, 46, 50, 0.68);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0 !important;
}
.kh-footer-light__bottom > div {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.kh-footer-light__bottom a {
  min-height: auto;
  margin: 0;
  color: var(--kh-footer-teal);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0 !important;
}
@media (max-width: 900px) {
  .kh-featured-grid {
    grid-template-columns: 1fr;
  }
  .kh-insight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kh-insights-tools__inner {
    align-items: stretch;
    flex-direction: column-reverse;
    padding: 15px 0 7px;
  }
  .kh-insights-search {
    flex-basis: auto;
    width: 100%;
  }
  .kh-insights-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .kh-footer-light__grid {
    grid-template-columns: 1fr;
  }
  .kh-footer-light__shell {
    width: min(100% - 48px, 1180px);
  }
  .kh-footer-light__card {
    min-height: 300px;
  }
  .kh-footer-light__card h3 {
    margin-top: 58px;
  }
}
@media (max-width: 700px) {
  body.admin-bar .kh-insights-nav {
    top: 46px;
  }
  .kh-insights-shell {
    width: min(100% - 32px, 1180px);
  }
  .kh-insights-nav__inner {
    min-height: 72px;
  }
  .kh-insights-nav__actions > a:not(.kh-insights-talk) {
    display: none;
  }
  .kh-insights-talk {
    min-height: 40px;
    padding: 0 18px;
  }
  .kh-insights-hero {
    min-height: 480px;
  }
  .kh-insights-hero__content {
    padding: 70px 0;
  }
  .kh-insights-hero h1 {
    font-size: 49px;
  }
  .kh-insights-hero p {
    font-size: 17px;
  }
  .kh-insights-section {
    padding: 55px 0;
  }
  .kh-insights-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .kh-insight-grid {
    grid-template-columns: 1fr;
  }
  .kh-insights-footer__grid {
    grid-template-columns: 1fr;
  }
  .kh-footer-light {
    padding: 44px 0 26px;
  }
  .kh-footer-light__title {
    font-size: 44px;
  }
  .kh-footer-light__actions {
    gap: 12px;
  }
  .kh-footer-light__actions a {
    width: 100%;
  }
  .kh-footer-light__links {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 42px;
  }
  .kh-footer-light__card {
    padding: 28px;
    border-radius: 18px;
  }
  .kh-footer-light__logo {
    width: 72px;
    height: 72px;
    border-radius: 18px;
  }
  .kh-footer-light__logo img {
    width: 46px;
    height: 46px;
  }
  .kh-footer-light__card h3 {
    margin: 42px 0 24px;
    font-size: 25px;
  }
  .kh-footer-light__card p {
    font-size: 16px;
  }
  .kh-footer-light__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .kh-footer-light__bottom > div {
    gap: 18px;
  }
}

/* KastHunt legal pages */
body.kh-legal-template {
  --kh-legal-ink: #0a2e32;
  --kh-legal-copy: #4d5d63;
  --kh-legal-line: rgba(10, 46, 50, 0.1);
  --kh-legal-card: rgba(255, 255, 255, 0.76);
  color: var(--kh-legal-ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(183, 236, 230, 0.82), transparent 26%),
    radial-gradient(circle at 100% 18%, rgba(183, 236, 230, 0.55), transparent 24%),
    linear-gradient(180deg, #f7fcfb 0%, #edf7f5 100%);
}
body.kh-legal-template a {
  color: #0d9e8e;
}
.kh-legal-shell {
  padding-top: 88px;
}
.kh-legal-shell__inner {
  width: min(100% - 48px, 1260px);
  margin: 0 auto;
}
.kh-legal-nav {
  color: var(--kh-legal-ink);
}
.kh-legal-nav .kh-nav-links a {
  color: var(--kh-legal-copy);
}
.kh-legal-nav .kh-nav-links a:hover,
.kh-legal-nav .kh-nav-links a:focus-visible {
  color: #0d9e8e !important;
}
.kh-legal-hero {
  position: relative;
  overflow: hidden;
  padding: 52px 0 36px;
}
.kh-legal-hero--compact {
  padding-bottom: 18px;
}
.kh-legal-hero__wash {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 14%, rgba(183, 236, 230, 0.95), transparent 28%),
    radial-gradient(circle at 78% 24%, rgba(221, 247, 244, 0.9), transparent 26%);
  opacity: 0.9;
  pointer-events: none;
}
.kh-legal-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 36px;
  align-items: end;
}
.kh-legal-hero__copy {
  max-width: 760px;
}
.kh-legal-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(13, 158, 142, 0.16);
  border-radius: 999px;
  color: #0d9e8e;
  background: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}
.kh-legal-hero h1 {
  margin: 18px 0 16px;
  color: var(--kh-legal-ink) !important;
  font-size: clamp(46px, 7vw, 86px);
  line-height: 0.94;
  letter-spacing: 0 !important;
}
.kh-legal-hero h1 span {
  color: #14b8a6;
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
}
.kh-legal-hero p {
  max-width: 680px;
  margin: 0;
  color: var(--kh-legal-copy);
  font-size: 18px;
  line-height: 1.75;
}
.kh-legal-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.kh-legal-hero__meta span,
.kh-legal-summary__card,
.kh-cookie-status {
  border: 1px solid rgba(10, 46, 50, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.kh-legal-hero__meta span {
  padding: 10px 14px;
  color: var(--kh-legal-copy);
  font-size: 13px;
  font-weight: 700;
}
.kh-legal-summary {
  display: grid;
  gap: 14px;
}
.kh-legal-summary__card {
  padding: 18px 18px 16px;
}
.kh-legal-summary__card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--kh-legal-ink);
  font-size: 15px;
}
.kh-legal-summary__card span {
  color: var(--kh-legal-copy);
  font-size: 14px;
  line-height: 1.6;
}
.kh-legal-main {
  padding: 18px 0 82px;
}
.kh-legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}
.kh-legal-rail {
  position: sticky;
  top: 108px;
}
.kh-legal-rail__card,
.kh-legal-article,
.kh-cookie-surface {
  border: 1px solid var(--kh-legal-line);
  border-radius: 28px;
  background: var(--kh-legal-card);
  box-shadow: 0 24px 64px rgba(10, 46, 50, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.kh-legal-rail__card {
  padding: 22px;
}
.kh-legal-rail__card > span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--kh-legal-ink);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.kh-legal-rail__card ol {
  margin: 0;
  padding-left: 18px;
  color: var(--kh-legal-copy);
  font-size: 14px;
  line-height: 1.6;
}
.kh-legal-rail__card li + li {
  margin-top: 6px;
}
.kh-legal-rail__card a {
  color: var(--kh-legal-copy);
  text-decoration: none;
  font-weight: 600;
  transition: color 180ms ease;
}
.kh-legal-rail__card a:hover,
.kh-legal-rail__card a:focus-visible {
  color: #0d9e8e !important;
}
body.kh-legal-template--privacy .kh-legal-rail {
  top: 88px;
}
body.kh-legal-template--privacy .kh-legal-rail__card {
  padding: 20px 22px;
}
body.kh-legal-template--privacy .kh-legal-rail__card > span {
  margin-bottom: 14px;
}
body.kh-legal-template--privacy .kh-legal-rail__card ol {
  font-size: 13px;
  line-height: 1.36;
  padding-left: 16px;
}
body.kh-legal-template--privacy .kh-legal-rail__card li + li {
  margin-top: 5px;
}
body.kh-legal-template--privacy .kh-legal-rail__card a {
  display: block;
}
.kh-legal-article {
  padding: clamp(24px, 4vw, 42px);
}
.kh-legal-intro {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--kh-legal-line);
}
.kh-legal-intro h2,
.kh-legal-section h2,
.kh-cookie-banner__copy h2,
.kh-cookie-panel__header h2,
.kh-cookie-info-card h3 {
  margin: 0 0 12px;
  color: var(--kh-legal-ink) !important;
  font-weight: 800;
  letter-spacing: 0 !important;
}
.kh-legal-intro h2,
.kh-legal-section h2 {
  font-size: clamp(26px, 3vw, 32px);
}
.kh-legal-intro p,
.kh-legal-section p,
.kh-cookie-banner__copy p,
.kh-cookie-panel__header p,
.kh-cookie-row p,
.kh-cookie-info-card li {
  color: var(--kh-legal-copy);
  font-size: 16px;
  line-height: 1.8;
}
.kh-legal-section {
  padding-top: 28px;
  margin-top: 28px;
  border-top: 1px solid var(--kh-legal-line);
}
.kh-legal-section h3 {
  margin: 20px 0 10px;
  color: var(--kh-legal-ink) !important;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0 !important;
}
.kh-legal-list {
  margin: 14px 0 0;
  padding-left: 20px;
}
.kh-legal-list li {
  margin-bottom: 10px;
  color: var(--kh-legal-copy);
  font-size: 16px;
  line-height: 1.75;
}
.kh-legal-note {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(13, 158, 142, 0.14);
  border-radius: 18px;
  color: #0a6f67;
  background: rgba(221, 247, 244, 0.7);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
.kh-cookie-main {
  padding-top: 6px;
}
.kh-cookie-image-frame {
  max-width: 1325px;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid rgba(10, 46, 50, 0.08);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 24px 64px rgba(10, 46, 50, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.kh-cookie-image-frame__image {
  width: 100%;
  display: block;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(10, 46, 50, 0.12);
}
@media (max-width: 980px) {
  .kh-legal-hero__inner,
  .kh-legal-layout,
  .kh-cookie-info-grid {
    grid-template-columns: 1fr;
  }
  .kh-legal-rail {
    position: static;
  }
}
@media (max-width: 700px) {
  .kh-legal-shell {
    padding-top: 76px;
  }
  .kh-legal-shell__inner {
    width: min(100% - 28px, 1260px);
  }
  .kh-legal-hero {
    padding: 34px 0 20px;
  }
  .kh-legal-hero h1 {
    font-size: 48px;
  }
  .kh-legal-hero p,
  .kh-legal-intro p,
  .kh-legal-section p,
  .kh-cookie-consent-row p,
  .kh-cookie-dialog__intro p {
    font-size: 15px;
  }
  .kh-legal-hero__meta {
    flex-direction: column;
    align-items: stretch;
  }
  .kh-cookie-image-frame,
  .kh-legal-article,
  .kh-legal-rail__card {
    padding: 18px;
  }
}

/* KastHunt single insight page */
body.kh-single-template {
  background: #fff;
}

.kh-single-article {
  background: #fff;
}

.kh-single-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--kh-line);
  background:
    radial-gradient(
      circle at 50% 18%,
      rgba(255, 255, 255, 0.95),
      transparent 25rem
    ),
    linear-gradient(128deg, #f9fdfc 0%, #e6f7f4 56%, #fbfefe 100%);
}

.kh-single-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 950px;
  padding: 76px 0 72px;
  text-align: center;
}

.kh-single-back {
  display: inline-flex;
  align-items: center;
  margin-bottom: 28px;
  color: var(--kh-copy);
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.kh-single-label {
  justify-content: center;
  margin-bottom: 18px;
  text-decoration: none;
}

.kh-single-hero h1 {
  max-width: 980px;
  margin: 0 auto;
  color: var(--kh-ink);
  font-size: clamp(43px, 6.4vw, 78px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.kh-single-dek {
  max-width: 780px;
  margin: 24px auto 0;
  color: var(--kh-copy);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
}

.kh-single-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 27px;
  color: #66777d;
  font-size: 13px;
  font-weight: 750;
}

.kh-single-featured {
  overflow: hidden;
  margin: 58px 0 66px;
  border: 1px solid var(--kh-line);
  border-radius: 8px;
  aspect-ratio: 16 / 7.8;
  background: var(--kh-soft);
  box-shadow: 0 28px 70px -52px rgba(9, 40, 44, 0.58);
}

.kh-single-featured img,
.kh-single-featured .kh-insights-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.kh-single-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 760px);
  align-items: start;
  justify-content: center;
  gap: 74px;
  padding-bottom: 86px;
}

.kh-single-aside {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px solid var(--kh-line);
  border-radius: 8px;
  color: var(--kh-copy);
  background: #f8fcfb;
  font-size: 13px;
}

.kh-single-aside span {
  margin-top: 10px;
  color: #7b8a90;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kh-single-aside span:first-child {
  margin-top: 0;
}

.kh-single-aside strong,
.kh-single-aside a {
  color: var(--kh-ink);
  text-decoration: none;
  line-height: 1.45;
}

.kh-single-content {
  color: #263d41;
  font-size: 18px;
  line-height: 1.85;
}

.kh-single-content > *:first-child {
  margin-top: 0;
}

.kh-single-content p,
.kh-single-content ul,
.kh-single-content ol,
.kh-single-content blockquote,
.kh-single-content figure {
  margin: 0 0 28px;
}

.kh-single-content h2,
.kh-single-content h3,
.kh-single-content h4 {
  margin: 46px 0 16px;
  color: var(--kh-ink);
  font-weight: 650;
  line-height: 1.12;
  letter-spacing: 0;
}

.kh-single-content h2 {
  font-size: clamp(30px, 4vw, 42px);
}

.kh-single-content h3 {
  font-size: clamp(25px, 3vw, 32px);
}

.kh-single-content h4 {
  font-size: 22px;
}

.kh-single-content a {
  color: var(--kh-deep);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

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

.kh-single-content li {
  margin-bottom: 10px;
}

.kh-single-content blockquote {
  position: relative;
  padding: 24px 28px;
  border-left: 4px solid var(--kh-teal);
  border-radius: 8px;
  color: var(--kh-ink);
  background: #f4fbfa;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12em;
  line-height: 1.65;
}

.kh-single-content img {
  height: auto;
  border-radius: 8px;
}

.kh-single-content .wp-caption,
.kh-single-content figure {
  max-width: 100%;
}

.kh-single-content figcaption,
.kh-single-content .wp-caption-text {
  margin-top: 10px;
  color: #718086;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.kh-single-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  font-size: 15px;
}

.kh-single-content th,
.kh-single-content td {
  padding: 13px;
  border: 1px solid var(--kh-line);
  text-align: left;
}

.kh-single-content th {
  color: var(--kh-ink);
  background: #f4fbfa;
}

.kh-single-page-links {
  display: flex;
  gap: 8px;
  margin-top: 34px;
}

.kh-single-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 46px;
  padding-top: 26px;
  border-top: 1px solid var(--kh-line);
}

.kh-single-tags a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 15px;
  border: 1px solid var(--kh-line);
  border-radius: 999px;
  color: var(--kh-copy);
  background: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 750;
}

@media (max-width: 900px) {
  .kh-single-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .kh-single-aside {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .kh-single-hero__inner {
    padding: 58px 0 56px;
  }

  .kh-single-hero h1 {
    font-size: 43px;
  }

  .kh-single-dek {
    font-size: 17px;
  }

  .kh-single-featured {
    margin: 38px 0 42px;
    aspect-ratio: 16 / 10.5;
  }

  .kh-single-layout {
    padding-bottom: 58px;
  }

  .kh-single-aside {
    grid-template-columns: 1fr;
  }

  .kh-single-content {
    font-size: 16px;
    line-height: 1.78;
  }

  .kh-single-content blockquote {
    padding: 20px;
  }
}

/* KastHunt contact page */
@font-face {
  font-family: "KH Contact Inter";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("assets/fonts/inter-latin.woff2") format("woff2");
}

body.kh-contact-template {
  --kh-contact-ink: #181d27;
  --kh-contact-copy: #535862;
  --kh-contact-muted: #667085;
  --kh-contact-teal: #0d9e8e;
  --kh-contact-deep: #1a6b72;
  --kh-contact-canvas: #fdfdfd;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--kh-contact-ink);
  background: var(--kh-contact-canvas);
  font-family:
    "KH Contact Inter",
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

body.kh-contact-template *,
body.kh-contact-template *::before,
body.kh-contact-template *::after {
  box-sizing: border-box;
}

body.kh-contact-template a {
  color: inherit;
  text-decoration: none;
}

body.kh-contact-template button,
body.kh-contact-template input,
body.kh-contact-template select,
body.kh-contact-template textarea {
  font: inherit;
}

body.kh-contact-template header.glass-nav,
body.kh-legal-template header.glass-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  width: 100%;
  height: 80px;
  min-height: 80px;
  color: var(--kh-contact-ink);
  background: rgba(253, 253, 253, 0.94);
  border-bottom: 1px solid rgba(14, 116, 105, 0.16);
  box-shadow: 0 10px 35px rgba(24, 29, 39, 0.035);
  backdrop-filter: blur(14px);
  transition: none;
}

body.admin-bar.kh-contact-template header.glass-nav,
body.admin-bar.kh-legal-template header.glass-nav {
  top: 32px;
}

.kh-contact-nav {
  width: 100%;
  max-width: 1440px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin: 0 auto;
  padding: 0 clamp(32px, 4vw, 80px);
}

body.kh-contact-template .kh-contact-nav .kh-brand-link,
body.kh-legal-template .kh-contact-nav .kh-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--kh-contact-ink);
}

body.kh-contact-template .kh-contact-nav .kh-logo-mark,
body.kh-contact-template .kh-contact-nav .kh-logo-mark img,
body.kh-legal-template .kh-contact-nav .kh-logo-mark,
body.kh-legal-template .kh-contact-nav .kh-logo-mark img {
  width: 32px !important;
  height: 32px !important;
  display: block;
  object-fit: contain;
}

body.kh-contact-template .kh-contact-nav .kh-brand-wordmark,
body.kh-legal-template .kh-contact-nav .kh-brand-wordmark {
  color: #102f33;
  font-size: 22.72px;
  font-weight: 600;
  line-height: 22.72px;
  letter-spacing: -1.8176px;
}

body.kh-contact-template .kh-contact-nav .kh-brand-name-hunt {
  color: var(--kh-contact-teal);
}

.kh-contact-nav .kh-nav-links {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 40px;
  transform: translateX(-50%);
  color: var(--kh-contact-copy);
  font-size: 15px;
  font-weight: 500;
}

.kh-contact-nav .kh-nav-links a {
  transition: color 160ms ease;
}

.kh-contact-nav .kh-nav-links a:hover {
  color: var(--kh-contact-teal);
}

body.kh-contact-template header.glass-nav.is-scrolled,
body.kh-legal-template header.glass-nav.is-scrolled {
  inset: 0 0 auto;
  width: 100%;
  height: 80px;
  min-height: 80px;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid rgba(14, 116, 105, 0.16);
  border-radius: 0;
  background: rgba(253, 253, 253, 0.94);
  box-shadow: 0 10px 35px rgba(24, 29, 39, 0.035);
  transform: none !important;
}

body.admin-bar.kh-contact-template header.glass-nav.is-scrolled,
body.admin-bar.kh-legal-template header.glass-nav.is-scrolled {
  top: 32px;
}

body.kh-contact-template header.glass-nav.is-scrolled .kh-contact-nav,
body.kh-legal-template header.glass-nav.is-scrolled .kh-contact-nav {
  height: 80px !important;
  min-height: 80px;
  padding: 0 clamp(32px, 4vw, 80px);
}

body.kh-contact-template header.glass-nav.is-scrolled .kh-logo-mark,
body.kh-contact-template header.glass-nav.is-scrolled .kh-logo-mark img,
body.kh-legal-template header.glass-nav.is-scrolled .kh-logo-mark,
body.kh-legal-template header.glass-nav.is-scrolled .kh-logo-mark img {
  width: 32px !important;
  height: 32px !important;
}

body.kh-contact-template header.glass-nav.is-scrolled .kh-brand-wordmark,
body.kh-contact-template header.glass-nav.is-scrolled .kh-nav-links,
body.kh-legal-template header.glass-nav.is-scrolled .kh-brand-wordmark,
body.kh-legal-template header.glass-nav.is-scrolled .kh-nav-links {
  display: flex;
}

.kh-contact-shell {
  width: 100%;
  max-width: 100%;
  padding: 0;
  background: var(--kh-contact-canvas);
}

.kh-contact-hero {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: calc(100vh - 78px);
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  padding: 5.4vh 0 6.4vh;
  background: linear-gradient(105deg, #e8f8f6 0%, #f8fefd 46%, #ddf7f4 100%);
  border-bottom: 1px solid rgba(13, 158, 142, 0.14);
}

.kh-contact-insights-bg-wash {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 16% 18%,
      rgba(13, 158, 142, 0.12),
      transparent 544px
    ),
    radial-gradient(
      circle at 84% 70%,
      rgba(45, 212, 191, 0.18),
      transparent 576px
    );
}

.kh-contact-hero .pattern-dots {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.32;
  background-image: radial-gradient(
    rgba(13, 158, 142, 0.38) 0.6px,
    transparent 0.6px
  );
  background-size: 26px 26px;
}

.kh-contact-hero-inner {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1440px;
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
  padding: 12vh clamp(52px, 7.78vw, 112px) 0;
}

.kh-contact-hero-copy {
  width: 73.75%;
  max-width: 1180px;
}

.kh-contact-eyebrow {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 34px;
  padding: 7px 14px 7px 8px;
  color: var(--kh-contact-copy);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(13, 158, 142, 0.16);
  border-radius: 999px;
  box-shadow: 0 18px 46px -34px rgba(10, 111, 103, 0.42);
}

.kh-contact-eyebrow strong {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  color: var(--kh-contact-ink);
  background: #ddf7f4;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.kh-contact-eyebrow > span {
  border: 0;
  background: transparent;
  color: var(--kh-contact-copy);
  font-size: 18px;
  font-weight: 500;
}

.kh-contact-eyebrow svg {
  width: 20px;
  height: 20px;
  color: var(--kh-contact-teal);
}

.kh-contact-title {
  max-width: 1120px;
  margin: 0 0 30px;
  color: var(--kh-contact-ink) !important;
  font-family: "KH Contact Inter", Inter, sans-serif;
  font-size: clamp(62px, 5.9vw, 84.96px);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.055em !important;
}

.kh-contact-title .kh-contact-title-accent {
  display: inline;
  color: var(--kh-contact-teal);
}

.kh-contact-lede {
  max-width: 780px;
  margin: 0;
  color: var(--kh-contact-copy);
  font-size: clamp(19px, 1.55vw, 22.32px);
  line-height: 1.35;
}

.kh-contact-hero-actions {
  margin-top: 34px;
}

.kh-main-discovery-button {
  width: min(520px, 100%);
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 28px;
  color: #fff !important;
  background: var(--kh-contact-deep);
  border: 1px solid transparent;
  border-radius: 12px;
  box-shadow: 0 18px 42px -24px rgba(13, 158, 142, 0.55);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  transition:
    background 160ms ease,
    transform 160ms ease;
}

.kh-main-discovery-button:hover {
  background: #0d9e8e;
  transform: translateY(-2px);
}

.kh-contact-home-bg-icons {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.kh-contact-home-bg-icons .kh-hero-bg-icon {
  position: absolute;
  width: 58px;
  height: 58px;
  display: none;
  padding: 5px;
  color: #0d9e8e;
  opacity: 0.34;
  background: transparent;
  border: 0;
  animation: khContactIconDrift 10s ease-in-out infinite;
}

.kh-contact-home-bg-icons .kh-hero-bg-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.45;
}

.kh-contact-home-bg-icons .kh-hero-bg-icon:nth-child(3) {
  top: 20%;
  right: 18%;
  display: grid;
}

.kh-contact-home-bg-icons .kh-hero-bg-icon:nth-child(4) {
  top: 20%;
  right: 5%;
  display: grid;
  animation-delay: -3s;
}

.kh-contact-home-bg-icons .kh-hero-bg-icon:nth-child(9) {
  right: 4%;
  bottom: 27%;
  display: grid;
  animation-delay: -5s;
}

@keyframes khContactIconDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }
  50% {
    transform: translate3d(0, -9px, 0) rotate(2deg);
  }
}

.kh-contact-cards-section {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px clamp(24px, 4.8vw, 69.12px) 56px;
  background: rgba(255, 255, 255, 0.9);
}

.kh-contact-cards-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.kh-contact-card {
  position: relative;
  min-height: 168px;
  padding: 28px 28px 26px;
  overflow: hidden;
  color: var(--kh-contact-ink);
  background:
    radial-gradient(
      circle at 86% 8%,
      rgba(45, 212, 191, 0.18),
      transparent 38%
    ),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(240, 251, 250, 0.9));
  border: 1px solid rgba(13, 158, 142, 0.22);
  border-radius: 22px;
  box-shadow: 0 22px 70px -52px rgba(10, 111, 103, 0.55);
}

.kh-contact-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: var(--kh-contact-teal);
}

.kh-contact-icon svg {
  width: 29px;
  height: 29px;
  stroke-width: 2;
}

.kh-contact-card h2 {
  margin: 0 0 12px;
  color: var(--kh-contact-ink);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.12;
  font-family: "KH Contact Inter", Inter, sans-serif;
}

.kh-contact-link {
  display: inline-block;
  color: #0a9e91 !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.kh-contact-muted {
  color: var(--kh-contact-muted);
}

.kh-contact-card p {
  margin: 10px 0 0;
  color: var(--kh-contact-muted);
  font-size: 15.5px;
  line-height: 1.48;
  letter-spacing: 0;
}

.kh-contact-form-section {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 18px 24px 82px;
  background: var(--kh-contact-canvas);
}

.kh-contact-form-layout {
  position: relative;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  align-items: stretch;
  gap: 34px;
}

.kh-contact-form-copy {
  padding: 52px;
  background:
    radial-gradient(
      circle at 86% 8%,
      rgba(45, 212, 191, 0.14),
      transparent 42%
    ),
    rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(13, 158, 142, 0.18);
  border-radius: 32px;
  box-shadow: 0 24px 80px -58px rgba(10, 111, 103, 0.45);
}

.kh-contact-form-copy h2 {
  margin: 0 0 24px;
  color: var(--kh-contact-ink);
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  font-family: "KH Contact Inter", Inter, sans-serif;
}

.kh-contact-form-copy > p {
  max-width: 478px;
  margin: 0;
  color: #999;
  font-size: 18px;
  line-height: 1.625;
}

.kh-contact-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 40px;
}

.kh-contact-mini-card {
  min-height: 104px;
  padding: 18px 20px;
  background: rgba(236, 247, 246, 0.88);
  border: 1px solid rgba(13, 158, 142, 0.16);
  border-radius: 18px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}

.kh-contact-mini-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--kh-contact-ink);
  font-size: 14px;
  line-height: 20px;
}

.kh-contact-mini-card span {
  color: var(--kh-contact-muted);
  font-size: 14px;
  line-height: 20px;
}

.kh-contact-form {
  min-width: 0;
  padding: 34px;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(45, 212, 191, 0.12),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.98),
      rgba(245, 253, 252, 0.96)
    );
  border: 1px solid rgba(13, 158, 142, 0.2);
  border-radius: 28px;
  box-shadow: 0 26px 82px -58px rgba(10, 111, 103, 0.46);
}

.kh-contact-form label {
  display: block;
  min-width: 0;
}

.kh-contact-field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.kh-contact-form > label {
  margin-top: 14px;
}

body.kh-contact-template .kh-contact-field {
  width: 100%;
  height: 58px;
  min-height: 58px;
  display: block;
  padding: 0 22px !important;
  color: #6b7280 !important;
  background-color: #fff !important;
  border: 1px solid rgba(13, 158, 142, 0.24) !important;
  border-radius: 18px !important;
  outline: 0;
  box-shadow: 0 12px 28px -30px rgba(10, 111, 103, 0.42) !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
  transition:
    border-color 150ms ease,
    box-shadow 150ms ease;
}

body.kh-contact-template .kh-contact-field::placeholder {
  color: #7f8793;
  opacity: 1;
}

body.kh-contact-template .kh-contact-field:focus {
  border-color: var(--kh-contact-teal);
  box-shadow: 0 0 0 3px rgba(13, 158, 142, 0.1);
}

body.kh-contact-template select.kh-contact-field {
  appearance: none;
  padding-right: 54px;
  background-image:
    linear-gradient(45deg, transparent 50%, #181d27 50%),
    linear-gradient(135deg, #181d27 50%, transparent 50%);
  background-position:
    calc(100% - 28px) 50%,
    calc(100% - 22px) 50%;
  background-repeat: no-repeat;
  background-size:
    6px 6px,
    6px 6px;
}

body.kh-contact-template textarea.kh-contact-field {
  height: 138px !important;
  min-height: 138px;
  padding: 18px 22px !important;
  resize: vertical;
}

.kh-contact-form > label:has(textarea) {
  padding-bottom: 6px;
}

.kh-contact-botcheck {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.kh-contact-submit-row {
  display: grid;
  grid-template-columns: 224px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  margin-top: 20px;
}

body.kh-contact-template .kh-contact-button {
  min-width: 224px;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px !important;
  padding: 0 24px !important;
  color: #fff !important;
  background: var(--kh-contact-deep) !important;
  border: 0 !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 42px -24px rgba(13, 158, 142, 0.55);
  cursor: pointer;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

body.kh-contact-template .kh-contact-button:disabled {
  cursor: wait;
  opacity: 0.72;
  box-shadow: none;
}

.kh-contact-button svg {
  width: 20px;
  height: 20px;
  color: #17b5a7;
}

.kh-contact-submit-row p {
  margin: 0;
  color: var(--kh-contact-muted);
  font-size: 16px;
  line-height: 1.42;
}

.kh-contact-form[data-submit-state="success"] .kh-contact-form-status {
  color: #087466;
  font-weight: 600;
}

.kh-contact-form[data-submit-state="error"] .kh-contact-form-status {
  color: #b42318;
  font-weight: 600;
}

.kh-contact-footer {
  padding: 32px 24px;
  color: #999;
  background: #fff;
  border-top: 1px solid #e9eaea;
}

.kh-contact-footer-inner {
  width: 100%;
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
}

.kh-cursor-atmosphere {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 420px;
  height: 420px;
  pointer-events: none;
  opacity: 0;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(13, 158, 142, 0.07),
    transparent 68%
  );
  transition: opacity 180ms ease;
  will-change: transform;
}

body.kh-contact-template.kh-cursor-active .kh-cursor-atmosphere {
  opacity: 1;
}

@media (max-width: 1279px) {
  .kh-contact-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .kh-contact-form-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 782px) {
  body.admin-bar.kh-contact-template header.glass-nav,
  body.admin-bar.kh-legal-template header.glass-nav {
    top: 46px;
  }

  body.admin-bar.kh-contact-template header.glass-nav.is-scrolled,
  body.admin-bar.kh-legal-template header.glass-nav.is-scrolled {
    top: 62px;
  }
}

@media (max-width: 767px) {
  body.kh-contact-template header.glass-nav,
  body.kh-legal-template header.glass-nav {
    height: 74px;
    min-height: 74px;
  }

  .kh-contact-nav {
    min-height: 74px;
    padding: 0 32px;
  }

  .kh-contact-nav .kh-nav-links {
    display: none;
  }

  .kh-contact-hero {
    min-height: 0;
    padding: 28px 0 46px;
  }

  .kh-contact-hero-inner {
    padding: 42px 22px 0;
  }

  .kh-contact-hero-copy {
    width: 100%;
  }

  .kh-contact-eyebrow {
    max-width: 100%;
    gap: 10px;
    font-size: 14px;
  }

  .kh-contact-eyebrow strong {
    padding: 0 16px;
  }

  .kh-contact-eyebrow > span {
    white-space: nowrap;
    font-size: 16px;
  }

  .kh-contact-title {
    margin-bottom: 22px;
    font-size: 50.7px;
    line-height: 0.96;
  }

  .kh-contact-lede {
    font-size: 18px;
    line-height: 1.48;
  }

  .kh-contact-hero-actions {
    margin-top: 34px;
  }

  .kh-main-discovery-button {
    width: 100%;
    padding: 18px 20px;
    font-size: 18px;
  }

  .kh-contact-home-bg-icons .kh-hero-bg-icon {
    display: none !important;
  }

  .kh-contact-home-bg-icons .kh-hero-bg-icon:nth-child(3) {
    top: 27%;
    right: 7%;
    width: 38px;
    height: 38px;
    display: grid !important;
    opacity: 0.17;
  }

  .kh-contact-cards-section {
    padding: 48px 24px 56px;
  }

  .kh-contact-cards-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .kh-contact-card {
    min-height: 0;
    padding: 22px;
    border-radius: 18px;
  }

  .kh-contact-card h2 {
    font-size: 21px;
    line-height: 1.12;
  }

  .kh-contact-card p {
    margin-top: 0;
    font-size: 15px;
    line-height: 1.48;
  }

  .kh-contact-card .kh-contact-link + p {
    margin-top: 10px;
  }

  .kh-contact-form-section {
    padding: 18px 24px 64px;
  }

  .kh-contact-form-copy {
    padding: 28px;
  }

  .kh-contact-form-copy h2 {
    font-size: 30px;
    line-height: 1.25;
  }

  .kh-contact-form-copy > p {
    font-size: 18px;
    line-height: 1.625;
  }

  .kh-contact-mini-grid {
    grid-template-columns: 1fr;
  }

  .kh-contact-mini-card {
    min-height: auto;
  }

  .kh-contact-form {
    padding: 22px;
    border-radius: 22px;
  }

  .kh-contact-field-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.kh-contact-template .kh-contact-field {
    height: 56px;
    min-height: 56px;
    padding: 0 18px !important;
    border-radius: 16px !important;
    font-size: 16px !important;
  }

  body.kh-contact-template textarea.kh-contact-field {
    height: 132px !important;
    min-height: 132px;
    padding: 18px !important;
  }

  .kh-contact-form > label:has(textarea) {
    padding-bottom: 2px;
  }

  .kh-contact-submit-row {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 16px;
  }

  .kh-contact-button {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kh-contact-home-bg-icons .kh-hero-bg-icon {
    animation: none;
  }
}

/* Shared base type scale: preserve desktop and tighten mobile typography. */
body {
  font-size: 16px;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 13.5px;
  }
}

/* Healthcare-style desktop rhythm: roomier laptop gutters and calmer scale. */
@media (min-width: 1024px) {
  :root {
    --kh-page-max: 1260px;
    --kh-page-gutter: 32px;
  }

  body.kh-home .section-padding > .max-w-\[1440px\],
  body.kh-home .section-padding > .max-w-\[1200px\],
  body.kh-home footer#contact > .max-w-\[1440px\] {
    width: min(calc(100% - (var(--kh-page-gutter) * 2)), var(--kh-page-max)) !important;
    max-width: var(--kh-page-max) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.kh-home .section-padding > .max-w-\[1000px\] {
    width: min(calc(100% - (var(--kh-page-gutter) * 2)), 1000px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.kh-home #work.kh-video-hero {
    padding-left: var(--kh-page-gutter);
    padding-right: var(--kh-page-gutter);
  }

  body.kh-home .kh-hero-inner {
    width: min(calc(100% - (var(--kh-page-gutter) * 2)), var(--kh-page-max));
  }

  body.kh-home section h2.text-4xl,
  body.kh-home section h2.text-5xl,
  body.kh-home footer#contact h2 {
    font-size: clamp(30px, 3.2vw, 44px) !important;
    line-height: 1.1 !important;
  }

  body.kh-home .kh-hero-title,
  .kh-faq-page-hero__copy h1,
  .kh-legal-hero h1,
  .kh-insights-hero h1,
  .kh-single-hero h1,
  body.kh-contact-template .kh-contact-title {
    font-size: clamp(40px, 3.45vw, 54px) !important;
    line-height: 1.02 !important;
    letter-spacing: 0 !important;
  }

  body.kh-home #discovery h2,
  body.kh-home footer#contact h2 {
    font-size: clamp(34px, 3.6vw, 46px) !important;
    line-height: 1.02 !important;
  }

  body.kh-home #services .pricing-grid > .card-reveal:nth-child(2) h3,
  body.kh-home #services .grid.md\:grid-cols-3 > .card-reveal:nth-child(2) h3 {
    font-size: clamp(30px, 2.35vw, 38px) !important;
  }

  .kh-legal-shell__inner,
  .kh-insights-shell,
  .kh-healthcare-shell__inner,
  .khc-design .container,
  .kh-footer-light__shell {
    width: min(calc(100% - (var(--kh-page-gutter) * 2)), var(--kh-page-max)) !important;
    max-width: var(--kh-page-max) !important;
  }

  .kh-cookie-image-frame {
    max-width: var(--kh-page-max) !important;
  }

  .kh-inner-footer .kh-inner-footer__top,
  .kh-inner-footer .kh-inner-footer__bottom {
    max-width: var(--kh-page-max) !important;
  }

  body.kh-contact-template .kh-contact-nav,
  body.kh-contact-template .kh-contact-hero-inner,
  body.kh-contact-template .kh-contact-cards-section,
  body.kh-contact-template .kh-contact-form-section {
    max-width: var(--kh-page-max) !important;
  }

  body.kh-contact-template .kh-contact-nav {
    padding-left: var(--kh-page-gutter) !important;
    padding-right: var(--kh-page-gutter) !important;
  }
}

/* Front page phone scale: keep the long-form page compact and consistent. */
@media (max-width: 575px) {
  body.kh-home .section-padding {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  body.kh-home .section-padding > div {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  body.kh-home #work.kh-video-hero {
    min-height: 0;
    padding: 82px 16px 36px;
  }

  body.kh-home .kh-hero-kicker {
    gap: 8px;
    margin-bottom: 18px;
    padding: 6px 10px;
    font-size: 9px;
    line-height: 1.35;
  }

  body.kh-home .kh-hero-title {
    font-size: clamp(29px, 8.4vw, 34px);
    line-height: 1.08;
  }

  body.kh-home .kh-hero-note {
    margin-top: 12px;
    font-size: 15px;
  }

  body.kh-home .kh-hero-actions {
    gap: 10px;
    margin-top: 22px;
  }

  body.kh-home .kh-hero-actions a,
  body.kh-home #discovery a,
  body.kh-home footer#contact > div > div:first-of-type a {
    min-height: 46px;
    padding: 12px 16px !important;
    border-radius: 12px !important;
    font-size: 13px;
  }

  body.kh-home section h2.text-4xl,
  body.kh-home section h2.text-5xl {
    font-size: 30px !important;
    line-height: 1.08 !important;
  }

  body.kh-home #discovery h2,
  body.kh-home footer#contact h2 {
    margin-bottom: 18px !important;
    font-size: 34px !important;
    line-height: 1.02 !important;
  }

  body.kh-home section .text-lg,
  body.kh-home section .text-xl {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  body.kh-home section .leading-7,
  body.kh-home section .leading-8 {
    line-height: 1.55 !important;
  }

  body.kh-home #about > div > .grid {
    gap: 32px !important;
  }

  body.kh-home #about > div > .grid > div:last-child {
    gap: 12px !important;
  }

  body.kh-home #about h2 {
    margin-top: 10px !important;
    margin-bottom: 18px !important;
  }

  body.kh-home .kh-research-card {
    margin-top: 24px !important;
  }

  body.kh-home #about article.card-reveal,
  body.kh-home #services article.card-reveal,
  body.kh-home #poc-lab .kh-poc-side-card,
  body.kh-home #healthcare .card-reveal,
  body.kh-home #principles article.card-reveal,
  body.kh-home #blog article.card-reveal,
  body.kh-home #faq .kh-faq-item {
    padding: 18px !important;
    border-radius: 18px !important;
  }

  body.kh-home #about article.card-reveal > div {
    width: 40px !important;
    height: 40px !important;
    margin-bottom: 12px !important;
    border-radius: 12px !important;
  }

  body.kh-home #about article.card-reveal h3 {
    margin-bottom: 8px !important;
    font-size: 20px !important;
  }

  body.kh-home #services > div > .text-center,
  body.kh-home #principles > div > .text-center {
    margin-bottom: 30px !important;
  }

  body.kh-home #services .text-center h2,
  body.kh-home #principles .text-center h2,
  body.kh-home #poc-lab h2,
  body.kh-home #blog h2,
  body.kh-home #faq h2 {
    margin-top: 10px !important;
  }

  body.kh-home #services .text-center p,
  body.kh-home #poc-lab h2 + p,
  body.kh-home #blog h2 + p,
  body.kh-home #faq h2 + p {
    margin-top: 14px !important;
  }

  body.kh-home .pricing-grid {
    gap: 14px;
  }

  body.kh-home #services .pricing-grid > .card-reveal:nth-child(2) {
    transform: none;
  }

  body.kh-home #services .pricing-grid h3,
  body.kh-home #services .pricing-grid > .card-reveal:nth-child(2) h3 {
    margin-top: 10px !important;
    margin-bottom: 8px !important;
    font-size: 24px !important;
    line-height: 1.08;
  }

  body.kh-home #services .pricing-grid p {
    margin-bottom: 16px !important;
  }

  body.kh-home #services .pricing-grid > .card-reveal:nth-child(2) p:first-of-type {
    margin-bottom: 12px !important;
    padding: 6px 10px;
  }

  body.kh-home #services .pricing-grid ul {
    display: grid;
    gap: 9px;
    margin-bottom: 18px !important;
  }

  body.kh-home #services .pricing-grid ul > li {
    gap: 8px;
    margin-top: 0 !important;
    line-height: 1.4;
  }

  body.kh-home #services .pricing-grid a {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border-radius: 13px !important;
    font-size: 12.5px;
  }

  body.kh-home #poc-lab > div > div:first-child,
  body.kh-home #blog > div > div:first-child {
    gap: 16px !important;
    margin-bottom: 26px !important;
  }

  body.kh-home #poc-products,
  body.kh-home #blog > div > .grid,
  body.kh-home #principles > div > .grid {
    gap: 12px !important;
  }

  body.kh-home .kh-poc-side-card {
    min-height: 0 !important;
  }

  body.kh-home .kh-poc-side-card .kh-status-pill {
    margin-bottom: 10px;
  }

  body.kh-home #healthcare .kh-healthcare-quote {
    font-size: 29px !important;
    line-height: 1.08 !important;
  }

  body.kh-home #healthcare .kh-founder-logo {
    width: 86px !important;
    height: 86px !important;
    margin-bottom: 12px !important;
  }

  body.kh-home #healthcare .kh-healthcare-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px !important;
    margin-top: 30px !important;
  }

  body.kh-home #healthcare .kh-healthcare-stats > .card-reveal {
    min-width: 0;
    padding: 14px !important;
    border-radius: 16px !important;
  }

  body.kh-home #healthcare .kh-healthcare-stats > .card-reveal > div {
    font-size: 30px !important;
    line-height: 1;
  }

  body.kh-home #healthcare .kh-healthcare-stats p {
    margin-top: 6px !important;
    font-size: 11.5px;
    line-height: 1.4 !important;
    text-align: left;
  }

  body.kh-home #principles article h3 {
    margin: 0 !important;
    font-size: 20px !important;
    line-height: 1.06 !important;
  }

  body.kh-home #principles article h3::after {
    display: none;
  }

  body.kh-home #principles article p {
    margin-bottom: 7px !important;
    font-size: 13px;
    line-height: 1.45 !important;
  }

  body.kh-home #principles article.card-reveal {
    padding: 15px !important;
  }

  body.kh-home .kh-principle-details summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 34px;
    cursor: pointer;
  }

  body.kh-home .kh-principle-details summary::after {
    content: "+";
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(13, 158, 142, 0.24);
    border-radius: 999px;
    color: #0a6f67;
    background: rgba(255, 255, 255, 0.58);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    transition: transform 180ms ease, background-color 180ms ease;
  }

  body.kh-home .kh-principle-details[open] summary::after {
    background: rgba(255, 255, 255, 0.9);
    transform: rotate(45deg);
  }

  body.kh-home .kh-principle-content {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(13, 158, 142, 0.14);
  }

  body.kh-home #blog article h3 {
    margin-bottom: 10px !important;
    font-size: 20px !important;
    line-height: 1.2;
  }

  body.kh-home #blog article a {
    margin-top: 18px !important;
  }

  body.kh-home .kh-faq-layout {
    gap: 26px;
  }

  body.kh-home .kh-faq-cta {
    width: 100%;
    margin-top: 18px;
  }

  body.kh-home .kh-faq-list {
    gap: 9px;
  }

  body.kh-home .kh-faq-item summary {
    gap: 12px;
    line-height: 1.35;
  }

  body.kh-home .kh-faq-item summary::after {
    font-size: 20px;
  }

  body.kh-home .kh-faq-item p {
    margin-top: 12px !important;
  }

  body.kh-home #discovery p {
    margin-bottom: 24px !important;
  }

  body.kh-home #discovery > div > div {
    gap: 10px !important;
  }

  body.kh-home footer#contact {
    border-radius: 28px 28px 0 0 !important;
  }

  body.kh-home footer#contact > div > .grid {
    gap: 32px !important;
  }

  body.kh-home footer#contact > div > .grid > div:first-child > .flex {
    gap: 10px !important;
  }

  body.kh-home footer#contact > div > .grid > div:first-child > .flex a {
    flex: 1 1 calc(50% - 5px);
    text-align: center;
  }

  body.kh-home footer#contact .mt-12 {
    gap: 24px !important;
    margin-top: 28px !important;
  }

  body.kh-home footer#contact h4 {
    margin-bottom: 12px !important;
  }

  body.kh-home footer#contact ul {
    row-gap: 10px;
  }

  body.kh-home .kasthunt-footer-card {
    padding: 18px !important;
    border-radius: 18px !important;
  }

  body.kh-home .kh-footer-logo {
    width: 64px;
    height: 64px;
    margin-bottom: 0;
    padding: 8px;
    border-radius: 16px;
  }

  body.kh-home .kasthunt-footer-card h3 {
    margin-top: 18px !important;
    margin-bottom: 14px !important;
    font-size: 22px !important;
    line-height: 1.15;
  }

  body.kh-home .kasthunt-footer-card p {
    margin-top: 12px !important;
    font-size: 15px !important;
  }

  body.kh-home footer#contact > div > .mt-16 {
    gap: 12px !important;
    margin-top: 32px !important;
    padding-top: 20px !important;
    text-align: center;
  }

  body.kh-home footer#contact > div > .mt-16 > .flex:last-child {
    gap: 18px !important;
  }

  body.kh-home .kasthunt-back-to-top {
    right: 16px;
    bottom: 16px;
    width: 46px;
    height: 46px;
  }
}
