/* =========================================================
   HAKIKISHA HOMEPAGE — HEADER + HERO
   ========================================================= */

*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: clip;
}

.hk-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(rgba(10, 10, 28, 0.78), rgba(10, 10, 28, 0.85)),
    url('images/istockphoto-489309608-612x612.jpg') center / cover no-repeat;
  backdrop-filter: blur(6px);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.hk-header.scrolled {
  background:
    linear-gradient(rgba(8, 8, 22, 0.94), rgba(8, 8, 22, 0.97)),
    url('images/istockphoto-489309608-612x612.jpg') center / cover no-repeat;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.5);
}

.hk-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.hk-nav {
  display: flex;
  align-items: center;
  min-height: 78px;
  gap: 28px;
  position: relative;
}

.hk-logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #ffffff;
  text-decoration: none;
}

.hk-logo-icon {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
  width: 34px;
  height: 34px;
  padding-bottom: 8px;
  border-radius: 10px;
  background: linear-gradient(135deg, #7385fa, #875bc0);
  box-shadow: 0 8px 20px rgba(105, 119, 241, 0.25);
}

.hk-logo-icon span {
  display: block;
  width: 4px;
  border-radius: 3px;
  background: #ffffff;
}

.hk-logo-icon span:nth-child(1) {
  height: 7px;
  opacity: 0.72;
}

.hk-logo-icon span:nth-child(2) {
  height: 13px;
}

.hk-logo-icon span:nth-child(3) {
  height: 18px;
  opacity: 0.88;
}

.hk-logo-text {
  display: flex;
  flex-direction: column;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.05;
  text-transform: uppercase;
  background: linear-gradient(110deg, #ffffff 20%, #a8b4ff 60%, #d49fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 0 18px rgba(160, 140, 255, 0.45));
}

.hk-logo-text small {
  margin-top: 4px;
  background: linear-gradient(90deg, #7b8fff, #c084fc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "DM Sans", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  filter: none;
}

.hk-nav-links {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-left: auto;
}

.hk-nav-links a {
  position: relative;
  color: #aeadc3;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease;
}

.hk-nav-links a:hover,
.hk-nav-links a.active {
  color: #ffffff;
}

.hk-nav-links a.active::after {
  position: absolute;
  bottom: -29px;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #8491ff;
  content: "";
}

.hk-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  border-radius: 8px;
  background: #ffffff;
  color: #202039;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

.hk-nav-cta:hover {
  background: #e9eafe;
  transform: translateY(-2px);
}

.hk-menu-button {
  display: none;
}

/* Hero */

.hk-hero {
  position: relative;
  overflow: hidden;
  padding-top: 78px;
  min-height: 635px;
  background:
    radial-gradient(circle at 76% 43%, rgba(105, 101, 215, 0.16), transparent 28%),
    radial-gradient(circle at 18% 0%, rgba(90, 101, 220, 0.13), transparent 29%),
    #111126;
}

.hk-hero::before {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 55px 55px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
  content: "";
}

.hk-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: 60px;
  min-height: 635px;
  padding: 65px 0;
}

.hk-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #adb7ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.hk-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #66ddb1;
  box-shadow: 0 0 0 5px rgba(102, 221, 177, 0.12);
}

.hk-hero-copy h1 {
  max-width: 590px;
  margin: 18px 0 21px;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: clamp(54px, 6.5vw, 88px);
  font-weight: 800;
  letter-spacing: -3.6px;
  line-height: 1.01;
  text-shadow: 0 4px 32px rgba(0, 0, 0, 0.5);
}

.hk-hero-copy h1 span {
  display: block;
  background: linear-gradient(95deg, #99a7ff, #cc97fa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hk-hero-description {
  max-width: 545px;
  margin: 0;
  color: #b3b3ca;
  font-size: 17px;
  line-height: 1.7;
}

.hk-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hk-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 18px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hk-button:hover {
  transform: translateY(-2px);
}

.hk-button-primary {
  background: linear-gradient(100deg, #697af1, #8a61c7);
  box-shadow: 0 12px 24px rgba(103, 116, 239, 0.28);
  color: #ffffff;
}

.hk-button-primary:hover {
  box-shadow: 0 16px 32px rgba(103, 116, 239, 0.4);
}

.hk-button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.hk-button-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
}

.hk-hero-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 23px;
  color: #9e9eb8;
  font-size: 12px;
}

.hk-note-check {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: rgba(85, 216, 168, 0.13);
  color: #6de0b4;
  font-size: 11px;
  font-weight: 800;
}

/* Product dashboard */

.hk-product-wrap {
  position: relative;
}

.hk-product-card {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(180, 187, 255, 0.18);
  border-radius: 17px;
  background: linear-gradient(145deg, #252545, #17172c);
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.36);
}

.hk-product-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 19px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  color: #e9e9f6;
  font-size: 11px;
}

.hk-product-brand {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
}

.hk-product-brand-icon {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 6px;
  background: linear-gradient(135deg, #8290ff, #9d69ce);
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  font-weight: 800;
}

.hk-live-status {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #7ce2b9;
  font-size: 10px;
  font-weight: 700;
}

.hk-live-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5bd5a8;
  box-shadow: 0 0 0 4px rgba(91, 213, 168, 0.12);
}

.hk-product-body {
  display: grid;
  grid-template-columns: 58px 1fr;
  min-height: 390px;
}

.hk-product-sidebar {
  padding: 20px 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
}

.hk-side-item {
  display: block;
  width: 100%;
  height: 8px;
  margin-bottom: 19px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.13);
}

.hk-side-item.active {
  background: #8793ff;
  box-shadow: 0 0 12px rgba(135, 147, 255, 0.5);
}

.hk-product-content {
  padding: 21px;
}

.hk-product-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.hk-product-heading p {
  margin: 0;
  color: #9999b7;
  font-size: 10px;
}

.hk-product-heading h2 {
  margin: 3px 0 0;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  letter-spacing: -0.4px;
}

.hk-date {
  padding: 5px 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.07);
  color: #b2b2c7;
  font-size: 10px;
}

.hk-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin: 18px 0 14px;
}

.hk-metric-card {
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.hk-metric-card span,
.hk-metric-card small {
  display: block;
  color: #a0a0b8;
  font-size: 8px;
  line-height: 1.35;
}

.hk-metric-card strong {
  display: block;
  margin: 4px 0;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
}

.hk-up,
.hk-safe-text {
  color: #6edfb5 !important;
}

.hk-warn-text {
  color: #ffc574 !important;
}

.hk-chart-card {
  position: relative;
  overflow: hidden;
  height: 143px;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 9px;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 32px,
      rgba(255, 255, 255, 0.055) 33px
    ),
    rgba(255, 255, 255, 0.02);
}

.hk-chart-title {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  color: #d7d7e4;
  font-size: 10px;
}

.hk-chart-title small {
  color: #9696ae;
  font-size: 9px;
}

.hk-chart-card svg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 108px;
}

.hk-alert-card {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 12px;
  padding: 9px;
  border: 1px solid rgba(255, 190, 102, 0.18);
  border-radius: 8px;
  background: rgba(255, 188, 101, 0.08);
}

.hk-alert-symbol {
  display: grid;
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 192, 110, 0.2);
  color: #ffd08b;
  font-size: 12px;
  font-weight: 800;
}

.hk-alert-card strong {
  display: block;
  color: #ffe4ba;
  font-size: 9px;
}

.hk-alert-card p {
  margin: 2px 0 0;
  color: #b7aca5;
  font-size: 8px;
}

.hk-alert-card a {
  margin-left: auto;
  color: #ffd294;
  font-size: 9px;
  font-weight: 800;
  text-decoration: none;
}

.hk-float-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  background: rgba(37, 37, 67, 0.88);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

.hk-float-card small,
.hk-float-card strong {
  display: block;
}

.hk-float-card small {
  color: #9e9eb8;
  font-size: 9px;
}

.hk-float-card strong {
  color: #f1f1f8;
  font-size: 10px;
}

.hk-float-card-one {
  top: 12%;
  right: -32px;
}

.hk-float-card-two {
  bottom: 7%;
  left: -42px;
}

.hk-float-icon {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 7px;
  background: rgba(85, 216, 168, 0.16);
  color: #6fe1b5;
  font-size: 13px;
  font-weight: 800;
}

.hk-pulse-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #7585fa;
  box-shadow: 0 0 0 5px rgba(117, 133, 250, 0.15);
}

/* Mobile navigation and hero */

@media (max-width: 900px) {
  .hk-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 62px;
  }

  .hk-product-wrap {
    max-width: 650px;
  }

  .hk-nav-links {
    gap: 18px;
  }

  .hk-nav-cta {
    display: none;
  }
}

@media (max-width: 680px) {
  .hk-container {
    width: min(100% - 32px, 1180px);
  }

  .hk-nav {
    min-height: 70px;
  }

  .hk-menu-button {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-left: auto;
    padding: 8px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .hk-menu-button span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 3px;
    background: #ffffff;
  }

  .hk-nav-links {
    display: none;
  }

  .hk-nav-open .hk-nav-links {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    padding: 20px;
    gap: 15px;
    background: rgba(10, 10, 28, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(16px);
    z-index: 99;
  }

  .hk-nav-open .hk-nav-links a {
    font-size: 14px;
    padding: 8px 0;
  }

  .hk-hero-grid {
    min-height: auto;
    padding-top: 52px;
    padding-bottom: 58px;
  }

  .hk-hero-copy h1 {
    font-size: 48px;
    letter-spacing: -2.5px;
  }

  .hk-hero-description {
    font-size: 16px;
  }

  .hk-hero-actions {
    flex-direction: column;
  }

  .hk-button {
    width: 100%;
  }

  .hk-product-body {
    grid-template-columns: 42px 1fr;
    min-height: 350px;
  }

  .hk-product-sidebar {
    padding: 17px 9px;
  }

  .hk-product-content {
    padding: 15px;
  }

  .hk-metric-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hk-metric-card:last-child {
    display: none;
  }

  .hk-float-card-one {
    right: -12px;
  }

  .hk-float-card-two {
    bottom: -16px;
    left: 12px;
  }

  .hk-alert-card a {
    display: none;
  }
}
/* =========================================================
   HAKIKISHA HOMEPAGE — TRUST STRIP
   ========================================================= */

.hk-trust-section {
  position: relative;
  padding: 42px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #15152b;
}

.hk-trust-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hk-trust-intro p {
  margin: 0;
  color: #d9d9e9;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.hk-institution-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 11px;
  color: #9a9ab4;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.hk-institution-list i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #73738c;
}

.hk-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding-top: 30px;
}

.hk-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.hk-trust-icon {
  display: grid;
  flex: 0 0 auto;
  width: 35px;
  height: 35px;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 800;
}

.hk-trust-icon-purple {
  border-color: rgba(135, 147, 255, 0.25);
  background: rgba(119, 132, 249, 0.14);
  color: #a8b1ff;
}

.hk-trust-icon-green {
  border-color: rgba(99, 221, 177, 0.22);
  background: rgba(86, 211, 167, 0.12);
  color: #72e3b8;
}

.hk-trust-icon-orange {
  border-color: rgba(255, 191, 107, 0.22);
  background: rgba(255, 184, 92, 0.1);
  color: #ffcc88;
}

.hk-trust-item strong {
  display: block;
  margin: 1px 0 4px;
  color: #efeff8;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.hk-trust-item p {
  max-width: 270px;
  margin: 0;
  color: #9999b3;
  font-size: 12px;
  line-height: 1.55;
}

@media (max-width: 800px) {
  .hk-trust-intro {
    display: block;
  }

  .hk-institution-list {
    justify-content: flex-start;
    margin-top: 13px;
  }

  .hk-trust-grid {
    grid-template-columns: 1fr;
    gap: 21px;
  }
}

@media (max-width: 480px) {
  .hk-trust-section {
    padding: 33px 0;
  }

  .hk-institution-list {
    gap: 8px;
    font-size: 11px;
  }

  .hk-trust-item p {
    max-width: 100%;
  }
}
/* =========================================================
   HAKIKISHA HOMEPAGE — SOLUTIONS SECTION
   ========================================================= */

.hk-solutions-section {
  padding: 112px 0;
  background:
    radial-gradient(
      circle at 50% 40%,
      rgba(99, 105, 210, 0.08),
      transparent 31%
    ),
    #111126;
}

.hk-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 46px;
}

.hk-section-label {
  margin: 0 0 10px;
  color: #aeb7ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.hk-section-heading h2 {
  max-width: 640px;
  margin: 0;
  color: #f8f8ff;
  font-family: "Manrope", sans-serif;
  font-size: clamp(34px, 4.3vw, 50px);
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.1;
}

.hk-section-heading h2 span {
  display: block;
  color: #9ca8ff;
}

.hk-section-intro {
  max-width: 365px;
  margin: 0 0 4px;
  color: #a8a8c0;
  font-size: 15px;
  line-height: 1.7;
}

.hk-solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}

.hk-solution-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 465px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.075),
    rgba(255, 255, 255, 0.025)
  );
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.hk-solution-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  z-index: 0;
  transition: opacity 0.3s ease;
  border-radius: 15px;
}

.hk-solution-card:hover::before {
  opacity: 0.28;
}

.hk-solution-card:nth-child(1)::before {
  background-image: url('images/3fd8c862-cd9a-4cbb-8c42-04e491622a48.jpg');
}

.hk-solution-card:nth-child(2)::before {
  background-image: url('images/c2586834-0a01-4cac-b7e2-ea5294173c9d.jpg');
}

.hk-solution-card:nth-child(3)::before {
  background-image: url('images/4a53d812-aaa0-4300-ab03-453db61b23cd.jpg');
}

.hk-solution-card > * {
  position: relative;
  z-index: 1;
}

.hk-solution-card:hover {
  border-color: rgba(143, 153, 255, 0.47);
  transform: translateY(-6px);
}

.hk-no-card-bg::before {
  display: none;
}

.hk-solution-card-featured {
  border-color: rgba(137, 143, 255, 0.35);
  background:
    radial-gradient(
      circle at 70% 10%,
      rgba(125, 114, 238, 0.22),
      transparent 38%
    ),
    linear-gradient(145deg, #292852, #1c1b38);
}

.hk-solution-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 36px;
}

