:root{
  --bg: #FFFFFF;
  --bg-soft: #F5F8FE;
  --ink: #0F1729;
  --ink-muted: #55607A;
  --ink-faint: #94A0BC;
  --primary: #1656E8;
  --primary-dark: #0B3AC2;
  --primary-pale: #EAF0FE;
  --accent: #17B8A6;
  --accent-pale: #E7FBF7;
  --border: #E5E9F5;
  --footer-bg: #0B142B;
  --footer-text: #A9B3D1;
  --font-head: 'Plus Jakarta Sans', sans-serif;
  --font-body: 'Inter', sans-serif;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin:0; background: var(--bg); color: var(--ink);
  font-family: var(--font-body); line-height:1.65; -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a{ color:inherit; text-decoration:none; }
img,svg{ display:block; max-width:100%; }
img{ transition: opacity .55s ease, filter .55s ease, transform .55s ease; }
img:not(.img-ready){ opacity:0; filter: blur(10px); transform: scale(1.035); }
img.img-ready{ opacity:1; filter:none; transform:none; }
:focus-visible{ outline: 2px solid var(--primary); outline-offset: 3px; }
.wrap{ max-width: 1200px; margin:0 auto; padding: 0 28px; }
h1,h2,h3{ font-family: var(--font-head); margin:0; color: var(--ink); }
::selection{ background: var(--primary); color:#fff; }

.eyebrow{
  font-family: var(--font-head); font-weight:700; font-size:13px; letter-spacing:0.06em;
  text-transform:uppercase; color: var(--primary); margin-bottom:14px; display:flex; align-items:center; gap:8px;
}
.eyebrow::before{ content:""; width:22px; height:3px; border-radius:2px; background: var(--primary); }
.section-head{ max-width: 640px; margin: 0 auto 52px; text-align:center; }
.section-head h2{ font-size: 34px; font-weight:800; letter-spacing:-0.01em; margin-bottom:14px; line-height:1.2; }
.section-head p{ color: var(--ink-muted); font-size:16px; }

.btn{
  font-family: var(--font-body); font-weight:600; font-size:15px;
  padding: 14px 26px; border-radius: 9px; display:inline-flex; align-items:center; gap:9px;
  transition: transform .15s, box-shadow .15s, background .15s, color .15s;
}
.btn-primary{ background: var(--primary); color:#fff; }
.btn-primary:hover{ background: var(--primary-dark); transform: translateY(-1px); box-shadow: 0 10px 24px -10px rgba(22,86,232,0.45); }
.btn-outline{ border: 1.5px solid var(--border); color: var(--ink); }
.btn-outline:hover{ border-color: var(--primary); color: var(--primary); background: var(--primary-pale); }
.btn-white{ background:#fff; color: var(--primary); }
.btn-white:hover{ transform: translateY(-1px); box-shadow: 0 10px 24px -10px rgba(0,0,0,0.25); }
.btn-ghost-dark{ border: 1.5px solid rgba(255,255,255,0.35); color:#fff; }
.btn-ghost-dark:hover{ background: rgba(255,255,255,0.12); }

/* ---------- HEADER ---------- */
header{
  position: sticky; top:0; z-index:50;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.nav{ display:flex; align-items:center; justify-content:space-between; padding: 16px 28px; max-width:1200px; margin:0 auto; position:relative; }
.brand{ display:flex; align-items:center; gap:10px; }
.brand .mark{
  width:38px; height:38px; border-radius:10px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  display:flex; align-items:center; justify-content:center; color:#fff; font-family:var(--font-head); font-weight:800; font-size:14px;
}
.brand-text{ font-family: var(--font-head); font-weight:800; font-size:19px; letter-spacing:-0.01em; }
.brand-text span{ color: var(--primary); }
nav.links{ display:flex; gap:30px; align-items:center; }
nav.links a{ font-size:14.5px; font-weight:500; color: var(--ink-muted); transition: color .15s; }
nav.links a:hover{ color: var(--ink); }
.nav-right{ display:flex; align-items:center; gap:14px; }
.call-pill{
  display:flex; align-items:center; gap:8px; font-size:13.5px; font-weight:600; color: var(--ink);
}
.call-pill .dot{ width:7px; height:7px; border-radius:50%; background: var(--accent); box-shadow:0 0 0 3px var(--accent-pale); }

.menu-toggle{
  display:none; width:40px; height:40px; border-radius:8px; border:1px solid var(--border);
  background:#fff; align-items:center; justify-content:center; flex-shrink:0; cursor:pointer;
}
.menu-toggle svg{ width:20px; height:20px; stroke: var(--ink); fill:none; stroke-width:2; stroke-linecap:round; }
.menu-toggle .icon-close{ display:none; }
.nav.mobile-open .menu-toggle .icon-open{ display:none; }
.nav.mobile-open .menu-toggle .icon-close{ display:block; }

section{ padding: 88px 0; }

/* ---------- HERO (homepage) ---------- */
.hero{ padding: 72px 0 60px; position:relative; overflow:hidden; background: var(--bg-soft); }
.hero::before{
  content:""; position:absolute; top:-120px; right:-120px; width:480px; height:480px; border-radius:50%;
  background: radial-gradient(circle, rgba(22,86,232,0.10), transparent 70%);
}
.hero-grid{ display:grid; grid-template-columns: 1.05fr 0.95fr; gap:56px; align-items:center; position:relative; }
.hero h1{ font-size:46px; font-weight:800; line-height:1.14; letter-spacing:-0.02em; margin-bottom:22px; }
.hero h1 .hl{ color: var(--primary); }
.hero p.lead{ font-size:17.5px; color: var(--ink-muted); max-width:480px; margin-bottom:32px; }
.cta-row{ display:flex; gap:14px; flex-wrap:wrap; }

.hero-slider{ position:relative; width:100%; max-width:420px; margin:0 auto; min-height:340px; }
.hero-slide-track{ position:relative; width:100%; height:340px; }
.hero-slide{
  position:absolute; inset:0; opacity:0; visibility:hidden;
  transition: opacity .5s ease; display:flex; align-items:center; justify-content:center;
}
.hero-slide.active{ opacity:1; visibility:visible; z-index:1; }
.hero-slide img{ width:100%; height:100%; object-fit:contain; padding:10px; filter: drop-shadow(0 22px 30px rgba(15,23,41,0.25)); }
.hero-slide-caption{
  position:absolute; left:50%; bottom:6px; transform:translateX(-50%); max-width:88%;
  padding:10px 18px; border-radius:10px;
  background: rgba(15,23,41,0.78); backdrop-filter: blur(4px);
  color:#fff; font-size:14px; font-weight:600; display:flex; align-items:center; justify-content:center; gap:8px;
  text-align:center;
}
.hero-slider-dots{ display:flex; flex-wrap:wrap; justify-content:center; gap:6px; margin-top:18px; }
.hs-dot{ width:7px; height:7px; border-radius:50%; background: var(--border); border:none; padding:0; cursor:pointer; transition: background .15s, transform .15s; }
.hs-dot.active{ background: var(--primary); transform: scale(1.3); }
@media (prefers-reduced-motion: reduce){
  .hero-slide{ transition:none; }
}

/* dashboard mockup */
.mock-window{
  background:#fff; border-radius:16px; border:1px solid var(--border);
  box-shadow: 0 30px 60px -30px rgba(15,23,41,0.28);
  overflow:hidden;
}
.mock-bar{ display:flex; gap:6px; padding:14px 16px; border-bottom:1px solid var(--border); }
.mock-bar span{ width:10px; height:10px; border-radius:50%; background: var(--border); }
.mock-bar span:nth-child(1){ background:#FF6B6B; }
.mock-bar span:nth-child(2){ background:#FFC24B; }
.mock-bar span:nth-child(3){ background:#3DD68C; }
.mock-body{ display:flex; min-height: 300px; }
.mock-sidebar{ width:56px; background: var(--bg-soft); border-right:1px solid var(--border); padding:16px 12px; display:flex; flex-direction:column; gap:14px; }
.mock-side-item{ width:100%; height:9px; border-radius:5px; background: var(--border); }
.mock-side-item.active{ background: var(--primary); }
.mock-main{ flex:1; padding: 20px; display:flex; flex-direction:column; gap:18px; }
.mock-stat-row{ display:flex; gap:14px; }
.mock-stat{ background: var(--bg-soft); border:1px solid var(--border); border-radius:10px; padding:12px 16px; flex:1; }
.mock-stat .num{ display:block; font-family:var(--font-head); font-weight:800; font-size:20px; color: var(--ink); }
.mock-stat .lbl{ font-size:11.5px; color: var(--ink-faint); }
.mock-chart{ flex:1; display:flex; align-items:flex-end; gap:10px; background: var(--bg-soft); border:1px solid var(--border); border-radius:10px; padding:16px; min-height:120px; }
.mock-chart .bar{ flex:1; background: linear-gradient(180deg, var(--primary), var(--accent)); border-radius:5px 5px 0 0; opacity:0.85; }
.mock-float-card{
  position:absolute; bottom:-18px; left:24px; background:#fff; border:1px solid var(--border);
  border-radius:10px; padding:10px 16px; font-size:13px; font-weight:700; color: var(--accent);
  box-shadow: 0 14px 28px -14px rgba(15,23,41,0.25); display:flex; align-items:center; gap:8px;
}
.mock-float-card .check-ico{ display:flex; align-items:center; justify-content:center; width:18px; height:18px; border-radius:50%; background: var(--accent-pale); flex-shrink:0; }
.mock-float-card .check-ico svg{ width:10px; height:10px; stroke: var(--accent); fill:none; stroke-width:3; stroke-linecap:round; stroke-linejoin:round; }
.hero-mock{ position:relative; }

/* ---------- STATS ---------- */
.stats-band{ background:#fff; border-top:1px solid var(--border); border-bottom:1px solid var(--border); padding: 44px 0; }
.stats-row{ display:grid; grid-template-columns: repeat(3,1fr); gap:24px; text-align:center; }
.stat-num{ font-family: var(--font-head); font-weight:800; font-size:32px; color: var(--primary); }
.stat-lbl{ font-size:13.5px; color: var(--ink-muted); margin-top:4px; }

/* ---------- BENEFITS ---------- */
.benefits-grid{ display:grid; grid-template-columns: repeat(4,1fr); gap:22px; }
.benefit{ background:#fff; border:1px solid var(--border); border-radius:14px; padding:26px 22px; }
.benefit .ico{ width:42px; height:42px; border-radius:10px; background: var(--primary-pale); color: var(--primary); display:flex; align-items:center; justify-content:center; margin-bottom:16px; }
.benefit .ico svg{ width:20px; height:20px; stroke: var(--primary); fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.benefit h3{ font-size:16.5px; font-weight:700; margin-bottom:8px; }
.benefit p{ font-size:14px; color: var(--ink-muted); margin:0; }

.badge-live{ font-size:11px; font-weight:700; letter-spacing:0.04em; color: var(--accent); background: var(--accent-pale); padding:4px 9px; border-radius:20px; display:flex; align-items:center; gap:6px; }
.badge-live .dot{ width:6px; height:6px; border-radius:50%; background: var(--accent); }
.sys-icon{ border-radius:12px; background: var(--primary-pale); color: var(--primary); display:flex; align-items:center; justify-content:center; }
.sys-icon svg{ stroke:currentColor; fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }

/* ---------- SYSTEM CARD WITH IMAGE BLOCK ---------- */
.systems{ background: var(--bg-soft); }
.systems-grid{ display:grid; grid-template-columns: repeat(3,1fr); gap:22px; }
.sys-card{
  background:#fff; border:1px solid var(--border); border-radius:16px; padding:22px 22px 24px;
  display:flex; flex-direction:column; gap:14px;
  transition: transform .18s, box-shadow .18s, border-color .18s;
  opacity:0; transform: translateY(16px);
}
.sys-card.in{ opacity:1; transform:none; transition: opacity .5s ease, transform .5s ease; }
.sys-card:hover{ transform: translateY(-4px); box-shadow: 0 22px 40px -24px rgba(15,23,41,0.25); border-color: var(--primary); }
.sys-top{ display:flex; align-items:center; justify-content:space-between; }
.sys-thumb{ width:92px; height:92px; flex-shrink:0; display:flex; align-items:center; justify-content:center; }
.sys-thumb img{ width:100%; height:100%; object-fit:contain; filter: drop-shadow(0 8px 14px rgba(15,23,41,0.18)); }
.sys-thumb-fallback{ width:92px; height:92px; border-radius:14px; display:flex; align-items:center; justify-content:center; color:#fff; }
.sys-thumb-fallback svg{ width:36px; height:36px; stroke:#fff; fill:none; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.sys-card h3{ font-size:18px; font-weight:700; }
.sys-card p{ color: var(--ink-muted); font-size:14px; margin:0; flex-grow:1; }
.sys-link{ display:inline-flex; align-items:center; gap:7px; font-weight:600; font-size:14px; color: var(--primary); }
.sys-link .arrow{ transition: transform .15s; }
.sys-card:hover .sys-link .arrow{ transform: translateX(3px); }

/* ---------- FEATURE ICON STRIP ---------- */
.feature-strip{ display:grid; grid-template-columns: repeat(5,1fr); gap:20px; }
.fstrip-item{ text-align:center; }
.fstrip-item .ico{
  width:56px; height:56px; border-radius:50%; background: var(--primary-pale); color: var(--primary);
  display:flex; align-items:center; justify-content:center; margin: 0 auto 16px;
}
.fstrip-item .ico svg{ width:24px; height:24px; stroke:currentColor; fill:none; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.fstrip-item h3{ font-size:15px; font-weight:700; margin-bottom:8px; }
.fstrip-item p{ font-size:13.5px; color: var(--ink-muted); margin:0; }

/* ---------- BUILT FOR STRIP (trust bar) ---------- */
.builtfor{ background: var(--footer-bg); padding: 40px 0; }
.builtfor-label{ text-align:center; font-family: var(--font-mono, var(--font-body)); font-size:12.5px; letter-spacing:0.1em; text-transform:uppercase; color: var(--footer-text); margin-bottom:28px; }
.builtfor-row{ display:flex; justify-content:center; align-items:center; gap:44px; flex-wrap:wrap; }
.builtfor-chip{ display:flex; align-items:center; gap:10px; color: #fff; opacity:0.85; }
.builtfor-chip svg{ width:20px; height:20px; stroke:currentColor; fill:none; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.builtfor-chip span{ font-size:14px; font-weight:600; white-space:nowrap; }

/* ---------- FLOATING CONTACT BUTTON (Call + WhatsApp) ---------- */
.fab-wrap{ position: fixed; bottom: 24px; right: 24px; z-index: 60; display:flex; flex-direction:column; align-items:flex-end; gap:12px; }
.fab-actions{ display:flex; flex-direction:column; gap:12px; align-items:flex-end; }
.fab-action{
  display:flex; align-items:center; gap:10px;
  opacity:0; transform: translateY(8px) scale(0.9); pointer-events:none;
  transition: opacity .18s ease, transform .18s ease;
}
.fab-wrap.open .fab-action, .fab-wrap:hover .fab-action{ opacity:1; transform:none; pointer-events:auto; }
.fab-action-label{
  background:#fff; color: var(--ink); font-size:13px; font-weight:600; padding:7px 12px; border-radius:8px;
  box-shadow: 0 8px 20px -8px rgba(15,23,41,0.3); white-space:nowrap;
}
.fab-action-btn{
  width:48px; height:48px; border-radius:50%; display:flex; align-items:center; justify-content:center; flex-shrink:0;
  box-shadow: 0 10px 24px -8px rgba(15,23,41,0.35); transition: transform .15s;
}
.fab-action-btn:hover{ transform: scale(1.08); }
.fab-action-btn svg{ width:22px; height:22px; }
.fab-call .fab-action-btn{ background: var(--primary); }
.fab-call .fab-action-btn svg{ fill:#fff; }
.fab-wa .fab-action-btn{ background:#25D366; }
.fab-wa .fab-action-btn svg{ fill:#fff; }
.fab-main{
  width:58px; height:58px; border-radius:50%; background: var(--primary); border:none; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  box-shadow: 0 12px 28px -10px rgba(22,86,232,0.55); transition: transform .15s;
}
.fab-main:hover{ transform: scale(1.06); }
.fab-main svg{ width:26px; height:26px; fill:#fff; transition: transform .2s ease; }
.fab-wrap.open .fab-main svg{ transform: rotate(45deg); }

/* ---------- WHY US ---------- */
.why-grid{ display:grid; grid-template-columns: repeat(2,1fr); gap: 34px 48px; }
.why-item{ display:flex; gap:18px; }
.why-num{ font-family: var(--font-head); font-weight:800; font-size:22px; color: var(--primary-pale); -webkit-text-stroke: 1.5px var(--primary); flex-shrink:0; width:44px; }
.why-item h3{ font-size:17px; font-weight:700; margin-bottom:6px; }
.why-item p{ font-size:14.5px; color: var(--ink-muted); margin:0; }

/* ---------- CUSTOMIZE STRIP ---------- */
.customize{ background:#fff; }
.custom-grid{ display:grid; grid-template-columns: 1fr 1fr; gap:56px; align-items:center; }
.custom-grid h2{ font-size:30px; font-weight:800; margin-bottom:16px; line-height:1.25; }
.custom-grid p{ color: var(--ink-muted); font-size:16px; margin-bottom:14px; }
.check-list{ background: var(--bg-soft); border:1px solid var(--border); border-radius:16px; padding:8px; }
.check-row{ display:flex; align-items:center; gap:14px; padding:15px 18px; border-bottom:1px solid var(--border); }
.check-row:last-child{ border-bottom:none; }
.check-row .tickbox{ width:24px; height:24px; border-radius:7px; background: var(--accent); color:#fff; display:flex; align-items:center; justify-content:center; font-size:13px; flex-shrink:0; }
.check-row .txt{ font-size:14.5px; }
.check-row .txt span{ color: var(--ink-muted); }

/* ---------- CTA BANNER ---------- */
.cta-banner{ background: linear-gradient(120deg, var(--primary), var(--primary-dark)); color:#fff; border-radius: 24px; padding: 56px 48px; text-align:center; margin: 0 auto; }
.cta-banner h2{ color:#fff; font-size:32px; font-weight:800; margin-bottom:14px; }
.cta-banner p{ color: rgba(255,255,255,0.85); font-size:16px; max-width:480px; margin:0 auto 30px; }
.cta-row-center{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

/* ---------- FOOTER ---------- */
footer{ background: var(--footer-bg); color: var(--footer-text); padding: 64px 0 28px; }
.footer-grid{ display:grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap:40px; margin-bottom:48px; }
.footer-brand{ display:flex; align-items:center; gap:10px; margin-bottom:16px; }
.footer-brand .mark{ width:36px; height:36px; border-radius:9px; background: linear-gradient(135deg, var(--primary), var(--accent)); display:flex; align-items:center; justify-content:center; color:#fff; font-family:var(--font-head); font-weight:800; font-size:13px; }
.footer-brand-text{ font-family: var(--font-head); font-weight:800; font-size:18px; color:#fff; }
.footer-col p{ font-size:14px; line-height:1.7; }
.footer-col h4{ color:#fff; font-size:14px; font-weight:700; text-transform:uppercase; letter-spacing:0.05em; margin-bottom:16px; }
.footer-col ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:11px; }
.footer-col ul a{ font-size:14px; color: var(--footer-text); transition: color .15s; }
.footer-col ul a:hover{ color:#fff; }
.footer-systems li a{ display:flex; align-items:center; gap:10px; }
.footer-systems li a img{ width:22px; height:22px; object-fit:contain; flex-shrink:0; }
.footer-sys-dot{ width:22px; height:22px; border-radius:6px; background: rgba(255,255,255,0.12); flex-shrink:0; }
.footer-bottom{ border-top:1px solid rgba(255,255,255,0.12); padding-top:24px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; font-size:13px; color: var(--footer-text); }

.notice{ background: var(--primary-pale); border: 1px solid var(--border); border-radius: 12px; padding: 16px 18px; font-size:14px; color: var(--ink-muted); margin-bottom:28px; max-width:560px; }
.notice strong{ color: var(--ink); }
.badge-pending{ font-size:11px; font-weight:700; letter-spacing:0.04em; color: var(--ink-faint); background: var(--bg-soft); padding:4px 9px; border-radius:20px; display:flex; align-items:center; gap:6px; }
.badge-pending .dot{ width:6px; height:6px; border-radius:50%; background: var(--ink-faint); }
.btn-disabled{ background: var(--bg-soft); color: var(--ink-faint); border: 1.5px solid var(--border); cursor: not-allowed; }
.btn-disabled:hover{ transform:none; box-shadow:none; }

/* ---------- GENERIC SCROLL REVEAL ---------- */
.benefit, .feature-row, .check-row, .why-item, .fstrip-item, .builtfor-chip, .section-head{
  opacity:0; transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
}
.benefit.in, .feature-row.in, .check-row.in, .why-item.in, .fstrip-item.in, .builtfor-chip.in, .section-head.in{
  opacity:1; transform:none;
}
.benefits-grid .benefit:nth-child(1){ transition-delay:.03s; }
.benefits-grid .benefit:nth-child(2){ transition-delay:.09s; }
.benefits-grid .benefit:nth-child(3){ transition-delay:.15s; }
.benefits-grid .benefit:nth-child(4){ transition-delay:.21s; }
.feature-list .feature-row:nth-child(1){ transition-delay:.03s; }
.feature-list .feature-row:nth-child(2){ transition-delay:.08s; }
.feature-list .feature-row:nth-child(3){ transition-delay:.13s; }
.feature-list .feature-row:nth-child(4){ transition-delay:.18s; }
.feature-list .feature-row:nth-child(5){ transition-delay:.23s; }
.feature-list .feature-row:nth-child(6){ transition-delay:.28s; }
.check-list .check-row:nth-child(1){ transition-delay:.03s; }
.check-list .check-row:nth-child(2){ transition-delay:.08s; }
.check-list .check-row:nth-child(3){ transition-delay:.13s; }
.check-list .check-row:nth-child(4){ transition-delay:.18s; }
.check-list .check-row:nth-child(5){ transition-delay:.23s; }
.check-list .check-row:nth-child(6){ transition-delay:.28s; }
.check-list .check-row:nth-child(7){ transition-delay:.33s; }
.why-grid .why-item:nth-child(odd){ transition-delay:.04s; }
.why-grid .why-item:nth-child(even){ transition-delay:.12s; }
.feature-strip .fstrip-item:nth-child(1){ transition-delay:.03s; }
.feature-strip .fstrip-item:nth-child(2){ transition-delay:.08s; }
.feature-strip .fstrip-item:nth-child(3){ transition-delay:.13s; }
.feature-strip .fstrip-item:nth-child(4){ transition-delay:.18s; }
.feature-strip .fstrip-item:nth-child(5){ transition-delay:.23s; }
.builtfor-row .builtfor-chip:nth-child(1){ transition-delay:.02s; }
.builtfor-row .builtfor-chip:nth-child(2){ transition-delay:.06s; }
.builtfor-row .builtfor-chip:nth-child(3){ transition-delay:.10s; }
.builtfor-row .builtfor-chip:nth-child(4){ transition-delay:.14s; }
.builtfor-row .builtfor-chip:nth-child(5){ transition-delay:.18s; }

/* ---------- HERO / DETAIL-HERO ENTRANCE ---------- */
@keyframes fadeUp{ from{ opacity:0; transform:translateY(16px); } to{ opacity:1; transform:none; } }
.hero .eyebrow{ animation: fadeUp .6s ease both; }
.hero h1{ animation: fadeUp .6s ease .08s both; }
.hero p.lead{ animation: fadeUp .6s ease .16s both; }
.hero .cta-row{ animation: fadeUp .6s ease .24s both; }
.hero-slider{ animation: fadeUp .7s ease .18s both; }
.detail-hero .back-link{ animation: fadeUp .5s ease both; }
.detail-hero h1{ animation: fadeUp .6s ease .08s both; }
.detail-hero p.lead{ animation: fadeUp .6s ease .16s both; }
.detail-hero .detail-cta-row{ animation: fadeUp .6s ease .24s both; }
.detail-image{ animation: fadeUp .7s ease .14s both; }

@media (prefers-reduced-motion: reduce){
  img, img:not(.img-ready){ opacity:1 !important; filter:none !important; transform:none !important; transition:none !important; }
  .benefit, .feature-row, .check-row, .why-item, .fstrip-item, .builtfor-chip, .section-head{
    opacity:1 !important; transform:none !important; transition:none !important;
  }
  .hero .eyebrow, .hero h1, .hero p.lead, .hero .cta-row, .hero-slider,
  .detail-hero .back-link, .detail-hero h1, .detail-hero p.lead, .detail-hero .detail-cta-row, .detail-image{
    animation:none !important; opacity:1 !important; transform:none !important;
  }
}

/* ---------- SYSTEM DETAIL PAGES ---------- */
.back-link{ display:inline-flex; align-items:center; gap:8px; font-size:14px; font-weight:600; color: var(--ink-muted); margin-bottom:26px; transition: color .15s; }
.back-link:hover{ color: var(--primary); }
.back-link svg{ width:15px; height:15px; stroke:currentColor; fill:none; stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round; }

.detail-hero{ background: var(--bg-soft); padding: 48px 0 56px; border-bottom:1px solid var(--border); }
.detail-hero .wrap{ max-width: 900px; }
.detail-hero-grid{ display:grid; grid-template-columns: 1fr 280px; gap:44px; align-items:center; }
.detail-image{ position:relative; }
.detail-image img{ width:100%; filter: drop-shadow(0 20px 26px rgba(15,23,41,0.25)); }
.detail-image-badge{ position:absolute; top:6px; right:6px; background: rgba(255,255,255,0.95); }
.detail-icon-row{ display:flex; align-items:center; gap:14px; margin-bottom:22px; }
.detail-hero h1{ font-size:36px; font-weight:800; letter-spacing:-0.01em; margin-bottom:16px; line-height:1.2; }
.detail-hero p.lead{ font-size:17px; color: var(--ink-muted); margin-bottom:28px; }
.detail-cta-row{ display:flex; gap:14px; flex-wrap:wrap; }

.feature-section{ padding: 64px 0; }
.feature-section .wrap{ max-width: 820px; }
.feature-list{ display:grid; grid-template-columns: repeat(2,1fr); gap:16px; }
.feature-row{ display:flex; gap:14px; align-items:flex-start; background:#fff; border:1px solid var(--border); border-radius:12px; padding:18px 20px; }
.feature-row .tickbox{ width:24px; height:24px; border-radius:7px; background: var(--accent); color:#fff; display:flex; align-items:center; justify-content:center; flex-shrink:0; margin-top:1px; }
.feature-row p{ margin:0; font-size:14.5px; color: var(--ink); }

.detail-cta{ padding: 20px 0 88px; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 980px){
  .hero-grid{ grid-template-columns:1fr; }
  .stats-row{ grid-template-columns: repeat(3,1fr); gap:20px; }
  .benefits-grid{ grid-template-columns: repeat(2,1fr); }
  .systems-grid{ grid-template-columns: repeat(2,1fr); }
  .feature-strip{ grid-template-columns: repeat(3,1fr); gap:28px 16px; }
  .why-grid{ grid-template-columns: 1fr; }
  .custom-grid{ grid-template-columns: 1fr; }
  .footer-grid{ grid-template-columns: repeat(2,1fr); }
  .feature-list{ grid-template-columns: 1fr; }
  .detail-hero-grid{ grid-template-columns: 1fr; }
  .detail-image{ order:-1; max-width:280px; margin:0 auto; }
  nav.links{
    display:none; position:absolute; top:100%; left:0; right:0; background:#fff;
    border-bottom:1px solid var(--border); box-shadow: 0 16px 32px -20px rgba(15,23,41,0.25);
    padding: 8px 28px 20px; flex-direction:column; gap:2px; align-items:stretch;
  }
  .nav.mobile-open nav.links{ display:flex; }
  nav.links a{ padding:13px 4px; font-size:15.5px; border-bottom:1px solid var(--border); }
  nav.links a:last-child{ border-bottom:none; }
  .menu-toggle{ display:flex; }
}
@media (max-width: 600px){
  .hero h1, .detail-hero h1{ font-size:30px; }
  .benefits-grid{ grid-template-columns: 1fr; }
  .systems-grid{ grid-template-columns: 1fr; }
  .feature-strip{ grid-template-columns: repeat(2,1fr); }
  .builtfor-row{ gap:20px 28px; }
  .stats-row{ grid-template-columns: repeat(3,1fr); gap:14px; }
  .stat-num{ font-size:24px; }
  .cta-banner{ padding:40px 24px; border-radius:18px; }
  .footer-grid{ grid-template-columns: 1fr; }
  .call-pill span.txt{ display:none; }
  .fab-wrap{ bottom:18px; right:18px; }
  .fab-main{ width:52px; height:52px; }
  .fab-main svg{ width:22px; height:22px; }
  .fab-action-btn{ width:44px; height:44px; }
  .hero-slider{ max-width: 320px; min-height:260px; }
  .hero-slide-track{ height:260px; }
  .nav-right .btn-primary{ display:none; }
  .brand .mark{ width:38px; height:38px; font-size:13px; }
  .brand-text{ display:none; }
}
