
:root{
  --bg:#0a1020; /* lighter navy base */
  --panel:#0f1a33;
  --panel2:#132246;
  --text:#eef2ff;
  --muted:#b6c2d6;
  --line:rgba(148,163,184,.20);
  --acc:#0ea5e9;
  --acc2:#22c55e;
  --acc3:#a78bfa;
  --radius:18px;
  --shadow:0 18px 40px rgba(0,0,0,.28);
  --max:1120px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--text);
    background:
    radial-gradient(900px 500px at 10% 0%, rgba(14,165,233,.14), transparent 60%),
    radial-gradient(800px 450px at 90% 10%, rgba(34,197,94,.12), transparent 60%),
    radial-gradient(900px 520px at 50% 100%, rgba(99,102,241,.10), transparent 60%),
    var(--bg);
  line-height:1.55;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{max-width:var(--max);margin:0 auto;padding:0 18px}
.topbar{
  position:sticky;top:0;z-index:50;
  backdrop-filter: blur(12px);
  background: rgba(255,255,255,.75);
  border-bottom:1px solid rgba(2,6,23,.10);
}
.nav{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 0;
}
.brand{display:flex;align-items:center;gap:12px}
.brand img{  height:44px;width:auto}
.navlinks{display:flex;gap:18px;align-items:center}
.navlinks a{color:var(--muted);font-size:14px;padding:8px 10px;border-radius:12px}
.navlinks a:hover{color:var(--text);background:rgba(148,163,184,.08)}
.navlinks a.active{color:var(--text);background:rgba(14,165,233,.12);border:1px solid rgba(14,165,233,.25)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px 14px;border-radius:14px;
  border:1px solid rgba(2,6,23,.12);
  background:rgba(2,6,23,.04);
  color:var(--text);
  font-weight:600;font-size:14px;
  transition:.2s transform,.2s background,.2s border-color;
}
.btn:hover{transform:translateY(-1px);background:rgba(14,165,233,.12);border-color:rgba(148,163,184,.28)}
.btn.primary{
  background: linear-gradient(135deg, rgba(14,165,233,.95), rgba(34,197,94,.70));
  border-color: rgba(14,165,233,.35);
  color:#04101f;
}
.btn.primary:hover{filter:saturate(1.05);transform:translateY(-2px)}
.btn.ghost{background:transparent}
.menuBtn{display:none}

.hero{
  padding:64px 0 42px;
}
.heroGrid{display:grid;grid-template-columns: 1.08fr .92fr;gap:26px;align-items:center}
.kicker{
  display:inline-flex;gap:10px;align-items:center;
  padding:8px 12px;border:1px solid rgba(14,165,233,.22);
  background:rgba(14,165,233,.12);
  color: #06324a;
  border-radius:999px;
  font-size:12px;font-weight:700;letter-spacing:.2px;
}
.h1{font-size:44px;line-height:1.12;margin:14px 0 12px}
.lead{color:var(--muted);font-size:16px;max-width:56ch;margin:0 0 18px}
.actions{display:flex;gap:12px;flex-wrap:wrap}
.chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.chip{
  padding:7px 10px;border-radius:999px;
  border:1px solid rgba(2,6,23,.12);
  background:rgba(2,6,23,.04);
  color:var(--muted);font-size:12px;
}
.heroCard{
  background: rgba(255,255,255,.85);
  border:1px solid rgba(2,6,23,.10);
  border-radius: 22px;
  box-shadow: var(--shadow);
  overflow:hidden;
}
.heroCard .pad{padding:16px 16px 0}
.heroCard .meta{
  display:flex;justify-content:space-between;align-items:center;
  gap:10px;margin-bottom:12px
}
.badge{
  font-size:12px;color:#c7f1ff;
  border:1px solid rgba(14,165,233,.22);
  background:rgba(14,165,233,.12);
  padding:6px 10px;border-radius:999px;font-weight:700
}
.metric{color:var(--muted);font-size:12px}
.section{padding:54px 0}
.sectionTitle{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:20px}
.sectionTitle h2{margin:0;font-size:28px;line-height:1.2}
.sectionTitle p{margin:0;color:var(--muted);max-width:70ch}