.hk-solution-number {
  color: #777790;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.hk-solution-icon {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  width: 49px;
  height: 49px;
  padding-bottom: 11px;
  border-radius: 13px;
}

.hk-solution-icon-screening {
  border: 1px solid rgba(149, 160, 255, 0.24);
  background: rgba(120, 134, 247, 0.14);
}

.hk-solution-icon-screening span {
  width: 5px;
  border-radius: 4px;
  background: #a9b2ff;
}

.hk-solution-icon-screening span:nth-child(1) {
  height: 11px;
}

.hk-solution-icon-screening span:nth-child(2) {
  height: 20px;
}

.hk-solution-icon-screening span:nth-child(3) {
  height: 15px;
}

.hk-solution-icon-monitoring {
  align-items: center;
  justify-content: flex-start;
  padding: 0 10px;
  border: 1px solid rgba(112, 226, 182, 0.22);
  background: rgba(84, 214, 167, 0.11);
}

.hk-solution-icon-monitoring span {
  width: 5px;
  border-radius: 5px;
  background: #76e4bb;
}

.hk-solution-icon-monitoring span:nth-child(1) {
  height: 9px;
}

.hk-solution-icon-monitoring span:nth-child(2) {
  height: 21px;
}

.hk-solution-icon-monitoring span:nth-child(3) {
  height: 14px;
}

.hk-solution-icon-monitoring span:nth-child(4) {
  height: 27px;
}

.hk-solution-icon-reporting {
  display: block;
  padding: 11px;
  border: 1px solid rgba(255, 193, 111, 0.22);
  background: rgba(255, 188, 101, 0.1);
}

.hk-solution-icon-reporting span {
  display: block;
  height: 4px;
  margin-bottom: 5px;
  border-radius: 4px;
  background: #ffd08b;
}

.hk-solution-icon-reporting span:nth-child(2) {
  width: 76%;
}

.hk-solution-icon-reporting span:nth-child(3) {
  width: 56%;
}

.hk-solution-content {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.hk-solution-tag {
  margin: 0 0 10px;
  color: #b0b0c8;
  font-size: 11px;
  font-weight: 700;
}

.hk-solution-content h3 {
  margin: 0;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.85px;
}

.hk-solution-content > p:not(.hk-solution-tag) {
  margin: 14px 0 0;
  color: #a9a9c0;
  font-size: 13px;
  line-height: 1.65;
}

.hk-solution-content ul {
  margin: 20px 0 24px;
  padding: 0;
  list-style: none;
}

.hk-solution-content li {
  margin: 10px 0;
  color: #d3d3e2;
  font-size: 12px;
}

.hk-solution-content li::before {
  margin-right: 9px;
  color: #79dfb7;
  content: "✓";
  font-weight: 800;
}

.hk-solution-content a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: #b4bdff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.hk-solution-content a:hover {
  color: #ffffff;
}

.hk-solution-content a span {
  font-size: 15px;
  transition: transform 0.2s ease;
}

.hk-solution-content a:hover span {
  transform: translateX(4px);
}

@media (max-width: 850px) {
  .hk-section-heading {
    display: block;
  }

  .hk-section-intro {
    max-width: 600px;
    margin-top: 17px;
  }

  .hk-solution-grid {
    grid-template-columns: 1fr;
  }

  .hk-solution-card {
    min-height: auto;
  }
}

@media (max-width: 550px) {
  .hk-solutions-section {
    padding: 74px 0;
  }

  .hk-section-heading {
    margin-bottom: 31px;
  }

  .hk-section-heading h2 {
    font-size: 35px;
    letter-spacing: -1.5px;
  }

  .hk-solution-card {
    padding: 21px;
  }
}/* =========================================================
   HAKIKISHA HOMEPAGE — HOW IT WORKS
   ========================================================= */

.hk-workflow-section {
  padding: 112px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(
      circle at 10% 55%,
      rgba(108, 97, 204, 0.13),
      transparent 27%
    ),
    #17172d;
}

.hk-solution-icon-workflow-connect {
  background: rgba(128, 142, 250, 0.2);
  color: #b8c2ff;
}

.hk-solution-icon-workflow-monitor {
  background: rgba(255, 192, 102, 0.18);
  color: #ffdb9e;
}

.hk-solution-icon-workflow-decide {
  background: rgba(86, 214, 167, 0.18);
  color: #8aedc5;
}

@media (max-width: 850px) {
  .hk-section-intro {
    max-width: 600px;
  }
}

@media (max-width: 550px) {
  .hk-workflow-section {
    padding: 74px 0;
  }

  .hk-solution-card {
    padding: 21px;
  }
}
/* =========================================================
   HAKIKISHA HOMEPAGE — FINAL CTA
   ========================================================= */

.hk-final-cta {
  padding: 92px 0 0;
  background: #111126;
}

.hk-final-cta-box {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  padding: 59px 62px;
  border: 1px solid rgba(164, 169, 255, 0.38);
  border-radius: 18px;
  background:
    radial-gradient(
      circle at 90% 15%,
      rgba(204, 142, 255, 0.24),
      transparent 30%
    ),
    radial-gradient(
      circle at 10% 100%,
      rgba(106, 126, 234, 0.25),
      transparent 34%
    ),
    linear-gradient(rgba(30, 25, 70, 0.82), rgba(55, 30, 80, 0.88)),
    url('images/istockphoto-2246330794-612x612.jpg') center / cover no-repeat;
}

.hk-final-cta-box::before {
  position: absolute;
  top: -135px;
  right: 27%;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  content: "";
}

.hk-final-cta-content,
.hk-final-cta-actions {
  position: relative;
  z-index: 1;
}

.hk-final-cta-content h2 {
  max-width: 670px;
  margin: 9px 0 13px;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: clamp(30px, 3.7vw, 43px);
  font-weight: 800;
  letter-spacing: -1.8px;
  line-height: 1.12;
}

.hk-final-cta-content h2 span {
  display: block;
  color: #d4c1ff;
}

.hk-final-cta-content > p {
  max-width: 595px;
  margin: 0;
  color: #d4cde3;
  font-size: 14px;
  line-height: 1.7;
}

.hk-final-cta-actions {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.hk-button-light {
  min-width: 163px;
  background: #ffffff;
  color: #2b2945;
  box-shadow: 0 10px 22px rgba(23, 19, 45, 0.2);
}

.hk-button-light:hover {
  background: #f0efff;
}

.hk-final-contact-link {
  color: #eee9ff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.hk-final-contact-link:hover {
  color: #ffffff;
}

.hk-final-contact-link span {
  margin-left: 4px;
}

@media (max-width: 760px) {
  .hk-final-cta {
    padding-top: 70px;
  }

  .hk-final-cta-box {
    display: block;
    padding: 39px 27px;
  }

  .hk-final-cta-actions {
    align-items: flex-start;
    margin-top: 27px;
  }
}

@media (max-width: 480px) {
  .hk-final-cta-box {
    padding: 33px 21px;
  }

  .hk-final-cta-content h2 {
    font-size: 31px;
    letter-spacing: -1.35px;
  }

  .hk-final-cta-actions .hk-button {
    width: 100%;
  }
}
/* =========================================================
   HAKIKISHA HOMEPAGE — FOOTER
   ========================================================= */

.hk-footer {
  padding: 74px 0 24px;
  background: #0d0d1e;
}

.hk-footer-main {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}

.hk-footer-brand {
  max-width: 330px;
}

.hk-footer-brand > p {
  margin: 21px 0 17px;
  color: #9999b4;
  font-size: 13px;
  line-height: 1.7;
}

.hk-footer-location {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #b3b3c9;
  font-size: 12px;
}

.hk-footer-location span {
  color: #9eabff;
  font-size: 16px;
}

.hk-footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  gap: 55px;
}

.hk-footer-column p {
  margin: 0 0 15px;
  color: #eeeeF8;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.hk-footer-column a {
  display: block;
  margin: 9px 0;
  color: #9494ae;
  font-size: 12px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.hk-footer-column a:hover {
  color: #b6c0ff;
}

.hk-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 62px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hk-footer-bottom p {
  margin: 0;
  color: #75758f;
  font-size: 11px;
}

.hk-footer-bottom-links {
  display: flex;
  gap: 19px;
}

.hk-footer-bottom-links a {
  color: #85859e;
  font-size: 11px;
  text-decoration: none;
}

.hk-footer-bottom-links a:hover {
  color: #b6c0ff;
}

@media (max-width: 720px) {
  .hk-footer {
    padding-top: 55px;
  }

  .hk-footer-main {
    display: block;
  }

  .hk-footer-links {
    margin-top: 38px;
    gap: 24px;
  }

  .hk-footer-bottom {
    display: block;
    margin-top: 42px;
  }

  .hk-footer-bottom-links {
    margin-top: 12px;
  }
}

@media (max-width: 450px) {
  .hk-footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .hk-footer-column:last-child {
    margin-top: 12px;
  }
}
/* =========================================================
   FEATURES PAGE — HERO + STICKY TABS
   ========================================================= */

.hk-features-page {
  background: #111126;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

/* Compact hero */

.hk-features-hero {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  padding: 72px 0 61px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(102, 126, 234, 0.2),
      transparent 30%
    ),
    radial-gradient(
      circle at 80% 80%,
      rgba(118, 75, 162, 0.2),
      transparent 34%
    ),
    linear-gradient(rgba(10, 10, 28, 0.72), rgba(10, 10, 28, 0.82));
}

.hk-features-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hk-features-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
  animation: hkFeaturesBgMove 22s ease-in-out infinite alternate;
  transform-origin: center center;
}

@keyframes hkFeaturesBgMove {
  0% {
    transform: scale(1) translate(0, 0);
    opacity: 0.24;
  }
  50% {
    transform: scale(1.1) translate(-2%, -1.5%);
    opacity: 0.32;
  }
  100% {
    transform: scale(1.18) translate(2%, 1.5%);
    opacity: 0.24;
  }
}

.hk-features-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, black, transparent);
  content: "";
}

.hk-features-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hk-features-overline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #b3bdff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.hk-features-overline span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #28a745;
  box-shadow: 0 0 0 5px rgba(40, 167, 69, 0.13);
}

.hk-features-hero h1 {
  max-width: 820px;
  margin: 14px auto 14px;
  color: #ffffff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(37px, 4.7vw, 58px);
  font-weight: 800;
  letter-spacing: -2.5px;
  line-height: 1.08;
}

.hk-features-hero h1 span {
  color: #a9b3ff;
}

.hk-features-hero > .hk-container > p {
  max-width: 665px;
  margin: 0 auto;
  color: #b2b2c9;
  font-size: 16px;
  line-height: 1.7;
}

.hk-feature-hero-summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 19px;
  margin-top: 26px;
}

.hk-feature-hero-summary div {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #c4c4d9;
  font-size: 11px;
  font-weight: 600;
}

.hk-feature-hero-summary i {
  color: #8f9aff;
  font-size: 12px;
}

/* Subtle animated particles */

.hk-feature-particle {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(172, 180, 255, 0.22);
  border-radius: 50%;
  animation: hkFeatureFloat 8s ease-in-out infinite;
}

.hk-particle-one {
  top: 20%;
  left: 8%;
  width: 14px;
  height: 14px;
}

.hk-particle-two {
  right: 12%;
  bottom: 19%;
  width: 26px;
  height: 26px;
  animation-delay: -2s;
}

.hk-particle-three {
  top: 10%;
  right: 26%;
  width: 8px;
  height: 8px;
  border-color: rgba(123, 233, 183, 0.5);
  background: rgba(123, 233, 183, 0.16);
  animation-delay: -5s;
}

@keyframes hkFeatureFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-15px) rotate(90deg);
  }
}

/* Sticky feature tabs */

.hk-feature-tabs {
  position: sticky;
  top: 78px;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(22, 22, 47, 0.96);
}

.hk-feature-tabs-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65px;
  gap: 7px;
}

.hk-feature-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 65px;
  padding: 0 17px;
  color: #9999b5;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.hk-feature-tab i {
  color: #9a9ab4;
  font-size: 13px;
  transition: color 0.2s ease;
}

.hk-feature-tab::after {
  position: absolute;
  right: 17px;
  bottom: 0;
  left: 17px;
  height: 2px;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(90deg, #667eea, #9b65d4);
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.hk-feature-tab:hover,
.hk-feature-tab.active {
  color: #f6f6ff;
}

.hk-feature-tab:hover i,
.hk-feature-tab.active i {
  color: #ffffff;
}

.hk-feature-tab.active::after {
  opacity: 1;
  transform: scaleX(1);
}

/* Temporary area — removed once the screening section is built */

.hk-feature-build-note {
  padding: 70px 0;
  background: #111126;
}

.hk-feature-build-note p {
  margin: 0;
  color: #7d7d99;
  font-size: 12px;
  text-align: center;
}

/* Mobile */

@media (max-width: 680px) {
  .hk-features-hero {
    min-height: auto;
    padding: 57px 0 48px;
  }

  .hk-features-hero h1 {
    font-size: 38px;
    letter-spacing: -1.7px;
  }

  .hk-features-hero > .hk-container > p {
    font-size: 14px;
  }

  .hk-feature-hero-summary {
    gap: 11px 16px;
  }

  .hk-feature-tabs {
    overflow-x: auto;
    scrollbar-width: none;
    top: 70px;
  }

  .hk-feature-section {
    scroll-margin-top: 128px;
  }

  .hk-feature-tabs::-webkit-scrollbar {
    display: none;
  }

  .hk-feature-tabs-inner {
    justify-content: flex-start;
    width: max-content;
    min-width: 100%;
    padding: 0 9px;
  }

  .hk-feature-tab {
    min-height: 58px;
    padding: 0 12px;
    font-size: 11px;
  }

  .hk-feature-tab::after {
    right: 12px;
    left: 12px;
  }
}
/* =========================================================
   FEATURES PAGE — COMPLIANCE SCREENING
   ========================================================= */

.hk-feature-section {
  position: relative;
  padding: 110px 0;
  scroll-margin-top: 143px;
}

.hk-feature-section-screening {
  background:
    radial-gradient(
      circle at 84% 48%,
      rgba(102, 126, 234, 0.1),
      transparent 28%
    ),
    #111126;
}

.hk-feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.87fr) minmax(420px, 1.13fr);
  align-items: center;
  gap: 80px;
}

