.hektor-home {
  overflow-x: hidden;
  background: var(--color-bg);
}

.hektor-home-page {
  min-height: 100vh;
  color: var(--color-text);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.96), rgba(250, 247, 242, 0.88) 42%, var(--color-bg) 100%);
}

.home-reference-desktop {
  display: none;
}

.home-reference-frame {
  position: relative;
  width: min(100vw, 1536px);
  margin: 0 auto;
}

.home-reference-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.hotspot {
  position: absolute;
  display: block;
  border-radius: 10px;
}

.hotspot:focus-visible {
  outline: 3px solid var(--color-green);
  outline-offset: 3px;
}

.hotspot-features { left: 25.0%; top: 1.6%; width: 5.2%; height: 3.2%; }
.hotspot-pricing { left: 31.3%; top: 1.6%; width: 4.4%; height: 3.2%; }
.hotspot-about { left: 36.0%; top: 1.6%; width: 6.2%; height: 3.2%; }
.hotspot-integrations { left: 42.2%; top: 1.6%; width: 7.6%; height: 3.2%; }
.hotspot-help { left: 49.5%; top: 1.6%; width: 4.3%; height: 3.2%; }
.hotspot-login { left: 57.6%; top: 1.5%; width: 5.0%; height: 3.5%; }
.hotspot-trial { left: 62.7%; top: 1.2%; width: 9.0%; height: 4.3%; }
.hotspot-main-cta { left: 7.1%; top: 41.9%; width: 13.4%; height: 4.2%; }
.hotspot-video { left: 21.7%; top: 42.7%; width: 13.7%; height: 3.1%; }

.home-nav,
.home-stage {
  width: min(1456px, calc(100% - 48px));
  margin: 0 auto;
}

.home-nav {
  display: grid;
  grid-template-columns: 260px 1fr 284px;
  align-items: center;
  gap: 24px;
  height: 70px;
}

.home-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 29px;
  font-weight: 950;
  letter-spacing: 0;
}

.home-brand img {
  display: block;
}

.home-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  font-size: 14px;
  font-weight: 850;
}

.home-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
}

.home-login {
  font-size: 14px;
  font-weight: 850;
}

.home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: var(--radius-button);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.home-button-primary {
  color: #fff;
  background: var(--color-navy);
  box-shadow: 0 12px 24px rgba(8, 26, 51, 0.18);
}

.home-button-arrow::after {
  content: "->";
  margin-left: 22px;
  font-size: 18px;
}

.home-stage {
  display: grid;
  grid-template-rows: auto auto auto;
}

.home-hero {
  display: grid;
  grid-template-columns: 412px 520px minmax(260px, 1fr);
  align-items: start;
  gap: 38px;
  min-height: 420px;
  padding-top: 8px;
}

.home-copy {
  padding-left: 74px;
  padding-top: 12px;
}

.home-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 16px;
  padding: 0 21px;
  border: 1px solid rgba(8, 26, 51, 0.06);
  border-radius: 999px;
  color: rgba(8, 26, 51, 0.82);
  background: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 760;
}

.home-copy h1 {
  max-width: 410px;
  margin: 0 0 10px;
  font-size: 59px;
  line-height: 0.99;
  letter-spacing: 0;
}

.home-lead {
  max-width: 365px;
  margin: 0;
  color: #1f2937;
  font-size: 16px;
  line-height: 1.45;
}

.home-bullets {
  display: grid;
  gap: 10px;
  margin: 19px 0 19px;
  padding: 0;
  list-style: none;
}

.home-bullets li {
  position: relative;
  display: grid;
  min-height: 34px;
  padding-left: 32px;
}

.home-bullets li::before,
.home-trust-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--color-green-soft);
}

.home-bullets li::after,
.home-trust-card li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 7px;
  height: 4px;
  border-left: 2px solid var(--color-green);
  border-bottom: 2px solid var(--color-green);
  transform: rotate(-45deg);
}

.home-bullets strong {
  font-size: 13px;
  line-height: 1.1;
}

.home-bullets span {
  color: #344054;
  font-size: 12px;
  line-height: 1.2;
}

.home-ctas {
  display: flex;
  align-items: center;
  gap: 24px;
}

.home-ctas .home-button {
  min-width: 202px;
}

.home-video-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 850;
}

.home-video-link span {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border: 1.5px solid var(--color-navy);
  border-radius: 50%;
}

.home-video-link span::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid var(--color-navy);
}

.home-note {
  margin: 9px 0 0;
  color: #344054;
  font-size: 11px;
}

.home-avatar-wrap {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: -4px;
}

