/* Kosmonel home, hyper-modern marketing */

.hm-page {
  --hm-brand: #3b82f6;
  --hm-hero-ink: #0a0a0a;
  --hm-brand-bright: #60a5fa;
  --hm-brand-deep: #2563eb;
  --hm-ink: #0a0a0a;
  --hm-ink-soft: #171717;
  --hm-text: #0a0a0a;
  --hm-muted: #737373;
  --hm-line: #ebebeb;
  --hm-surface: #fafafa;
  --hm-radius: 18px;
  --hm-radius-lg: 22px;
  --hm-section-pad: clamp(4rem, 9vw, 6rem);
  --hm-track-display: -0.02em;
  --hm-track-heading: -0.015em;
  --hm-leading-display: 1.06;
  --hm-leading-heading: 1.1;
  --hm-word-spacing: 0.02em;
  font-family: "Outfit", "Poppins", system-ui, sans-serif;
  color: var(--hm-text);
  background: #f5f5f5;
  overflow-x: clip;
  word-spacing: var(--hm-word-spacing);
}

/* Scroll reveal */
[data-hm-reveal] {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-hm-reveal].hm-revealed {
  opacity: 1;
  transform: translateY(0);
}

.hm-bento[data-hm-reveal] .hm-bento-card {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.25s, border-color 0.25s;
}

.hm-bento.hm-revealed .hm-bento-grid .hm-bento-card:nth-child(1) { transition-delay: 0.05s; opacity: 1; transform: translateY(0); }
.hm-bento.hm-revealed .hm-bento-grid .hm-bento-card:nth-child(2) { transition-delay: 0.15s; opacity: 1; transform: translateY(0); }
.hm-bento.hm-revealed .hm-bento-grid .hm-bento-card:nth-child(3) { transition-delay: 0.25s; opacity: 1; transform: translateY(0); }

/* ─── Surface system, each section gets its own identity ─── */
.hm-surface,
.hm-premium-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

/* Aurora spin: finale CTA only */
.hm-aurora-spin {
  background: linear-gradient(145deg, #0a0a0a 0%, #0f172a 50%, #1e3a8a 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.35);
  color: #fff;
}

.hm-aurora-spin::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: conic-gradient(from 0deg, #3b82f6, #60a5fa, #2563eb, #93c5fd, #3b82f6);
  z-index: -1;
  animation: hm-ring-spin 8s linear infinite;
  opacity: 0.65;
}

@keyframes hm-ring-spin {
  to { transform: rotate(360deg); }
}

/* Stats: crisp light slab with centered top accent */
.hm-surface--stats {
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  border: 1px solid #e2e8f0;
  box-shadow:
    0 20px 50px rgba(37, 99, 235, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

.hm-surface--stats::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12%;
  right: 12%;
  height: 3px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(90deg, transparent, #3b82f6 30%, #60a5fa 50%, #3b82f6 70%, transparent);
}

/* Bento hero: midnight card with scanline texture */
.hm-surface--bento-dark {
  background: linear-gradient(165deg, #0f172a 0%, #172554 55%, #1e3a8a 100%);
  border: 1px solid rgba(59, 130, 246, 0.22);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.22);
  color: #fff;
}

.hm-surface--bento-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 3px,
    rgba(59, 130, 246, 0.04) 3px,
    rgba(59, 130, 246, 0.04) 4px
  );
  pointer-events: none;
}

/* WAPT service: tactical left rail */
.hm-surface--wapt {
  background: linear-gradient(180deg, #0c1222 0%, #111827 100%);
  border: 1px solid #1e293b;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.22);
  color: #fff;
}

.hm-surface--wapt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.5rem;
  bottom: 1.5rem;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, #60a5fa, #2563eb 50%, #1d4ed8);
  box-shadow: 0 0 20px rgba(59, 130, 246, 0.5);
}

/* Training service: warm frost with corner fold */
.hm-surface--training.hm-premium-panel--frost::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(225deg, rgba(59, 130, 246, 0.08) 0%, transparent 55%);
  pointer-events: none;
}

.hm-premium-panel--frost {
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(59, 130, 246, 0.07), transparent 55%),
    linear-gradient(165deg, #fff 0%, #f8fafc 55%, #f1f5f9 100%);
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow:
    0 20px 50px rgba(15, 23, 42, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.hm-premium-panel--frost:not(.hm-surface--training)::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

/* KSE waitlist: glass inset with bottom light line */
.hm-surface--kse-glass {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hm-surface--kse-glass::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(96, 165, 250, 0.7), transparent);
}

.hm-panel-glow {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  filter: blur(48px);
  border-radius: 50%;
}

.hm-panel-glow--right {
  width: 220px;
  height: 220px;
  top: -40%;
  right: 5%;
  background: radial-gradient(circle, rgba(96, 165, 250, 0.4), transparent 70%);
  animation: hm-orb-drift 12s ease-in-out infinite;
}

.hm-panel-glow--top {
  width: 180px;
  height: 180px;
  top: -30%;
  left: 20%;
  background: radial-gradient(circle, rgba(147, 197, 253, 0.35), transparent 70%);
  animation: hm-orb-drift 9s ease-in-out infinite;
}

.hm-panel-glow--corner {
  width: 260px;
  height: 260px;
  top: -35%;
  right: -15%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.45), transparent 70%);
  animation: hm-orb-drift 11s ease-in-out infinite;
}

.hm-panel-glow--soft {
  width: 200px;
  height: 200px;
  bottom: -20%;
  left: -10%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.18), transparent 70%);
}

.hm-panel-glow--center {
  width: 280px;
  height: 280px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(37, 99, 235, 0.35), transparent 70%);
  animation: hm-orb-drift 14s ease-in-out infinite;
}

.hm-panel-glow--left {
  width: 240px;
  height: 240px;
  top: -20%;
  left: -8%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.3), transparent 70%);
  animation: hm-orb-drift 13s ease-in-out infinite;
}

.hm-surface > *:not(.hm-panel-glow),
.hm-premium-panel > *:not(.hm-panel-glow),
.hm-aurora-spin > *:not(.hm-panel-glow) {
  position: relative;
  z-index: 1;
}

.hm-page .kosmonel-gradient-text,
.hm-page .hm-hero-display-muted {
  background: linear-gradient(105deg, #0a0a0a 0%, #0a0a0a 42%, #2563eb 78%, #3b82f6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.hm-block-head__title--on-dark .hm-hero-display-muted,
.hm-finale-title .hm-hero-display-muted,
.hm-kse-waitlist-title .hm-hero-display-muted {
  background: linear-gradient(105deg, #fafafa 0%, #fafafa 38%, #2563eb 72%, #3b82f6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.hm-page .scan-section {
  max-width: none;
  margin: 0;
  gap: 0;
}

/* ─── Hero: minimal / hyper-modern ─── */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hm-hero {
  position: relative;
  min-height: min(88vh, 780px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fafafa;
  color: #0a0a0a;
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
}

.hm-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hm-hero-grid,
.hm-page--services .hm-sv-cine__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.055) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 65% at 50% 42%, #000 15%, transparent 72%);
}

.hm-hero-beam {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: min(900px, 120vw);
  height: 55%;
  background: radial-gradient(ellipse at center, rgba(59, 130, 246, 0.16) 0%, transparent 68%);
  filter: blur(2px);
  animation: hm-hero-beam-drift 14s ease-in-out infinite alternate;
}

@keyframes hm-hero-beam-drift {
  from { opacity: 0.85; transform: translateX(-52%) scale(1); }
  to { opacity: 1; transform: translateX(-48%) scale(1.06); }
}

.hm-hero-scanline {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.35), transparent);
  box-shadow: 0 0 24px rgba(59, 130, 246, 0.25);
  animation: hm-hero-scan 9s linear infinite;
  opacity: 0.55;
}

@keyframes hm-hero-scan {
  0% { top: 18%; opacity: 0; }
  8% { opacity: 0.55; }
  92% { opacity: 0.55; }
  100% { top: 82%; opacity: 0; }
}

.hm-hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
  pointer-events: none;
}

.hm-hero-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(3rem, 10vh, 5rem) 1.5rem clamp(2.5rem, 6vh, 4rem);
}

.hm-hero-shell--minimal {
  text-align: center;
}

.hm-hero-center {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hm-hero-center > *:not(.hm-hero-frame) {
  animation: hm-hero-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.hm-hero-center > .hm-hero-kicker { animation-delay: 0.04s; }
.hm-hero-center > .hm-hero-display { animation-delay: 0.1s; }
.hm-hero-center > .hm-hero-sub { animation-delay: 0.16s; }
.hm-hero-center > .hm-scan-bar { animation-delay: 0.22s; }
.hm-hero-center > .hm-hero-footnote { animation-delay: 0.28s; }
.hm-hero-center > .hm-hero-meta { animation-delay: 0.34s; }

@keyframes hm-hero-in {
  from {
    opacity: 0;
    transform: translateY(14px);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.hm-hero-frame {
  position: absolute;
  inset: -2.5rem -1.25rem;
  pointer-events: none;
}

.hm-hero-frame span {
  position: absolute;
  width: 1.75rem;
  height: 1.75rem;
  border-color: rgba(10, 10, 10, 0.12);
  border-style: solid;
}

.hm-hero-frame span:nth-child(1) {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}

.hm-hero-frame span:nth-child(2) {
  top: 0;
  right: 0;
  border-width: 1px 1px 0 0;
}

.hm-hero-frame span:nth-child(3) {
  bottom: 0;
  left: 0;
  border-width: 0 0 1px 1px;
}

.hm-hero-frame span:nth-child(4) {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}

.hm-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid #e5e5e5;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #525252;
}

.hm-hero-live {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
  animation: hm-hero-pulse 2.4s ease-out infinite;
}

@keyframes hm-hero-pulse {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45); }
  70% { box-shadow: 0 0 0 6px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.hm-hero-display {
  margin: 0;
  font-size: clamp(2.75rem, 8vw, 5.25rem);
  font-weight: 800;
  line-height: var(--hm-leading-display);
  letter-spacing: var(--hm-track-display);
  color: #0a0a0a;
}

.hm-hero-display-muted {
  font-weight: 700;
}

.hm-hero-sub {
  margin: 1.35rem 0 0;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #737373;
  font-variant-numeric: tabular-nums;
}

.hm-hero-sub strong {
  font-weight: 700;
  color: #0a0a0a;
}

/* Command-bar scanner */
.hm-scan-bar {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin: clamp(2.25rem, 5vh, 3rem) auto 0;
}

.hm-scan-bar__halo {
  position: absolute;
  inset: -1px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.5), rgba(147, 197, 253, 0.2), rgba(37, 99, 235, 0.45));
  opacity: 0;
  transition: opacity 0.35s ease;
  filter: blur(0.5px);
}

.hm-scan-bar:focus-within .hm-scan-bar__halo,
.hm-scan-bar:hover .hm-scan-bar__halo {
  opacity: 1;
}

.hm-scan-bar__form {
  position: relative;
  z-index: 1;
  margin: 0;
}

.hm-scan-bar__row {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0.4rem 0.4rem 0.4rem 1rem;
  border-radius: 18px;
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.04),
    0 24px 80px rgba(0, 0, 0, 0.22),
    0 4px 16px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.hm-scan-bar:focus-within .hm-scan-bar__row {
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.35),
    0 28px 90px rgba(37, 99, 235, 0.18),
    0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.hm-scan-bar__glyph {
  display: flex;
  align-items: center;
  color: #525252;
  font-size: 1.15rem;
  margin-right: 0.65rem;
  flex-shrink: 0;
}

.hm-scan-bar:focus-within .hm-scan-bar__glyph {
  color: #60a5fa;
}

.hm-page .hm-scan-bar__input,
.hm-page .hm-scan-bar__input.url-input {
  flex: 1;
  min-width: 0;
  padding: 0.85rem 0.5rem;
  border: none !important;
  background: transparent !important;
  color: #fafafa !important;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  box-shadow: none !important;
  -webkit-text-fill-color: #fafafa;
  caret-color: #fafafa;
}

.hm-page .hm-scan-bar__input::placeholder {
  color: #525252;
  -webkit-text-fill-color: #525252;
  opacity: 1;
}

.hm-page .hm-scan-bar__input:focus {
  outline: none;
  box-shadow: none !important;
  background: transparent !important;
  color: #fafafa !important;
}

@keyframes hm-scan-autofill-start {
  from { opacity: 1; }
  to { opacity: 1; }
}

.hm-page .hm-scan-bar__input:-webkit-autofill,
.hm-page .hm-scan-bar__input:-webkit-autofill:hover,
.hm-page .hm-scan-bar__input:-webkit-autofill:focus,
.hm-page .hm-scan-bar__input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #0a0a0a inset !important;
  box-shadow: 0 0 0 1000px #0a0a0a inset !important;
  -webkit-text-fill-color: #fafafa !important;
  caret-color: #fafafa;
  border: none !important;
  transition: background-color 99999s ease-out 0s;
  animation: hm-scan-autofill-start 0.001s;
}

