.hft-page {
  --hft-bg: #07111f;
  --hft-ink: #eef6ff;
  --hft-muted: #9fb1c7;
  --hft-blue: #30a7ff;
  --hft-blue2: #1264d8;
  --hft-cyan: #65d4ff;
  --hft-gold: #ffbd5a;
  --hft-green: #61e3a6;
  --hft-red: #ff7f8a;
  --hft-line: rgba(255, 255, 255, .13);
  --hft-line2: rgba(101, 212, 255, .25);
  color: var(--hft-ink);
  background: radial-gradient(circle at 12% 2%, rgba(48, 167, 255, .18), transparent 30%), radial-gradient(circle at 86% 5%, rgba(255, 189, 90, .10), transparent 28%), radial-gradient(circle at 50% 50%, rgba(97, 227, 166, .045), transparent 24%), linear-gradient(180deg, #06101d 0%, #091629 48%, #07111f 100%);
  overflow: hidden
}

.hft-page * {
  box-sizing: border-box
}

.hft-section {
  position: relative;
  padding: 96px 0;
  isolation: isolate
}

.hft-section-tight {
  padding: 66px 0
}

.hft-glass {
  border: 1px solid var(--hft-line);
  background: radial-gradient(circle at 10% 0%, rgba(101, 212, 255, .11), transparent 38%), linear-gradient(180deg, rgba(255, 255, 255, .078), rgba(255, 255, 255, .038));
  box-shadow: 0 24px 80px rgba(0, 0, 0, .28)
}

.hft-image-placeholder {
  position: relative;
  overflow: hidden
}

.hft-hero {
  position: relative;
  padding: 92px 0 52px
}

.hft-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .032) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .032) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: .45;
  pointer-events: none;
  mask-image: linear-gradient(to bottom, #000, transparent 88%)
}

.hft-breadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #93a8bf;
  font-size: 13px;
  margin-bottom: 26px
}

.hft-breadcrumb a {
  color: #bfe6ff
}

.hft-hero-top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: 38px;
  align-items: end;
  margin-bottom: 34px
}

.hft-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid var(--hft-line2);
  background: rgba(48, 167, 255, .09);
  color: #bfe6ff;
  font-size: 13px;
  font-weight: 900
}

.hft-kicker i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--hft-green);
  box-shadow: 0 0 0 7px rgba(97, 227, 166, .12)
}

.hft-hero h1 {
  margin: 20px 0 22px;
  font-size: clamp(42px, 5.8vw, 80px);
  line-height: .96;
  letter-spacing: -3px
}

.hft-hero h1 span {
  background: linear-gradient(90deg, #fff, #a8e2ff 52%, #58b8ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

.hft-lead {
  max-width: 860px;
  color: #c2d2e4;
  font-size: 18px;
  line-height: 1.84;
  margin: 0
}

.hft-hero-panel {
  padding: 26px;
  border-radius: 32px
}

.hft-hero-panel b {
  display: block;
  font-size: 22px;
  margin-bottom: 10px
}

.hft-hero-panel p {
  color: #b8c9dc;
  line-height: 1.72;
  margin: 0 0 18px
}

.hft-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px
}

.hft-hero-board {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.25fr 1fr;
  gap: 18px;
  align-items: stretch
}

.hft-board-col {
  display: grid;
  gap: 18px
}

.hft-hero-img {
  min-height: 560px;
  border-radius: 38px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  position: relative;
  box-shadow: 0 32px 100px rgba(0, 0, 0, .36)
}

.hft-hero-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.hft-hero-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(4, 10, 18, .92), rgba(4, 10, 18, .12)), radial-gradient(circle at 70% 20%, rgba(48, 167, 255, .2), transparent 30%)
}

.hft-hero-caption {
  position: absolute;
  z-index: 2;
  left: 26px;
  right: 26px;
  bottom: 26px
}

.hft-hero-caption b {
  display: block;
  font-size: 27px;
  margin-bottom: 10px
}

.hft-hero-caption span {
  color: #c2d2e4;
  line-height: 1.6
}

.hft-mini-card {
  min-height: 170px;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .048);
  transition: .26s ease
}

.hft-mini-card:hover {
  transform: translateY(-5px);
  border-color: rgba(101, 212, 255, .28);
  background: rgba(255, 255, 255, .075)
}

