.hch-component,
.hch-component * {
  box-sizing: border-box;
}

.hch-component {
  --hch-max-width: 1300px;
  --hch-top-desktop: 118px;
  --hch-top-tablet: 108px;
  --hch-top-mobile: 92px;
  --hch-bottom-desktop: 72px;
  --hch-bottom-tablet: 70px;
  --hch-bottom-mobile: 58px;
  --hch-column-gap: 70px;
  --hch-copy-width: 620px;
  --hch-visual-width: 590px;
  --hch-title-desktop: 54px;
  --hch-title-tablet: 50px;
  --hch-title-mobile: 38px;
  --hch-primary: #03acf1;
  --hch-secondary: #028ef0;
  --hch-gold: #d8b765;
  --hch-bg: #05070b;
  --hch-highlight-start: #06d8f1;
  --hch-highlight-end: #028ef0;
  --hch-button-start: #03acf1;
  --hch-button-end: #028ef0;
  --hch-dashboard-surface: rgba(13,19,28,.94);
  --hch-card-surface: rgba(12,18,27,.84);
  --hch-ui-border: rgba(255,255,255,.12);
  position: relative;
  width: 100%;
  color: #f6f8fb;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hch-hero {
  --hch-border: rgba(255, 255, 255, .10);
  --hch-text: #f6f8fb;
  --hch-muted: #9ca6b7;
  --hch-green: #70efb0;
  --hch-shadow: 0 30px 100px rgba(0,0,0,.48);
  --hch-top-space: var(--hch-top-desktop);
  --hch-bottom-space: var(--hch-bottom-desktop);
  --hch-title-size: var(--hch-title-desktop);
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 72% 24%, color-mix(in srgb, var(--hch-primary) 12%, transparent), transparent 31%),
    radial-gradient(circle at 12% 84%, color-mix(in srgb, var(--hch-secondary) 10%, transparent), transparent 32%),
    var(--hch-bg);
}

.hch-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -4;
  opacity: .30;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 25%, transparent 80%);
          mask-image: radial-gradient(circle at 50% 50%, #000 25%, transparent 80%);
}

.hch-canvas,
.hch-spotlight,
.hch-noise {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hch-canvas { z-index: -3; }
.hch-spotlight {
  z-index: -2;
  background: radial-gradient(520px circle at var(--hch-mx, 50%) var(--hch-my, 44%), color-mix(in srgb, var(--hch-primary) 13%, transparent), transparent 44%);
  transition: opacity .3s ease;
}
.hch-noise {
  z-index: 10;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.hch-shell {
  width: min(var(--hch-max-width), calc(100% - 48px));
  margin: 0 auto;
  padding: var(--hch-top-space) 0 var(--hch-bottom-space);
  display: grid;
  grid-template-columns: minmax(0, var(--hch-copy-width)) minmax(0, var(--hch-visual-width));
  justify-content: space-between;
  gap: var(--hch-column-gap);
  align-items: center;
}

.hch-copy {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: var(--hch-copy-width);
  min-width: 0;
}

.hch-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border: 1px solid var(--hch-border);
  border-radius: 999px;
  color: #c8d1dc;
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 1px rgba(255,255,255,.04);
  font: 650 12px/1.1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .04em;
  opacity: 0;
  transform: translateY(12px);
  animation: hch-rise .7s .12s forwards;
}

.hch-status-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--hch-green);
  box-shadow: 0 0 0 5px rgba(112,239,176,.09), 0 0 18px rgba(112,239,176,.65);
  animation: hch-pulse 2.1s infinite;
}

.hch-kicker {
  margin: 27px 0 12px;
  color: #aab3c1;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .17em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(14px);
  animation: hch-rise .72s .25s forwards;
}

.hch-title {
  max-width: none;
  margin: 0;
  color: var(--hch-text);
  font-family: "Saira Stencil One", ui-sans-serif, system-ui, sans-serif;
  font-size: var(--hch-title-size);
  line-height: 1.01;
  letter-spacing: .002em;
  font-weight: 400;
  text-wrap: balance;
}

.hch-title-line {
  display: block;
  overflow: hidden;
  padding-bottom: .07em;
}

.hch-title-line > span {
  display: block;
  white-space: nowrap;
  transform: translateY(112%);
  animation: hch-title-in .95s cubic-bezier(.2,.78,.15,1) forwards;
}

.hch-title-line:nth-child(1) > span { animation-delay: .33s; }
.hch-title-line:nth-child(2) > span { animation-delay: .45s; }
.hch-title-line:nth-child(3) > span { animation-delay: .57s; }