.hm-page .hm-scan-bar__submit {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
  margin: 0;
  padding: 0.72rem 1.2rem 0.72rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 13px;
  background: linear-gradient(180deg, #ffffff 0%, #f0f0f0 100%);
  color: #0a0a0a;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  cursor: pointer;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 4px 14px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(0, 0, 0, 0.04);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.hm-scan-bar__submit-icon {
  font-size: 1rem;
  color: #2563eb;
}

.hm-page .hm-scan-bar__submit kbd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  padding: 0.12rem 0.38rem;
  border-radius: 6px;
  background: rgba(10, 10, 10, 0.06);
  border: 1px solid rgba(10, 10, 10, 0.08);
  font-family: inherit;
  font-size: 0.68rem;
  font-weight: 700;
  color: #525252;
  line-height: 1.2;
}

.hm-page .hm-scan-bar__submit:hover {
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
  border-color: #fff;
  transform: translateY(-1px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 8px 22px rgba(37, 99, 235, 0.14),
    0 0 0 1px rgba(59, 130, 246, 0.12);
}

.hm-page .hm-scan-bar__submit:active {
  transform: translateY(0);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.6) inset,
    0 2px 8px rgba(0, 0, 0, 0.12);
}

.hm-hero-footnote {
  margin: 1.1rem 0 0;
  font-size: 0.75rem;
  font-weight: 500;
  color: #a3a3a3;
  letter-spacing: 0.01em;
}

.hm-hero-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: clamp(2rem, 4vh, 2.75rem);
}

.hm-hero-meta a {
  font-size: 0.8rem;
  font-weight: 600;
  color: #525252;
  text-decoration: none;
  transition: color 0.2s;
}

.hm-hero-meta a:hover {
  color: #2563eb;
}

.hm-hero-meta-sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d4d4d4;
}

.hm-scan-error {
  max-width: 620px;
  margin: 1.25rem auto 0;
  padding: 0.85rem 1.1rem;
  border-radius: 12px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
  font-size: 0.88rem;
  text-align: left;
}

/* Hide legacy hero bits */
.hm-page .mini-heading,
.hm-page .main-heading,
.hm-page .scanner-description,
.hm-page .scan-div,
.hm-page .mini-spec-cards {
  display: none !important;
}

/* ─── Shared section system (hero-aligned) ─── */
.hm-block-head {
  text-align: center;
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.hm-block-head .hm-hero-kicker {
  margin-bottom: 1.25rem;
}

.hm-block-head__title {
  margin: 0;
  font-size: clamp(2rem, 5.5vw, 3.5rem);
  font-weight: 800;
  line-height: var(--hm-leading-heading);
  letter-spacing: var(--hm-track-heading);
  color: var(--hm-ink);
}

.hm-block-head__sub {
  margin: 1.1rem auto 0;
  max-width: 480px;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.65;
  color: var(--hm-muted);
}

.hm-block-head--on-dark {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.hm-block-head__title--on-dark {
  color: #fafafa;
}

.hm-block-head__sub--on-dark {
  color: #a3a3a3;
}

.hm-hero-kicker--on-dark {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #a3a3a3;
}

/* Tile system */
.hm-tile {
  position: relative;
  border-radius: var(--hm-radius-lg);
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.hm-tile-frame {
  position: absolute;
  inset: 1rem;
  pointer-events: none;
  z-index: 2;
}

.hm-tile-frame span {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  border-color: rgba(10, 10, 10, 0.1);
  border-style: solid;
}

.hm-tile--dark .hm-tile-frame span {
  border-color: rgba(255, 255, 255, 0.14);
}

.hm-tile-frame span:nth-child(1) { top: 0; left: 0; border-width: 1px 0 0 1px; }
.hm-tile-frame span:nth-child(2) { top: 0; right: 0; border-width: 1px 1px 0 0; }
.hm-tile-frame span:nth-child(3) { bottom: 0; left: 0; border-width: 0 0 1px 1px; }
.hm-tile-frame span:nth-child(4) { bottom: 0; right: 0; border-width: 0 1px 1px 0; }

.hm-tile--dark {
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fafafa;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
}

.hm-tile--light {
  background: #fafafa;
  border: 1px solid var(--hm-line);
  color: var(--hm-ink);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
}

.hm-tile--light:hover {
  border-color: #d4d4d4;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
}

.hm-tile--dark:hover {
  transform: translateY(-3px);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.28);
}

.hm-tile-stat {
  margin: 0 0 0.5rem;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.hm-tile--dark .hm-tile-stat {
  color: #fafafa;
}

.hm-tile--light .hm-tile-stat {
  color: var(--hm-ink);
}

.hm-tile-title {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hm-tile-desc {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--hm-muted);
}

.hm-tile--dark .hm-tile-desc {
  color: #737373;
}

.hm-tile--link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.hm-tile--link .hm-tile-title ion-icon {
  font-size: 0.9rem;
  vertical-align: -2px;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.2s, transform 0.2s;
}

.hm-tile--link:hover .hm-tile-title ion-icon {
  opacity: 1;
  transform: translateX(0);
}

/* Stats strip */
.hm-stats-strip {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(2.5rem, 5vw, 3.5rem) 1.5rem var(--hm-section-pad);
  text-align: center;
}

.hm-stats-kicker {
  margin-bottom: 1.75rem;
}

.hm-stats-strip__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 0;
  border-top: 1px solid var(--hm-line);
  border-bottom: 1px solid var(--hm-line);
}

.hm-stat-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 1.75rem 1rem;
  border-right: 1px solid var(--hm-line);
  transition: background 0.25s;
}

.hm-stat-pill:last-child {
  border-right: none;
}

.hm-stat-pill:hover {
  background: rgba(250, 250, 250, 0.8);
}

.hm-stat-pill ion-icon {
  display: none;
}

.hm-stat-pill__value {
  margin: 0;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  color: var(--hm-ink);
  font-variant-numeric: tabular-nums;
}

.hm-stat-pill__label {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #a3a3a3;
}

/* Scan results */
.hm-page .report-section-container {
  width: 100%;
  max-width: none;
  margin-top: 2.5rem;
  text-align: left;
  scroll-margin-top: 1.25rem;
}

/* Report score band, refined minimal summary */
.hm-page .hm-report-scoreband.top-report-section {
  --hm-report-score: 70;
  display: block !important;
  position: relative;
  margin: 0;
  padding: 0 !important;
  background: #ffffff !important;
  border: 1px solid var(--hm-line) !important;
  border-radius: var(--hm-radius-lg) !important;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.05) !important;
  color: #0a0a0a;
  overflow: hidden;
}

.hm-report-scoreband--a { --hm-report-accent: #16a34a; }
.hm-report-scoreband--b { --hm-report-accent: #22c55e; }
.hm-report-scoreband--c { --hm-report-accent: #ca8a04; }
.hm-report-scoreband--d { --hm-report-accent: #ea580c; }
.hm-report-scoreband--e { --hm-report-accent: #dc2626; }
.hm-report-scoreband--f { --hm-report-accent: #b91c1c; }

.hm-report-scoreband__accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--hm-report-accent);
  z-index: 1;
}

.hm-report-scoreband__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr);
  align-items: stretch;
}

.hm-report-scoreband__primary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
  padding: clamp(1.5rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2.25rem);
  border-right: 1px solid var(--hm-line);
}

.hm-report-scoreband__kicker.scan-status {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  background: none !important;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a3a3a3 !important;
  line-height: 1;
}

.hm-report-scoreband__live {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--hm-report-accent, #22c55e);
  animation: hm-report-score-pulse 2.4s ease-in-out infinite;
}

@keyframes hm-report-score-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.hm-report-scoreband__hero {
  display: flex;
  align-items: stretch;
  gap: clamp(1.25rem, 3vw, 2rem);
}

.hm-report-scoreband__grade-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
  flex-shrink: 0;
  padding-right: clamp(0.75rem, 2vw, 1.25rem);
  border-right: 1px solid #ebebeb;
}

.hm-page .hm-report-scoreband__grade.grade {
  margin: 0;
  padding: 0;
  background: none !important;
  font-size: clamp(4.5rem, 12vw, 6.5rem);
  font-weight: 800;
  line-height: 0.82;
  letter-spacing: -0.07em;
  color: var(--hm-report-accent, #0a0a0a) !important;
}

.hm-report-scoreband__metric-label {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a3a3a3;
}

.hm-report-scoreband__meter-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}