.hk-feature-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  border: 1px solid transparent;
  border-radius: 50px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.85px;
  text-transform: uppercase;
}

.hk-badge-green {
  border-color: rgba(40, 167, 69, 0.28);
  background: rgba(40, 167, 69, 0.12);
  color: #6ee48b;
}

.hk-feature-kicker {
  margin: 19px 0 8px;
  color: #9ba7ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hk-feature-copy h2 {
  max-width: 535px;
  margin: 0;
  color: #ffffff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(33px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.11;
}

.hk-feature-copy h2 span {
  display: block;
  color: #a4afff;
}

.hk-feature-description {
  max-width: 525px;
  margin: 18px 0 0;
  color: #aaaac2;
  font-size: 15px;
  line-height: 1.75;
}

.hk-feature-list {
  display: grid;
  gap: 12px;
  margin: 25px 0 27px;
  padding: 0;
  list-style: none;
}

.hk-feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #dddded;
  font-size: 13px;
  font-weight: 500;
}

.hk-feature-list li > span {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: rgba(40, 167, 69, 0.14);
  color: #65e488;
  font-size: 9px;
}

.hk-feature-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #b4bdff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.hk-feature-text-link:hover {
  color: #ffffff;
}

.hk-feature-text-link i {
  transition: transform 0.2s ease;
}

.hk-feature-text-link:hover i {
  transform: translateX(4px);
}

/* Shared image area */

.hk-feature-media {
  position: relative;
}

.hk-feature-uploaded-image {
  display: block;
  width: 100%;
  border: 1px solid rgba(102, 126, 234, 0.3);
  border-radius: 16px;
  box-shadow: 0 0 40px rgba(102, 126, 234, 0.15);
}

/* Screening mockup */

.hk-screening-mockup {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(102, 126, 234, 0.3);
  border-radius: 16px;
  background:
    radial-gradient(
      circle at 80% 15%,
      rgba(114, 86, 176, 0.18),
      transparent 28%
    ),
    #16213e;
  box-shadow:
    0 0 40px rgba(102, 126, 234, 0.15),
    0 28px 48px rgba(0, 0, 0, 0.22);
}

.hk-mockup-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.hk-mockup-title {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #e9eaff;
  font-size: 11px;
  font-weight: 700;
}

.hk-mockup-title i {
  color: #aab5ff;
}

.hk-mockup-live {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #70df9a;
  font-size: 9px;
  font-weight: 800;
}

.hk-mockup-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #28a745;
  box-shadow: 0 0 0 4px rgba(40, 167, 69, 0.13);
}

.hk-screening-search {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 17px 0;
  padding: 12px 13px;
  border: 1px solid rgba(160, 171, 255, 0.22);
  border-radius: 8px;
  background: rgba(8, 12, 30, 0.43);
  color: #d7dbff;
  font-family: "Courier New", monospace;
  font-size: 11px;
}

.hk-screening-search > i {
  color: #9da9ff;
}

.hk-screening-search kbd {
  margin-left: auto;
  padding: 3px 5px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  color: #8f8faa;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 8px;
}

.hk-screening-result {
  position: relative;
  z-index: 1;
  padding: 15px;
  border: 1px solid rgba(220, 53, 69, 0.22);
  border-radius: 10px;
  background: rgba(220, 53, 69, 0.055);
}

.hk-result-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
}

.hk-result-person {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hk-result-avatar {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 9px;
  background: linear-gradient(135deg, #8e69c7, #6379ea);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
}

.hk-result-person strong,
.hk-result-person span {
  display: block;
}

.hk-result-person strong {
  color: #ffffff;
  font-size: 12px;
}

.hk-result-person span {
  margin-top: 2px;
  color: #9d9db6;
  font-size: 9px;
}

.hk-result-found {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 7px;
  border: 1px solid rgba(220, 53, 69, 0.28);
  border-radius: 6px;
  background: rgba(220, 53, 69, 0.16);
  color: #ff909c;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.hk-risk-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 15px 0;
  padding: 10px 11px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.045);
}

.hk-risk-panel span,
.hk-risk-panel strong {
  display: block;
}

.hk-risk-panel span {
  color: #9696ae;
  font-size: 9px;
}

.hk-risk-panel strong {
  margin-top: 2px;
  color: #ff7b89;
  font-size: 13px;
  text-transform: uppercase;
}

.hk-risk-meter {
  display: flex;
  gap: 4px;
}

.hk-risk-meter span {
  width: 19px;
  height: 6px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
}

.hk-risk-meter span:nth-child(1) {
  background: #28a745;
}

.hk-risk-meter span:nth-child(2) {
  background: #fd7e14;
}

.hk-risk-meter span:nth-child(3),
.hk-risk-meter span.active {
  background: #dc3545;
}

.hk-source-match {
  display: flex;
  align-items: center;
  gap: 9px;
}

.hk-source-icon {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 7px;
  background: rgba(102, 126, 234, 0.15);
  color: #aeb8ff;
  font-size: 10px;
}

.hk-source-match div:nth-child(2) span,
.hk-source-match div:nth-child(2) strong {
  display: block;
}

.hk-source-match div:nth-child(2) span {
  color: #9696ad;
  font-size: 8px;
}

.hk-source-match div:nth-child(2) strong {
  color: #d9d9eb;
  font-size: 10px;
}

.hk-match-score {
  margin-left: auto;
  color: #ffb7bf;
  font-size: 9px;
  font-weight: 700;
}

.hk-screening-bottom {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 15px;
  padding-top: 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #9494ac;
  font-size: 9px;
}

.hk-screening-bottom i {
  margin-right: 4px;
  color: #8e9aff;
}

.hk-screening-bottom b {
  color: #78e59a;
  font-weight: 700;
}

.hk-screening-orb {
  position: absolute;
  border: 1px solid rgba(128, 142, 255, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.hk-screening-orb-one {
  top: -85px;
  right: -80px;
  width: 190px;
  height: 190px;
}

.hk-screening-orb-two {
  bottom: -70px;
  left: -50px;
  width: 140px;
  height: 140px;
}

/* Scroll reveal */

.hk-reveal {
  opacity: 0;
  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hk-reveal-left {
  transform: translateX(-35px);
}

.hk-reveal-right {
  transform: translateX(35px);
}

.hk-reveal.is-visible {
  opacity: 1;
  transform: translate(0);
}

@media (max-width: 900px) {
  .hk-feature-section {
    padding: 82px 0;
  }

  .hk-feature-layout {
    grid-template-columns: 1fr;
    gap: 43px;
  }

  .hk-feature-copy {
    max-width: 650px;
  }

  .hk-feature-media {
    max-width: 680px;
  }

  .hk-reveal-left,
  .hk-reveal-right {
    transform: translateY(25px);
  }
}

@media (max-width: 500px) {
  .hk-feature-section {
    padding: 67px 0;
  }

  .hk-feature-copy h2 {
    font-size: 35px;
    letter-spacing: -1.5px;
  }

  .hk-screening-mockup {
    padding: 13px;
  }

  .hk-result-found {
    font-size: 8px;
  }

  .hk-screening-bottom {
    flex-wrap: wrap;
    gap: 7px 14px;
  }

  .hk-match-score {
    display: none;
  }
}
/* =========================================================
   FEATURES PAGE — TRANSACTION MONITORING
   ========================================================= */

.hk-feature-section-monitoring {
  background:
    radial-gradient(
      circle at 15% 45%,
      rgba(118, 75, 162, 0.12),
      transparent 27%
    ),
    #17172d;
}

.hk-feature-layout-reverse {
  grid-template-columns: minmax(420px, 1.13fr) minmax(0, 0.87fr);
}

.hk-badge-blue {
  border-color: rgba(102, 126, 234, 0.3);
  background: rgba(102, 126, 234, 0.15);
  color: #acb6ff;
}

/* Transaction monitoring mockup */

.hk-monitoring-mockup {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(102, 126, 234, 0.3);
  border-radius: 16px;
  background:
    radial-gradient(
      circle at 25% 92%,
      rgba(102, 126, 234, 0.14),
      transparent 33%
    ),
    #16213e;
  box-shadow:
    0 0 40px rgba(102, 126, 234, 0.15),
    0 28px 48px rgba(0, 0, 0, 0.22);
}

.hk-transaction-card {
  position: relative;
  z-index: 1;
  margin: 17px 0 12px;
  padding: 14px;
  border: 1px solid rgba(253, 126, 20, 0.25);
  border-radius: 10px;
  background: rgba(253, 126, 20, 0.055);
}

.hk-transaction-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.hk-transaction-top div span,
.hk-transaction-top div strong {
  display: block;
}

.hk-transaction-top div span {
  color: #9696af;
  font-size: 9px;
}

.hk-transaction-top div strong {
  margin-top: 3px;
  color: #e6e7f8;
  font-family: "Courier New", monospace;
  font-size: 11px;
}

.hk-flagged-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 7px;
  border: 1px solid rgba(253, 126, 20, 0.3);
  border-radius: 6px;
  background: rgba(253, 126, 20, 0.14);
  color: #ffc07c;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.hk-transaction-values {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-top: 15px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hk-transaction-values span,
.hk-transaction-values strong {
  display: block;
}

.hk-transaction-values span {
  color: #9090a9;
  font-size: 8px;
}

.hk-transaction-values strong {
  margin-top: 4px;
  color: #dbdcec;
  font-size: 10px;
}

.hk-transaction-values .hk-transaction-amount {
  color: #ffd096;
  font-family: "Manrope", Inter, sans-serif;
  font-size: 12px;
}

.hk-monitoring-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.74fr 1.26fr;
  gap: 11px;
}

.hk-risk-score-card,
.hk-monitoring-alerts {
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.hk-risk-score-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.hk-risk-ring {
  position: relative;
  width: 63px;
  height: 63px;
}

.hk-risk-ring svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.hk-risk-ring circle {
  fill: none;
  stroke-width: 4;
}

.hk-ring-background {
  stroke: rgba(255, 255, 255, 0.1);
}

.hk-ring-progress {
  stroke: #fd7e14;
  stroke-linecap: round;
  stroke-dasharray: 100.5;
  stroke-dashoffset: 28;
  filter: drop-shadow(0 0 4px rgba(253, 126, 20, 0.45));
}

.hk-risk-ring > strong {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  font-family: "Manrope", Inter, sans-serif;
  font-size: 14px;
  transform: translate(-50%, -50%);
}

.hk-risk-ring > strong span {
  color: #ffc57d;
  font-size: 8px;
}

.hk-risk-score-card > div:last-child span,
.hk-risk-score-card > div:last-child strong,
.hk-risk-score-card > div:last-child small {
  display: block;
}

.hk-risk-score-card > div:last-child span {
  color: #a0a0b8;
  font-size: 9px;
}

.hk-risk-score-card > div:last-child strong {
  margin: 2px 0;
  color: #ffc27c;
  font-size: 12px;
}

.hk-risk-score-card > div:last-child small {
  color: #818198;
  font-size: 8px;
  line-height: 1.35;
}

.hk-monitoring-alert-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  color: #cfcfe1;
  font-size: 10px;
  font-weight: 700;
}

.hk-monitoring-alert-title b {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: rgba(220, 53, 69, 0.15);
  color: #ff949f;
  font-size: 9px;
}

.hk-monitoring-alert {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 7px;
  color: #a9a9c0;
  font-size: 9px;
}

.hk-monitoring-alert i {
  color: #ffb66f;
  font-size: 9px;
}

.hk-decision-bar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 9px;
  background: rgba(6, 9, 24, 0.32);
}

.hk-decision-label {
  color: #a5a5bd;
  font-size: 9px;
}

.hk-decision-options {
  display: flex;
  gap: 5px;
}

.hk-decision-options > span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 6px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #9999b0;
  font-size: 8px;
  font-weight: 700;
}

.hk-decision-approve {
  background: rgba(40, 167, 69, 0.08);
}

.hk-decision-flag {
  background: rgba(253, 126, 20, 0.08);
}

.hk-decision-block {
  background: rgba(220, 53, 69, 0.08);
}

.hk-decision-flag.active {
  border-color: rgba(253, 126, 20, 0.3);
  background: rgba(253, 126, 20, 0.18);
  color: #ffca8c;
}

.hk-monitoring-glow {
  position: absolute;
  right: -100px;
  bottom: -110px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(118, 75, 162, 0.18);
  filter: blur(28px);
  pointer-events: none;
}

@media (max-width: 900px) {
  .hk-feature-layout-reverse {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  .hk-monitoring-mockup {
    padding: 13px;
  }

  .hk-transaction-values {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .hk-transaction-values div:last-child {
    display: none;
  }

  .hk-monitoring-grid {
    grid-template-columns: 1fr;
  }

  .hk-risk-score-card {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .hk-decision-bar {
    align-items: flex-start;
    flex-direction: column;
  }
}
/* =========================================================
   FEATURES PAGE — CUSTOMER ONBOARDING
   ========================================================= */

.hk-feature-section-onboarding {
  background:
    radial-gradient(
      circle at 86% 48%,
      rgba(114, 86, 190, 0.12),
      transparent 28%
    ),
    #111126;
}

.hk-badge-purple {
  border-color: rgba(176, 117, 220, 0.3);
  background: rgba(176, 117, 220, 0.13);
  color: #d8a9ff;
}

/* Onboarding mockup */

.hk-onboarding-mockup {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(102, 126, 234, 0.3);
  border-radius: 16px;
  background:
    radial-gradient(
      circle at 85% 18%,
      rgba(150, 94, 198, 0.16),
      transparent 27%
    ),
    #16213e;
  box-shadow:
    0 0 40px rgba(102, 126, 234, 0.15),
    0 28px 48px rgba(0, 0, 0, 0.22);
}

.hk-onboarding-step {
  padding: 5px 7px;
  border-radius: 5px;
  background: rgba(102, 126, 234, 0.13);
  color: #b9c1ff;
  font-size: 8px;
  font-weight: 700;
}

.hk-customer-preview {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.hk-customer-avatar {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #756fe9, #a160c4);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
}

.hk-customer-preview > div:nth-child(2) span,
.hk-customer-preview > div:nth-child(2) strong,
.hk-customer-preview > div:nth-child(2) small {
  display: block;
}

.hk-customer-preview > div:nth-child(2) span {
  color: #9797af;
  font-size: 8px;
}

.hk-customer-preview > div:nth-child(2) strong {
  margin-top: 2px;
  color: #f1f1fa;
  font-size: 12px;
}

.hk-customer-preview > div:nth-child(2) small {
  margin-top: 2px;
  color: #85859d;
  font-size: 8px;
}

.hk-approved-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  padding: 5px 7px;
  border: 1px solid rgba(40, 167, 69, 0.3);
  border-radius: 6px;
  background: rgba(40, 167, 69, 0.13);
  color: #73e497;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.hk-onboarding-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}

.hk-onboarding-field {
  position: relative;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 7px;
  background: rgba(7, 11, 29, 0.26);
}

.hk-onboarding-field span,
.hk-onboarding-field strong {
  display: block;
}

.hk-onboarding-field span {
  color: #8989a2;
  font-size: 8px;
}

.hk-onboarding-field strong {
  overflow: hidden;
  margin-top: 3px;
  padding-right: 12px;
  color: #d6d6e7;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hk-onboarding-field > i {
  position: absolute;
  right: 8px;
  bottom: 9px;
  color: #66df91;
  font-size: 9px;
}

.hk-check-results {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.025);
}

.hk-check-results-head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  color: #d8d8e8;
  font-size: 10px;
  font-weight: 700;
}

.hk-check-results-head small {
  color: #9191aa;
  font-size: 8px;
  font-weight: 500;
}

.hk-check-results-head b {
  color: #71e397;
  font-weight: 700;
}

.hk-check-result-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.hk-check-result-row > div {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #b6b6ca;
  font-size: 9px;
}

.hk-check-result-row > div > i {
  width: 12px;
  color: #9ca8ff;
  text-align: center;
}

.hk-check-clear,
.hk-check-review {
  padding: 3px 5px;
  border-radius: 4px;
  font-size: 8px;
  font-weight: 700;
}

.hk-check-clear {
  background: rgba(40, 167, 69, 0.13);
  color: #74e497;
}

.hk-check-review {
  background: rgba(102, 126, 234, 0.13);
  color: #abb5ff;
}

.hk-onboarding-decision {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding: 11px 12px;
  border: 1px solid rgba(40, 167, 69, 0.24);
  border-radius: 9px;
  background: rgba(40, 167, 69, 0.08);
}

.hk-onboarding-decision > div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hk-onboarding-decision > div > i {
  color: #70e595;
  font-size: 16px;
}

.hk-onboarding-decision span strong,
.hk-onboarding-decision span small {
  display: block;
}

.hk-onboarding-decision span strong {
  color: #d7f8e2;
  font-size: 10px;
}

.hk-onboarding-decision span small {
  margin-top: 2px;
  color: #95bca3;
  font-size: 8px;
}

.hk-onboarding-decision > i {
  color: #77e39b;
  font-size: 12px;
}

@media (max-width: 500px) {
  .hk-onboarding-mockup {
    padding: 13px;
  }

  .hk-onboarding-form {
    grid-template-columns: 1fr 1fr;
  }

  .hk-onboarding-field:last-child {
    display: none;
  }

  .hk-customer-preview {
    align-items: flex-start;
  }

  .hk-approved-badge {
    padding: 4px 5px;
    font-size: 7px;
  }
}
/* =========================================================
   FEATURES PAGE — REGULATORY REPORTS
   ========================================================= */

.hk-feature-section-reports {
  background:
    radial-gradient(
      circle at 16% 50%,
      rgba(102, 126, 234, 0.12),
      transparent 29%
    ),
    #17172d;
}

.hk-reports-mockup {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(102, 126, 234, 0.3);
  border-radius: 16px;
  background:
    radial-gradient(
      circle at 90% 4%,
      rgba(72, 169, 106, 0.12),
      transparent 24%
    ),
    #16213e;
  box-shadow:
    0 0 40px rgba(102, 126, 234, 0.15),
    0 28px 48px rgba(0, 0, 0, 0.22);
}

.hk-export-button,
.hk-filter-button,
.hk-report-type {
  border: 0;
  font: inherit;
  cursor: pointer;
}

.hk-export-button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 8px;
  border: 1px solid rgba(102, 126, 234, 0.26);
  border-radius: 6px;
  background: rgba(102, 126, 234, 0.12);
  color: #b7c0ff;
  font-size: 8px;
  font-weight: 700;
}

.hk-report-filter-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 17px 0 12px;
}

.hk-report-filter-row > i {
  color: #757590;
  font-size: 9px;
}

.hk-date-picker {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 7px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  background: rgba(8, 12, 30, 0.35);
  color: #bcbcd0;
  font-size: 9px;
}

.hk-date-picker i {
  color: #9eabff;
}

.hk-filter-button {
  display: grid;
  width: 33px;
  height: 33px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.05);
  color: #aeb7ff;
  font-size: 10px;
}

