/* ================================================
   Kovive360 — Design tokens & base
================================================ */
:root {
  /* Brand */
  --blue-700: #0F1FB8;
  --blue-600: #1B30F7;
  --blue-500: #3A4DFF;
  --blue-50:  #EEF0FF;
  --blue-25:  #F6F7FF;

  /* Ink + neutrals */
  --ink-900: #0A0E2A;
  --ink-700: #1F2547;
  --ink-500: #4A507A;
  --ink-400: #6E749A;
  --ink-300: #9CA1BE;
  --line:    #E6E8F2;
  --line-2:  #EFF1F8;
  --bg:      #FFFFFF;
  --bg-soft: #FAFBFE;

  /* Accent (warm signal) */
  --accent: oklch(74% 0.14 65);     /* warm amber */
  --accent-ink: oklch(45% 0.14 65);

  /* Status */
  --ok:  oklch(68% 0.14 155);

  /* Radii / shadows */
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --r-xl: 28px;
  --shadow-sm: 0 1px 2px rgba(10,14,42,.06), 0 2px 6px rgba(10,14,42,.04);
  --shadow-md: 0 6px 18px rgba(10,14,42,.08), 0 2px 6px rgba(10,14,42,.04);
  --shadow-lg: 0 24px 60px -12px rgba(15,31,184,.22), 0 8px 24px rgba(10,14,42,.08);

  /* Type */
  --font-display: "Manrope", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-body);
  color: var(--ink-900);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "ss01", "cv11";
  line-height: 1.55;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

/* Layout */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
}
section { position: relative; }

/* Type */
h1, h2, h3, h4 { font-family: var(--font-display); margin: 0; letter-spacing: -0.02em; color: var(--ink-900); }
h1 { font-weight: 700; font-size: clamp(40px, 5.6vw, 68px); line-height: 1.04; letter-spacing: -0.035em; }
h2 { font-weight: 700; font-size: clamp(30px, 3.6vw, 46px); line-height: 1.08; letter-spacing: -0.03em; }
h3 { font-weight: 700; font-size: 22px; line-height: 1.25; }
h4 { font-weight: 600; font-size: 17px; line-height: 1.3; }
p  { margin: 0; color: var(--ink-500); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body);
  font-size: 13px; font-weight: 600;
  color: var(--blue-600);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background: var(--blue-50);
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #DCE0FF;
}
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--blue-600); }

.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head .eyebrow { margin-bottom: 18px; }
.section-head p { margin-top: 16px; font-size: 18px; color: var(--ink-500); text-wrap: pretty; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 50px;
  padding: 0 22px;
  border-radius: 12px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.005em;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--blue-600);
  color: #fff;
  box-shadow: 0 1px 0 rgba(255,255,255,.2) inset, 0 6px 18px -6px rgba(27,48,247,.55);
}
.btn-primary:hover { background: var(--blue-700); transform: translateY(-1px); box-shadow: 0 10px 28px -6px rgba(27,48,247,.6); }
.btn-secondary {
  background: #fff;
  color: var(--ink-900);
  border: 1px solid var(--line);
}
.btn-secondary:hover { border-color: var(--ink-900); transform: translateY(-1px); }
.btn-ghost {
  background: transparent; color: var(--ink-900);
}
.btn-ghost:hover { color: var(--blue-600); }
.btn-on-blue {
  background: #fff; color: var(--blue-700);
}
.btn-on-blue:hover { background: var(--blue-50); }
.btn-on-blue-outline {
  background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.35);
}
.btn-on-blue-outline:hover { border-color: #fff; background: rgba(255,255,255,.06); }
.btn-sm { height: 40px; padding: 0 16px; font-size: 14px; border-radius: 10px; }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
.reveal.delay-1 { transition-delay: .08s; }
.reveal.delay-2 { transition-delay: .16s; }
.reveal.delay-3 { transition-delay: .24s; }

/* Striped placeholder */
.placeholder {
  background:
    repeating-linear-gradient(135deg, rgba(27,48,247,.06) 0 8px, rgba(27,48,247,.02) 8px 16px),
    var(--blue-25);
  border: 1px solid #DCE0FF;
  border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  color: var(--blue-700);
  font-family: "JetBrains Mono", ui-monospace, Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.placeholder.dark {
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.08) 0 8px, rgba(255,255,255,.02) 8px 16px),
    rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.18);
  color: rgba(255,255,255,.8);
}

