/* HaloMed — strona główna (redesign 2026-07). Style scoped z prefiksem "hm-",
   żeby nie kolidować z /styles.css używanym przez pozostałe podstrony. */

html {
  scroll-padding-top: 96px;
}

body.hm-page {
  margin: 0;
  font-family:
    "Manrope",
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  color: #101a38;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

.hm-page a {
  text-decoration: none;
}

.hm-page a:not(.hm-btn) {
  color: #1d4ed8;
}

.hm-page a:not(.hm-btn):hover {
  color: #0f3aa8;
}

.hm-page :is(a, button, input, select, textarea):focus-visible {
  outline: 3px solid #1d4ed8;
  outline-offset: 2px;
  border-radius: 4px;
}

.hm-heading {
  font-family: "Space Grotesk", "Manrope", sans-serif;
  letter-spacing: -0.03em;
  color: #0a1733;
  font-weight: 700;
  margin: 0 0 14px;
  text-wrap: pretty;
}

.hm-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

.hm-eyebrow {
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1d4ed8;
  margin-bottom: 12px;
}

.hm-eyebrow span {
  font-family: ui-monospace, monospace;
  color: #8a93ac;
}

.hm-eyebrow--dark {
  color: #8fb4ff;
}

.hm-eyebrow--dark span {
  color: #5b6b94;
}

.hm-section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
}

.hm-section-lead {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.6;
  color: #5b6478;
}

/* ── Buttons ─────────────────────────────────────────── */

.hm-btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 15px;
  font-family: inherit;
  border: none;
  cursor: pointer;
  text-align: center;
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    color 0.15s ease;
}

.hm-btn--primary {
  background: #1d4ed8;
  color: #fff;
  box-shadow: 0 8px 24px rgba(29, 78, 216, 0.28);
}

.hm-btn--primary:hover {
  background: #1741b8;
  color: #fff;
}

.hm-btn--outline {
  background: #fff;
  border: 1.5px solid #cbd5ec;
  color: #0a1733;
}

.hm-btn--outline:hover {
  border-color: #1d4ed8;
  color: #1d4ed8;
}

.hm-btn--ghost-dark {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
}

.hm-btn--ghost-dark:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

/* Warianty same ustawiają kolor — nie dziedziczą z `.hm-page a`. */

.hm-btn--sm {
  padding: 11px 20px;
  font-size: 14.5px;
  border-radius: 10px;
}

/* ── Header ──────────────────────────────────────────── */

.hm-promo {
  background: #1a3570;
  color: #c8d6f5;
  font-size: 13.5px;
  padding: 9px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  text-align: center;
}

.hm-promo strong {
  color: #fff;
}

.hm-promo a {
  color: #8fb4ff;
  font-weight: 700;
  border-bottom: 1px solid rgba(143, 180, 255, 0.5);
}

.hm-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e2e8f5;
  font-family: "Manrope", system-ui, sans-serif;
}

.hm-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  height: 72px;
  display: flex;
  align-items: center;
  gap: 36px;
}

.hm-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: none;
}

.hm-logo-mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1d4ed8, #3b82f6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  font-family: "Space Grotesk", sans-serif;
}

.hm-logo-text {
  font-weight: 800;
  font-size: 20px;
  color: #0a1733;
  letter-spacing: -0.02em;
}

.hm-primary-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
}

.hm-nav-trigger,
.hm-nav-link {
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14.5px;
  font-weight: 600;
  color: #3a4462;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  border: none;
  background: transparent;
  font-family: inherit;
}

.hm-nav-trigger .hm-caret {
  font-size: 10px;
  color: #8a93ac;
}

.hm-nav-trigger[aria-expanded="true"],
.hm-nav-trigger.is-open,
.hm-nav-link.is-current {
  color: #1d4ed8;
  background: #eaf1fe;
}

.hm-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: none;
}

.hm-login-link {
  padding: 10px 16px;
  font-size: 14.5px;
  font-weight: 700;
  color: #3a4462;
}

.hm-mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #cbd5ec;
  background: #fff;
  cursor: pointer;
  padding: 0 11px;
}

.hm-mobile-toggle span {
  height: 2.5px;
  background: #0a1733;
  border-radius: 2px;
}

/* Mega menus */
.hm-mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border-bottom: 1px solid #e2e8f5;
  box-shadow: 0 24px 48px rgba(10, 23, 51, 0.12);
}

.hm-mega[hidden] {
  display: none;
}

.hm-mega-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px;
  display: grid;
  gap: 36px;
}

.hm-mega-inner--product {
  grid-template-columns: 1fr 1fr 340px;
}

.hm-mega-inner--audience {
  grid-template-columns: 1fr 340px;
}

.hm-mega-col-label {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #8a93ac;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.hm-mega-link {
  display: flex;
  gap: 12px;
  padding: 12px;
  border-radius: 10px;
  color: inherit;
}

.hm-mega-link:hover {
  background: #f4f7fd;
}

.hm-mega-link-index {
  font-size: 12px;
  font-weight: 800;
  color: #1d4ed8;
  margin-top: 2px;
  flex: none;
}

.hm-mega-link-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #101a38;
  font-size: 14.5px;
}

.hm-mega-link-desc {
  display: block;
  font-size: 13px;
  color: #5b6478;
  margin-top: 2px;
}

.hm-mega-ai-badge {
  font-size: 9.5px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 100px;
  background: #eaf1fe;
  color: #1d4ed8;
}