.hm-report-scoreband__meter-head {
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
}

.hm-report-scoreband__score {
  font-size: clamp(2.75rem, 7vw, 3.75rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.06em;
  font-variant-numeric: tabular-nums;
  color: #0a0a0a;
}

.hm-report-scoreband__score-max {
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #a3a3a3;
}

.hm-report-scoreband__meter {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 100%;
}

.hm-report-scoreband__meter-ticks {
  height: 6px;
  background: repeating-linear-gradient(
    90deg,
    #d4d4d4 0,
    #d4d4d4 1px,
    transparent 1px,
    transparent calc(100% / 20)
  );
  opacity: 0.55;
  border-radius: 1px;
}

.hm-report-scoreband__meter-rail {
  position: relative;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f5f5f5 0%, #ececec 100%);
  border: 1px solid #e5e5e5;
  overflow: visible;
}

.hm-report-scoreband__meter-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: calc(var(--hm-report-score) * 1%);
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    color-mix(in srgb, var(--hm-report-accent) 75%, #fff),
    var(--hm-report-accent)
  );
  transition: width 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}

.hm-report-scoreband__meter-needle {
  position: absolute;
  top: 50%;
  left: calc(var(--hm-report-score) * 1%);
  width: 2px;
  height: 22px;
  background: #0a0a0a;
  border-radius: 1px;
  transform: translate(-50%, -50%);
  transition: left 1.15s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 0 0 2px #fff;
}

.hm-report-scoreband__meter-needle::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid #0a0a0a;
}

.hm-report-scoreband__meter-scale {
  display: flex;
  justify-content: space-between;
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-variant-numeric: tabular-nums;
  color: #a3a3a3;
}

.hm-report-scoreband__meter-label {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a3a3a3;
}

.hm-report-scoreband__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  padding: clamp(1.45rem, 3vw, 1.85rem) clamp(1.35rem, 3vw, 2rem);
  min-width: 0;
}

.hm-report-scoreband__title.report-heading {
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.15rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #0a0a0a !important;
}

.hm-report-scoreband__copy.issues-quantity {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.5;
  color: #737373 !important;
}

.hm-report-scoreband__copy strong {
  color: #0a0a0a;
  font-weight: 700;
}

.hm-report-scoreband__dot {
  margin: 0 0.2rem;
  color: #d4d4d4;
}

.hm-report-scoreband__url.issue-quantity-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  max-width: 100%;
  margin-top: 0.2rem;
  padding: 0;
  font-size: 0.76rem;
  font-weight: 500;
  color: #525252 !important;
  text-decoration: none !important;
  background: none !important;
  border: none;
  transition: color 0.2s;
}

.hm-report-scoreband__url span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1px;
}

.hm-report-scoreband__url ion-icon {
  flex-shrink: 0;
  font-size: 0.8rem;
  color: #a3a3a3;
}

.hm-report-scoreband__url:hover {
  color: #0a0a0a !important;
}

.hm-report-scoreband__url:hover span {
  border-bottom-color: #0a0a0a;
}

.hm-report-scoreband__time.date {
  margin: 0.25rem 0 0;
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #a3a3a3 !important;
  background: none !important;
  padding: 0;
  line-height: 1.4;
}

.hm-report-scoreband.hm-revealed .hm-report-scoreband__meter-fill,
.hm-report-scoreband.hm-revealed .hm-report-scoreband__meter-needle {
  transition-delay: 0.1s;
}

.hm-page .mid-report-section.hm-report-body {
  background: #fafafa;
  border-radius: var(--hm-radius-lg);
  margin: 0.75rem 0 0 !important;
  padding: clamp(1.5rem, 3vw, 2.25rem) !important;
  border: 1px solid var(--hm-line);
  box-shadow: none;
}

.hm-page .findings-and-checks {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.35rem 1.25rem;
  margin-bottom: 1.15rem;
}

.hm-page .security-findings {
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.2rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
  line-height: 1.25 !important;
  color: #0a0a0a !important;
}

.hm-page .checks-performed {
  margin: 0;
  font-size: 0.75rem !important;
  line-height: 1.4 !important;
  color: #737373 !important;
  white-space: nowrap;
}

.hm-page .category-and-quantity {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.65rem, 1.5vw, 0.85rem);
  margin: 0 0 1.75rem !important;
}

.hm-page .category-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-width: 0;
  min-height: 3.35rem;
  padding: 0.8rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--hm-line);
  background: #fff;
  transition: border-color 0.2s;
}

.hm-page .category-card:hover {
  border-color: #d4d4d4;
}

.hm-page .category-card .icon-and-name {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 !important;
  min-width: 0;
  flex: 1;
}

.hm-page .category-card .category-icon {
  font-size: 1rem !important;
  flex-shrink: 0;
}

.hm-page .category-card .category-name {
  margin: 0;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.01em;
}

.hm-page .category-card .issue-quantity {
  flex-shrink: 0;
  margin: 0;
  font-size: 1.35rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  font-variant-numeric: tabular-nums;
}

/* Preliminary scan CTA, black minimal, KSE-aligned */
.hm-page .hm-report-cta {
  position: relative;
  display: block !important;
  margin: 1.75rem 0 0.25rem !important;
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(165deg, #111 0%, #0a0a0a 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 20px 56px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  color: #fafafa;
}

.hm-report-cta__surface {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hm-report-cta__accent {
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #3b82f6, transparent);
  opacity: 0.55;
}

.hm-report-cta__glow {
  position: absolute;
  top: -45%;
  right: -8%;
  width: min(52%, 22rem);
  height: 130%;
  background: radial-gradient(ellipse 55% 45% at 50% 50%, rgba(59, 130, 246, 0.1), transparent 72%);
}

.hm-report-cta__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "head actions"
    "body actions";
  align-items: start;
  gap: 0.55rem clamp(1.25rem, 3vw, 2.25rem);
  padding: clamp(1.45rem, 3vw, 1.85rem) clamp(1.45rem, 3vw, 2rem);
}

.hm-report-cta__head {
  grid-area: head;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.hm-report-cta__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  box-shadow: 0 8px 22px rgba(59, 130, 246, 0.32);
  flex-shrink: 0;
}

.hm-report-cta__icon ion-icon {
  font-size: 1.3rem;
  color: #fafafa;
}

.hm-report-cta__intro {
  min-width: 0;
}

.hm-report-cta__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.35rem;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #737373;
  line-height: 1;
}

.hm-report-cta__live {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3b82f6;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
  animation: hm-report-cta-pulse 2.4s ease-in-out infinite;
}

@keyframes hm-report-cta-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

.hm-report-cta__title {
  margin: 0;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: #fafafa;
}

.hm-report-cta__body {
  grid-area: body;
  min-width: 0;
}

.hm-report-cta__line {
  margin: 0 0 0.7rem;
  font-size: 0.84rem;
  line-height: 1.55;
  font-weight: 500;
  color: #a3a3a3;
  max-width: 42ch;
}

.hm-report-cta__tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.hm-report-cta__tags li {
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #d4d4d4;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hm-report-cta__actions {
  grid-area: actions;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.45rem;
  min-width: 11.25rem;
  flex-shrink: 0;
}

.hm-report-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.7rem 1.15rem;
  border-radius: 11px;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s, transform 0.2s, border-color 0.2s, box-shadow 0.2s, color 0.2s;
}

.hm-report-cta__btn:focus-visible {
  outline: 2px solid #60a5fa;
  outline-offset: 2px;
}

.hm-report-cta__btn--primary {
  background: #fafafa;
  color: #0a0a0a !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

.hm-report-cta__btn--primary:hover {
  background: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.hm-report-cta__btn--ghost {
  background: transparent;
  color: #a3a3a3 !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hm-report-cta__btn--ghost:hover {
  color: #fafafa !important;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .hm-report-cta__layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "head"
      "body"
      "actions";
    gap: 0.85rem;
  }

  .hm-report-cta__actions {
    align-self: stretch;
    min-width: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .hm-report-cta__btn {
    flex: 1 1 11rem;
  }

  .hm-report-cta__line {
    max-width: none;
  }
}

@media (max-width: 480px) {
  .hm-report-cta__actions {
    flex-direction: column;
  }

  .hm-report-cta__btn {
    flex: 1 1 auto;
    width: 100%;
  }
}

/* Report findings accordions */
.hm-page .accordion {
  width: 100%;
  max-width: none !important;
  margin: 1.25rem 0 0 !important;
  border-radius: 0;
  overflow: visible;
}

.hm-page .accordion-item {
  border-radius: 14px;
  margin-bottom: 0.5rem;
  border: 1px solid var(--hm-line);
  overflow: hidden;
  background: #fff;
  transition: border-color 0.2s;
}

.hm-page .accordion-item:hover {
  transform: none;
  box-shadow: none;
}

.hm-page .accordion-header {
  width: 100%;
  margin: 0;
  border: none;
  background: transparent;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
  padding: 0.9rem 1.1rem;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: inherit;
}

.hm-page .accordion-header:hover {
  background: #f5f5f5;
}

.hm-page .accordion-header .accordion-icon {
  flex-shrink: 0;
  margin: 0 !important;
  font-size: 1.05rem !important;
}

.hm-page .accordion-title {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.35;
  color: #0a0a0a;
  overflow-wrap: anywhere;
}

.hm-page .accordion-item .severity-and-span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.hm-page .severity {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0.18rem 0.55rem;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  border-radius: 999px;
  white-space: nowrap;
}

.hm-page .accordion-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1;
  color: #737373;
}

.hm-page .accordion-content {
  background: #f5f5f5;
  font-size: 0.88rem;
  line-height: 1.55;
}

.hm-page .accordion-content.open {
  padding: 1rem 1.1rem !important;
}

.hm-page .accordion-content .icon-and-name {
  margin: 0.65rem 0 0.35rem;
  font-size: 0.95rem;
  gap: 0.4rem;
}

.hm-page .accordion-content .content-card:first-child .icon-and-name {
  margin-top: 0;
}

.hm-page .accordion-heading,
.hm-page .accordion-fix-heading {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
}

.hm-page .accordion-para,
.hm-page .proof,
.hm-page .fix {
  font-size: 0.84rem;
  line-height: 1.55;
}

.hm-page .proof {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0.5rem 0 0;
  padding: 0.75rem;
  font-size: 0.78rem;
  line-height: 1.5;
  border-radius: 10px;
}

.hm-page .fix {
  margin: 0.5rem 0 0;
  padding: 0.65rem 0.75rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 10px;
}

.hm-page .hm-report {
  scroll-margin-top: 5rem;
}

@media (max-width: 640px) {
  .hm-page .accordion-header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "icon title toggle"
      "icon meta toggle";
    align-items: start;
    column-gap: 0.55rem;
    row-gap: 0.3rem;
    padding: 0.7rem 0.8rem;
    font-size: 0.88rem;
  }

  .hm-page .accordion-header .accordion-icon {
    grid-area: icon;
    grid-row: 1 / -1;
    align-self: start;
    margin-top: 0.1rem !important;
    font-size: 0.95rem !important;
  }

  .hm-page .accordion-title {
    grid-area: title;
    font-size: 0.82rem !important;
    line-height: 1.3;
  }

  .hm-page .accordion-item .severity-and-span {
    display: contents;
  }

  .hm-page .severity {
    grid-area: meta;
    justify-self: start;
    font-size: 0.6rem !important;
    padding: 0.14rem 0.45rem;
  }

  .hm-page .accordion-toggle {
    grid-area: toggle;
    grid-row: 1 / -1;
    align-self: center;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.9rem;
  }

  .hm-page .accordion-content.open {
    padding: 0.85rem !important;
  }

  .hm-page .accordion-content .icon-and-name {
    margin: 0.55rem 0 0.3rem;
    font-size: 0.88rem;
  }

  .hm-page .proof {
    padding: 0.65rem;
    font-size: 0.72rem;
  }
}

