/* ====== HERO ====== */
.hero {
  position: relative;
  padding: 60px 0 100px;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(circle at 8% 20%, #f5d0fe55 0%, transparent 35%),
    radial-gradient(circle at 92% 30%, #ddd6fe66 0%, transparent 40%),
    radial-gradient(circle at 50% 90%, #fbcfe855 0%, transparent 45%),
    linear-gradient(180deg, #ffffff, #faf6ff);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px;
  align-items: center;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px;
  background: #fff;
  border: 1px solid #f0e6ff;
  border-radius: 999px;
  font-size: 12px; font-weight: 600;
  color: var(--purple-2);
  box-shadow: var(--shadow-sm);
  margin-bottom: 20px;
}
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--pink); }

h1.hero-h {
  font-size: 40px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 22px;
}
h1.hero-h .em {
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
h1.hero-h .marker {
  background: linear-gradient(transparent 60%, #fde68a99 60%);
  padding: 0 4px;
}
.hero-sub {
  font-size: 15px;
  color: var(--ink-2);
  margin-bottom: 32px;
  max-width: 520px;
}
.hero-cta { display: flex; gap: 12px; margin-bottom: 36px; flex-wrap: wrap; }

.trust-row {
  display: flex; gap: 24px;
  padding-top: 24px;
  border-top: 1px dashed #e9dffb;
}
.trust-item { text-align: center; }
.trust-item .laurel {
  font-size: 10px; color: var(--purple-2); font-weight: 600; letter-spacing: 0.1em;
  display: flex; align-items: center; gap: 6px; justify-content: center;
}
.trust-item .num {
  font-size: 26px; font-weight: 800; letter-spacing: -0.02em; margin-top: 2px;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.trust-item .lbl { font-size: 10px; color: var(--ink-3); }
.trust-note { font-size: 10px; color: var(--ink-3); margin-top: 14px; }

/* Hero visual */
.hero-visual { position: relative; height: 560px; }
.hero-scene {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #fce7f3 0%, #ede9fe 50%, #fef3c7 100%);
  border-radius: 32px;
  overflow: hidden;
}
.hero-scene::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 20%, #ffffff88 0%, transparent 30%),
    radial-gradient(circle at 80% 80%, #ffffff66 0%, transparent 35%);
}
.scene-label {
  position: absolute; top: 18px; left: 18px;
  font-family: ui-monospace, "SF Mono", monospace;
  font-size: 10px; color: #00000055;
  letter-spacing: 0.05em;
}

/* Tablet mockup */
.tablet {
  position: absolute;
  top: 40px; left: 30px;
  width: 320px; height: 430px;
  background: #1a1530;
  border-radius: 22px;
  padding: 10px;
  box-shadow: var(--shadow-lg);
  transform: rotate(-2deg);
}
.tablet-screen {
  width: 100%; height: 100%;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  display: flex; flex-direction: column;
}
.tab-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 12px;
  border-bottom: 1px solid #f0edf7;
}
.tab-logo { display: flex; align-items: center; gap: 6px; font-weight: 800; font-size: 11px; }
.tab-logo .m {
  width: 16px; height: 16px; border-radius: 5px;
  background: var(--grad); display: grid; place-items: center;
}
.tab-title { font-size: 11px; color: var(--ink-2); font-weight: 600; }
.tab-body { display: flex; flex: 1; }
.tab-side {
  width: 64px; background: #faf8ff; padding: 8px 6px;
  display: flex; flex-direction: column; gap: 4px;
  border-right: 1px solid #f0edf7;
}
.side-item {
  font-size: 8px; padding: 6px 4px; border-radius: 6px;
  display: flex; align-items: center; gap: 4px;
  color: var(--ink-3);
}
.side-item.active { background: #fff; color: var(--purple-2); font-weight: 700; box-shadow: var(--shadow-sm); }
.side-dot { width: 4px; height: 4px; border-radius: 50%; background: currentColor; opacity: 0.6; }
.tab-main { flex: 1; padding: 10px; }
.stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 8px; }
.stat-card {
  background: linear-gradient(135deg, #faf6ff, #fff);
  border: 1px solid #f0edf7;
  border-radius: 8px;
  padding: 8px;
}
.stat-card .l { font-size: 7px; color: var(--ink-3); }
.stat-card .n { font-size: 16px; font-weight: 800; color: var(--ink); }
.stat-card .n .u { font-size: 8px; font-weight: 500; color: var(--ink-2); margin-left: 2px; }
.stat-card .delta { font-size: 7px; color: #10b981; font-weight: 600; }
.compliance {
  background: linear-gradient(135deg, #ecfdf5, #d1fae5);
  border-radius: 8px;
  padding: 8px;
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 8px;
}
.compliance .l { font-size: 7px; color: var(--ink-2); }
.compliance .v { font-size: 11px; font-weight: 800; color: #047857; }
.chart {
  height: 80px;
  display: flex; align-items: flex-end; gap: 4px;
  padding: 6px 0 0;
  border-top: 1px dashed #f0edf7;
}
.bar { flex: 1; background: var(--grad); border-radius: 3px 3px 0 0; }

/* Phone mockup */
.phone {
  position: absolute;
  right: 6px; bottom: 30px;
  width: 180px; height: 360px;
  background: #1a1530;
  border-radius: 30px;
  padding: 6px;
  box-shadow: var(--shadow-lg);
  transform: rotate(3deg);
}
.phone-screen {
  width: 100%; height: 100%;
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  display: flex; flex-direction: column;
}
.phone-notch {
  position: absolute; top: 8px; left: 50%; transform: translateX(-50%);
  width: 60px; height: 16px; background: #1a1530; border-radius: 999px; z-index: 2;
}
.ph-head {
  background: linear-gradient(135deg, #f3e8ff, #fce7f3);
  padding: 28px 14px 14px;
  text-align: center;
}
.ph-avatar {
  width: 52px; height: 52px;
  border-radius: 50%;
  margin: 0 auto 6px;
  background: linear-gradient(135deg, #fbbf24, #f472b6);
  display: grid; place-items: center;
  color: #fff;
  font-weight: 800; font-size: 18px;
  border: 3px solid #fff;
}
.ph-name { font-size: 11px; font-weight: 700; }
.ph-meta { font-size: 8px; color: var(--ink-3); margin-top: 2px; }
.ph-body { padding: 10px; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.ph-row {
  background: #faf8ff;
  border-radius: 8px;
  padding: 7px 9px;
  display: flex; justify-content: space-between; align-items: center;
}
.ph-row .k { font-size: 8px; color: var(--ink-3); }
.ph-row .v { font-size: 9px; font-weight: 600; }
.ph-row.ok .v { color: #047857; }
.ph-btn {
  margin-top: auto;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--grad);
  align-self: flex-end;
  display: grid; place-items: center;
  color: #fff;
  box-shadow: 0 6px 14px rgba(236, 72, 153, 0.3);
}

/* Floating badges */
.badge {
  position: absolute;
  width: 88px; height: 88px;
  background: #fff;
  border-radius: 50%;
  display: grid; place-items: center;
  text-align: center;
  box-shadow: var(--shadow-lg);
  font-size: 11px; font-weight: 800;
  border: 3px solid #fff;
}
.badge-1 { top: 30px; right: 24px; }
.badge-1 .inner {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #ddd6fe, #f3e8ff);
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--purple-2);
  line-height: 1.2;
}
.badge .ttl { font-size: 9px; color: var(--ink-3); display: block; font-weight: 600; }
.badge .big { font-size: 14px; display: block; margin-top: 2px; }

/* Sparkles */
.sparkle { position: absolute; pointer-events: none; }
.sparkle svg { width: 100%; height: 100%; }