.hm-mega-promo {
  background: linear-gradient(160deg, #1a3570, #2a519f);
  border-radius: 14px;
  padding: 24px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hm-mega-promo-label {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #8fb4ff;
  text-transform: uppercase;
}

.hm-mega-promo-stats {
  display: flex;
  gap: 10px;
}

.hm-mega-promo-stat {
  flex: 1;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 12px;
}

.hm-mega-promo-stat strong {
  display: block;
  font-size: 20px;
  font-weight: 800;
}

.hm-mega-promo-stat span {
  font-size: 11.5px;
  color: #aebde3;
}

.hm-mega-promo p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #c8d6f5;
}

.hm-mega-promo a {
  color: #8fb4ff;
  font-weight: 700;
  font-size: 13.5px;
}

.hm-audience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

.hm-audience-pick {
  padding: 11px 12px;
  border-radius: 9px;
  font-weight: 700;
  font-size: 14px;
  color: #101a38;
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
  background: none;
  font-family: inherit;
  cursor: pointer;
  text-align: left;
}

.hm-audience-pick:hover {
  background: #f4f7fd;
}

.hm-audience-pick .hm-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1d4ed8;
  flex: none;
}

.hm-mega-note {
  background: #f4f7fd;
  border: 1px solid #e2e8f5;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hm-mega-note-label {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #1d4ed8;
  text-transform: uppercase;
}

.hm-mega-note p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.6;
  color: #3a4462;
}

/* Mobile nav panel */
.hm-mobile-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border-bottom: 1px solid #e2e8f5;
  box-shadow: 0 24px 48px rgba(10, 23, 51, 0.12);
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hm-mobile-panel[hidden] {
  display: none;
}

.hm-mobile-panel a {
  padding: 13px 12px;
  border-radius: 9px;
  font-weight: 700;
  font-size: 15px;
}

.hm-mobile-panel a:not(.hm-btn) {
  color: #101a38;
}

.hm-mobile-panel a:hover {
  background: #f4f7fd;
}

.hm-mobile-panel a.hm-btn--primary {
  color: #fff;
}

/* ── Hero ────────────────────────────────────────────── */

.hm-hero {
  background-image:
    radial-gradient(rgba(29, 78, 216, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, #f4f7fd 0%, #fff 100%);
  background-size:
    24px 24px,
    100% 100%;
  overflow: hidden;
}

.hm-hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
  padding: 72px 32px 64px;
}

.hm-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eaf1fe;
  border: 1px solid #cbdcfb;
  color: #1d4ed8;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 100px;
  margin-bottom: 22px;
}

.hm-badge-pill .hm-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1d4ed8;
}

.hm-persona-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.hm-chip {
  padding: 8px 16px;
  border-radius: 100px;
  border: 1px solid #cbd5ec;
  background: #fff;
  color: #3a4462;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.hm-chip.is-active {
  background: #1a3570;
  color: #fff;
  border-color: #1a3570;
}

.hm-hero h1 {
  font-size: 58px;
  line-height: 1.05;
}

.hm-hero-lead {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.65;
  color: #5b6478;
  max-width: 520px;
  min-height: 96px;
}

.hm-hero-voicebot-link {
  display: inline-block;
  margin-bottom: 26px;
  font-weight: 800;
  font-size: 15px;
}

.hm-hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.hm-hero-facts {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  font-size: 13.5px;
  color: #5b6478;
  font-weight: 600;
}

.hm-hero-facts span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hm-hero-facts .hm-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #16a34a;
}

.hm-hero-stats {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #e2e8f5;
  font-size: 13px;
  color: #3a4462;
  font-weight: 700;
}

.hm-hero-stats b {
  color: #1d4ed8;
}

.hm-hero-visual {
  position: relative;
}

.hm-hero-ring {
  position: absolute;
  border-radius: 50%;
}

.hm-hero-ring--1 {
  top: -90px;
  right: -110px;
  width: 420px;
  height: 420px;
  border: 1.5px solid rgba(29, 78, 216, 0.18);
}

.hm-hero-ring--2 {
  top: -40px;
  right: -60px;
  width: 320px;
  height: 320px;
  border: 1.5px solid rgba(29, 78, 216, 0.28);
}

.hm-hero-ring--3 {
  top: 5px;
  right: -15px;
  width: 230px;
  height: 230px;
  border: 1.5px solid rgba(29, 78, 216, 0.4);
  background: radial-gradient(
    circle,
    rgba(29, 78, 216, 0.1),
    rgba(29, 78, 216, 0) 70%
  );
}

.hm-window {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e2e8f5;
  box-shadow: 0 32px 64px rgba(10, 23, 51, 0.18);
  background: #fff;
}

.hm-window-bar {
  height: 38px;
  background: #1a3570;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 16px;
}

.hm-window-bar span.hm-dot-lg {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3e4b6e;
}

.hm-window-bar-url {
  margin-left: 10px;
  font-size: 11.5px;
  color: #8a93ac;
  font-family: ui-monospace, monospace;
}

.hm-window-body {
  height: 380px;
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #fff;
}

.hm-window-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.hm-kpi-tile {
  background: #f4f7fd;
  border: 1px solid #e2e8f5;
  border-radius: 12px;
  padding: 12px 14px;
}

.hm-kpi-tile--accent {
  background: #eaf1fe;
  border-color: #cbdcfb;
}

.hm-kpi-tile strong {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: #0a1733;
}

.hm-kpi-tile--accent strong {
  color: #1d4ed8;
}

.hm-kpi-tile span {
  font-size: 11px;
  color: #5b6478;
  font-weight: 700;
}

.hm-kpi-tile--accent span {
  color: #1d4ed8;
}

.hm-window-live-label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hm-window-live-label span:first-child {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a93ac;
}

.hm-live-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 9px;
  border-radius: 100px;
  background: #dcfce7;
  color: #15803d;
}

.hm-live-badge .hm-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #16a34a;
}

.hm-queue-rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hm-queue-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #e2e8f5;
  border-radius: 12px;
}

.hm-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #eaf1fe;
  color: #1d4ed8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
  flex: none;
}

.hm-queue-row-main {
  flex: 1;
  min-width: 0;
}

.hm-queue-row-main strong {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #0a1733;
}

.hm-queue-row-main span {
  font-size: 12px;
  color: #5b6478;
}

.hm-queue-time {
  font-family: ui-monospace, monospace;
  font-size: 11.5px;
  color: #5b6478;
}