.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.card{
  background: rgba(255,255,255,.82);
  border:1px solid rgba(2,6,23,.10);
  border-radius: var(--radius);
  padding:16px;
}
.card h3{margin:10px 0 6px;font-size:16px}
.card p{margin:0;color:var(--muted);font-size:14px}
.iconRow{display:flex;align-items:center;gap:12px}
.icon{width:46px;height:46px;border-radius:14px;background:rgba(14,165,233,.12);display:grid;place-items:center;border:1px solid rgba(14,165,233,.18)}
.icon img{width:34px;height:34px}
.split{
  display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:center
}
.list{
  margin:10px 0 0;padding:0;list-style:none;color:var(--muted);font-size:14px
}
.list li{padding:7px 0;border-bottom:1px dashed rgba(148,163,184,.16)}
.list li:last-child{border-bottom:0}
.callout{
  padding:22px;border-radius:24px;
  border:1px solid rgba(14,165,233,.22);
  background: linear-gradient(135deg, rgba(14,165,233,.16), rgba(34,197,94,.10));
}
.callout h3{margin:0 0 6px;font-size:18px}
.callout p{margin:0;color:var(--muted)}
.callout .actions{margin-top:14px}

.table{
  width:100%;border-collapse:separate;border-spacing:0;
  overflow:hidden;border-radius:18px;
  border:1px solid rgba(2,6,23,.10);
}
.table th,.table td{padding:12px 12px;border-bottom:1px solid rgba(148,163,184,.10);text-align:left;font-size:14px}
.table th{color:#cbd5e1;background:rgba(2,6,23,.04);font-weight:700}
.table td{color:var(--muted)}
.table tr:last-child td{border-bottom:0}

.footer{
  padding:38px 0;border-top:1px solid rgba(148,163,184,.12);
  background: rgba(255,255,255,.85);
}
.footerGrid{display:grid;grid-template-columns: 1.2fr .8fr .8fr .8fr;gap:16px}
.footer h4{margin:0 0 10px;font-size:14px;color:#cbd5e1}
.footer a{display:block;color:var(--muted);font-size:13px;padding:6px 0}
.footer a:hover{color:var(--text)}
.small{color:rgba(148,163,184,.75);font-size:12px;margin-top:12px}
.footerLogo{height:28px;width:auto;margin-bottom:10px;opacity:.95}

.form{
  display:grid;gap:10px;
}
.field{display:grid;gap:6px}
label{font-size:13px;color:#cbd5e1}
input,select,textarea{
  width:100%;
  padding:12px 12px;border-radius:14px;
  border:1px solid rgba(2,6,23,.12);
  background: rgba(255,255,255,.78);
  color:var(--text);
  outline:none;
}
textarea{min-height:120px;resize:vertical}

.notice{
  border:1px solid rgba(2,6,23,.10);
  background: rgba(148,163,184,.06);
  padding:12px 14px;border-radius:16px;
  color:var(--muted);font-size:13px
}

/* responsive */
@media (max-width: 980px){
  .heroGrid{grid-template-columns:1fr;gap:16px}
  .h1{font-size:38px}
  .grid3{grid-template-columns:1fr}
  .grid2{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .footerGrid{grid-template-columns:1fr 1fr}
  .navlinks{display:none;position:absolute;left:18px;right:18px;top:62px;flex-direction:column;gap:6px;
    background: rgba(255,255,255,.95);border:1px solid rgba(2,6,23,.10);border-radius:18px;padding:10px}
  .navlinks.open{display:flex}
  .menuBtn{display:inline-flex}
}

/* floating chat */
.chatFab{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:80;
  display:flex;
  gap:10px;
  align-items:center;
}
.chatBtn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border-radius:999px;
  border:1px solid rgba(2,6,23,.12);
  background:rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 28px rgba(2,6,23,.12);
  cursor:pointer;
  user-select:none;
  font-weight:800;
  color:var(--text);
}
.chatBtn .dot{
  width:10px;height:10px;border-radius:99px;background:var(--acc2);
  box-shadow: 0 0 0 6px rgba(34,197,94,.18);
}
.chatPanel{
  position:fixed;
  right:18px;
  bottom:74px;
  z-index:80;
  width:min(360px, calc(100vw - 36px));
  border-radius:22px;
  border:1px solid rgba(2,6,23,.12);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 40px rgba(2,6,23,.14);
  overflow:hidden;
  display:none;
}
.chatPanel.open{display:block}
.chatHeader{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 14px 10px;
  border-bottom:1px solid rgba(148,163,184,.14);
}
.chatHeader strong{font-size:14px}
.chatHeader button{
  border:0;background:transparent;color:var(--muted);
  font-weight:900;font-size:18px;cursor:pointer;
}
.chatBody{padding:12px 14px}
.chatBody p{margin:0 0 10px;color:var(--muted);font-size:13px}
.quickRow{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:10px}
.qchip{
  padding:7px 10px;border-radius:999px;
  border:1px solid rgba(2,6,23,.12);
  background:rgba(255,255,255,.06);
  color:var(--muted);font-size:12px;
}
.chatLinks{display:grid;gap:10px}
.chatLinks .btn{width:100%}


.brand img{  height:44px;
  width:auto;
  filter:none;
}



/* --- v5 light theme overrides (clean + readable) --- */
body{
  background:
    radial-gradient(900px 500px at 10% 0%, rgba(14,165,233,.12), transparent 60%),
    radial-gradient(800px 450px at 90% 10%, rgba(34,197,94,.10), transparent 60%),
    radial-gradient(900px 520px at 50% 100%, rgba(99,102,241,.08), transparent 60%),
    #f6f8ff !important;
  color:#0b1220 !important;
}
.topbar{
  background: rgba(255,255,255,.86) !important;
  border-bottom:1px solid rgba(2,6,23,.10) !important;
}
.navlinks a{
  color:#334155 !important;
}
.navlinks a:hover{
  color:#0b1220 !important;
  background: rgba(2,6,23,.04) !important;
}
.navlinks a.active{
  color:#0b1220 !important;
  background: rgba(14,165,233,.12) !important;
  border:1px solid rgba(14,165,233,.25) !important;
}
.hero{
  padding-top:54px !important;
}
.kicker{
  color:#0b3b55 !important;
  background: rgba(14,165,233,.10) !important;
  border-color: rgba(14,165,233,.22) !important;
}
.h1{color:#0b1220 !important;}
.lead{color:#475569 !important;}
.chip{color:#475569 !important;background: rgba(2,6,23,.03) !important;border-color: rgba(2,6,23,.10) !important;}
.sectionTitle h2{color:#0b1220 !important;}
.sectionTitle p{color:#475569 !important;}
.card{
  background: rgba(255,255,255,.92) !important;
  border:1px solid rgba(2,6,23,.10) !important;
  box-shadow: 0 10px 24px rgba(2,6,23,.06);
}
.card h3{color:#0b1220 !important;}
.card p{color:#475569 !important;}
.list{color:#475569 !important;}
.notice{
  background: rgba(14,165,233,.08) !important;
  border-color: rgba(14,165,233,.18) !important;
  color:#334155 !important;
}
.callout{
  background: linear-gradient(135deg, rgba(14,165,233,.10), rgba(34,197,94,.08)) !important;
  border-color: rgba(14,165,233,.18) !important;
}
.btn{
  background: rgba(2,6,23,.04) !important;
  border-color: rgba(2,6,23,.12) !important;
  color:#0b1220 !important;
}
.btn:hover{
  background: rgba(2,6,23,.06) !important;
}
.btn.primary{
  color:#04101f !important;
}
.heroCard{
  background: rgba(255,255,255,.92) !important;
  border-color: rgba(2,6,23,.10) !important;
}
.badge{
  color:#0b3b55 !important;
  background: rgba(14,165,233,.10) !important;
  border-color: rgba(14,165,233,.20) !important;
}
.metric{color:#475569 !important;}
.table th{background: rgba(2,6,23,.03) !important;color:#0b1220 !important;}
.table td{color:#475569 !important;}
.footer{
  background: rgba(255,255,255,.92) !important;
  border-top:1px solid rgba(2,6,23,.10) !important;
}
.footer a{color:#475569 !important;}
.footer a:hover{color:#0b1220 !important;}
.small{color: rgba(71,85,105,.90) !important;}
/* Chat widget */
.chatBtn{
  background: rgba(255,255,255,.92) !important;
  color:#0b1220 !important;
  border-color: rgba(2,6,23,.12) !important;
}
.chatPanel{
  background: rgba(255,255,255,.96) !important;
  border-color: rgba(2,6,23,.12) !important;
}
.chatHeader{border-bottom:1px solid rgba(2,6,23,.10) !important;}
.chatHeader button{color:#475569 !important;}
.qchip{color:#475569 !important;border-color: rgba(2,6,23,.10) !important;background: rgba(2,6,23,.03) !important;}
/* ensure text in dark SVG preview doesn't dominate on light pages */
.heroCard img{filter: saturate(1.05) contrast(1.05);}


/* demo flow */
.demoWrap{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:center}
.demoSteps{display:grid;gap:12px}
.stepCard{padding:14px 14px 12px;border-radius:18px;border:1px solid rgba(2,6,23,.10);background:rgba(255,255,255,.92)}
.stepCard.active{border-color: rgba(14,165,233,.35); box-shadow: 0 12px 26px rgba(14,165,233,.12)}
.stepTop{display:flex;align-items:center;justify-content:space-between;gap:10px}
.stepTop b{font-size:13px}
.pill{font-size:11px;padding:6px 10px;border-radius:999px;border:1px solid rgba(14,165,233,.20);background:rgba(14,165,233,.10);color:#0b3b55;font-weight:800}
.stepCard p{margin:8px 0 0;color:#475569;font-size:13px}
.demoStage{border-radius:22px;border:1px solid rgba(2,6,23,.10);background:rgba(255,255,255,.92);overflow:hidden;box-shadow: 0 16px 34px rgba(2,6,23,.08)}
.demoStage img{width:100%;height:auto;display:block}
.progress{height:8px;border-radius:999px;background:rgba(2,6,23,.06);overflow:hidden;margin-top:12px}
.progress > div{height:100%;width:0%;background:linear-gradient(90deg, rgba(14,165,233,.90), rgba(34,197,94,.70));border-radius:999px;transition:width .35s ease}
@media (max-width: 980px){
  .demoWrap{grid-template-columns:1fr}
}

.section{position:relative}
.section::after{content:'';position:absolute;left:0;right:0;bottom:0;height:1px;background:rgba(2,6,23,.06)}
.section:last-of-type::after{display:none}

.cardLink{text-decoration:none;color:inherit;display:block}
.cardLink:hover{transform: translateY(-2px); transition: transform .18s ease}

/* WhatsApp floating button */
.waFab{
  position:fixed;
  right:18px;
  bottom:76px; /* above chat button */
  z-index:81;
  width:52px;height:52px;border-radius:999px;
  display:grid;place-items:center;
  background: rgba(34,197,94,.95);
  box-shadow: 0 14px 28px rgba(2,6,23,.14);
  border:1px solid rgba(2,6,23,.08);
  text-decoration:none;
}
.waFab svg{width:26px;height:26px;display:block;fill:#fff}
.waFab:hover{transform: translateY(-2px); transition: transform .18s ease}
@media (max-width: 520px){
  .waFab{right:14px;bottom:72px}
}

.input{
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(2,6,23,.12);
  background: rgba(255,255,255,.92);
  outline:none;
}
.input:focus{border-color: rgba(14,165,233,.40); box-shadow: 0 0 0 6px rgba(14,165,233,.12);}

/* blog featured images */
.blogCard img{height:160px; object-fit:cover; background: rgba(2,6,23,.02)}
