@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --navy:#16233f; --navy2:#22386b; --blue:#4366F5; --blue-d:#2f51e0;
  --green:#25D366; --green-bubble:#d9fdd3;
  --bg:#f7f9fc; --card:#ffffff; --text:#1b2433; --muted:#647089; --border:#e7ecf4;
  --shadow:0 10px 30px rgba(20,40,80,.07);
  --shadow-md:0 14px 36px rgba(20,40,80,.10);
  --shadow-lg:0 26px 60px rgba(20,40,80,.16);
  --radius:18px;
  --grad:linear-gradient(135deg,#172a52 0%,#26418a 52%,#3c5fcc 100%);
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; font-family:"Plus Jakarta Sans",-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif; color:var(--text); background:var(--bg); line-height:1.65; -webkit-font-smoothing:antialiased; }
a { color:var(--blue); }

/* ── Header ── */
header.site { background:rgba(255,255,255,.86); backdrop-filter:blur(10px); border-bottom:1px solid var(--border); padding:14px 24px; position:sticky; top:0; z-index:50; }
header.site .wrap { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; }
header.site a.brand { color:var(--navy); text-decoration:none; font-weight:800; font-size:21px; letter-spacing:-.3px; justify-self:start; }
header.site a.brand span { color:var(--blue); }
header.site nav { display:flex; align-items:center; gap:6px; }
header.site nav a { color:var(--muted); text-decoration:none; padding:8px 14px; font-size:15px; font-weight:600; border-radius:9px; }
header.site nav a:hover { color:var(--navy); }
header.site nav a.nav-cta { background:var(--blue); color:#fff; }
header.site nav a.nav-cta:hover { background:var(--blue-d); color:#fff; }

/* ── Hero ── */
.hero { background:var(--grad); color:#fff; padding:64px 24px 80px; position:relative; overflow:hidden; }
.hero::before { content:""; position:absolute; width:520px; height:520px; right:-120px; top:-160px; background:radial-gradient(circle,rgba(67,102,245,.45),transparent 70%); }
.hero::after { content:""; position:absolute; width:420px; height:420px; left:-140px; bottom:-180px; background:radial-gradient(circle,rgba(37,211,102,.22),transparent 70%); }
.hero-inner { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:1.05fr .95fr; gap:48px; align-items:center; position:relative; z-index:1; }
.hero-copy { animation:fadeUp .7s ease both; }
.badge { display:inline-flex; align-items:center; gap:8px; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.2); color:#dfe7ff; padding:7px 14px; border-radius:999px; font-size:13px; font-weight:600; margin-bottom:20px; }
.badge .dot { width:8px; height:8px; border-radius:50%; background:var(--green); box-shadow:0 0 0 4px rgba(37,211,102,.25); }
.hero h1 { font-size:46px; line-height:1.1; margin:0 0 16px; font-weight:800; letter-spacing:-1px; }
.hero h1 span { background:linear-gradient(90deg,#8ab4ff,#7af2c0); -webkit-background-clip:text; background-clip:text; color:transparent; }
.hero-copy > p { color:#c8d3ee; font-size:18px; max-width:480px; margin:0 0 28px; }
.cta-row { display:flex; gap:12px; flex-wrap:wrap; }
.cta-row.center { justify-content:center; }
.btn { display:inline-block; padding:14px 28px; border-radius:12px; text-decoration:none; font-weight:700; font-size:15px; transition:transform .15s ease, box-shadow .15s ease, background .15s; }
.btn:hover { transform:translateY(-2px); }
.btn.primary { background:var(--green); color:#07391c; box-shadow:0 10px 24px rgba(37,211,102,.35); }
.btn.primary:hover { box-shadow:0 16px 30px rgba(37,211,102,.45); }
.btn.ghost { background:rgba(255,255,255,.1); color:#fff; border:1px solid rgba(255,255,255,.28); }
.btn.ghost:hover { background:rgba(255,255,255,.18); }
.btn.light { background:#fff; color:var(--navy); box-shadow:var(--shadow-md); }
.btn.ghost-light { background:transparent; color:#fff; border:1px solid rgba(255,255,255,.5); }
.trust { display:flex; gap:18px; flex-wrap:wrap; margin-top:24px; color:#aebbdd; font-size:14px; font-weight:600; }

/* ── Phone mockup ── */
.hero-visual { position:relative; display:flex; justify-content:center; animation:fadeUp .9s ease both; }
.phone { width:290px; background:#fff; border-radius:30px; padding:10px; box-shadow:var(--shadow-lg); border:8px solid #0e1830; }
.phone-bar { background:#128C7E; color:#fff; border-radius:22px 22px 8px 8px; padding:12px 14px; display:flex; align-items:center; gap:10px; }
.pb-avatar { width:34px; height:34px; border-radius:50%; background:#fff; color:#128C7E; font-weight:800; font-size:13px; display:flex; align-items:center; justify-content:center; }
.pb-name { font-weight:700; font-size:15px; line-height:1.1; }
.pb-name small { display:block; font-weight:400; font-size:11px; color:#cdeee6; }
.chat { background:#ece5dd; padding:14px 12px; display:flex; flex-direction:column; gap:9px; min-height:280px; }
.bubble { max-width:80%; padding:9px 12px; border-radius:12px; font-size:13.5px; line-height:1.4; color:#111b21; box-shadow:0 1px 1px rgba(0,0,0,.06); }
.bubble.in { background:#fff; align-self:flex-start; border-top-left-radius:3px; }
.bubble.out { background:var(--green-bubble); align-self:flex-end; border-top-right-radius:3px; }
.bubble .tick { color:#34b7f1; font-size:11px; margin-left:6px; }
.phone-input { background:#fff; border-radius:0 0 22px 22px; padding:11px 14px; display:flex; align-items:center; justify-content:space-between; color:#90a0ab; font-size:13px; }
.phone-input .send { color:#fff; background:#128C7E; width:28px; height:28px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-style:normal; font-size:12px; }
.float { position:absolute; background:#fff; color:var(--navy); border-radius:14px; padding:10px 14px; box-shadow:var(--shadow-md); font-size:12px; font-weight:700; display:flex; flex-direction:column; line-height:1.3; }
.float small { font-weight:500; color:var(--muted); font-size:11px; }
.float.f1 { left:-6px; top:46px; animation:float 4s ease-in-out infinite; }
.float.f2 { right:-10px; bottom:64px; animation:float 4s ease-in-out infinite .8s; }

/* ── Sections ── */
main.home { max-width:1100px; margin:0 auto; padding:0 24px; }
.section { padding:64px 0 8px; }
.sec-head { text-align:center; max-width:680px; margin:0 auto 40px; }
.eyebrow { display:inline-block; color:var(--blue); font-weight:700; font-size:13px; letter-spacing:1.5px; text-transform:uppercase; margin-bottom:10px; }
.section h2 { font-size:32px; color:var(--navy); margin:0 0 12px; font-weight:800; letter-spacing:-.6px; }
.section-intro { color:var(--muted); font-size:17px; margin:0; }

/* Features */
.features { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.feature { background:var(--card); border:1px solid var(--border); border-radius:var(--radius); padding:26px; transition:transform .18s ease, box-shadow .18s ease, border-color .18s; }
.feature:hover { transform:translateY(-4px); box-shadow:var(--shadow-md); border-color:transparent; }
.ficon { width:46px; height:46px; border-radius:13px; display:flex; align-items:center; justify-content:center; color:#fff; margin-bottom:16px; }
.ficon svg { width:23px; height:23px; }
.ficon.c1{background:linear-gradient(135deg,#25D366,#1fa855);} .ficon.c2{background:linear-gradient(135deg,#4366F5,#2f51e0);}
.ficon.c3{background:linear-gradient(135deg,#f5a623,#e8890b);} .ficon.c4{background:linear-gradient(135deg,#8b5cf6,#6d28d9);}
.ficon.c5{background:linear-gradient(135deg,#06b6d4,#0891b2);} .ficon.c6{background:linear-gradient(135deg,#ec4899,#be185d);}
.feature h3 { margin:0 0 8px; font-size:18px; color:var(--navy); font-weight:700; }
.feature p { margin:0; color:var(--muted); font-size:14.5px; }

/* Steps */
.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.step { background:var(--card); border:1px solid var(--border); border-radius:var(--radius); padding:28px 24px; text-align:center; }
.step .num { width:46px; height:46px; border-radius:50%; background:var(--grad); color:#fff; font-weight:800; font-size:18px; display:flex; align-items:center; justify-content:center; margin:0 auto 16px; box-shadow:0 8px 18px rgba(40,70,160,.3); }
.step h3 { margin:0 0 8px; font-size:18px; color:var(--navy); }
.step p { margin:0; color:var(--muted); font-size:14.5px; }

/* Industries */
.pills { display:flex; flex-wrap:wrap; gap:12px; justify-content:center; }
.pills span { background:var(--card); border:1px solid var(--border); border-radius:999px; padding:11px 20px; font-size:15px; color:var(--navy); font-weight:600; box-shadow:var(--shadow); }

/* Compliance */
.compliance { background:var(--grad); color:#fff; border-radius:24px; padding:40px; display:flex; gap:24px; align-items:flex-start; box-shadow:var(--shadow-lg); }
.compliance .shield { flex:0 0 56px; width:56px; height:56px; border-radius:16px; background:rgba(255,255,255,.14); display:flex; align-items:center; justify-content:center; color:#7af2c0; }
.compliance .shield svg { width:30px; height:30px; }
.compliance h2 { color:#fff; margin:0 0 10px; font-size:24px; }
.compliance p { margin:0; color:#d2ddf5; font-size:16px; }
.compliance strong { color:#fff; }

/* CTA band */
.cta-band { text-align:center; padding:72px 24px; background:var(--navy); color:#fff; margin-top:64px; }
.cta-band h2 { font-size:30px; margin:0 0 10px; font-weight:800; letter-spacing:-.5px; }
.cta-band p { color:#aebbdd; margin:0 0 26px; font-size:17px; }

/* ── Footer ── */
footer.site { border-top:1px solid var(--border); color:var(--muted); font-size:13px; text-align:center; padding:28px 24px; }
footer.site a { color:var(--muted); }
footer.site.big { background:#0f1a33; color:#9fb0d0; text-align:left; border:0; padding:0; }
.foot-wrap { max-width:1100px; margin:0 auto; padding:54px 24px 30px; display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:30px; }
.foot-brand .brand { color:#fff; font-size:22px; font-weight:800; text-decoration:none; }
.foot-brand .brand span { color:var(--blue); }
.foot-brand p { margin:12px 0 0; max-width:300px; font-size:14px; color:#8294b8; }
.foot-col h4 { color:#fff; font-size:14px; margin:0 0 14px; }
.foot-col a { display:block; color:#9fb0d0; text-decoration:none; font-size:14px; margin-bottom:9px; }
.foot-col a:hover { color:#fff; }
.foot-base { border-top:1px solid rgba(255,255,255,.08); max-width:1100px; margin:0 auto; padding:18px 24px; font-size:13px; color:#7184a8; text-align:center; }

/* ── Legal pages (preserved) ── */
main { max-width:820px; margin:0 auto; padding:32px 24px 64px; }
.doc { background:#fff; border:1px solid var(--border); border-radius:16px; padding:42px; box-shadow:var(--shadow); }
.doc h1 { font-size:28px; margin:0 0 4px; color:var(--navy); }
.doc .updated { color:var(--muted); font-size:14px; margin:0 0 28px; }
.doc h2 { font-size:19px; margin:32px 0 10px; color:var(--navy); }
.doc p { margin:0 0 14px; }
.doc ul { margin:0 0 14px; padding-left:22px; }
.doc li { margin-bottom:8px; }
.doc a { color:var(--blue); }
.back { display:inline-block; margin-bottom:18px; color:var(--blue); text-decoration:none; font-size:14px; font-weight:600; }

/* ── Animations ── */
@keyframes fadeUp { from{opacity:0; transform:translateY(18px);} to{opacity:1; transform:translateY(0);} }
@keyframes float { 0%,100%{transform:translateY(0);} 50%{transform:translateY(-9px);} }

/* ── Responsive ── */
@media (max-width:880px){
  .hero-inner { grid-template-columns:1fr; text-align:center; }
  .hero-copy > p { margin-left:auto; margin-right:auto; }
  .cta-row, .trust { justify-content:center; }
  .hero h1 { font-size:36px; }
  .features, .steps { grid-template-columns:1fr; }
  .compliance { flex-direction:column; }
  .foot-wrap { grid-template-columns:1fr 1fr; }
}
@media (max-width:520px){
  .foot-wrap { grid-template-columns:1fr; }
  .hero h1 { font-size:30px; }
  .section h2 { font-size:26px; }
  header.site nav a:not(.nav-cta) { display:none; }
}

/* ── App showcase mockups ── */
.shots { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; align-items:start; }
.shot { text-align:center; }
.shot-cap { margin:16px 0 0; color:var(--muted); font-size:14px; font-weight:600; }
.appphone { position:relative; width:300px; max-width:100%; margin:0 auto; background:#0e1830; border-radius:30px; padding:8px; box-shadow:var(--shadow-lg); }
.app-top { background:#1A2B4A; color:#fff; font-weight:700; font-size:15px; padding:14px 16px; border-radius:22px 22px 0 0; display:flex; align-items:center; justify-content:space-between; }
.top-chip { background:rgba(255,255,255,.15); color:#dfe7ff; font-size:10px; font-weight:600; padding:4px 9px; border-radius:999px; }
.app-body { background:#fff; border-radius:0 0 22px 22px; padding:12px; height:540px; overflow:hidden; text-align:left; }
.app-body.gray { background:#f3f5f9; }
.trial-banner { background:#FFF8E1; color:#5d4d1a; font-size:11px; padding:8px 11px; border-radius:9px; display:flex; justify-content:space-between; align-items:center; gap:8px; margin-bottom:10px; }
.trial-banner b { color:#1A2B4A; white-space:nowrap; }
.metric-grid { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-bottom:10px; }
.mcard { background:#fff; border:1px solid #eef1f6; border-radius:12px; padding:11px; }
.mcard.tall { min-height:80px; display:flex; flex-direction:column; justify-content:space-between; }
.mval { font-size:22px; font-weight:800; line-height:1; }
.mval.blue { color:#0033A0; }
.mval small { font-size:11px; font-weight:600; color:var(--muted); }
.mlabel { font-size:10.5px; color:#8a94a6; margin-top:4px; line-height:1.2; }
.mfoot { font-size:10px; color:#9aa3b2; margin-top:3px; }
.q-row { display:flex; align-items:center; gap:6px; }
.q-row.sm { margin-top:2px; }
.qdot { width:9px; height:9px; border-radius:50%; background:#2E7D32; }
.qdot.sm { width:6px; height:6px; }
.green { color:#2E7D32; font-size:15px; }
.bar { height:4px; background:#e7ecf4; border-radius:3px; margin:7px 0 4px; overflow:hidden; }
.bar i { display:block; height:100%; background:#0033A0; border-radius:3px; }
.panel { background:#fff; border:1px solid #eef1f6; border-radius:12px; padding:12px; margin-bottom:10px; }
.panel-title { font-size:12px; font-weight:700; color:#1A2B4A; margin-bottom:10px; }
.chart { display:flex; align-items:flex-end; justify-content:space-between; height:64px; gap:5px; }
.cbar { display:flex; gap:2px; align-items:flex-end; }
.cbar i { width:6px; border-radius:2px 2px 0 0; }
.cbar i.in { background:#4366F5; }
.cbar i.out { background:#4CAF50; }
.chart-legend { display:flex; gap:14px; margin-top:8px; font-size:10px; color:var(--muted); }
.chart-legend i { display:inline-block; width:8px; height:8px; border-radius:2px; margin-right:4px; }
.dot-in { background:#4366F5; } .dot-out { background:#4CAF50; }
.act { display:flex; align-items:center; gap:9px; padding:7px 0; border-top:1px solid #f0f2f7; }
.act:first-of-type { border-top:0; }
.av { width:30px; height:30px; border-radius:50%; color:#fff; font-size:11px; font-weight:700; display:flex; align-items:center; justify-content:center; flex:0 0 30px; }
.act-c { flex:1; min-width:0; }
.act-c b { font-size:12px; color:#1b2433; display:block; }
.act-c small { font-size:11px; color:#8a94a6; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.act-b { font-size:9px; font-weight:600; padding:3px 7px; border-radius:5px; white-space:nowrap; }
.act-b.unread { background:#FFEBEE; color:#C62828; }
.act-b.replied { background:#E8F5E9; color:#2E7D32; }
.isearch { background:#fff; border:1px solid #e7ecf4; border-radius:9px; padding:9px 12px; font-size:12px; color:#9aa3b2; margin-bottom:9px; }
.ichips { display:flex; gap:6px; overflow:hidden; margin-bottom:8px; }
.ichips span { background:#fff; border:1px solid #e7ecf4; border-radius:999px; padding:5px 10px; font-size:10.5px; color:#5b6578; white-space:nowrap; font-weight:600; }
.ichips span.on { background:#0033A0; color:#fff; border-color:#0033A0; }
.conv { display:flex; align-items:center; gap:10px; background:#fff; border-radius:10px; padding:9px 10px; margin-bottom:6px; }
.conv-c { flex:1; min-width:0; }
.conv-h { display:flex; justify-content:space-between; align-items:center; }
.conv-h b { font-size:12.5px; color:#1b2433; }
.conv-h small { font-size:10px; color:#9aa3b2; }
.conv-p { font-size:11.5px; color:#1b2433; margin-top:2px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.conv-p.read { color:#9aa3b2; }
.tagb { background:#E3F2FD; color:#1565C0; font-size:9px; font-weight:700; padding:2px 6px; border-radius:4px; margin-left:4px; }
.unread-n { background:#E53935; color:#fff; font-size:10px; font-weight:700; min-width:18px; height:18px; border-radius:9px; display:flex; align-items:center; justify-content:center; padding:0 5px; flex:0 0 auto; }
.kdrop { background:#fff; border:1px solid #e7ecf4; border-radius:9px; padding:9px 12px; font-size:12px; color:#5b6578; margin-bottom:8px; }
.kcount { font-size:11px; color:#9aa3b2; margin-bottom:8px; }
.krow { display:flex; align-items:center; gap:10px; background:#fff; border-radius:10px; padding:10px; margin-bottom:6px; }
.krow-c { flex:1; min-width:0; }
.krow-c b { font-size:12.5px; color:#1b2433; display:block; }
.krow-c small { font-size:10.5px; color:#9aa3b2; }
.badges { display:flex; gap:5px; margin-top:5px; flex-wrap:wrap; }
.sb { font-size:9px; font-weight:700; padding:3px 7px; border-radius:4px; color:var(--c); background:#eef2f7; background:color-mix(in srgb, var(--c) 14%, #fff); }
.cdot { width:9px; height:9px; border-radius:50%; flex:0 0 9px; }
.cdot.in { background:#2E7D32; } .cdot.out { background:#E53935; }
.fab { position:absolute; right:16px; bottom:16px; width:46px; height:46px; border-radius:50%; background:#0033A0; color:#fff; font-size:26px; display:flex; align-items:center; justify-content:center; box-shadow:0 8px 18px rgba(0,51,160,.4); }

/* ── Pricing ── */
.price-wrap { max-width:460px; margin:0 auto; }
.price-card { position:relative; background:#fff; border:2px solid #0033A0; border-radius:20px; padding:34px 30px 30px; box-shadow:var(--shadow-md); text-align:center; }
.price-badge { position:absolute; top:-13px; left:50%; transform:translateX(-50%); background:#0033A0; color:#fff; font-size:12px; font-weight:700; padding:6px 16px; border-radius:999px; white-space:nowrap; }
.price-card h3 { margin:6px 0 10px; font-size:22px; color:var(--navy); }
.price { display:flex; align-items:baseline; justify-content:center; gap:6px; }
.price .amt { font-size:38px; font-weight:800; color:var(--navy); letter-spacing:-1px; }
.price .per { color:var(--muted); font-size:15px; font-weight:600; }
.price-sub { color:#0033A0; font-size:13px; font-weight:600; margin:4px 0 20px; }
.price-feats { list-style:none; padding:0; margin:0 0 24px; text-align:left; }
.price-feats li { position:relative; padding:8px 0 8px 28px; font-size:14.5px; color:#33404f; border-bottom:1px solid #f1f4f8; }
.price-feats li:last-child { border-bottom:0; }
.price-feats li::before { content:"✓"; position:absolute; left:2px; top:8px; color:#4CAF50; font-weight:800; }
.btn.block { display:block; text-align:center; }
.sec-pricing .btn.primary { background:#0033A0; color:#fff; box-shadow:0 10px 24px rgba(0,51,160,.3); }
.sec-pricing .btn.primary:hover { box-shadow:0 16px 30px rgba(0,51,160,.42); }
.help-card { background:#FFF8E1; border-radius:14px; padding:20px 24px; margin-top:18px; text-align:center; }
.help-card h4 { margin:0 0 6px; color:#5d4d1a; font-size:16px; }
.help-card p { margin:0; color:#6b5d2e; font-size:14px; }
.help-card a { color:#0033A0; font-weight:700; }

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