/* ─── Bento ─── */
.hm-bento {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 1.5rem var(--hm-section-pad);
  position: relative;
  z-index: 5;
}

.hm-bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.hm-bento-card {
  padding: 1.75rem 1.5rem;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hm-bento-card--link:hover {
  transform: translateY(-3px);
}

.hm-page .hero-cards {
  display: none !important;
}

/* ─── Services ─── */
.hm-services {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 1.5rem var(--hm-section-pad);
  border-top: 1px solid var(--hm-line);
}

.hm-services .core-services-section {
  padding-top: 0;
}

.hm-page .core-services-section {
  max-width: none;
  padding: 0;
}

.hm-page .core-services-heading,
.hm-page .core-services-para {
  display: none;
}

.hm-page .core-services-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  width: 100%;
}

.hm-page .core-services-card {
  max-width: none;
  padding: 2rem 1.75rem;
  border-radius: var(--hm-radius-lg);
  display: flex;
  flex-direction: column;
  min-height: 400px;
}

.hm-page .core-services-card-1 {
  color: #fafafa;
}

.hm-page .core-services-card-1 .core-service-name {
  color: #fafafa;
}

.hm-page .core-services-card-1 .core-service-card-para,
.hm-page .core-services-card-1 .core-service-feature-name {
  color: #a3a3a3;
}

.hm-page .core-services-card-2 .core-service-card-para,
.hm-page .core-services-card-2 .core-service-feature-name {
  color: var(--hm-muted);
}

.hm-page .core-service-features {
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  list-style: none;
}

.hm-page .core-service-feature {
  padding: 0;
  border-radius: 0;
  background: none;
  border: none;
  border-bottom: 1px solid var(--hm-line);
  padding-bottom: 0.5rem;
}