.hk-report-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-bottom: 12px;
}

.hk-report-type {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.035);
  color: #a8a8bd;
  text-align: left;
}

.hk-report-type.active {
  border-color: rgba(102, 126, 234, 0.36);
  background: rgba(102, 126, 234, 0.11);
}

.hk-report-type-icon {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 7px;
  font-size: 10px;
}

.hk-sar-icon {
  background: rgba(253, 126, 20, 0.14);
  color: #ffc174;
}

.hk-ctr-icon {
  background: rgba(40, 167, 69, 0.13);
  color: #75e39a;
}

.hk-report-type strong,
.hk-report-type small {
  display: block;
}

.hk-report-type strong {
  color: #e7e7f3;
  font-size: 10px;
}

.hk-report-type small {
  margin-top: 2px;
  color: #8d8da5;
  font-size: 8px;
}

.hk-report-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}

.hk-report-stat {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.hk-report-stat span,
.hk-report-stat strong,
.hk-report-stat small {
  display: block;
}

.hk-report-stat span,
.hk-report-stat small {
  color: #9292aa;
  font-size: 8px;
}

.hk-report-stat strong {
  margin: 3px 0;
  color: #e6e6f2;
  font-family: "Manrope", Inter, sans-serif;
  font-size: 18px;
}

.hk-report-stat-orange strong {
  color: #ffc074;
}

.hk-report-stat-red strong {
  color: #ff8997;
}

.hk-report-table {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.025);
}

.hk-report-table-head,
.hk-report-table-row {
  display: grid;
  grid-template-columns: 1fr 55px 20px;
  align-items: center;
  gap: 8px;
}

.hk-report-table-head {
  padding: 8px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #85859c;
  font-size: 8px;
}

.hk-report-table-row {
  padding: 9px 10px;
}

.hk-report-table-row + .hk-report-table-row {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.hk-report-table-row > span:first-child b,
.hk-report-table-row > span:first-child small {
  display: block;
}

.hk-report-table-row > span:first-child b {
  color: #d9d9e8;
  font-family: "Courier New", monospace;
  font-size: 9px;
}

.hk-report-table-row > span:first-child small {
  margin-top: 2px;
  color: #8989a1;
  font-size: 8px;
}

.hk-report-table-row > i {
  color: #aeb7ff;
  font-size: 9px;
}

.hk-report-status {
  display: inline-flex;
  width: fit-content;
  padding: 3px 5px;
  border-radius: 4px;
  font-size: 8px;
  font-weight: 700;
}

.hk-report-status-ready {
  background: rgba(40, 167, 69, 0.13);
  color: #75e39a;
}

.hk-report-status-review {
  background: rgba(253, 126, 20, 0.14);
  color: #ffc174;
}

@media (max-width: 500px) {
  .hk-reports-mockup {
    padding: 13px;
  }

  .hk-export-button {
    font-size: 0;
  }

  .hk-export-button i {
    font-size: 10px;
  }

  .hk-report-filter-row {
    gap: 5px;
  }

  .hk-date-picker {
    padding: 8px 6px;
    font-size: 8px;
  }

  .hk-report-stat-grid {
    gap: 5px;
  }

  .hk-report-stat {
    padding: 8px;
  }

  .hk-report-stat strong {
    font-size: 15px;
  }

  .hk-report-table-head,
  .hk-report-table-row {
    grid-template-columns: 1fr 48px 14px;
  }
}
/* =========================================================
   FEATURES PAGE — ADMIN & ACCESS
   ========================================================= */

.hk-feature-section-domains {
  background:
    radial-gradient(
      circle at 86% 48%,
      rgba(253, 126, 20, 0.1),
      transparent 28%
    ),
    #111126;
}

.hk-feature-section-security {
  background:
    radial-gradient(
      circle at 14% 48%,
      rgba(220, 53, 69, 0.09),
      transparent 28%
    ),
    #17172d;
}

.hk-badge-orange {
  border-color: rgba(253, 126, 20, 0.3);
  background: rgba(253, 126, 20, 0.13);
  color: #ffc178;
}

.hk-badge-red {
  border-color: rgba(220, 53, 69, 0.3);
  background: rgba(220, 53, 69, 0.13);
  color: #ff9ca7;
}

/* Multi-domain mockup */

.hk-domains-mockup,
.hk-security-mockup {
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(102, 126, 234, 0.3);
  border-radius: 16px;
  background: #16213e;
  box-shadow:
    0 0 40px rgba(102, 126, 234, 0.15),
    0 28px 48px rgba(0, 0, 0, 0.22);
}

.hk-domains-mockup {
  background:
    radial-gradient(
      circle at 85% 10%,
      rgba(253, 126, 20, 0.12),
      transparent 25%
    ),
    #16213e;
}

.hk-admin-status {
  color: #b6c0ff;
  font-size: 9px;
  font-weight: 700;
}

.hk-admin-status i {
  color: #7c8cff;
  margin-right: 3px;
}

.hk-domain-summary,
.hk-security-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 17px 0 15px;
}

.hk-domain-summary > div,
.hk-security-summary > div {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.hk-domain-summary span,
.hk-domain-summary strong,
.hk-security-summary span,
.hk-security-summary strong {
  display: block;
}

.hk-domain-summary span,
.hk-security-summary span {
  color: #9696ae;
  font-size: 8px;
}

.hk-domain-summary strong,
.hk-security-summary strong {
  margin-top: 3px;
  color: #ececfa;
  font-family: "Manrope", Inter, sans-serif;
  font-size: 14px;
}

.hk-domain-summary .hk-domain-healthy {
  color: #75e39a;
  font-size: 11px;
}

.hk-domain-list-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
  color: #dcdceb;
  font-size: 10px;
  font-weight: 700;
}

.hk-domain-list-title button {
  border: 0;
  background: transparent;
  color: #aeb8ff;
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
}

.hk-domain-list-title button i {
  margin-right: 4px;
}

.hk-domain-list {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 9px;
}

.hk-domain-row {
  display: grid;
  grid-template-columns: 28px 1fr auto 28px;
  align-items: center;
  gap: 9px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.025);
}