.hft-mini-card .num {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--hft-blue), var(--hft-blue2));
  font-weight: 950;
  margin-bottom: 18px
}

.hft-mini-card b {
  display: block;
  margin-bottom: 8px;
  font-size: 18px
}

.hft-mini-card span {
  display: block;
  color: #aebfd2;
  font-size: 14px;
  line-height: 1.6
}

.hft-anchor-wrap {
  position: sticky;
  top: 82px;
  z-index: 30;
  background: linear-gradient(180deg, rgba(7, 17, 31, .94), rgba(7, 17, 31, .66));
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(16px)
}

.hft-anchor {
  display: flex;
  gap: 10px;
  overflow: auto;
  padding: 12px 0;
  scrollbar-width: none
}

.hft-anchor::-webkit-scrollbar {
  display: none
}

.hft-anchor a {
  flex: 0 0 auto;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(101, 212, 255, .16);
  background: rgba(255, 255, 255, .045);
  color: #cfe6ff;
  font-size: 12px;
  font-weight: 900
}

.hft-head {
  max-width: 1040px;
  margin-bottom: 38px
}

.hft-head.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

.hft-head h2 {
  margin: 14px 0 16px;
  font-size: clamp(32px, 4.6vw, 58px);
  line-height: 1.05;
  letter-spacing: -1.8px
}

.hft-head p {
  color: #bdcedf;
  line-height: 1.82;
  font-size: 17px;
  margin: 0
}

.hft-diagnosis {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 24px
}

.hft-diagnosis-left {
  border-radius: 38px;
  padding: 34px;
  min-height: 660px;

  position: sticky;
  top: 96px;

  align-self: start;
}

.hft-diagnosis-left h3 {
  font-size: 42px;
  line-height: 1.06;
  letter-spacing: -1.4px;
  margin: 0 0 18px
}

.hft-diagnosis-left p {
  color: #bdcedf;
  line-height: 1.8
}

.hft-alert-box {
  margin-top: 24px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 127, 138, .12), rgba(255, 255, 255, .04));
  border: 1px solid rgba(255, 127, 138, .22)
}

.hft-alert-box b {
  display: block;
  margin-bottom: 8px;
  color: #ffd8dc
}

.hft-alert-box span {
  color: #f1b7bd;
  font-size: 14px;
  line-height: 1.6
}

.hft-diagnosis-grid {
  display: grid;
  gap: 16px
}

.hft-pain-row {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 16px;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .045);
  transition: .25s ease
}

.hft-pain-row:hover {
  transform: translateX(6px);
  border-color: rgba(101, 212, 255, .28);
  background: rgba(255, 255, 255, .072)
}

.hft-pain-icon {
  width: 74px;
  height: 74px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  background: rgba(48, 167, 255, .10);
  border: 1px solid rgba(101, 212, 255, .18);
  font-size: 26px
}

.hft-pain-row h3 {
  margin: 0 0 10px;
  font-size: 23px
}

.hft-pain-row p {
  margin: 0;
  color: #aebfd2;
  line-height: 1.68
}

.hft-pain-row ul {
  margin: 14px 0 0;
  padding-left: 18px;
  color: #94a9c0;
  line-height: 1.65;
  font-size: 14px
}

.hft-journey {
  position: relative;
  border-radius: 42px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: radial-gradient(circle at 0% 0%, rgba(48, 167, 255, .12), transparent 32%), rgba(255, 255, 255, .04);
  box-shadow: 0 24px 90px rgba(0, 0, 0, .25)
}

.hft-journey-line {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  position: relative
}

.hft-journey-step {
  position: relative;
  padding: 22px;
  min-height: 250px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, .115);
  background: rgba(255, 255, 255, .045);
  transition: .26s ease
}

.hft-journey-step:nth-child(even) {
  margin-top: 42px
}

.hft-journey-step:hover {
  transform: translateY(-6px);
  border-color: rgba(101, 212, 255, .28);
  background: rgba(255, 255, 255, .075)
}

.hft-step-dot {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-weight: 950;
  background: linear-gradient(135deg, var(--hft-blue), var(--hft-blue2));
  margin-bottom: 18px
}

