/*
  Qkey Knowledge Platform company page
  Rebuilt from clean slate to mirror the QKeyDB page architecture.
  Last updated: 2026-03-22 10:20:00 UTC
*/

.qkeykp-hero {
  --qkeykp-accent-orange: var(--qk-accent-orange);
  --qkeykp-accent-blue: var(--qk-accent-blue);
  --qkeykp-accent-orange-rgb: var(--qk-accent-orange-rgb);
  --qkeykp-accent-blue-rgb: var(--qk-accent-blue-rgb);
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 6rem 0;
  background:
    radial-gradient(circle at 15% 25%, rgb(var(--qkeykp-accent-orange-rgb) / 0.14) 0%, transparent 40%),
    radial-gradient(circle at 80% 15%, rgb(var(--qkeykp-accent-blue-rgb) / 0.18) 0%, transparent 45%),
    linear-gradient(180deg, #071226 0%, #112849 45%, #0c1b34 100%);
  position: relative;
  overflow: hidden;
  color: #f4f7ff;
}

.qkeykp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgb(var(--qkeykp-accent-orange-rgb) / 0.22) 0%, transparent 45%),
    radial-gradient(circle at 70% 30%, rgb(var(--qkeykp-accent-blue-rgb) / 0.18) 0%, transparent 50%);
  pointer-events: none;
  animation: qkeykp-gradient-shift 18s ease-in-out infinite;
  mix-blend-mode: screen;
}

.qkeykp-hero::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(
    from 0deg at 50% 50%,
    transparent 0deg,
    rgb(var(--qkeykp-accent-orange-rgb) / 0.08) 90deg,
    transparent 180deg,
    rgb(var(--qkeykp-accent-blue-rgb) / 0.08) 270deg,
    transparent 360deg
  );
  animation: qkeykp-hero-rotate 45s linear infinite;
  opacity: 0.62;
  pointer-events: none;
}

.qkeykp-hero .particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  animation: qkeykp-parallax 40s linear infinite;
}

.qkeykp-hero .particle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 20px rgb(var(--qkeykp-accent-orange-rgb) / 0.35);
  animation: qkeykp-particle-float 14s ease-in-out infinite alternate;
  opacity: 0.52;
}

.qkeykp-hero .particle:nth-child(odd) {
  background: rgb(var(--qkeykp-accent-blue-rgb) / 0.35);
  box-shadow: 0 0 20px rgb(var(--qkeykp-accent-blue-rgb) / 0.45);
}

.qkeykp-hero .particle:nth-child(1) { top: 12%; left: 16%; animation-delay: 0s; animation-duration: 15s; }
.qkeykp-hero .particle:nth-child(2) { top: 24%; left: 72%; animation-delay: 1s; animation-duration: 18s; }
.qkeykp-hero .particle:nth-child(3) { top: 64%; left: 22%; animation-delay: 2s; animation-duration: 20s; }
.qkeykp-hero .particle:nth-child(4) { top: 52%; left: 82%; animation-delay: 3s; animation-duration: 17s; }
.qkeykp-hero .particle:nth-child(5) { top: 28%; left: 44%; animation-delay: 1.5s; animation-duration: 19s; }
.qkeykp-hero .particle:nth-child(6) { top: 76%; left: 62%; animation-delay: 2.5s; animation-duration: 16s; }
.qkeykp-hero .particle:nth-child(7) { top: 84%; left: 26%; animation-delay: 0.5s; animation-duration: 21s; }
.qkeykp-hero .particle:nth-child(8) { top: 16%; left: 86%; animation-delay: 1.8s; animation-duration: 18s; }
.qkeykp-hero .particle:nth-child(9) { top: 56%; left: 12%; animation-delay: 2.8s; animation-duration: 22s; }
.qkeykp-hero .particle:nth-child(10) { top: 14%; left: 56%; animation-delay: 0.7s; animation-duration: 17s; }
.qkeykp-hero .particle:nth-child(11) { top: 70%; left: 80%; animation-delay: 1.2s; animation-duration: 19s; }
.qkeykp-hero .particle:nth-child(12) { top: 40%; left: 90%; animation-delay: 3.6s; animation-duration: 20s; }