.home-avatar {
  display: block;
  width: 394px;
  height: 530px;
  max-height: 49vw;
  object-fit: cover;
  object-position: center top;
  filter: drop-shadow(0 24px 34px rgba(8, 26, 51, 0.12));
}

.home-speech {
  position: absolute;
  top: 2px;
  right: -72px;
  z-index: 2;
  width: 172px;
  padding: 15px 18px;
  border: 1px solid rgba(8, 26, 51, 0.09);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(8, 26, 51, 0.08);
}

.home-speech::before {
  content: "";
  position: absolute;
  left: -21px;
  bottom: 28px;
  width: 28px;
  height: 28px;
  border-left: 1px solid rgba(8, 26, 51, 0.09);
  border-bottom: 1px solid rgba(8, 26, 51, 0.09);
  background: #fff;
  transform: rotate(45deg);
}

.home-speech strong,
.home-speech span {
  position: relative;
  z-index: 1;
  display: block;
}

.home-speech strong {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 900;
}

.home-speech span {
  font-size: 12px;
  line-height: 1.35;
}

.home-trust-card {
  justify-self: end;
  width: 277px;
  min-height: 326px;
  margin-top: 52px;
  padding: 38px 32px 26px;
  border: 1px solid rgba(8, 26, 51, 0.06);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.home-trust-card h2 {
  margin: 0 0 18px;
  font-size: 19px;
  line-height: 1.2;
}

.home-trust-card ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-trust-card li {
  position: relative;
  min-height: 20px;
  padding-left: 29px;
  font-size: 12.5px;
  line-height: 1.4;
}

.home-trust-card li::before {
  top: 0;
}

.home-trust-card li::after {
  top: 5px;
}

.home-trust-card p {
  position: relative;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: center;
  margin: 38px 0 0;
  color: #1f2937;
  font-size: 12px;
  line-height: 1.3;
}

.home-trust-card p span {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(46, 155, 79, 0.45);
  border-radius: 6px;
}

.home-trust-card p span::before {
  content: "";
  position: absolute;
  left: 5px;
  top: -8px;
  width: 8px;
  height: 10px;
  border: 2px solid rgba(46, 155, 79, 0.7);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.home-preview-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 254px;
  align-items: end;
  gap: 32px;
  margin-top: -1px;
}

.home-dashboard {
  display: grid;
  grid-template-columns: 164px 1fr;
  min-height: 444px;
  overflow: hidden;
  border: 1px solid rgba(8, 26, 51, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 14px 34px rgba(8, 26, 51, 0.10);
}

.preview-sidebar {
  display: flex;
  flex-direction: column;
  padding: 18px 12px 14px;
  color: #fff;
  background: linear-gradient(150deg, #081A33 0%, #102A4C 100%);
}

.preview-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  font-size: 16px;
}

.preview-company {
  display: grid;
  gap: 5px;
  margin: 0 6px 16px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
}

.preview-company span {
  color: rgba(255, 255, 255, 0.60);
}

.preview-sidebar nav {
  display: grid;
  gap: 4px;
}

.preview-sidebar nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.90);
  font-size: 11px;
  font-weight: 750;
}

.preview-sidebar nav a::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 3px;
}

.preview-sidebar nav a {
  justify-content: flex-start;
}

.preview-sidebar nav a.active {
  background: rgba(255, 255, 255, 0.13);
}

.preview-sidebar mark {
  margin-left: auto;
  padding: 2px 7px;
  border-radius: 99px;
  color: var(--color-navy);
  background: #F8E2AF;
  font-size: 10px;
}

.preview-user {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.preview-user > span {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #F8E2AF, #fff);
}

.preview-user strong,
.preview-user small {
  display: block;
  font-size: 10.5px;
}

.preview-user small {
  color: rgba(255, 255, 255, 0.64);
}

.preview-content {
  min-width: 0;
  padding: 24px 34px 22px;
}

.preview-content > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
}

.preview-content h2 {
  margin: 0 0 5px;
  font-size: 20px;
}

.preview-content p,
.preview-content small {
  color: #344054;
}

.preview-content p {
  margin: 0;
  font-size: 12px;
}

.preview-content button,
.metric button,
.deadline-panel button {
  min-height: 29px;
  padding: 0 13px;
  border: 1px solid rgba(8, 26, 51, 0.14);
  border-radius: 8px;
  color: var(--color-navy);
  background: #fff;
  font-size: 11px;
  font-weight: 850;
}

.preview-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.metric {
  position: relative;
  min-height: 103px;
  padding: 16px 14px;
  border: 1px solid rgba(8, 26, 51, 0.08);
  border-radius: 9px;
}

