
:root{--bg:#07111f;--bg2:#0b1729;--card:#0f1e33;--text:#eff6ff;--muted:#9fb2cb;--line:#223653;--brand:#38e2a3;--brand2:#5aa7ff;--warn:#ffd166;--danger:#ff6b6b;--shadow:0 22px 80px rgba(0,0,0,.35)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:linear-gradient(180deg,#06101d,#0b1729 42%,#07111f);color:var(--text);line-height:1.65}a{text-decoration:none;color:inherit}.container{width:min(1200px,92%);margin:auto}.topbar{position:sticky;top:0;z-index:99;background:rgba(7,17,31,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0}.brand{display:flex;align-items:center;gap:10px;font-weight:900}.brand small{display:block;color:var(--muted);font-size:12px;font-weight:700;line-height:1}.logo{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--brand),var(--brand2));display:grid;place-items:center;color:#06101d;font-weight:1000}.links{display:flex;align-items:center;gap:13px}.links a{font-size:13px;color:#d8e8f8}.links a:hover{color:var(--brand)}.menu{display:none;border:1px solid var(--line);background:var(--card);color:var(--text);border-radius:12px;padding:10px 12px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:14px;padding:12px 18px;font-weight:900;cursor:pointer;transition:.2s}.btn.small{padding:9px 13px;font-size:13px}.btn.primary{background:linear-gradient(135deg,var(--brand),var(--brand2));color:#04101c}.btn.ghost{border:1px solid var(--line);background:rgba(255,255,255,.04);color:var(--text)}.btn:hover{transform:translateY(-1px)}.hero{padding:78px 0 50px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;right:-160px;top:-180px;width:620px;height:620px;background:radial-gradient(circle,rgba(56,226,163,.24),transparent 58%)}.hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:42px;align-items:center}.badge,.eyebrow{display:inline-flex;border:1px solid rgba(56,226,163,.3);background:rgba(56,226,163,.08);color:#bfffe7;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:900}.eyebrow{margin-bottom:12px}h1{font-size:clamp(36px,5vw,66px);line-height:1.05;margin:18px 0;letter-spacing:-1.4px}h2{font-size:clamp(28px,3.5vw,45px);line-height:1.15;margin:0 0 12px}h3{margin:0 0 8px}.lead{font-size:18px;color:#c9d9ec;max-width:820px}.muted,.card p,.section-head p{color:var(--muted)}.cta-row,.pill-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.pill-row span{border:1px solid var(--line);background:rgba(255,255,255,.04);border-radius:999px;padding:8px 12px;color:#c8d8ea;font-size:13px}.hero-card,.panel,.card,.pricing,.download-card,.flow-card{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:var(--shadow)}.mock{border:1px solid #2c4262;border-radius:24px;background:#091628;overflow:hidden}.mock-top{display:flex;align-items:center;gap:8px;padding:12px;border-bottom:1px solid var(--line)}.mock-top span{width:10px;height:10px;border-radius:50%;background:#496581}.mock-top em{font-style:normal;font-size:12px;color:var(--muted);margin-left:8px}.screen{padding:20px}.phone-pc{display:flex;gap:16px;align-items:end;margin-bottom:16px}.pc{height:190px;flex:1;border:1px solid #315075;border-radius:16px;background:linear-gradient(180deg,#10253e,#09182b);padding:14px}.pcbar{height:18px;border-radius:999px;background:#1c3756;margin-bottom:22px}.dashgrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.dashgrid b{background:rgba(56,226,163,.08);border:1px solid var(--line);border-radius:10px;padding:16px;text-align:center;color:#bfffe7}.phone{width:105px;height:205px;border:1px solid #315075;border-radius:22px;background:#0e2138;padding:12px;text-align:center}.phone div{height:88px;border-radius:14px;background:linear-gradient(135deg,var(--brand),var(--brand2));margin-bottom:14px}.phone p{font-size:12px;color:var(--muted);margin:4px 0}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.stat{background:rgba(255,255,255,.05);border:1px solid var(--line);border-radius:16px;padding:14px}.stat b{display:block;font-size:22px}.stat span{font-size:12px;color:var(--muted)}.section{padding:58px 0}.section.alt{background:rgba(255,255,255,.025);border-block:1px solid rgba(255,255,255,.04)}.section-head{max-width:900px;margin-bottom:28px}.grid{display:grid;gap:20px}.two{grid-template-columns:repeat(2,1fr)}.three{grid-template-columns:repeat(3,1fr)}.four{grid-template-columns:repeat(4,1fr)}.align{align-items:center}.card i{width:46px;height:46px;border-radius:14px;background:rgba(56,226,163,.10);display:grid;place-items:center;font-style:normal;margin-bottom:12px}.checklist{list-style:none;margin:16px 0 0;padding:0;display:grid;gap:10px}.checklist.cols{grid-template-columns:repeat(2,1fr)}.checklist li{position:relative;padding:11px 13px 11px 36px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.035);color:#d8e8f8}.checklist li:before{content:"✓";position:absolute;left:13px;color:var(--brand);font-weight:1000}.flow-card{min-height:310px;display:grid;place-items:center}.flow{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:center}.flow b,.mini{border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.04);padding:18px;text-align:center}.flow span{color:var(--brand);font-size:24px}.mini{display:block;text-align:left}.mini b{display:block;font-size:18px}.mini span{color:var(--muted);font-size:13px}.page-hero{padding:58px 0 34px;background:radial-gradient(circle at top right,rgba(90,167,255,.14),transparent 45%)}.sidebar-layout{display:grid;grid-template-columns:270px 1fr;gap:24px}.sidebar{position:sticky;top:84px;align-self:start;border:1px solid var(--line);background:rgba(255,255,255,.035);border-radius:22px;padding:14px}.sidebar a{display:block;padding:10px 12px;border-radius:12px;color:#cbdced}.sidebar a:hover{background:rgba(56,226,163,.08);color:#bfffe7}.content-stack{display:grid;gap:20px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.placeholder{min-height:190px;border:1px dashed #486890;border-radius:20px;background:rgba(255,255,255,.035);display:grid;place-items:center;text-align:center;color:#a9bdd4;padding:18px}.placeholder.video{min-height:230px}.phone-large{min-height:430px;display:grid;place-items:center}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.timeline div{border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.04);padding:20px}.num{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#06101d;font-weight:1000;margin-bottom:12px}.diagram{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:12px;align-items:center}.node{border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.04);padding:18px;text-align:center}.arrow{font-size:26px;color:var(--brand)}.table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:18px}.table th,.table td{border-bottom:1px solid var(--line);padding:14px;text-align:left}.table th{color:#bfffe7;background:rgba(56,226,163,.07)}.danger{border-color:rgba(255,107,107,.35)}.notice{margin-top:18px;border-left:4px solid var(--warn);background:rgba(255,209,102,.09);padding:16px;border-radius:14px;color:#f6e8bc}.download-card,.pricing{text-align:center}.pricing.featured{border-color:rgba(56,226,163,.45);transform:scale(1.02)}.architecture-map{min-height:600px;position:relative;border:1px solid var(--line);border-radius:30px;background:radial-gradient(circle at center,rgba(56,226,163,.08),transparent 45%),rgba(255,255,255,.025);padding:28px}.box{position:absolute;border:1px solid var(--line);border-radius:22px;padding:18px;min-width:180px;text-align:center;background:#0d1b2f;box-shadow:var(--shadow)}.box small{color:var(--muted)}.box.public{left:8%;top:12%}.box.cloud{left:38%;top:9%;border-color:rgba(56,226,163,.45)}.box.mobile{right:8%;top:22%}.box.pc{right:14%;bottom:18%}.box.local{left:38%;bottom:10%}.box.admin{left:8%;bottom:22%}.biglist{display:grid;gap:12px}.biglist li{padding:14px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.035)}.faq{display:grid;gap:14px}.faq details{border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.035);padding:16px}.faq summary{font-weight:900;cursor:pointer}.form{display:grid;gap:14px}.input,.select,.textarea{width:100%;background:#081525;border:1px solid var(--line);color:var(--text);border-radius:14px;padding:13px;margin-top:6px}.textarea{min-height:120px}.kbd{font-family:ui-monospace,Consolas,monospace;background:#07111f;border:1px solid var(--line);padding:2px 6px;border-radius:6px;color:#bfffe7}.footer{padding:38px 0 22px;border-top:1px solid var(--line);color:#9fb2cb}.footgrid{display:grid;grid-template-columns:1.3fr 1.3fr .8fr;gap:20px}.copyright{border-top:1px solid rgba(255,255,255,.06);margin-top:22px;padding-top:18px}.mobile-cta{display:none;position:fixed;bottom:12px;left:12px;right:12px;z-index:50}.mobile-cta .btn{width:100%}@media(max-width:1050px){.links{display:none;position:absolute;left:4%;right:4%;top:68px;flex-direction:column;align-items:stretch;background:#0b1729;border:1px solid var(--line);border-radius:18px;padding:14px}.links.open{display:flex}.menu{display:block}.hero-grid,.two,.three,.four,.sidebar-layout,.footgrid{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr}.timeline{grid-template-columns:1fr}.diagram{grid-template-columns:1fr}.arrow{transform:rotate(90deg);text-align:center}.sidebar{position:static}.mobile-cta{display:block}.architecture-map{min-height:auto;display:grid;gap:12px}.box{position:static}.stat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){h1{font-size:36px}.lead{font-size:16px}.section{padding:42px 0}.hero{padding:48px 0 30px}.gallery{grid-template-columns:1fr}.checklist.cols{grid-template-columns:1fr}.phone-pc{flex-direction:column}.phone{width:100%;height:auto}.stat-grid{grid-template-columns:1fr}.cta-row .btn{width:100%}.brand span{font-size:13px}}
/* v5 premium additions */
.lang-strip{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.lang-strip span{font-size:12px;border:1px solid var(--line);border-radius:999px;padding:6px 10px;color:#cbdced;background:rgba(255,255,255,.035)}.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}.proof-box{border:1px solid var(--line);background:rgba(255,255,255,.04);border-radius:18px;padding:14px}.proof-box b{display:block;color:#bfffe7}.mock-img{width:100%;border-radius:18px;border:1px solid var(--line);background:#091628;display:block}.asset-table{display:grid;grid-template-columns:1fr 1fr;gap:16px}.asset{border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.035);padding:18px}.asset code{display:block;white-space:pre-wrap;color:#bfffe7;font-size:12px;margin-top:10px}.roadmap{counter-reset:step;display:grid;gap:14px}.roadmap .step{position:relative;border:1px solid var(--line);background:rgba(255,255,255,.035);border-radius:18px;padding:18px 18px 18px 64px}.roadmap .step:before{counter-increment:step;content:counter(step);position:absolute;left:18px;top:18px;width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#06101d;font-weight:1000}.compare{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.compare .card.good{border-color:rgba(56,226,163,.45)}.compare .card.warn{border-color:rgba(255,209,102,.45)}.locked{opacity:.72;filter:saturate(.8)}.cta-band{border:1px solid rgba(56,226,163,.35);background:linear-gradient(135deg,rgba(56,226,163,.12),rgba(90,167,255,.12));border-radius:30px;padding:28px;display:flex;justify-content:space-between;gap:18px;align-items:center;margin-top:28px}.sticky-side{position:fixed;right:16px;top:45%;z-index:60;display:grid;gap:8px}.sticky-side a{background:#0d1b2f;border:1px solid var(--line);border-radius:14px;padding:10px 12px;font-size:12px;color:#d8e8f8}.badge.red{border-color:rgba(255,107,107,.45);background:rgba(255,107,107,.08);color:#ffd2d2}.badge.blue{border-color:rgba(90,167,255,.45);background:rgba(90,167,255,.08);color:#d9ecff}.print-note{display:none}@media print{.topbar,.mobile-cta,.sticky-side,.cta-row,.footer{display:none!important}.print-note{display:block;color:#111}.section,.page-hero{padding:18px 0}body{background:#fff;color:#111}.card,.panel,.download-card,.pricing,.asset,.placeholder{border-color:#ddd;background:#fff;color:#111;box-shadow:none}.muted,.card p,.section-head p{color:#333}}@media(max-width:900px){.hero-proof,.asset-table,.compare{grid-template-columns:1fr}.cta-band{display:block}.sticky-side{display:none}}

/* v6 additions */
.badge.blue{border-color:rgba(90,167,255,.45);background:rgba(90,167,255,.10);color:#cde5ff}.badge.red{border-color:rgba(255,107,107,.45);background:rgba(255,107,107,.10);color:#ffd0d0}.download-card code{display:block;margin:12px 0;padding:10px;border-radius:12px;background:rgba(0,0,0,.25);color:#bfffe7}.roadmap{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.step{border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.04);padding:20px}.asset-table{display:grid;gap:18px}.asset{border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.04);padding:22px}.asset code{display:block;white-space:pre-wrap;background:#07111f;border:1px solid var(--line);border-radius:16px;padding:16px;color:#c8f7e5}.footer{border-top:1px solid var(--line);padding:34px 0;background:rgba(0,0,0,.18)}.footgrid{display:grid;grid-template-columns:2fr 2fr 1fr;gap:24px}.copyright{padding-top:20px;color:var(--muted);font-size:13px}.mobile-cta{display:none}@media(max-width:900px){.roadmap,.footgrid{grid-template-columns:1fr}.mobile-cta{display:block;position:fixed;bottom:14px;left:14px;right:14px;z-index:100}.mobile-cta .btn{width:100%}body{padding-bottom:78px}}

/* v7 additions */
.product-showcase{display:grid;grid-template-columns:1.35fr .9fr;gap:24px;align-items:stretch}.product-cover{border-radius:28px;padding:34px;background:linear-gradient(135deg,rgba(31,111,235,.12),rgba(16,185,129,.14));border:1px solid rgba(15,23,42,.1);box-shadow:0 20px 60px rgba(2,6,23,.08)}.tag{display:inline-flex;padding:8px 12px;border-radius:999px;background:#ecfeff;color:#075985;font-weight:800;font-size:12px}.product-specs{display:grid;gap:12px}.product-specs div{padding:18px;border-radius:18px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 8px 28px rgba(2,6,23,.06)}.product-specs b{display:block;color:#0f172a}.product-specs span{color:#64748b}.product-card a{font-weight:800}.muted{opacity:.78}.dashboard-grid{display:grid;grid-template-columns:260px 1fr;gap:22px}.dash-menu{border-radius:24px;background:#0f172a;color:#fff;padding:22px;display:grid;gap:12px;align-content:start}.dash-menu a{color:#cbd5e1;padding:10px 12px;border-radius:12px;background:rgba(255,255,255,.06)}.dash-panel{border:1px solid rgba(15,23,42,.08);border-radius:24px;padding:24px;background:#fff;box-shadow:0 16px 50px rgba(2,6,23,.07)}.dash-top{display:flex;justify-content:space-between;gap:16px;align-items:start}.status{border-radius:999px;padding:8px 12px;font-weight:800;font-size:12px}.status.ok{background:#dcfce7;color:#166534}.stat.big{min-height:110px}.table-wrap{overflow-x:auto;border-radius:18px;border:1px solid rgba(15,23,42,.08);background:#fff}.table-wrap table{width:100%;border-collapse:collapse;min-width:720px}.table-wrap th,.table-wrap td{padding:15px;border-bottom:1px solid rgba(15,23,42,.07);text-align:left}.table-wrap th{background:#f8fafc;color:#0f172a}.compare b{color:#0f766e}.quote-card{border-radius:28px;background:#0f172a;color:#fff;padding:34px;font-size:28px;font-weight:900;line-height:1.25}.steps{display:grid;gap:14px;counter-reset:item;list-style:none;padding:0}.steps li{padding:18px 20px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px}.roadmap{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.roadmap div{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:22px;padding:22px;box-shadow:0 10px 35px rgba(2,6,23,.05)}.roadmap span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:14px;background:#eff6ff;color:#1d4ed8;font-weight:900;margin-bottom:12px}@media(max-width:900px){.product-showcase,.dashboard-grid,.roadmap{grid-template-columns:1fr}.dash-top{display:block}.quote-card{font-size:22px}}

/* v8 final-sale pages */
.notice-box{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);border-radius:18px;padding:18px;margin:16px 0}.step-list{counter-reset:step}.step-list li{margin:12px 0;padding:14px 16px;border-radius:14px;background:rgba(255,255,255,.05);list-style:none}.step-list li:before{counter-increment:step;content:counter(step);display:inline-grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--primary);color:#fff;margin-right:10px;font-weight:800}.doc-card{border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:18px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03))}.copy-block{white-space:pre-wrap;background:#08111f;border:1px solid rgba(255,255,255,.12);padding:18px;border-radius:16px;overflow:auto}.price-band{display:flex;gap:10px;flex-wrap:wrap}.price-band span{padding:10px 14px;border-radius:999px;background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.25);font-weight:700}

/* v9 user growth tools */
.five{grid-template-columns:repeat(5,1fr)}
.v9-growth-tools .card{min-height:190px}
@media(max-width:1100px){.five{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.five{grid-template-columns:1fr}}

.mt{margin-top:22px}
.hero.slim{padding:56px 0}
.muted{color:var(--muted)}
.notice{padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.04);margin-top:18px}
.timeline{display:grid;gap:18px}.timeline>div{padding:18px;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04)}

/* v11 publishing-ready additions */
.v11-publish-ready .card{min-height:180px}.doc-card{margin-bottom:18px}.copy-block{font-size:14px;line-height:1.7}.site-file{font-family:ui-monospace,Consolas,monospace;background:rgba(255,255,255,.06);border:1px solid var(--line);border-radius:12px;padding:10px 12px;display:inline-block}.kbd{font-family:ui-monospace,Consolas,monospace}

/* v15 future software upload/catalog system */
.catalog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.catalog-card{border:1px solid var(--line);border-radius:28px;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));box-shadow:var(--shadow)}.catalog-cover{height:250px;background:#091628;border-bottom:1px solid var(--line);display:grid;place-items:center;overflow:hidden}.catalog-cover img{width:100%;height:100%;object-fit:cover;display:block}.catalog-body{padding:22px}.catalog-meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}.catalog-meta span{font-size:12px;border:1px solid rgba(56,226,163,.3);background:rgba(56,226,163,.08);color:#bfffe7;border-radius:999px;padding:6px 10px;font-weight:800}.tag-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.tag-row span{font-size:12px;border:1px solid var(--line);border-radius:999px;padding:6px 10px;color:#cbdced;background:rgba(255,255,255,.035)}.tag-row.big span{font-size:13px;padding:8px 12px}.product-hero-img{width:100%;max-height:360px;object-fit:cover;border-radius:22px;border:1px solid var(--line);margin-bottom:20px}.folder-map{font-family:ui-monospace,Consolas,monospace;white-space:pre-wrap;background:#07111f;border:1px solid var(--line);border-radius:18px;padding:18px;color:#bfffe7;overflow:auto}@media(max-width:900px){.catalog-grid{grid-template-columns:1fr}.catalog-cover{height:210px}}


/* v17 clean navigation overrides */
.topbar{background:rgba(4,12,24,.94)}
.nav{padding:14px 0;gap:18px}
.links{display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:flex-end}
.links a{font-size:14px;font-weight:700;color:#d9e7f6}
.links a:hover{color:var(--brand)}
.links .btn{font-size:13px;padding:10px 14px;border-radius:12px}
.links .btn.ghost{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.04)}
@media(max-width:1050px){.links{display:none;position:absolute;left:4%;right:4%;top:72px;flex-direction:column;align-items:stretch;background:#0b1729;border:1px solid var(--line);border-radius:18px;padding:14px;flex-wrap:nowrap}.links a,.links .btn{width:100%;text-align:left;justify-content:flex-start}}

/* v18 premium homepage/header/footer polish */
.section-head.center{text-align:center;margin-left:auto;margin-right:auto}
.premium-hero{padding:88px 0 64px}
.premium-hero h1{max-width:760px}
.premium-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}
.premium-stats div{border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.05);padding:16px}
.premium-stats b{display:block;font-size:24px;color:#bfffe7}
.premium-stats span{font-size:13px;color:var(--muted)}
.premium-card{padding:18px}
.premium-screen{padding:22px}
.premium-dashboard{display:grid;gap:12px}
.dash-head{display:flex;justify-content:space-between;align-items:center;border:1px solid var(--line);border-radius:16px;background:rgba(56,226,163,.08);padding:16px}
.dash-head small{color:var(--muted);font-weight:800}
.dash-row{display:flex;justify-content:space-between;align-items:center;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.04);padding:14px}
.dash-row b{color:#bfffe7}
.premium-feature{min-height:245px;transition:.2s}
.premium-feature:hover{transform:translateY(-4px);border-color:rgba(56,226,163,.35)}
.premium-flow{min-height:280px}
.footer a{color:#d9e7f6}
.footer a:hover{color:var(--brand)}
@media(max-width:900px){.premium-stats{grid-template-columns:1fr}.premium-hero{padding:58px 0 42px}}


/* public login/register final cleanup */
.links a[href*="super-admin"]{display:none!important}
.alert{background:#fee2e2;color:#991b1b;border-radius:12px;padding:14px;margin-bottom:16px}


/* v19 protected-content/readability fixes */
body{color:#eff6ff}
.card,.panel,.download-card,.pricing,.flow-card{color:#eff6ff}
.card h3,.panel h3,.download-card h3{color:#f8fbff}
.card p,.panel p,.download-card p,.section-head p{color:#c9d9ec!important}
.placeholder{color:#d8e8f8!important;background:rgba(255,255,255,.05)!important;border-color:#39577c!important}
.checklist li,.step-list li,.steps li{background:rgba(255,255,255,.055)!important;color:#eaf3ff!important;border:1px solid #2a4263!important}
.checklist li b,.step-list li b,.steps li b{color:#ffffff!important}
.readable-list li{font-size:16px;line-height:1.7;padding:14px 16px 14px 42px}
.notice{color:#f8fbff!important;background:rgba(255,209,102,.10)!important;border:1px solid rgba(255,209,102,.24)!important}
.notice b{color:#fff}
.download-card .kbd,.kbd{color:#bfffe7!important;background:#07111f!important;border-color:#28415f!important}
.page-hero .lead{color:#d8e8f8!important}
.table th,.table td{color:#0f172a}
body .section.alt .checklist li{background:rgba(255,255,255,.07)!important;color:#eff6ff!important}


/* v20 final public/protected section cleanup */
.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.process-card{border:1px solid #2a4263;border-radius:18px;background:rgba(255,255,255,.06);padding:18px;color:#eff6ff}
.process-card b{display:block;color:#bfffe7;font-size:16px;margin-bottom:8px}
.process-card span{display:block;color:#d8e8f8;line-height:1.6}
.steps li,.step-list li{background:rgba(255,255,255,.06)!important;color:#eff6ff!important;border:1px solid #2a4263!important}
.steps li b,.step-list li b{color:#bfffe7!important}
@media(max-width:1000px){.process-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.process-grid{grid-template-columns:1fr}}


/* v21 clean public text + direct video player */
.video-section{position:relative}
.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.video-card{background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));border:1px solid var(--line);border-radius:28px;padding:18px;box-shadow:var(--shadow)}
.video-card video{width:100%;aspect-ratio:16/9;border-radius:20px;background:#020617;border:1px solid #2a4263;display:block}
.video-card h3{margin:14px 0 0;color:#f8fbff}
.video-card p{color:#c9d9ec}
.technical-note,.developer-note{display:none!important}
@media(max-width:980px){.video-grid{grid-template-columns:1fr}}


/* upload-managed downloads */
.badge.ok{border-color:rgba(34,197,94,.35);background:rgba(34,197,94,.10);color:#bbf7d0}
.badge.warn{border-color:rgba(255,209,102,.38);background:rgba(255,209,102,.10);color:#fde68a}


/* v24 login action and recovery cleanup */
.auth-actions{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}
.auth-action{display:block;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.045);padding:14px;text-align:center;transition:.2s}
.auth-action:hover{border-color:rgba(56,226,163,.45);transform:translateY(-1px)}
.auth-action b{display:block;color:#f8fbff;font-size:15px}
.auth-action span{display:block;color:var(--muted);font-size:12px;margin-top:4px}
@media(max-width:640px){.auth-actions{grid-template-columns:1fr}}


/* v25 logged-in profile/dropdown navigation */
.nav-download-link{font-weight:800;color:#bfffe7!important}
.profile-menu{position:relative;display:inline-flex;align-items:center}
.profile-toggle{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.055);color:#eff6ff;border-radius:14px;padding:8px 10px;display:flex;align-items:center;gap:8px;font-weight:800;cursor:pointer;font-family:inherit}
.profile-toggle:hover{border-color:rgba(56,226,163,.45);background:rgba(56,226,163,.10)}
.profile-avatar{width:28px;height:28px;border-radius:999px;display:inline-grid;place-items:center;background:linear-gradient(135deg,var(--brand),#5ab1ff);color:#07111f;font-weight:900}
.profile-name{max-width:170px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.profile-caret{color:#b6c8dc;font-size:13px}
.profile-dropdown{display:none;position:absolute;right:0;top:calc(100% + 10px);min-width:180px;background:#07111f;border:1px solid var(--line);border-radius:16px;padding:8px;box-shadow:0 18px 45px rgba(0,0,0,.35);z-index:50}
.profile-menu.open .profile-dropdown{display:block}
.profile-dropdown a{display:block;padding:11px 12px;border-radius:12px;color:#d9e7f6!important;text-align:left;font-weight:800}
.profile-dropdown a:hover{background:rgba(56,226,163,.10);color:#bfffe7!important}
@media(max-width:1050px){.profile-menu{display:block;width:100%}.profile-toggle{width:100%;justify-content:flex-start}.profile-dropdown{position:static;margin-top:8px;width:100%;box-shadow:none}.profile-name{max-width:none}.nav-download-link{display:block;width:100%}}


/* v28 clean login + stable navigation */
.links a.active{color:#bfffe7}
.auth-clean-section{padding:84px 0 38px;min-height:calc(100vh - 190px);display:flex;align-items:center}
.auth-card-title{text-align:center;margin:0 0 22px;font-size:34px;line-height:1.1;color:#f4f8ff}
.auth-card-subtitle{display:none}
.auth-actions.clean{grid-template-columns:1fr 1fr;margin-top:18px}
.auth-actions.clean .auth-action{min-height:54px;display:flex;align-items:center;justify-content:center;text-decoration:none}
.auth-actions.clean .auth-action span{display:none}
.profile-dropdown{top:calc(100% + 4px);padding:10px;min-width:160px}
.profile-dropdown a{white-space:nowrap}
@media(max-width:640px){.auth-clean-section{padding:42px 0}.auth-actions.clean{grid-template-columns:1fr}.auth-card-title{font-size:30px}}

/* v29 professional navigation + real MediDokan logo */
.topbar{
  background:linear-gradient(180deg,rgba(4,12,23,.96),rgba(7,17,31,.92));
  border-bottom:1px solid rgba(148,163,184,.18);
  box-shadow:0 12px 34px rgba(0,0,0,.26);
}
.topbar:after{
  content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;
  background:linear-gradient(90deg,transparent,rgba(56,226,163,.55),rgba(90,167,255,.42),transparent);
  opacity:.9;pointer-events:none;
}
.nav{padding:10px 0;gap:22px;min-height:70px}.brand{gap:12px;min-width:max-content;transition:.2s ease}.brand:hover{transform:translateY(-1px)}
.brand-logo-wrap{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(56,226,163,.16),rgba(90,167,255,.12));border:1px solid rgba(148,163,184,.25);box-shadow:0 12px 28px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.12);overflow:hidden;flex:0 0 auto}.brand-logo-img{width:44px;height:44px;object-fit:contain;display:block;filter:drop-shadow(0 5px 9px rgba(0,0,0,.28))}.brand-copy b{display:block;font-size:18px;line-height:1;color:#f8fbff;letter-spacing:.1px}.brand-copy small{display:block;margin-top:4px;color:#a9b9ce;font-size:12px;font-weight:800;letter-spacing:.12px}.links{gap:7px;background:rgba(15,30,51,.58);border:1px solid rgba(148,163,184,.16);border-radius:999px;padding:6px;box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 8px 22px rgba(0,0,0,.16)}.links>a:not(.btn),.profile-toggle{height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:0 14px;color:#d8e8f8!important;font-size:13px;font-weight:900;letter-spacing:.1px;line-height:1;border:1px solid transparent;background:transparent;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}.links>a:not(.btn):hover,.links>a:not(.btn).active{color:#06101d!important;background:linear-gradient(135deg,#38e2a3,#5aa7ff);border-color:rgba(255,255,255,.16);box-shadow:0 10px 22px rgba(56,226,163,.18);transform:translateY(-1px)}.links>a.nav-download-link{color:#bfffe7!important;border-color:rgba(56,226,163,.22);background:rgba(56,226,163,.09)}.links>a.nav-download-link:hover,.links>a.nav-download-link.active{color:#06101d!important;background:linear-gradient(135deg,#38e2a3,#5aa7ff)}.links .btn.ghost.small{height:40px;border-radius:999px;padding:0 18px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.05);color:#eff6ff;box-shadow:none}.links .btn.ghost.small:hover,.links .btn.ghost.small.active{background:linear-gradient(135deg,rgba(56,226,163,.18),rgba(90,167,255,.18));border-color:rgba(56,226,163,.42);color:#fff;transform:translateY(-1px)}.profile-menu{margin-left:2px}.profile-toggle{gap:9px;background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.14);padding:0 11px 0 8px;box-shadow:none}.profile-toggle:hover,.profile-menu.open .profile-toggle,.profile-menu:hover .profile-toggle{background:rgba(56,226,163,.11);border-color:rgba(56,226,163,.45);transform:translateY(-1px)}.profile-avatar{width:30px;height:30px;border-radius:12px;background:linear-gradient(135deg,#38e2a3,#5aa7ff);box-shadow:0 5px 12px rgba(56,226,163,.22);font-size:13px}.profile-name{max-width:150px}.profile-caret{font-size:11px;opacity:.85}.profile-dropdown{top:calc(100% + 12px);right:0;min-width:178px;border-radius:18px;background:rgba(7,17,31,.98);border:1px solid rgba(148,163,184,.20);box-shadow:0 24px 60px rgba(0,0,0,.44);padding:10px}.profile-menu:hover .profile-dropdown,.profile-menu.open .profile-dropdown{display:block}.profile-dropdown:before{content:"";position:absolute;top:-8px;right:26px;width:14px;height:14px;background:rgba(7,17,31,.98);border-left:1px solid rgba(148,163,184,.20);border-top:1px solid rgba(148,163,184,.20);transform:rotate(45deg)}.profile-dropdown a{position:relative;z-index:1;border-radius:13px;padding:12px 13px;color:#dcecff!important;font-weight:900}.profile-dropdown a:hover{background:rgba(56,226,163,.12);color:#bfffe7!important}.menu{height:42px;border-radius:999px;padding:0 16px;background:rgba(15,30,51,.7);border:1px solid rgba(148,163,184,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
@media(max-width:1050px){
  .nav{min-height:66px}.brand-logo-wrap{width:48px;height:48px;border-radius:16px}.brand-logo-img{width:40px;height:40px}.links{top:76px;left:4%;right:4%;border-radius:22px;padding:12px;background:rgba(7,17,31,.98);box-shadow:0 24px 70px rgba(0,0,0,.46)}.links>a:not(.btn),.links .btn.ghost.small,.profile-toggle{width:100%;height:44px;justify-content:flex-start;padding:0 14px}.profile-menu{margin-left:0;width:100%}.profile-dropdown{position:static;margin-top:8px;min-width:100%;box-shadow:none;border-radius:16px}.profile-dropdown:before{display:none}.profile-menu:hover .profile-dropdown{display:none}.profile-menu.open .profile-dropdown{display:block}
}
@media(max-width:620px){.brand-logo-wrap{width:44px;height:44px}.brand-logo-img{width:37px;height:37px}.brand-copy b{font-size:16px}.brand-copy small{font-size:11px}.menu{font-size:13px}}


/* v30 nav button sizing + no round hover shape */
.links{
  border-radius:14px;
}
.links>a:not(.btn),
.profile-toggle,
.links .btn.ghost.small{
  height:42px;
  border-radius:8px;
  font-size:15px;
  font-weight:900;
  letter-spacing:.12px;
  transform:none!important;
  box-shadow:none!important;
}
.links>a:not(.btn):hover,
.links>a:not(.btn).active,
.links>a.nav-download-link:hover,
.links>a.nav-download-link.active{
  border-radius:8px;
  transform:none!important;
  box-shadow:none!important;
}
.links .btn.ghost.small:hover,
.links .btn.ghost.small.active,
.profile-toggle:hover,
.profile-menu.open .profile-toggle,
.profile-menu:hover .profile-toggle{
  border-radius:8px;
  transform:none!important;
  box-shadow:none!important;
}
.nav-download-link{font-size:15px!important;font-weight:900!important;}
.profile-name{font-size:15px;}
@media(max-width:1050px){
  .links{border-radius:14px;}
  .links>a:not(.btn),.links .btn.ghost.small,.profile-toggle{height:46px;border-radius:8px;font-size:15px;}
}
@media(max-width:620px){
  .links>a:not(.btn),.links .btn.ghost.small,.profile-toggle{font-size:14px;}
}


/* v31 live ecosystem hero homepage */
.ecosystem-hero{padding:72px 0 58px;position:relative;overflow:hidden}
.ecosystem-hero:before{content:"";position:absolute;inset:-20% auto auto -10%;width:520px;height:520px;background:radial-gradient(circle,rgba(56,226,163,.18),transparent 60%);pointer-events:none}
.ecosystem-hero:after{content:"";position:absolute;inset:auto -10% -20% auto;width:520px;height:520px;background:radial-gradient(circle,rgba(90,167,255,.18),transparent 60%);pointer-events:none}
.ecosystem-head{text-align:center;max-width:980px;margin:0 auto 36px;position:relative;z-index:1}
.ecosystem-head h1{margin:18px 0 12px;font-size:clamp(38px,5vw,72px);line-height:1.03}
.ecosystem-head h1 span{display:inline-block;background:linear-gradient(135deg,#7cf7d2,#77c0ff);-webkit-background-clip:text;background-clip:text;color:transparent}
.ecosystem-lead{max-width:900px;margin:0 auto}
.center-cta{justify-content:center}
.ecosystem-scene{position:relative;border:1px solid rgba(90,167,255,.16);border-radius:36px;padding:34px 26px 24px;background:linear-gradient(180deg,rgba(6,16,29,.72),rgba(8,18,33,.95));box-shadow:0 24px 80px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.05)}
.ecosystem-columns{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(220px,.7fr) minmax(260px,.72fr);gap:26px;align-items:end;position:relative;z-index:1}
.device-zone{display:flex;flex-direction:column;gap:18px}
.hero-side-label{display:inline-flex;align-items:center;gap:12px;align-self:flex-start;padding:14px 18px;border-radius:20px;border:1px solid rgba(56,226,163,.28);background:rgba(11,23,41,.72);box-shadow:0 12px 28px rgba(0,0,0,.24)}
.hero-side-label.right{align-self:flex-end}
.hero-side-label i{font-style:normal;width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:rgba(56,226,163,.08);font-size:22px;color:#7cf7d2}
.hero-side-label b{display:block;font-size:15px;line-height:1.1}
.hero-side-label span{display:block;color:#b8cadf;font-size:14px;margin-top:3px}
.device-panel{border-radius:28px;border:1px solid rgba(90,167,255,.2);background:linear-gradient(180deg,rgba(8,18,33,.9),rgba(11,23,41,.88));box-shadow:0 20px 60px rgba(0,0,0,.33), inset 0 1px 0 rgba(255,255,255,.04)}
.pc-device{padding:18px 18px 14px;min-height:445px;position:relative}
.pc-device:after{content:"";position:absolute;left:8%;right:8%;bottom:-18px;height:20px;border-radius:50%;background:radial-gradient(circle,rgba(90,167,255,.22),transparent 65%)}
.device-top{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.device-brand{font-weight:900;color:#f8fbff}
.device-search{flex:1;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:10px 14px;color:#8da4bf;background:rgba(255,255,255,.03);font-size:13px}
.pc-body{display:grid;grid-template-columns:118px 1fr;gap:14px}
.pc-sidebar{display:flex;flex-direction:column;gap:9px}
.pc-sidebar span{padding:10px 12px;border-radius:12px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);font-size:13px;color:#b8cadf;font-weight:700}
.pc-sidebar span.active{background:linear-gradient(135deg,rgba(56,226,163,.18),rgba(90,167,255,.18));color:#eafaff;border-color:rgba(56,226,163,.28)}
.pc-main{display:flex;flex-direction:column;gap:14px}
.stat-grid,.mobile-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.mini-card{border:1px solid rgba(255,255,255,.07);border-radius:18px;padding:14px;background:rgba(255,255,255,.03)}
.mini-card b{display:block;font-size:22px;line-height:1.1;color:#f7fbff}
.mini-card span{display:block;color:#9eb4cc;font-size:12px;margin-top:4px}
.chart-card{border:1px solid rgba(255,255,255,.07);border-radius:20px;padding:16px;background:rgba(255,255,255,.03)}
.chart-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}
.chart-head b{font-size:15px}
.chart-head span{font-size:12px;color:#9eb4cc}
.chart-line{height:132px;border-radius:16px;background:linear-gradient(180deg,rgba(56,226,163,.08),rgba(90,167,255,.03));position:relative;overflow:hidden}
.chart-line:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(255,255,255,.03) 1px,transparent 1px);background-size:100% 28px;opacity:.45}
.chart-line span{position:absolute;left:6%;right:6%;bottom:24px;height:82px;border-bottom:3px solid #6ceac1;border-left:3px solid transparent;border-right:3px solid transparent;clip-path:polygon(0% 90%,12% 68%,26% 76%,40% 38%,57% 52%,72% 26%,86% 44%,100% 8%,100% 100%,0% 100%);background:linear-gradient(180deg,rgba(56,226,163,.28),rgba(56,226,163,0));filter:drop-shadow(0 0 16px rgba(56,226,163,.35))}
.tool-grid,.mobile-shortcuts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.tool-card,.mobile-shortcut{border:1px solid rgba(90,167,255,.1);border-radius:18px;padding:14px;background:rgba(6,16,29,.55)}
.tool-card b,.mobile-shortcut b{display:block;font-size:14px}
.tool-card span,.mobile-shortcut span{display:block;color:#95adca;font-size:12px;margin-top:3px}
.sync-zone{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;min-height:520px}
.sync-node{width:170px;min-height:150px;border-radius:28px;border:1px solid rgba(90,167,255,.24);background:linear-gradient(180deg,rgba(10,23,44,.92),rgba(10,19,35,.86));display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:18px 16px;box-shadow:0 18px 40px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.04);position:relative;z-index:2}
.sync-node b{font-size:18px;margin-top:8px}
.sync-node span{display:block;color:#a9bdd6;font-size:14px;margin-top:4px}
.sync-icon{width:62px;height:62px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(56,226,163,.28),rgba(90,167,255,.35));font-size:32px;box-shadow:0 0 24px rgba(90,167,255,.28)}
.cloud-node{animation:floatY 4.6s ease-in-out infinite}.local-node{animation:floatY 5.3s ease-in-out infinite reverse}
.sync-flow{position:absolute;background-repeat:repeat-x;opacity:.95;z-index:1}
.sync-flow-left,.sync-flow-right{top:88px;height:2px;width:140px;background-image:radial-gradient(circle,#6df3d0 1.4px,transparent 1.6px);background-size:12px 2px;animation:dashMove 1s linear infinite}
.sync-flow-left{left:-18px}.sync-flow-right{right:-18px}
.sync-flow-vertical{top:204px;width:2px;height:112px;background-image:radial-gradient(circle,#6df3d0 1.4px,transparent 1.6px);background-size:2px 12px;animation:dashMoveVertical 1s linear infinite}
.sync-flow-left:after,.sync-flow-right:after{content:"➜";position:absolute;right:-8px;top:-11px;color:#74f2d4;font-size:18px}.sync-flow-left:after{right:-10px}.sync-flow-right:after{left:-8px;right:auto;transform:scaleX(-1)}
.sync-flow-vertical:after{content:"➜";position:absolute;left:-8px;top:-12px;color:#74f2d4;font-size:18px;transform:rotate(-90deg)}
.sync-pill{position:absolute;display:flex;flex-direction:column;gap:2px;min-width:164px;padding:14px 16px;border-radius:20px;border:1px solid rgba(56,226,163,.18);background:rgba(8,18,33,.8);box-shadow:0 14px 32px rgba(0,0,0,.26)}
.sync-pill b{font-size:16px}.sync-pill span{font-size:13px;color:#b1c3d8}
.sync-pill-left{left:-34px;bottom:148px}.sync-pill-right{right:-44px;bottom:156px}
.sync-note{padding:14px 18px;border-radius:18px;border:1px solid rgba(56,226,163,.22);background:rgba(56,226,163,.08);text-align:center;box-shadow:0 12px 28px rgba(0,0,0,.18)}
.sync-note b{display:block;color:#8ff7d5;font-size:15px}
.sync-note span{display:block;color:#d6f4ea;font-size:13px;margin-top:3px}
.mobile-zone{align-items:flex-end}
.mobile-device{padding:16px 14px;max-width:260px;border-radius:34px;box-shadow:0 20px 60px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,.04) inset}
.mobile-screen{border-radius:28px;padding:16px;background:linear-gradient(180deg,#07111f,#0c1a30);border:1px solid rgba(255,255,255,.07)}
.mobile-topbar{display:flex;align-items:center;justify-content:space-between;gap:8px}
.mobile-topbar b{font-size:15px}.mobile-topbar span,.mobile-pharmacy{font-size:12px;color:#a9bdd6}.mobile-pharmacy{margin-top:4px}
.mobile-search{margin-top:12px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.08);color:#88a1bd;background:rgba(255,255,255,.03);font-size:12px}
.mobile-stat-grid{margin-top:12px}
.mobile-shortcuts{margin-top:12px}
.mobile-list{margin-top:12px;border:1px solid rgba(255,255,255,.07);border-radius:18px;padding:12px;background:rgba(255,255,255,.03)}
.mobile-list-head,.invoice-row,.mobile-nav{display:flex;align-items:center;justify-content:space-between;gap:8px}
.mobile-list-head b{font-size:13px}.mobile-list-head span,.invoice-row span{font-size:11px;color:#9eb4cc}.invoice-row{padding:9px 0;border-top:1px solid rgba(255,255,255,.06)}.invoice-row:first-of-type{border-top:0}.invoice-row b{font-size:12px}
.mobile-nav{margin-top:12px;padding-top:10px;border-top:1px solid rgba(255,255,255,.08)}
.mobile-nav span{font-size:11px;color:#9eb4cc}.mobile-nav span.active{color:#7bf4d2}.mobile-nav .plus{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#38e2a3,#5aa7ff);color:#05101c;font-weight:900}
.feature-ribbon{margin-top:26px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;padding:16px;border-radius:26px;border:1px solid rgba(90,167,255,.18);background:rgba(8,18,33,.62);position:relative;z-index:1}
.feature-item{padding:14px 10px;border-radius:18px;text-align:center;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.04)}
.feature-item i{display:grid;place-items:center;margin:0 auto 10px;width:54px;height:54px;border-radius:18px;font-style:normal;font-size:26px;background:linear-gradient(135deg,rgba(56,226,163,.16),rgba(90,167,255,.18));color:#88f7d8}
.feature-item b{display:block;font-size:14px;line-height:1.25}.feature-item span{display:block;color:#9cb2cc;font-size:12px;margin-top:4px}
.hero-prop{position:absolute;bottom:-8px;width:130px;height:150px;border-radius:24px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.02));display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 20px 40px rgba(0,0,0,.28)}
.prop-left{left:-8px}.prop-right{right:-8px}.prop-icon{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#38e2a3,#5aa7ff);color:#05111c;font-weight:900;margin-bottom:10px}.hero-prop b{font-size:16px}.hero-prop span{font-size:12px;color:#9fb4cb;max-width:100px}
@keyframes floatY{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes dashMove{from{background-position:0 0}to{background-position:12px 0}}
@keyframes dashMoveVertical{from{background-position:0 0}to{background-position:0 12px}}
@media(max-width:1180px){
  .ecosystem-columns{grid-template-columns:1fr;gap:24px}
  .sync-zone{min-height:auto;order:2;padding:8px 0 0}
  .mobile-zone{align-items:flex-start}
  .hero-side-label.right{align-self:flex-start}
  .mobile-device{max-width:320px}
  .sync-pill{position:static;min-width:0;width:100%}
  .sync-flow-left,.sync-flow-right,.sync-flow-vertical{display:none}
  .sync-zone{gap:18px}
  .feature-ribbon{grid-template-columns:repeat(3,minmax(0,1fr))}
  .hero-prop{display:none}
}
@media(max-width:820px){
  .pc-body{grid-template-columns:1fr}
  .pc-sidebar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
  .feature-ribbon{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .ecosystem-hero{padding:56px 0 42px}
  .ecosystem-scene{padding:20px 16px 18px;border-radius:24px}
  .hero-side-label{padding:12px 14px;border-radius:18px}
  .pc-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}
  .stat-grid,.mobile-stat-grid,.tool-grid,.mobile-shortcuts,.feature-ribbon{grid-template-columns:1fr}
  .mini-card b{font-size:19px}
  .mobile-device{max-width:none;width:100%}
}


/* v32 homepage beauty + stronger mobile view */
.ecosystem-head{max-width:1060px}
.hero-quick-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:18px auto 0;max-width:980px}
.hero-quick-pills span{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;border:1px solid rgba(90,167,255,.18);background:rgba(255,255,255,.035);color:#dbeafd;font-size:13px;font-weight:800;box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}
.hero-quick-pills span:before{content:"✦";color:#7cf7d2;font-size:12px}
.hero-micro-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;max-width:1060px;margin:22px auto 8px}
.hero-micro-stats div{padding:18px 16px;border-radius:22px;border:1px solid rgba(90,167,255,.15);background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.02));box-shadow:0 14px 34px rgba(0,0,0,.18);text-align:left}
.hero-micro-stats b{display:block;color:#f7fbff;font-size:18px;line-height:1.15}
.hero-micro-stats span{display:block;color:#9fb5ce;font-size:13px;margin-top:6px}
.ecosystem-scene{margin-top:8px;background:linear-gradient(180deg,rgba(7,16,29,.75),rgba(5,12,23,.97));border-color:rgba(90,167,255,.18)}
.ecosystem-scene:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(56,226,163,.10),transparent 30%),radial-gradient(circle at 85% 15%,rgba(90,167,255,.12),transparent 25%),radial-gradient(circle at 50% 75%,rgba(56,226,163,.05),transparent 35%);pointer-events:none}
.device-panel{overflow:hidden}
.pc-device{padding:20px 20px 18px}
.mobile-device{padding:14px;border-radius:36px}
.hero-side-label,.sync-pill,.sync-note,.feature-ribbon,.hero-micro-stats div,.video-card,.premium-feature,.flow-card,.cta-band{backdrop-filter:blur(10px)}
.sync-zone{min-height:540px}
.sync-node{width:180px}
.feature-ribbon{gap:12px;padding:18px;background:linear-gradient(180deg,rgba(8,18,33,.72),rgba(8,18,33,.48))}
.feature-item{transition:.2s ease;border-color:rgba(255,255,255,.05)}
.feature-item:hover{transform:translateY(-2px);border-color:rgba(56,226,163,.18);background:rgba(255,255,255,.04)}
.video-card{border-color:rgba(90,167,255,.14);border-radius:30px}
.video-card h3{font-size:20px}
.video-card video{border-radius:22px}
.premium-feature{border-color:rgba(90,167,255,.14);border-radius:30px;padding:26px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025))}
.premium-feature i{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,rgba(56,226,163,.16),rgba(90,167,255,.14));font-size:22px}
.flow-card.premium-flow{border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025))}
.cta-band{border-radius:34px;padding:32px;background:linear-gradient(135deg,rgba(56,226,163,.10),rgba(90,167,255,.11));border-color:rgba(56,226,163,.26)}
@media(max-width:1180px){
  .hero-micro-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ecosystem-columns{grid-template-columns:1fr 1fr;align-items:start}
  .device-zone:first-child{grid-column:1/-1}
  .sync-zone{grid-column:1/2;min-height:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:stretch}
  .mobile-zone{grid-column:2/3;align-items:flex-start}
  .hero-side-label.right{align-self:flex-start}
  .cloud-node,.local-node{width:100%;min-height:170px}
  .sync-note{grid-column:1/-1}
  .sync-pill{position:static;min-width:0;width:100%}
  .sync-pill-left,.sync-pill-right{left:auto;right:auto;bottom:auto}
  .sync-flow-left,.sync-flow-right,.sync-flow-vertical{display:none}
  .feature-ribbon{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
  .ecosystem-hero{padding-top:56px}
  .ecosystem-head{text-align:left}
  .center-cta,.hero-quick-pills{justify-content:flex-start}
  .ecosystem-lead{margin:0;max-width:none}
  .ecosystem-columns{grid-template-columns:1fr}
  .sync-zone,.device-zone:first-child,.mobile-zone{grid-column:auto}
  .sync-zone{display:flex;flex-direction:column;align-items:stretch;gap:14px}
  .sync-node{width:100%;min-height:144px}
  .mobile-zone,.device-zone{align-items:stretch}
  .hero-side-label,.hero-side-label.right{align-self:flex-start}
  .mobile-device{max-width:100%}
  .feature-ribbon{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hero-prop{display:none}
}
@media(max-width:620px){
  .ecosystem-head h1{font-size:34px;letter-spacing:-.8px}
  .hero-quick-pills{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .hero-quick-pills span{min-height:48px;border-radius:16px;padding:10px 12px;font-size:12px;line-height:1.35}
  .hero-micro-stats{grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}
  .hero-micro-stats div{padding:14px 12px;border-radius:18px}
  .hero-micro-stats b{font-size:15px}
  .hero-micro-stats span{font-size:12px}
  .ecosystem-scene{padding:16px 14px 16px;border-radius:24px}
  .hero-side-label{width:100%;padding:12px 14px}
  .hero-side-label i{width:36px;height:36px;border-radius:12px;font-size:20px}
  .device-panel{border-radius:22px}
  .pc-device{padding:14px 14px 12px;min-height:auto}
  .device-top{display:block}
  .device-search{margin-top:10px;width:100%}
  .pc-body{grid-template-columns:1fr;gap:12px}
  .pc-sidebar{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}
  .pc-sidebar span{padding:8px 8px;font-size:12px;text-align:center}
  .stat-grid,.mobile-stat-grid{grid-template-columns:1fr 1fr;gap:10px}
  .tool-grid,.mobile-shortcuts{grid-template-columns:1fr 1fr;gap:10px}
  .mini-card{padding:12px;border-radius:14px}
  .mini-card b{font-size:17px}
  .chart-card{padding:12px;border-radius:16px}
  .chart-line{height:110px}
  .sync-node{padding:16px 14px;border-radius:22px}
  .sync-icon{width:52px;height:52px;border-radius:16px;font-size:28px}
  .sync-node b{font-size:17px}
  .sync-note{padding:12px 14px;border-radius:16px}
  .mobile-device{padding:10px;border-radius:28px}
  .mobile-screen{padding:14px;border-radius:22px}
  .mobile-nav{gap:6px}
  .feature-ribbon{grid-template-columns:1fr 1fr;padding:12px;border-radius:20px}
  .feature-item{padding:12px 8px;border-radius:16px}
  .feature-item i{width:44px;height:44px;border-radius:14px;font-size:22px;margin-bottom:8px}
  .feature-item b{font-size:13px}
  .feature-item span{font-size:11px}
  .video-card,.premium-feature,.flow-card.premium-flow{border-radius:24px;padding:20px}
  .cta-band{padding:22px;border-radius:26px}
}
@media(max-width:420px){
  .hero-quick-pills,.hero-micro-stats,.feature-ribbon,.tool-grid,.mobile-shortcuts,.stat-grid,.mobile-stat-grid{grid-template-columns:1fr}
  .pc-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cta-row .btn{width:100%}
}


/* v33 fixes: red-marked desktop gaps/overlap + mobile bottom overlay + top language */
.language-switcher{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(56,226,163,.22);background:rgba(56,226,163,.07);border-radius:12px;padding:5px 8px;box-shadow:inset 0 1px 0 rgba(255,255,255,.04);flex:0 0 auto}
.language-icon{font-size:16px;line-height:1;display:inline-grid;place-items:center;width:24px;height:24px;border-radius:8px;background:rgba(90,167,255,.10)}
.language-select{height:34px;min-width:158px;border:0;outline:0;border-radius:8px;background:rgba(6,16,29,.72);color:#eaf6ff;font-weight:900;font-size:13px;padding:0 8px;font-family:inherit;cursor:pointer}
.language-select option{background:#07111f;color:#eff6ff}
.google-translate-hidden,.goog-te-banner-frame,.goog-te-gadget,.skiptranslate iframe{display:none!important}
body{top:0!important}
.mobile-cta{display:none!important}
.hero-prop{display:none!important}
.ecosystem-head{margin-bottom:28px!important}
.ecosystem-scene{padding:28px 24px 24px!important;overflow:hidden!important}
.ecosystem-columns{align-items:start!important;gap:22px!important}
.clean-sync-zone{position:relative!important;min-height:0!important;padding-top:48px!important;justify-content:flex-start!important;gap:16px!important;align-items:center!important}
.clean-sync-zone:before{content:"";position:absolute;top:132px;bottom:110px;left:50%;width:2px;transform:translateX(-50%);background-image:radial-gradient(circle,#68f0d0 1.6px,transparent 1.8px);background-size:2px 13px;opacity:.75;animation:dashMoveVertical 1.2s linear infinite;z-index:0}
.clean-sync-zone .sync-flow{display:none!important}
.clean-sync-zone .sync-node{position:relative!important;z-index:2;width:min(190px,100%)!important;min-height:132px!important}
.clean-sync-zone .sync-pill-row{position:relative;z-index:2;display:grid;grid-template-columns:1fr;gap:10px;width:100%;max-width:240px}
.clean-sync-zone .sync-pill{position:static!important;left:auto!important;right:auto!important;bottom:auto!important;min-width:0!important;width:100%!important;text-align:center;padding:12px 14px!important;border-radius:17px!important;background:rgba(8,18,33,.92)!important}
.clean-sync-zone .sync-note{position:relative;z-index:2;width:100%;max-width:240px;margin-top:0!important}
.feature-ribbon{margin-top:24px!important;margin-left:auto!important;margin-right:auto!important;max-width:1000px!important;position:relative!important;z-index:3!important}
@media(min-width:1181px){
  .ecosystem-columns{grid-template-columns:minmax(0,1.3fr) minmax(230px,.62fr) minmax(250px,.68fr)!important}
  .pc-device{min-height:430px!important}
  .mobile-device{max-width:250px!important}
}
@media(max-width:1050px){
  .nav{flex-wrap:wrap!important}
  .language-switcher{order:2;margin-left:auto}
  .menu{order:3}
  .links{order:4;top:82px!important}
}
@media(max-width:900px){
  .ecosystem-head{text-align:center!important}
  .center-cta,.hero-quick-pills{justify-content:center!important}
  .ecosystem-lead{margin-left:auto!important;margin-right:auto!important}
  .clean-sync-zone{padding-top:0!important;display:grid!important;grid-template-columns:1fr 1fr!important;align-items:stretch!important}
  .clean-sync-zone:before{display:none!important}
  .clean-sync-zone .sync-node{width:100%!important;min-height:132px!important}
  .clean-sync-zone .sync-pill-row{grid-column:1/-1;max-width:none;grid-template-columns:1fr 1fr}
  .clean-sync-zone .sync-note{grid-column:1/-1;max-width:none}
}
@media(max-width:620px){
  .nav{gap:8px!important;min-height:auto!important;padding:8px 0!important}
  .brand{gap:8px!important}
  .brand-logo-wrap{width:38px!important;height:38px!important;border-radius:13px!important}
  .brand-logo-img{width:32px!important;height:32px!important}
  .brand-copy b{font-size:14px!important}
  .brand-copy small{font-size:10px!important}
  .language-switcher{order:4;width:100%;margin-left:0;padding:6px 8px;border-radius:14px}
  .language-select{width:100%;min-width:0;height:36px;font-size:13px}
  .language-icon{width:28px;height:28px}
  .menu{order:3;height:38px!important;padding:0 12px!important;font-size:12px!important}
  .links{top:118px!important;left:3%!important;right:3%!important}
  .ecosystem-hero{padding:34px 0 34px!important}
  .ecosystem-head{margin-bottom:20px!important}
  .ecosystem-head h1{font-size:30px!important;line-height:1.1!important;margin:12px 0 10px!important;letter-spacing:-.6px!important}
  .ecosystem-head h1 br{display:none}
  .ecosystem-lead{font-size:14px!important;line-height:1.72!important}
  .hero-quick-pills,.hero-micro-stats{grid-template-columns:1fr!important}
  .hero-quick-pills span{min-height:auto!important;border-radius:14px!important}
  .hero-micro-stats div{text-align:center!important}
  .ecosystem-scene{padding:14px 12px 14px!important;border-radius:22px!important;margin-top:18px!important}
  .ecosystem-columns{gap:16px!important}
  .hero-side-label{width:100%!important;margin:0!important}
  .pc-device,.mobile-device{width:100%!important;max-width:none!important}
  .pc-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .clean-sync-zone{grid-template-columns:1fr!important;gap:12px!important}
  .clean-sync-zone .sync-pill-row{grid-template-columns:1fr!important}
  .feature-ribbon{grid-template-columns:1fr!important;margin-top:16px!important;padding:10px!important}
  .feature-item{display:flex!important;align-items:center!important;text-align:left!important;gap:12px!important;padding:12px!important}
  .feature-item i{margin:0!important;flex:0 0 auto!important}
}


/* v33.1 font-size + language font fix */
body{font-family:Inter,"Nirmala UI","Hind Siliguri","Noto Sans Bengali","Noto Sans Devanagari","Segoe UI",Roboto,Arial,sans-serif!important;top:0!important}
.google-translate-hidden,.goog-te-banner-frame,.goog-te-gadget,.skiptranslate iframe,body>.skiptranslate{display:none!important}
#goog-gt-tt,.goog-text-highlight{background:transparent!important;box-shadow:none!important;border:0!important}
.language-switcher{max-width:230px}.language-select{font-size:13px!important;font-weight:800!important;line-height:1.15!important}
html[data-site-lang="bn"] body,html[data-site-lang="hi"] body,html[data-site-lang="ta"] body,html[data-site-lang="te"] body,html[data-site-lang="ne"] body{font-family:"Nirmala UI","Hind Siliguri","Noto Sans Bengali","Noto Sans Devanagari",Inter,"Segoe UI",Arial,sans-serif!important}
html[data-site-lang="ar"] body,html[data-site-lang="ur"] body{font-family:"Segoe UI","Noto Naskh Arabic",Tahoma,Arial,sans-serif!important}
html[data-site-lang="zh-CN"] body,html[data-site-lang="ja"] body,html[data-site-lang="ko"] body{font-family:"Microsoft YaHei UI","Malgun Gothic","Yu Gothic UI",Inter,"Segoe UI",Arial,sans-serif!important}
html[data-site-lang]:not([data-site-lang="en"]) h1{font-size:clamp(32px,4.4vw,58px)!important;line-height:1.1!important;letter-spacing:-.5px!important}
html[data-site-lang]:not([data-site-lang="en"]) h2{font-size:clamp(24px,3vw,38px)!important;line-height:1.18!important;letter-spacing:-.2px!important}
html[data-site-lang]:not([data-site-lang="en"]) h3{font-size:clamp(18px,2vw,24px)!important;line-height:1.25!important}
html[data-site-lang]:not([data-site-lang="en"]) .lead{font-size:16px!important;line-height:1.75!important}
html[data-site-lang]:not([data-site-lang="en"]) .ecosystem-head h1{font-size:clamp(34px,4.8vw,60px)!important}
html[data-site-lang]:not([data-site-lang="en"]) .btn,html[data-site-lang]:not([data-site-lang="en"]) .links>a,html[data-site-lang]:not([data-site-lang="en"]) .nav-download-link,html[data-site-lang]:not([data-site-lang="en"]) .profile-name{font-size:14px!important;letter-spacing:0!important;line-height:1.2!important}
html[data-site-lang]:not([data-site-lang="en"]) .badge,html[data-site-lang]:not([data-site-lang="en"]) .eyebrow{font-size:12px!important;line-height:1.25!important}
html[data-site-lang]:not([data-site-lang="en"]) .hero-quick-pills span,html[data-site-lang]:not([data-site-lang="en"]) .hero-micro-stats span,html[data-site-lang]:not([data-site-lang="en"]) .feature-item span,html[data-site-lang]:not([data-site-lang="en"]) .mini-card span,html[data-site-lang]:not([data-site-lang="en"]) .tool-card span,html[data-site-lang]:not([data-site-lang="en"]) .mobile-shortcut span,html[data-site-lang]:not([data-site-lang="en"]) .sync-node span,html[data-site-lang]:not([data-site-lang="en"]) .sync-note span{font-size:12px!important;line-height:1.45!important}
html[data-site-lang]:not([data-site-lang="en"]) .hero-micro-stats b{font-size:16px!important;line-height:1.25!important}
html[data-site-lang]:not([data-site-lang="en"]) .feature-item b,html[data-site-lang]:not([data-site-lang="en"]) .tool-card b,html[data-site-lang]:not([data-site-lang="en"]) .mobile-shortcut b{font-size:13px!important;line-height:1.25!important;letter-spacing:0!important}
html[data-site-lang]:not([data-site-lang="en"]) .mini-card b{font-size:18px!important;line-height:1.15!important;letter-spacing:0!important}
html[data-site-lang]:not([data-site-lang="en"]) .sync-node b{font-size:17px!important;line-height:1.25!important}
html[data-site-lang]:not([data-site-lang="en"]) .sync-pill b,html[data-site-lang]:not([data-site-lang="en"]) .sync-note b{font-size:14px!important;line-height:1.25!important}
html[data-site-lang]:not([data-site-lang="en"]) .brand-copy b{font-size:16px!important;line-height:1.05!important}html[data-site-lang]:not([data-site-lang="en"]) .brand-copy small{font-size:11px!important;line-height:1.2!important}
html[data-site-lang]:not([data-site-lang="en"]) .premium-feature,html[data-site-lang]:not([data-site-lang="en"]) .video-card,html[data-site-lang]:not([data-site-lang="en"]) .feature-item,html[data-site-lang]:not([data-site-lang="en"]) .mini-card,html[data-site-lang]:not([data-site-lang="en"]) .tool-card,html[data-site-lang]:not([data-site-lang="en"]) .mobile-shortcut{overflow-wrap:anywhere;word-break:normal}
@media(max-width:620px){
  html[data-site-lang]:not([data-site-lang="en"]) h1{font-size:29px!important;line-height:1.14!important}
  html[data-site-lang]:not([data-site-lang="en"]) h2{font-size:23px!important;line-height:1.18!important}
  html[data-site-lang]:not([data-site-lang="en"]) .ecosystem-head h1{font-size:29px!important}
  html[data-site-lang]:not([data-site-lang="en"]) .lead{font-size:14px!important;line-height:1.72!important}
  html[data-site-lang]:not([data-site-lang="en"]) .btn{font-size:13px!important}
  html[data-site-lang]:not([data-site-lang="en"]) .language-select{font-size:12px!important;height:34px!important}
  html[data-site-lang]:not([data-site-lang="en"]) .hero-quick-pills span,html[data-site-lang]:not([data-site-lang="en"]) .hero-micro-stats span{font-size:11.5px!important}
}


/* v33.2 English reset + H1 converted to H2 + smaller safe headings */
.language-switcher,.language-select{translate:none!important}
.language-switcher.notranslate,.language-select.notranslate{unicode-bidi:isolate!important}
.goog-te-banner-frame,.goog-te-gadget,.skiptranslate iframe,body>.skiptranslate{display:none!important}
body{top:0!important}
h1{font-size:clamp(28px,3.2vw,44px)!important;line-height:1.12!important}
h2{font-size:clamp(26px,3.1vw,42px)!important;line-height:1.15!important;letter-spacing:-.4px!important}
.page-hero h2,.page-hero h1{font-size:clamp(28px,3.4vw,44px)!important;line-height:1.14!important;max-width:980px}
.ecosystem-head h2{margin:14px 0 10px;font-size:clamp(34px,4.5vw,56px)!important;line-height:1.08!important;letter-spacing:-.8px!important;text-align:center}
.ecosystem-head h2 span{display:inline-block;background:linear-gradient(135deg,#7cf7d2,#77c0ff);-webkit-background-clip:text;background-clip:text;color:transparent}
.auth-card-title{font-size:clamp(26px,3vw,32px)!important}
.hero-micro-stats b{font-size:16px!important}.mini-card b{font-size:20px!important}.sync-node b{font-size:17px!important}.feature-item b{font-size:14px!important}
.lead{font-size:16px!important;line-height:1.75!important}.ecosystem-lead{max-width:860px}
html[data-site-lang="bn"] h2,html[data-site-lang="bn"] h1{font-size:clamp(28px,3.8vw,48px)!important;line-height:1.16!important;letter-spacing:0!important}
html[data-site-lang="bn"] .ecosystem-head h2{font-size:clamp(32px,4.2vw,52px)!important;line-height:1.14!important}
html[data-site-lang]:not([data-site-lang="en"]) .lead{font-size:15px!important;line-height:1.8!important}
html[data-site-lang]:not([data-site-lang="en"]) .btn,html[data-site-lang]:not([data-site-lang="en"]) .links>a,html[data-site-lang]:not([data-site-lang="en"]) .nav-download-link,html[data-site-lang]:not([data-site-lang="en"]) .profile-name{font-size:13px!important;line-height:1.25!important}
html[data-site-lang]:not([data-site-lang="en"]) .hero-quick-pills span,html[data-site-lang]:not([data-site-lang="en"]) .hero-micro-stats span,html[data-site-lang]:not([data-site-lang="en"]) .feature-item span{font-size:11.5px!important;line-height:1.45!important}
@media(max-width:620px){
  h1,h2{font-size:26px!important;line-height:1.16!important}
  .ecosystem-head h2{font-size:30px!important;line-height:1.13!important;text-align:left!important}
  .ecosystem-head h2 br{display:none}
  html[data-site-lang="bn"] .ecosystem-head h2{font-size:28px!important;line-height:1.18!important}
  .lead,.ecosystem-lead{font-size:14px!important;line-height:1.72!important}
}


/* v33.4 final: silent language background apply + smaller headings */
html.md-lang-loading body{opacity:0!important;pointer-events:none!important}
html.md-lang-loading:before{content:none!important;display:none!important}
html.md-lang-ready body{opacity:1!important}
.language-switcher,.language-switcher *{translate:none}
.notranslate{translate:none!important}
.goog-te-banner-frame,.goog-te-gadget,.skiptranslate iframe,body>.skiptranslate{display:none!important}
body{top:0!important}
h1{font-size:clamp(28px,3.4vw,44px)!important;line-height:1.14!important}
h2{font-size:clamp(26px,3.2vw,42px)!important;line-height:1.16!important}
.page-hero h2,.page-hero h1{font-size:clamp(28px,3.4vw,44px)!important;line-height:1.16!important;letter-spacing:-.5px!important}
.ecosystem-head h2{font-size:clamp(34px,4.6vw,58px)!important;line-height:1.08!important;letter-spacing:-.9px!important}
html[data-site-lang]:not([data-site-lang="en"]) .ecosystem-head h2{font-size:clamp(30px,4vw,50px)!important;line-height:1.16!important;letter-spacing:0!important}
html[data-site-lang]:not([data-site-lang="en"]) .page-hero h2,
html[data-site-lang]:not([data-site-lang="en"]) .page-hero h1{font-size:clamp(24px,3vw,36px)!important;line-height:1.22!important;letter-spacing:0!important}
html[data-site-lang]:not([data-site-lang="en"]) h2{font-size:clamp(24px,3vw,36px)!important;line-height:1.22!important}
html[data-site-lang]:not([data-site-lang="en"]) h3{font-size:clamp(18px,2vw,24px)!important}
@media(max-width:620px){
  h1,h2{font-size:25px!important;line-height:1.18!important}
  .ecosystem-head h2{font-size:29px!important;line-height:1.15!important;text-align:left!important}
  .ecosystem-head h2 br{display:none}
  html[data-site-lang]:not([data-site-lang="en"]) .ecosystem-head h2{font-size:26px!important;line-height:1.2!important}
  html[data-site-lang]:not([data-site-lang="en"]) h2,
  html[data-site-lang]:not([data-site-lang="en"]) .page-hero h2{font-size:23px!important;line-height:1.24!important}
}


/* v34 Generic SEO rank additions */
.breadcrumb{display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:#a9bdd4;font-size:13px;margin-bottom:12px}.breadcrumb a{color:#bfffe7}.seo-landing-hero h1{font-size:clamp(30px,3.6vw,48px)!important;line-height:1.14!important;letter-spacing:-.5px!important;max-width:1050px}.seo-keyword-pills{justify-content:flex-start;margin-top:20px}.seo-keyword-pills span{background:rgba(56,226,163,.08);border:1px solid rgba(56,226,163,.22);color:#dffff3}.seo-intro-panel p,.seo-content-section p{font-size:17px;color:#d4e4f7}.seo-sidebar a:last-child{background:linear-gradient(135deg,rgba(56,226,163,.18),rgba(90,167,255,.18));color:#bfffe7}.page-hero h1,.page-hero h2{font-size:clamp(28px,3.4vw,44px)!important;line-height:1.16!important;letter-spacing:-.5px!important}.ecosystem-head h1,.ecosystem-head h2{font-size:clamp(34px,4.6vw,58px)!important;line-height:1.08!important;letter-spacing:-.9px!important}.ecosystem-head h1 span,.ecosystem-head h2 span{display:inline-block;background:linear-gradient(135deg,#7cf7d2,#77c0ff);-webkit-background-clip:text;background-clip:text;color:transparent}@media(max-width:620px){.seo-landing-hero h1{font-size:26px!important;line-height:1.18!important}.seo-content-section p{font-size:15px}.ecosystem-head h1,.ecosystem-head h2{font-size:29px!important;line-height:1.15!important;text-align:left!important}.ecosystem-head h1 br,.ecosystem-head h2 br{display:none}}


/* v35 uploaded screenshot cards */
.screenshot-card{margin:0;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.035);overflow:hidden;box-shadow:0 18px 45px rgba(0,0,0,.12)}
.screenshot-card img{display:block;width:100%;height:190px;object-fit:cover;background:#091628}
.screenshot-card figcaption{padding:12px 14px;color:#d8e8f8;font-weight:900;font-size:14px;border-top:1px solid var(--line)}
.video-card video{background:#081525}
@media(max-width:620px){.screenshot-card img{height:210px}}

/* v36 screenshot/image card zoom: hover enlarge + click fullscreen preview */
.gallery,.content-stack,.panel,.section,.container{overflow:visible}
.screenshot-card{
  position:relative;
  cursor:zoom-in;
  transform-origin:center center;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
  will-change:transform;
}
.screenshot-card img{
  object-position:top center;
  transition:transform .22s ease, object-fit .22s ease, filter .22s ease;
}
.screenshot-card::after{
  content:'Click to view full image';
  position:absolute;
  top:10px;
  right:10px;
  z-index:2;
  opacity:0;
  transform:translateY(-4px);
  pointer-events:none;
  border:1px solid rgba(124,247,210,.35);
  background:rgba(2,6,23,.78);
  color:#dffff3;
  padding:6px 9px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.2px;
  box-shadow:0 10px 26px rgba(0,0,0,.28);
  transition:opacity .18s ease, transform .18s ease;
}
.screenshot-card:hover,
.screenshot-card:focus{
  z-index:20;
  transform:translateY(-8px) scale(1.08);
  border-color:rgba(124,247,210,.55);
  background:rgba(255,255,255,.06);
  box-shadow:0 28px 90px rgba(0,0,0,.38),0 0 0 1px rgba(124,247,210,.18);
  outline:none;
}
.screenshot-card:hover img,
.screenshot-card:focus img{
  object-fit:contain;
  transform:scale(1.01);
  filter:saturate(1.05) contrast(1.04);
}
.screenshot-card:hover::after,
.screenshot-card:focus::after{opacity:1;transform:translateY(0)}
.screenshot-card:focus-visible{outline:2px solid rgba(124,247,210,.8);outline-offset:4px}
.md-image-lightbox{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:18px;background:rgba(2,6,23,.88);backdrop-filter:blur(6px)}
.md-image-lightbox.open{display:flex}
.md-image-lightbox-inner{position:relative;width:auto;max-width:96vw;max-height:94vh;border:1px solid rgba(124,247,210,.26);border-radius:24px;background:#081525;padding:14px;box-shadow:0 35px 120px rgba(0,0,0,.55)}
.md-image-lightbox img{display:block;max-width:94vw;max-height:78vh;width:auto;height:auto;object-fit:contain;border-radius:16px;background:#0b172a}
.md-image-lightbox-caption{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;color:#e8f3ff;font-weight:900;font-size:14px}
.md-image-lightbox-help{color:#9fb4ca;font-weight:700;font-size:12px}
.md-image-lightbox-close{position:absolute;top:-14px;right:-14px;width:38px;height:38px;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:#0b172a;color:#fff;font-size:26px;line-height:1;cursor:pointer;box-shadow:0 12px 30px rgba(0,0,0,.4)}
.md-image-lightbox-close:hover{background:#12233c}
body.md-image-lightbox-open{overflow:hidden}
@media(min-width:900px){.screenshot-card:hover,.screenshot-card:focus{transform:translateY(-10px) scale(1.14)}}
@media(max-width:720px){.screenshot-card::after{content:'Tap to view';opacity:.92;transform:none}.screenshot-card:hover,.screenshot-card:focus{transform:translateY(-3px) scale(1.02)}.md-image-lightbox{padding:10px}.md-image-lightbox-inner{padding:10px;border-radius:18px}.md-image-lightbox img{max-width:94vw;max-height:74vh}.md-image-lightbox-close{top:8px;right:8px}}
@media(prefers-reduced-motion:reduce){.screenshot-card,.screenshot-card img,.screenshot-card::after{transition:none}.screenshot-card:hover,.screenshot-card:focus{transform:none}}


/* v37 SEO/resource page improvements */
.seo-resource-grid{align-items:stretch}.seo-resource-card{display:flex;flex-direction:column;gap:10px}.seo-resource-card h2{font-size:22px;line-height:1.22}.seo-resource-card .btn{margin-top:auto;align-self:flex-start}.seo-article-hero h1,.seo-landing-hero h1{max-width:980px}.breadcrumb{display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:#b8cbe0;font-size:13px;margin-bottom:10px}.breadcrumb a{color:#bfffe7}.hero-quick-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.hero-quick-pills span{border:1px solid rgba(90,167,255,.32);background:rgba(90,167,255,.08);border-radius:999px;padding:7px 11px;color:#d9ebff;font-size:12px;font-weight:800}.seo-content-section p{font-size:16px}.seo-sidebar a:last-child{background:rgba(56,226,163,.12);color:#bfffe7;font-weight:900}.screenshot-card img[loading="lazy"]{content-visibility:auto}
@media(max-width:900px){.seo-resource-grid{grid-template-columns:1fr}.seo-article-hero h1,.seo-landing-hero h1{font-size:34px}.breadcrumb{font-size:12px}}

/* v41 MediDokan detailed features page */
.feature-page{overflow:hidden}.feature-hero{position:relative;padding:92px 0 54px;background:radial-gradient(circle at 18% 15%,rgba(56,226,163,.20),transparent 32%),radial-gradient(circle at 82% 22%,rgba(90,167,255,.18),transparent 34%),linear-gradient(180deg,#07111f 0%,#081827 100%);border-bottom:1px solid rgba(148,163,184,.16)}.feature-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.05) 0 1px,transparent 1px 18px);opacity:.08;pointer-events:none}.feature-hero-grid{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center}.feature-hero h1{font-size:clamp(36px,5vw,66px);line-height:1.04;margin:18px 0;color:#f8fbff;letter-spacing:-1.5px}.feature-hero .lead{font-size:18px;color:#d9e7f6;max-width:820px}.feature-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.feature-pills span{border:1px solid rgba(56,226,163,.28);background:rgba(56,226,163,.08);color:#dffdf2;border-radius:999px;padding:9px 13px;font-weight:900;font-size:13px}.feature-hero-card{border:1px solid rgba(148,163,184,.22);background:linear-gradient(180deg,rgba(255,255,255,.095),rgba(255,255,255,.035));border-radius:34px;padding:24px;box-shadow:0 26px 70px rgba(0,0,0,.32);backdrop-filter:blur(14px)}.feature-card-top{display:flex;justify-content:space-between;gap:12px;align-items:center;border-bottom:1px solid rgba(148,163,184,.15);padding-bottom:16px}.feature-card-top b{font-size:20px;color:#fff}.feature-card-top span{color:#aebfd2;font-size:13px}.feature-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:18px 0}.feature-stats div,.map-preview{border:1px solid rgba(148,163,184,.18);background:rgba(5,12,24,.52);border-radius:20px;padding:16px}.feature-stats b{display:block;color:#bfffe7;font-size:20px}.feature-stats span,.map-preview span{display:block;color:#c9d9ec;margin-top:4px}.map-preview{position:relative;min-height:150px;display:flex;flex-direction:column;justify-content:end;overflow:hidden}.map-preview:before{content:"";position:absolute;inset:18px;border-radius:18px;background:linear-gradient(90deg,rgba(90,167,255,.10) 1px,transparent 1px),linear-gradient(rgba(90,167,255,.10) 1px,transparent 1px);background-size:28px 28px;opacity:.55}.map-preview>*{position:relative}.map-pin{font-size:34px;margin-bottom:12px}.intro-band{border:1px solid rgba(56,226,163,.24);background:linear-gradient(135deg,rgba(56,226,163,.10),rgba(90,167,255,.08));border-radius:30px;padding:34px;box-shadow:var(--shadow)}.intro-band h2{margin:0 0 10px;color:#f8fbff}.intro-band p{font-size:18px;line-height:1.8;color:#d9e7f6;margin:0}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-box{position:relative;overflow:hidden;border:1px solid rgba(148,163,184,.18);background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.032));border-radius:26px;padding:24px;box-shadow:0 16px 42px rgba(0,0,0,.18);transition:.2s}.feature-box:hover{transform:translateY(-4px);border-color:rgba(56,226,163,.35);box-shadow:0 24px 55px rgba(0,0,0,.28)}.feature-box i{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,rgba(56,226,163,.18),rgba(90,167,255,.16));font-style:normal;font-size:24px;margin-bottom:16px}.feature-box h3{color:#f8fbff;margin:0 0 8px}.feature-box p{color:#c9d9ec;line-height:1.7;margin:0}.discovery-section .lead{color:#d9e7f6}.phone-search-card{max-width:380px;margin-left:auto;border:1px solid rgba(148,163,184,.22);background:linear-gradient(180deg,rgba(8,24,39,.94),rgba(5,12,24,.98));border-radius:40px;padding:24px;box-shadow:0 30px 80px rgba(0,0,0,.36)}.phone-notch{width:96px;height:8px;border-radius:99px;background:rgba(255,255,255,.18);margin:0 auto 22px}.phone-search-card>b{display:block;background:rgba(255,255,255,.06);border:1px solid rgba(148,163,184,.18);border-radius:18px;padding:14px;color:#f8fbff;margin-bottom:14px}.result-card{border:1px solid rgba(148,163,184,.18);border-radius:22px;padding:16px;margin-top:12px;background:rgba(255,255,255,.045)}.result-card.active{background:linear-gradient(135deg,rgba(56,226,163,.16),rgba(90,167,255,.10));border-color:rgba(56,226,163,.35)}.result-card span{color:#bfffe7;font-size:12px;font-weight:900}.result-card h3{margin:8px 0 4px;color:#fff}.result-card p{margin:0;color:#c9d9ec}.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.faq-grid div{border:1px solid rgba(148,163,184,.18);background:rgba(255,255,255,.045);border-radius:20px;padding:18px}.faq-grid b{color:#bfffe7}.faq-grid p{color:#d8e8f8;margin:8px 0 0}.feature-cta{border:1px solid rgba(56,226,163,.28);background:linear-gradient(135deg,rgba(56,226,163,.13),rgba(90,167,255,.10))}@media(max-width:980px){.feature-hero-grid,.grid.two.align{grid-template-columns:1fr}.feature-grid,.faq-grid{grid-template-columns:repeat(2,1fr)}.phone-search-card{margin:0;max-width:none}}@media(max-width:640px){.feature-hero{padding:52px 0 34px}.feature-grid,.faq-grid,.feature-stats{grid-template-columns:1fr}.intro-band{padding:24px}.feature-hero-card{border-radius:26px;padding:18px}.feature-hero .lead,.intro-band p{font-size:16px}}


/* v43 navbar stability fix: keep Software Details visible and prevent desktop wrapping */
@media (min-width:1181px){
  .container.nav{width:min(1320px,96%)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;flex-wrap:nowrap!important;padding-top:10px!important;padding-bottom:10px!important;}
  .brand{flex:0 0 auto!important;}
  .brand-logo-wrap{width:46px!important;height:46px!important;border-radius:16px!important;}
  .brand-logo-img{width:38px!important;height:38px!important;}
  .brand-copy b{font-size:15px!important;}
  .brand-copy small{font-size:10px!important;}
  .language-switcher{flex:0 0 auto!important;min-width:150px!important;max-width:165px!important;height:38px!important;}
  .language-select{font-size:12px!important;}
  .links{margin-left:auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:4px!important;flex-wrap:nowrap!important;padding:5px!important;border-radius:14px!important;max-width:calc(100% - 330px)!important;overflow:visible!important;}
  .links>a:not(.btn),.profile-toggle{height:36px!important;padding:0 9px!important;font-size:12px!important;white-space:nowrap!important;}
  .links .btn.ghost.small{height:36px!important;padding:0 12px!important;font-size:12px!important;white-space:nowrap!important;}
  .links>a[href="pharmacy-software.html"]{font-weight:1000!important;color:#bfffe7!important;border:1px solid rgba(56,226,163,.24)!important;background:rgba(56,226,163,.08)!important;}
  .profile-menu{flex:0 0 auto!important;margin-left:2px!important;}
  .profile-name{max-width:96px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:12px!important;}
  .profile-avatar{width:26px!important;height:26px!important;border-radius:10px!important;}
}
@media (max-width:1180px){
  .menu{display:block!important;}
  .links{display:none!important;position:absolute!important;left:4%!important;right:4%!important;top:76px!important;flex-direction:column!important;align-items:stretch!important;background:rgba(7,17,31,.98)!important;border:1px solid var(--line)!important;border-radius:22px!important;padding:12px!important;box-shadow:0 24px 70px rgba(0,0,0,.46)!important;}
  .links.open{display:flex!important;}
}

/* v44 navbar polish + language-stable software details page */
@media (min-width:1181px){
  .container.nav{width:min(1320px,96%)!important;max-width:1320px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;flex-wrap:nowrap!important;min-height:78px!important;padding-top:8px!important;padding-bottom:8px!important;}
  .brand{flex:0 0 154px!important;min-width:154px!important;max-width:154px!important;}
  .language-switcher{flex:0 0 168px!important;width:168px!important;min-width:168px!important;max-width:168px!important;height:38px!important;}
  .language-select{width:124px!important;min-width:124px!important;font-size:12px!important;}
  .links{margin-left:auto!important;flex:0 1 auto!important;max-width:none!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:5px!important;flex-wrap:nowrap!important;padding:5px!important;border-radius:16px!important;overflow:visible!important;}
  .links>a:not(.btn),.profile-toggle{height:36px!important;padding:0 10px!important;font-size:12px!important;white-space:nowrap!important;letter-spacing:0!important;}
  .links>a[href="pharmacy-software.html"],.links>a[href="pharmacy-software.html"].active{font-weight:1000!important;color:#06101d!important;border-color:rgba(255,255,255,.18)!important;background:linear-gradient(135deg,#38e2a3,#5aa7ff)!important;box-shadow:0 10px 22px rgba(56,226,163,.18)!important;}
  .nav-download-link{height:36px!important;padding:0 12px!important;font-size:12px!important;}
  .links .btn.ghost.small{height:36px!important;padding:0 12px!important;font-size:12px!important;}
  .profile-menu{flex:0 0 auto!important;margin-left:2px!important;}
  .profile-toggle{max-width:150px!important;padding-left:8px!important;padding-right:9px!important;}
  .profile-name{max-width:86px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:12px!important;}
  .profile-avatar{width:25px!important;height:25px!important;border-radius:10px!important;font-size:12px!important;}
  .profile-caret{font-size:10px!important;}
}
@media (max-width:1180px){
  .container.nav{align-items:center!important;}
  .menu{display:block!important;}
  .links{display:none!important;position:absolute!important;left:4%!important;right:4%!important;top:78px!important;flex-direction:column!important;align-items:stretch!important;background:rgba(7,17,31,.98)!important;border:1px solid var(--line)!important;border-radius:22px!important;padding:12px!important;box-shadow:0 24px 70px rgba(0,0,0,.46)!important;z-index:110!important;}
  .links.open{display:flex!important;}
  .links>a:not(.btn),.links .btn.ghost.small,.profile-toggle{width:100%!important;justify-content:flex-start!important;height:44px!important;}
  .profile-menu{width:100%!important;}
}
@media (max-width:520px){
  .brand{min-width:0!important;}
  .brand-copy small{display:none!important;}
  .language-switcher{width:100%!important;max-width:none!important;}
}