.hch-gradient {
  color: transparent;
  background: linear-gradient(92deg, var(--hch-highlight-start) 0%, var(--hch-primary) 48%, var(--hch-highlight-end) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 10px 28px color-mix(in srgb, var(--hch-primary) 10%, transparent));
  font-style: italic;
}

.hch-summary {
  max-width: 640px;
  margin: 24px 0 0;
  color: var(--hch-muted);
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.68;
  opacity: 0;
  transform: translateY(16px);
  animation: hch-rise .78s .83s forwards;
}
.hch-summary strong { color: #e5ebf2; font-weight: 650; }

.hch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 32px;
  opacity: 0;
  transform: translateY(18px);
  animation: hch-rise .78s 1s forwards;
}

.hch-hero a.hch-btn,
.hch-hero a.hch-btn:link,
.hch-hero a.hch-btn:visited {
  --hch-tx: 0px;
  --hch-ty: 0px;
  position: relative;
  min-height: 54px;
  padding: 0 21px;
  border: 1px solid var(--hch-border) !important;
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--hch-text) !important;
  background: rgba(255,255,255,.035) !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  transform: translate(var(--hch-tx), var(--hch-ty));
  transition: border-color .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease, transform .16s ease;
  will-change: transform;
  -webkit-tap-highlight-color: transparent;
  isolation: isolate;
}

.hch-hero a.hch-btn-primary,
.hch-hero a.hch-btn-primary:link,
.hch-hero a.hch-btn-primary:visited {
  color: #031018 !important;
  border-color: transparent !important;
  background: linear-gradient(100deg, var(--hch-button-start), var(--hch-button-end)) !important;
  box-shadow: 0 16px 42px color-mix(in srgb, var(--hch-primary) 20%, transparent);
}

.hch-hero a.hch-btn:hover,
.hch-hero a.hch-btn:focus-visible {
  color: #ffffff !important;
  border-color: color-mix(in srgb, var(--hch-gold) 58%, transparent) !important;
  background: color-mix(in srgb, var(--hch-gold) 10%, transparent) !important;
  box-shadow: 0 14px 38px rgba(0,0,0,.26);
  outline: none;
}

.hch-hero a.hch-btn-primary:hover,
.hch-hero a.hch-btn-primary:focus-visible {
  color: #031018 !important;
  border-color: transparent !important;
  background: linear-gradient(100deg, #16d5ff, #159cf5) !important;
  box-shadow: 0 18px 54px color-mix(in srgb, var(--hch-primary) 30%, transparent);
}

.hch-arrow { transition: transform .25s ease; }
.hch-btn:hover .hch-arrow { transform: translateX(4px); }

.hch-proof {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 22px;
  color: #abb5c2;
  font-size: 13px;
  opacity: 0;
  animation: hch-fade .8s 1.15s forwards;
}
.hch-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hch-proof i {
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  background: var(--hch-primary);
  box-shadow: 0 0 12px color-mix(in srgb, var(--hch-primary) 65%, transparent);
}

.hch-visual-wrap {
  position: relative;
  z-index: 2;
  width: min(var(--hch-visual-width), 100%);
  min-height: 590px;
  min-width: 0;
  justify-self: end;
  display: grid;
  place-items: center;
  perspective: 1200px;
  opacity: 0;
  transform: translateY(28px) scale(.965);
  animation: hch-visual-in 1.05s .58s cubic-bezier(.2,.78,.15,1) forwards;
}

.hch-orbit {
  position: absolute;
  width: min(560px, 100%);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;
  transform: rotateX(68deg) rotateZ(-8deg);
  box-shadow: inset 0 0 80px color-mix(in srgb, var(--hch-primary) 2.5%, transparent);
  animation: hch-orbit-turn 24s linear infinite;
}
.hch-orbit::before,
.hch-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px dashed color-mix(in srgb, var(--hch-primary) 12%, transparent);
}
.hch-orbit::before { inset: 14%; }
.hch-orbit::after { inset: 31%; }