.hm-page .core-services-card-1 .core-service-feature {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.hm-page .core-services-card-2 .core-service-feature {
  background: none;
  border: none;
  border-bottom: 1px solid var(--hm-line);
}

.hm-page .service-type {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a3a3a3;
}

.hm-page .core-services-card-1 .service-type {
  color: #737373;
}

.hm-page .core-service-card-icon-1,
.hm-page .core-service-card-icon-2 {
  display: none;
}

.hm-page .core-card-button {
  margin-top: auto;
  padding: 0.75rem 1.15rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  transition: background 0.2s, transform 0.2s;
}

.hm-page .core-card-button-1 {
  background: #fff;
  color: #0a0a0a;
}

.hm-page .core-card-button-2 {
  background: #0a0a0a;
  color: #fafafa;
}

.hm-page .core-card-button-1:hover {
  background: #f5f5f5;
  transform: translateY(-1px);
}

.hm-page .core-card-button-2:hover {
  background: #171717;
  transform: translateY(-1px);
}

.hm-page .core-service-feature-icon-1,
.hm-page .core-service-feature-icon-2 {
  display: none;
}

.hm-page .core-service-name {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

/* ─── KSE, dark full bleed ─── */
.hm-page .kse-coming-soon-section,
.hm-page .hm-kse {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: var(--hm-section-pad) 1.5rem;
  border-radius: 0;
  background: #0a0a0a;
  color: #fafafa;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.hm-kse-grain {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.hm-kse-beam {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(900px, 120vw);
  height: 50%;
  background: radial-gradient(ellipse at center, rgba(59, 130, 246, 0.14) 0%, transparent 68%);
  pointer-events: none;
  animation: hm-kse-beam-drift 16s ease-in-out infinite alternate;
}

@keyframes hm-kse-beam-drift {
  from { opacity: 0.7; transform: translateX(-52%); }
  to { opacity: 1; transform: translateX(-48%); }
}

.hm-kse-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 20%, #000 10%, transparent 75%);
  pointer-events: none;
}

.hm-page .kse-coming-soon-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(700px, 100%);
  height: 40%;
  background: radial-gradient(ellipse at center, rgba(59, 130, 246, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.hm-page .kse-top-section,
.hm-page .kse-dashboard-preview,
.hm-page .kse-coming-soon-section-cards,
.hm-page .hm-kse-waitlist {
  position: relative;
  z-index: 1;
}

.hm-page .coming-soon-tag {
  display: none;
}

/* KSE dashboard demo, scale-to-fit preserves desktop layout on mobile */
.hm-kse-dash-viewport {
  width: 100%;
  max-width: 1000px;
  margin: 1.75rem auto 0;
  overflow: hidden;
  position: relative;
}

.hm-page .kse-dashboard-preview.hm-kse-dash {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 !important;
  background: #050505;
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 18px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 40px 100px rgba(0, 0, 0, 0.65),
    0 0 100px rgba(59, 130, 246, 0.1);
  overflow: hidden;
  transition: box-shadow 0.45s ease;
  will-change: transform;
}

.hm-kse-dash-viewport:hover .hm-kse-dash,
.hm-page .kse-dashboard-preview.hm-kse-dash:hover {
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.35) inset,
    0 48px 120px rgba(0, 0, 0, 0.7),
    0 0 140px rgba(59, 130, 246, 0.18);
}

.hm-kse-dash-aura {
  position: absolute;
  inset: -40% -20%;
  background: radial-gradient(circle at 50% 0%, rgba(59, 130, 246, 0.15), transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.hm-kse-dash-scanline {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.5), transparent);
  box-shadow: 0 0 20px rgba(59, 130, 246, 0.4);
  animation: hm-kse-dash-scan 7s linear infinite;
  z-index: 20;
  pointer-events: none;
  opacity: 0.6;
}

@keyframes hm-kse-dash-scan {
  0% { top: 12%; opacity: 0; }
  5% { opacity: 0.6; }
  95% { opacity: 0.6; }
  100% { top: 88%; opacity: 0; }
}

.hm-kse-dash-chrome {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1.1rem;
  background: linear-gradient(180deg, #141414 0%, #0d0d0d 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hm-kse-dash-dots {
  display: flex;
  gap: 0.35rem;
}

.hm-kse-dash-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #262626;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hm-kse-dash-dots span:nth-child(1) { background: #ef4444; border-color: #ef4444; opacity: 0.85; }
.hm-kse-dash-dots span:nth-child(2) { background: #eab308; border-color: #eab308; opacity: 0.85; }
.hm-kse-dash-dots span:nth-child(3) { background: #22c55e; border-color: #22c55e; opacity: 0.85; }

.hm-kse-dash-url {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.4rem 0.85rem;
  border-radius: 8px;
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.72rem;
  font-weight: 500;
  color: #525252;
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
}

.hm-kse-dash-url ion-icon {
  font-size: 0.75rem;
  color: #3b82f6;
}

.hm-kse-dash-chrome-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.55rem;
  border-radius: 6px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.3);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #22c55e;
}

.hm-kse-dash-chrome-badge .live-dot {
  width: 5px;
  height: 5px;
}

.hm-kse-dash-body {
  position: relative;
  z-index: 1;
  width: 100%;
}

.hm-page .kse-dashboard-internal.hm-kse-dash-main {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.1rem 1.25rem 1.2rem;
  background: #0a0a0a;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
}

.hm-kse-command-band {
  display: grid;
  grid-template-columns: minmax(300px, 2.15fr) minmax(0, 2.85fr);
  gap: 0.7rem;
  align-items: stretch;
}

.hm-kse-score-compact {
  display: flex;
  flex-direction: column;
  padding: 0.75rem 0.9rem 0.65rem;
  background: linear-gradient(165deg, #111 0%, #0a0a0a 55%, #0d1117 100%);
  border: 1px solid rgba(59, 130, 246, 0.15);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hm-kse-score-compact__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.35rem;
  margin-bottom: 0.15rem;
}

.hm-kse-score-eyebrow {
  margin: 0 0 0.25rem;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #525252;
}

.hm-kse-score-compact .hm-kse-risk-pill {
  display: inline-flex;
  margin-top: 0.2rem;
}

.hm-kse-risk-pill {
  flex-shrink: 0;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hm-kse-risk-pill--healthy {
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.3);
  color: #22c55e;
}

.hm-kse-score-meter {
  display: flex;
  justify-content: center;
  padding: 0;
}

.hm-kse-meter-segments {
  --hm-kse-meter-radius: 82px;
  --hm-kse-meter-step: 9.473684deg;
  position: relative;
  width: 100%;
  max-width: 220px;
  height: 108px;
  margin: 0 auto;
}

.hm-kse-meter-segment {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 6px;
  height: 26px;
  margin-left: -3px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  transform-origin: bottom center;
  transform: rotate(calc(-90deg + var(--i) * var(--hm-kse-meter-step)))
    translateY(calc(-1 * var(--hm-kse-meter-radius)));
  transition: background 0.4s ease, box-shadow 0.4s ease;
}

.hm-kse-meter-segment.is-active {
  background: linear-gradient(180deg, #60a5fa 0%, #3b82f6 45%, #2563eb 100%);
  box-shadow: 0 0 12px rgba(59, 130, 246, 0.45);
}

.hm-kse-meter-segment.is-active:nth-child(odd) {
  animation: hm-kse-segment-pulse 1.8s ease-in-out infinite;
}

@keyframes hm-kse-segment-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.78; }
}

.hm-kse-score-center {
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
  pointer-events: none;
}

.hm-kse-score-value {
  display: block;
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  background: linear-gradient(105deg, #fafafa 0%, #2563eb 72%, #3b82f6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-variant-numeric: tabular-nums;
}

.hm-kse-score-unit {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.68rem;
  font-weight: 600;
  color: #525252;
}

.hm-kse-score-trend {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0.2rem 0 0;
  font-size: 0.62rem;
  font-weight: 600;
  color: #22c55e;
}

.hm-kse-score-sync {
  font-size: 0.58rem;
  font-weight: 500;
  color: #525252;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.hm-kse-activity-ticker {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0;
  padding: 0.4rem 0.7rem;
  border-radius: 10px;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.hm-kse-activity-label {
  flex-shrink: 0;
  padding: 0.15rem 0.45rem;
  border-radius: 4px;
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.35);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #ef4444;
}

.hm-kse-activity-track {
  flex: 1;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.hm-kse-activity-inner {
  display: flex;
  gap: 2.5rem;
  width: max-content;
  animation: hm-kse-ticker 28s linear infinite;
}

.hm-kse-activity-inner span {
  font-size: 0.68rem;
  font-weight: 500;
  color: #525252;
  white-space: nowrap;
}

.hm-kse-activity-inner span::before {
  content: "●";
  margin-right: 0.5rem;
  color: #3b82f6;
  font-size: 0.45rem;
  vertical-align: middle;
}

@keyframes hm-kse-ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.hm-page .hm-kse .live-dot {
  width: 6px;
  height: 6px;
  background: #22c55e;
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.7);
  animation: hm-hero-pulse 2.4s ease-out infinite;
}

.hm-page .hm-kse .green-text {
  color: #3b82f6;
  font-weight: 600;
}

.hm-page .hm-kse .hm-kse-metrics-row,
.hm-page .hm-kse .kse-dashboard-data-cards {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  margin: 0 !important;
  width: 100% !important;
}

.hm-page .hm-kse .hm-kse-metric {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.6rem 0.7rem 0.55rem;
  background: linear-gradient(165deg, #141414 0%, #0d0d0d 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}

.hm-page .hm-kse .hm-kse-metric::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.5), transparent);
  opacity: 0;
  transition: opacity 0.25s;
}

.hm-page .hm-kse .hm-kse-metric:hover {
  border-color: rgba(59, 130, 246, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.hm-page .hm-kse .hm-kse-metric:hover::before {
  opacity: 1;
}

.hm-kse-metric-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}

.hm-page .hm-kse .kse-dashboard-data-card-icon {
  font-size: 1rem;
  color: #3b82f6;
  padding: 0.35rem;
  border-radius: 8px;
  background: rgba(59, 130, 246, 0.12);
}

.hm-kse-metric-delta {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #525252;
  padding: 0.15rem 0.4rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
}

.hm-kse-metric-delta--up {
  color: #22c55e;
  background: rgba(34, 197, 94, 0.1);
}

.hm-kse-metric-delta--fast {
  color: #3b82f6;
  background: rgba(59, 130, 246, 0.12);
}

.hm-page .hm-kse .kse-dashboard-data-card-value {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  color: #fafafa;
}

.hm-page .hm-kse .kse-dashboard-data-card-name {
  margin: 0.15rem 0 0.35rem;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #525252;
}

.hm-kse-sparkline {
  display: block;
  width: 100%;
  height: 28px;
  margin-top: auto;
  padding: 0.15rem 0 0;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(59, 130, 246, 0.08) 0%, transparent 100%);
}

.hm-kse-sparkline polyline {
  fill: none;
  stroke: #60a5fa;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 5px rgba(59, 130, 246, 0.65));
  vector-effect: non-scaling-stroke;
}

.hm-kse-sparkline--bright polyline {
  stroke: #3b82f6;
  stroke-width: 2.5;
  filter: drop-shadow(0 0 8px rgba(59, 130, 246, 0.8));
}

.hm-page .hm-kse .blue-text,
.hm-page .hm-kse .purple-text,
.hm-page .hm-kse .yellow-text,
.hm-page .hm-kse .green-text.kse-dashboard-data-card-value {
  color: #fafafa;
}

.hm-page .hm-kse .hm-kse-analytics-grid,
.hm-page .hm-kse .kse-dashboard-mid-sections {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin: 0 !important;
  width: 100% !important;
  align-items: stretch;
}

.hm-page .hm-kse .kse-dashboard-mid-section {
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hm-page .hm-kse .hm-kse-panel {
  padding: 0.8rem 0.9rem;
  background: linear-gradient(165deg, #111 0%, #0a0a0a 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  flex: 1;
}

.hm-page .hm-kse .hm-kse-score-compact.hm-kse-panel {
  padding: 0.85rem 1rem 0.75rem;
}

.hm-page .hm-kse .hm-kse-panel--radar,
.hm-page .hm-kse .hm-kse-panel--threats {
  min-height: 0;
}

.hm-page .hm-kse .kse-dashboard-mid-section-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.4rem;
}

.hm-page .hm-kse .kse-dashboard-mid-section-heading {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fafafa;
}

.hm-page .hm-kse .kse-dashboard-mid-section-icon {
  font-size: 0.95rem;
  color: #3b82f6;
}

.hm-page .hm-kse .kse-dashboard-mid-section-live-text {
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #22c55e;
}

/* Radar */
.hm-page .hm-kse .hm-kse-radar,
.hm-page .hm-kse .kse-dashboard-mid-section-map {
  position: relative;
  flex: 1;
  min-height: 148px;
  height: auto;
  margin-top: 0 !important;
  padding: 0 !important;
  border-radius: 12px;
  background: #050505;
  border: 1px solid rgba(59, 130, 246, 0.12);
  overflow: hidden;
  width: 100% !important;
}

.hm-kse-radar-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(59, 130, 246, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 130, 246, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
}

.hm-kse-radar-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 52%;
  width: auto;
  aspect-ratio: 1;
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 50%;
  box-sizing: border-box;
}

.hm-kse-radar-ring--2 {
  height: 72%;
  width: auto;
  border-color: rgba(59, 130, 246, 0.12);
}

.hm-kse-radar-ring--3 {
  height: 90%;
  width: auto;
  border-color: rgba(59, 130, 246, 0.06);
}

.hm-kse-radar-cross::before,
.hm-kse-radar-cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(59, 130, 246, 0.1);
  transform: translate(-50%, -50%);
}

.hm-kse-radar-cross::before {
  width: 100%;
  height: 1px;
}

.hm-kse-radar-cross::after {
  width: 1px;
  height: 100%;
}

.hm-kse-radar-sweep {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: conic-gradient(from 0deg at 50% 50%, transparent 0deg, rgba(59, 130, 246, 0.22) 50deg, transparent 100deg);
  animation: hm-kse-radar-sweep 4s linear infinite;
  pointer-events: none;
}

@keyframes hm-kse-radar-sweep {
  to { transform: rotate(360deg); }
}

.hm-kse-radar-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #3b82f6;
  box-shadow: 0 0 16px rgba(59, 130, 246, 0.8);
}

.hm-page .hm-kse .hm-kse-blip {
  width: 8px;
  height: 8px;
  z-index: 5;
}

.hm-kse-blip-ring {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0.5;
  animation: hm-kse-blip-ping 2s ease-out infinite;
}

.hm-page .hm-kse .intruder-high {
  background: #ef4444;
  color: #ef4444;
  box-shadow: 0 0 14px rgba(239, 68, 68, 0.8);
}

.hm-page .hm-kse .intruder-medium {
  background: #f97316;
  color: #f97316;
  box-shadow: 0 0 12px rgba(249, 115, 22, 0.7);
}

.hm-page .hm-kse .intruder-low {
  background: #3b82f6;
  color: #3b82f6;
  box-shadow: 0 0 12px rgba(59, 130, 246, 0.7);
}

@keyframes hm-kse-blip-ping {
  0% { transform: scale(0.6); opacity: 0.8; }
  100% { transform: scale(2); opacity: 0; }
}

.hm-kse-radar-legend {
  display: flex;
  gap: 0.85rem;
  margin-top: 0.55rem;
  font-size: 0.62rem;
  font-weight: 600;
  color: #525252;
}

.hm-kse-radar-legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.hm-kse-legend-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  font-style: normal;
}