.hft-journey-step h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.2
}

.hft-journey-step p {
  margin: 0;
  color: #aebfd2;
  font-size: 14px;
  line-height: 1.62
}

.hft-verticals {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px
}

.hft-vertical {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .04);
  transition: .32s ease
}

.hft-vertical:hover {
  transform: translateY(-8px);
  border-color: rgba(101, 212, 255, .28);
  box-shadow: 0 34px 110px rgba(0, 0, 0, .38)
}

.hft-vertical-img {
  position: absolute;
  inset: 0
}

.hft-vertical-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .7s ease
}

.hft-vertical:hover img {
  transform: scale(1.05)
}

.hft-vertical::after {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
      to top,
      rgba(2, 6, 14, .995) 0%,
      rgba(2, 6, 14, .94) 26%,
      rgba(2, 6, 14, .82) 52%,
      rgba(2, 6, 14, .52) 74%,
      rgba(2, 6, 14, .26) 100%
  );

  z-index: 1;
}

.hft-vertical-body {
  position: absolute;
  z-index: 2;
  left: 26px;
  right: 26px;
  bottom: 26px
}

.hft-vertical-label {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(101, 212, 255, .2);
  background: rgba(48, 167, 255, .1);
  color: #bceaff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 14px
}

.hft-vertical h3 {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1.08;
  letter-spacing: -.9px
}

.hft-vertical p {
  margin: 0 0 18px;
  color: #c4d3e4;
  line-height: 1.68
}

.hft-feature-list {
  display: grid;
  gap: 9px
}

.hft-feature-list span {
  display: flex;
  gap: 8px;
  color: #a8bad0;
  line-height: 1.45;
  font-size: 14px
}

.hft-feature-list span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: 7px;
  border-radius: 999px;
  background: var(--hft-cyan);
  flex: 0 0 auto
}

.hft-arch {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 24px;
  align-items: stretch
}

.hft-arch-visual {
  min-height: 680px;
  border-radius: 40px;
  padding: 26px;
  position: relative
}

.hft-orbit {
  position: relative;
  height: 100%;
  min-height: 628px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, .10);
  background: radial-gradient(circle at 50% 44%, rgba(48, 167, 255, .18), transparent 28%), rgba(255, 255, 255, .035);
  overflow: hidden
}

.hft-orbit::before, .hft-orbit::after {
  content: "";
  position: absolute;
  inset: 70px;
  border: 1px dashed rgba(101, 212, 255, .22);
  border-radius: 50%
}

.hft-orbit::after {
  inset: 135px;
  border-color: rgba(255, 189, 90, .18)
}

.hft-orbit-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 210px;
  height: 210px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 24px;
  background: linear-gradient(135deg, rgba(48, 167, 255, .22), rgba(255, 255, 255, .07));
  border: 1px solid rgba(101, 212, 255, .3);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .34)
}

.hft-orbit-center b {
  font-size: 24px;
  line-height: 1.12
}

.hft-orbit-node {
  position: absolute;
  width: 170px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(7, 17, 31, .78);
  backdrop-filter: blur(14px)
}

.hft-orbit-node b {
  display: block;
  margin-bottom: 6px
}

.hft-orbit-node span {
  color: #aebfd2;
  font-size: 12.5px;
  line-height: 1.45
}

.hft-node-1 {
  left: 36px;
  top: 60px
}

.hft-node-2 {
  right: 36px;
  top: 70px
}

.hft-node-3 {
  right: 46px;
  bottom: 74px
}

.hft-node-4 {
  left: 46px;
  bottom: 70px
}

.hft-node-5 {
  left: 50%;
  top: 28px;
  transform: translateX(-50%)
}

.hft-arch-copy {
  border-radius: 40px;
  padding: 36px
}

.hft-arch-copy h2 {
  margin: 0 0 18px;
  font-size: 48px;
  line-height: 1.04;
  letter-spacing: -1.5px
}

.hft-arch-copy p {
  color: #bdcedf;
  line-height: 1.82
}

.hft-layer-list {
  display: grid;
  gap: 13px;
  margin-top: 24px
}

.hft-layer {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .105);
  background: rgba(255, 255, 255, .04)
}

.hft-layer b {
  display: block;
  margin-bottom: 6px
}