.hm-status-pill {
  font-size: 11.5px;
  font-weight: 800;
  padding: 5px 10px;
  border-radius: 100px;
  flex: none;
  transition: background 0.4s;
}

.hm-hero-float {
  position: absolute;
  right: -24px;
  bottom: -26px;
  background: #fff;
  border: 1px solid #e2e8f5;
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow: 0 16px 40px rgba(10, 23, 51, 0.14);
  display: flex;
  align-items: center;
  gap: 12px;
  animation: hm-float 6s ease-in-out 0.8s infinite;
}

.hm-hero-float strong {
  display: block;
  font-weight: 800;
  font-size: 14px;
  color: #0a1733;
}

.hm-hero-float span.hm-sub {
  font-size: 12px;
  color: #5b6478;
}

.hm-hero-float .hm-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #16a34a;
}

@keyframes hm-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* ── Ticker ──────────────────────────────────────────── */

.hm-ticker-wrap {
  background: #1a3570;
  overflow: hidden;
  padding: 14px 0;
}

.hm-ticker {
  display: flex;
  gap: 0;
  width: max-content;
  animation: hm-ticker 32s linear infinite;
}

.hm-ticker-item {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-right: 22px;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8fb4ff;
  white-space: nowrap;
}

.hm-ticker-item .hm-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(143, 180, 255, 0.4);
}

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

/* ── Social proof ────────────────────────────────────── */

.hm-social-proof {
  border-top: 1px solid #e2e8f5;
  border-bottom: 1px solid #e2e8f5;
  background: #fff;
  padding: 36px 0;
}

.hm-social-proof-caption {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a93ac;
  margin-bottom: 22px;
}

.hm-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
  margin-bottom: 28px;
}

.hm-stat-num {
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #1d4ed8;
}

.hm-stat-label {
  font-size: 13.5px;
  color: #5b6478;
  font-weight: 600;
}

.hm-logo-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.hm-logo-slot {
  width: 150px;
  height: 52px;
  border-radius: 10px;
  border: 1px dashed #cbd5ec;
  background: repeating-linear-gradient(
    45deg,
    #f7fafe,
    #f7fafe 8px,
    #eff4fc 8px,
    #eff4fc 16px
  );
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: ui-monospace, monospace;
  font-size: 10.5px;
  color: #8a93ac;
}

/* ── Generic section paddings ────────────────────────── */

.hm-section {
  padding: 88px 0;
}

.hm-section--tight-top {
  padding-top: 0;
}

/* ── Tab pills (used by rejestracja/manager) ─────────── */

.hm-tab-row {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.hm-tab-pill {
  padding: 12px 22px;
  border-radius: 100px;
  border: 1px solid #cbd5ec;
  background: #fff;
  color: #3a4462;
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
}

.hm-tab-pill.is-active {
  background: #1d4ed8;
  color: #fff;
  border-color: #1d4ed8;
}

.hm-tab-pill--dark {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
  color: #aebde3;
}

.hm-tab-pill--dark.is-active {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #fff;
}

.hm-bullet-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.hm-bullet {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14.5px;
  color: #3a4462;
  font-weight: 600;
}

.hm-bullet-check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #dce9fd;
  color: #1d4ed8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  flex: none;
  margin-top: 1px;
}

.hm-bullet--dark {
  color: #dce4f7;
}

.hm-bullet--dark .hm-bullet-check {
  background: rgba(143, 180, 255, 0.2);
  color: #8fb4ff;
}

/* ── Dla kogo ────────────────────────────────────────── */

.hm-dlakogo-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 32px;
  align-items: start;
}

.hm-dlakogo-tabs {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hm-dlakogo-tab {
  text-align: left;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid #e2e8f5;
  background: #fff;
  color: #3a4462;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hm-dlakogo-tab .hm-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd5ec;
  flex: none;
}

.hm-dlakogo-tab.is-active {
  background: #eaf1fe;
  border-color: #b9d0f9;
  color: #1d4ed8;
}

.hm-dlakogo-tab.is-active .hm-dot {
  background: #1d4ed8;
}

.hm-dlakogo-panel {
  background: #f4f7fd;
  border: 1px solid #e2e8f5;
  border-radius: 20px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 36px;
  align-items: center;
  min-height: 340px;
}

.hm-dlakogo-panel h3 {
  font-size: 27px;
}

.hm-dlakogo-visual {
  height: 280px;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hm-dlakogo-visual-ring--a {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  top: -60px;
  left: -50px;
}

.hm-dlakogo-visual-ring--b {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  bottom: -40px;
  right: -30px;
}

.hm-dlakogo-visual-icon-wrap {
  position: relative;
  width: 96px;
  height: 96px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hm-dlakogo-visual-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
}

.hm-dlakogo-visual-tag {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.16);
  padding: 6px 12px;
  border-radius: 100px;
}

/* ── Rejestracja ─────────────────────────────────────── */

.hm-rej {
  background: #f4f7fd;
  border-top: 1px solid #e2e8f5;
}

.hm-rej-card {
  background: #fff;
  border: 1px solid #e2e8f5;
  border-radius: 20px;
  padding: 44px;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 44px;
  align-items: center;
  box-shadow: 0 20px 48px rgba(10, 23, 51, 0.06);
}

.hm-rej-card h3 {
  font-size: 27px;
}

.hm-mock {
  height: 360px;
  border-radius: 14px;
  border: 1px solid #e2e8f5;
  box-shadow: 0 16px 40px rgba(10, 23, 51, 0.1);
  background: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}

.hm-mock[hidden] {
  display: none;
}

.hm-mock-label {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a93ac;
  margin-bottom: 4px;
}

.hm-mock-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border: 1px solid #e2e8f5;
  border-radius: 12px;
}

.hm-mock-row .hm-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: none;
}

.hm-mock-row-main {
  flex: 1;
  min-width: 0;
}

