
:root{
  --brand:#0f6efc;
  --brand2:#ff7a18;
  --ink:#0f172a;
  --muted:#475569;
  --line:#dbe4f0;
  --bg:#f7fbff;
}
html{scroll-behavior:smooth}
body{font-family:system-ui,-apple-system,sans-serif;background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);}
.container-soft{max-width:1200px}
.glass{background:rgba(255,255,255,.8);backdrop-filter:blur(10px)}
.hero-gradient{background:
 radial-gradient(circle at top left, rgba(15,110,252,.16), transparent 34%),
 radial-gradient(circle at bottom right, rgba(255,122,24,.14), transparent 36%),
 linear-gradient(180deg,#f8fbff 0%,#ffffff 100%)}
.card-hover{transition:all .25s ease}
.card-hover:hover{transform:translateY(-4px); box-shadow:0 20px 50px rgba(15,23,42,.08)}
.text-balance{text-wrap:balance}
.bg-grid{
  background-image: linear-gradient(rgba(15,110,252,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(15,110,252,.05) 1px, transparent 1px);
  background-size: 32px 32px;
}
.badge-pill{
  border:1px solid rgba(15,110,252,.14);
  background:rgba(15,110,252,.06);
}
.table-wrap table{min-width:680px}
.floating-call{
  box-shadow:0 10px 25px rgba(15,23,42,.14)
}
.prose-soft p{margin:.85rem 0;color:#334155;line-height:1.85}
.prose-soft h2{font-size:1.55rem;font-weight:800;color:#0f172a;margin-top:2rem;margin-bottom:.85rem}
.prose-soft h3{font-size:1.15rem;font-weight:700;color:#0f172a;margin-top:1.25rem;margin-bottom:.5rem}
.prose-soft ul{padding-left:1.1rem;list-style:disc;color:#334155}
.prose-soft li{margin:.45rem 0}
.answer-capsule{
  background:linear-gradient(135deg, rgba(15,110,252,.08), rgba(255,122,24,.08));
  border:1px solid rgba(15,110,252,.12);
  border-radius:16px;
  padding:16px 18px;
  color:#0f172a;
  font-weight:600;
}
.footer-grid a{color:#cbd5e1}
.footer-grid a:hover{color:#fff}
.mobile-callbar{padding-bottom:80px}
.hero-img{
  width:100%; height:auto; border-radius:24px; border:1px solid rgba(15,110,252,.12); background:#fff;
  box-shadow:0 20px 60px rgba(15,23,42,.08)
}
.section-title{font-size:2rem;font-weight:800;color:#0f172a}
