/* ─────────────────────────────────────────────────────────
   Hero E — Modern centered hero with floating cards
   Inspired by Dime / Zentry references
   ───────────────────────────────────────────────────────── */

[data-hero="e"] .hero-d { display: none; }
[data-hero="d"] .hero-e,
[data-hero="d"] .he-pillars,
[data-hero="d"] .he-photo { display: none; }

:root {
  --he-bg: #EFEEEA;
  --he-bg-2: #F5F4F0;
  --he-card: #FFFFFF;
  --he-coral: #FF5A36;
  --he-coral-2: #FF8A6E;
  --he-coral-soft: #FFEDE7;
  --he-ink: #0E1018;
  --he-ink-2: #1A1D27;
  --he-ink-soft: #6B6E78;
  --he-muted: #BFBCB4;
  --he-rule: rgba(14,16,24,0.08);
  --he-shadow-card: 0 18px 50px -12px rgba(14,16,24,0.18), 0 2px 6px rgba(14,16,24,0.04);
  --he-shadow-card-soft: 0 12px 32px -10px rgba(14,16,24,0.10), 0 1px 3px rgba(14,16,24,0.03);
}

/* ─── HERO ─────────────────────────────────────────────── */

.hero-e {
  position: relative;
  padding: 24px 0 48px;
  overflow: hidden;
  isolation: isolate;
  background: var(--he-bg) !important;
}
body[data-modern="true"] .hero-e { background: var(--he-bg) !important; }

/* Modern layered background: grid + ambient mesh */
.hero-e::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 50% at 12% 20%, rgba(255,90,54,0.10), transparent 60%),
    radial-gradient(ellipse 50% 50% at 88% 22%, rgba(199,168,255,0.16), transparent 60%),
    radial-gradient(ellipse 70% 50% at 50% 100%, rgba(107,211,197,0.10), transparent 65%);
}
.hero-e::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(14,16,24,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14,16,24,0.045) 1px, transparent 1px),
    linear-gradient(rgba(14,16,24,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14,16,24,0.08) 1px, transparent 1px);
  background-size: 28px 28px, 28px 28px, 140px 140px, 140px 140px;
  background-position: 0 0;
  mask-image: radial-gradient(ellipse 72% 65% at 50% 50%, black 25%, transparent 85%);
  -webkit-mask-image: radial-gradient(ellipse 72% 65% at 50% 50%, black 25%, transparent 85%);
  animation: heGridDrift 22s linear infinite;
}
@keyframes heGridDrift {
  from { background-position: 0 0, 0 0, 0 0, 0 0; }
  to   { background-position: 28px 28px, 28px 28px, 140px 140px, 140px 140px; }
}

.hero-e .he-wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 56px);
  position: relative;
}

.hero-e .he-canvas {
  position: relative;
  z-index: 1;
  min-height: 540px;
  display: grid;
  place-items: center;
}

/* Background curves connecting cards through the headline area */
.hero-e .he-curves {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: visible;
}
.hero-e .he-curves path {
  fill: none;
  stroke: rgba(14,16,24,0.22);
  stroke-width: 1.2;
  stroke-dasharray: 3 6;
  stroke-linecap: round;
}
.hero-e .he-curves .flow {
  stroke: var(--he-coral);
  stroke-width: 1.4;
  stroke-dasharray: 3 8;
  stroke-opacity: 0.55;
  animation: heDashFlow 2.4s linear infinite;
}
@keyframes heDashFlow {
  to { stroke-dashoffset: -22; }
}
.hero-e .he-curves .node {
  fill: var(--he-coral);
  animation: heNodePulse 2.2s ease-in-out infinite;
}
@keyframes heNodePulse {
  0%, 100% { r: 3; opacity: 1; }
  50%      { r: 4.5; opacity: 0.7; }
}

/* Center content */
.hero-e .he-center {
  position: relative;
  z-index: 3;
  max-width: 720px;
  text-align: center;
  padding: 8px 0 16px;
  pointer-events: none;
  animation: heFadeIn 0.7s 0.05s both ease-out;
}
.hero-e .he-center > * { pointer-events: auto; }