.hft-layer span {
  display: block;
  color: #9fb1c7;
  font-size: 14px;
  line-height: 1.55
}

.hft-usecase-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.hft-usecase {
  position: relative;
  padding: 28px;
  min-height: 500px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: radial-gradient(circle at 0% 0%, rgba(101, 212, 255, .13), transparent 34%), linear-gradient(180deg, rgba(255, 255, 255, .078), rgba(255, 255, 255, .038));
  overflow: hidden;
  transition: .28s ease
}

.hft-usecase:hover {
  transform: translateY(-7px);
  border-color: rgba(101, 212, 255, .28)
}

.hft-usecase::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(101, 212, 255, .55), transparent)
}

.hft-usecase-no {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--hft-blue), var(--hft-blue2));
  font-weight: 950;
  margin-bottom: 22px
}

.hft-usecase h3 {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.1
}

.hft-usecase p {
  color: #b7c8da;
  line-height: 1.7
}

.hft-usecase-block {
  margin-top: 16px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, .105);
  background: rgba(255, 255, 255, .04)
}

.hft-usecase-block b {
  display: block;
  margin-bottom: 8px
}

.hft-usecase-block ul {
  margin: 0;
  padding-left: 18px;
  color: #98aec5;
  line-height: 1.65;
  font-size: 14px
}

.hft-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px
}

.hft-compare-card {
  padding: 32px;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .045)
}

.hft-compare-card.good {
  background: radial-gradient(circle at 0% 0%, rgba(97, 227, 166, .12), transparent 34%), linear-gradient(180deg, rgba(255, 255, 255, .078), rgba(255, 255, 255, .038));
  border-color: rgba(97, 227, 166, .20)
}

.hft-compare-card.warn {
  background: radial-gradient(circle at 0% 0%, rgba(255, 189, 90, .10), transparent 34%), linear-gradient(180deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .035))
}

.hft-compare-card h3 {
  margin: 0 0 16px;
  font-size: 30px
}

.hft-compare-card p {
  color: #bdcedf;
  line-height: 1.75
}

.hft-compare-card ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: #a8bad0;
  line-height: 1.72
}

.hft-roadmap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px
}

.hft-road {
  position: relative;
  padding: 26px;
  min-height: 350px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .045);
  overflow: hidden
}

.hft-road::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--hft-blue), var(--hft-cyan), transparent)
}

.hft-road-label {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(48, 167, 255, .1);
  border: 1px solid rgba(101, 212, 255, .18);
  color: #bceaff;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 18px
}

.hft-road h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.18
}

.hft-road p {
  color: #b7c8da;
  line-height: 1.62
}

.hft-road ul {
  color: #9fb1c7;
  padding-left: 18px;
  line-height: 1.65;
  font-size: 14px
}

.hft-faq-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 24px
}

.hft-faq-intro {
  padding: 32px;
  border-radius: 34px
}

.hft-faq-intro h2 {
  margin: 14px 0 16px;
  font-size: 42px;
  line-height: 1.06;
  letter-spacing: -1.2px
}

.hft-faq-intro p {
  color: #bdcedf;
  line-height: 1.78
}

.hft-faq-list {
  display: grid;
  gap: 12px
}

.hft-faq-list details {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .045);
  padding: 20px
}

.hft-faq-list summary {
  cursor: pointer;
  color: #fff;
  font-weight: 900
}

.hft-faq-list p {
  color: #aebfd2;
  line-height: 1.72;
  margin: 14px 0 0
}

.hft-final {
  position: relative;
  overflow: hidden;
  border-radius: 42px;
  padding: 62px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: radial-gradient(circle at 0% 0%, rgba(48, 167, 255, .22), transparent 30%), radial-gradient(circle at 100% 0%, rgba(255, 189, 90, .10), transparent 28%), linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .042));
  box-shadow: 0 24px 90px rgba(0, 0, 0, .28)
}

.hft-final h2 {
  margin: 0 0 18px;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: -2px;
  max-width: 980px
}

.hft-final p {
  max-width: 900px;
  color: #bdcedf;
  line-height: 1.82;
  font-size: 17px;
  margin: 0 0 28px
}

