
/* ── SCROLL PROGRESS BAR ── */
#scrollProg{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,#0057FF,#0EA5E9,#06B6D4);z-index:9999;width:0;transition:width 0.1s;border-radius:0 2px 2px 0}

/* ── BACK TO TOP ── */
#backTop{position:fixed;bottom:90px;right:24px;width:44px;height:44px;background:linear-gradient(135deg,#0057FF,#0EA5E9);border:none;border-radius:50%;color:#fff;font-size:18px;cursor:pointer;box-shadow:0 4px 16px rgba(0,87,255,0.35);z-index:998;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(20px);transition:all 0.3s;text-decoration:none}
#backTop.show{opacity:1;transform:translateY(0)}
#backTop:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,87,255,0.45)}

/* ── DARK MODE TOGGLE ── */
#darkToggle{position:fixed;bottom:144px;right:24px;width:44px;height:44px;background:#fff;border:1.5px solid #E2E8F4;border-radius:50%;font-size:18px;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,0.1);z-index:998;display:flex;align-items:center;justify-content:center;transition:all 0.3s}
#darkToggle:hover{box-shadow:0 6px 20px rgba(0,0,0,0.15);transform:translateY(-2px)}

/* ── DARK MODE ── */
:root.dark{
  --bg:#0F172A;--bg2:#1E293B;--surface:#1E293B;--card:#1E293B;
  --border:rgba(255,255,255,0.1);--border2:rgba(255,255,255,0.15);
  --text:#E2E8F4;--text2:#CBD5E1;--text3:#94A3B8;--muted:#64748B;--muted2:#475569;
  --shadow-sm:0 1px 3px rgba(0,0,0,0.3),0 1px 8px rgba(0,87,255,0.1);
  --shadow:0 2px 8px rgba(0,0,0,0.3),0 4px 20px rgba(0,87,255,0.12);
  --shadow-md:0 4px 16px rgba(0,0,0,0.4),0 8px 32px rgba(0,87,255,0.16);
  --shadow-lg:0 8px 32px rgba(0,0,0,0.5),0 16px 64px rgba(0,87,255,0.2);
}
:root.dark body{background:#0F172A;color:#E2E8F4}
:root.dark nav{background:rgba(15,23,42,0.97);border-color:rgba(255,255,255,0.08)}
:root.dark .hero{background:#0F172A}
:root.dark .hero-bg{background:linear-gradient(135deg,#0D1B38 0%,#0F172A 45%,#0A1628 100%)}
:root.dark .hcard,.dark .hc-sm,.dark .sw-card,.dark .feat-item,.dark .why-card,.dark .val-item,.dark .timeline-card,.dark .testi-card,.dark .ind-card,.dark .faq-item,.dark .partner-badge,.dark .form-card{background:#1E293B;border-color:rgba(255,255,255,0.1)}
:root.dark .svc-visual{background:linear-gradient(145deg,#1A2844,#1E2F4A)}
:root.dark .page-hero{background:linear-gradient(135deg,#0D1B38,#0F172A)}
:root.dark .trust-bar,:root.dark .partner-sec,.dark .nums-sec .wrap{background:#0B1628}
:root.dark .prog-bar{background:rgba(255,255,255,0.08)}
:root.dark .ssl-item{background:rgba(255,255,255,0.04)}
:root.dark .infra-stat{background:#1E293B}
:root.dark #darkToggle{background:#1E293B;border-color:rgba(255,255,255,0.15);color:#E2E8F4}
:root.dark .testi-auto-wrap::before{background:linear-gradient(to right,#0F172A,transparent)}
:root.dark .testi-auto-wrap::after{background:linear-gradient(to left,#0F172A,transparent)}
:root.dark .mob-menu{background:#0B1628}
:root.dark .form-group input,:root.dark .form-group select,:root.dark .form-group textarea{background:#1E293B;border-color:rgba(255,255,255,0.1);color:#E2E8F4}
:root.dark .form-group input:focus,:root.dark .form-group select,:root.dark .form-group textarea:focus{background:#243354}
:root.dark h1,:root.dark h2,:root.dark h3{color:#E2E8F4}
:root.dark .logo-name{color:#E2E8F4}

/* ── CHAT WIDGET ── */
#chatToggle{position:fixed;bottom:24px;right:24px;width:56px;height:56px;background:linear-gradient(135deg,#0057FF,#0EA5E9);border:none;border-radius:50%;color:#fff;font-size:24px;cursor:pointer;box-shadow:0 6px 20px rgba(0,87,255,0.4);z-index:1000;display:flex;align-items:center;justify-content:center;transition:all 0.3s}
#chatToggle:hover{transform:scale(1.1);box-shadow:0 8px 28px rgba(0,87,255,0.5)}
#chatToggle.active{background:linear-gradient(135deg,#334155,#475569)}
.chat-unread{position:absolute;top:-4px;right:-4px;width:18px;height:18px;background:#EF4444;border-radius:50%;font-size:0.62rem;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center;border:2px solid #fff}
#chatBox{position:fixed;bottom:90px;right:24px;width:320px;background:#fff;border:1px solid #E2E8F4;border-radius:20px;box-shadow:0 16px 48px rgba(0,87,255,0.18);z-index:999;display:none;flex-direction:column;overflow:hidden;transform:translateY(20px) scale(0.95);opacity:0;transition:all 0.3s;max-height:480px}
#chatBox.open{display:flex;transform:translateY(0) scale(1);opacity:1}
.chat-head{background:linear-gradient(135deg,#0057FF,#0EA5E9);padding:1rem 1.2rem;display:flex;align-items:center;justify-content:space-between}
.chat-head-info{display:flex;align-items:center;gap:10px}
.chat-avatar{width:36px;height:36px;background:rgba(255,255,255,0.2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px}
.chat-head-name{font-family:'Poppins',sans-serif;font-weight:700;font-size:0.88rem;color:#fff}
.chat-head-status{font-size:0.68rem;color:rgba(255,255,255,0.8);display:flex;align-items:center;gap:4px}
.chat-status-dot{width:6px;height:6px;background:#4ADE80;border-radius:50%;display:inline-block}
#chatClose{background:none;border:none;color:rgba(255,255,255,0.8);cursor:pointer;font-size:18px;padding:0;line-height:1;transition:color 0.2s}
#chatClose:hover{color:#fff}
#chatBody{padding:1rem;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:0.6rem;min-height:200px}
.chat-msg{max-width:82%;padding:0.6rem 0.9rem;border-radius:12px;font-size:0.82rem;line-height:1.55;word-wrap:break-word}
.chat-msg.bot{background:#F0F7FF;color:#0F172A;border-radius:4px 12px 12px 12px;align-self:flex-start;border:1px solid rgba(0,87,255,0.1)}
.chat-msg.user{background:linear-gradient(135deg,#0057FF,#0EA5E9);color:#fff;border-radius:12px 4px 12px 12px;align-self:flex-end}
.chat-input-row{padding:0.85rem;border-top:1px solid #E2E8F4;display:flex;gap:0.5rem}
#chatInput{flex:1;border:1.5px solid #E2E8F4;border-radius:10px;padding:0.55rem 0.85rem;font-size:0.84rem;font-family:'Inter',sans-serif;outline:none;transition:border-color 0.2s}
#chatInput:focus{border-color:#0057FF}
.chat-send{background:linear-gradient(135deg,#0057FF,#0EA5E9);border:none;border-radius:10px;color:#fff;padding:0.55rem 0.85rem;cursor:pointer;font-size:14px;transition:all 0.2s;font-weight:700}
.chat-send:hover{transform:scale(1.05)}
:root.dark #chatBox{background:#1E293B;border-color:rgba(255,255,255,0.1)}
:root.dark .chat-msg.bot{background:#243354;color:#E2E8F4;border-color:rgba(255,255,255,0.1)}
:root.dark .chat-input-row{border-color:rgba(255,255,255,0.1)}
:root.dark #chatInput{background:#0F172A;border-color:rgba(255,255,255,0.15);color:#E2E8F4}

/* ── COOKIE CONSENT ── */
#cookieBanner{position:fixed;bottom:-120px;left:0;right:0;background:#0F172A;color:#fff;z-index:9998;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;transition:bottom 0.4s ease;border-top:1px solid rgba(255,255,255,0.1);box-shadow:0 -4px 24px rgba(0,0,0,0.3)}
#cookieBanner.show{bottom:0}
.cookie-text{font-size:0.84rem;color:#CBD5E1;flex:1;min-width:200px}
.cookie-text a{color:#0EA5E9;text-decoration:underline}
.cookie-btns{display:flex;gap:0.6rem;flex-shrink:0}
#cookieAccept{background:linear-gradient(135deg,#0057FF,#0EA5E9);color:#fff;border:none;padding:0.55rem 1.2rem;border-radius:8px;font-size:0.82rem;font-weight:700;cursor:pointer;transition:all 0.2s}
#cookieAccept:hover{transform:translateY(-1px)}
#cookieDecline{background:transparent;color:#64748B;border:1px solid rgba(255,255,255,0.15);padding:0.55rem 1.2rem;border-radius:8px;font-size:0.82rem;cursor:pointer;transition:all 0.2s}
#cookieDecline:hover{color:#fff;border-color:rgba(255,255,255,0.4)}

/* ── FAQ ACCORDION ── */
.faq-list{display:flex;flex-direction:column;gap:0.75rem;margin-top:2rem}
.faq-item{background:#fff;border:1.5px solid #E2E8F4;border-radius:14px;overflow:hidden;transition:all 0.3s;box-shadow:0 1px 4px rgba(0,87,255,0.05)}
.faq-item:hover{border-color:rgba(0,87,255,0.2)}
.faq-item.open{border-color:rgba(0,87,255,0.3);box-shadow:0 4px 20px rgba(0,87,255,0.08)}
.faq-q{width:100%;background:none;border:none;padding:1.2rem 1.5rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-family:'Poppins',sans-serif;font-weight:600;font-size:0.95rem;color:#0F172A;text-align:left;transition:all 0.2s;gap:1rem}
.faq-q:hover{color:#0057FF}
.faq-icon{width:28px;height:28px;background:rgba(0,87,255,0.08);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;color:#0057FF;flex-shrink:0;transition:transform 0.3s,background 0.3s}
.faq-item.open .faq-icon{transform:rotate(45deg);background:rgba(0,87,255,0.15)}
.faq-a{max-height:0;overflow:hidden;transition:max-height 0.4s ease,padding 0.3s}
.faq-item.open .faq-a{max-height:300px;padding:0 1.5rem 1.3rem}
.faq-a p{color:#64748B;font-size:0.88rem;line-height:1.75}
:root.dark .faq-item{background:#1E293B;border-color:rgba(255,255,255,0.1)}
:root.dark .faq-q{color:#E2E8F4}
:root.dark .faq-a p{color:#94A3B8}
:root.dark .faq-item.open{border-color:rgba(0,87,255,0.3)}

/* ── PRICING SECTION ── */
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}
.price-card{background:#fff;border:1.5px solid #E2E8F4;border-radius:20px;padding:2rem;position:relative;box-shadow:0 2px 8px rgba(0,87,255,0.06);transition:all 0.3s}
.price-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px rgba(0,87,255,0.14);border-color:rgba(0,87,255,0.25)}
.price-card.popular{border-color:#0057FF;box-shadow:0 8px 32px rgba(0,87,255,0.2);transform:scale(1.03)}
.price-pop-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#0057FF,#0EA5E9);color:#fff;font-size:0.7rem;font-weight:700;padding:4px 16px;border-radius:100px;white-space:nowrap;letter-spacing:0.4px}
.price-tier{font-family:'Poppins',sans-serif;font-size:0.75rem;font-weight:700;color:#64748B;text-transform:uppercase;letter-spacing:0.8px;margin-bottom:0.5rem}
.price-name{font-family:'Poppins',sans-serif;font-size:1.35rem;font-weight:800;color:#0F172A;margin-bottom:0.5rem}
.price-desc{font-size:0.82rem;color:#64748B;line-height:1.55;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #E2E8F4}
.price-val{display:flex;align-items:flex-end;gap:4px;margin-bottom:0.3rem}
.price-curr{font-family:'Poppins',sans-serif;font-size:1rem;font-weight:700;color:#0057FF;line-height:2}
.price-num{font-family:'Poppins',sans-serif;font-size:2.8rem;font-weight:900;color:#0057FF;line-height:1}
.price-period{font-size:0.78rem;color:#64748B;font-weight:500;line-height:2}
.price-note{font-size:0.72rem;color:#94A3B8;margin-bottom:1.5rem}
.price-feats{list-style:none;display:flex;flex-direction:column;gap:0.55rem;margin-bottom:1.8rem}
.price-feats li{display:flex;align-items:flex-start;gap:8px;font-size:0.84rem;color:#334155}
.pf-check{color:#10B981;font-weight:700;flex-shrink:0;margin-top:1px}
.price-btn{width:100%;padding:0.85rem;border-radius:11px;font-size:0.92rem;font-weight:700;cursor:pointer;font-family:'Inter',sans-serif;transition:all 0.25s;border:none;text-align:center;display:block;text-decoration:none}
.price-btn-outline{background:transparent;border:1.5px solid #0057FF;color:#0057FF}
.price-btn-outline:hover{background:rgba(0,87,255,0.06);transform:translateY(-2px)}
.price-btn-solid{background:linear-gradient(135deg,#0057FF,#0EA5E9);color:#fff;box-shadow:0 4px 16px rgba(0,87,255,0.3)}
.price-btn-solid:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,87,255,0.42)}
:root.dark .price-card{background:#1E293B;border-color:rgba(255,255,255,0.1)}
:root.dark .price-name{color:#E2E8F4}
:root.dark .price-desc{border-color:rgba(255,255,255,0.1)}
:root.dark .price-feats li{color:#CBD5E1}
@media(max-width:900px){.pricing-grid{grid-template-columns:1fr!important}.price-card.popular{transform:scale(1)!important}}
@media(max-width:600px){.cookie-btns{width:100%;justify-content:flex-end}#chatBox{width:calc(100vw - 2rem);right:1rem}}