.hero-e .he-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 16px 6px 6px;
  background: var(--he-card);
  border: 1px solid var(--he-rule);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--he-ink);
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(14,16,24,0.04);
}
.hero-e .he-pill .new {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  background: var(--he-ink);
  color: white;
  border-radius: 999px;
  font-size: 10px;
}
.hero-e .he-pill .plus { color: var(--he-coral); font-size: 13px; }

.hero-e h1.he-headline {
  margin: 18px auto 14px;
  max-width: 600px;
  font-family: var(--font-display);
  font-size: clamp(34px, 3.8vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 500;
  color: var(--he-ink);
}
.hero-e h1.he-headline .soft {
  color: var(--he-muted);
  font-weight: 500;
}

.hero-e .he-sub {
  margin: 0 auto 20px;
  max-width: 560px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--he-ink-soft);
}

.hero-e .he-cta-row {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-e .he-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.25s ease;
  cursor: pointer;
}
.hero-e .he-btn-primary {
  background: var(--he-coral);
  color: white;
  box-shadow: 0 10px 30px -6px color-mix(in srgb, var(--he-coral) 55%, transparent);
}
.hero-e .he-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 40px -6px color-mix(in srgb, var(--he-coral) 70%, transparent);
}
.hero-e .he-btn-ghost {
  background: var(--he-card);
  color: var(--he-ink);
  border-color: var(--he-rule);
}
.hero-e .he-btn-ghost:hover { background: #FFFFFF; border-color: rgba(14,16,24,0.18); }
.hero-e .he-btn .arr { font-size: 14px; transition: transform 0.25s ease; }
.hero-e .he-btn:hover .arr { transform: translateX(3px); }

.hero-e .he-trust-inline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px 8px 8px;
  border-radius: 999px;
  background: transparent;
}
.hero-e .he-avatars { display: flex; }
.hero-e .he-avatars .av {
  width: 32px; height: 32px;
  border-radius: 999px;
  border: 2px solid var(--he-bg);
  margin-left: -10px;
  background: linear-gradient(135deg, #c7c2ff, #9aa6b8);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-size: 10.5px; font-weight: 600; letter-spacing: 0.02em;
  color: rgba(255,255,255,0.95);
  text-shadow: 0 1px 1px rgba(14,16,24,0.25);
}
.hero-e .he-avatars .av:first-child { margin-left: 0; }
.hero-e .he-avatars .av:nth-child(2) { background: linear-gradient(135deg, #ffd0c2, #e5a48a); }
.hero-e .he-avatars .av:nth-child(3) { background: linear-gradient(135deg, #bfe8d3, #6ec4a3); }
.hero-e .he-avatars .av:nth-child(4) { background: linear-gradient(135deg, #ffe1a9, #f0b860); }
.hero-e .he-trust-text { font-size: 13px; color: var(--he-ink-soft); line-height: 1.35; text-align: left; }
.hero-e .he-trust-text b { color: var(--he-ink); font-weight: 600; }
.hero-e .he-trust-text .stars { color: var(--he-coral); letter-spacing: 1px; font-size: 11px; }

.hero-e .he-checks {
  margin-top: 18px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  font-size: 13px;
  color: var(--he-ink-soft);
}
.hero-e .he-checks .item { display: inline-flex; align-items: center; gap: 8px; }
.hero-e .he-checks .ck {
  width: 18px; height: 18px; border-radius: 999px;
  background: var(--he-coral); color: white;
  display: grid; place-items: center;
  font-size: 11px; line-height: 1;
}
.hero-e .he-checks b { color: var(--he-ink); font-weight: 600; }

/* ─── Floating cards ───────────────────────────────────── */

.hero-e .card {
  position: absolute;
  z-index: 2;
  background: var(--he-card);
  border-radius: 22px;
  padding: 18px 20px;
  box-shadow: var(--he-shadow-card);
  border: 1px solid rgba(14,16,24,0.04);
}

/* TOP LEFT — Bookings today stat */
.hero-e .card-bookings {
  top: 10px; left: 0;
  width: 210px;
}
.hero-e .card-bookings .lbl {
  font-family: var(--font-mono);
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--he-ink-soft);
}
.hero-e .card-bookings .row { display: flex; align-items: baseline; justify-content: space-between; margin-top: 6px; }
.hero-e .card-bookings .v { font-family: var(--font-display); font-size: 30px; font-weight: 500; color: var(--he-ink); letter-spacing: -0.02em; }
.hero-e .card-bookings .delta { font-family: var(--font-mono); font-size: 11px; color: var(--he-coral); font-weight: 500; }
.hero-e .card-bookings .spark {
  margin-top: 10px;
  height: 32px;
  background:
    linear-gradient(180deg, transparent 60%, color-mix(in srgb, var(--he-coral) 14%, transparent)),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 30' preserveAspectRatio='none'><polyline fill='none' stroke='%23FF5A36' stroke-width='1.6' points='0,24 12,20 22,22 32,16 42,18 52,11 62,14 72,7 82,10 92,4 100,5'/></svg>") center/100% 100% no-repeat;
  border-radius: 6px;
}

/* TOP RIGHT — Active customers */
.hero-e .card-users {
  top: 10px; right: 0;
  width: 220px;
}
.hero-e .card-users .head { display: flex; align-items: center; justify-content: space-between; }
.hero-e .card-users .lbl {
  font-family: var(--font-mono);
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--he-ink-soft);
}
.hero-e .card-users .view {
  padding: 4px 12px; border: 1px solid var(--he-rule); border-radius: 999px;
  font-size: 11px; color: var(--he-ink); background: transparent;
  font-family: var(--font-mono); letter-spacing: 0.04em;
}
.hero-e .card-users .v { font-family: var(--font-display); font-size: 30px; font-weight: 500; color: var(--he-ink); letter-spacing: -0.02em; margin-top: 2px; }
.hero-e .card-users .avs { display: flex; margin-top: 10px; }
.hero-e .card-users .avs .a {
  width: 30px; height: 30px; border-radius: 999px;
  border: 2px solid #fff; margin-left: -8px;
  background: linear-gradient(135deg, #c7c2ff, #9aa6b8);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-size: 10px; font-weight: 600;
  color: rgba(255,255,255,0.95);
  text-shadow: 0 1px 1px rgba(14,16,24,0.25);
}
.hero-e .card-users .avs .a:first-child { margin-left: 0; }
.hero-e .card-users .avs .a:nth-child(2) { background: linear-gradient(135deg, #ffd0c2, #e5a48a); }
.hero-e .card-users .avs .a:nth-child(3) { background: linear-gradient(135deg, #bfe8d3, #6ec4a3); }
.hero-e .card-users .avs .a:nth-child(4) { background: linear-gradient(135deg, #ffe1a9, #f0b860); }

/* BOTTOM LEFT — Schedule mini calendar */
.hero-e .card-schedule {
  bottom: 10px; left: 0;
  width: 260px;
}
.hero-e .card-schedule .head { display: flex; align-items: flex-start; justify-content: space-between; }
.hero-e .card-schedule .h1 { font-family: var(--font-display); font-size: 15px; font-weight: 500; color: var(--he-ink); }
.hero-e .card-schedule .h2 { font-size: 11px; color: var(--he-ink-soft); margin-top: 2px; }
.hero-e .card-schedule .month {
  font-family: var(--font-mono); font-size: 11px;
  padding: 4px 10px; border: 1px solid var(--he-rule); border-radius: 999px;
  color: var(--he-ink-soft);
}
.hero-e .card-schedule .days {
  margin-top: 14px;
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px;
  border-bottom: 1px solid var(--he-rule); padding-bottom: 10px;
}
.hero-e .card-schedule .day {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  padding: 4px 0;
}
.hero-e .card-schedule .day .n {
  width: 28px; height: 28px; border-radius: 999px;
  display: grid; place-items: center;
  font-family: var(--font-display); font-size: 13px; font-weight: 500; color: var(--he-ink);
  background: #F4F4F2;
}
.hero-e .card-schedule .day.sel .n { background: var(--he-coral); color: white; }
.hero-e .card-schedule .day .d { font-size: 10px; color: var(--he-ink-soft); }
.hero-e .card-schedule .day.sel .d { color: var(--he-coral); font-weight: 600; }
.hero-e .card-schedule .meet-lbl {
  font-family: var(--font-mono); font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--he-ink-soft); margin-top: 12px;
}
.hero-e .card-schedule .meet {
  margin-top: 8px;
  display: flex; align-items: center; gap: 10px;
}
.hero-e .card-schedule .meet .ico {
  width: 28px; height: 28px; border-radius: 999px;
  background: #22A06B; color: white; display: grid; place-items: center;
  font-size: 12px;
}
.hero-e .card-schedule .meet .nm { font-family: var(--font-display); font-size: 13px; font-weight: 500; color: var(--he-ink); }
.hero-e .card-schedule .meet .by { font-size: 11px; color: var(--he-ink-soft); }

/* BOTTOM RIGHT — Utilization donut */
.hero-e .card-donut {
  bottom: 10px; right: 0;
  width: 240px;
}
.hero-e .card-donut .donut {
  margin: 4px auto 14px;
  width: 140px; height: 140px;
  border-radius: 999px;
  background:
    conic-gradient(
      var(--he-coral) 0deg 90deg,
      #C7A8FF 90deg 144deg,
      #6BD3C5 144deg 198deg,
      #F4F4F2 198deg 360deg
    );
  display: grid; place-items: center;
  position: relative;
}
.hero-e .card-donut .donut::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 999px;
  background: white;
}
.hero-e .card-donut .donut-inner {
  position: relative; z-index: 1;
  text-align: center;
}
.hero-e .card-donut .donut-inner .num { font-family: var(--font-display); font-size: 22px; font-weight: 500; color: var(--he-ink); letter-spacing: -0.02em; line-height: 1; }
.hero-e .card-donut .donut-inner .ttl { font-family: var(--font-mono); font-size: 9px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--he-ink-soft); margin-top: 4px; }
.hero-e .card-donut .legend { display: flex; flex-direction: column; gap: 6px; }
.hero-e .card-donut .legend .li { display: flex; align-items: center; justify-content: space-between; font-size: 11px; color: var(--he-ink); font-family: var(--font-body); }
.hero-e .card-donut .legend .li .l { display: flex; align-items: center; gap: 8px; color: var(--he-ink-soft); }
.hero-e .card-donut .legend .li .dot { width: 8px; height: 8px; border-radius: 999px; }
.hero-e .card-donut .legend .li .pct { font-family: var(--font-mono); color: var(--he-ink); font-weight: 500; }

/* Center pill that the bottom cards' curves point to */
.hero-e .he-center-pill {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 2;
  padding: 10px 26px;
  background: var(--he-coral);
  color: white;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 14px; font-weight: 500; letter-spacing: -0.01em;
  border: 2px dashed rgba(255,255,255,0.4);
  outline: 6px solid var(--he-bg);
  box-shadow: 0 12px 30px -6px color-mix(in srgb, var(--he-coral) 50%, transparent);
  text-decoration: none;
}

/* ─── Pillars section (3-card row, Zentry-style) ────────── */
.he-pillars {
  background: var(--he-bg);
  padding: 60px 0 100px;
}
.he-pillars .wrap {
  max-width: 1440px; margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 56px);
}
.he-pillars .head {
  text-align: center; max-width: 720px; margin: 0 auto 56px;
}
.he-pillars .head h2 {
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: var(--he-ink);
  margin: 0 0 16px;
}
.he-pillars .head h2 em {
  font-family: var(--font-display-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--he-coral);
}
.he-pillars .head p { color: var(--he-ink-soft); font-size: 16px; line-height: 1.55; }

.he-pillars .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.he-pillar {
  background: var(--he-card);
  border-radius: 22px;
  padding: 28px 28px 24px;
  border: 1px solid var(--he-rule);
  box-shadow: var(--he-shadow-card-soft);
  display: flex; flex-direction: column; gap: 20px;
}
.he-pillar h3 {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 500; letter-spacing: -0.02em;
  color: var(--he-ink); margin: 0;
}
.he-pillar .mock {
  background: var(--he-bg-2);
  border-radius: 16px;
  padding: 16px;
  min-height: 180px;
  display: flex; flex-direction: column; gap: 8px;
  border: 1px solid var(--he-rule);
}
.he-pillar .mock .row {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px;
  background: white;
  border-radius: 12px;
  border: 1px solid var(--he-rule);
  font-size: 12px;
  font-family: var(--font-body);
  color: var(--he-ink);
}
.he-pillar .mock .row.sel {
  border-color: var(--he-coral);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--he-coral) 14%, transparent);
}
.he-pillar .mock .ico {
  width: 24px; height: 24px; border-radius: 8px;
  background: var(--he-coral-soft); color: var(--he-coral);
  display: grid; place-items: center; font-size: 13px;
}
.he-pillar .mock .row .meta { margin-left: auto; font-family: var(--font-mono); font-size: 11px; color: var(--he-ink-soft); }
.he-pillar p { color: var(--he-ink-soft); font-size: 14px; line-height: 1.55; margin: 0; }
.he-pillar .learn {
  margin-top: auto;
  align-self: flex-start;
  padding: 10px 22px;
  border-radius: 999px;
  background: #F4F4F2;
  border: 1px solid var(--he-rule);
  font-family: var(--font-body);
  font-size: 13px; font-weight: 500;
  color: var(--he-ink);
  text-decoration: none;
}
.he-pillar .learn:hover { background: var(--he-ink); color: white; border-color: var(--he-ink); }

/* ─── Photo + cards section (Zentry "Built for every team") ─── */
.he-photo {
  background: var(--he-bg);
  padding: 40px 0 120px;
}
.he-photo .wrap {
  max-width: 1440px; margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 56px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
}
.he-photo .image {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  max-height: 580px;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(135deg, #2a2620 0%, #1a1815 100%),
    repeating-linear-gradient(45deg, #2A2620 0 14px, #221E18 14px 28px);
  box-shadow: var(--he-shadow-card);
}
.he-photo .image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,0.08), transparent 50%),
    radial-gradient(circle at 75% 70%, rgba(255,90,54,0.18), transparent 55%);
}
.he-photo .image .corner {
  position: absolute;
  top: 18px; left: 18px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  padding: 6px 10px;
  border-radius: 999px;
}
.he-photo .image .placeholder-label {
  position: absolute;
  inset: auto 0 0 0;
  padding: 14px 20px;
  color: rgba(255,255,255,0.65);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}
.he-photo .image .float-card {
  position: absolute;
  background: white;
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: var(--he-shadow-card);
  display: flex; align-items: center; gap: 12px;
}
.he-photo .image .float-card.invite {
  top: 28px; right: -24px;
  width: 240px;
}
.he-photo .image .float-card .ico-sq {
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--he-coral-soft); color: var(--he-coral);
  display: grid; place-items: center; font-size: 14px;
}
.he-photo .image .float-card .ti { font-family: var(--font-display); font-size: 13px; font-weight: 500; color: var(--he-ink); }
.he-photo .image .float-card .sub { font-size: 11px; color: var(--he-ink-soft); }
.he-photo .image .float-card.live {
  bottom: 32px; left: -30px;
  width: 260px;
  background: var(--he-ink);
  color: white;
}
.he-photo .image .float-card.live .dot {
  width: 10px; height: 10px; border-radius: 999px;
  background: #22A06B; box-shadow: 0 0 0 4px rgba(34,160,107,0.25);
}
.he-photo .image .float-card.live .ti { color: white; }
.he-photo .image .float-card.live .sub { color: rgba(255,255,255,0.6); }

.he-photo .text .eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px;
  background: var(--he-coral-soft);
  color: var(--he-coral);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em;
  font-weight: 500;
}
.he-photo .text h2 {
  margin: 22px 0 18px;
  font-family: var(--font-display);
  font-size: clamp(36px, 4.5vw, 60px);
  line-height: 1.05; letter-spacing: -0.03em; font-weight: 500;
  color: var(--he-ink);
}
.he-photo .text h2 em {
  font-family: var(--font-display-serif); font-style: italic; font-weight: 400; color: var(--he-coral);
}
.he-photo .text p {
  color: var(--he-ink-soft); font-size: 16px; line-height: 1.6;
  max-width: 480px; margin: 0 0 28px;
}
.he-photo .text .features { display: flex; flex-direction: column; gap: 14px; margin-bottom: 32px; }
.he-photo .text .feat { display: flex; gap: 14px; align-items: flex-start; }
.he-photo .text .feat .num {
  flex: 0 0 32px;
  width: 32px; height: 32px; border-radius: 999px;
  background: var(--he-ink); color: white;
  display: grid; place-items: center;
  font-family: var(--font-display); font-size: 13px; font-weight: 500;
}
.he-photo .text .feat .ti { font-family: var(--font-display); font-size: 17px; font-weight: 500; color: var(--he-ink); }
.he-photo .text .feat .desc { font-size: 14px; color: var(--he-ink-soft); margin-top: 2px; max-width: 420px; }

/* ─── Responsive ───────────────────────────────────────── */
@media (max-width: 1280px) and (min-width: 1201px) {
  .hero-e .card-bookings { width: 200px; }
  .hero-e .card-users { width: 210px; }
  .hero-e .card-schedule { width: 250px; }
  .hero-e .card-donut { width: 230px; }
  .hero-e h1.he-headline { max-width: 520px; }
}
@media (max-width: 1200px) {
  .hero-e .he-canvas {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    place-items: stretch;
  }
  .hero-e .card { position: relative; top: auto; bottom: auto; left: auto; right: auto; width: 100%; }
  .hero-e .he-curves, .hero-e .he-center-pill { display: none; }
  .hero-e .he-center { grid-column: 1 / -1; padding: 24px 0 16px; max-width: 100%; order: -1; }
  .he-pillars .grid { grid-template-columns: 1fr; }
  .he-photo .wrap { grid-template-columns: 1fr; gap: 60px; }
  .he-photo .image { max-width: 520px; margin: 0 auto; }
  .he-photo .image .float-card.invite { right: -8px; }
  .he-photo .image .float-card.live { left: -8px; }
}
@media (max-width: 540px) {
  .hero-e .he-canvas { grid-template-columns: 1fr; }
}


/* ─── Widget animations ─────────────────────────────────── */

@keyframes heFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes heFloatIn {
  0%   { opacity: 0; transform: translateY(16px) scale(0.96); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes heFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-6px); }
}
@keyframes heFloatAlt {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}
@keyframes heSparkDraw {
  from { clip-path: inset(0 100% 0 0); }
  to   { clip-path: inset(0 0 0 0); }
}
@keyframes heSparkPulse {
  0%, 70%, 100% { opacity: 1; }
  35%           { opacity: 0.65; }
}
@keyframes heCount {
  /* used via CSS var for the bookings count */
}
@keyframes hePulseDot {
  0%, 100% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--he-coral) 35%, transparent); }
  60%      { box-shadow: 0 0 0 8px transparent; }
}
@keyframes heDayPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 color-mix(in srgb, var(--he-coral) 30%, transparent); }
  50%      { transform: scale(1.06); box-shadow: 0 0 0 6px transparent; }
}
@keyframes heDonutSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@keyframes heAvatarPop {
  from { transform: translateY(6px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
@keyframes heTickerBar {
  0%   { transform: scaleX(0); transform-origin: left; }
  100% { transform: scaleX(1); transform-origin: left; }
}

/* Card entrance + idle float */
.hero-e .card { animation: heFloatIn 0.6s both ease-out; }
.hero-e .card-bookings { animation-delay: 0.15s; }
.hero-e .card-users    { animation-delay: 0.25s; }
.hero-e .card-schedule { animation-delay: 0.35s; }
.hero-e .card-donut    { animation-delay: 0.45s; }

/* Subtle idle drift (paused on hover) */
@media (prefers-reduced-motion: no-preference) {
  .hero-e .card-bookings::after,
  .hero-e .card-users::after,
  .hero-e .card-schedule::after,
  .hero-e .card-donut::after { content: ""; display: none; }
  .hero-e .card-bookings { animation: heFloatIn 0.6s 0.15s both ease-out, heFloat 6s 0.8s ease-in-out infinite; }
  .hero-e .card-users    { animation: heFloatIn 0.6s 0.25s both ease-out, heFloatAlt 7s 1.2s ease-in-out infinite; }
  .hero-e .card-schedule { animation: heFloatIn 0.6s 0.35s both ease-out, heFloatAlt 7.5s 1.0s ease-in-out infinite; }
  .hero-e .card-donut    { animation: heFloatIn 0.6s 0.45s both ease-out, heFloat 6.5s 1.4s ease-in-out infinite; }
}
.hero-e .card:hover { animation-play-state: paused; transform: translateY(-2px); transition: transform 0.25s ease; }

/* Sparkline draw on load + subtle continuous pulse */
.hero-e .card-bookings .spark {
  animation: heSparkDraw 1.6s 0.8s both cubic-bezier(.2,.7,.2,1), heSparkPulse 4s 2.5s ease-in-out infinite;
}

/* Bookings counter — animated via JS (data-target) */
.hero-e .card-bookings .v { transition: color 0.3s; }

/* Active customers — avatars pop in stagger */
.hero-e .card-users .avs .a { animation: heAvatarPop 0.5s both ease-out; }
.hero-e .card-users .avs .a:nth-child(1) { animation-delay: 0.55s; }
.hero-e .card-users .avs .a:nth-child(2) { animation-delay: 0.65s; }
.hero-e .card-users .avs .a:nth-child(3) { animation-delay: 0.75s; }
.hero-e .card-users .avs .a:nth-child(4) { animation-delay: 0.85s; }

/* Schedule selected-day pulse */
.hero-e .card-schedule .day.sel .n {
  animation: heDayPulse 2.6s 1.2s ease-in-out infinite;
}

/* Donut — fade-rotate-in then idle */
.hero-e .card-donut .donut {
  animation: heDonutIn 1.2s 0.8s both cubic-bezier(.2,.7,.2,1);
}
@keyframes heDonutIn {
  from { transform: rotate(-90deg) scale(0.85); opacity: 0; }
  to   { transform: rotate(0deg) scale(1); opacity: 1; }
}

/* Donut legend bars — fade in stagger */
.hero-e .card-donut .legend .li { animation: heFadeIn 0.5s both ease-out; }
.hero-e .card-donut .legend .li:nth-child(1) { animation-delay: 1.4s; }
.hero-e .card-donut .legend .li:nth-child(2) { animation-delay: 1.55s; }
.hero-e .card-donut .legend .li:nth-child(3) { animation-delay: 1.7s; }

/* Center pill — gentle breathe */
.hero-e .he-center-pill { animation: heFloatIn 0.7s 0.7s both ease-out, heCenterBreathe 3.5s 1.4s ease-in-out infinite; }
@keyframes heCenterBreathe {
  0%, 100% { box-shadow: 0 12px 30px -6px color-mix(in srgb, var(--he-coral) 50%, transparent), 0 0 0 0 color-mix(in srgb, var(--he-coral) 30%, transparent); }
  50%      { box-shadow: 0 12px 30px -6px color-mix(in srgb, var(--he-coral) 50%, transparent), 0 0 0 10px transparent; }
}

/* Curves draw subtly on load */
.hero-e .he-curves path { opacity: 0; animation: heFadeIn 0.8s 0.6s both ease-out; }
.hero-e .he-curves .flow { animation: heFadeIn 0.8s 0.6s both ease-out, heDashFlow 2.4s 1.2s linear infinite; }

@media (prefers-reduced-motion: reduce) {
  .hero-e *,
  .hero-e *::before,
  .hero-e *::after { animation: none !important; transition: none !important; }
}