.qkeykp-hero .hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}

.qkeykp-hero .hero-content {
  text-align: center;
  position: relative;
  z-index: 2;
}

.qkeykp-hero--two-column .hero-content {
  text-align: left;
}

.qkeykp-hero--two-column .hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 460px);
  gap: clamp(1.75rem, 3.2vw, 2.8rem);
  align-items: start;
}

.qkeykp-hero--two-column .hero-main-col {
  max-width: 780px;
  display: grid;
  gap: 1.4rem;
}

.qkeykp-hero .hero-col {
  z-index: 2;
}

.qkeykp-hero--two-column .hero-code-col {
  display: flex;
  justify-content: flex-end;
}

.qkeykp-hero .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid rgb(var(--qkeykp-accent-orange-rgb) / 0.4);
  background: rgb(var(--qkeykp-accent-orange-rgb) / 0.12);
  color: var(--qkeykp-accent-orange);
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.qkeykp-hero .hero-title {
  font-size: clamp(2.5rem, 5vw, 4.15rem);
  font-weight: 700;
  line-height: 1.08;
  margin-bottom: 0;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.55), 0 0 25px rgb(var(--qkeykp-accent-orange-rgb) / 0.32);
  position: relative;
}

.qkeykp-hero .hero-title .qkey-wordmark__lead {
  color: var(--qkeykp-accent-orange);
}

.qkeykp-hero .hero-title .qkey-wordmark__rest {
  color: var(--qkeykp-accent-blue);
}

.qkeykp-hero .hero-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.75rem;
  width: 68px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgb(var(--qkeykp-accent-orange-rgb) / 0.72) 0%, var(--qkeykp-accent-orange) 100%);
  box-shadow: 0 4px 16px rgb(var(--qkeykp-accent-orange-rgb) / 0.45);
}