.hm-mock-row-main strong {
  display: block;
  font-weight: 700;
  font-size: 14.5px;
  color: #0a1733;
}

.hm-mock-row-main span {
  font-size: 12.5px;
  color: #5b6478;
}

.hm-mock-kpis {
  display: flex;
  gap: 10px;
  margin-bottom: 6px;
}

.hm-mock-kpi {
  flex: 1;
  background: #f4f7fd;
  border-radius: 10px;
  padding: 12px;
}

.hm-mock-kpi strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #0a1733;
}

.hm-mock-kpi--accent {
  background: #eaf1fe;
}

.hm-mock-kpi--accent strong {
  color: #1d4ed8;
}

.hm-mock-kpi span {
  font-size: 11px;
  color: #5b6478;
  font-weight: 700;
}

.hm-mock-kpi--accent span {
  color: #1d4ed8;
}

.hm-callback-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fdeeec;
  color: #dc4c3e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 12px;
  flex: none;
}

.hm-callback-btn {
  font-size: 11.5px;
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 100px;
  background: #1d4ed8;
  color: #fff;
  flex: none;
}

.hm-patient-header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hm-patient-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #eaf1fe;
  color: #1d4ed8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 17px;
  flex: none;
}

.hm-patient-header strong {
  display: block;
  font-weight: 800;
  font-size: 16px;
  color: #0a1733;
}

.hm-patient-header span {
  font-size: 12.5px;
  color: #5b6478;
}

.hm-tag-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.hm-tag {
  font-size: 11.5px;
  font-weight: 700;
  padding: 5px 11px;
  border-radius: 100px;
  background: #f4f7fd;
  color: #3a4462;
  border: 1px solid #e2e8f5;
}

.hm-timeline {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 1px solid #eef2fa;
  padding-top: 14px;
}

.hm-timeline-item {
  display: flex;
  gap: 12px;
}

.hm-timeline-item time {
  font-size: 11.5px;
  font-weight: 700;
  color: #8a93ac;
  width: 44px;
  flex: none;
}

.hm-timeline-item span {
  font-size: 13.5px;
  color: #3a4462;
}

.hm-status-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 20px;
}

.hm-status-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hm-status-col-head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  color: #3a4462;
}

.hm-status-col-head .hm-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.hm-status-card {
  background: #f4f7fd;
  border: 1px solid #e2e8f5;
  border-radius: 10px;
  padding: 10px;
}

.hm-status-card strong {
  display: block;
  font-weight: 700;
  font-size: 12.5px;
  color: #0a1733;
}

.hm-status-card span {
  font-size: 11px;
  color: #5b6478;
}

/* ── Manager (dark) ──────────────────────────────────── */

.hm-manager {
  background: linear-gradient(170deg, #1a3570, #24479a);
  clip-path: polygon(0 56px, 100% 0, 100% calc(100% - 56px), 0 100%);
  margin: -28px 0;
  position: relative;
  z-index: 1;
  color: #fff;
}

.hm-manager-inner {
  padding: 132px 32px;
}

.hm-manager h2 {
  color: #fff;
}

.hm-manager .hm-section-lead {
  color: #aebde3;
}

.hm-manager-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 44px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 44px;
  align-items: center;
}

.hm-manager-card h3 {
  font-size: 27px;
  color: #fff;
}

.hm-manager-card .hm-section-lead,
.hm-manager-card p {
  color: #aebde3;
}

.hm-mock--dark {
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 56px rgba(16, 42, 96, 0.35);
  background: rgba(255, 255, 255, 0.04);
}

.hm-mock--dark .hm-mock-label {
  color: #8fb4ff;
}

.hm-mock--dark .hm-mock-row {
  border-color: rgba(255, 255, 255, 0.12);
}

.hm-mock--dark .hm-mock-row-main strong {
  color: #fff;
}

.hm-mock--dark .hm-mock-row-main span {
  color: #aebde3;
}

.hm-team-load-bar {
  width: 90px;
  height: 6px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
  flex: none;
}

.hm-team-load-bar span {
  display: block;
  height: 100%;
  background: #8fb4ff;
}

.hm-mock--dark-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.hm-mock--dark-kpi {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 12px;
}

.hm-mock--dark-kpi strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}

.hm-mock--dark-kpi span {
  font-size: 10.5px;
  color: #aebde3;
  font-weight: 700;
}

.hm-bars {
  flex: 1;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding: 0 4px;
}

.hm-bar-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.hm-bar {
  width: 100%;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, #8fb4ff, #3b6fe0);
}

.hm-bar-col span {
  font-size: 10px;
  color: #7e8db4;
  font-weight: 700;
}

.hm-waveform {
  display: flex;
  gap: 2px;
  align-items: flex-end;
  height: 20px;
}

.hm-waveform span {
  width: 2.5px;
  background: #8fb4ff;
  border-radius: 2px;
}

.hm-locations-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 20px;
}

.hm-location-card {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hm-location-card strong {
  font-weight: 800;
  font-size: 13.5px;
  color: #fff;
}

.hm-location-card .hm-city {
  font-size: 11px;
  color: #aebde3;
}

.hm-location-card .hm-calls-row {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}

.hm-location-card .hm-calls-num {
  font-size: 16px;
  font-weight: 800;
  color: #8fb4ff;
}

.hm-location-card .hm-calls-suffix {
  font-size: 10.5px;
  color: #7e8db4;
  align-self: flex-end;
}

/* ── VoiceBot ────────────────────────────────────────── */

.hm-voicebot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  padding: 88px 32px 0;
}