.metric.green {
  background: var(--color-green-soft);
}

.metric.yellow {
  background: var(--color-yellow-soft);
}

.metric.blue {
  background: var(--color-blue-soft);
}

.metric span {
  display: block;
  margin-bottom: 9px;
  font-size: 12px;
  font-weight: 900;
}

.metric strong {
  display: block;
  margin-bottom: 7px;
  color: var(--color-green);
  font-size: 21px;
  line-height: 1;
}

.metric small {
  display: block;
  font-size: 10.5px;
}

.metric button {
  margin-top: 13px;
}

.preview-panels {
  display: grid;
  grid-template-columns: 1.12fr 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}

.preview-panels > article {
  min-height: 185px;
  padding: 14px;
  border: 1px solid rgba(8, 26, 51, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
}

.preview-panels h3 {
  margin: 0 0 9px;
  font-size: 13px;
}

.result-panel strong {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}

.result-panel > span {
  display: inline-block;
  padding: 4px 7px;
  border-radius: 7px;
  color: var(--color-green);
  background: var(--color-green-soft);
  font-size: 10px;
  font-weight: 850;
}

.mini-chart {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 14px;
  height: 93px;
  margin-top: 14px;
  padding: 9px 8px 14px;
  border-bottom: 1px solid rgba(8, 26, 51, 0.16);
  background: linear-gradient(to bottom, transparent, rgba(46, 155, 79, 0.06));
}

.mini-chart::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 32px;
  height: 48px;
  border-bottom: 3px solid var(--color-green);
  border-left: 3px solid transparent;
  transform: skewY(-18deg);
}

.mini-chart i {
  position: relative;
  z-index: 1;
  display: block;
  width: 7px;
  border-radius: 999px;
  background: var(--color-green);
}

.mini-chart i:nth-child(1) { height: 14px; }
.mini-chart i:nth-child(2) { height: 25px; }
.mini-chart i:nth-child(3) { height: 21px; }
.mini-chart i:nth-child(4) { height: 43px; }
.mini-chart i:nth-child(5) { height: 36px; }
.mini-chart i:nth-child(6) { height: 72px; }

.activity-panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.activity-panel header a {
  color: var(--color-navy);
  font-size: 10px;
  font-weight: 850;
}

.activity-panel ul,
.deadline-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.activity-panel li,
.deadline-panel li {
  display: grid;
  grid-template-columns: 20px 1fr auto;
  gap: 9px;
  align-items: center;
}

.activity-panel li > span,
.deadline-panel li > span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: var(--color-green-soft);
}

.activity-panel strong,
.deadline-panel strong {
  display: block;
  font-size: 11px;
}

.activity-panel small,
.deadline-panel small,
.activity-panel time {
  display: block;
  color: #344054;
  font-size: 10px;
  line-height: 1.25;
}

.deadline-panel li {
  padding: 9px 0;
  border-bottom: 1px solid rgba(8, 26, 51, 0.08);
}

.deadline-panel .red {
  background: var(--color-red-soft);
}

.deadline-panel .orange {
  background: var(--color-yellow-soft);
}

.deadline-panel mark {
  padding: 5px 8px;
  border-radius: 9px;
  color: #C23B32;
  background: var(--color-red-soft);
  font-size: 10px;
  font-weight: 850;
}

.deadline-panel button {
  display: block;
  margin: 14px auto 0;
}

.home-phone {
  display: flex;
  justify-content: center;
}

.phone-shell {
  width: 238px;
  height: 475px;
  padding: 17px 12px 12px;
  border: 7px solid #111;
  border-radius: 36px;
  background: #fff;
  box-shadow: 0 15px 28px rgba(8, 26, 51, 0.16);
}

.phone-status,
.phone-shell header,
.phone-activity,
.phone-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone-status {
  margin-bottom: 11px;
  font-size: 11px;
  font-weight: 850;
}

.phone-status i,
.phone-shell header span {
  width: 30px;
  height: 8px;
  border-radius: 99px;
  background: rgba(8, 26, 51, 0.16);
}

.phone-shell header {
  margin-bottom: 15px;
}

.phone-shell header strong {
  margin-right: auto;
  margin-left: 7px;
  font-size: 14px;
}

.phone-shell h2 {
  margin: 0 0 3px;
  font-size: 13px;
}

.phone-shell p {
  margin: 0 0 11px;
  color: #344054;
  font-size: 10px;
}

.phone-card {
  min-height: 49px;
  margin-bottom: 8px;
  padding: 10px;
  border: 1px solid rgba(8, 26, 51, 0.08);
  border-radius: 8px;
}