@media (max-width: 1120px) {
  .hft-hero-top, .hft-diagnosis, .hft-arch, .hft-faq-grid {
    grid-template-columns: 1fr
  }

  .hft-diagnosis-left {
    position: relative;
    top: auto;
    min-height: auto
  }

  .hft-hero-board {
    grid-template-columns: 1fr
  }

  .hft-board-col {
    grid-template-columns: 1fr 1fr
  }

  .hft-hero-img {
    min-height: 480px
  }

  .hft-journey-line, .hft-roadmap {
    grid-template-columns: repeat(2, 1fr)
  }

  .hft-journey-step:nth-child(even) {
    margin-top: 0
  }

  .hft-verticals, .hft-usecase-wrap {
    grid-template-columns: 1fr
  }

  .hft-vertical {
    min-height: 620px
  }
}

@media (max-width: 760px) {
  .hft-section {
    padding: 62px 0
  }

  .hft-hero {
    padding: 54px 0 44px
  }

  .hft-hero h1 {
    font-size: clamp(34px, 10vw, 48px);
    letter-spacing: -1.3px
  }

  .hft-lead {
    font-size: 15.5px;
    line-height: 1.72
  }

  .hft-actions {
    display: grid;
    grid-template-columns: 1fr
  }

  .hft-actions .btn {
    width: 100%
  }

  .hft-board-col, .hft-journey-line, .hft-roadmap, .hft-compare {
    grid-template-columns: 1fr
  }

  .hft-hero-img {
    min-height: 390px;
    border-radius: 28px
  }

  .hft-mini-card, .hft-pain-row, .hft-compare-card, .hft-faq-intro {
    padding: 20px;
    border-radius: 24px
  }

  .hft-pain-row {
    grid-template-columns: 1fr
  }

  .hft-head h2, .hft-diagnosis-left h3, .hft-arch-copy h2, .hft-faq-intro h2 {
    font-size: 30px;
    letter-spacing: -.8px
  }

  .hft-arch-copy, .hft-arch-visual {
    padding: 22px;
    border-radius: 28px
  }

  .hft-orbit {
    min-height: 620px
  }

  .hft-orbit-node {
    width: 150px
  }

  .hft-node-1 {
    left: 16px;
    top: 62px
  }

  .hft-node-2 {
    right: 16px;
    top: 92px
  }

  .hft-node-3 {
    right: 16px;
    bottom: 90px
  }

  .hft-node-4 {
    left: 16px;
    bottom: 80px
  }

  .hft-node-5 {
    top: 18px
  }

  .hft-final {
    padding: 30px;
    border-radius: 28px
  }

  .hft-anchor-wrap {
    top: 68px
  }
}

.hft-panel-visual {
  position: relative;
  min-height: 520px;
  height: 100%;
  overflow: hidden;
  isolation: isolate;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  padding: 34px;
}

.hft-panel-visual::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
      180deg,
      rgba(4, 10, 20, .22) 0%,
      rgba(4, 10, 20, .38) 32%,
      rgba(4, 10, 20, .58) 58%,
      rgba(4, 10, 20, .88) 100%
  ),
  url("/static/main/images/placeholder-hft-panel-bg.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  transform: scale(1.03);

  z-index: -2;
}

.hft-panel-visual::after {
  content: "";
  position: absolute;
  inset: 0;

  background: radial-gradient(circle at top right, rgba(72, 192, 255, .18), transparent 34%),
  linear-gradient(135deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .01));

  z-index: -1;
}

.hft-panel-visual > b,
.hft-panel-visual > p,
.hft-panel-visual .hft-actions {
  position: relative;
  z-index: 2;
}

.hft-panel-visual > b {
  max-width: 520px;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -.6px;
}

.hft-panel-visual > p {
  max-width: 560px;
}

.hft-diagnosis-visual {
  overflow: hidden;
  min-height: 100%;
  isolation: isolate;
}

.hft-diagnosis-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.hft-diagnosis-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hft-diagnosis-overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(
      180deg,
      rgba(2, 6, 14, .72) 0%,
      rgba(2, 6, 14, .78) 100%
  ),
  radial-gradient(
      circle at top right,
      rgba(72, 192, 255, .06),
      transparent 28%
  );

  z-index: -2;
}