.hm-voicebot-panel {
  background: linear-gradient(160deg, #1a3570, #2a519f);
  border-radius: 20px;
  padding: 32px;
  color: #fff;
  box-shadow: 0 32px 64px rgba(10, 23, 51, 0.2);
}

.hm-voicebot-panel-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.hm-voicebot-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(143, 180, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex: none;
}

.hm-voicebot-panel-head strong {
  display: block;
  font-weight: 800;
  font-size: 14.5px;
}

.hm-voicebot-panel-head span.hm-sub {
  font-size: 11.5px;
  color: #8fb4ff;
}

.hm-live-tag {
  margin-left: auto;
  font-size: 10.5px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 100px;
  background: rgba(22, 163, 74, 0.18);
  color: #4ade80;
  flex: none;
}

.hm-chat-log {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
}

.hm-chat-bubble {
  max-width: 82%;
  padding: 11px 14px;
  font-size: 13.5px;
  line-height: 1.5;
}

.hm-chat-bubble--bot {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px 12px 12px 2px;
}

.hm-chat-bubble--user {
  align-self: flex-end;
  background: #1d4ed8;
  border-radius: 12px 12px 2px 12px;
}

.hm-voicebot-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.hm-voicebot-kpi {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 12px;
}

.hm-voicebot-kpi strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
}

.hm-voicebot-kpi span {
  font-size: 10.5px;
  color: #aebde3;
  font-weight: 700;
}

.hm-voicebot-disclaimer {
  margin: 14px 0 0;
  font-size: 11px;
  line-height: 1.5;
  color: #7e8db4;
}

.hm-voicebot-features {
  padding: 0 32px 88px;
}

.hm-feature-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.hm-feature-card {
  background: #f4f7fd;
  border: 1px solid #e2e8f5;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.hm-feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #eaf1fe;
  color: #1d4ed8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  flex: none;
}

.hm-feature-card strong {
  display: block;
  font-weight: 800;
  font-size: 15px;
  color: #0a1733;
  margin-bottom: 4px;
}

.hm-feature-card span {
  font-size: 13.5px;
  line-height: 1.55;
  color: #5b6478;
}

/* ── Calculator ──────────────────────────────────────── */

.hm-calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.hm-calc-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hm-calc-step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.hm-calc-step-num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eaf1fe;
  color: #1d4ed8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  flex: none;
}

.hm-calc-step strong {
  display: block;
  font-weight: 800;
  font-size: 15px;
  color: #0a1733;
}

.hm-calc-step span {
  font-size: 14px;
  color: #5b6478;
}

.hm-calc-panel {
  background: linear-gradient(160deg, #1a3570, #2a519f);
  border-radius: 22px;
  padding: 40px;
  color: #fff;
  box-shadow: 0 32px 64px rgba(10, 23, 51, 0.24);
}

.hm-calc-panel-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8fb4ff;
  margin-bottom: 26px;
}

.hm-calc-field {
  margin-bottom: 24px;
}

.hm-calc-field-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.hm-calc-field-row span:first-child {
  color: #c8d6f5;
}

.hm-calc-field input[type="range"] {
  width: 100%;
  accent-color: #1d4ed8;
}

.hm-calc-result {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 22px;
  text-align: center;
  margin-bottom: 18px;
}

.hm-calc-result-label {
  font-size: 13px;
  color: #aebde3;
  font-weight: 600;
  margin-bottom: 6px;
}

.hm-calc-result-value {
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
}

.hm-calc-result-value .hm-suffix {
  font-size: 16px;
  color: #8fb4ff;
  font-weight: 700;
}

.hm-calc-recover {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 13.5px;
  color: #c8d6f5;
  font-weight: 600;
}

.hm-calc-recover strong {
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #4ade80;
}

.hm-calc-footnote {
  margin: 0 0 20px;
  font-size: 11.5px;
  line-height: 1.5;
  color: #7e8db4;
}

.hm-calc-lead {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.hm-calc-lead-label {
  font-size: 12.5px;
  color: #aebde3;
  font-weight: 700;
  margin-bottom: 10px;
}

.hm-inline-form {
  display: flex;
  gap: 8px;
}

.hm-inline-form input[type="email"] {
  flex: 1;
  min-width: 0;
  padding: 11px 14px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-family: inherit;
  font-size: 13.5px;
}

.hm-inline-form input[type="email"]::placeholder {
  color: #aebde3;
}

.hm-inline-form button {
  padding: 11px 16px;
  border-radius: 9px;
  border: none;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-family: inherit;
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
}

.hm-inline-form button:hover {
  background: rgba(255, 255, 255, 0.22);
}

.hm-lead-sent {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 800;
  color: #4ade80;
}

.hm-lead-sent-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(74, 222, 128, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex: none;
}

/* ── Pricing ─────────────────────────────────────────── */

.hm-pricing-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.hm-pricing-card {
  border-radius: 20px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hm-pricing-card--main {
  border: 2px solid #1d4ed8;
  box-shadow: 0 20px 48px rgba(29, 78, 216, 0.12);
}

.hm-pricing-card--addons {
  border: 1px solid #e2e8f5;
  background: #f4f7fd;
}

.hm-pricing-title {
  font-weight: 800;
  font-size: 18px;
  color: #0a1733;
}

.hm-pricing-subtitle {
  font-size: 13.5px;
  color: #5b6478;
  margin-top: 4px;
}

.hm-price {
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #1d4ed8;
}

.hm-price-period {
  font-size: 13.5px;
  color: #8a93ac;
  font-weight: 700;
}

.hm-pricing-features {
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex: 1;
  font-size: 14px;
  color: #3a4462;
  font-weight: 600;
}

.hm-addon-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  color: #3a4462;
  font-weight: 600;
}

.hm-addon-row strong {
  color: #0a1733;
  font-weight: 800;
  white-space: nowrap;
}

.hm-pricing-footnote {
  margin: 22px 0 0;
  text-align: center;
  font-size: 12.5px;
  color: #8a93ac;
}

/* ── Referencje ──────────────────────────────────────── */

.hm-refs {
  background: #f4f7fd;
  border-top: 1px solid #e2e8f5;
}

.hm-refs-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.hm-refs-head h2 {
  margin: 0;
  max-width: 640px;
}

.hm-refs-rating-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.hm-rating-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #e2e8f5;
  border-radius: 100px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 800;
  color: #0a1733;
}