.phone-card.green {
  background: var(--color-green-soft);
}

.phone-card.yellow {
  background: var(--color-yellow-soft);
}

.phone-card.blue {
  background: var(--color-blue-soft);
}

.phone-card span,
.phone-card strong,
.phone-card small {
  display: block;
}

.phone-card span {
  font-size: 10px;
  font-weight: 900;
}

.phone-card strong {
  margin-top: 3px;
  color: var(--color-green);
  font-size: 18px;
}

.phone-card small {
  color: #344054;
  font-size: 9px;
}

.phone-activity {
  margin-top: 22px;
  font-size: 11px;
}

.phone-activity a {
  font-size: 9px;
  font-weight: 850;
}

.phone-nav {
  margin-top: 28px;
  padding-top: 9px;
  border-top: 1px solid rgba(8, 26, 51, 0.08);
}

.phone-nav span {
  color: #344054;
  font-size: 8.5px;
  font-weight: 850;
}

.phone-nav button {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--color-navy);
  font-size: 19px;
}

.home-bottom {
  padding: 13px 0 20px;
  text-align: center;
}

.home-bottom p {
  margin: 0 0 16px;
  color: #344054;
  font-size: 11px;
}

.partner-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 28px;
  color: rgba(8, 26, 51, 0.48);
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
}

.partner-logos span:nth-child(3) {
  font-size: 14px;
  line-height: 0.9;
}

@media (min-width: 1000px) and (max-height: 900px) {
  .home-nav {
    height: 60px;
  }

  .home-hero {
    min-height: 382px;
    padding-top: 2px;
  }

  .home-copy {
    padding-top: 7px;
  }

  .home-copy h1 {
    font-size: 55px;
  }

  .home-avatar-wrap {
    min-height: 382px;
  }

  .home-avatar {
    width: 360px;
    height: 485px;
  }

  .home-trust-card {
    margin-top: 42px;
  }

  .home-dashboard {
    min-height: 380px;
  }

  .preview-content {
    padding: 19px 32px 16px;
  }

  .preview-panels > article {
    min-height: 158px;
  }

  .phone-shell {
    height: 422px;
    transform: translateY(2px);
  }

  .phone-activity,
  .phone-nav {
    margin-top: 12px;
  }

  .home-bottom {
    padding-bottom: 12px;
  }
}

@media (min-width: 1000px) {
  .home-reference-desktop {
    display: block;
    min-height: 100vh;
  }

  .home-live {
    display: none;
  }
}

@media (max-width: 1180px) {
  .home-nav {
    grid-template-columns: auto 1fr auto;
  }

  .home-links {
    gap: 18px;
  }

  .home-hero,
  .home-preview-row {
    grid-template-columns: 1fr;
  }

  .home-copy {
    padding-left: 0;
  }

  .home-avatar-wrap {
    order: 2;
  }

  .home-trust-card {
    order: 3;
    justify-self: stretch;
    width: auto;
    margin-top: 0;
  }

  .home-preview-row {
    margin-top: 24px;
  }
}

@media (max-width: 760px) {
  .home-nav,
  .home-stage {
    width: calc(100% - 28px);
  }

  .home-nav {
    grid-template-columns: 1fr auto;
    height: auto;
    padding: 16px 0 10px;
  }

  .home-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 14px;
    overflow-x: auto;
    padding: 8px 0 2px;
  }

  .home-actions {
    gap: 12px;
  }

  .home-actions .home-button {
    min-height: 40px;
    padding: 0 13px;
    font-size: 12px;
  }

  .home-login {
    display: none;
  }

  .home-hero {
    gap: 18px;
    min-height: 0;
  }

  .home-copy h1 {
    font-size: 46px;
  }

  .home-lead {
    max-width: none;
  }

  .home-ctas {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .home-ctas .home-button {
    width: 100%;
  }

  .home-avatar {
    width: min(100%, 360px);
    height: auto;
  }

  .home-speech {
    position: relative;
    top: auto;
    right: auto;
    width: min(100%, 310px);
    margin: -18px auto 0;
  }

  .home-speech::before {
    display: none;
  }

  .home-dashboard {
    grid-template-columns: 1fr;
  }

  .preview-sidebar {
    display: none;
  }

  .preview-content {
    padding: 18px;
  }

  .preview-content > header {
    flex-direction: column;
  }

  .preview-cards,
  .preview-panels {
    grid-template-columns: 1fr;
  }

  .phone-shell {
    width: min(100%, 290px);
  }

  .partner-logos {
    gap: 16px;
    font-size: 15px;
  }
}