.hk-domain-row + .hk-domain-row {
  border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.hk-domain-row.active {
  background: rgba(102, 126, 234, 0.075);
}

.hk-domain-mark {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 7px;
  color: #ffffff;
  font-size: 9px;
  font-weight: 800;
}

.hk-domain-mark-purple {
  background: linear-gradient(135deg, #727ff0, #9e69cc);
}

.hk-domain-mark-green {
  background: linear-gradient(135deg, #2fa36a, #52d39b);
}

.hk-domain-mark-orange {
  background: linear-gradient(135deg, #e97929, #f7ae59);
}

.hk-domain-row > div strong,
.hk-domain-row > div small {
  display: block;
}

.hk-domain-row > div strong {
  color: #dcdcec;
  font-size: 9px;
}

.hk-domain-row > div small {
  margin-top: 2px;
  color: #8989a0;
  font-size: 8px;
}

.hk-domain-status {
  padding: 3px 5px;
  border-radius: 4px;
  font-size: 8px;
  font-weight: 700;
}

.hk-domain-status-live {
  background: rgba(40, 167, 69, 0.13);
  color: #75e39a;
}

.hk-domain-status-review {
  background: rgba(253, 126, 20, 0.13);
  color: #ffc174;
}

.hk-domain-users {
  color: #a5a5bc;
  font-size: 8px;
  text-align: right;
}

.hk-domain-users i {
  color: #909dff;
  margin-right: 2px;
}

.hk-domain-footer,
.hk-security-footer {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 11px;
  color: #87879f;
  font-size: 8px;
}

.hk-domain-footer i {
  color: #78e29d;
}

/* User and access mockup */

.hk-security-mockup {
  background:
    radial-gradient(
      circle at 15% 10%,
      rgba(220, 53, 69, 0.11),
      transparent 25%
    ),
    #16213e;
}

.hk-security-add-user {
  padding: 6px 8px;
  border: 1px solid rgba(102, 126, 234, 0.25);
  border-radius: 6px;
  background: rgba(102, 126, 234, 0.12);
  color: #b8c1ff;
  cursor: pointer;
  font-size: 8px;
  font-weight: 700;
}

.hk-security-add-user i {
  margin-right: 4px;
}

.hk-security-secure {
  color: #75e39a !important;
  font-size: 10px !important;
}

.hk-security-secure i {
  font-size: 8px;
}

.hk-users-table {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 9px;
}

.hk-users-table-head,
.hk-user-row {
  display: grid;
  grid-template-columns: 1fr 105px 55px;
  align-items: center;
  gap: 8px;
}

.hk-users-table-head {
  padding: 8px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #85859c;
  font-size: 8px;
}

.hk-user-row {
  padding: 9px 10px;
  background: rgba(255, 255, 255, 0.025);
}

.hk-user-row + .hk-user-row {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.hk-user-profile {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.hk-user-avatar {
  display: grid;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 7px;
  color: #ffffff;
  font-size: 8px;
  font-weight: 800;
}

.hk-user-avatar.purple {
  background: #756ee1;
}

.hk-user-avatar.green {
  background: #369d6b;
}

.hk-user-avatar.orange {
  background: #d98035;
}

.hk-user-profile span:last-child {
  overflow: hidden;
}

.hk-user-profile strong,
.hk-user-profile small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hk-user-profile strong {
  color: #dddded;
  font-size: 9px;
}

.hk-user-profile small {
  margin-top: 2px;
  color: #85859d;
  font-size: 7px;
}

.hk-role-badge {
  width: fit-content;
  padding: 3px 5px;
  border-radius: 4px;
  font-size: 8px;
  font-weight: 700;
}

.hk-role-admin {
  background: rgba(102, 126, 234, 0.14);
  color: #b0baff;
}

.hk-role-officer {
  background: rgba(40, 167, 69, 0.14);
  color: #78e4a0;
}

.hk-role-auditor {
  background: rgba(253, 126, 20, 0.13);
  color: #ffc276;
}

.hk-access-full,
.hk-access-standard,
.hk-access-readonly {
  font-size: 8px;
  white-space: nowrap;
}

.hk-access-full {
  color: #aeb8ff;
}

.hk-access-standard {
  color: #76e29a;
}

.hk-access-readonly {
  color: #ffc174;
}

.hk-access-full i,
.hk-access-standard i,
.hk-access-readonly i {
  margin-right: 2px;
}

.hk-security-footer {
  justify-content: space-between;
}

.hk-security-footer i {
  color: #a9b4ff;
  margin-right: 3px;
}

@media (max-width: 500px) {
  .hk-domains-mockup,
  .hk-security-mockup {
    padding: 13px;
  }

  .hk-domain-summary,
  .hk-security-summary {
    gap: 5px;
  }

  .hk-domain-summary > div,
  .hk-security-summary > div {
    padding: 8px;
  }

  .hk-domain-row {
    grid-template-columns: 25px 1fr auto;
  }

  .hk-domain-users {
    display: none;
  }

  .hk-users-table-head,
  .hk-user-row {
    grid-template-columns: 1fr 91px;
  }

  .hk-users-table-head span:last-child,
  .hk-user-row > span:last-child {
    display: none;
  }

  .hk-security-footer {
    gap: 9px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
/* =========================================================
   CONTACT PAGE
   ========================================================= */

.hk-contact-page {
  overflow: hidden;
  background: #111126;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

/* Hero */

.hk-contact-hero {
  position: relative;
  overflow: hidden;
  padding: 145px 0 85px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(102, 126, 234, 0.2),
      transparent 28%
    ),
    radial-gradient(
      circle at 78% 65%,
      rgba(118, 75, 162, 0.22),
      transparent 32%
    ),
    #1a1a2e;
}

.hk-contact-hero::before {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent);
  content: "";
}

.hk-contact-bg-image {
  position: absolute;
  inset: 0;
  background:
    url('images/team-confident-business-people-point-260nw-2594809939.webp')
    center / cover no-repeat;
  opacity: 0.18;
  animation: hkContactBgZoom 14s ease-in-out infinite alternate;
  z-index: 1;
}

@keyframes hkContactBgZoom {
  0% {
    transform: scale(1);
    opacity: 0.14;
  }
  100% {
    transform: scale(1.08);
    opacity: 0.22;
  }
}

.hk-contact-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 870px;
  text-align: center;
}

.hk-contact-overline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #b6c0ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.hk-contact-overline > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #28a745;
  box-shadow: 0 0 0 5px rgba(40, 167, 69, 0.13);
}

.hk-contact-hero h1 {
  max-width: 760px;
  margin: 16px auto;
  color: #ffffff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(42px, 5.4vw, 65px);
  font-weight: 800;
  letter-spacing: -2.9px;
  line-height: 1.07;
}

.hk-contact-hero h1 span {
  display: block;
  background: linear-gradient(95deg, #9ca9ff, #d0a0fa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hk-contact-hero p {
  max-width: 630px;
  margin: 0 auto;
  color: #b4b4cb;
  font-size: 16px;
  line-height: 1.72;
}

.hk-contact-orb {
  position: absolute;
  border: 1px solid rgba(157, 167, 255, 0.16);
  border-radius: 50%;
  animation: hkContactOrbit 11s ease-in-out infinite;
}

.hk-contact-orb-one {
  top: 24%;
  left: 8%;
  width: 74px;
  height: 74px;
}

.hk-contact-orb-two {
  right: 10%;
  bottom: -35px;
  width: 160px;
  height: 160px;
  animation-delay: -4s;
}

@keyframes hkContactOrbit {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(-18px) rotate(28deg);
  }
}

/* Contact area */

.hk-contact-section {
  padding: 105px 0 112px;
  background:
    radial-gradient(
      circle at 9% 45%,
      rgba(102, 126, 234, 0.08),
      transparent 25%
    ),
    #111126;
}

.hk-contact-layout {
  display: grid;
  grid-template-columns: 0.83fr 1.17fr;
  align-items: start;
  gap: 85px;
}

.hk-contact-section-label {
  margin: 0 0 10px;
  color: #aeb8ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.hk-contact-info h2 {
  max-width: 450px;
  margin: 0;
  color: #ffffff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.12;
}

.hk-contact-info h2 span {
  display: block;
  color: #a6b0ff;
}

.hk-contact-intro {
  max-width: 430px;
  margin: 18px 0 28px;
  color: #a9a9c0;
  font-size: 15px;
  line-height: 1.72;
}

.hk-contact-cards {
  display: grid;
  gap: 12px;
}

.hk-contact-card {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.035);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.hk-contact-card:hover {
  border-color: rgba(135, 148, 255, 0.35);
  transform: translateX(5px);
}

.hk-contact-card-icon {
  display: grid;
  flex: 0 0 auto;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 9px;
  font-size: 14px;
}

.hk-contact-card-icon-purple {
  background: rgba(102, 126, 234, 0.14);
  color: #aeb8ff;
}

.hk-contact-card-icon-green {
  background: rgba(40, 167, 69, 0.13);
  color: #73e69a;
}

.hk-contact-card-icon-orange {
  background: rgba(253, 126, 20, 0.13);
  color: #ffc178;
}

.hk-contact-card strong {
  display: block;
  margin: 1px 0 3px;
  color: #eeeeF8;
  font-size: 13px;
}

.hk-contact-card p {
  margin: 0;
  color: #9999b2;
  font-size: 12px;
  line-height: 1.55;
}

.hk-contact-card p a {
  color: #b4bdff;
  text-decoration: none;
}

.hk-contact-card p a:hover {
  color: #ffffff;
}

.hk-contact-assurance {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 22px;
  color: #84849e;
  font-size: 11px;
}

.hk-contact-assurance i {
  color: #70e399;
}

/* Form */

.hk-contact-form-wrap {
  position: relative;
}

.hk-contact-form-glow {
  position: absolute;
  top: 8%;
  right: -10%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(112, 91, 195, 0.18);
  filter: blur(55px);
  pointer-events: none;
}

.hk-contact-form {
  position: relative;
  z-index: 1;
  padding: 29px;
  border: 1px solid rgba(102, 126, 234, 0.3);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(37, 37, 70, 0.94), rgba(21, 21, 43, 0.97));
  box-shadow:
    0 0 40px rgba(102, 126, 234, 0.13),
    0 28px 50px rgba(0, 0, 0, 0.23);
}

.hk-form-heading {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 24px;
}

.hk-form-heading-icon {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 11px;
  background: linear-gradient(135deg, #697af1, #9563c9);
  color: #ffffff;
  font-size: 14px;
}

.hk-form-heading h2 {
  margin: 0;
  color: #ffffff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  letter-spacing: -0.5px;
}

.hk-form-heading p {
  margin: 2px 0 0;
  color: #9898b1;
  font-size: 11px;
}

.hk-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.hk-form-field {
  margin-bottom: 15px;
}

.hk-form-field label {
  display: block;
  margin-bottom: 7px;
  color: #d2d2e2;
  font-size: 11px;
  font-weight: 700;
}

.hk-form-field input,
.hk-form-field select,
.hk-form-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  outline: none;
  background: rgba(8, 11, 28, 0.55);
  color: #f2f2fb;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hk-form-field input,
.hk-form-field select {
  height: 43px;
  padding: 0 12px;
}

.hk-form-field textarea {
  min-height: 113px;
  padding: 12px;
  resize: vertical;
}

.hk-form-field input::placeholder,
.hk-form-field textarea::placeholder {
  color: #75758e;
}

.hk-form-field select {
  cursor: pointer;
}

.hk-form-field select option {
  background: #1a1a32;
  color: #ffffff;
}

.hk-form-field input:focus,
.hk-form-field select:focus,
.hk-form-field textarea:focus {
  border-color: rgba(142, 155, 255, 0.8);
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.13);
}

.hk-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.hk-contact-submit {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 18px;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(100deg, #697af1, #8a61c7);
  box-shadow: 0 12px 25px rgba(103, 116, 239, 0.25);
  color: #ffffff;
  cursor: pointer;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hk-contact-submit:hover {
  box-shadow: 0 16px 30px rgba(103, 116, 239, 0.37);
  transform: translateY(-2px);
}

.hk-form-note {
  margin: 13px 0 0;
  color: #85859d;
  font-size: 10px;
  text-align: center;
}

.hk-form-note i {
  margin-right: 4px;
  color: #72df99;
}

@media (max-width: 900px) {
  .hk-contact-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .hk-contact-info {
    max-width: 650px;
  }

  .hk-contact-intro {
    max-width: 590px;
  }

  .hk-contact-form-wrap {
    max-width: 680px;
  }
}

@media (max-width: 600px) {
  .hk-contact-hero {
    padding: 119px 0 61px;
  }

  .hk-contact-hero h1 {
    font-size: 43px;
    letter-spacing: -2px;
  }

  .hk-contact-hero p {
    font-size: 14px;
  }

  .hk-contact-section {
    padding: 72px 0;
  }

  .hk-contact-info h2 {
    font-size: 36px;
    letter-spacing: -1.6px;
  }

  .hk-contact-form {
    padding: 21px;
  }

  .hk-form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
/* =========================================================
   ABOUT PAGE — HERO + WHY HAKIKISHA
   ========================================================= */

.hk-about-page {
  overflow: hidden;
  background: #111126;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

/* About hero */

.hk-about-hero {
  position: relative;
  overflow: hidden;
  min-height: 645px;
  padding: 150px 0 92px;
  background:
    radial-gradient(
      circle at 72% 34%,
      rgba(102, 126, 234, 0.18),
      transparent 28%
    ),
    radial-gradient(
      circle at 22% 90%,
      rgba(118, 75, 162, 0.15),
      transparent 30%
    ),
    #111126;
}

.hk-about-grid-lines {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.hk-about-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.87fr 1.13fr;
  align-items: center;
  gap: 70px;
}

.hk-about-overline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #b5bfff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  animation: hkAboutEnter 0.7s ease both;
}

.hk-about-overline > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #28a745;
  box-shadow: 0 0 0 5px rgba(40, 167, 69, 0.13);
}

.hk-about-hero-copy h1 {
  max-width: 610px;
  margin: 16px 0 19px;
  color: #ffffff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(45px, 5.3vw, 68px);
  font-weight: 800;
  letter-spacing: -3.1px;
  line-height: 1.04;
  animation: hkAboutEnter 0.8s 0.1s ease both;
}

.hk-about-hero-copy h1 span {
  display: block;
  background: linear-gradient(95deg, #9ca9ff, #ce9bfa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hk-about-hero-copy > p {
  max-width: 550px;
  margin: 0;
  color: #b3b3c9;
  font-size: 16px;
  line-height: 1.72;
  animation: hkAboutEnter 0.8s 0.2s ease both;
}

.hk-about-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 18px;
  margin-top: 27px;
  animation: hkAboutEnter 0.8s 0.3s ease both;
}

.hk-about-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #c8c8db;
  font-size: 11px;
  font-weight: 600;
}

.hk-about-hero-points i {
  color: #9aa7ff;
}

.hk-about-hero-points span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  color: #c8c8db;
  font-size: 11px;
  font-weight: 700;
}

.hk-about-hero-points span:first-child strong {
  color: #79dfb7;
  font-size: 12px;
}

@keyframes hkAboutEnter {
  from {
    opacity: 0;
    transform: translateY(19px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Speed visual */

.hk-about-speed-visual {
  position: relative;
  animation: hkAboutVisualEnter 1s 0.15s ease both;
}

@keyframes hkAboutVisualEnter {
  from {
    opacity: 0;
    transform: translateX(38px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.hk-about-speed-panel {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 19px;
  border: 1px solid rgba(112, 130, 249, 0.3);
  border-radius: 17px;
  background:
    radial-gradient(
      circle at 88% 16%,
      rgba(133, 91, 190, 0.17),
      transparent 28%
    ),
    #16213e;
  box-shadow:
    0 0 42px rgba(102, 126, 234, 0.15),
    0 31px 56px rgba(0, 0, 0, 0.28);
}

.hk-about-speed-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.hk-about-speed-topbar > div,
.hk-about-speed-topbar > span {
  display: flex;
  align-items: center;
}

.hk-about-speed-topbar > div {
  gap: 7px;
  color: #e6e7fa;
  font-size: 11px;
  font-weight: 700;
}

.hk-about-speed-topbar > div > i {
  color: #adb7ff;
}

.hk-about-speed-topbar > span {
  gap: 6px;
  color: #73e59a;
  font-size: 9px;
  font-weight: 800;
}

.hk-about-speed-topbar > span > i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #28a745;
  box-shadow: 0 0 0 4px rgba(40, 167, 69, 0.14);
}

.hk-speed-compare {
  padding: 17px 0 13px;
}

.hk-speed-old,
.hk-speed-new {
  padding: 13px;
  border-radius: 10px;
}

.hk-speed-old {
  border: 1px solid rgba(253, 126, 20, 0.17);
  background: rgba(253, 126, 20, 0.045);
}

.hk-speed-new {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(40, 167, 69, 0.22);
  background: rgba(40, 167, 69, 0.055);
}

.hk-speed-label {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #d9d9e8;
  font-size: 10px;
  font-weight: 700;
}

.hk-speed-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.hk-speed-dot-orange {
  background: #fd7e14;
}

.hk-speed-dot-green {
  background: #28a745;
  box-shadow: 0 0 0 4px rgba(40, 167, 69, 0.13);
}

.hk-speed-process {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 11px 0 9px;
  color: #9999b0;
  font-size: 9px;
}

.hk-speed-process span {
  padding: 5px 6px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 5px;
  background: rgba(7, 10, 27, 0.28);
}

.hk-speed-process i {
  color: #de9a5b;
  font-size: 8px;
}

.hk-speed-time {
  color: #b59172;
  font-size: 8px;
}

.hk-speed-time i {
  margin-right: 4px;
  color: #f0a55c;
}

.hk-speed-divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 29px;
}

.hk-speed-divider::before {
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  content: "";
}

.hk-speed-divider span {
  position: relative;
  z-index: 1;
  padding: 3px 6px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 5px;
  background: #222240;
  color: #9595ad;
  font-size: 8px;
  font-weight: 700;
}

.hk-speed-scan {
  position: relative;
  overflow: hidden;
  margin-top: 11px;
  padding: 11px;
  border: 1px solid rgba(87, 221, 144, 0.16);
  border-radius: 7px;
  background: rgba(7, 23, 24, 0.22);
}

.hk-speed-scan-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20%;
  width: 25%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(95, 229, 150, 0.28),
    transparent
  );
  filter: blur(3px);
  animation: hkScanLine 2.7s ease-in-out infinite;
}

@keyframes hkScanLine {
  0%,
  18% {
    left: -28%;
  }

  72%,
  100% {
    left: 110%;
  }
}

.hk-speed-scan-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 9px;
}

.hk-speed-scan-content > i:first-child {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 7px;
  background: rgba(40, 167, 69, 0.14);
  color: #74e49b;
  font-size: 12px;
}

.hk-speed-scan-content > div {
  flex: 1;
}

.hk-speed-scan-content span,
.hk-speed-scan-content strong {
  display: block;
}

.hk-speed-scan-content span {
  color: #a8c3b1;
  font-size: 8px;
}

.hk-speed-scan-content strong {
  margin-top: 2px;
  color: #d9f6e2;
  font-size: 10px;
}

.hk-speed-scan-content > i:last-child {
  color: #77e59b;
  font-size: 15px;
}

.hk-speed-result {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 13px;
  margin-top: 10px;
  color: #a8c8b2;
  font-size: 8px;
}

.hk-speed-result i {
  margin-right: 3px;
  color: #73e59a;
}

.hk-speed-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #9090a7;
  font-size: 8px;
}

.hk-speed-footer i {
  margin-right: 4px;
  color: #9eaaff;
}

.hk-speed-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #73e59a;
  box-shadow: 0 0 0 0 rgba(115, 229, 154, 0.45);
  animation: hkSpeedPulse 1.8s infinite;
}

@keyframes hkSpeedPulse {
  70% {
    box-shadow: 0 0 0 8px rgba(115, 229, 154, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(115, 229, 154, 0);
  }
}

.hk-about-float-stat {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(35, 35, 65, 0.91);
  box-shadow: 0 15px 28px rgba(0, 0, 0, 0.23);
  backdrop-filter: blur(10px);
  animation: hkFloatStat 4.5s ease-in-out infinite;
}

.hk-about-float-stat-one {
  top: 13%;
  right: -38px;
}

.hk-about-float-stat-two {
  bottom: 5%;
  left: -43px;
  animation-delay: -2s;
}

@keyframes hkFloatStat {
  50% {
    transform: translateY(-8px);
  }
}

.hk-about-float-stat > i {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 7px;
  background: rgba(102, 126, 234, 0.16);
  color: #b0b9ff;
  font-size: 11px;
}

.hk-about-float-stat-two > i {
  background: rgba(40, 167, 69, 0.14);
  color: #74e59a;
}

.hk-about-float-stat small,
.hk-about-float-stat strong {
  display: block;
}

.hk-about-float-stat small {
  color: #9898b0;
  font-size: 8px;
}

.hk-about-float-stat strong {
  margin-top: 2px;
  color: #f0f0f8;
  font-size: 9px;
}

/* Why Hakikisha */

.hk-about-why {
  padding: 115px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background:
    radial-gradient(
      circle at 10% 52%,
      rgba(102, 126, 234, 0.09),
      transparent 25%
    ),
    #16162d;
}

.hk-about-why-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 90px;
}

.hk-about-section-label {
  margin: 0 0 10px;
  color: #adb8ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.hk-about-why-copy h2 {
  max-width: 550px;
  margin: 0;
  color: #ffffff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(34px, 4.1vw, 49px);
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.12;
}

.hk-about-why-copy h2 span {
  display: block;
  color: #a6b1ff;
}

.hk-about-why-copy > p {
  max-width: 540px;
  margin: 18px 0 0;
  color: #aaaac1;
  font-size: 14px;
  line-height: 1.75;
}

.hk-about-quote {
  position: relative;
  max-width: 500px;
  margin-top: 29px;
  padding: 15px 17px 15px 20px;
  border-left: 2px solid #8c99ff;
  border-radius: 0 9px 9px 0;
  background: rgba(102, 126, 234, 0.08);
}

.hk-about-quote-mark {
  position: absolute;
  top: -7px;
  left: 8px;
  color: #aab5ff;
  font-family: Georgia, serif;
  font-size: 38px;
  line-height: 1;
  opacity: 0.45;
}

.hk-about-quote p {
  position: relative;
  margin: 0;
  color: #d3d3e4;
  font-size: 13px;
  font-style: italic;
  line-height: 1.6;
}

/* Challenge card */

.hk-about-challenge-card {
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(102, 126, 234, 0.25);
  border-radius: 16px;
  background:
    radial-gradient(
      circle at 90% 5%,
      rgba(220, 53, 69, 0.1),
      transparent 26%
    ),
    #16213e;
  box-shadow:
    0 0 40px rgba(102, 126, 234, 0.12),
    0 26px 48px rgba(0, 0, 0, 0.19);
}

.hk-about-challenge-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.hk-about-challenge-head > div:first-child > span {
  color: #ffb3bc;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.95px;
}

.hk-about-challenge-head h3 {
  max-width: 310px;
  margin: 5px 0 0;
  color: #f2f2fa;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  letter-spacing: -0.5px;
}

.hk-about-challenge-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(220, 53, 69, 0.23);
  border-radius: 10px;
  background: rgba(220, 53, 69, 0.12);
  color: #ff9aa5;
  font-size: 15px;
}

.hk-challenge-list article {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 12px;
  padding: 16px 0;
}

.hk-challenge-list article + article {
  border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.hk-challenge-number {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.065);
  color: #a9a9c0;
  font-size: 8px;
  font-weight: 800;
}

.hk-challenge-list strong {
  display: block;
  color: #e4e4ef;
  font-size: 12px;
}

.hk-challenge-list p {
  margin: 4px 0 0;
  color: #9999b1;
  font-size: 11px;
  line-height: 1.55;
}

.hk-about-challenge-answer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(40, 167, 69, 0.22);
  border-radius: 9px;
  background: rgba(40, 167, 69, 0.08);
}

.hk-answer-icon {
  display: grid;
  flex: 0 0 auto;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 7px;
  background: rgba(40, 167, 69, 0.14);
  color: #75e39a;
  font-size: 11px;
}

.hk-about-challenge-answer div {
  flex: 1;
}

.hk-about-challenge-answer small,
.hk-about-challenge-answer strong {
  display: block;
}

.hk-about-challenge-answer small {
  color: #83bb96;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.6px;
}

.hk-about-challenge-answer strong {
  margin-top: 2px;
  color: #d9f4e1;
  font-size: 10px;
}

.hk-about-challenge-answer > i {
  color: #76e29a;
  font-size: 11px;
}

/* Responsive About page */

@media (max-width: 930px) {
  .hk-about-hero {
    min-height: auto;
    padding-top: 130px;
  }

  .hk-about-hero-layout,
  .hk-about-why-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hk-about-speed-visual {
    max-width: 690px;
  }

  .hk-about-why-copy {
    max-width: 670px;
  }
}

@media (max-width: 580px) {
  .hk-about-hero {
    padding: 119px 0 67px;
  }

  .hk-about-hero-copy h1 {
    font-size: 45px;
    letter-spacing: -2.2px;
  }

  .hk-about-hero-copy > p {
    font-size: 14px;
  }

  .hk-about-hero-points {
    gap: 10px 13px;
  }

  .hk-about-speed-panel {
    padding: 13px;
  }

  .hk-speed-process {
    gap: 4px;
    font-size: 7px;
  }

  .hk-speed-process span {
    padding: 4px;
  }

  .hk-about-float-stat-one {
    top: 5%;
    right: -6px;
  }

  .hk-about-float-stat-two {
    bottom: -17px;
    left: 8px;
  }

  .hk-about-float-stat {
    padding: 8px;
  }

  .hk-about-why {
    padding: 74px 0;
  }

  .hk-about-why-copy h2 {
    font-size: 35px;
    letter-spacing: -1.5px;
  }

  .hk-about-challenge-card {
    padding: 16px;
  }
}
/* =========================================================
   ABOUT PAGE — MODERN COMPLIANCE FLOW
   ========================================================= */

.hk-about-process {
  padding: 115px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background:
    radial-gradient(
      circle at 50% 90%,
      rgba(102, 126, 234, 0.1),
      transparent 32%
    ),
    #111126;
}

.hk-about-process-heading {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
}

.hk-about-process-heading h2 {
  margin: 0;
  color: #ffffff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(35px, 4.2vw, 50px);
  font-weight: 800;
  letter-spacing: -2.1px;
  line-height: 1.1;
}

.hk-about-process-heading h2 span {
  display: block;
  color: #a7b2ff;
}

.hk-about-process-heading > p:last-child {
  max-width: 620px;
  margin: 18px auto 0;
  color: #aaaac2;
  font-size: 15px;
  line-height: 1.72;
}

.hk-process-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.hk-process-line {
  position: absolute;
  z-index: 0;
  top: 38px;
  right: 12%;
  left: 12%;
  height: 1px;
  overflow: hidden;
  background: rgba(143, 154, 255, 0.26);
}

.hk-process-line-pulse {
  position: absolute;
  top: -1px;
  left: -20%;
  width: 20%;
  height: 3px;
  border-radius: 4px;
  background: linear-gradient(
    90deg,
    transparent,
    #9aa7ff,
    #70e39a,
    transparent
  );
  box-shadow: 0 0 14px rgba(123, 145, 255, 0.8);
  animation: hkProcessPulse 4s linear infinite;
}

@keyframes hkProcessPulse {
  to {
    left: 105%;
  }
}

.hk-process-step {
  position: relative;
  z-index: 1;
  min-height: 303px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.065),
      rgba(255, 255, 255, 0.02)
    );
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.hk-process-step:hover {
  border-color: rgba(139, 150, 255, 0.42);
  transform: translateY(-7px);
}