.qkeykp-hero .gradient-text {
  background: linear-gradient(135deg, var(--qkeykp-accent-orange), var(--qkeykp-accent-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.qkeykp-hero--two-column .hero-support {
  width: min(100%, 700px);
  text-align: left;
  display: grid;
  gap: 0.95rem;
  justify-items: start;
  padding: clamp(1rem, 2.4vw, 1.6rem) clamp(1rem, 2.6vw, 1.8rem);
  border-radius: 1.2rem;
  background: linear-gradient(140deg, rgba(20, 30, 60, 0.14), rgba(22, 23, 63, 0.08));
  border: 1px solid rgba(148, 169, 255, 0.18);
  box-shadow: 0 10px 24px rgba(9, 14, 35, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(6px) saturate(105%);
  backdrop-filter: blur(6px) saturate(105%);
}

.qkeykp-hero .hero-description {
  font-size: 1.14rem;
  line-height: 1.78;
  color: #c8d7ff;
  margin: 0;
}

.qkeykp-hero .hero-description-lead {
  display: block;
  margin-bottom: 0.35rem;
  font-size: clamp(1.28rem, 2.1vw, 1.65rem);
  font-weight: 700;
  line-height: 1.3;
}

.qkeykp-hero--two-column .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: flex-start;
}

.qkeykp-hero .qkeykp-hero-jumps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.qkeykp-hero .qkeykp-hero-jump {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 169, 255, 0.22);
  background: rgba(5, 9, 20, 0.35);
  color: #c8d7ff;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.qkeykp-hero .qkeykp-hero-jump i {
  color: var(--qkeykp-accent-orange);
}

.qkeykp-hero .qkeykp-hero-jump--assistant i,
.qkeykp-hero .qkeykp-hero-jump--connect i {
  color: var(--qkeykp-accent-blue);
}

.qkeykp-hero .qkeykp-hero-jump:hover,
.qkeykp-hero .qkeykp-hero-jump:focus {
  color: #f4f7ff;
  border-color: rgb(var(--qkeykp-accent-orange-rgb) / 0.55);
  background: rgba(5, 9, 20, 0.5);
  transform: translateY(-1px);
}

.qkeykp-hero .qkeykp-hero-jump:focus {
  outline: 2px solid rgb(var(--qkeykp-accent-orange-rgb) / 0.65);
  outline-offset: 2px;
}

.qkeykp-hero .hero-buttons .btn {
  min-width: 170px;
  border: none;
  border-radius: 999px;
  font-weight: 600;
  padding: 0.95rem 1.75rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.qkeykp-hero .hero-buttons .btn-primary {
  background: linear-gradient(120deg, var(--qkeykp-accent-orange) 0%, rgb(var(--qkeykp-accent-orange-rgb) / 0.8) 80%);
  color: #1b102c;
}

.qkeykp-hero .hero-buttons .btn-secondary {
  background: linear-gradient(120deg, var(--qkeykp-accent-blue) 0%, rgb(var(--qkeykp-accent-blue-rgb) / 0.76) 85%);
  color: #f4f7ff;
}

.qkeykp-hero .hero-buttons .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
}

.qkeykp-hero--two-column .hero-tertiary-link {
  font-size: 0.98rem;
  font-weight: 600;
  color: #c8d7ff;
  text-decoration: none;
  border: 0;
  background: transparent;
  padding: 0.15rem 0;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.qkeykp-hero--two-column .hero-tertiary-link::after {
  content: '\2192';
  font-size: 0.95em;
  opacity: 0.9;
  transition: transform 0.2s ease;
}

.qkeykp-hero--two-column .hero-tertiary-link:hover,
.qkeykp-hero--two-column .hero-tertiary-link:focus {
  color: var(--qkeykp-accent-orange);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  box-shadow: none;
  transform: none;
}

.qkeykp-hero--two-column .hero-tertiary-link:hover::after,
.qkeykp-hero--two-column .hero-tertiary-link:focus::after {
  transform: translateX(2px);
}

.qkeykp-hero .code-preview {
  width: 100%;
  max-width: 460px;
  background: radial-gradient(circle at top, rgb(var(--qkeykp-accent-orange-rgb) / 0.12) 0%, rgba(7, 9, 20, 0.95) 60%);
  border-radius: 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 35px 80px rgba(5, 9, 24, 0.65), 0 0 0 1px rgb(var(--qkeykp-accent-orange-rgb) / 0.12);
  overflow: hidden;
  position: relative;
}

.qkeykp-hero .code-preview::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  border-radius: 1.75rem 1.75rem 0 0;
  background: linear-gradient(90deg, rgb(var(--qkeykp-accent-orange-rgb) / 0.72) 0%, var(--qkeykp-accent-orange) 100%);
}

.qkeykp-hero .code-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.qkeykp-hero .code-controls {
  display: flex;
  gap: 0.35rem;
}

.qkeykp-hero .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.qkeykp-hero .dot.red { background: #ff5f56; }
.qkeykp-hero .dot.yellow { background: #ffbd2e; }
.qkeykp-hero .dot.green { background: #27ca3f; }

.qkeykp-hero .code-title {
  font-family: 'JetBrains Mono', 'SFMono-Regular', Menlo, monospace;
  font-size: 0.9rem;
  color: #a3adc2;
}

.qkeykp-hero .code-content {
  padding: 1.4rem 1.45rem 1.55rem;
  color: #f4f7ff;
  background: #050914;
  min-height: 330px;
  border-radius: 0 0 1.75rem 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  display: grid;
  gap: 1.25rem;
}

.qkeykp-hero .qkeykp-preview-label {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a3adc2;
}

.qkeykp-hero .qkeykp-workflow {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  padding: 0;
  margin: 0.7rem 0 0;
}

.qkeykp-hero .qkeykp-workflow li {
  margin: 0;
}

.qkeykp-hero .qkeykp-workflow-step {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.48rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
  font-weight: 700;
  font-size: 0.92rem;
}

.qkeykp-hero .qkeykp-workflow-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  font-size: 0.95rem;
}

.qkeykp-hero .qkeykp-workflow-step--draft .qkeykp-workflow-icon,
.qkeykp-hero .qkeykp-workflow-step--publish .qkeykp-workflow-icon {
  background: rgb(var(--qkeykp-accent-orange-rgb) / 0.18);
  color: var(--qkeykp-accent-orange);
  box-shadow: 0 0 0 1px rgb(var(--qkeykp-accent-orange-rgb) / 0.22);
}

.qkeykp-hero .qkeykp-workflow-step--validate .qkeykp-workflow-icon,
.qkeykp-hero .qkeykp-workflow-step--assist .qkeykp-workflow-icon,
.qkeykp-hero .qkeykp-workflow-step--community .qkeykp-workflow-icon {
  background: rgb(var(--qkeykp-accent-blue-rgb) / 0.18);
  color: var(--qkeykp-accent-blue);
  box-shadow: 0 0 0 1px rgb(var(--qkeykp-accent-blue-rgb) / 0.22);
}

.qkeykp-hero .qkeykp-workflow-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgb(163 173 194 / 75%);
  font-size: 0.95rem;
}

.qkeykp-hero .qkeykp-preview-divider {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 12%), transparent);
}

.qkeykp-hero .qkeykp-bundle-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.qkeykp-hero .qkeykp-bundle-ribbon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: linear-gradient(
    120deg,
    rgb(var(--qkeykp-accent-orange-rgb) / 0.9) 0%,
    rgb(var(--qkeykp-accent-blue-rgb) / 0.88) 100%
  );
  color: #050914;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.35);
}