.hm-rating-pill .hm-stars {
  color: #f59e0b;
}

.hm-rating-pill span.hm-muted {
  color: #8a93ac;
  font-weight: 700;
}

.hm-refs-nav {
  display: flex;
  gap: 10px;
}

.hm-round-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #cbd5ec;
  background: #fff;
  color: #0a1733;
  font-size: 17px;
  cursor: pointer;
  font-family: inherit;
}

.hm-round-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.hm-cases-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 36px;
}

.hm-case-card {
  border-radius: 20px;
  padding: 32px;
}

.hm-case-card--dark {
  background: linear-gradient(160deg, #1a3570, #2a519f);
  color: #fff;
}

.hm-case-card--light {
  background: #fff;
  border: 1px solid #e2e8f5;
}

.hm-case-label {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.hm-case-card--dark .hm-case-label {
  color: #8fb4ff;
}

.hm-case-card--light .hm-case-label {
  color: #1d4ed8;
}

.hm-case-metrics {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.hm-case-metric-label {
  font-size: 13px;
  font-weight: 700;
}

.hm-case-card--dark .hm-case-metric-label {
  color: #aebde3;
}

.hm-case-card--light .hm-case-metric-label {
  color: #5b6478;
}

.hm-case-metric-value {
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.hm-case-card--light .hm-case-metric-value {
  color: #0a1733;
}

.hm-case-metric-value .hm-good {
  color: #4ade80;
}

.hm-case-card--light .hm-case-metric-value .hm-good {
  color: #15803d;
}

.hm-case-card p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.6;
}

.hm-case-card--dark p {
  color: #c8d6f5;
}

.hm-case-card--light p {
  color: #5b6478;
}

.hm-carousel-viewport {
  overflow: hidden;
  margin: 0 -6px;
  padding: 6px;
}

.hm-carousel-track {
  display: flex;
  gap: 24px;
  transition: transform 0.45s cubic-bezier(0.22, 0.8, 0.3, 1);
}

.hm-testimonial-card {
  flex: none;
  width: 368px;
  background: #fff;
  border: 1px solid #e2e8f5;
  border-radius: 18px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: 0 12px 32px rgba(10, 23, 51, 0.06);
}

.hm-testimonial-card blockquote {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: #3a4462;
  font-style: italic;
  flex: 1;
}

.hm-testimonial-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #eef2fa;
  padding-top: 16px;
}

.hm-testimonial-footer strong {
  display: block;
  font-weight: 800;
  font-size: 14.5px;
  color: #0a1733;
}

.hm-testimonial-footer span {
  font-size: 12.5px;
  color: #5b6478;
}

.hm-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.hm-carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  border: none;
  background: #cbd5ec;
  cursor: pointer;
  padding: 0;
  transition:
    background 0.3s,
    width 0.3s;
}

.hm-carousel-dot.is-active {
  width: 22px;
  background: #1d4ed8;
}

/* ── Blog ────────────────────────────────────────────── */

.hm-blog-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.hm-blog-head h2 {
  margin: 0;
}

.hm-blog-head a {
  font-weight: 800;
  font-size: 15px;
  white-space: nowrap;
}

.hm-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.hm-blog-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e2e8f5;
  border-radius: 18px;
  overflow: hidden;
  color: inherit;
}

.hm-blog-card:hover {
  box-shadow: 0 18px 40px rgba(10, 23, 51, 0.1);
  color: inherit;
}

.hm-blog-card-cover {
  height: 190px;
  position: relative;
  overflow: hidden;
}

.hm-blog-card-cover-ring {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  top: -60px;
  right: -40px;
}

.hm-blog-card-cover-bars {
  position: absolute;
  left: 20px;
  bottom: 18px;
  display: flex;
  gap: 5px;
  align-items: flex-end;
  height: 34px;
}

.hm-blog-card-cover-bars span {
  width: 8px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 3px 3px 0 0;
}

.hm-blog-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.hm-blog-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #8a93ac;
}

.hm-blog-tag {
  background: #eaf1fe;
  color: #1d4ed8;
  padding: 4px 10px;
  border-radius: 100px;
}

.hm-blog-card-title {
  font-weight: 800;
  font-size: 17px;
  line-height: 1.4;
  color: #0a1733;
  text-wrap: pretty;
}

.hm-blog-card-lead {
  font-size: 13.5px;
  line-height: 1.6;
  color: #5b6478;
  flex: 1;
}

.hm-blog-card-cta {
  font-weight: 800;
  font-size: 14px;
  color: #1d4ed8;
}

/* ── Lead magnet ─────────────────────────────────────── */

.hm-leadmagnet {
  background: linear-gradient(160deg, #1a3570, #2a519f);
}

.hm-leadmagnet-inner {
  padding: 72px 32px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
}

.hm-leadmagnet-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8fb4ff;
  margin-bottom: 12px;
}

.hm-leadmagnet h2 {
  color: #fff;
  font-size: 34px;
}

.hm-leadmagnet-desc {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.65;
  color: #aebde3;
}

.hm-leadmagnet-facts {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #c8d6f5;
  font-weight: 700;
}

.hm-leadmagnet-facts span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hm-leadmagnet-facts .hm-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4ade80;
}

.hm-leadmagnet-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  padding: 30px;
}

.hm-leadmagnet-card-title {
  font-weight: 800;
  font-size: 16px;
  color: #fff;
  margin-bottom: 6px;
}

.hm-leadmagnet-card p {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.55;
  color: #aebde3;
}

.hm-stack-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hm-stack-form input[type="email"] {
  padding: 13px 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-family: inherit;
  font-size: 14px;
}

.hm-stack-form input[type="email"]::placeholder {
  color: #aebde3;
}

.hm-stack-form button {
  padding: 13px;
  border-radius: 10px;
  border: none;
  background: #fff;
  color: #1a3570;
  font-family: inherit;
  font-weight: 800;
  font-size: 14.5px;
  cursor: pointer;
}