/* ================================================
   Nav
================================================ */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.85);
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, background .2s ease;
}
.nav.scrolled { border-bottom-color: var(--line); }
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.logo {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 700; font-size: 19px;
  letter-spacing: -0.02em;
  color: var(--ink-900);
}
.logo-mark-img {
  width: 36px; height: 36px;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  box-shadow:
    0 6px 14px -4px rgba(27,48,247,.45),
    0 2px 4px rgba(10,14,42,.08),
    0 0 0 1px rgba(255,255,255,.15) inset;
}
.logo span b { font-weight: 700; }
.logo .num { color: var(--blue-600); }
.nav-links {
  display: flex; align-items: center; gap: 32px;
  list-style: none; padding: 0; margin: 0;
}
.nav-links a {
  font-size: 14.5px; color: var(--ink-700); font-weight: 500;
}
.nav-links a:hover { color: var(--blue-600); }
.nav-cta { display: flex; gap: 10px; align-items: center; }

@media (max-width: 880px) {
  .nav-links { display: none; }
}

/* ================================================
   Hero summary — 4 functions overview
================================================ */
.hero-summary {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.hero-summary-head {
  text-align: center;
  margin-bottom: 32px;
}
.hero-summary-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-400);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 12px;
}
.hero-summary-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(22px, 2.4vw, 28px);
  letter-spacing: -0.02em;
  color: var(--ink-900);
  margin: 0;
}
.hero-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(10,14,42,.04);
}
.hero-sum-card {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-right: 1px solid var(--line);
  text-align: left;
  transition: background .25s ease;
  position: relative;
}
.hero-sum-card:last-child { border-right: 0; }
.hero-sum-card:hover { background: var(--blue-25); }
.hero-sum-card::after {
  content: "";
  position: absolute; left: 0; bottom: 0;
  height: 2px; width: 0;
  background: var(--blue-600);
  transition: width .3s ease;
}
.hero-sum-card:hover::after { width: 100%; }

.hero-sum-ico {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--blue-50);
  color: var(--blue-600);
  display: grid; place-items: center;
  margin-bottom: 6px;
}
.hero-sum-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  color: var(--ink-900);
  letter-spacing: -0.01em;
}
.hero-sum-desc {
  font-size: 14px;
  color: var(--ink-500);
  line-height: 1.45;
}

@media (max-width: 880px) {
  .hero-summary-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-sum-card:nth-child(2) { border-right: 0; }
  .hero-sum-card:nth-child(1), .hero-sum-card:nth-child(2) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 520px) {
  .hero-summary-grid { grid-template-columns: 1fr; }
  .hero-sum-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-sum-card:last-child { border-bottom: 0; }
}
.hero-min {
  padding: 100px 0 120px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero-min::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(900px 500px at 50% -10%, rgba(27,48,247,.08), transparent 65%);
  pointer-events: none;
}
.hero-min-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
.hero-brand-mark {
  display: inline-flex;
  margin-bottom: 28px;
}
.hero-logo-mark-img {
  width: 104px; height: 104px;
  border-radius: 28px;
  display: block;
  object-fit: cover;
  box-shadow:
    0 30px 60px -16px rgba(27,48,247,.55),
    0 12px 24px -8px rgba(27,48,247,.35),
    0 4px 10px rgba(10,14,42,.1),
    0 0 0 1px rgba(255,255,255,.2) inset;
  transition: transform .4s ease, box-shadow .4s ease;
}
.hero-logo-mark-img:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow:
    0 36px 72px -16px rgba(27,48,247,.6),
    0 16px 28px -8px rgba(27,48,247,.4),
    0 4px 10px rgba(10,14,42,.12),
    0 0 0 1px rgba(255,255,255,.25) inset;
}

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 600;
  color: var(--ink-500);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 8px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}
.hero-eyebrow .dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--blue-600);
  box-shadow: 0 0 0 4px rgba(27,48,247,.15);
}