.qkeykp-hero .qkeykp-bundle-stack {
  display: flex;
  flex-direction: column;
  margin-top: 0.85rem;
}

.qkeykp-hero .qkeykp-bundle-card {
  border-radius: 1.15rem;
  padding: 0.95rem 1rem;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.45);
  position: relative;
}

.qkeykp-hero .qkeykp-bundle-card + .qkeykp-bundle-card {
  margin-top: 0.7rem;
}

.qkeykp-hero .qkeykp-bundle-card:nth-child(1) { z-index: 3; }
.qkeykp-hero .qkeykp-bundle-card:nth-child(2) { z-index: 2; }
.qkeykp-hero .qkeykp-bundle-card:nth-child(3) { z-index: 1; }

.qkeykp-hero .qkeykp-bundle-card--docs {
  border-color: rgb(var(--qkeykp-accent-orange-rgb) / 0.35);
}

.qkeykp-hero .qkeykp-bundle-card--assistant {
  border-color: rgb(var(--qkeykp-accent-blue-rgb) / 0.35);
}

.qkeykp-hero .qkeykp-bundle-card--community {
  border-color: rgb(255 255 255 / 0.14);
}

.qkeykp-hero .qkeykp-bundle-card-title {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 800;
  font-size: 1.05rem;
  color: #f4f7ff;
}

.qkeykp-hero .qkeykp-bundle-card-title i {
  color: var(--qkeykp-accent-orange);
}

.qkeykp-hero .qkeykp-bundle-card--assistant .qkeykp-bundle-card-title i {
  color: var(--qkeykp-accent-blue);
}

.qkeykp-hero .qkeykp-bundle-card--community .qkeykp-bundle-card-title i {
  color: rgb(255 255 255 / 75%);
}

.qkeykp-hero .qkeykp-bundle-card-list {
  margin: 0.6rem 0 0;
  padding-left: 1.25rem;
  color: #c8d7ff;
  font-size: 0.93rem;
  line-height: 1.55;
}