.hk-process-number {
  position: absolute;
  top: 14px;
  right: 16px;
  color: #6f6f89;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
}

.hk-process-icon {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 11px;
  font-size: 16px;
}

.hk-process-icon-screen {
  border: 1px solid rgba(102, 126, 234, 0.25);
  background: rgba(102, 126, 234, 0.14);
  color: #b0baff;
}

.hk-process-icon-monitor {
  border: 1px solid rgba(253, 126, 20, 0.23);
  background: rgba(253, 126, 20, 0.11);
  color: #ffc178;
}

.hk-process-icon-decide {
  border: 1px solid rgba(40, 167, 69, 0.23);
  background: rgba(40, 167, 69, 0.12);
  color: #76e39a;
}

.hk-process-icon-defend {
  border: 1px solid rgba(174, 112, 222, 0.25);
  background: rgba(174, 112, 222, 0.12);
  color: #d7a9ff;
}

.hk-process-step > p {
  margin: 21px 0 5px;
  color: #aeb8ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.hk-process-step h3 {
  min-height: 43px;
  margin: 0;
  color: #f5f5fc;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: -0.55px;
  line-height: 1.34;
}

.hk-process-step > span {
  display: block;
  margin-top: 11px;
  color: #a1a1ba;
  font-size: 12px;
  line-height: 1.62;
}

.hk-process-status {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 17px;
  color: #b9c1e9;
  font-size: 9px;
  font-weight: 700;
}

.hk-process-status i {
  color: #74e49a;
}

@media (max-width: 930px) {
  .hk-process-flow {
    grid-template-columns: 1fr 1fr;
  }

  .hk-process-line {
    display: none;
  }
}

@media (max-width: 560px) {
  .hk-about-process {
    padding: 74px 0;
  }

  .hk-about-process-heading {
    margin-bottom: 34px;
    text-align: left;
  }

  .hk-about-process-heading h2 {
    font-size: 35px;
    letter-spacing: -1.5px;
  }

  .hk-about-process-heading > p:last-child {
    margin-left: 0;
  }

  .hk-process-flow {
    grid-template-columns: 1fr;
  }

  .hk-process-step {
    min-height: auto;
  }

  .hk-process-step h3 {
    min-height: 0;
  }
}
/* =========================================================
   ABOUT PAGE — INSTITUTIONS + MISSION
   ========================================================= */

.hk-about-institutions {
  padding: 115px 0;
  background:
    radial-gradient(
      circle at 85% 22%,
      rgba(118, 75, 162, 0.12),
      transparent 27%
    ),
    #16162d;
}

.hk-about-institution-heading {
  max-width: 720px;
  margin-bottom: 45px;
}

.hk-about-institution-heading h2 {
  margin: 0;
  color: #ffffff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(35px, 4.15vw, 50px);
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.11;
}

.hk-about-institution-heading h2 span {
  display: block;
  color: #a8b3ff;
}

.hk-about-institution-heading > p:last-child {
  max-width: 600px;
  margin: 17px 0 0;
  color: #aaaac1;
  font-size: 15px;
  line-height: 1.72;
}

