/* REWA Connect Startseite */

:root {
  --hm-ink: #0c161f;
  --hm-deep: #0a1723;
  --hm-deep2: #12293c;
  --hm-lime: #b0cb1f;
  --hm-lime-soft: rgba(176, 203, 31, .14);
  --hm-lime-dark: #92aa16;
  --hm-paper: #f4f7f8;
  --hm-card: #ffffff;
  --hm-line: #dfe5e9;
  --hm-muted: #5f6d79;
  --hm-r: 14px;
}

.hm-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.hm-reveal.hm-in { opacity: 1; transform: none; }
.hm-reveal.hm-instant { transition: none; }
.hm-d1 { transition-delay: .08s; }
.hm-d2 { transition-delay: .16s; }
.hm-d3 { transition-delay: .24s; }

.hm-hero {
  position: relative;
  background: radial-gradient(1200px 600px at 75% -10%, #1c4258 0%, var(--hm-deep2) 45%, var(--hm-deep) 100%);
  color: #fff;
  overflow: hidden;
  padding: 92px 0 104px;
}
.hm-hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .55; }
.hm-hero .container { position: relative; z-index: 2; }
.hm-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hm-hero-grid > *, .hm-platform > *, .hm-mob > * { min-width: 0; }

.hm-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(176,203,31,.12);
  border: 1px solid rgba(176,203,31,.35);
  color: var(--hm-lime);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 30px;
  margin-bottom: 22px;
}
.hm-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--hm-lime);
  box-shadow: 0 0 10px var(--hm-lime);
}
.hm-hero h1 {
  font-size: clamp(2.2rem, 4.7vw, 3.7rem);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.5px;
  margin-bottom: 20px;
}
.hm-hero-business h1 { font-size: clamp(1.72rem, 3vw, 2.45rem); max-width: 760px; line-height: 1.12; }
.hm-hero-business h1 .hm-accent { font-size: clamp(2rem, 3.45vw, 2.85rem); line-height: 1.08; max-width: 760px; }
.hm-hero-business .hm-claim { font-size: clamp(.98rem, 1.35vw, 1.12rem); }
.hm-hero-business .hm-hero-actions { flex-wrap: nowrap; gap: 12px; }
.hm-hero-business .hm-btn { padding: 13px 20px; white-space: nowrap; }
.hm-hero h1 .hm-accent { color: var(--hm-lime); display: block; }
.hm-claim {
  font-size: clamp(1.03rem, 1.7vw, 1.24rem);
  font-weight: 700;
  color: #f0f0e6;
  border-left: 3px solid var(--hm-lime);
  padding-left: 16px;
  margin-bottom: 16px;
  line-height: 1.55;
  max-width: 650px;
}
.hm-hero-copy {
  color: #c9d1d7;
  font-size: 15.5px;
  line-height: 1.75;
  max-width: 640px;
  margin-bottom: 28px;
}
.hm-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.hm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 9px;
  font-weight: 800;
  font-size: 14.5px;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}