.qkeykp-hero .qkeykp-bundle-card-list li {
  margin: 0 0 0.3rem;
}

.qkeykp-hero .qkeykp-bundle-card-list li:last-child {
  margin-bottom: 0;
}

body.p-company-querykey-knowledge-platform .standard-grid.compact {
  --std-card-height: auto;
  grid-auto-rows: auto;
}

body.p-company-querykey-knowledge-platform .standard-section > .container > h2 {
  font-size: clamp(2.05rem, 4.4vw, 3.05rem);
  letter-spacing: -0.012em;
  scroll-margin-top: 110px;
}

body.p-company-querykey-knowledge-platform #hubTitle {
  color: var(--std-accent-orange);
}

body.p-company-querykey-knowledge-platform #assistantTitle {
  color: var(--std-accent-blue);
}

body.p-company-querykey-knowledge-platform #forumTitle {
  color: var(--std-accent-orange);
}

body.p-company-querykey-knowledge-platform #connectTitle {
  color: var(--std-accent-blue);
}

body.p-company-querykey-knowledge-platform #ctaTitle {
  color: var(--std-accent-orange);
}

body.p-company-querykey-knowledge-platform #ctaTitle .qkey-wordmark__lead,
body.p-company-querykey-knowledge-platform #ctaTitle .qkey-wordmark__rest {
  color: var(--std-accent-orange);
}

body.p-company-querykey-knowledge-platform .standard-card {
  height: auto;
  min-height: clamp(220px, 29vh, 300px);
  justify-content: flex-start;
  gap: 0.55rem;
}

body.p-company-querykey-knowledge-platform .standard-card :is(h2, h3) {
  margin: 0;
  line-height: 1.16;
}

body.p-company-querykey-knowledge-platform .standard-card p {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

body.p-company-querykey-knowledge-platform #demoTitle {
  color: var(--std-accent-orange);
}

body.p-company-querykey-knowledge-platform .qkeykp-demo-section .container {
  display: grid;
  gap: 1rem;
}

body.p-company-querykey-knowledge-platform .qkeykp-demo-intro {
  max-width: 780px;
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.75;
  color: rgba(223, 232, 255, 0.84);
}

body.p-company-querykey-knowledge-platform .qkeykp-demo-grid {
  margin-top: 0.35rem;
}

body.p-company-querykey-knowledge-platform .qkeykp-demo-card {
  display: grid;
  gap: 0.9rem;
}

body.p-company-querykey-knowledge-platform .qkeykp-demo-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  font-weight: 700;
  color: var(--qk-accent-orange);
  text-decoration: none;
}

body.p-company-querykey-knowledge-platform .qkeykp-demo-link::after {
  content: '→';
  font-size: 0.95em;
  transition: transform 180ms ease;
}

body.p-company-querykey-knowledge-platform .qkeykp-demo-link:hover::after,
body.p-company-querykey-knowledge-platform .qkeykp-demo-link:focus-visible::after {
  transform: translateX(3px);
}

body.p-company-querykey-knowledge-platform .standard-section.standard-section-tint,
body.p-company-querykey-knowledge-platform .standard-section.standard-section-accent,
body.p-company-querykey-knowledge-platform .standard-section.standard-cta {
  border-top-color: transparent;
}

body.p-company-querykey-knowledge-platform .standard-section.standard-section-accent::before {
  content: none;
}

@keyframes qkeykp-parallax {
  0% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-30px, -40px, 0); }
  100% { transform: translate3d(15px, 25px, 0); }
}

@keyframes qkeykp-gradient-shift {
  0% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.8; }
  50% { transform: translate3d(-40px, -60px, 0) scale(1.15); opacity: 1; }
  100% { transform: translate3d(20px, 40px, 0) scale(0.95); opacity: 0.85; }
}