.hk-institution-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.hk-institution-card {
  min-height: 254px;
  padding: 21px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.065),
      rgba(255, 255, 255, 0.025)
    );
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.hk-institution-card:hover {
  border-color: rgba(139, 150, 255, 0.43);
  transform: translateY(-7px);
}

.hk-institution-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 11px;
  font-size: 16px;
}

.hk-institution-icon-purple {
  background: rgba(102, 126, 234, 0.15);
  color: #aeb8ff;
}

.hk-institution-icon-green {
  background: rgba(40, 167, 69, 0.13);
  color: #78e39d;
}

.hk-institution-icon-orange {
  background: rgba(253, 126, 20, 0.13);
  color: #ffc174;
}

.hk-institution-icon-pink {
  background: rgba(202, 105, 180, 0.13);
  color: #efb0e2;
}

.hk-institution-card h3 {
  margin: 18px 0 7px;
  color: #f3f3fb;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: -0.4px;
}

.hk-institution-card p {
  margin: 0;
  color: #9f9fb6;
  font-size: 12px;
  line-height: 1.62;
}

.hk-institution-card > span {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 16px;
  color: #b7c1e8;
  font-size: 9px;
  font-weight: 700;
}

.hk-institution-card > span i {
  color: #73e39a;
}

.hk-about-deployment-bar {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 25px;
  padding: 16px 18px;
  border: 1px solid rgba(102, 126, 234, 0.24);
  border-radius: 12px;
  background: rgba(102, 126, 234, 0.08);
}

.hk-deployment-icon {
  display: grid;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 9px;
  background: rgba(102, 126, 234, 0.16);
  color: #b2bcff;
  font-size: 14px;
}

.hk-about-deployment-bar > div:nth-child(2) {
  flex: 1;
}

.hk-about-deployment-bar span,
.hk-about-deployment-bar strong {
  display: block;
}

.hk-about-deployment-bar > div:nth-child(2) span {
  color: #a9b3ff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.hk-about-deployment-bar > div:nth-child(2) strong {
  margin-top: 3px;
  color: #e3e3f0;
  font-size: 12px;
}

.hk-deployment-options {
  display: flex;
  gap: 8px;
}

.hk-deployment-options span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 7px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 6px;
  background: rgba(7, 10, 28, 0.2);
  color: #b6b6cc;
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
}

.hk-deployment-options i {
  color: #74e39a;
}

/* Mission */

.hk-about-mission {
  position: relative;
  overflow: hidden;
  padding: 113px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(120deg, #252d61, #49316d),
    #1a1a2e;
}

.hk-about-mission::before {
  position: absolute;
  inset: 0;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 50px 50px;
  content: "";
}

.hk-about-mission-content {
  position: relative;
  z-index: 2;
  max-width: 790px;
  text-align: center;
}

.hk-mission-mark {
  display: grid;
  width: 52px;
  height: 52px;
  margin: 0 auto 20px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 35px rgba(181, 163, 255, 0.25);
  color: #ffffff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.hk-about-mission .hk-about-section-label {
  color: #d4ccff;
}

.hk-about-mission h2 {
  max-width: 760px;
  margin: 0 auto;
  color: #ffffff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(36px, 4.4vw, 54px);
  font-weight: 800;
  letter-spacing: -2.2px;
  line-height: 1.1;
}

.hk-about-mission h2 span {
  display: block;
  color: #d5bbff;
}

.hk-mission-copy {
  max-width: 645px;
  margin: 20px auto 0;
  color: #d5cee6;
  font-size: 15px;
  line-height: 1.75;
}

.hk-mission-copy em {
  color: #ffffff;
  font-weight: 700;
}

.hk-mission-values {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.hk-mission-values span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
  color: #eeeaff;
  font-size: 11px;
  font-weight: 700;
}

.hk-mission-values i {
  color: #e0b7ff;
}

.hk-about-mission-orb {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  animation: hkMissionFloat 8s ease-in-out infinite;
}

.hk-about-mission-orb-one {
  top: -100px;
  left: -70px;
  width: 280px;
  height: 280px;
}

.hk-about-mission-orb-two {
  right: -80px;
  bottom: -125px;
  width: 350px;
  height: 350px;
  animation-delay: -4s;
}

@keyframes hkMissionFloat {
  50% {
    transform: translateY(-18px) rotate(18deg);
  }
}

@media (max-width: 950px) {
  .hk-institution-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .hk-about-institutions,
  .hk-about-mission {
    padding: 74px 0;
  }

  .hk-about-institution-heading h2,
  .hk-about-mission h2 {
    font-size: 35px;
    letter-spacing: -1.5px;
  }

  .hk-institution-grid {
    grid-template-columns: 1fr;
  }

  .hk-institution-card {
    min-height: auto;
  }

  .hk-about-deployment-bar {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .hk-deployment-options {
    width: 100%;
    margin-left: 51px;
  }

   .hk-mission-copy {
    font-size: 14px;
  }
}
/* =========================================================
   ABOUT PAGE — NEW SECTIONS: LISTS, COST, AUDIENCE, WORKFLOW
   ========================================================= */

.hk-problem-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
  color: #c8c8de;
  font-size: 14px;
  line-height: 1.6;
}

.hk-problem-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.hk-problem-list i {
  margin-top: 2px;
  color: #79dfb7;
}

/* Feature table */

.hk-feature-table-wrap {
  margin-top: 44px;
  overflow-x: auto;
}

.hk-feature-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.hk-feature-table th,
.hk-feature-table td {
  padding: 13px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #b3b3c9;
  font-size: 13px;
  line-height: 1.55;
  vertical-align: top;
}

.hk-feature-table th {
  color: #d4ccff;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hk-feature-table td:first-child {
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap;
}

.hk-feature-table td strong {
  color: #79dfb7;
  font-weight: 700;
}

.hk-feature-table tbody tr:hover td {
  background: rgba(102, 126, 234, 0.05);
}
  background: rgba(102, 126, 234, 0.05);
}

/* Compliance lists */

.hk-about-lists {
  padding: 100px 0;
}

.hk-lists-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 40px;
}

.hk-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  color: #c4c4d9;
  font-size: 13px;
}

.hk-list-item i {
  color: #79dfb7;
  font-size: 14px;
}

/* Cost of not having it */

.hk-about-cost {
  padding: 100px 0;
  background:
    radial-gradient(
      circle at 42% 18%,
      rgba(102, 126, 234, 0.06),
      transparent 42%
    ),
    #16162d;
}

.hk-about-cost h2 {
  max-width: 700px;
  margin: 0;
  color: #ffffff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(32px, 3.8vw, 44px);
  font-weight: 800;
  letter-spacing: -1.8px;
  line-height: 1.12;
}

.hk-cost-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 44px;
}

.hk-cost-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.065),
      rgba(255, 255, 255, 0.025)
    );
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.hk-cost-card:hover {
  border-color: rgba(139, 150, 255, 0.35);
  transform: translateY(-5px);
}

.hk-cost-icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 12px;
  background: rgba(102, 126, 234, 0.14);
  color: #aeb8ff;
  font-size: 16px;
}

.hk-cost-card h3 {
  margin: 0 0 10px;
  color: #e8e8f2;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.hk-cost-card p {
  margin: 0;
  color: #9a9ab4;
  font-size: 12px;
  line-height: 1.6;
}

/* Who it is for */

.hk-about-audience {
  padding: 90px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.hk-audience-intro {
  max-width: 720px;
  margin: 18px auto 0;
  color: #aaaac1;
  font-size: 15px;
  line-height: 1.72;
}

/* How we work with you */

.hk-about-workflow {
  padding: 100px 0;
}

.hk-about-workflow h2 {
  max-width: 700px;
  margin: 0;
  color: #ffffff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(32px, 3.8vw, 44px);
  font-weight: 800;
  letter-spacing: -1.8px;
  line-height: 1.12;
}

.hk-workflow-steps-simple {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 46px;
}

.hk-workflow-step-simple {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.065),
      rgba(255, 255, 255, 0.025)
    );
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.hk-workflow-step-simple:hover {
  border-color: rgba(139, 150, 255, 0.35);
  transform: translateY(-5px);
}

.hk-workflow-number {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  place-items: center;
  border: 1px solid rgba(141, 151, 255, 0.38);
  border-radius: 50%;
  background: #252546;
  color: #aeb7ff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.hk-workflow-step-simple h3 {
  margin: 0 0 10px;
  color: #f3f3fb;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.hk-workflow-step-simple p {
  margin: 0;
  color: #9a9ab4;
  font-size: 12px;
  line-height: 1.6;
}

/* Mobile */

@media (max-width: 800px) {
  .hk-problem-list {
    grid-template-columns: 1fr;
  }

  .hk-lists-grid {
    grid-template-columns: 1fr;
  }

  .hk-cost-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hk-workflow-steps-simple {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 550px) {
  .hk-cost-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   ABOUT PAGE — MISSING STYLES FOR NEW SECTIONS
   ========================================================= */

.hk-about-speed-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(121, 223, 183, 0.12);
  border: 1px solid rgba(121, 223, 183, 0.35);
  color: #79dfb7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.hk-about-problem {
  padding: 100px 0;
  background: #13132a;
}

.hk-about-problem-header {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.hk-about-problem-header h2 {
  margin: 14px 0 0;
  color: #ffffff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
  letter-spacing: -1.4px;
  line-height: 1.15;
}

.hk-problem-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 10px;
  background: rgba(102, 126, 234, 0.16);
  color: #aeb8ff;
  font-size: 14px;
  flex-shrink: 0;
}

.hk-problem-gap {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  color: #c4c4d9;
  font-size: 14px;
  line-height: 1.6;
}

.hk-problem-gap-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 10px;
  background: rgba(255, 140, 98, 0.14);
  color: #ff8c62;
  font-size: 16px;
  flex-shrink: 0;
}

.hk-about-features {
  padding: 100px 0;
  background: #16162d;
}

.hk-about-features-header {
  max-width: 760px;
  margin: 0 auto 18px;
  text-align: center;
}

.hk-about-features-header h2 {
  margin: 14px 0 0;
  color: #ffffff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
  letter-spacing: -1.4px;
  line-height: 1.15;
}

.hk-about-features-header p {
  margin: 14px 0 0;
  color: #9a9ab4;
  font-size: 14px;
}

.hk-feature-table {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}

.hk-feature-table-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 16px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  align-items: center;
}

.hk-feature-table-row:last-child {
  border-bottom: none;
}

.hk-feature-table-head {
  background: rgba(102, 126, 234, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hk-feature-table-head span {
  color: #d4ccff;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.hk-feature-table-row:not(.hk-feature-table-head) span:first-child {
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
}

.hk-feature-table-row:not(.hk-feature-table-head) span:first-child i {
  margin-right: 8px;
  color: #79dfb7;
  font-size: 12px;
}

.hk-feature-table-row:not(.hk-feature-table-head) span:last-child {
  color: #b3b3c9;
  font-size: 13px;
  line-height: 1.55;
}

.hk-feature-table-row:not(.hk-feature-table-head) span:last-child strong {
  color: #79dfb7;
  font-weight: 700;
}

.hk-feature-table-row:not(.hk-feature-table-head):hover {
  background: rgba(102, 126, 234, 0.05);
}

.hk-about-lists-header {
  max-width: 760px;
  margin: 0 auto 18px;
  text-align: center;
}

.hk-about-lists-header h2 {
  margin: 14px 0 0;
  color: #ffffff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
  letter-spacing: -1.4px;
  line-height: 1.15;
}

.hk-list-check {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 6px;
  background: rgba(121, 223, 183, 0.14);
  color: #79dfb7;
  font-size: 11px;
  flex-shrink: 0;
}

.hk-about-audience-header {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.hk-about-audience-header h2 {
  margin: 14px 0 0;
  color: #ffffff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
  letter-spacing: -1.4px;
  line-height: 1.15;
}

.hk-about-audience-header p {
  margin: 14px 0 0;
  color: #9a9ab4;
  font-size: 14px;
  line-height: 1.6;
}

.hk-about-workflow-header {
  max-width: 760px;
  margin: 0 auto 18px;
  text-align: center;
}

.hk-about-workflow-header h2 {
  margin: 14px 0 0;
  color: #ffffff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
  letter-spacing: -1.4px;
  line-height: 1.15;
}

.hk-workflow-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 46px;
}

.hk-workflow-step {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.065),
      rgba(255, 255, 255, 0.025)
    );
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.hk-workflow-step:hover {
  border-color: rgba(139, 150, 255, 0.35);
  transform: translateY(-5px);
}

.hk-workflow-step h3 {
  margin: 14px 0 10px;
  color: #f3f3fb;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.hk-workflow-step p {
  margin: 0;
  color: #9a9ab4;
  font-size: 12px;
  line-height: 1.6;
}

.hk-workflow-step ul {
  margin: 12px 0 20px;
  padding: 0;
  list-style: none;
}

.hk-workflow-step li {
  margin: 6px 0;
  color: #d3d3e2;
  font-size: 12px;
  line-height: 1.5;
}

.hk-workflow-step li::before {
  content: "•";
  margin-right: 8px;
  color: #79dfb7;
}

.hk-workflow-step a {
  display: inline-flex;
  align-items: center;
  color: #b8c2ff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: color 0.2s ease;
}

.hk-workflow-step a span {
  font-size: 15px;
  transition: transform 0.2s ease;
}

.hk-workflow-step a:hover {
  color: #ffffff;
}

.hk-workflow-step a:hover span {
  transform: translateX(4px);
}

.hk-workflow-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 10px;
  background: rgba(102, 126, 234, 0.16);
  color: #aeb8ff;
  font-size: 15px;
}

@media (max-width: 800px) {
  .hk-feature-table-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .hk-workflow-steps {
    grid-template-columns: 1fr;
  }
}

.hk-team-avatar-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #697af1, #8a61c7);
}

.hk-team-avatar-initials span {
  color: #ffffff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 2px;
}

/* =========================================================
   ABOUT PAGE — LEADERSHIP
   ========================================================= */