.hft-diagnosis-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hft-diagnosis-kpis {
  display: grid;
  gap: 14px;
  margin-top: 28px;
  margin-bottom: 26px;
}

.hft-diagnosis-kpi {
  padding: 18px;
  border-radius: 22px;

  border: 1px solid rgba(255, 255, 255, .10);

  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, .08),
      rgba(255, 255, 255, .03)
  );

  backdrop-filter: blur(10px);
}

.hft-diagnosis-kpi small {
  display: block;
  margin-bottom: 6px;

  color: #86d5ff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hft-diagnosis-kpi b {
  display: block;
  margin-bottom: 6px;

  color: #fff;
  font-size: 20px;
}

.hft-diagnosis-kpi span {
  color: #a7b8cb;
  line-height: 1.6;
  font-size: 14px;
}

.hft-alert-box {
  margin-top: auto;
}

.hft-alert-checklist {
  padding: 20px;
}

.hft-alert-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.hft-alert-list div {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .10);
}

.hft-alert-list i {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-style: normal;
  font-weight: 950;
  color: #ffd8dc;
  background: rgba(255, 127, 138, .14);
  border: 1px solid rgba(255, 127, 138, .26);
}

.hft-alert-list p {
  margin: 0;
  color: #f1c3c8;
  font-size: 13.5px;
  line-height: 1.55;
}

.hft-control-architecture {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;
}

.hft-arch-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.hft-arch-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hft-arch-overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(
      180deg,
      rgba(2, 6, 14, .58),
      rgba(2, 6, 14, .84)
  ),
  radial-gradient(
      circle at top right,
      rgba(72, 192, 255, .12),
      transparent 32%
  );

  z-index: -2;
}

.hft-arch-core {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 320px;

  transform: translate(-50%, -50%);

  padding: 32px;
  border-radius: 34px;

  text-align: center;

  border: 1px solid rgba(255, 255, 255, .12);

  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, .10),
      rgba(255, 255, 255, .03)
  );

  backdrop-filter: blur(14px);

  box-shadow: 0 40px 90px rgba(0, 0, 0, .34);
}

.hft-arch-core small {
  display: block;
  margin-bottom: 10px;

  color: #86d5ff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hft-arch-core b {
  display: block;
  margin-bottom: 12px;

  color: #fff;
  font-size: 30px;
  line-height: 1.1;
}

.hft-arch-core span {
  color: #afc0d4;
  line-height: 1.7;
  font-size: 14px;
}

.hft-arch-card {
  position: absolute;
  width: 230px;

  padding: 20px;
  border-radius: 24px;

  border: 1px solid rgba(255, 255, 255, .10);

  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, .08),
      rgba(255, 255, 255, .03)
  );

  backdrop-filter: blur(12px);

  box-shadow: 0 25px 60px rgba(0, 0, 0, .26);
}

.hft-arch-card small {
  display: block;
  margin-bottom: 8px;

  color: #7dd4ff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hft-arch-card b {
  display: block;
  margin-bottom: 8px;

  color: #fff;
  font-size: 18px;
  line-height: 1.3;
}

.hft-arch-card span {
  color: #aab9ca;
  font-size: 13px;
  line-height: 1.65;
}

.hft-arch-core {
  width: 300px;
}

.card-1 {
  top: 54px;
  left: 28px;
}

.card-2 {
  top: 54px;
  right: 28px;
}

.card-3 {
  bottom: 150px;
  left: 10px;
}

.card-4 {
  bottom: 170px;
  right: 10px;
}

.card-5 {
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.line-c {
  width: 220px;
}

.hft-arch-line {
  position: absolute;
  background: linear-gradient(
      90deg,
      rgba(72, 192, 255, 0),
      rgba(72, 192, 255, .9),
      rgba(72, 192, 255, 0)
  );

  opacity: .72;
}

.line-a {
  width: 240px;
  height: 2px;

  top: 260px;
  left: 220px;

  transform: rotate(28deg);
}

.line-b {
  width: 240px;
  height: 2px;

  top: 260px;
  right: 220px;

  transform: rotate(-28deg);
}

.line-c {
  width: 280px;
  height: 2px;

  bottom: 180px;
  left: 50%;

  transform: translateX(-50%) rotate(0deg);
}