.hm-btn-lime { background: var(--hm-lime); color: var(--hm-ink); box-shadow: 0 10px 26px rgba(176,203,31,.3); }
.hm-btn-lime:hover { background: #c3df26; transform: translateY(-2px); box-shadow: 0 14px 32px rgba(176,203,31,.4); }
.hm-btn-ghost { border: 1.5px solid rgba(255,255,255,.35); color: #fff; }
.hm-btn-ghost:hover { border-color: var(--hm-lime); color: var(--hm-lime); transform: translateY(-2px); }
.hm-btn-dark { background: var(--hm-deep); color: #fff; }
.hm-btn-dark:hover { background: #191813; transform: translateY(-2px); }
.hm-btn-white { background: #fff; color: var(--hm-ink); }
.hm-btn-white:hover { background: #f2f2ea; transform: translateY(-2px); }
.hm-hero-facts { display: flex; gap: 22px; flex-wrap: wrap; font-size: 13px; color: #d9d8cd; }
.hm-hero-facts span::before { content: "✓"; color: var(--hm-lime); font-weight: 900; margin-right: 7px; }

.hm-orbit-visual { position: relative; min-height: 500px; }
.hm-orbit-lines { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.hm-core {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 128px;
  height: 128px;
  border-radius: 50%;
  z-index: 2;
  background: radial-gradient(circle at 35% 30%, #1c4258, var(--hm-deep));
  border: 2px solid rgba(176,203,31,.55);
  box-shadow: 0 0 0 14px rgba(176,203,31,.07), 0 0 60px rgba(176,203,31,.25), 0 26px 60px rgba(0,0,0,.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm-core img { width: 66%; height: auto; }
.hm-core::after {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  border: 1.5px solid rgba(176,203,31,.35);
  animation: hm-pulse 3s ease-in-out infinite;
}
.hm-node {
  position: absolute;
  z-index: 3;
  display: flex;
  gap: 11px;
  align-items: center;
  background: rgba(13,31,46,.74);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 13px;
  padding: 12px 15px;
  box-shadow: 0 18px 40px rgba(0,0,0,.4);
  max-width: 235px;
}
.hm-node .ico {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(176,203,31,.16);
  border: 1px solid rgba(176,203,31,.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}
.hm-node b { display: block; color: #fff; font-size: 13.5px; font-weight: 800; line-height: 1.2; }
.hm-node span { display: block; color: #9fb2c0; font-size: 11.5px; line-height: 1.35; margin-top: 2px; }
.hm-node.float { animation: hm-float 6s ease-in-out infinite; }
.hm-node.float.f2 { animation-delay: -2s; }
.hm-node.float.f3 { animation-delay: -4s; }
.hm-n1 { left: 0; top: 2%; }
.hm-n2 { right: 0; top: 12%; }
.hm-n3 { left: -3%; top: 42%; }
.hm-n4 { right: -2%; top: 50%; }
.hm-n5 { left: 8%; bottom: 4%; }
.hm-n6 { right: 6%; bottom: 0; }

.hm-sec { padding: 90px 0; }
.hm-sec.white { background: #fff; }
.hm-sec.paper, .hm-audience { background: var(--hm-paper); }
.hm-sec.dark { background: linear-gradient(170deg, var(--hm-deep2) 0%, var(--hm-deep) 100%); color: #fff; }
.hm-head { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.hm-head.left { text-align: left; margin: 0 0 40px; }
.hm-eyebrow {
  display: inline-block;
  color: var(--hm-lime-dark);
  background: var(--hm-lime-soft);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 6px 15px;
  border-radius: 30px;
  margin-bottom: 16px;
}
.hm-sec.dark .hm-eyebrow { color: var(--hm-lime); background: rgba(176,203,31,.12); border: 1px solid rgba(176,203,31,.3); }
.hm-head h2, .hm-platform-text h2 {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 900;
  color: var(--hm-deep2);
  letter-spacing: -.3px;
  line-height: 1.18;
  margin-bottom: 14px;
}
.hm-sec.dark .hm-head h2 { color: #fff; }
.hm-head p, .hm-platform-text p { color: var(--hm-muted); font-size: 15px; line-height: 1.75; }

.hm-info-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.hm-info {
  position: relative;
  background: #fff;
  border: 1px solid var(--hm-line);
  border-radius: 10px;
  padding: 26px 24px 24px;
  min-height: 218px;
  box-shadow: 0 16px 34px rgba(13,31,46,.05);
  overflow: hidden;
}
.hm-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 4px;
  background: var(--hm-lime);
}
.hm-info span { display: none; }
.hm-info small,
.hm-module small {
  display: block;
  color: var(--hm-lime-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.hm-info h3 { color: var(--hm-deep2); font-size: 17px; font-weight: 900; margin-bottom: 10px; line-height: 1.28; }
.hm-info p { color: var(--hm-muted); font-size: 13.5px; line-height: 1.65; }

.hm-path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.hm-path {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  background: #fff;
  border: 1.5px solid var(--hm-line);
  border-radius: var(--hm-r);
  padding: 30px;
  color: var(--hm-deep2);
  box-shadow: 0 16px 36px rgba(13,31,46,.06);
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.hm-path::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: var(--hm-lime);
}
.hm-path:hover { transform: translateY(-5px); border-color: var(--hm-lime); box-shadow: 0 22px 46px rgba(13,31,46,.11); }
.hm-path-verein { border-color: rgba(176,203,31,.5); }
.hm-path-top { display: flex; gap: 18px; align-items: flex-start; margin-bottom: 18px; }
.hm-path-label {
  display: block;
  color: var(--hm-lime-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.hm-path h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.2; font-weight: 900; }
.hm-path p { color: var(--hm-muted); line-height: 1.7; margin-bottom: 22px; }
.hm-chip-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: auto; margin-bottom: 24px; }
.hm-chip-list span {
  background: #f4f7f8;
  border: 1px solid var(--hm-line);
  color: var(--hm-deep2);
  border-radius: 30px;
  padding: 8px 13px;
  font-size: 12.5px;
  font-weight: 800;
}
.hm-path strong { color: var(--hm-lime-dark); font-size: 14px; }

.hm-platform { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; align-items: center; }
.hm-platform-reverse { grid-template-columns: 1.05fr .95fr; }
.hm-firm-focus { background: var(--hm-paper); }
.hm-platform-text p { margin-bottom: 16px; }
.hm-check-list { list-style: none; padding: 0; margin-top: 24px; display: grid; gap: 11px; }
.hm-check-list li { display: flex; gap: 11px; align-items: center; color: var(--hm-deep2); font-weight: 700; }
.hm-check-list span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--hm-lime);
  color: var(--hm-ink);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 900;
  font-size: 12px;
}

.hm-savings {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.hm-savings div {
  background: #fff;
  border: 1px solid var(--hm-line);
  border-radius: 14px;
  padding: 24px;
  min-height: 150px;
  box-shadow: 0 16px 34px rgba(13,31,46,.06);
}
.hm-savings b { display: block; color: var(--hm-deep2); font-size: 16px; font-weight: 900; margin-bottom: 8px; line-height: 1.3; }
.hm-savings span { display: block; color: var(--hm-muted); font-size: 13px; line-height: 1.6; }
.hm-center-action { display: flex; justify-content: center; margin-top: 34px; }

.hm-process-card {
  background: #fff;
  border: 1px solid var(--hm-line);
  border-radius: 12px;
  box-shadow: 0 20px 44px rgba(13,31,46,.08);
  overflow: hidden;
}
.hm-process-visual { display: block; width: 100%; height: auto; padding: 18px 20px 8px; background: linear-gradient(180deg, #ffffff 0%, #f7fafb 100%); border-bottom: 1px solid var(--hm-line); }
.hm-process-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 22px;
  align-items: center;
  padding: 22px 26px;
  border-bottom: 1px solid var(--hm-line);
}
.hm-process-row:last-child { border-bottom: none; }
.hm-process-row b {
  color: var(--hm-deep2);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .8px;
}
.hm-process-row span { color: var(--hm-muted); font-size: 14px; line-height: 1.55; }

.hm-industry-sec { background: #f4f7f8; }
.hm-industry-card {
  background: #fff;
  border: 1px solid var(--hm-line);
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(13,31,46,.07);
  overflow: hidden;
}
.hm-industry-flow { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--hm-line); }
.hm-industry-flow div {
  background: #fff;
  padding: 24px;
  min-height: 160px;
}
.hm-industry-flow small {
  display: block;
  color: var(--hm-lime-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.hm-industry-flow b { display: block; color: var(--hm-deep2); font-size: 18px; font-weight: 900; margin-bottom: 8px; }
.hm-industry-flow span { display: block; color: var(--hm-muted); font-size: 13px; line-height: 1.6; }
.hm-industry-card > p {
  margin: 0;
  padding: 22px 24px;
  color: var(--hm-deep2);
  background: rgba(176,203,31,.12);
  border-top: 1px solid rgba(176,203,31,.28);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}

.hm-dashboard {
  background: #0a141d;
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 34px 70px rgba(13,31,46,.22);
}
.hm-dashboard-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  background: #0f1e2b;
  border-radius: 10px 10px 0 0;
  padding: 11px 13px;
}
.hm-dashboard-bar i { width: 8px; height: 8px; border-radius: 50%; background: #3a5266; }
.hm-dashboard-bar i:first-child { background: var(--hm-lime); }
.hm-dashboard-bar b { margin-left: 8px; color: #a6b8c6; font-size: 11px; font-weight: 800; letter-spacing: .4px; }
.hm-dashboard-body { display: grid; grid-template-columns: 132px 1fr; min-height: 330px; background: var(--hm-paper); border-radius: 0 0 10px 10px; overflow: hidden; }
.hm-dashboard aside { background: #142839; padding: 16px 12px; display: flex; flex-direction: column; gap: 9px; }
.hm-dashboard aside span {
  color: #b4c2cd;
  font-size: 12px;
  font-weight: 800;
  border-radius: 8px;
  padding: 9px 10px;
}
.hm-dashboard aside .on { background: var(--hm-lime); color: var(--hm-ink); }
.hm-dashboard main { padding: 18px; display: flex; flex-direction: column; gap: 14px; }
.hm-dashboard-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.hm-dashboard-kpis div, .hm-mini-card {
  background: #fff;
  border: 1px solid var(--hm-line);
  border-radius: 10px;
  padding: 14px;
}
.hm-dashboard-kpis b { display: block; color: var(--hm-deep2); font-size: 24px; font-weight: 900; line-height: 1; }
.hm-dashboard-kpis span { color: var(--hm-muted); font-size: 10.5px; font-weight: 800; text-transform: uppercase; }
.hm-dashboard-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; flex: 1; }
.hm-mini-card.wide { grid-column: span 2; }
.hm-mini-card strong { display: block; color: var(--hm-deep2); font-size: 13px; margin-bottom: 14px; }
.hm-mini-card u { display: block; height: 8px; width: 78%; background: #dfe5e9; border-radius: 5px; margin-top: 8px; text-decoration: none; }
.hm-mini-card u.short { width: 54%; }
.hm-mini-card em { display: inline-block; width: 42%; height: 44px; border-radius: 8px; background: linear-gradient(180deg, var(--hm-lime), rgba(176,203,31,.25)); margin-right: 8px; vertical-align: bottom; }

.hm-module-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.hm-module-grid-six { grid-template-columns: repeat(3, 1fr); }
.hm-module {
  background: var(--hm-card);
  border: 1px solid var(--hm-line);
  border-radius: 14px;
  padding: 24px 20px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.hm-module:hover { transform: translateY(-4px); border-color: var(--hm-lime); box-shadow: 0 16px 34px rgba(13,31,46,.09); }
.hm-module span {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--hm-lime-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 14px;
}
.hm-module-grid-plain .hm-module span { display: none; }
.hm-module-grid-plain .hm-module {
  border-radius: 10px;
  padding-top: 26px;
}
.hm-module h3 { font-size: 15px; font-weight: 900; color: var(--hm-deep2); margin-bottom: 7px; }
.hm-module p { font-size: 13px; color: var(--hm-muted); line-height: 1.6; }

.hm-mob { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.hm-mob-visual { display: flex; justify-content: center; position: relative; }
.hm-mob-glow { position: absolute; width: 340px; height: 340px; border-radius: 50%; background: radial-gradient(circle, rgba(176,203,31,.28) 0%, transparent 65%); z-index: 1; }
.hm-mob-phone {
  width: 240px;
  background: #0a141d;
  border-radius: 36px;
  padding: 12px;
  box-shadow: 0 34px 70px rgba(0,0,0,.5);
  position: relative;
  z-index: 2;
}
.hm-mob-notch { width: 66px; height: 7px; background: rgba(255,255,255,.14); border-radius: 4px; margin: 2px auto 10px; }
.hm-mob-screen { background: var(--hm-paper); border-radius: 26px; padding: 13px; display: flex; flex-direction: column; gap: 10px; min-height: 400px; }
.hm-phone-head { background: var(--hm-deep); color: #fff; font-size: 10px; font-weight: 800; border-radius: 9px; padding: 10px 11px; display: flex; align-items: center; gap: 6px; }
.hm-phone-head::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--hm-lime); }
.hm-phone-card { background: #fff; border: 1px solid var(--hm-line); border-radius: 10px; padding: 11px; }
.hm-phone-card u { display: block; height: 7px; border-radius: 4px; background: #dddcd2; text-decoration: none; margin-bottom: 6px; }
.hm-phone-card u.w6 { width: 62%; }
.hm-phone-card u.w4 { width: 40%; margin-bottom: 0; }
.hm-phone-pics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 8px; }
.hm-phone-pics i { aspect-ratio: 1; border-radius: 6px; background: linear-gradient(135deg, var(--hm-lime), #dfe6b8); }
.hm-phone-pics i.add { background: #f0f0ea; border: 1px dashed #ccc; display: flex; align-items: center; justify-content: center; color: #999; font-style: normal; font-size: 13px; }
.hm-phone-btn { margin-top: auto; background: var(--hm-lime); color: var(--hm-ink); font-size: 12px; font-weight: 900; text-align: center; border-radius: 8px; padding: 11px; }
.hm-mob-text p { color: #c9c8bd; font-size: 15px; line-height: 1.8; margin-bottom: 16px; }
.hm-mob-list { list-style: none; margin: 22px 0 28px; display: flex; flex-direction: column; gap: 12px; padding: 0; }
.hm-mob-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; color: #e6e6df; }
.hm-mob-list .chk {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--hm-lime);
  color: var(--hm-ink);
  font-weight: 900;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.hm-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.hm-trust {
  background: #fff;
  border: 1px solid var(--hm-line);
  border-radius: 14px;
  padding: 24px;
  min-height: 142px;
}
.hm-trust b { display: block; color: var(--hm-deep2); font-size: 15px; margin-bottom: 8px; }
.hm-trust span { color: var(--hm-muted); font-size: 13px; line-height: 1.6; }

.hm-security {
  position: relative;
  overflow: hidden;
  background: radial-gradient(900px 480px at 35% 35%, #17354b 0%, var(--hm-deep2) 38%, var(--hm-deep) 100%);
  color: #fff;
  padding: 96px 0 108px;
}
.hm-security::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 16px;
  background: var(--hm-lime);
}
.hm-security-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 74px;
  align-items: center;
}
.hm-security-visual { display: flex; justify-content: center; }
.hm-shield-wrap {
  position: relative;
  width: min(100%, 500px);
  filter: drop-shadow(0 28px 60px rgba(0,0,0,.34));
}
.hm-shield { display: block; width: 100%; height: auto; overflow: visible; }
.hm-shield-original { max-width: 470px; margin: 0 auto; }
.hm-shield-bg { fill: rgba(176,203,31,.13); }
.hm-shield-outline,
.hm-shield-line {
  fill: none;
  stroke: var(--hm-lime);
  stroke-width: 5;
  stroke-linejoin: round;
}
.hm-shield-line { opacity: .9; }
.hm-lock {
  fill: var(--hm-lime);
  transform-origin: center;
  animation: hm-lock-float 3.6s ease-in-out infinite;
}
.hm-scan { animation: hm-scan 3.4s ease-in-out infinite; }
.hm-net-pulse { animation: hm-pulse 3s ease-in-out infinite; transform-origin: center; transform-box: fill-box; }
.hm-shield-title {
  fill: var(--hm-lime);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.hm-shield-sub {
  fill: rgba(255,255,255,.78);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.hm-security-dot {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--hm-lime);
  box-shadow: 0 0 0 8px rgba(176,203,31,.13);
  animation: hm-security-pulse 2.8s ease-in-out infinite;
}
.hm-sd1 { left: 3%; top: 36%; }
.hm-sd2 { right: 3%; top: 36%; animation-delay: -.7s; }
.hm-sd3 { left: 34%; bottom: 2%; animation-delay: -1.3s; }
.hm-sd4 { right: 34%; bottom: 2%; animation-delay: -1.9s; }
.hm-security-line {
  position: absolute;
  height: 2px;
  background: rgba(176,203,31,.42);
  transform-origin: left center;
}
.hm-sl1 { width: 62px; left: 5%; top: 38%; transform: rotate(-38deg); }
.hm-sl2 { width: 62px; right: -8%; top: 38%; transform: rotate(38deg); }
.hm-sl3 { width: 170px; left: 28%; bottom: 7%; transform: rotate(-27deg); }
.hm-security-content .hm-eyebrow {
  color: var(--hm-lime);
  background: rgba(176,203,31,.12);
  border: 1px solid rgba(176,203,31,.35);
}
.hm-security-content h2 {
  font-size: clamp(2rem, 4.2vw, 3.45rem);
  line-height: 1.12;
  font-weight: 900;
  margin-bottom: 24px;
  color: #fff;
}
.hm-security-content p {
  color: #d6dee4;
  font-size: 16px;
  line-height: 1.8;
  max-width: 760px;
  margin-bottom: 32px;
}
.hm-security-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 38px;
  margin-bottom: 34px;
}
.hm-security-list span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #eef2f4;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}
.hm-security-list span::before {
  content: "✓";
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: 1.5px solid rgba(176,203,31,.55);
  background: rgba(176,203,31,.12);
  color: var(--hm-lime);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 900;
}
.hm-security-content strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.55;
  max-width: 760px;
}

.hm-cta {
  background: var(--hm-lime);
  padding: 76px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hm-cta h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 900; color: var(--hm-ink); letter-spacing: -.3px; margin-bottom: 12px; }
.hm-cta p { color: #4a4a35; font-size: 15.5px; max-width: 560px; margin: 0 auto 30px; }
.hm-cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

@keyframes hm-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes hm-pulse { 0%, 100% { opacity: .35; } 50% { opacity: 1; } }
@keyframes hm-lock-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes hm-security-pulse { 0%, 100% { opacity: .55; transform: scale(.92); } 50% { opacity: 1; transform: scale(1.08); } }
@keyframes hm-scan { 0%, 100% { transform: translateY(0); opacity: 0; } 15% { opacity: 1; } 50% { transform: translateY(150px); opacity: 1; } 85% { opacity: 0; } }

@media (prefers-reduced-motion: reduce) {
  .hm-reveal { opacity: 1; transform: none; transition: none; }
  .hm-node.float, .hm-core::after, .hm-lock, .hm-security-dot, .hm-scan, .hm-net-pulse { animation: none !important; }
}

@media (max-width: 1040px) {
  .hm-info-grid, .hm-module-grid, .hm-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .hm-dashboard-body { grid-template-columns: 110px 1fr; }
}

@media (max-width: 880px) {
  .hm-hero { padding: 64px 0 76px; }
  .hm-hero-grid, .hm-platform, .hm-platform-reverse, .hm-mob, .hm-path-grid, .hm-security-grid { grid-template-columns: 1fr; gap: 42px; }
  .hm-orbit-visual { min-height: 0; margin-top: 8px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .hm-orbit-lines, .hm-core { display: none; }
  .hm-node { position: static; max-width: none; }
  .hm-node.float { animation: none; }
  .hm-sec { padding: 68px 0; }
  .hm-security { padding: 72px 0 86px; }
  .hm-security-visual { order: 2; }
  .hm-mob-visual { order: 2; }
  .hm-hero-business .hm-hero-actions { flex-wrap: wrap; }
}

@media (max-width: 620px) {
  .hm-hero h1 { font-size: clamp(1.9rem, 10vw, 2.5rem); }
  .hm-hero-actions, .hm-cta-actions { flex-direction: column; }
  .hm-btn { width: 100%; }
  .hm-orbit-visual, .hm-info-grid, .hm-module-grid, .hm-trust-grid, .hm-dashboard-kpis, .hm-dashboard-grid, .hm-savings { grid-template-columns: 1fr; }
  .hm-security-list { grid-template-columns: 1fr; gap: 14px; }
  .hm-security-content h2 { font-size: clamp(2rem, 11vw, 2.75rem); }
  .hm-mini-card.wide { grid-column: auto; }
  .hm-dashboard-body { grid-template-columns: 1fr; }
  .hm-dashboard aside { display: none; }
  .hm-path { min-height: 0; padding: 24px; }
  .hm-path-top { flex-direction: column; }
  .hm-process-row { grid-template-columns: 1fr; gap: 6px; padding: 20px; }
  .hm-industry-flow { grid-template-columns: 1fr; }
}