.hm-stack-form button:hover {
  background: #eaf1fe;
}

.hm-stack-form-consent {
  font-size: 11px;
  line-height: 1.5;
  color: #7e8db4;
}

.hm-leadmagnet-sent {
  text-align: center;
  padding: 20px 0;
}

.hm-leadmagnet-sent-check {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(74, 222, 128, 0.18);
  color: #4ade80;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  margin: 0 auto 14px;
}

.hm-leadmagnet-sent-title {
  font-weight: 800;
  font-size: 16px;
  color: #fff;
  margin-bottom: 6px;
}

.hm-leadmagnet-sent p {
  font-size: 13.5px;
  line-height: 1.55;
  color: #aebde3;
}

.hm-leadmagnet-sent a {
  color: #8fb4ff;
  font-weight: 800;
}

/* ── Bezpieczeństwo ──────────────────────────────────── */

.hm-security {
  border-top: 1px solid #e2e8f5;
}

.hm-security-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.hm-security-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hm-security-tag {
  font-size: 13px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 100px;
  border: 1px solid #e2e8f5;
  color: #3a4462;
}

.hm-security-tag--accent {
  border-color: #cbdcfb;
  background: #eaf1fe;
  color: #1d4ed8;
}

.hm-security-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.hm-security-card {
  background: #f4f7fd;
  border: 1px solid #e2e8f5;
  border-radius: 14px;
  padding: 20px;
}

.hm-security-card strong {
  display: block;
  font-weight: 800;
  font-size: 15px;
  color: #0a1733;
  margin-bottom: 6px;
}

.hm-security-card span {
  font-size: 13.5px;
  line-height: 1.55;
  color: #5b6478;
}

/* ── FAQ ─────────────────────────────────────────────── */

.hm-faq-section {
  background: #f4f7fd;
  border-top: 1px solid #e2e8f5;
}

.hm-faq-shell {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 32px;
}

.hm-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hm-faq-item {
  background: #fff;
  border: 1px solid #e2e8f5;
  border-radius: 14px;
  overflow: hidden;
}

.hm-faq-question {
  width: 100%;
  text-align: left;
  padding: 20px 24px;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 15.5px;
  font-weight: 700;
  color: #0a1733;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.hm-faq-icon {
  flex: none;
  color: #1d4ed8;
  font-size: 18px;
}

.hm-faq-answer {
  padding: 0 24px 22px;
  font-size: 14.5px;
  line-height: 1.65;
  color: #5b6478;
}

.hm-faq-answer[hidden] {
  display: none;
}

/* ── Kontakt ─────────────────────────────────────────── */

.hm-contact {
  border-top: 1px solid #e2e8f5;
}

.hm-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
}

.hm-contact-methods {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hm-contact-method {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 15px;
  color: #0a1733;
}

.hm-contact-method-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #eaf1fe;
  color: #1d4ed8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.hm-contact-form {
  background: #f4f7fd;
  border: 1px solid #e2e8f5;
  border-radius: 20px;
  padding: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.hm-contact-form input,
.hm-contact-form textarea {
  padding: 13px 16px;
  border-radius: 10px;
  border: 1px solid #cbd5ec;
  font-family: inherit;
  font-size: 14.5px;
  background: #fff;
}

.hm-contact-form textarea {
  resize: vertical;
}

.hm-span-2 {
  grid-column: span 2;
}

.hm-contact-form button {
  padding: 14px;
  border-radius: 10px;
  border: none;
  background: #1d4ed8;
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  font-family: inherit;
  cursor: pointer;
}

.hm-form-error {
  color: #b91c1c;
  font-size: 13.5px;
  font-weight: 600;
}

.hm-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.hm-contact-form button:hover {
  background: #1741b8;
}

.hm-contact-consent {
  font-size: 12px;
  color: #8a93ac;
  line-height: 1.5;
}

.hm-contact-success {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14.5px;
  font-weight: 800;
  color: #15803d;
  background: #dcfce7;
  border-radius: 12px;
  padding: 16px 18px;
}

/* ── CTA final ───────────────────────────────────────── */

.hm-cta-final {
  background: linear-gradient(160deg, #1a3570, #2a519f);
  position: relative;
  overflow: hidden;
}

.hm-cta-final-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(143, 180, 255, 0.14);
}

.hm-cta-final-ring--1 {
  width: 900px;
  height: 900px;
}

.hm-cta-final-ring--2 {
  width: 640px;
  height: 640px;
  border-color: rgba(143, 180, 255, 0.2);
}

.hm-cta-final-ring--3 {
  width: 400px;
  height: 400px;
  border-color: rgba(143, 180, 255, 0.26);
}

.hm-cta-final-inner {
  padding: 80px 32px;
  text-align: center;
  position: relative;
}

.hm-cta-final h2 {
  margin: 0 auto 16px;
  color: #fff;
  max-width: 720px;
  font-size: 44px;
}

.hm-cta-final p {
  margin: 0 auto 30px;
  font-size: 16.5px;
  line-height: 1.6;
  color: #aebde3;
  max-width: 600px;
}

.hm-cta-final-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.hm-cta-final-note {
  font-size: 13.5px;
  color: #7e8db4;
  font-weight: 600;
}

/* ── Footer ──────────────────────────────────────────── */

.hm-footer {
  background: #152c60;
  color: #9fb1d9;
}

.hm-footer-inner {
  padding: 64px 32px 32px;
}

.hm-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hm-footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.hm-footer-brand span.hm-logo-text {
  color: #fff;
  font-size: 18px;
}

.hm-footer-lead {
  margin: 0 0 18px;
  font-size: 13.5px;
  line-height: 1.65;
  max-width: 300px;
}

.hm-footer-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.hm-footer-tag {
  font-size: 11px;
  font-weight: 700;
  padding: 5px 11px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #aebde3;
}

.hm-footer-col {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.hm-footer-col-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 4px;
}

.hm-footer-col a {
  color: #9fb1d9;
  font-size: 13.5px;
}

.hm-footer-col a:hover {
  color: #fff;
}

.hm-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 26px;
  font-size: 12.5px;
}