.hk-about-team {
  padding: 100px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hk-about-team-header {
  max-width: 760px;
  margin: 0 auto 50px;
  text-align: center;
}

.hk-about-team-header h2 {
  margin: 14px 0 0;
  color: #ffffff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
  letter-spacing: -1.4px;
  line-height: 1.15;
}

.hk-team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 700px;
  margin: 0 auto;
}

.hk-team-member {
  text-align: center;
  cursor: pointer;
}

.hk-company-logo {
  grid-column: 1 / -1;
  text-align: center;
}

.hk-company-logo-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.hk-company-logo-link:hover {
  transform: translateY(-5px);
}

.hk-company-avatar {
  width: 120px;
  height: 120px;
  border-color: rgba(255, 255, 255, 0.4);
}

.hk-company-logo h3 {
  margin: 14px 0 6px;
  color: #f3f3fb;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.hk-company-logo p {
  margin: 0;
  color: #9a9ab4;
  font-size: 13px;
}

.hk-team-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  border: 3px solid rgba(139, 150, 255, 0.3);
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.hk-team-member:hover .hk-team-avatar {
  border-color: rgba(139, 150, 255, 0.8);
  transform: scale(1.05);
}

.hk-team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hk-team-member h3 {
  margin: 0 0 8px;
  color: #f3f3fb;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.hk-team-member p {
  margin: 0;
  color: #9a9ab4;
  font-size: 14px;
}

/* =========================================================
   ABOUT PAGE — LINKEDIN MODAL
   ========================================================= */

.hk-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.hk-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.hk-modal {
  position: relative;
  background: #1a1a2e;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 30px;
  max-width: 400px;
  width: 90%;
  text-align: center;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.hk-modal-overlay.active .hk-modal {
  transform: scale(1);
}

.hk-modal h3 {
  margin: 0 0 10px;
  color: #f3f3fb;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.hk-modal p {
  margin: 0 0 20px;
  color: #9a9ab4;
  font-size: 14px;
  line-height: 1.5;
}

.hk-modal-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #0077b5;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.2s ease;
}

.hk-modal-linkedin:hover {
  background: #005fa3;
  color: #ffffff;
}

.hk-modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  color: #9a9ab4;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: color 0.2s ease, background 0.2s ease;
}

.hk-modal-close:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.hk-modal-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 8px;
}

.hk-modal-linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  background: #0077b5;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.2s ease;
}

.hk-modal-linkedin:hover {
  background: #005fa3;
  color: #ffffff;
}

.hk-modal-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  background: #25d366;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.2s ease;
}

.hk-modal-whatsapp:hover {
  background: #1ebc57;
  color: #ffffff;
}

@media (max-width: 550px) {
  .hk-team-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hk-team-avatar {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 550px) {
  .hk-feature-table-row {
    padding: 14px;
  }
}

/* =========================================================
   PRICING PAGE
   ========================================================= */

.hk-pricing-page {
  overflow: hidden;
  background: #111126;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

/* Hero */

.hk-pricing-hero {
  position: relative;
  overflow: hidden;
  padding: 145px 0 92px;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(102, 126, 234, 0.2),
      transparent 30%
    ),
    radial-gradient(
      circle at 77% 65%,
      rgba(118, 75, 162, 0.22),
      transparent 31%
    ),
    #1a1a2e;
}

.hk-pricing-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hk-pricing-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
  animation: hkPricingBgZoom 18s ease-in-out infinite alternate;
  transform-origin: center center;
}

@keyframes hkPricingBgZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}

.hk-pricing-grid {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: linear-gradient(to bottom, black, transparent);
}

.hk-pricing-hero-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  text-align: center;
}

.hk-pricing-overline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #b6c0ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  animation: hkAboutEnter 0.7s ease both;
}

.hk-pricing-overline > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #28a745;
  box-shadow: 0 0 0 5px rgba(40, 167, 69, 0.13);
}

.hk-pricing-hero h1 {
  max-width: 740px;
  margin: 16px auto;
  color: #ffffff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(43px, 5.3vw, 66px);
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1.06;
  animation: hkAboutEnter 0.8s 0.1s ease both;
}

.hk-pricing-hero h1 span {
  display: block;
  background: linear-gradient(95deg, #9ca9ff, #d3a0fb);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hk-pricing-hero p {
  max-width: 650px;
  margin: 0 auto;
  color: #b5b5cb;
  font-size: 16px;
  line-height: 1.72;
  animation: hkAboutEnter 0.8s 0.2s ease both;
}

.hk-pricing-hero-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 20px;
  margin-top: 26px;
  animation: hkAboutEnter 0.8s 0.3s ease both;
}

.hk-pricing-hero-points span {
  color: #c7c7db;
  font-size: 11px;
  font-weight: 600;
}

.hk-pricing-hero-points i {
  margin-right: 5px;
  color: #73e39a;
}

.hk-pricing-orb {
  position: absolute;
  border: 1px solid rgba(163, 173, 255, 0.18);
  border-radius: 50%;
  animation: hkMissionFloat 9s ease-in-out infinite;
}

.hk-pricing-orb-one {
  top: 22%;
  left: 8%;
  width: 80px;
  height: 80px;
}

.hk-pricing-orb-two {
  right: 8%;
  bottom: -62px;
  width: 190px;
  height: 190px;
  animation-delay: -4s;
}

/* Plans */

.hk-pricing-plans-section {
  padding: 108px 0 100px;
  background:
    radial-gradient(
      circle at 50% 35%,
      rgba(102, 126, 234, 0.08),
      transparent 32%
    ),
    #111126;
}

.hk-pricing-section-heading {
  max-width: 710px;
  margin: 0 auto 48px;
  text-align: center;
}

.hk-pricing-section-heading h2,
.hk-pricing-factors-copy h2,
.hk-pricing-process-heading h2 {
  margin: 0;
  color: #ffffff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.12;
}

.hk-pricing-section-heading h2 span,
.hk-pricing-factors-copy h2 span {
  display: block;
  color: #a7b2ff;
}

.hk-pricing-section-heading > p:last-child {
  max-width: 620px;
  margin: 17px auto 0;
  color: #aaaac1;
  font-size: 15px;
  line-height: 1.7;
}

.hk-pricing-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 18px;
}

.hk-pricing-plan {
  position: relative;
  display: flex;
  min-height: 565px;
  flex-direction: column;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.065),
      rgba(255, 255, 255, 0.02)
    );
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.hk-pricing-plan:hover {
  border-color: rgba(144, 154, 255, 0.44);
  transform: translateY(-7px);
}

.hk-pricing-plan-featured {
  z-index: 2;
  margin: -14px 0;
  border-color: rgba(142, 151, 255, 0.52);
  background:
    radial-gradient(
      circle at 78% 7%,
      rgba(138, 101, 199, 0.23),
      transparent 32%
    ),
    linear-gradient(145deg, #2c2d5a, #1d1c3b);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.22);
}

.hk-popular-label {
  position: absolute;
  top: 16px;
  right: 17px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 7px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.13);
  color: #f0e9ff;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}

.hk-popular-label i {
  color: #ffd271;
}

.hk-plan-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hk-plan-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 12px;
  font-size: 17px;
}

.hk-plan-icon-foundation {
  background: rgba(40, 167, 69, 0.13);
  color: #75e39a;
}

.hk-plan-icon-professional {
  background: rgba(102, 126, 234, 0.16);
  color: #b5beff;
}

.hk-plan-icon-enterprise {
  background: rgba(253, 126, 20, 0.13);
  color: #ffc178;
}

.hk-plan-label {
  color: #a4a4bc;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.hk-pricing-plan h3 {
  margin: 22px 0 7px;
  color: #ffffff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 25px;
  letter-spacing: -0.8px;
}

.hk-plan-description {
  min-height: 60px;
  margin: 0;
  color: #a6a6bd;
  font-size: 12px;
  line-height: 1.65;
}

.hk-plan-quote {
  margin: 22px 0 19px;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(7, 10, 28, 0.23);
}

.hk-plan-quote span,
.hk-plan-quote strong {
  display: block;
}

.hk-plan-quote span {
  color: #9898af;
  font-size: 9px;
}

.hk-plan-quote strong {
  margin-top: 3px;
  color: #dadae9;
  font-size: 11px;
}

.hk-pricing-plan-featured .hk-plan-quote {
  border-color: rgba(146, 155, 255, 0.21);
  background: rgba(102, 126, 234, 0.1);
}

.hk-plan-features {
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hk-plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 11px 0;
  color: #d1d1e0;
  font-size: 12px;
  line-height: 1.45;
}

.hk-plan-features i {
  margin-top: 3px;
  color: #74e39a;
  font-size: 9px;
}

.hk-plan-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
  padding: 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

.hk-plan-button:hover {
  transform: translateY(-2px);
}

.hk-plan-button-outline {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.045);
  color: #eeeeF7;
}

.hk-plan-button-outline:hover {
  background: rgba(255, 255, 255, 0.1);
}

.hk-plan-button-primary {
  background: linear-gradient(100deg, #6879ee, #8c62c8);
  box-shadow: 0 11px 22px rgba(102, 126, 234, 0.22);
  color: #ffffff;
}

.hk-pricing-note {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
  max-width: 720px;
  margin: 37px auto 0;
  color: #85859f;
  font-size: 11px;
  line-height: 1.55;
  text-align: center;
}

.hk-pricing-note i {
  margin-top: 2px;
  color: #9eabff;
}

/* Pricing factors */

.hk-pricing-factors {
  padding: 110px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(
      circle at 15% 52%,
      rgba(118, 75, 162, 0.13),
      transparent 28%
    ),
    #17172d;
}

.hk-pricing-factors-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
  gap: 90px;
}

.hk-pricing-factors-copy > p:not(.hk-about-section-label) {
  max-width: 460px;
  margin: 18px 0 0;
  color: #aaaac1;
  font-size: 14px;
  line-height: 1.72;
}

.hk-pricing-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 25px;
  color: #b6c0ff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.hk-pricing-text-link:hover {
  color: #ffffff;
}

.hk-pricing-text-link i {
  transition: transform 0.2s ease;
}

.hk-pricing-text-link:hover i {
  transform: translateX(4px);
}

.hk-pricing-factors-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}

.hk-pricing-factors-grid article {
  display: flex;
  gap: 11px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.035);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.hk-pricing-factors-grid article:hover {
  border-color: rgba(141, 151, 255, 0.38);
  transform: translateY(-4px);
}

.hk-factor-icon {
  display: grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 9px;
  font-size: 13px;
}

.hk-factor-icon-purple {
  background: rgba(102, 126, 234, 0.14);
  color: #abb5ff;
}

.hk-factor-icon-green {
  background: rgba(40, 167, 69, 0.12);
  color: #75e39a;
}

.hk-factor-icon-orange {
  background: rgba(253, 126, 20, 0.12);
  color: #ffc174;
}

.hk-factor-icon-pink {
  background: rgba(207, 108, 183, 0.12);
  color: #ecb1de;
}

.hk-pricing-factors-grid strong {
  display: block;
  color: #e7e7f2;
  font-size: 12px;
}

.hk-pricing-factors-grid p {
  margin: 4px 0 0;
  color: #9999b1;
  font-size: 10px;
  line-height: 1.5;
}

/* Quote process */

.hk-pricing-process {
  padding: 108px 0;
  background: #111126;
}

.hk-pricing-process-heading {
  max-width: 650px;
  margin-bottom: 42px;
}

.hk-quote-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}

.hk-quote-step {
  position: relative;
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.035);
}

.hk-quote-step > span {
  position: absolute;
  top: 16px;
  right: 17px;
  color: #73738e;
  font-size: 10px;
  font-weight: 800;
}

.hk-quote-step-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 10px;
  background: rgba(102, 126, 234, 0.14);
  color: #aab5ff;
  font-size: 15px;
}

.hk-quote-step h3 {
  margin: 18px 0 7px;
  color: #f2f2fa;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: -0.4px;
}

.hk-quote-step p {
  margin: 0;
  color: #9e9eb6;
  font-size: 12px;
  line-height: 1.62;
}

.hk-pricing-bottom-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 24px;
  padding: 21px 24px;
  border: 1px solid rgba(132, 144, 255, 0.32);
  border-radius: 13px;
  background:
    radial-gradient(
      circle at 90% 30%,
      rgba(181, 126, 238, 0.14),
      transparent 25%
    ),
    rgba(102, 126, 234, 0.09);
}

.hk-pricing-bottom-action span,
.hk-pricing-bottom-action strong {
  display: block;
}

.hk-pricing-bottom-action span {
  color: #acb5e6;
  font-size: 10px;
}

.hk-pricing-bottom-action strong {
  margin-top: 4px;
  color: #eeeeF8;
  font-size: 14px;
}

.hk-pricing-bottom-action a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 11px 14px;
  border-radius: 8px;
  background: #ffffff;
  color: #292742;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.hk-pricing-bottom-action a:hover {
  transform: translateY(-2px);
}

@media (max-width: 950px) {
  .hk-pricing-plans {
    grid-template-columns: 1fr;
    max-width: 590px;
    margin: auto;
  }

  .hk-pricing-plan-featured {
    margin: 0;
  }

  .hk-pricing-factors-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (max-width: 680px) {
  .hk-pricing-hero {
    padding: 119px 0 66px;
  }

  .hk-pricing-hero h1 {
    font-size: 44px;
    letter-spacing: -2px;
  }

  .hk-pricing-hero p {
    font-size: 14px;
  }

  .hk-pricing-plans-section,
  .hk-pricing-factors,
  .hk-pricing-process {
    padding: 74px 0;
  }

  .hk-pricing-section-heading h2,
  .hk-pricing-factors-copy h2,
  .hk-pricing-process-heading h2 {
    font-size: 35px;
    letter-spacing: -1.5px;
  }

  .hk-pricing-plan {
    min-height: auto;
    padding: 22px;
  }

  .hk-pricing-factors-grid,
  .hk-quote-steps {
    grid-template-columns: 1fr;
  }

  .hk-pricing-bottom-action {
    display: block;
  }

  .hk-pricing-bottom-action a {
    width: 100%;
    justify-content: center;
    margin-top: 17px;
  }
}