@keyframes qkeykp-hero-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes qkeykp-particle-float {
  0% { transform: translate3d(0, 0, 0) scale(0.75); opacity: 0.15; }
  40% { transform: translate3d(45px, -60px, 0) scale(1.25); opacity: 0.8; }
  70% { transform: translate3d(-30px, -20px, 0) scale(0.95); opacity: 0.5; }
  100% { transform: translate3d(15px, -50px, 0) scale(0.8); opacity: 0.2; }
}

@media (max-width: 1080px) {
  .qkeykp-hero--two-column .hero-content {
    text-align: left;
  }

  .qkeykp-hero--two-column .hero-layout {
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }

  .qkeykp-hero--two-column .hero-main-col {
    max-width: none;
    order: 1;
  }

  .qkeykp-hero--two-column .hero-code-col {
    justify-content: flex-start;
    order: 2;
  }

  .qkeykp-hero .hero-title::after {
    left: 0;
    transform: none;
  }

  .qkeykp-hero--two-column .hero-support {
    text-align: left;
    width: min(100%, 760px);
  }

  .qkeykp-hero--two-column .hero-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .qkeykp-hero {
    min-height: 0;
    padding: 4rem 0;
  }

  .qkeykp-hero .hero-container {
    padding: 0 1.15rem;
  }

  .qkeykp-hero .hero-title {
    font-size: clamp(2.2rem, 10vw, 3.1rem);
  }

  .qkeykp-hero--two-column .hero-support {
    width: 100%;
    padding: 1rem;
    border-radius: 1rem;
  }

  .qkeykp-hero .hero-description {
    font-size: 1.05rem;
    line-height: 1.7;
  }

  .qkeykp-hero--two-column .hero-code-col {
    justify-content: center;
  }

  .qkeykp-hero .hero-buttons .btn {
    width: 100%;
    min-width: 0;
  }

  .qkeykp-hero .code-content {
    min-height: 0;
    padding: 1.2rem 1.15rem 1.35rem;
    gap: 1.05rem;
  }

  body.p-company-querykey-knowledge-platform .standard-section.standard-cta .qkeykp-cta-actions .btn {
    width: 100%;
    min-width: 0;
  }

  body.p-company-querykey-knowledge-platform .standard-card {
    min-height: 0;
  }
}