.hm-footer-legal {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.hm-footer-legal a {
  color: #9fb1d9;
}

.hm-footer-legal a:hover {
  color: #fff;
}

/* ── Mobile sticky CTA ───────────────────────────────── */

.hm-mobile-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 65;
  background: #fff;
  border-top: 1px solid #e2e8f5;
  box-shadow: 0 -8px 24px rgba(10, 23, 51, 0.1);
  padding: 10px 16px;
  gap: 10px;
  align-items: center;
}

.hm-mobile-cta a {
  flex: 1;
  text-align: center;
  padding: 14px;
  border-radius: 11px;
  font-weight: 800;
  font-size: 15px;
}

.hm-mobile-cta .hm-btn--primary {
  color: #fff;
}

.hm-mobile-cta .hm-btn--outline {
  border: 1.5px solid #cbd5ec;
  color: #0a1733;
}

/* ── Exit-intent modal ───────────────────────────────── */

.hm-exit-backdrop {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(10, 23, 51, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.hm-exit-backdrop[hidden] {
  display: none;
}

.hm-exit-modal {
  max-width: 480px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 36px;
  position: relative;
  box-shadow: 0 40px 80px rgba(10, 23, 51, 0.35);
  text-align: left;
}

.hm-exit-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e2e8f5;
  background: #fff;
  color: #5b6478;
  font-size: 16px;
  cursor: pointer;
  font-family: inherit;
}

.hm-exit-close:hover {
  border-color: #1d4ed8;
  color: #1d4ed8;
}

.hm-exit-eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1d4ed8;
  margin-bottom: 10px;
}

.hm-exit-title {
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0a1733;
  margin-bottom: 10px;
  text-wrap: pretty;
}

.hm-exit-modal p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.6;
  color: #5b6478;
}

.hm-exit-modal .hm-inline-form input[type="email"] {
  border: 1px solid #cbd5ec;
  background: #fff;
  color: #0a1733;
  padding: 12px 15px;
}

.hm-exit-modal .hm-inline-form input[type="email"]::placeholder {
  color: #8a93ac;
}

.hm-exit-modal .hm-inline-form button {
  background: #1d4ed8;
  padding: 12px 18px;
}

.hm-exit-modal .hm-inline-form button:hover {
  background: #1741b8;
}

.hm-exit-modal .hm-lead-sent {
  color: #15803d;
  font-size: 14.5px;
}

.hm-exit-modal .hm-lead-sent-check {
  background: #dcfce7;
  color: #15803d;
}

/* ── Cookie banner ───────────────────────────────────── */

.hm-cookie-banner {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 80;
  max-width: 420px;
  background: #fff;
  border: 1px solid #e2e8f5;
  border-radius: 16px;
  box-shadow: 0 24px 56px rgba(10, 23, 51, 0.22);
  padding: 22px;
}

.hm-cookie-banner[hidden] {
  display: none;
}

.hm-cookie-title {
  font-weight: 800;
  font-size: 15px;
  color: #0a1733;
  margin-bottom: 8px;
}

.hm-cookie-banner p {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.55;
  color: #5b6478;
}

.hm-cookie-actions {
  display: flex;
  gap: 10px;
}

.hm-cookie-actions button {
  flex: 1;
  padding: 12px;
  border-radius: 10px;
  font-family: inherit;
  font-weight: 800;
  font-size: 13.5px;
  cursor: pointer;
}

.hm-cookie-accept {
  border: none;
  background: #1d4ed8;
  color: #fff;
}

.hm-cookie-accept:hover {
  background: #1741b8;
}

.hm-cookie-necessary {
  border: 1px solid #cbd5ec;
  background: #fff;
  color: #0a1733;
}

.hm-cookie-necessary:hover {
  border-color: #1d4ed8;
}

/* ── Reveal animation ────────────────────────────────── */

.hm-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 0.8, 0.3, 1);
}

.hm-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Responsive ──────────────────────────────────────── */

@media (max-width: 920px) {
  .hm-hero-inner,
  .hm-dlakogo-grid,
  .hm-dlakogo-panel,
  .hm-rej-card,
  .hm-manager-card,
  .hm-voicebot-grid,
  .hm-calc-grid,
  .hm-pricing-grid,
  .hm-cases-grid,
  .hm-security-grid,
  .hm-contact-grid,
  .hm-leadmagnet-inner {
    grid-template-columns: 1fr !important;
  }

  .hm-stats-grid,
  .hm-feature-cards,
  .hm-blog-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .hm-status-cols,
  .hm-locations-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .hm-primary-nav,
  .hm-mega {
    display: none !important;
  }

  .hm-mobile-toggle {
    display: flex !important;
  }

  .hm-mobile-cta {
    display: flex !important;
  }

  .hm-hero h1 {
    font-size: 38px !important;
  }

  .hm-hero-float {
    display: none;
  }

  body.hm-page {
    padding-bottom: 76px;
  }

  /* Mobile sticky CTA bar occupies the bottom edge — lift the cookie banner
     above it so both stay fully visible and clickable. */
  .hm-cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 92px;
    max-width: none;
  }
}

@media (max-width: 640px) {
  .hm-stats-grid,
  .hm-feature-cards,
  .hm-blog-grid,
  .hm-footer-grid,
  .hm-status-cols,
  .hm-locations-grid,
  .hm-mega-inner--product,
  .hm-mega-inner--audience {
    grid-template-columns: 1fr !important;
  }

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

  .hm-span-2 {
    grid-column: span 1;
  }

  .hm-hero h1 {
    font-size: 32px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hm-ticker,
  .hm-hero-float {
    animation: none !important;
  }

  .hm-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