.hm-kse-legend-dot--high { background: #ef4444; box-shadow: 0 0 6px #ef4444; }
.hm-kse-legend-dot--med { background: #f97316; box-shadow: 0 0 6px #f97316; }
.hm-kse-legend-dot--low { background: #3b82f6; box-shadow: 0 0 6px #3b82f6; }

/* Threat bars */
.hm-page .hm-kse .threat-types-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
  gap: 0.35rem;
  margin-top: 0.15rem;
  min-height: 0;
}

.hm-page .hm-kse .threat-type-with-number.hm-kse-threat-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  width: 100%;
  padding: 0.28rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.hm-page .hm-kse .hm-kse-threat-row:last-child {
  border-bottom: none;
}

.hm-page .hm-kse .threat-numbers {
  display: flex;
  flex: 1;
  min-width: 0;
  max-width: 72%;
  gap: 0.75rem;
  align-items: center;
  justify-content: flex-end;
}

.hm-page .hm-kse .threat-name {
  font-size: 0.75rem;
  font-weight: 600;
  color: #fafafa;
}

.hm-page .hm-kse .threat-number {
  font-size: 0.75rem;
  font-weight: 800;
  color: #fafafa;
  font-variant-numeric: tabular-nums;
}

.hm-page .hm-kse .full-threat-bar {
  flex: 1;
  min-width: 0;
  width: auto !important;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.hm-page .hm-kse .filled-threat-bar {
  width: 0 !important;
  height: 100%;
  border-radius: 999px;
  transition: width 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 0 10px currentColor;
}

.hm-page .hm-kse .filled-threat-bar.is-animated {
  width: var(--kse-bar-w, 50%) !important;
}

.hm-page .hm-kse .bar-filled-eighty { background: linear-gradient(90deg, #ef4444, #f97316); color: #ef4444; }
.hm-page .hm-kse .bar-filled-77 { background: linear-gradient(90deg, #f97316, #eab308); color: #f97316; }
.hm-page .hm-kse .bar-filled-30 { background: linear-gradient(90deg, #3b82f6, #60a5fa); color: #3b82f6; }
.hm-page .hm-kse .bar-filled-45 { background: linear-gradient(90deg, #2563eb, #3b82f6); color: #3b82f6; }

/* Health grid */
.hm-page .hm-kse .kse-dashboard-bottom-section {
  padding: 0.8rem 0.9rem;
  width: 100% !important;
  margin-top: 0;
}

.hm-kse-health-score {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 800;
  color: #fafafa;
  font-variant-numeric: tabular-nums;
}

.hm-kse-health-score span {
  font-size: 0.62rem;
  font-weight: 600;
  color: #525252;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hm-page .hm-kse .hm-kse-health-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.55rem;
  margin: 0.55rem 0 0;
}

.hm-page .hm-kse .hm-kse-health-cell {
  position: relative;
  padding: 0.45rem 0.4rem 0.4rem;
  border-radius: 10px;
  background: #050505;
  border: 1px solid rgba(255, 255, 255, 0.06);
  align-items: center;
  gap: 0.3rem;
  overflow: hidden;
}

.hm-kse-health-ring {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: conic-gradient(#3b82f6 calc(var(--hm-kse-pct) * 1%), rgba(255, 255, 255, 0.08) 0);
  mask: radial-gradient(circle, transparent 55%, #000 56%);
  opacity: 0.7;
}

.hm-page .hm-kse .system-status-name {
  font-size: 0.62rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #525252;
}

.hm-page .hm-kse .system-status-value > .system-status-value {
  font-size: 0.95rem;
  font-weight: 800;
  color: #fafafa;
}

.hm-page .hm-kse .pointer-green {
  background: #22c55e;
  box-shadow: 0 0 6px rgba(34, 197, 94, 0.5);
}

.hm-page .hm-kse .pointer-yellow {
  background: #eab308;
  box-shadow: 0 0 6px rgba(234, 179, 8, 0.5);
}

/* Shield demo dashboard from legacy home-page.css mobile shrink rules */
.hm-page .hm-kse .kse-dashboard-preview.hm-kse-dash {
  max-width: 1000px !important;
  padding: 0 !important;
  margin: 0 auto !important;
}

.hm-page .hm-kse .kse-dashboard-preview .kse-dashboard-internal.hm-kse-dash-main {
  padding: 1.1rem 1.25rem 1.2rem !important;
  background: #0a0a0a !important;
  border-radius: 0 !important;
}

.hm-page .hm-kse .kse-dashboard-preview .kse-dashboard-data-cards {
  display: grid !important;
  margin: 0 !important;
  gap: 0.65rem !important;
}

.hm-page .hm-kse .kse-dashboard-preview .kse-dashboard-mid-sections {
  display: grid !important;
  margin: 0 !important;
  width: 100% !important;
}

.hm-page .hm-kse .kse-dashboard-preview .kse-dashboard-mid-section {
  width: 100% !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}

.hm-page .hm-kse .kse-dashboard-preview .kse-dashboard-mid-section-map {
  padding: 0 !important;
}

/* KSE feature cards, 3D tilt */
.hm-page .kse-coming-soon-section-cards.hm-kse-features {
  --hm-kse-tilt-x: 0deg;
  --hm-kse-tilt-y: 0deg;
  max-width: 1000px;
  margin: 2rem auto 0;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
  padding: 0.35rem 0 0.5rem !important;
  border: none;
  justify-content: unset;
  flex-wrap: unset;
  counter-reset: kse-feat;
  perspective: 1400px;
}

.hm-page .hm-kse-feature-card {
  --hm-kse-tilt-x: 0deg;
  --hm-kse-tilt-y: 0deg;
  position: relative;
  display: flex !important;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.35rem 1.15rem !important;
  background: linear-gradient(155deg, #161616 0%, #0c0c0c 42%, #080808 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 16px !important;
  max-width: none !important;
  flex: unset !important;
  width: auto;
  overflow: visible;
  transform-style: preserve-3d;
  transform: rotateX(var(--hm-kse-tilt-x)) rotateY(var(--hm-kse-tilt-y)) translateZ(0);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.45),
    0 5px 0 #050505,
    0 14px 28px rgba(0, 0, 0, 0.38);
  transition:
    transform 0.2s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.25s,
    box-shadow 0.25s;
  will-change: transform;
}

.hm-page .hm-kse-feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(
      125deg,
      rgba(255, 255, 255, 0.14) 0%,
      rgba(255, 255, 255, 0.03) 28%,
      transparent 52%
    ),
    radial-gradient(ellipse 80% 55% at 100% 0%, rgba(59, 130, 246, 0.12), transparent 58%);
  pointer-events: none;
  transform: translateZ(1px);
  opacity: 0.95;
}

.hm-page .hm-kse-feature-card::after {
  counter-increment: kse-feat;
  content: "0" counter(kse-feat);
  position: absolute;
  top: 0.75rem;
  right: 0.85rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.12);
  font-variant-numeric: tabular-nums;
  transform: translateZ(2px);
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .hm-page .hm-kse-feature-card:hover {
    border-color: rgba(59, 130, 246, 0.42) !important;
    transform:
      rotateX(var(--hm-kse-tilt-x))
      rotateY(var(--hm-kse-tilt-y))
      translateY(-6px)
      translateZ(18px);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.14),
      inset 0 -1px 0 rgba(0, 0, 0, 0.35),
      0 10px 0 #040404,
      0 28px 52px rgba(0, 0, 0, 0.48),
      0 0 36px rgba(59, 130, 246, 0.14);
  }

  .hm-page .hm-kse-feature-card:hover .hm-kse-feature-icon {
    transform: translateZ(32px) scale(1.06);
    box-shadow:
      0 10px 28px rgba(59, 130, 246, 0.45),
      0 2px 0 rgba(255, 255, 255, 0.15) inset;
  }

  .hm-page .hm-kse-feature-card:hover .kse-coming-soon-section-card-name {
    transform: translateZ(22px);
  }

  .hm-page .hm-kse-feature-card:hover .kse-coming-soon-section-card-description {
    transform: translateZ(14px);
  }
}

.hm-kse-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  font-size: 1.25rem;
  color: #fafafa;
  transform: translateZ(20px);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s;
}

.hm-kse-feature-icon--blue {
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  box-shadow:
    0 8px 24px rgba(59, 130, 246, 0.35),
    0 1px 0 rgba(255, 255, 255, 0.2) inset;
}

.hm-page .hm-kse-feature-card .kse-coming-soon-section-card-name {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fafafa;
  max-width: none;
  transform: translateZ(16px);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.hm-page .hm-kse-feature-card .kse-coming-soon-section-card-description {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.55;
  color: #525252;
  max-width: none;
  transform: translateZ(10px);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

/* KSE waitlist */
.hm-page .hm-kse-waitlist {
  max-width: 960px;
  margin: 2.5rem auto 0;
  padding: 0;
}

.hm-kse-waitlist-card {
  position: relative;
  padding: clamp(1.75rem, 4vw, 2.25rem);
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.hm-kse-waitlist-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #3b82f6, transparent);
  opacity: 0.7;
}

.hm-kse-waitlist-frame {
  position: absolute;
  inset: 1.25rem;
  pointer-events: none;
}

.hm-kse-waitlist-frame span {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  border-color: rgba(255, 255, 255, 0.12);
  border-style: solid;
}

.hm-kse-waitlist-frame span:nth-child(1) { top: 0; left: 0; border-width: 1px 0 0 1px; }
.hm-kse-waitlist-frame span:nth-child(2) { top: 0; right: 0; border-width: 1px 1px 0 0; }
.hm-kse-waitlist-frame span:nth-child(3) { bottom: 0; left: 0; border-width: 0 0 1px 1px; }
.hm-kse-waitlist-frame span:nth-child(4) { bottom: 0; right: 0; border-width: 0 1px 1px 0; }

.hm-kse-waitlist-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: center;
}

.hm-kse-waitlist-intro .hm-hero-kicker {
  margin-bottom: 1rem;
}

.hm-kse-waitlist-title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.65rem, 3.5vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #fafafa;
}

.hm-kse-waitlist-sub {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.65;
  font-weight: 500;
  color: #525252;
  max-width: 28ch;
}

.hm-kse-waitlist-action {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.hm-kse-waitlist-form {
  display: block;
  width: 100%;
  margin: 0;
}

.hm-kse-waitlist-bar {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0.35rem 0.35rem 0.35rem 0.9rem;
  border-radius: 16px;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.hm-kse-waitlist-bar:focus-within {
  border-color: rgba(59, 130, 246, 0.5);
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.3),
    0 20px 50px rgba(59, 130, 246, 0.15);
  transform: translateY(-1px);
}

.hm-kse-waitlist-bar__icon {
  display: flex;
  align-items: center;
  color: #525252;
  font-size: 1.1rem;
  margin-right: 0.6rem;
  flex-shrink: 0;
  transition: color 0.2s;
}

.hm-kse-waitlist-bar:focus-within .hm-kse-waitlist-bar__icon {
  color: #3b82f6;
}

.hm-page .hm-kse-waitlist-input {
  flex: 1;
  min-width: 0;
  width: auto !important;
  max-width: none !important;
  padding: 0.8rem 0.4rem;
  margin: 0;
  border: none !important;
  border-radius: 0;
  background: transparent !important;
  color: #fafafa !important;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  box-shadow: none !important;
}

.hm-page .hm-kse-waitlist-input::placeholder {
  color: #525252;
}

.hm-page .hm-kse-waitlist-input:focus {
  outline: none;
  box-shadow: none !important;
}

.hm-page .hm-kse-waitlist-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
  margin: 0;
  padding: 0.72rem 1.1rem;
  max-width: none !important;
  width: auto;
  border: none;
  border-radius: 12px;
  background: #fff !important;
  color: #0a0a0a !important;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.hm-page .hm-kse-waitlist-btn kbd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.2rem;
  padding: 0.08rem 0.3rem;
  border-radius: 5px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  font-family: inherit;
  font-size: 0.7rem;
  font-weight: 600;
  color: #525252;
  line-height: 1.2;
}

.hm-page .hm-kse-waitlist-btn:hover {
  background: #f5f5f5 !important;
  transform: scale(1.02);
}

.hm-kse-waitlist-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hm-kse-waitlist-perks li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #525252;
  letter-spacing: 0.02em;
}

.hm-kse-waitlist-perks ion-icon {
  font-size: 0.85rem;
  color: #3b82f6;
  flex-shrink: 0;
}

.hm-page .hm-kse-waitlist .kse-form-message {
  margin: 0;
  text-align: left;
}

.hm-page .kse-checks {
  display: none;
}

.hm-page .kse-form-message {
  margin: 0 0 1rem;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.35);
  color: #86efac;
  font-size: 0.88rem;
  font-weight: 600;
  text-align: center;
}

.hm-page .kse-form-message--error {
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.35);
  color: #fca5a5;
}

.hm-page .purple-text {
  color: #a78bfa;
}

/* ─── Showcase ─── */
.hm-showcase {
  max-width: 920px;
  margin: 0 auto;
  padding: var(--hm-section-pad) 1.5rem;
  border-top: 1px solid var(--hm-line);
}

.hm-page .individual-service-section {
  max-width: none;
  margin: 0 0 0.75rem;
  padding: 2rem 1.75rem;
  gap: 2rem;
  align-items: center;
  border-radius: var(--hm-radius-lg);
}

.hm-page .individual-service-section.hm-tile--dark {
  color: #fafafa;
}

.hm-page .individual-service-section.hm-tile--dark .individual-service-section-heading {
  color: #fafafa;
}

.hm-page .individual-service-section.hm-tile--dark .individual-service-section-para,
.hm-page .individual-service-section.hm-tile--dark .individual-service-feature-name {
  color: #a3a3a3;
}

.hm-page .individual-service-section.hm-tile--dark .service-blue-text {
  color: #fafafa;
}

.hm-page .individual-service-section.hm-tile--light .individual-service-section-para,
.hm-page .individual-service-section.hm-tile--light .individual-service-feature-name {
  color: var(--hm-muted);
}

.hm-page .individual-service-section.hm-tile--light .service-purple-text {
  color: var(--hm-ink);
}

.hm-page .individual-service-section-2 {
  margin-bottom: 0;
  flex-direction: row-reverse;
}

.hm-page .individual-service-section-heading {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.hm-page .individual-service-tag {
  display: inline-flex;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid var(--hm-line);
  background: rgba(255, 255, 255, 0.06);
  color: #a3a3a3;
}

.hm-page .individual-service-tag-icon {
  display: none;
}

.hm-page .individual-service-feature-icon-blue,
.hm-page .individual-service-feature-icon-purple {
  display: none;
}

.hm-page .service-button {
  padding: 0.75rem 1.15rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.88rem;
  box-shadow: none;
  transition: background 0.2s, transform 0.2s;
  text-decoration: none;
  display: inline-flex;
  width: fit-content;
}

.hm-page .wapt-button {
  background: #fff;
  color: #0a0a0a;
}

.hm-page .training-button {
  background: #0a0a0a;
  color: #fafafa;
}

.hm-page .service-button:hover {
  transform: translateY(-1px);
}

.hm-page .wapt-button:hover {
  background: #f5f5f5;
}

.hm-page .training-button:hover {
  background: #171717;
}

.hm-page .individual-service-section-illustration {
  margin-top: 0;
  border-radius: 14px;
  background: #171717;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
  position: relative;
  overflow: hidden;
}

.hm-page .individual-service-section-illustration::before {
  display: none;
}

.hm-page .individual-service-section-illustration-wapt,
.hm-page .individual-service-section-illustration-training {
  box-shadow: none;
}

/* WAPT showcase, dark pentest report viz */
.hm-page .hm-wapt-viz {
  padding: 0;
  background: #050505;
  border: 1px solid rgba(59, 130, 246, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 28px 56px rgba(0, 0, 0, 0.45),
    0 0 100px rgba(59, 130, 246, 0.07);
  overflow: hidden;
}

.hm-wapt-viz__aura {
  position: absolute;
  inset: -30% -20% auto;
  height: 70%;
  background: radial-gradient(ellipse 70% 55% at 50% 0%, rgba(59, 130, 246, 0.18), transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.hm-wapt-viz__grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(59, 130, 246, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 130, 246, 0.04) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 85%);
  pointer-events: none;
  z-index: 0;
}

.hm-wapt-viz__scan {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(96, 165, 250, 0.85), transparent);
  box-shadow: 0 0 18px rgba(59, 130, 246, 0.55);
  animation: hm-wapt-scan 5.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 3;
}

@keyframes hm-wapt-scan {
  0%, 100% { top: 18%; opacity: 0; }
  12% { opacity: 1; }
  50% { top: 78%; opacity: 0.85; }
  88% { opacity: 0; }
}

.hm-wapt-viz__chrome {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.6rem 0.9rem;
  background: linear-gradient(180deg, #121212 0%, #0a0a0a 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.hm-wapt-viz__dots {
  display: flex;
  gap: 0.35rem;
  flex-shrink: 0;
}

.hm-wapt-viz__dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hm-wapt-viz__dots span:nth-child(1) { background: #ef4444; border-color: #ef4444; opacity: 0.9; }
.hm-wapt-viz__dots span:nth-child(2) { background: #eab308; border-color: #eab308; opacity: 0.9; }
.hm-wapt-viz__dots span:nth-child(3) { background: #22c55e; border-color: #22c55e; opacity: 0.9; }

.hm-wapt-viz__target {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-width: 0;
  padding: 0.38rem 0.75rem;
  border-radius: 8px;
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.68rem;
  font-weight: 500;
  color: #737373;
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
}

.hm-wapt-viz__target ion-icon {
  flex-shrink: 0;
  font-size: 0.72rem;
  color: #3b82f6;
}

.hm-wapt-viz__target span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hm-wapt-viz__live {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
  padding: 0.22rem 0.5rem;
  border-radius: 6px;
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.28);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #60a5fa;
}

.hm-wapt-viz__pulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3b82f6;
  box-shadow: 0 0 10px rgba(59, 130, 246, 0.8);
  animation: hm-wapt-pulse 2s ease-in-out infinite;
}

@keyframes hm-wapt-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.85); }
}

.hm-wapt-viz__main {
  position: relative;
  z-index: 1;
  padding: 1rem 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.hm-wapt-viz__hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  align-items: stretch;
}

.hm-wapt-viz__grade-block {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 0.75rem;
  border-radius: 12px;
  background: linear-gradient(155deg, rgba(17, 17, 17, 0.95) 0%, rgba(10, 10, 10, 0.98) 100%);
  border: 1px solid rgba(59, 130, 246, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hm-wapt-viz__ring {
  --hm-wapt-score: 72;
  position: relative;
  width: 3.25rem;
  height: 3.25rem;
  flex-shrink: 0;
  border-radius: 50%;
  background:
    conic-gradient(
      #22c55e 0deg calc(var(--hm-wapt-score) * 3.6deg),
      rgba(255, 255, 255, 0.06) calc(var(--hm-wapt-score) * 3.6deg) 360deg
    );
  display: grid;
  place-items: center;
}

.hm-wapt-viz__ring::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.hm-wapt-viz__ring-grade {
  position: relative;
  z-index: 1;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #4ade80;
}

.hm-wapt-viz__eyebrow {
  margin: 0 0 0.15rem;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #525252;
}

.hm-wapt-viz__title {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fafafa;
}

.hm-wapt-viz__severity-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
}

.hm-wapt-viz__sev {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  padding: 0.45rem 0.35rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
}

.hm-wapt-viz__sev span {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.hm-wapt-viz__sev small {
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #737373;
}

.hm-wapt-viz__sev--crit span { color: #f87171; }
.hm-wapt-viz__sev--crit { border-color: rgba(239, 68, 68, 0.25); background: rgba(239, 68, 68, 0.08); }
.hm-wapt-viz__sev--high span { color: #fb923c; }
.hm-wapt-viz__sev--high { border-color: rgba(249, 115, 22, 0.22); background: rgba(249, 115, 22, 0.07); }
.hm-wapt-viz__sev--med span { color: #fbbf24; }
.hm-wapt-viz__sev--med { border-color: rgba(234, 179, 8, 0.2); background: rgba(234, 179, 8, 0.06); }
.hm-wapt-viz__sev--low span { color: #4ade80; }
.hm-wapt-viz__sev--low { border-color: rgba(34, 197, 94, 0.2); background: rgba(34, 197, 94, 0.06); }

.hm-wapt-viz__findings {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.hm-wapt-viz__finding {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  font-size: 0.72rem;
}

.hm-wapt-viz__sev-tag {
  padding: 0.15rem 0.4rem;
  border-radius: 4px;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hm-wapt-viz__finding-text {
  color: #d4d4d4;
  line-height: 1.35;
  min-width: 0;
}

.hm-wapt-viz__cvss {
  font-size: 0.68rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #a3a3a3;
}

.hm-wapt-viz__finding--crit { border-left: 3px solid #ef4444; }
.hm-wapt-viz__finding--crit .hm-wapt-viz__sev-tag {
  color: #fca5a5;
  background: rgba(239, 68, 68, 0.15);
}
.hm-wapt-viz__finding--crit .hm-wapt-viz__cvss { color: #f87171; }

.hm-wapt-viz__finding--high { border-left: 3px solid #f97316; }
.hm-wapt-viz__finding--high .hm-wapt-viz__sev-tag {
  color: #fdba74;
  background: rgba(249, 115, 22, 0.14);
}
.hm-wapt-viz__finding--high .hm-wapt-viz__cvss { color: #fb923c; }

.hm-wapt-viz__finding--med { border-left: 3px solid #eab308; }
.hm-wapt-viz__finding--med .hm-wapt-viz__sev-tag {
  color: #fde047;
  background: rgba(234, 179, 8, 0.12);
}
.hm-wapt-viz__finding--med .hm-wapt-viz__cvss { color: #fbbf24; }

.hm-wapt-viz__meter {
  padding: 0.65rem 0.7rem 0.55rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.hm-wapt-viz__meter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.45rem;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #737373;
}

.hm-wapt-viz__meter-val {
  color: #60a5fa;
  font-variant-numeric: tabular-nums;
}

.hm-wapt-viz__meter-track {
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.hm-wapt-viz__meter-fill {
  height: 100%;
  width: 94%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2563eb, #60a5fa 55%, #38bdf8);
  box-shadow: 0 0 12px rgba(59, 130, 246, 0.45);
  animation: hm-wapt-meter-grow 1.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes hm-wapt-meter-grow {
  from { width: 0; opacity: 0.4; }
  to { width: 94%; opacity: 1; }
}

.hm-wapt-viz__meter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.hm-wapt-viz__meter-tags span {
  padding: 0.12rem 0.35rem;
  border-radius: 4px;
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #525252;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.hm-wapt-viz__meter-tags span:nth-child(-n+9) {
  color: #93c5fd;
  border-color: rgba(59, 130, 246, 0.2);
  background: rgba(59, 130, 246, 0.08);
}

@media (max-width: 560px) {
  .hm-wapt-viz__hero {
    grid-template-columns: 1fr;
  }

  .hm-wapt-viz__live {
    display: none;
  }

  .hm-wapt-viz__finding {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .hm-wapt-viz__cvss {
    justify-self: start;
  }
}

.hm-page .individual-service-section.hm-tile--light .individual-service-section-illustration {
  background: #f5f5f5;
  border-color: var(--hm-line);
}

.hm-page .illustration-score-value {
  color: var(--hm-ink);
  background: #fff;
  border: 1px solid var(--hm-line);
}

.hm-page .illustration-field-purple {
  border-left-color: var(--hm-line);
  background: #fff;
}

.hm-page .purple-value {
  color: var(--hm-ink);
}

.hm-page .individual-service-section-content {
  gap: 1rem;
}

.hm-page .service-features {
  gap: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.hm-page .service-feature {
  padding: 0.5rem 0;
  border-radius: 0;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hm-page .individual-service-section.hm-tile--light .service-feature {
  border-bottom-color: var(--hm-line);
}

.hm-page .individual-service-section.hm-tile--light .individual-service-tag {
  background: #fff;
  color: #737373;
}

/* Finale CTA */
.hm-finale {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 1.5rem var(--hm-section-pad);
}

.hm-finale-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.5rem 2.25rem;
  border-radius: var(--hm-radius-lg);
  color: #fff;
  overflow: hidden;
}

.hm-finale-card .hm-hero-kicker--on-dark {
  margin-bottom: 1rem;
}

.hm-finale-title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.98;
  color: #fafafa;
}

.hm-finale-copy p {
  margin: 0;
  max-width: 420px;
  font-size: 0.85rem;
  line-height: 1.6;
  color: #737373;
  font-weight: 500;
}

.hm-finale-actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex-shrink: 0;
  min-width: 200px;
}

.hm-finale-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.35rem;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
}

.hm-finale-btn--primary {
  background: #fff;
  color: #0a0a0a;
  box-shadow: none;
}

.hm-finale-btn--primary:hover {
  background: #f5f5f5;
  transform: translateY(-1px);
}

.hm-finale-btn--outline {
  background: transparent;
  color: #fafafa;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hm-finale-btn--outline:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.35);
}

/* ─── Responsive ─── */
@media (max-width: 1024px) {
  .hm-bento-grid {
    grid-template-columns: 1fr;
  }

  .hm-page .core-services-cards {
    grid-template-columns: 1fr;
  }

  .hm-page .kse-coming-soon-section-cards.hm-kse-features {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 960px) {
  .hm-hero {
    min-height: auto;
  }

  .hm-hero-display {
    font-size: clamp(2.35rem, 11vw, 3.25rem);
  }

  .hm-hero-frame {
    inset: -1.5rem -0.5rem;
  }

  .hm-hero-frame span {
    width: 1.25rem;
    height: 1.25rem;
  }

  .hm-scan-bar__row {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    padding: 0.65rem;
    gap: 0.5rem 0.65rem;
  }

  .hm-scan-bar__glyph {
    grid-row: 1;
    grid-column: 1;
    margin-right: 0;
  }

  .hm-page .hm-scan-bar__input {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    padding: 0.65rem 0.25rem;
  }

  .hm-page .hm-scan-bar__submit {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    justify-content: center;
    padding: 0.85rem;
  }

  .hm-stats-strip__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hm-stat-pill {
    justify-content: center;
    border-right: none;
    border-bottom: 1px solid var(--hm-line);
  }

  .hm-stat-pill:last-child {
    border-bottom: none;
  }
}

@media (max-width: 768px) {
  .hm-page .hm-scan-bar__input.url-input {
    width: 100% !important;
    max-width: none !important;
  }

  .hm-page .hm-scan-bar__submit.scan-btn {
    max-width: none !important;
    width: 100% !important;
    background: linear-gradient(180deg, #ffffff 0%, #f0f0f0 100%) !important;
    color: #0a0a0a !important;
  }

  .hm-page .scan-section {
    max-width: none !important;
    margin: 0 !important;
  }

  .hm-page .report-section-container {
    max-width: 100% !important;
  }

  .hm-page .scan-status,
  .hm-page .date {
    font-size: 0.75rem !important;
  }

  .hm-page .report-heading {
    font-size: 1.15rem !important;
  }

  .hm-page .issues-quantity {
    font-size: 0.85rem !important;
  }

  .hm-page .checks-performed {
    white-space: normal;
  }

  .hm-page .category-and-quantity {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .hm-page .category-card {
    padding: 0.75rem 0.85rem;
    min-height: 3.1rem;
  }

  .hm-page .category-card .issue-quantity {
    font-size: 1.2rem !important;
  }

  .hm-page .cta-para {
    font-size: 0.82rem !important;
    line-height: 1.5 !important;
    text-align: left !important;
  }

  .hm-page .cta {
    flex-direction: row !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  .hm-page .cta-heading-and-para {
    align-items: flex-start !important;
  }

  .hm-page .cta-btn {
    max-width: none !important;
    display: inline-block !important;
    margin: 0 !important;
  }

  .hm-report-scoreband__grid {
    grid-template-columns: 1fr;
  }

  .hm-report-scoreband__primary {
    border-right: none;
    border-bottom: 1px solid var(--hm-line);
  }

  .hm-report-scoreband__hero {
    flex-direction: column;
    align-items: stretch;
  }

  .hm-report-scoreband__grade-col {
    align-items: center;
    text-align: center;
    padding-right: 0;
    padding-bottom: 1rem;
    border-right: none;
    border-bottom: 1px solid #ebebeb;
  }

  .hm-report-scoreband__meter-col {
    align-items: stretch;
  }

  .hm-report-scoreband__details {
    align-items: center;
    text-align: center;
  }

  .hm-report-scoreband__url.issue-quantity-link {
    justify-content: center;
  }

  .hm-bento-grid {
    grid-template-columns: 1fr;
  }

  .hm-page .kse-coming-soon-section-cards.hm-kse-features {
    grid-template-columns: 1fr !important;
    gap: 0.85rem !important;
    padding: 0 0.25rem !important;
  }

  .hm-page .kse-coming-soon-section-cards.hm-kse-features .hm-kse-feature-card,
  .hm-page .kse-coming-soon-section-cards.hm-kse-features .kse-coming-soon-section-card {
    width: 100% !important;
    max-width: none !important;
  }

  .hm-page .hm-kse .kse-dashboard-preview .kse-dashboard-data-card-value {
    font-size: 1.15rem !important;
    line-height: 1 !important;
  }

  .hm-page .hm-kse .kse-dashboard-preview .kse-dashboard-data-card-name {
    font-size: 0.58rem !important;
  }

  .hm-page .hm-kse .kse-dashboard-preview .kse-dashboard-data-card-icon {
    font-size: 1rem !important;
  }

  .hm-page .hm-kse .kse-dashboard-preview .kse-dashboard-mid-section-heading {
    font-size: 0.78rem !important;
  }

  .hm-page .hm-kse .kse-dashboard-preview .kse-dashboard-mid-section-live-text {
    font-size: 0.62rem !important;
  }

  .hm-kse-waitlist-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .hm-kse-waitlist-sub {
    max-width: none;
  }

  .hm-kse-waitlist-bar {
    flex-wrap: wrap;
    padding: 0.6rem;
    gap: 0.5rem;
  }

  .hm-kse-waitlist-bar__icon {
    margin-right: 0;
  }

  .hm-page .hm-kse-waitlist-input {
    flex: 1 1 100%;
    order: 1;
    padding: 0.5rem 0.25rem;
  }

  .hm-page .hm-kse-waitlist-btn {
    order: 2;
    width: 100%;
    justify-content: center;
    padding: 0.85rem;
  }

  .hm-kse-dash-url {
    font-size: 0.65rem;
  }

  .hm-page .service-features {
    grid-template-columns: 1fr;
  }

  .hm-page .individual-service-section,
  .hm-page .individual-service-section-2 {
    flex-direction: column;
  }

  .hm-page .individual-service-section-content,
  .hm-page .individual-service-section-illustration {
    max-width: 100%;
    width: 100%;
  }

  .hm-page .category-and-quantity {
    grid-template-columns: 1fr;
  }

  .hm-page .category-card {
    min-height: 3rem;
  }

  .hm-finale-card {
    flex-direction: column;
    text-align: center;
    padding: 1.75rem 1.35rem;
  }

  .hm-finale-copy p {
    max-width: none;
  }

  .hm-finale-actions {
    width: 100%;
  }

  .hm-page .individual-service-section {
    padding: 1.5rem 1.25rem;
  }
}

@media (max-width: 480px) {
  .hm-page .mid-report-section.hm-report-body {
    padding: 1.15rem !important;
  }

  .hm-page .category-card .category-name {
    font-size: 0.72rem !important;
  }

  .hm-page .category-card .issue-quantity {
    font-size: 1.15rem !important;
  }

  .hm-page .category-card .category-icon {
    font-size: 0.95rem !important;
  }

  .hm-page .report-section-container {
    max-width: 100% !important;
  }

  .hm-page .accordion-title {
    font-size: 0.8rem !important;
  }

  .hm-page .severity {
    display: inline-flex !important;
    font-size: 0.58rem !important;
  }

  .hm-page .accordion-header {
    padding: 0.65rem 0.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-hm-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hm-aurora-spin::before,
  .hm-panel-glow--right,
  .hm-page .individual-service-section-illustration::before,
  .hm-hero-beam,
  .hm-hero-scanline,
  .hm-hero-live,
  .hm-hero-center > *:not(.hm-hero-frame),
  .hm-kse-beam,
  .hm-kse-dash-scanline,
  .hm-wapt-viz__scan,
  .hm-wapt-viz__pulse,
  .hm-wapt-viz__meter-fill,
  .hm-report-scoreband__meter-fill,
  .hm-report-scoreband__meter-needle,
  .hm-report-scoreband__live,
  .hm-report-cta__live,
  .hm-kse-radar-sweep,
  .hm-kse-blip-ring,
  .hm-kse-activity-inner,
  .hm-kse-meter-segment.is-active {
    animation: none;
  }

  .hm-page .hm-kse .filled-threat-bar.is-animated {
    transition: none;
  }

  .hm-bento-card:hover,
  .hm-tile--dark:hover,
  .hm-tile--link:hover,
  .hm-page .hm-scan-form .scan-btn:hover,
  .hm-page .service-button:hover,
  .hm-page .category-card:hover,
  .hm-page .kse-dashboard-preview:hover,
  .hm-page .hm-kse-feature-card:hover,
  .hm-page .hm-kse-waitlist-btn:hover,
  .hm-finale-btn--primary:hover,
  .hm-report-cta__btn--primary:hover,
  .hm-report-cta__btn--ghost:hover {
    transform: none;
  }

  .hm-kse-waitlist-bar:focus-within {
    transform: none;
  }

  .hm-page .hm-kse-feature-card,
  .hm-page .hm-kse-feature-card .hm-kse-feature-icon,
  .hm-page .hm-kse-feature-card .kse-coming-soon-section-card-name,
  .hm-page .hm-kse-feature-card .kse-coming-soon-section-card-description {
    transform: none !important;
    will-change: auto;
  }
}