:is(body.light-mode.p-company-querykey-knowledge-platform, html.light-mode body.p-company-querykey-knowledge-platform, body.p-company-querykey-knowledge-platform[data-theme="light"], html[data-theme="light"] body.p-company-querykey-knowledge-platform) .qkeykp-hero {
  background:
    radial-gradient(circle at 15% 25%, rgb(var(--qkeykp-accent-orange-rgb) / 0.12) 0%, transparent 45%),
    radial-gradient(circle at 80% 15%, rgb(var(--qkeykp-accent-blue-rgb) / 0.14) 0%, transparent 48%),
    linear-gradient(180deg, #f4f8ff 0%, #eaf1ff 50%, #f7faff 100%);
  color: #132241;
}

:is(body.light-mode.p-company-querykey-knowledge-platform, html.light-mode body.p-company-querykey-knowledge-platform, body.p-company-querykey-knowledge-platform[data-theme="light"], html[data-theme="light"] body.p-company-querykey-knowledge-platform) .qkeykp-hero::before,
:is(body.light-mode.p-company-querykey-knowledge-platform, html.light-mode body.p-company-querykey-knowledge-platform, body.p-company-querykey-knowledge-platform[data-theme="light"], html[data-theme="light"] body.p-company-querykey-knowledge-platform) .qkeykp-hero::after {
  opacity: 0.45;
  mix-blend-mode: normal;
}

:is(body.light-mode.p-company-querykey-knowledge-platform, html.light-mode body.p-company-querykey-knowledge-platform, body.p-company-querykey-knowledge-platform[data-theme="light"], html[data-theme="light"] body.p-company-querykey-knowledge-platform) .qkeykp-hero .hero-description,
:is(body.light-mode.p-company-querykey-knowledge-platform, html.light-mode body.p-company-querykey-knowledge-platform, body.p-company-querykey-knowledge-platform[data-theme="light"], html[data-theme="light"] body.p-company-querykey-knowledge-platform) .qkeykp-hero .hero-tertiary-link,
:is(body.light-mode.p-company-querykey-knowledge-platform, html.light-mode body.p-company-querykey-knowledge-platform, body.p-company-querykey-knowledge-platform[data-theme="light"], html[data-theme="light"] body.p-company-querykey-knowledge-platform) .qkeykp-hero .qkeykp-bundle-card-list {
  color: #334a73;
}

:is(body.light-mode.p-company-querykey-knowledge-platform, html.light-mode body.p-company-querykey-knowledge-platform, body.p-company-querykey-knowledge-platform[data-theme="light"], html[data-theme="light"] body.p-company-querykey-knowledge-platform) .qkeykp-hero .hero-support,
:is(body.light-mode.p-company-querykey-knowledge-platform, html.light-mode body.p-company-querykey-knowledge-platform, body.p-company-querykey-knowledge-platform[data-theme="light"], html[data-theme="light"] body.p-company-querykey-knowledge-platform) .qkeykp-hero .qkeykp-bundle-card {
  background: linear-gradient(140deg, rgb(255 255 255 / 84%), rgb(241 247 255 / 80%));
  border-color: rgb(43 67 160 / 18%);
  box-shadow: 0 12px 28px rgb(15 23 42 / 12%), inset 0 1px 0 rgb(255 255 255 / 90%);
}

:is(body.light-mode.p-company-querykey-knowledge-platform, html.light-mode body.p-company-querykey-knowledge-platform, body.p-company-querykey-knowledge-platform[data-theme="light"], html[data-theme="light"] body.p-company-querykey-knowledge-platform) .qkeykp-hero .hero-badge,
:is(body.light-mode.p-company-querykey-knowledge-platform, html.light-mode body.p-company-querykey-knowledge-platform, body.p-company-querykey-knowledge-platform[data-theme="light"], html[data-theme="light"] body.p-company-querykey-knowledge-platform) .qkeykp-hero .qkeykp-hero-jump {
  background: rgb(var(--qkeykp-accent-orange-rgb) / 0.12);
  border-color: rgb(var(--qkeykp-accent-orange-rgb) / 0.3);
  color: #27436f;
}

:is(body.light-mode.p-company-querykey-knowledge-platform, html.light-mode body.p-company-querykey-knowledge-platform, body.p-company-querykey-knowledge-platform[data-theme="light"], html[data-theme="light"] body.p-company-querykey-knowledge-platform) .qkeykp-hero .code-preview {
  background: linear-gradient(180deg, #fff 0%, #f4f8ff 100%);
  border-color: rgb(43 67 160 / 18%);
  box-shadow: 0 20px 44px rgb(15 23 42 / 12%);
}

:is(body.light-mode.p-company-querykey-knowledge-platform, html.light-mode body.p-company-querykey-knowledge-platform, body.p-company-querykey-knowledge-platform[data-theme="light"], html[data-theme="light"] body.p-company-querykey-knowledge-platform) .qkeykp-hero .code-header,
:is(body.light-mode.p-company-querykey-knowledge-platform, html.light-mode body.p-company-querykey-knowledge-platform, body.p-company-querykey-knowledge-platform[data-theme="light"], html[data-theme="light"] body.p-company-querykey-knowledge-platform) .qkeykp-hero .code-content {
  background: #f7faff;
  border-color: rgb(43 67 160 / 12%);
  color: #1e2e54;
}

:is(body.light-mode.p-company-querykey-knowledge-platform, html.light-mode body.p-company-querykey-knowledge-platform, body.p-company-querykey-knowledge-platform[data-theme="light"], html[data-theme="light"] body.p-company-querykey-knowledge-platform) .qkeykp-demo-intro {
  color: #3b4e75;
}