/* Two impactful cards */
.hero-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
.hero-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 1px 2px rgba(10,14,42,.04);
  transition: transform .25s ease, box-shadow .25s ease;
  overflow: hidden;
}
.hero-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -16px rgba(10,14,42,.18);
}
.hero-card-ico {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--blue-50);
  color: var(--blue-600);
  display: grid; place-items: center;
  margin-bottom: 8px;
}
.hero-card-label {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 19px;
  color: var(--ink-900);
  letter-spacing: -0.01em;
}
.hero-card-meta {
  font-size: 14px;
  color: var(--ink-400);
}
.hero-card-pulse {
  position: absolute;
  top: 28px; right: 28px;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--ok);
  box-shadow: 0 0 0 0 var(--ok);
  animation: pulseDot 2.4s ease-out infinite;
}
.hero-card-pulse.light { background: #fff; box-shadow: 0 0 0 0 rgba(255,255,255,.7); }
.hero-card-pulse.light { animation-name: pulseDotLight; }
@keyframes pulseDot {
  0%   { box-shadow: 0 0 0 0 rgba(46, 178, 116, .55); }
  70%  { box-shadow: 0 0 0 12px rgba(46, 178, 116, 0); }
  100% { box-shadow: 0 0 0 0 rgba(46, 178, 116, 0); }
}
@keyframes pulseDotLight {
  0%   { box-shadow: 0 0 0 0 rgba(255,255,255, .55); }
  70%  { box-shadow: 0 0 0 12px rgba(255,255,255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255, 0); }
}

.hero-card-blue {
  background: var(--ink-900);
  border-color: var(--ink-900);
  color: #fff;
}
.hero-card-blue .hero-card-ico {
  background: var(--blue-600);
  color: #fff;
}
.hero-card-blue .hero-card-label { color: #fff; }
.hero-card-blue .hero-card-meta { color: rgba(255,255,255,.65); }

@media (max-width: 640px) {
  .hero-cards { grid-template-columns: 1fr; max-width: 420px; }
  .hero-min { padding: 72px 0 88px; }
  .hero-min-inner { gap: 56px; }
}
.hero {
  padding: 72px 0 96px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(800px 400px at 90% 0%, rgba(27,48,247,.07), transparent 60%),
    radial-gradient(600px 400px at 10% 90%, rgba(27,48,247,.04), transparent 60%);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
}
.hero-pretitle {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 14px 7px 7px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  margin-bottom: 22px;
  font-size: 13.5px;
  color: var(--ink-700);
}
.hero-pretitle b { color: var(--ink-900); font-weight: 600; }
.hero-pretitle .badge {
  background: var(--blue-50); color: var(--blue-700);
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  padding: 4px 9px; border-radius: 999px;
  text-transform: uppercase;
}
.hero h1 .blue { color: var(--blue-600); position: relative; }
.hero h1 .blue::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 6px; height: 10px;
  background: var(--blue-50); z-index: -1; border-radius: 4px;
}
.hero-sub {
  margin-top: 22px;
  font-size: 19px;
  max-width: 520px;
  text-wrap: pretty;
}
.hero-ctas {
  display: flex; gap: 12px; flex-wrap: wrap;
  margin-top: 32px;
}
.hero-meta {
  display: flex; gap: 28px; flex-wrap: wrap;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.hero-meta-item { display: flex; gap: 10px; align-items: flex-start; max-width: 200px; }
.hero-meta-item svg { flex-shrink: 0; margin-top: 2px; }
.hero-meta-item span { font-size: 13.5px; color: var(--ink-500); line-height: 1.4; }
.hero-meta-item b { color: var(--ink-900); display: block; font-weight: 600; font-size: 14px; }

/* Hero mockup composition */
.hero-mock {
  position: relative;
  aspect-ratio: 1 / 1;
  max-width: 560px;
  margin-left: auto;
}
.mock-dashboard {
  position: absolute;
  top: 6%; left: 0; width: 92%; height: 72%;
  background: #fff;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
  overflow: hidden;
  transform: rotate(-1.2deg);
}
.mock-phone {
  position: absolute;
  bottom: -2%; right: -2%;
  width: 38%;
  aspect-ratio: 9 / 19;
  background: #0A0E2A;
  border-radius: 32px;
  padding: 10px;
  box-shadow: var(--shadow-lg);
  transform: rotate(3deg);
  border: 1px solid #1F2547;
}
.mock-phone-screen {
  width: 100%; height: 100%;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

/* Decorative floating chips */
.float-chip {
  position: absolute;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-md);
  padding: 12px 14px;
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 500; color: var(--ink-700);
  animation: floaty 6s ease-in-out infinite;
}
.float-chip .ico {
  width: 32px; height: 32px; border-radius: 9px;
  display: grid; place-items: center;
  background: var(--blue-50); color: var(--blue-600);
}
.float-chip-1 { top: 4%; right: 0; animation-delay: -2s; }
.float-chip-2 { bottom: 14%; left: -6%; animation-delay: -4s; }
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-mock { margin: 0 auto; max-width: 460px; }
}

/* ================================================
   Stats strip
================================================ */
.stats {
  background: var(--ink-900);
  color: #fff;
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}
.stats::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(600px 300px at 80% 50%, rgba(27,48,247,.35), transparent 65%);
  pointer-events: none;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  position: relative;
}
.stat-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(40px, 4.4vw, 56px);
  letter-spacing: -0.04em;
  line-height: 1;
  background: linear-gradient(180deg, #fff 0%, #BFC6FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stat-label { color: rgba(255,255,255,.7); font-size: 14px; margin-top: 10px; }
@media (max-width: 720px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }

/* ================================================
   Generic section padding
================================================ */
.s-pad { padding: 120px 0; }
.s-pad-sm { padding: 88px 0; }

/* ================================================
   What is — featured tile + bullet list
================================================ */
.what-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
}
.what-list {
  display: grid; gap: 14px;
  margin-top: 28px;
  list-style: none; padding: 0;
}
.what-list li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 15.5px; color: var(--ink-700);
}
.what-list .check {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--blue-50); color: var(--blue-600);
  display: grid; place-items: center; flex-shrink: 0;
  margin-top: 1px;
}
.what-visual {
  aspect-ratio: 4/5;
  background: linear-gradient(150deg, var(--blue-25) 0%, #fff 100%);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 28px;
  position: relative;
  overflow: hidden;
}
.what-visual .grid-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--line-2) 1px, transparent 1px),
    linear-gradient(90deg, var(--line-2) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  opacity: .8;
}
.what-stack {
  position: relative;
  display: grid;
  gap: 14px;
}
.what-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 16px 18px;
  display: flex; align-items: center; gap: 14px;
  box-shadow: var(--shadow-sm);
}
.what-card .ico {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--blue-50); color: var(--blue-600);
  display: grid; place-items: center;
}
.what-card b { font-weight: 600; color: var(--ink-900); display: block; font-size: 15px; }
.what-card span { color: var(--ink-400); font-size: 13px; }
.what-card.featured {
  background: var(--ink-900); color: #fff; border-color: var(--ink-900);
  transform: translateX(20px) scale(1.04);
}
.what-card.featured b { color: #fff; }
.what-card.featured span { color: rgba(255,255,255,.6); }
.what-card.featured .ico { background: var(--blue-600); color: #fff; }

@media (max-width: 880px) {
  .what-grid { grid-template-columns: 1fr; }
  .what-card.featured { transform: none; }
}

/* ================================================
   Profiles — vertical tabs
================================================ */
.profiles {
  background: var(--bg-soft);
}
.profiles-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  align-items: stretch;
}
.profile-tabs {
  display: flex; flex-direction: column; gap: 8px;
}
.profile-tab {
  text-align: left;
  display: flex; align-items: center; gap: 14px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: var(--r-md);
  color: var(--ink-700);
  font-weight: 600; font-size: 15.5px;
  transition: all .2s ease;
}
.profile-tab:hover { border-color: var(--blue-500); color: var(--ink-900); }
.profile-tab .ico {
  width: 38px; height: 38px; border-radius: 10px;
  background: var(--blue-50); color: var(--blue-600);
  display: grid; place-items: center; flex-shrink: 0;
}
.profile-tab.active {
  background: var(--ink-900); color: #fff; border-color: var(--ink-900);
}
.profile-tab.active .ico { background: var(--blue-600); color: #fff; }
.profile-tab .arrow { margin-left: auto; opacity: 0; transition: opacity .2s, transform .2s; }
.profile-tab.active .arrow { opacity: 1; transform: translateX(2px); }

.profile-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 40px;
  min-height: 460px;
}
.profile-panel h3 { font-size: 28px; margin-bottom: 8px; }
.profile-panel .lead { font-size: 16px; color: var(--ink-500); margin-bottom: 24px; }
.profile-panel h5 {
  font-family: var(--font-body); font-weight: 700; font-size: 12px;
  letter-spacing: .12em; text-transform: uppercase; color: var(--ink-400);
  margin: 0 0 12px;
}
.profile-list {
  list-style: none; padding: 0; margin: 0 0 24px;
  display: grid; gap: 10px;
}
.profile-list li {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 14.5px; color: var(--ink-700);
}
.profile-list .ic-x, .profile-list .ic-ok {
  width: 18px; height: 18px; border-radius: 50%;
  display: grid; place-items: center; flex-shrink: 0; margin-top: 2px;
}
.profile-list .ic-x { background: #FFE9E9; color: #C53030; }
.profile-list .ic-ok { background: #E2F5EC; color: #1F8754; }

.profile-visual {
  background: linear-gradient(160deg, var(--blue-25) 0%, #fff 100%);
  border-radius: var(--r-md);
  border: 1px solid var(--line-2);
  padding: 24px;
  display: flex; flex-direction: column;
  position: relative;
  overflow: hidden;
}
.profile-visual .placeholder { flex: 1; min-height: 280px; }

@media (max-width: 880px) {
  .profiles-layout { grid-template-columns: 1fr; }
  .profile-panel { padding: 28px; }
  .profile-tabs { flex-direction: row; overflow-x: auto; padding-bottom: 8px; }
  .profile-tab { white-space: nowrap; flex-shrink: 0; }
}

/* ================================================
   Tools — tabbed categories
================================================ */
.tools-cats {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin-bottom: 36px;
  padding: 6px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 14px;
  width: fit-content;
}
.tool-cat-btn {
  padding: 12px 20px;
  font-size: 14.5px; font-weight: 600;
  color: var(--ink-500);
  border-radius: 10px;
  display: flex; align-items: center; gap: 10px;
  transition: all .2s ease;
}
.tool-cat-btn:hover { color: var(--ink-900); }
.tool-cat-btn.active {
  background: #fff;
  color: var(--ink-900);
  box-shadow: var(--shadow-sm);
}
.tool-cat-btn .ico {
  width: 22px; height: 22px;
  display: grid; place-items: center;
  color: var(--ink-400);
}
.tool-cat-btn.active .ico { color: var(--blue-600); }

.tools-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.tool-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 24px;
  transition: all .25s ease;
  position: relative;
  overflow: hidden;
}
.tool-card:hover {
  transform: translateY(-3px);
  border-color: var(--blue-500);
  box-shadow: var(--shadow-md);
}
.tool-card .ico {
  width: 44px; height: 44px;
  border-radius: 11px;
  background: var(--blue-50); color: var(--blue-600);
  display: grid; place-items: center;
  margin-bottom: 16px;
}
.tool-card h4 { margin: 0 0 6px; font-size: 16px; }
.tool-card p { font-size: 14px; color: var(--ink-400); }

@media (max-width: 880px) {
  .tools-grid { grid-template-columns: repeat(2, 1fr); }
  .tools-cats { width: 100%; overflow-x: auto; flex-wrap: nowrap; }
}
@media (max-width: 540px) {
  .tools-grid { grid-template-columns: 1fr; }
}

/* ================================================
   How it works — horizontal steps
================================================ */
.how {
  background: var(--ink-900);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.how::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(800px 400px at 0% 0%, rgba(27,48,247,.3), transparent 60%),
    radial-gradient(600px 400px at 100% 100%, rgba(27,48,247,.18), transparent 60%);
  pointer-events: none;
}
.how h2 { color: #fff; }
.how .section-head p { color: rgba(255,255,255,.7); }
.how .eyebrow { background: rgba(27,48,247,.18); border-color: rgba(255,255,255,.1); color: #BFC6FF; }
.how .eyebrow .dot { background: #BFC6FF; }

.how-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  position: relative;
}
.how-step {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-md);
  padding: 28px 24px;
  position: relative;
}
.how-step:hover { background: rgba(255,255,255,.07); }
.how-step .num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 44px;
  color: var(--blue-500);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 18px;
  opacity: .9;
}
.how-step h4 { color: #fff; font-size: 17px; margin-bottom: 8px; }
.how-step p { color: rgba(255,255,255,.65); font-size: 14px; }

@media (max-width: 880px) {
  .how-steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .how-steps { grid-template-columns: 1fr; }
}

/* ================================================
   Benefits — bento
================================================ */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(180px, auto);
  gap: 16px;
}
.benefit {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 28px;
  display: flex; flex-direction: column; gap: 14px;
  transition: all .25s ease;
}
.benefit:hover { border-color: var(--blue-500); transform: translateY(-2px); }
.benefit .ico {
  width: 44px; height: 44px;
  border-radius: 11px;
  background: var(--blue-50); color: var(--blue-600);
  display: grid; place-items: center;
}
.benefit h4 { font-size: 18px; }
.benefit p { font-size: 14.5px; color: var(--ink-500); }

.benefit.span-2 { grid-column: span 2; }
.benefit.dark {
  background: var(--blue-600); color: #fff; border-color: var(--blue-600);
}
.benefit.dark h4 { color: #fff; }
.benefit.dark p { color: rgba(255,255,255,.85); }
.benefit.dark .ico { background: rgba(255,255,255,.18); color: #fff; }

@media (max-width: 880px) {
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit.span-2 { grid-column: span 2; }
}
@media (max-width: 540px) {
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit.span-2 { grid-column: span 1; }
}

/* ================================================
   Pricing teaser
================================================ */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.price-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 32px;
  display: flex; flex-direction: column;
  transition: all .25s ease;
}
.price-card:hover { border-color: var(--blue-500); }
.price-card.featured {
  background: var(--ink-900); color: #fff; border-color: var(--ink-900);
  position: relative;
}
.price-card.featured h3 { color: #fff; }
.price-card.featured .price-amount { color: #fff; }
.price-card.featured .price-amount small { color: rgba(255,255,255,.6); }
.price-card.featured .price-list li { color: rgba(255,255,255,.85); }
.price-card.featured .pop {
  position: absolute; top: -12px; right: 24px;
  background: var(--blue-600); color: #fff;
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px; font-weight: 700;
}
.price-card h3 { font-size: 19px; margin-bottom: 6px; }
.price-card .blurb { font-size: 14px; color: var(--ink-400); margin-bottom: 24px; min-height: 40px; }
.price-card.featured .blurb { color: rgba(255,255,255,.7); }
.price-amount {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 38px;
  color: var(--ink-900);
  letter-spacing: -0.03em;
  display: flex; align-items: baseline; gap: 6px;
  margin-bottom: 20px;
}
.price-amount small { font-family: var(--font-body); font-weight: 500; font-size: 14px; color: var(--ink-400); }
.price-list { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 10px; }
.price-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--ink-700); }
.price-list li svg { flex-shrink: 0; margin-top: 2px; color: var(--blue-600); }
.price-card.featured .price-list li svg { color: var(--blue-500); }
.price-cta { margin-top: auto; }
.pricing-note {
  text-align: center; font-size: 13.5px; color: var(--ink-400); margin-top: 28px;
}

@media (max-width: 880px) {
  .pricing-grid { grid-template-columns: 1fr; }
}

/* ================================================
   Trust
================================================ */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.trust-card {
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 28px;
  background: #fff;
  display: flex; gap: 16px; align-items: flex-start;
}
.trust-card .ico {
  width: 44px; height: 44px;
  border-radius: 11px;
  background: var(--blue-50); color: var(--blue-600);
  display: grid; place-items: center;
  flex-shrink: 0;
}
.trust-card h4 { margin-bottom: 6px; font-size: 16px; }
.trust-card p { font-size: 14px; color: var(--ink-500); }
@media (max-width: 880px) { .trust-grid { grid-template-columns: 1fr; } }

/* ================================================
   Free Trial banner
================================================ */
.trial {
  background:
    radial-gradient(700px 360px at 80% 0%, rgba(58,77,255,.55), transparent 60%),
    radial-gradient(500px 360px at 0% 100%, rgba(15,31,184,.45), transparent 60%),
    var(--blue-600);
  color: #fff;
  border-radius: var(--r-xl);
  padding: 64px 56px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.trial::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse at top right, black 20%, transparent 75%);
  pointer-events: none;
}
.trial h2 { color: #fff; font-size: clamp(28px, 3.6vw, 42px); }
.trial p { color: rgba(255,255,255,.85); font-size: 17px; margin: 16px 0 28px; max-width: 560px; }
.trial-features {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 12px;
  position: relative;
}
.trial-features li {
  display: flex; gap: 10px; align-items: center;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  padding: 14px 18px;
  border-radius: 12px;
  backdrop-filter: blur(8px);
  font-size: 14.5px;
}
.trial-cta { display: flex; gap: 12px; flex-wrap: wrap; }

@media (max-width: 880px) {
  .trial { grid-template-columns: 1fr; padding: 40px 28px; }
}

/* ================================================
   FAQ
================================================ */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: start;
}
.faq-list {
  display: grid; gap: 12px;
}
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: #fff;
  overflow: hidden;
  transition: all .2s ease;
}
.faq-item.open { border-color: var(--ink-900); box-shadow: var(--shadow-sm); }
.faq-q {
  width: 100%;
  padding: 20px 24px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 16px;
  color: var(--ink-900);
  text-align: left;
}
.faq-toggle {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--blue-50); color: var(--blue-600);
  display: grid; place-items: center;
  flex-shrink: 0;
  transition: transform .25s ease, background .2s ease;
}
.faq-item.open .faq-toggle { transform: rotate(45deg); background: var(--blue-600); color: #fff; }
.faq-a {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  transition: max-height .35s ease, padding .25s ease;
}
.faq-item.open .faq-a { max-height: 320px; padding: 0 24px 24px; }
.faq-a p { color: var(--ink-500); font-size: 15px; }

@media (max-width: 880px) {
  .faq-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ================================================
   Final CTA
================================================ */
.final-cta {
  text-align: center;
  padding: 120px 0;
  position: relative;
}
.final-cta h2 { font-size: clamp(36px, 4.8vw, 64px); max-width: 880px; margin: 0 auto; }
.final-cta h2 em { font-style: normal; color: var(--blue-600); }
.final-cta p { font-size: 18px; max-width: 560px; margin: 20px auto 36px; }
.final-cta-btns { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* ================================================
   Footer
================================================ */
.footer {
  background: var(--ink-900);
  color: rgba(255,255,255,.7);
  padding: 64px 0 36px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-brand { max-width: 320px; }
.footer-brand .logo { color: #fff; margin-bottom: 16px; }
.footer-brand p { color: rgba(255,255,255,.6); font-size: 14px; }
.footer-col h5 {
  color: #fff; font-family: var(--font-display);
  font-size: 14px; font-weight: 600; margin: 0 0 16px;
  letter-spacing: -0.005em;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-col a { font-size: 14px; color: rgba(255,255,255,.65); }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  padding-top: 28px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255,255,255,.5);
}
@media (max-width: 880px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .footer-top { grid-template-columns: 1fr; }
}

/* ================================================
   Downloads section
================================================ */
.downloads {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
  background: linear-gradient(160deg, var(--blue-25) 0%, #fff 60%);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 56px;
  position: relative;
  overflow: hidden;
}
.downloads::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--line-2) 1px, transparent 1px),
    linear-gradient(90deg, var(--line-2) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse at top right, black 10%, transparent 70%);
  pointer-events: none;
  opacity: .6;
}
.downloads-copy { position: relative; z-index: 1; }
.store-badges {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin-top: 32px;
}
.store-badge {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 12px 22px 12px 18px;
  background: var(--ink-900);
  color: #fff;
  border-radius: 14px;
  border: 1px solid var(--ink-900);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  min-width: 200px;
}
.store-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -10px rgba(10,14,42,.35);
  background: #000;
}
.store-icon {
  width: 32px; height: 32px;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.store-text {
  display: flex; flex-direction: column;
  line-height: 1.1;
}
.store-text small {
  font-size: 11px; opacity: .75; font-weight: 500; letter-spacing: .02em;
}
.store-text b {
  font-family: var(--font-display);
  font-size: 18px; font-weight: 700; letter-spacing: -0.01em;
  margin-top: 2px;
}
.downloads-meta {
  display: flex; flex-direction: column; gap: 10px;
  margin-top: 28px;
}
.downloads-meta-item {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 14px; color: var(--ink-500);
}
.downloads-meta-item span:first-child {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--blue-50); color: var(--blue-600);
  display: grid; place-items: center; flex-shrink: 0;
}

/* Phone mock for downloads */
.downloads-visual {
  position: relative;
  display: grid; place-items: center;
  min-height: 420px;
}
.dl-glow {
  position: absolute; inset: 0;
  background: radial-gradient(closest-side, rgba(27,48,247,.18), transparent 70%);
  pointer-events: none;
}
.dl-phone {
  position: relative;
  width: 240px;
  aspect-ratio: 9 / 19;
  background: var(--ink-900);
  border-radius: 36px;
  padding: 10px;
  box-shadow: var(--shadow-lg);
  border: 1px solid #1F2547;
  transform: rotate(-4deg);
  z-index: 1;
}
.dl-phone-screen {
  width: 100%; height: 100%;
  background: linear-gradient(180deg, var(--blue-25) 0%, #fff 100%);
  border-radius: 28px;
  overflow: hidden;
  padding: 18px 14px;
}
.dl-app { display: flex; flex-direction: column; gap: 12px; height: 100%; }
.dl-app-bar { display: flex; justify-content: space-between; align-items: center; padding: 4px 4px 0; }
.dl-tile {
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 2px 8px rgba(10,14,42,.06);
}
.dl-tile-blue { background: var(--blue-600); color: #fff; }
.dl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.dl-shortcut {
  display: flex; flex-direction: column; gap: 8px; align-items: flex-start;
  padding: 12px; font-size: 11px; font-weight: 600; color: var(--ink-900);
}
.dl-ic {
  width: 28px; height: 28px; border-radius: 8px;
  background: var(--blue-50); color: var(--blue-600);
  display: grid; place-items: center;
}

@media (max-width: 880px) {
  .downloads { grid-template-columns: 1fr; padding: 36px 24px; }
  .downloads-visual { min-height: 360px; }
}

/* ================================================
   Floating WhatsApp
================================================ */
.fab-wa {
  position: fixed; bottom: 24px; right: 24px; z-index: 100;
  width: 60px; height: 60px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: grid; place-items: center;
  box-shadow: 0 10px 30px rgba(37,211,102,.4), 0 4px 10px rgba(0,0,0,.15);
  transition: transform .2s ease;
}
.fab-wa:hover { transform: translateY(-3px) scale(1.05); }
.fab-wa::after {
  content: ""; position: absolute; inset: -6px;
  border-radius: 50%; border: 2px solid #25D366;
  animation: ping 2s ease-out infinite;
}
@keyframes ping {
  0% { transform: scale(.85); opacity: .8; }
  100% { transform: scale(1.35); opacity: 0; }
}

/* ================================================
   Mock UI bits
================================================ */
.dash {
  height: 100%;
  display: grid;
  grid-template-columns: 180px 1fr;
}
.dash-side {
  background: #F6F7FF;
  padding: 16px 14px;
  border-right: 1px solid var(--line-2);
  display: flex; flex-direction: column; gap: 6px;
}
.dash-logo {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 14px;
  font-family: var(--font-display); font-weight: 700; font-size: 14px;
  color: var(--ink-900);
}
.dash-logo .lm {
  width: 22px; height: 22px; border-radius: 6px;
  background: linear-gradient(135deg, var(--blue-600), var(--blue-700));
}
.dash-side .item {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 11.5px; color: var(--ink-500); font-weight: 500;
}
.dash-side .item.active {
  background: var(--blue-600); color: #fff;
}
.dash-side .item .d {
  width: 14px; height: 14px; border-radius: 4px;
  background: rgba(0,0,0,.08);
  flex-shrink: 0;
}
.dash-side .item.active .d { background: rgba(255,255,255,.3); }

.dash-main { padding: 16px 18px; overflow: hidden; background: #fff; }
.dash-h {
  display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px;
}
.dash-h .t {
  font-family: var(--font-display); font-weight: 700; font-size: 14px; color: var(--ink-900);
}
.dash-h .av {
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--blue-50); border: 1px solid var(--line);
}
.dash-cards { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; margin-bottom: 12px; }
.dash-kpi {
  background: #fff;
  border: 1px solid var(--line-2);
  border-radius: 8px;
  padding: 10px;
}
.dash-kpi .l { font-size: 9.5px; color: var(--ink-400); text-transform: uppercase; letter-spacing: .08em; }
.dash-kpi .v { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--ink-900); margin-top: 4px; }
.dash-kpi .d {
  margin-top: 4px; height: 4px; border-radius: 2px; background: var(--line-2);
  position: relative; overflow: hidden;
}
.dash-kpi .d::before {
  content: ""; position: absolute; inset: 0; width: 60%;
  background: linear-gradient(90deg, var(--blue-600), var(--blue-500));
  border-radius: 2px;
}
.dash-chart {
  background: #fff;
  border: 1px solid var(--line-2);
  border-radius: 8px;
  padding: 10px;
  height: 120px;
  position: relative;
}
.dash-chart .bars {
  position: absolute; inset: 18px 12px 12px;
  display: flex; align-items: flex-end; gap: 6px;
}
.dash-chart .bar {
  flex: 1;
  background: linear-gradient(180deg, var(--blue-500), var(--blue-600));
  border-radius: 4px 4px 2px 2px;
  opacity: .85;
}
.dash-chart .bar.muted { background: var(--blue-50); }
.dash-chart .ttl {
  font-size: 10px; color: var(--ink-400); text-transform: uppercase; letter-spacing: .08em;
}

/* Phone mock */
.phone-bar {
  height: 22px; background: #fff;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 18px;
  font-size: 9px; font-weight: 600; color: var(--ink-900);
}
.phone-content {
  padding: 14px;
  display: flex; flex-direction: column; gap: 10px;
  background: var(--blue-25);
  height: calc(100% - 22px);
}
.phone-h {
  display: flex; justify-content: space-between; align-items: center;
  padding: 0 4px;
}
.phone-h .greet { font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--ink-900); }
.phone-h .greet small { display: block; font-size: 9px; font-weight: 500; color: var(--ink-400); margin-bottom: 2px; }
.phone-h .av { width: 26px; height: 26px; border-radius: 50%; background: var(--blue-600); border: 2px solid #fff; }

.phone-tile {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  display: flex; flex-direction: column; gap: 6px;
  box-shadow: 0 2px 6px rgba(10,14,42,.04);
}
.phone-tile.blue {
  background: var(--blue-600); color: #fff;
}
.phone-tile.blue .lbl { color: rgba(255,255,255,.8); }
.phone-tile .lbl { font-size: 9px; color: var(--ink-400); text-transform: uppercase; letter-spacing: .08em; }
.phone-tile .val { font-family: var(--font-display); font-weight: 700; font-size: 16px; }
.phone-tile .row { display: flex; justify-content: space-between; align-items: center; }
.phone-tile .pill {
  background: rgba(255,255,255,.18); color: #fff;
  padding: 3px 8px; border-radius: 999px; font-size: 9px; font-weight: 600;
}

.phone-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.phone-shortcut {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  display: flex; flex-direction: column; gap: 6px;
  align-items: flex-start;
}
.phone-shortcut .ic {
  width: 26px; height: 26px; border-radius: 8px;
  background: var(--blue-50); color: var(--blue-600);
  display: grid; place-items: center;
}
.phone-shortcut .nm { font-size: 10px; font-weight: 600; color: var(--ink-900); }

.phone-nav {
  margin-top: auto;
  background: #fff;
  border-radius: 14px;
  padding: 8px;
  display: flex; justify-content: space-around;
  box-shadow: 0 -2px 10px rgba(10,14,42,.05);
}
.phone-nav .nb {
  width: 32px; height: 32px; border-radius: 8px;
  background: var(--blue-50); color: var(--blue-600);
  display: grid; place-items: center;
}
.phone-nav .nb.muted { background: transparent; color: var(--ink-300); }