.hch-hero a.hch-dashboard,
.hch-hero a.hch-dashboard:link,
.hch-hero a.hch-dashboard:visited {
  width: min(520px, 100%);
  position: relative;
  display: block;
  border: 1px solid var(--hch-ui-border);
  border-radius: 24px;
  overflow: hidden;
  color: inherit !important;
  text-decoration: none !important;
  background: linear-gradient(145deg, color-mix(in srgb, var(--hch-dashboard-surface) 97%, #ffffff 3%), var(--hch-dashboard-surface));
  box-shadow: var(--hch-shadow), 0 0 0 1px color-mix(in srgb, var(--hch-primary) 2.5%, transparent);
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform .14s linear, border-color .25s ease;
  backdrop-filter: blur(18px);
  cursor: pointer;
}
.hch-hero a.hch-dashboard:hover,
.hch-hero a.hch-dashboard:focus-visible {
  border-color: color-mix(in srgb, var(--hch-primary) 40%, transparent);
  outline: none;
}
.hch-dashboard::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(125deg, rgba(255,255,255,.09), transparent 24%, transparent 70%, color-mix(in srgb, var(--hch-primary) 3.5%, transparent));
}

.hch-browser-bar {
  height: 48px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.025);
}
.hch-dots { display: flex; gap: 6px; }
.hch-dots span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.18); }
.hch-address {
  flex: 1;
  min-width: 0;
  height: 27px;
  display: flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(255,255,255,.065);
  border-radius: 8px;
  color: #778294;
  background: rgba(0,0,0,.15);
  font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hch-live {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--hch-green);
  font: 700 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.hch-dashboard-body { padding: 23px; }
.hch-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 21px;
}
.hch-panel-label {
  margin-bottom: 7px;
  color: #718096;
  font: 700 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.hch-panel-title { margin: 0; color: #f6f8fb; font-size: 21px; line-height: 1.2; letter-spacing: -.035em; }
.hch-score {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #dff9ff;
  font-size: 17px;
  font-weight: 800;
  background:
    radial-gradient(circle at center, #101823 57%, transparent 58%),
    conic-gradient(var(--hch-primary) 0 91%, rgba(255,255,255,.09) 91%);
  box-shadow: 0 0 32px color-mix(in srgb, var(--hch-primary) 12%, transparent);
}

.hch-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  position: relative;
}
.hch-flow::before {
  content: "";
  position: absolute;
  left: 10%; right: 10%; top: 25px;
  height: 1px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--hch-primary) 18%, transparent), color-mix(in srgb, var(--hch-primary) 90%, transparent), rgba(112,239,176,.55));
  box-shadow: 0 0 14px color-mix(in srgb, var(--hch-primary) 34%, transparent);
  transform-origin: left;
  animation: hch-line-run 3.2s ease-in-out infinite;
}
.hch-node {
  position: relative;
  z-index: 1;
  min-height: 96px;
  padding: 13px 8px 11px;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 14px;
  text-align: center;
  background: rgba(255,255,255,.028);
}
.hch-node-icon {
  width: 30px; height: 30px; margin: 0 auto 10px;
  display: grid; place-items: center;
  border-radius: 10px;
  color: var(--hch-primary);
  background: #0b1b25;
  border: 1px solid color-mix(in srgb, var(--hch-primary) 22%, transparent);
  box-shadow: 0 0 18px color-mix(in srgb, var(--hch-primary) 8%, transparent);
  font-size: 13px;
}
.hch-node strong { display: block; margin-bottom: 4px; color: #dde5ee; font-size: 10px; }
.hch-node small { color: #697789; font-size: 8px; }

.hch-stats {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 10px;
  margin-top: 11px;
}
.hch-chart,
.hch-leads {
  min-height: 150px;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 16px;
  background: rgba(255,255,255,.025);
  overflow: hidden;
}
.hch-card-top {
  height: 38px;
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #7f8b9b;
  font-size: 9px;
  border-bottom: 1px solid rgba(255,255,255,.055);
}
.hch-chart-svg { width: 100%; height: 112px; display: block; }
.hch-chart-path { stroke-dasharray: 440; stroke-dashoffset: 440; animation: hch-draw 3.6s 1.3s cubic-bezier(.2,.7,.2,1) forwards; }
.hch-lead-list { padding: 9px 11px; }
.hch-lead {
  display: grid;
  grid-template-columns: 25px 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,.045);
  animation: hch-lead-glow 4s infinite;
}
.hch-lead:last-child { border-bottom: 0; }
.hch-avatar {
  width: 25px; height: 25px;
  display: grid; place-items: center;
  border-radius: 8px;
  background: linear-gradient(145deg, color-mix(in srgb, var(--hch-primary) 18%, transparent), color-mix(in srgb, var(--hch-secondary) 14%, transparent));
  color: #aeeeff;
  font-size: 9px;
  font-weight: 800;
}
.hch-lead strong { display: block; color: #d5dde6; font-size: 8px; }
.hch-lead small { color: #687688; font-size: 7px; }
.hch-tag {
  padding: 4px 6px;
  border-radius: 999px;
  color: var(--hch-green);
  background: rgba(112,239,176,.08);
  border: 1px solid rgba(112,239,176,.12);
  font-size: 6px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.hch-hero a.hch-float-card,
.hch-hero a.hch-float-card:link,
.hch-hero a.hch-float-card:visited {
  position: absolute;
  z-index: 5;
  min-width: 150px;
  padding: 12px 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--hch-ui-border);
  border-radius: 15px;
  color: #e8edf4 !important;
  text-decoration: none !important;
  background: var(--hch-card-surface);
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
  backdrop-filter: blur(14px);
  animation: hch-float 5.2s ease-in-out infinite;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.hch-hero a.hch-float-card:hover,
.hch-hero a.hch-float-card:focus-visible {
  border-color: color-mix(in srgb, var(--hch-primary) 42%, transparent);
  box-shadow: 0 22px 68px rgba(0,0,0,.42), 0 0 28px color-mix(in srgb, var(--hch-primary) 8%, transparent);
  outline: none;
}
.hch-float-card b {
  width: 31px; height: 31px;
  display: grid; place-items: center;
  border: 1px solid color-mix(in srgb, var(--hch-primary) 17%, transparent);
  border-radius: 10px;
  color: var(--hch-primary);
  background: color-mix(in srgb, var(--hch-primary) 7%, transparent);
  font-size: 11px;
}
.hch-float-card strong { display: block; font-size: 10px; }
.hch-float-card small { color: #7c8999; font-size: 8px; }
.hch-card-wp { top: 6%; left: -8%; animation-delay: -.8s !important; }
.hch-card-seo { top: 25%; right: -10%; animation-delay: -2.1s !important; }
.hch-card-ai { bottom: 10%; left: -5%; animation-delay: -3.4s !important; }

.hch-scroll {
  position: absolute;
  left: 50%; bottom: 24px; z-index: 3;
  display: flex; align-items: center; gap: 9px;
  color: #697586;
  font: 650 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .15em;
  text-transform: uppercase;
  transform: translateX(-50%);
  opacity: 0;
  animation: hch-fade .7s 1.6s forwards;
}
.hch-scroll span {
  width: 1px; height: 30px; display: block;
  background: linear-gradient(transparent, var(--hch-primary), transparent);
  background-size: 100% 200%;
  animation: hch-scroll-line 1.7s linear infinite;
}

/* Modal */
.hch-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(2,5,10,.76);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .24s ease, visibility .24s ease;
}
.hch-modal.hch-is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.hch-modal-panel {
  width: min(520px, 100%);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 24px;
  padding: 30px;
  color: #f6f8fb;
  background:
    radial-gradient(circle at 86% 10%, color-mix(in srgb, var(--hch-primary) 13%, transparent), transparent 31%),
    linear-gradient(145deg, rgba(17,24,35,.99), rgba(6,10,16,.99));
  box-shadow: 0 34px 110px rgba(0,0,0,.58);
  transform: translateY(18px) scale(.975);
  transition: transform .28s cubic-bezier(.2,.75,.2,1);
}
.hch-modal.hch-is-open .hch-modal-panel { transform: translateY(0) scale(1); }
.hch-modal-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 34px 34px;
}

.hch-component .hch-modal-close {
  box-sizing: border-box;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--hch-ui-border);
  border-radius: 50%;
  color: #f6f8fb;
  background: #111925;
  box-shadow: none;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
  -webkit-user-select: none;
  user-select: none;
}
.hch-component .hch-modal-close:hover,
.hch-component .hch-modal-close:focus-visible {
  border-color: color-mix(in srgb, var(--hch-primary) 60%, transparent);
  color: var(--hch-primary);
  background: #0b1721;
  transform: rotate(6deg);
  outline: none;
}

.hch-modal-icon {
  width: 48px; height: 48px; margin-bottom: 20px;
  display: grid; place-items: center;
  border: 1px solid color-mix(in srgb, var(--hch-primary) 22%, transparent);
  border-radius: 15px;
  color: var(--hch-primary);
  background: color-mix(in srgb, var(--hch-primary) 8%, transparent);
  box-shadow: 0 0 28px color-mix(in srgb, var(--hch-primary) 8%, transparent);
  font: 800 13px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}
.hch-modal-eyebrow {
  position: relative; z-index: 1;
  margin: 0 0 9px;
  color: var(--hch-primary);
  font: 750 10px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hch-modal-title {
  position: relative; z-index: 1;
  margin: 0;
  max-width: 430px;
  color: #f6f8fb;
  font-family: "Saira Stencil One", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(30px, 6vw, 43px);
  line-height: 1.06;
  font-weight: 400;
  letter-spacing: .005em;
}
.hch-modal-text {
  position: relative; z-index: 1;
  margin: 17px 0 0;
  max-width: 450px;
  color: #aab4c3;
  font-size: 15px;
  line-height: 1.7;
}
.hch-modal-list {
  position: relative; z-index: 1;
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.hch-modal-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #d9e1ea;
  font-size: 13px;
}
.hch-modal-list li::before {
  content: "✓";
  width: 21px; height: 21px; flex: 0 0 21px;
  display: grid; place-items: center;
  border-radius: 50%;
  color: #031018;
  background: var(--hch-primary);
  font-size: 11px;
  font-weight: 900;
}
.hch-modal-actions {
  position: relative; z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 25px;
}
.hch-component a.hch-modal-link,
.hch-component a.hch-modal-link:link,
.hch-component a.hch-modal-link:visited {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #f6f8fb !important;
  background: rgba(255,255,255,.045) !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 750;
  transition: background .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.hch-component a.hch-modal-link-primary,
.hch-component a.hch-modal-link-primary:link,
.hch-component a.hch-modal-link-primary:visited {
  color: #031018 !important;
  border-color: transparent !important;
  background: linear-gradient(100deg, var(--hch-button-start), var(--hch-button-end)) !important;
}
.hch-component a.hch-modal-link:hover,
.hch-component a.hch-modal-link:focus-visible {
  border-color: color-mix(in srgb, var(--hch-gold) 55%, transparent) !important;
  background: color-mix(in srgb, var(--hch-gold) 10%, transparent) !important;
  outline: none;
}
.hch-component a.hch-modal-link-primary:hover,
.hch-component a.hch-modal-link-primary:focus-visible {
  border-color: transparent !important;
  background: linear-gradient(100deg, #20d9ff, #159cf5) !important;
  box-shadow: 0 14px 36px color-mix(in srgb, var(--hch-primary) 20%, transparent);
}
body.hch-modal-lock { overflow: hidden; }

@keyframes hch-rise { to { opacity: 1; transform: translateY(0); } }
@keyframes hch-fade { to { opacity: 1; } }
@keyframes hch-title-in { to { transform: translateY(0); } }
@keyframes hch-visual-in { to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes hch-pulse { 0%,100%{transform:scale(1);opacity:1}50%{transform:scale(.76);opacity:.65} }
@keyframes hch-float { 0%,100%{transform:scale(var(--hch-card-scale,1)) translate3d(0,0,0)}50%{transform:scale(var(--hch-card-scale,1)) translate3d(0,-12px,0)} }
@keyframes hch-orbit-turn { to { transform: rotateX(68deg) rotateZ(352deg); } }
@keyframes hch-line-run { 0%,100%{transform:scaleX(.15);opacity:.25}50%{transform:scaleX(1);opacity:1} }
@keyframes hch-draw { to { stroke-dashoffset: 0; } }
@keyframes hch-lead-glow { 0%,78%,100%{background:transparent}84%{background:color-mix(in srgb, var(--hch-primary) 3.5%, transparent)} }
@keyframes hch-scroll-line { from{background-position:0 -100%}to{background-position:0 100%} }

@media (max-width: 1320px) {
  .hch-hero {
    --hch-top-space: var(--hch-top-tablet);
    --hch-bottom-space: var(--hch-bottom-tablet);
    --hch-title-size: var(--hch-title-tablet);
  }
  .hch-shell {
    grid-template-columns: minmax(0, 1fr);
    justify-content: center;
    text-align: center;
  }
  .hch-copy { width: 100%; max-width: 920px; margin: 0 auto; }
  .hch-title, .hch-summary { margin-left: auto; margin-right: auto; }
  .hch-actions, .hch-proof { justify-content: center; }
  .hch-visual-wrap { width: min(var(--hch-visual-width), 100%); min-height: 570px; justify-self: center; margin: 4px auto 0; }
  .hch-card-wp { left: 0; }
  .hch-card-seo { right: 0; }
  .hch-card-ai { left: 2%; }
}

@media (max-width: 767px) {
  .hch-hero {
    --hch-top-space: var(--hch-top-mobile);
    --hch-bottom-space: var(--hch-bottom-mobile);
    --hch-title-size: var(--hch-title-mobile);
    min-height: auto;
  }
  .hch-shell {
    width: min(100% - 28px, var(--hch-max-width));
    padding-bottom: var(--hch-bottom-space);
    gap: 34px;
  }
  .hch-status {
    max-width: 100%;
    padding: 8px 12px;
    font-size: 10.5px;
    white-space: normal;
  }
  .hch-kicker {
    margin-top: 24px;
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: .13em;
  }
  .hch-title {
    width: 100%;
    max-width: 100%;
    font-size: min(var(--hch-title-size), 11.2vw);
    line-height: 1.05;
    text-align: center;
    overflow-wrap: anywhere;
  }
  .hch-title-line {
    overflow: hidden;
    padding-bottom: .04em;
  }
  .hch-title-line > span {
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
  }
  .hch-gradient {
    display: inline;
    font-size: .96em;
    line-height: inherit;
  }
  .hch-summary {
    margin-top: 21px;
    font-size: 15px;
    line-height: 1.7;
  }
  .hch-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 27px;
  }
  .hch-hero a.hch-btn { width: 100%; min-height: 52px; }
  .hch-proof { margin-top: 24px; gap: 9px 14px; font-size: 11px; }
  .hch-visual-wrap {
    width: 100%;
    min-height: 455px;
    padding: 36px 0 30px;
  }
  .hch-orbit { width: 94%; }
  .hch-hero a.hch-dashboard { width: min(100%, 520px); border-radius: 19px; }
  .hch-browser-bar { height: 42px; padding: 0 10px; gap: 7px; }
  .hch-address { font-size: 8px; }
  .hch-live { font-size: 7px; }
  .hch-dashboard-body { padding: 14px; }
  .hch-panel-head { gap: 10px; margin-bottom: 15px; }
  .hch-panel-title { max-width: 230px; font-size: 16px; text-align: left; }
  .hch-panel-label { font-size: 8px; text-align: left; }
  .hch-score { width: 46px; height: 46px; font-size: 13px; }
  .hch-flow { gap: 5px; }
  .hch-flow::before { top: 21px; }
  .hch-node { min-height: 80px; padding: 10px 3px 8px; border-radius: 11px; }
  .hch-node-icon { width: 24px; height: 24px; margin-bottom: 7px; font-size: 9px; }
  .hch-node strong { font-size: 7.5px; }
  .hch-node small { font-size: 5.8px; line-height: 1.25; }
  .hch-stats { grid-template-columns: 1fr; }
  .hch-chart { min-height: 126px; }
  .hch-leads { display: none; }
  .hch-card-top { font-size: 7px; }
  .hch-chart-svg { height: 90px; }
  .hch-hero a.hch-float-card { min-width: 118px; padding: 8px 9px; gap: 7px; border-radius: 12px; }
  .hch-float-card b { width: 25px; height: 25px; font-size: 8px; }
  .hch-float-card strong { font-size: 8px; }
  .hch-float-card small { font-size: 6.5px; }
  .hch-card-wp { top: 0; left: 0; }
  .hch-card-seo { top: 28%; right: 0; }
  .hch-card-ai { bottom: 0; left: 0; }
  .hch-scroll { display: none; }
}

@media (max-width: 420px) {
  .hch-shell { width: min(100% - 22px, var(--hch-max-width)); }
  .hch-title { font-size: min(var(--hch-title-size), 10.8vw); }
  .hch-summary { font-size: 14px; }
  .hch-visual-wrap { min-height: 420px; }
  .hch-hero a.hch-float-card { min-width: 108px; }
  .hch-card-seo { top: 24%; }
}

@media (max-width: 540px) {
  .hch-modal { padding: 14px; }
  .hch-modal-panel { padding: 27px 20px 21px; border-radius: 20px; max-height: calc(100svh - 28px); overflow-y: auto; }
  .hch-modal-actions { display: grid; grid-template-columns: 1fr; }
  .hch-component a.hch-modal-link { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .hch-component *,
  .hch-component *::before,
  .hch-component *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .hch-status,
  .hch-kicker,
  .hch-title-line > span,
  .hch-summary,
  .hch-actions,
  .hch-proof,
  .hch-visual-wrap {
    opacity: 1;
    transform: none;
  }
}
