﻿:root {
  --primary: #0a2748;
  --primary-dark: #071930;
  --accent: #09c6e3;
  --secondary: #09c6e3;
  --hover: #128fb3;
  --white: #ffffff;
  --bg: #0a2748;
  --bg2: #071930;
  --bg3: #0d3156;
  --sf: #0f1f35;
  --bd: rgba(229, 238, 246, 0.14);
  --bd2: rgba(229, 238, 246, 0.22);
  --tx: #f8fbff;
  --tx2: #c5d4e0;
  --tx3: #929da9;
  --pur: #09c6e3;
  --blu: #0a2748;
  --grad: #09c6e3;
  --nav: 84px;
  --dsb: 240px;
  --shadow: 0 12px 40px rgba(10, 39, 72, 0.1);
  --card: #0f1f35;
  --page-bg: #0a2748;
}
.lm {
  --bg: #f8fbff;
  --bg2: #f0f6fb;
  --bg3: #e8f1f8;
  --sf: #ffffff;
  --card: #ffffff;
  --bd: #e5eef6;
  --bd2: #d5e3ef;
  --tx: #0a2748;
  --tx2: #5f6f82;
  --tx3: #7a8a9a;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  max-width: 100vw;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Cairo", "IBM Plex Sans Arabic", "Space Grotesk", sans-serif;
  font-weight: 400;
  background: var(--bg);
  color: var(--tx);
  transition: background 0.3s, color 0.3s;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  position: relative;
}
img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
  height: auto;
}
#landing,
section,
.container {
  max-width: 100%;
}
html[dir="rtl"] body {
  font-family: "Cairo", "IBM Plex Sans Arabic", sans-serif;
}
html[dir="ltr"] body {
  font-family: "Space Grotesk", "Cairo", "IBM Plex Sans Arabic", sans-serif;
}
h1, h2, h3, h4, h5, h6,
.stitle, .h1, .brand-name, .plan-name, .pamt, .pnum {
  font-family: "Cairo", "IBM Plex Sans Arabic", sans-serif;
  font-weight: 700;
}
p, .ssub, .plan-desc, .feat-list, .nav-link, .module-card p {
  font-weight: 400;
}
a {
  text-decoration: none;
  color: inherit;
}
.gt {
  color: var(--accent);
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
}
.slbl::before {
  content: "";
  width: 20px;
  height: 1.5px;
  background: var(--accent);
}
.bgrd {
  background: var(--accent);
  border: none;
  color: #fff;
  font-family: "Cairo", "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.bgrd:hover {
  transform: translateY(-1px);
  background: var(--hover);
  box-shadow: 0 8px 24px rgba(9, 198, 227, 0.35);
  color: #fff;
}
.slbl {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.73rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--pur);
  margin-bottom: 14px;
}
.slbl::before {
  content: "";
  width: 20px;
  height: 1.5px;
  background: var(--accent);
}
.stitle {
  font-size: clamp(1.85rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.025em;
  margin-bottom: 14px;
}
.ssub {
  font-size: 1rem;
  color: var(--tx2);
  max-width: 560px;
}
.aur {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
  max-width: 100vw;
}
.aur-a {
  width: min(600px, 90vw);
  height: min(600px, 90vw);
  background: radial-gradient(
    circle,
    rgba(9, 198, 227, 0.22),
    transparent 70%
  );
}
.aur-b {
  width: min(500px, 80vw);
  height: min(500px, 80vw);
  background: radial-gradient(
    circle,
    rgba(13, 27, 42, 0.18),
    transparent 70%
  );
}
.gc {
  background: var(--sf);
  border: 1px solid var(--bd);
  border-radius: 18px;
  transition: 0.3s;
}
.gc:hover {
  border-color: rgba(9, 198, 227, 0.3);
  transform: translateY(-3px);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.25);
}
.bgrd {
  background: var(--accent);
  border: none;
  color: #fff;
  font-family: "Cairo", "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.bgrd:hover {
  transform: translateY(-1px);
  background: var(--hover);
  box-shadow: 0 8px 20px rgba(9, 198, 227, 0.3);
  color: #fff;
}
.boc {
  background: transparent;
  border: 1px solid var(--bd);
  color: var(--tx);
  font-family: "Cairo", "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  border-radius: 12px;
  transition: 0.25s;
  cursor: pointer;
}
.boc:hover {
  border-color: var(--accent);
  background: rgba(9, 198, 227, 0.08);
  color: var(--tx);
}
.rv {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.65s, transform 0.65s;
}
.rv.in {
  opacity: 1;
  transform: none;
}
.sp {
  padding: 5.5rem 0;
}
@media (min-width: 992px) {
  .sp {
    padding: 6.5rem 0;
  }
}
/* NAVBAR — Glassmorphism */
#nbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  height: var(--nav);
  background: rgba(13, 27, 42, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 196, 229, 0.1);
  display: flex;
  align-items: center;
  transition: background 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.lm #nbar {
  background: rgba(248, 251, 255, 0.72);
  border-bottom: 1px solid rgba(10, 39, 72, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
#nbar.scr {
  background: rgba(13, 27, 42, 0.82);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  border-bottom-color: rgba(0, 196, 229, 0.18);
}
.lm #nbar.scr {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 28px rgba(10, 39, 72, 0.08);
}
.logo-i {
  width: auto;
  height: 60px;
  min-width: 60px;
  background: transparent;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.95rem;
  flex-shrink: 0;
  overflow: visible;
  padding: 0;
  transition: background 0.25s, padding 0.25s;
}
/* Dark mode: white plate behind logo so it stays visible */
html:not(.lm) .logo-i {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 6px;
  height: 64px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}
.logo-i.logo-sm {
  height: 40px;
  min-width: 40px;
}
html:not(.lm) .logo-i.logo-sm {
  height: 42px;
  padding: 4px;
}
.logo-i .brand-logo,
.brand-logo {
  width: auto;
  height: 100%;
  max-height: 52px;
  object-fit: contain;
  display: block;
}
html:not(.lm) .logo-i .brand-logo {
  max-height: 48px;
}
.brand-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--tx);
  letter-spacing: -0.02em;
}
.lang-switch {
  display: inline-flex;
  align-items: center;
  background: var(--sf);
  border: 1px solid var(--bd2);
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  height: 38px;
}
.lang-switch button {
  border: 0;
  background: transparent;
  color: var(--tx2);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0 12px;
  height: 100%;
  cursor: pointer;
  transition: 0.2s;
  font-family: inherit;
  min-width: 42px;
}
.lang-switch button + button {
  border-inline-start: 1px solid var(--bd2);
}
.lang-switch button.active {
  background: var(--accent);
  color: #fff;
}
.lang-switch button:hover:not(.active) {
  color: var(--tx);
  background: rgba(9, 198, 227, 0.08);
}
.wa-float {
  position: fixed;
  bottom: 24px;
  inset-inline-end: 24px;
  z-index: 1060;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s, box-shadow 0.2s;
}
.wa-float:hover {
  transform: scale(1.06);
  color: #fff;
  box-shadow: 0 10px 32px rgba(37, 211, 102, 0.55);
}
.client-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 16px;
}
.client-card {
  background: var(--sf);
  border: 1px solid var(--bd);
  border-radius: 14px;
  padding: 18px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 120px;
  transition: border-color 0.2s, transform 0.2s;
}
.client-card:hover {
  border-color: var(--secondary);
  transform: translateY(-2px);
}
.client-logo-wrap {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  width: 100%;
  box-shadow: inset 0 0 0 1px rgba(10, 39, 72, 0.06);
}
.client-logo-wrap--sm {
  min-height: 40px;
  padding: 6px 10px;
  display: inline-flex;
  width: auto;
}
.client-logo-wrap img,
.client-card img {
  max-width: 120px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 1 !important;
  filter: none !important;
  -webkit-filter: none !important;
}
.client-logo-wrap--sm img {
  max-height: 28px;
  max-width: 90px;
}
.client-card .client-name {
  font-size: 0.8rem;
  color: var(--tx2);
  text-align: center;
  font-weight: 600;
}
.client-empty {
  text-align: center;
  color: var(--tx3);
  font-size: 0.9rem;
  padding: 28px;
  border: 1px dashed var(--bd2);
  border-radius: 14px;
}
.mod-ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(9, 198, 227, 0.12);
  border: 1px solid rgba(9, 198, 227, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  margin-bottom: 14px;
  flex-shrink: 0;
}
.mod-ico svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.sector-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 100px;
  background: var(--sf);
  border: 1px solid var(--bd);
  font-size: 0.88rem;
  color: var(--tx2);
  font-weight: 600;
  transition: all 0.25s ease;
}
.sector-chip:hover {
  border-color: rgba(0, 196, 229, 0.45);
  color: var(--tx);
  transform: translateY(-2px);
}
.sector-chip i {
  color: var(--secondary);
}
.pcard .pamt {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--tx);
  line-height: 1;
}
.pcard .pamt .cur {
  font-size: 1rem;
  font-weight: 600;
  color: var(--tx3);
  margin-inline-start: 4px;
}
.feat-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feat-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.875rem;
  color: var(--tx2);
  margin-bottom: 10px;
  line-height: 1.45;
}
.feat-list li i {
  color: var(--secondary);
  margin-top: 3px;
  flex-shrink: 0;
}
.catalog-acc .accordion-button {
  font-weight: 600;
}
.catalog-acc .mod-detail {
  font-size: 0.875rem;
  color: var(--tx2);
  margin-bottom: 10px;
}
.catalog-acc .tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.catalog-acc .tag-row span {
  font-size: 0.72rem;
  padding: 4px 10px;
  border-radius: 100px;
  background: rgba(9, 198, 227, 0.1);
  border: 1px solid rgba(9, 198, 227, 0.2);
  color: var(--secondary-dark);
}
.nav-link {
  color: var(--tx2) !important;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 6px 14px !important;
  border-radius: 8px;
  transition: 0.2s !important;
}
.nav-link:hover {
  color: var(--tx) !important;
  background: rgba(255, 255, 255, 0.06) !important;
}
.lm .nav-link:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}
#mbmenu {
  position: fixed;
  top: var(--nav);
  left: 0;
  right: 0;
  z-index: 1049;
  background: rgba(8, 8, 15, 0.98);
  backdrop-filter: blur(20px);
  padding: 14px 20px 20px;
  border-bottom: 1px solid var(--bd);
  display: none;
}
.lm #mbmenu {
  background: rgba(250, 250, 254, 0.98);
}
#mbmenu.open {
  display: block;
}
/* HERO */
#hero {
  min-height: 100vh;
  padding-top: var(--nav);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hbadge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px 10px 14px;
  border-radius: 100px;
  background: rgba(0, 196, 229, 0.15);
  border: 1px solid #00c4e5;
  font-size: 0.92rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 26px;
  letter-spacing: 0.01em;
  line-height: 1.4;
  max-width: 100%;
}
.lm .hbadge {
  color: #0a2748;
  background: rgba(0, 196, 229, 0.18);
  border-color: #00c4e5;
}
.bdot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pur);
  animation: bpls 2s infinite;
  flex-shrink: 0;
}
.h1 {
  font-size: clamp(2.4rem, 6.5vw, 5rem);
  font-weight: 700;
  line-height: 1.09;
  letter-spacing: -0.03em;
  margin-bottom: 22px;
}
.tlog {
  opacity: 0.4;
  filter: grayscale(1);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--tx2);
  transition: 0.3s;
}
.tlog:hover {
  opacity: 0.75;
  filter: none;
}
.dwrap {
  border-radius: 26px;
  overflow: hidden;
  background: var(--sf);
  border: 1px solid var(--bd2);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.65), 0 0 40px rgba(9, 198, 227, 0.2);
  max-width: 100%;
  width: 100%;
}
.dtbar {
  background: var(--bg3);
  padding: 11px 16px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid var(--bd);
}
.dd {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.dgrid {
  display: grid;
  grid-template-columns: minmax(0, 185px) minmax(0, 1fr);
}
.dside {
  background: var(--bg2);
  border-right: 1px solid var(--bd);
  padding: 14px 10px;
}
.dsi {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 0.81rem;
  color: var(--tx3);
  margin-bottom: 3px;
  cursor: pointer;
  background: transparent;
  border: none;
  width: 100%;
  font-family: "Space Grotesk", sans-serif;
  text-align: left;
  transition: 0.2s;
}
.dsi i {
  width: 16px;
  text-align: center;
}
.dsi.on,
.dsi:hover {
  background: rgba(9, 198, 227, 0.14);
  color: #5DD9F0;
}
.stpill {
  background: var(--bg3);
  border: 1px solid var(--bd);
  border-radius: 12px;
  padding: 12px;
  position: relative;
  overflow: hidden;
}
.stpill::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--accent);
  opacity: 0.7;
}
.bbar {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: #09c6e3;
  transform-origin: bottom;
  animation: bgrow 0.8s ease forwards;
}
.cbbl {
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 0.72rem;
  line-height: 1.45;
  max-width: 88%;
}
.cbai {
  background: rgba(9, 198, 227, 0.14);
  border: 1px solid rgba(9, 198, 227, 0.2);
  color: var(--tx2);
  align-self: flex-start;
}
.cbus {
  background: var(--accent);
  color: #fff;
  align-self: flex-end;
}
.tdot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pur);
  animation: tbounce 0.9s infinite;
  display: inline-block;
}
@media (max-width: 991px) {
  .dgrid {
    grid-template-columns: 1fr;
  }
  .dside {
    display: none;
  }
}
/* PROOF */
#proof {
  background: var(--bg2);
  border-top: 1px solid var(--bd);
  border-bottom: 1px solid var(--bd);
  padding: 44px 0;
}
.pnum {
  font-size: 1.9rem;
  font-weight: 700;
  background: var(--accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
}
.plbl {
  font-size: 0.77rem;
  color: var(--tx3);
  margin-top: 3px;
}
.lscroll {
  overflow: hidden;
  margin-top: 28px;
  mask-image: none;
  -webkit-mask-image: none;
}
.ltrack {
  display: flex;
  gap: 36px;
  width: max-content;
  animation: lscr 28s linear infinite;
  align-items: center;
}
.lbr {
  font-size: 0.87rem;
  font-weight: 700;
  color: var(--tx3);
  opacity: 1 !important;
  filter: none !important;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}
.lbr img,
.client-marquee-item img,
.ltrack img,
#clientsMarquee img {
  opacity: 1 !important;
  filter: none !important;
  -webkit-filter: none !important;
}
#portfolio {
  text-align: center;
}
#portfolio .ssub {
  margin-left: auto;
  margin-right: auto;
}
#portfolio .client-grid {
  justify-items: center;
}
.modules-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .modules-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .modules-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.integ-group {
  margin-bottom: 2rem;
}
.integ-group:last-child {
  margin-bottom: 0;
}
.integ-group-title {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: 1rem;
  letter-spacing: 0.04em;
}
.integ-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
}
@media (min-width: 768px) {
  .integ-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .integ-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.integ-card {
  background: var(--sf);
  border: 1px solid var(--bd);
  border-radius: 14px;
  padding: 1.1rem 0.85rem;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}
.integ-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 196, 229, 0.4);
  box-shadow: 0 12px 28px rgba(10, 39, 72, 0.1);
}
.integ-card .mod-ico {
  margin: 0 auto 0.65rem;
  width: 44px;
  height: 44px;
}
.integ-card .integ-name {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--tx);
  line-height: 1.35;
}
#industries {
  text-align: center;
}
.industries-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
/* FEATURES */
.ftico {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 16px;
}
.ftag {
  display: inline-block;
  margin-top: 10px;
  padding: 2px 10px;
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 600;
  background: rgba(9, 198, 227, 0.12);
  color: #5DD9F0;
  border: 1px solid rgba(9, 198, 227, 0.2);
}
/* BENTO */
.bgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.bs2 {
  grid-column: span 2;
}
.bt2 {
  grid-row: span 2;
}
.bvis {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: var(--bg3);
}
.bvis::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(9, 198, 227, 0.14),
    rgba(13, 27, 42, 0.08)
  );
}
@media (max-width: 767px) {
  .bgrid {
    grid-template-columns: 1fr;
  }
  .bs2,
  .bt2 {
    grid-column: span 1;
    grid-row: span 1;
  }
}
/* PRODUCT PREVIEW */
.dprev {
  background: var(--sf);
  border: 1px solid var(--bd2);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.5);
}
.dpbody {
  display: grid;
  grid-template-columns: 205px 1fr;
  min-height: 430px;
}
.dpside {
  background: var(--bg2);
  border-right: 1px solid var(--bd);
  padding: 16px 12px;
}
.dpnl {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 9px;
  font-size: 0.82rem;
  color: var(--tx3);
  margin-bottom: 4px;
  cursor: pointer;
  background: transparent;
  border: none;
  width: 100%;
  font-family: "Space Grotesk", sans-serif;
  text-align: left;
  transition: 0.2s;
}
.dpnl i {
  width: 16px;
  text-align: center;
}
.dpnl.on,
.dpnl:hover {
  background: rgba(9, 198, 227, 0.14);
  color: #5DD9F0;
}
.dpc {
  padding: 22px;
}
.dpane {
  display: none;
}
.dpane.on {
  display: block;
}
.dpst {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}
.dps {
  background: var(--bg3);
  border: 1px solid var(--bd);
  border-radius: 12px;
  padding: 14px;
  position: relative;
  overflow: hidden;
}
.dps::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--accent);
  opacity: 0.6;
}
.dpsv {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 2px;
}
.dpsl {
  font-size: 0.67rem;
  color: var(--tx3);
}
.dpsd {
  font-size: 0.67rem;
  color: #34d399;
  font-weight: 600;
}
.dpbars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 88px;
}
.dpbar {
  flex: 1;
  border-radius: 5px 5px 0 0;
  background: #09c6e3;
  opacity: 0.75;
  animation: bgrow 0.7s ease forwards;
  transform-origin: bottom;
}
.arow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  background: var(--bg3);
  border: 1px solid var(--bd);
  border-radius: 10px;
  margin-bottom: 8px;
  font-size: 0.82rem;
}
.adot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.gon {
  background: #34d399;
  box-shadow: 0 0 6px #34d399;
}
.gpu {
  background: #09C6E3;
  box-shadow: 0 0 6px #09C6E3;
}
.gor {
  background: #f59e0b;
}
.bst {
  font-size: 0.7rem;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 100px;
}
.son {
  background: rgba(52, 211, 153, 0.12);
  color: #34d399;
  border: 1px solid rgba(52, 211, 153, 0.2);
}
.sbz {
  background: rgba(9, 198, 227, 0.12);
  color: #5DD9F0;
  border: 1px solid rgba(9, 198, 227, 0.2);
}
.sid {
  background: rgba(245, 158, 11, 0.1);
  color: #fbbf24;
  border: 1px solid rgba(245, 158, 11, 0.2);
}
.cit {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 11px 12px;
  background: var(--bg3);
  border: 1px solid var(--bd);
  border-radius: 10px;
  margin-bottom: 8px;
  font-size: 0.81rem;
}
.cav {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  flex-shrink: 0;
}
.arl {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: var(--bg3);
  border: 1px solid var(--bd);
  border-radius: 10px;
  margin-bottom: 8px;
  font-size: 0.82rem;
}
.ari {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .dpbody {
    grid-template-columns: 1fr;
  }
  .dpside {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding: 10px;
    border-right: none;
    border-bottom: 1px solid var(--bd);
  }
  .dpnl {
    white-space: nowrap;
    flex-shrink: 0;
    width: auto;
  }
  .dpst {
    grid-template-columns: 1fr 1fr;
  }
}
/* HOW */
.hnum {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin: 0 auto 18px;
  box-shadow: 0 8px 24px rgba(9, 198, 227, 0.35);
}
/* ANALYTICS */
.anst {
  background: var(--sf);
  border: 1px solid var(--bd);
  border-radius: 16px;
  padding: 20px;
}
.atrnd {
  font-size: 0.72rem;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 100px;
}
.tup {
  color: #34d399;
  background: rgba(52, 211, 153, 0.1);
}
.rtbar {
  height: 4px;
  background: var(--bg3);
  border-radius: 100px;
  overflow: hidden;
}
.rtfill {
  height: 100%;
  border-radius: 100px;
  background: var(--accent);
}
/* PRICING */
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: stretch;
}
@media (min-width: 992px) {
  .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    align-items: center;
  }
}
.pcard {
  background: rgba(13, 27, 42, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 196, 229, 0.12);
  border-radius: 20px;
  padding: 2rem 1.6rem;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.lm .pcard {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(10, 39, 72, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.pcard:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  border-color: rgba(0, 196, 229, 0.28);
}
.pcard.pcard-quiet {
  border-color: rgba(0, 196, 229, 0.08);
}
.pcard.pcard-standard {
  border-color: rgba(0, 196, 229, 0.2);
}
.pcard.pop {
  border: 2px solid #00c4e5;
  background: rgba(13, 27, 42, 0.65);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 0 40px rgba(0, 196, 229, 0.15), 0 12px 40px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.lm .pcard.pop {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0 40px rgba(0, 196, 229, 0.18), 0 12px 36px rgba(10, 39, 72, 0.08);
}
@media (min-width: 992px) {
  .pcard.pop {
    transform: scale(1.05);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .pcard.pop:hover {
    transform: scale(1.06) translateY(-5px);
    box-shadow: 0 0 56px rgba(0, 196, 229, 0.28), 0 18px 48px rgba(0, 0, 0, 0.3);
  }
}
.pcard .plan-cta .bgrd,
.pcard .plan-cta .btn-glow {
  transition: all 0.3s ease;
}
.btn-glow {
  box-shadow: 0 0 24px rgba(0, 196, 229, 0.45), 0 6px 20px rgba(0, 196, 229, 0.25);
  animation: glowPulse 2.8s ease-in-out infinite;
}
.btn-glow:hover {
  box-shadow: 0 0 36px rgba(0, 196, 229, 0.7), 0 10px 28px rgba(0, 196, 229, 0.4);
  filter: brightness(1.1);
  transform: translateY(-2px);
  color: #fff;
}
@keyframes glowPulse {
  0%,
  100% {
    box-shadow: 0 0 20px rgba(0, 196, 229, 0.35), 0 6px 18px rgba(0, 196, 229, 0.2);
  }
  50% {
    box-shadow: 0 0 32px rgba(0, 196, 229, 0.55), 0 8px 24px rgba(0, 196, 229, 0.35);
  }
}
.btn-standard {
  border-color: rgba(0, 196, 229, 0.35) !important;
  color: var(--tx) !important;
  font-weight: 700 !important;
}
.btn-standard:hover {
  border-color: #00c4e5 !important;
  background: rgba(0, 196, 229, 0.08) !important;
}
.plan-note {
  font-size: 0.85rem;
  color: var(--tx3);
  margin-bottom: 4px;
}
.from-lbl {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--tx3);
  margin-bottom: 4px;
}
.feat-list .tick {
  flex-shrink: 0;
  font-size: 0.85rem;
  line-height: 1.4;
}
.feat-list li {
  gap: 8px;
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 10px;
  margin-top: 12px;
  font-size: 0.68rem;
  font-weight: 500;
  color: #6b6b8a;
  line-height: 1.3;
  text-align: center;
}
.trust-row i {
  font-size: 0.65rem;
  opacity: 0.85;
}
.trust-row .sep {
  opacity: 0.5;
  margin: 0 1px;
}
.pbadge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #09c6e3;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 100px;
  white-space: nowrap;
  box-shadow: 0 6px 20px rgba(0, 196, 229, 0.35);
}
.pcard .plan-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: 10px;
}
.pcard .plan-desc {
  font-size: 0.9rem;
  color: var(--tx2);
  margin: 14px 0 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--bd);
  line-height: 1.55;
  min-height: 3.2em;
}
.pcard .feat-list {
  flex: 1;
}
.pcard .plan-cta {
  margin-top: auto;
  padding-top: 1.25rem;
}
.module-card {
  background: var(--sf);
  border: 1px solid var(--bd);
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  height: 100%;
  transition: all 0.3s ease;
}
.module-card:hover {
  border-color: rgba(0, 196, 229, 0.45);
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(10, 39, 72, 0.18);
}
.module-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--tx);
}
.module-card p {
  font-size: 0.92rem;
  color: var(--tx2);
  line-height: 1.7;
  margin: 0;
}
.module-card .mod-ico {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  margin-bottom: 1.1rem;
  font-size: 1.25rem;
}
.pamt {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1;
}
.pamt sup {
  font-size: 1.2rem;
  vertical-align: top;
  margin-top: 9px;
  display: inline-block;
}
.pfl {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-bottom: 10px;
  font-size: 0.875rem;
}
.pchk {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: rgba(52, 211, 153, 0.12);
  border: 1px solid rgba(52, 211, 153, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.65rem;
  color: #34d399;
  margin-top: 1px;
}
.tav {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--bd2);
}
/* FAQ */
.acco .accordion-item {
  background: var(--sf);
  border: 1px solid var(--bd);
  border-radius: 18px !important;
  margin-bottom: 10px;
  overflow: hidden;
}
.acco .accordion-button {
  background: var(--sf);
  color: var(--tx);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 0.94rem;
  box-shadow: none;
  border-radius: 18px !important;
  padding: 18px 22px;
}
.acco .accordion-button:not(.collapsed) {
  background: rgba(9, 198, 227, 0.06);
  color: #5DD9F0;
}
.acco .accordion-button::after {
  filter: invert(1) hue-rotate(220deg);
}
.lm .acco .accordion-button::after {
  filter: none;
}
.acco .accordion-body {
  color: var(--tx2);
  font-size: 0.875rem;
  line-height: 1.7;
  padding: 0 22px 18px;
}
/* CTA */
#cta {
  padding: 110px 0;
  position: relative;
  overflow: hidden;
  background: var(--bg3);
  text-align: center;
}
/* FOOTER */
#foot {
  background: var(--bg);
  border-top: 1px solid var(--bd);
  padding: 60px 0 28px;
}
.fcol h5 {
  font-size: 0.77rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--tx3);
  margin-bottom: 14px;
}
.fcol a {
  display: block;
  font-size: 0.875rem;
  color: var(--tx2);
  padding: 3px 0;
  transition: 0.2s;
}
.fcol a:hover {
  color: var(--pur);
}
.nli {
  padding: 9px 14px;
  border-radius: 12px;
  border: 1px solid var(--bd2);
  background: var(--sf);
  color: var(--tx);
  font-size: 0.83rem;
  font-family: "Space Grotesk", sans-serif;
  outline: none;
  flex: 1;
}
.nli:focus {
  border-color: var(--pur);
}
.sico {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #e5eef6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0a2748;
  background: #ffffff;
  transition: all 0.3s ease;
  font-size: 1rem;
  text-decoration: none;
}
html:not(.lm) .sico {
  color: #f8fbff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(229, 238, 246, 0.2);
}
.sico:hover {
  border-color: #09c6e3;
  color: #09c6e3;
  transform: translateY(-2px);
}
.foot-social {
  display: flex;
  align-items: center;
  gap: 12px;
}
/* OFFCANVAS LOGIN */
#lofc {
  width: 420px;
  background: var(--bg2);
  border-left: 1px solid var(--bd2);
}
.lm #lofc {
  background: #f5f5ff;
}
.offcanvas-header {
  border-bottom: 1px solid var(--bd);
  padding: 20px 24px;
}
.offcanvas-title {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: var(--tx);
}
.olbl {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--tx2);
  margin-bottom: 6px;
  display: block;
}
.oinp {
  width: 100%;
  padding: 11px 14px;
  border-radius: 12px;
  border: 1px solid var(--bd2);
  background: var(--sf);
  color: var(--tx);
  font-size: 0.9rem;
  font-family: "Space Grotesk", sans-serif;
  outline: none;
  transition: 0.2s;
  margin-bottom: 14px;
}
.oinp:focus {
  border-color: var(--pur);
  box-shadow: 0 0 0 3px rgba(9, 198, 227, 0.15);
}
.odiv {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--tx3);
  font-size: 0.8rem;
  margin: 16px 0;
}
.odiv::before,
.odiv::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--bd);
}
.oauth {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid var(--bd2);
  background: var(--sf);
  color: var(--tx2);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  transition: 0.2s;
  cursor: pointer;
  margin-bottom: 8px;
}
.oauth:hover {
  border-color: var(--pur);
  color: var(--tx);
}
.tab-switch {
  display: flex;
  background: var(--sf);
  border: 1px solid var(--bd);
  border-radius: 12px;
  padding: 4px;
  margin-bottom: 22px;
}
.tab-sw-btn {
  flex: 1;
  padding: 8px;
  border: none;
  border-radius: 9px;
  font-size: 0.88rem;
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
  cursor: pointer;
  transition: 0.2s;
  background: transparent;
  color: var(--tx3);
}
.tab-sw-btn.on {
  background: var(--accent);
  color: #fff;
}
.err-msg {
  background: rgba(248, 113, 113, 0.1);
  border: 1px solid rgba(248, 113, 113, 0.25);
  color: #f87171;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 0.82rem;
  margin-bottom: 12px;
  display: none;
}
/* MAGNIFIC */
.mfp-bg {
  background: #000;
  opacity: 0.9;
}
.mfp-iframe-holder .mfp-content {
  max-width: 900px;
}
/* ======================== DASHBOARD ======================== */
#dashboard {
  display: none;
  min-height: 100vh;
  background: var(--bg);
}
/* DB TOPBAR */
.db-top {
  position: fixed;
  top: 0;
  left: var(--dsb);
  right: 0;
  height: var(--nav);
  background: rgba(8, 8, 15, 0.85);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--bd);
  z-index: 900;
  display: flex;
  align-items: center;
  padding: 0 28px;
  gap: 16px;
  transition: left 0.3s;
}
.lm .db-top {
  background: rgba(250, 250, 254, 0.9);
}
.db-top-search {
  flex: 1;
  max-width: 380px;
  position: relative;
}
.db-top-search input {
  width: 100%;
  padding: 8px 14px 8px 36px;
  border-radius: 10px;
  border: 1px solid var(--bd2);
  background: var(--sf);
  color: var(--tx);
  font-size: 0.85rem;
  font-family: "Space Grotesk", sans-serif;
  outline: none;
}
.db-top-search input:focus {
  border-color: var(--pur);
}
.db-top-search i {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--tx3);
  font-size: 0.85rem;
}
.db-user-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  border-radius: 12px;
  border: 1px solid var(--bd);
  cursor: pointer;
  transition: 0.2s;
}
.db-user-pill:hover {
  border-color: var(--pur);
  background: rgba(9, 198, 227, 0.06);
}
.db-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  flex-shrink: 0;
}
/* DB SIDEBAR */
.db-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: var(--dsb);
  height: 100vh;
  background: var(--bg2);
  border-right: 1px solid var(--bd);
  z-index: 950;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: 0.3s;
}
.db-logo {
  padding: 18px 20px;
  border-bottom: 1px solid var(--bd);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--tx);
}
.db-nav {
  flex: 1;
  padding: 16px 12px;
  overflow-y: auto;
}
.db-nav-section {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--tx3);
  padding: 0 10px;
  margin: 16px 0 8px;
}
.db-nl {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 0.875rem;
  color: var(--tx2);
  margin-bottom: 3px;
  cursor: pointer;
  border: none;
  width: 100%;
  background: transparent;
  font-family: "Space Grotesk", sans-serif;
  text-align: left;
  transition: 0.2s;
  position: relative;
}
.db-nl i {
  width: 18px;
  text-align: center;
  font-size: 0.9rem;
}
.db-nl:hover {
  background: rgba(9, 198, 227, 0.1);
  color: var(--tx);
}
.db-nl.active {
  background: rgba(9, 198, 227, 0.15);
  color: #5DD9F0;
  font-weight: 600;
}
.db-nl.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 3px;
  background: var(--accent);
  border-radius: 0 3px 3px 0;
}
.db-badge {
  margin-left: auto;
  background: var(--pur);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 100px;
}
.db-bottom {
  padding: 16px 12px;
  border-top: 1px solid var(--bd);
}
/* DB MAIN */
.db-main {
  margin-left: var(--dsb);
  padding-top: var(--nav);
  min-height: 100vh;
}
.db-content {
  padding: 28px;
}
/* DB SECTIONS */
.db-section {
  display: none;
}
.db-section.active {
  display: block;
}
/* STAT CARDS */
.db-stat-card {
  background: var(--sf);
  border: 1px solid var(--bd);
  border-radius: 16px;
  padding: 22px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.db-stat-card:hover {
  border-color: rgba(9, 198, 227, 0.25);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.db-stat-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--accent);
  opacity: 0.6;
}
.db-stat-val {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 4px;
}
.db-stat-lbl {
  font-size: 0.78rem;
  color: var(--tx3);
  margin-bottom: 6px;
}
.db-stat-delta {
  font-size: 0.75rem;
  font-weight: 600;
}
.delta-up {
  color: #34d399;
}
.delta-dn {
  color: #f87171;
}
/* AI CHAT */
.chat-wrap {
  background: var(--sf);
  border: 1px solid var(--bd);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  height: 520px;
  overflow: hidden;
}
.chat-header {
  padding: 16px 20px;
  border-bottom: 1px solid var(--bd);
  display: flex;
  align-items: center;
  gap: 12px;
}
.chat-ai-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.95rem;
  flex-shrink: 0;
}
.chat-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: #34d399;
  font-weight: 600;
}
.chat-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  scroll-behavior: smooth;
}
.chat-body::-webkit-scrollbar {
  width: 4px;
}
.chat-body::-webkit-scrollbar-track {
  background: transparent;
}
.chat-body::-webkit-scrollbar-thumb {
  background: var(--bd2);
  border-radius: 4px;
}
.msg {
  max-width: 80%;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 0.875rem;
  line-height: 1.55;
  word-break: break-word;
}
.msg-ai {
  background: var(--bg3);
  border: 1px solid var(--bd);
  color: var(--tx);
  align-self: flex-start;
  border-radius: 4px 14px 14px 14px;
}
.msg-user {
  background: var(--accent);
  color: #fff;
  align-self: flex-end;
  border-radius: 14px 14px 4px 14px;
}
.msg-time {
  font-size: 0.68rem;
  color: var(--tx3);
  margin-top: 4px;
}
.typing-ind {
  display: flex;
  gap: 4px;
  padding: 10px 14px;
  background: var(--bg3);
  border: 1px solid var(--bd);
  border-radius: 4px 14px 14px 14px;
  align-self: flex-start;
  align-items: center;
}
.typing-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pur);
  animation: tbounce 0.9s infinite;
}
.typing-dot:nth-child(2) {
  animation-delay: 0.15s;
}
.typing-dot:nth-child(3) {
  animation-delay: 0.3s;
}
.chat-input-wrap {
  padding: 14px 16px;
  border-top: 1px solid var(--bd);
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.chat-inp {
  flex: 1;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid var(--bd2);
  background: var(--bg3);
  color: var(--tx);
  font-size: 0.875rem;
  font-family: "Space Grotesk", sans-serif;
  outline: none;
  resize: none;
  max-height: 100px;
  line-height: 1.5;
  transition: 0.2s;
}
.chat-inp:focus {
  border-color: var(--pur);
}
.chat-send {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--accent);
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
  flex-shrink: 0;
}
.chat-send:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 16px rgba(9, 198, 227, 0.4);
}
.chat-send:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
/* AGENT CARD */
.agent-card {
  background: var(--sf);
  border: 1px solid var(--bd);
  border-radius: 16px;
  padding: 20px;
  transition: 0.3s;
}
.agent-card:hover {
  border-color: rgba(9, 198, 227, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.agent-status {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.ag-online {
  background: #34d399;
  box-shadow: 0 0 8px #34d399;
}
.ag-busy {
  background: #09C6E3;
  box-shadow: 0 0 8px #09C6E3;
}
.ag-offline {
  background: #6b6b8a;
}
/* TABLE */
.db-table {
  width: 100%;
  border-collapse: collapse;
}
.db-table th {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--tx3);
  padding: 10px 16px;
  border-bottom: 1px solid var(--bd);
  text-align: left;
}
.db-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--bd);
  font-size: 0.875rem;
  color: var(--tx2);
}
.db-table tr:last-child td {
  border-bottom: none;
}
.db-table tr:hover td {
  background: rgba(9, 198, 227, 0.04);
}
/* SETTINGS */
.setting-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid var(--bd);
}
.setting-row:last-child {
  border-bottom: none;
}
.toggle-switch {
  position: relative;
  width: 44px;
  height: 24px;
}
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.toggle-thumb {
  position: absolute;
  inset: 0;
  background: var(--bd2);
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s;
}
.toggle-thumb::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}
.toggle-switch input:checked + .toggle-thumb {
  background: var(--accent);
}
.toggle-switch input:checked + .toggle-thumb::before {
  transform: translateX(20px);
}
/* NOTIFICATION */
.notif-item {
  display: flex;
  gap: 12px;
  padding: 14px;
  border-radius: 12px;
  background: var(--sf);
  border: 1px solid var(--bd);
  margin-bottom: 10px;
  transition: 0.2s;
}
.notif-item:hover {
  border-color: rgba(9, 198, 227, 0.2);
}
.notif-ico {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
/* DROPDOWN PANELS */
.db-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 2000;
  background: var(--bg2);
  border: 1px solid var(--bd2);
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  min-width: 340px;
  overflow: hidden;
  animation: fadeIn 0.2s ease;
  display: none;
}
.db-dropdown.open {
  display: block;
}
.dd-header {
  padding: 16px 18px;
  border-bottom: 1px solid var(--bd);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dd-header-title {
  font-weight: 700;
  font-size: 0.95rem;
}
.dd-close {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 1px solid var(--bd2);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tx3);
  cursor: pointer;
  font-size: 0.8rem;
  transition: 0.2s;
}
.dd-close:hover {
  border-color: var(--pur);
  color: var(--pur);
}
.dd-body {
  padding: 14px;
  max-height: 380px;
  overflow-y: auto;
}
.dd-body::-webkit-scrollbar {
  width: 4px;
}
.dd-body::-webkit-scrollbar-thumb {
  background: var(--bd2);
  border-radius: 4px;
}
.notif-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #09C6E3;
  flex-shrink: 0;
  margin-top: 5px;
}
.notif-dot.read {
  background: var(--bd2);
}
.notif-unread {
  background: rgba(9, 198, 227, 0.06);
  border-color: rgba(9, 198, 227, 0.2);
}
/* PROFILE DROPDOWN */
.profile-dd {
  min-width: 260px;
}
.profile-dd-top {
  padding: 18px;
  border-bottom: 1px solid var(--bd);
  display: flex;
  align-items: center;
  gap: 12px;
}
.profile-menu-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  font-size: 0.875rem;
  color: var(--tx2);
  cursor: pointer;
  transition: 0.2s;
  border-radius: 10px;
  margin: 2px 8px;
  border: none;
  background: transparent;
  width: calc(100% - 16px);
  font-family: "Space Grotesk", sans-serif;
  text-align: left;
}
.profile-menu-item i {
  width: 18px;
  text-align: center;
  font-size: 0.9rem;
}
.profile-menu-item:hover {
  background: rgba(9, 198, 227, 0.1);
  color: var(--tx);
}
.profile-menu-item.danger:hover {
  background: rgba(248, 113, 113, 0.1);
  color: #f87171;
}
.profile-dd-footer {
  padding: 10px 8px;
  border-top: 1px solid var(--bd);
}
/* MOBILE DB */
@media (max-width: 991px) {
  .db-sidebar {
    transform: translateX(-100%);
    transition: 0.3s;
  }
  .db-sidebar.mob-open {
    transform: translateX(0);
  }
  .db-main {
    margin-left: 0;
  }
  .db-top {
    left: 0;
  }
}
/* KEYFRAMES */
@keyframes bpls {
  0%,
  100% {
    box-shadow: 0 0 6px var(--pur);
  }
  50% {
    box-shadow: 0 0 14px var(--pur);
  }
}
@keyframes bgrow {
  from {
    transform: scaleY(0);
    opacity: 0;
  }
  to {
    transform: scaleY(1);
    opacity: 0.75;
  }
}
@keyframes tbounce {
  0%,
  60%,
  100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-5px);
  }
}
@keyframes lscr {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes fadU {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes dinI {
  from {
    opacity: 0;
    transform: perspective(1200px) rotateX(5deg) translateY(28px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.afu {
  animation: fadU 0.8s ease both;
}
.adi {
  animation: dinI 1.1s ease 0.35s both;
}
.rv {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.65s, transform 0.65s;
}
.rv.in {
  opacity: 1;
  transform: none;
}
@media (max-width: 575px) {
  .h1 {
    font-size: 2.2rem;
  }
  .stitle {
    font-size: 1.8rem;
  }
  #lofc {
    width: 100%;
  }
  .db-top-search {
    display: none;
  }
  .db-content {
    padding: 16px;
  }
}

/* ===== ENTERPRISE OVERRIDES (VLOW palette — no gradients) ===== */
.lm .pcard,
.pcard {
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid #e5eef6 !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 28px rgba(10, 39, 72, 0.06) !important;
}
html:not(.lm) .pcard {
  background: rgba(10, 39, 72, 0.5) !important;
  border-color: rgba(229, 238, 246, 0.18) !important;
}
.pcard.pop {
  border: 1.5px solid #09c6e3 !important;
  box-shadow: 0 10px 32px rgba(10, 39, 72, 0.08) !important;
  transform: none !important;
}
.pcard.pop:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 14px 36px rgba(10, 39, 72, 0.1) !important;
}
.btn-glow,
.btn-glow:hover {
  animation: none !important;
  box-shadow: none !important;
  filter: none !important;
}
.btn-glow:hover {
  background: #128fb3 !important;
  transform: translateY(-2px);
}
.pbadge {
  background: #0a2748 !important;
  border: 1px solid #09c6e3;
  box-shadow: none !important;
  color: #fff !important;
}
.pnum {
  background: none !important;
  -webkit-text-fill-color: #09c6e3 !important;
  color: #09c6e3 !important;
}
.hnum {
  background: #09c6e3 !important;
  box-shadow: none !important;
}
.lang-switch button.active {
  background: #09c6e3 !important;
}

/* Modules catalog 17 */
.modules-catalog {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
}
@media (min-width: 700px) {
  .modules-catalog { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1100px) {
  .modules-catalog { grid-template-columns: repeat(3, 1fr); }
}
.mod-full {
  background: #ffffff;
  border: 1px solid #e5eef6;
  border-radius: 16px;
  padding: 1.35rem 1.25rem;
  height: 100%;
  transition: all 0.3s ease;
  text-align: start;
}
html:not(.lm) .mod-full {
  background: rgba(255,255,255,0.06);
  border-color: rgba(229,238,246,0.15);
}
.mod-full:hover {
  transform: translateY(-5px);
  border-color: rgba(9, 198, 227, 0.4);
  box-shadow: 0 12px 32px rgba(10, 39, 72, 0.08);
}
.mod-full .mod-ico {
  width: 44px;
  height: 44px;
  margin-bottom: 0.85rem;
  background: rgba(9, 198, 227, 0.12);
  border: 1px solid rgba(9, 198, 227, 0.25);
  color: #09c6e3;
}
.mod-full h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--tx);
  margin: 0 0 0.2rem;
}
.mod-full .mod-en {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #09c6e3;
  margin-bottom: 0.75rem;
}
.mod-full .mod-funcs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mod-full .mod-funcs li {
  font-size: 0.8rem;
  color: var(--tx2);
  line-height: 1.45;
  padding: 0.28rem 0;
  border-bottom: 1px solid #e5eef6;
  display: flex;
  gap: 6px;
}
html:not(.lm) .mod-full .mod-funcs li { border-bottom-color: rgba(229,238,246,0.12); }
.mod-full .mod-funcs li:last-child { border-bottom: 0; }
.mod-full .mod-funcs li::before {
  content: "•";
  color: #09c6e3;
  font-weight: 700;
}

/* Why VLOW */
.why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
}
@media (min-width: 768px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1100px) {
  .why-grid { grid-template-columns: repeat(3, 1fr); }
}
.why-card {
  background: #ffffff;
  border: 1px solid #e5eef6;
  border-radius: 16px;
  padding: 1.5rem 1.35rem;
  transition: all 0.3s ease;
}
html:not(.lm) .why-card {
  background: rgba(255,255,255,0.06);
  border-color: rgba(229,238,246,0.15);
}
.why-card:hover { transform: translateY(-5px); border-color: rgba(9,198,227,0.4); }
.why-card h3 { font-size: 1.1rem; font-weight: 700; margin: 0.75rem 0 0.5rem; color: var(--tx); }
.why-card p { font-size: 0.9rem; color: var(--tx2); line-height: 1.65; margin: 0; }

/* Training */
.train-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
}
@media (min-width: 700px) {
  .train-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1100px) {
  .train-grid { grid-template-columns: repeat(2, 1fr); }
}
.train-card {
  background: #ffffff;
  border: 1px solid #e5eef6;
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s ease;
}
html:not(.lm) .train-card {
  background: rgba(255,255,255,0.06);
  border-color: rgba(229,238,246,0.15);
}
.train-card:hover { transform: translateY(-5px); }
.train-card h3 { font-size: 1.1rem; font-weight: 700; margin: 0.7rem 0 0.45rem; }
.train-card p { font-size: 0.88rem; color: var(--tx2); line-height: 1.6; flex: 1; }
.train-card .boc { margin-top: 1rem; }

/* Portfolio centered wrap */
#portfolio { text-align: center; }
#portfolio .client-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1rem;
  max-width: 960px;
  margin: 0 auto;
}
#portfolio .client-card {
  width: calc(50% - 0.5rem);
  max-width: 160px;
  min-width: 0;
  flex: 1 1 120px;
}
@media (min-width: 768px) {
  #portfolio .client-card {
    width: calc(25% - 0.75rem);
  }
}
#portfolio .client-logo-wrap img,
#portfolio .client-card img,
#clientsMarquee img {
  opacity: 1 !important;
  filter: none !important;
}

.lm .aur { opacity: 0.35; }
.pcard .pamt {
  background: none !important;
  -webkit-text-fill-color: #0a2748 !important;
  color: #0a2748 !important;
}
html:not(.lm) .pcard .pamt {
  -webkit-text-fill-color: #f8fbff !important;
  color: #f8fbff !important;
}
.pcard .plan-name { color: #0a2748 !important; }
html:not(.lm) .pcard .plan-name { color: #09c6e3 !important; }

/* ===== Micro-interactions: buttons ===== */
.bgrd,
.boc,
.btn,
button.bgrd,
button.boc,
a.bgrd,
a.boc,
.newsletter-btn {
  transition: all 0.3s ease !important;
}
.bgrd:hover,
.boc:hover,
a.bgrd:hover,
a.boc:hover,
.newsletter-btn:hover {
  transform: translateY(-2px) !important;
}
.bgrd:active,
.boc:active,
a.bgrd:active,
a.boc:active,
.newsletter-btn:active,
button:active.bgrd,
button:active.boc {
  transform: scale(0.98) !important;
}

/* ===== Contact / Lead Form ===== */
.newsletter-sec {
  background: #f8fbff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
html:not(.lm) .newsletter-sec {
  background: #0a2748;
}
.newsletter-box {
  background: #ffffff;
  border: 1px solid #e5eef6;
  border-radius: 20px;
  padding: 3rem 2rem;
  max-width: 820px;
  margin: 0 auto;
  box-shadow: 0 12px 40px rgba(10, 39, 72, 0.06);
}
html:not(.lm) .newsletter-box {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(229, 238, 246, 0.15);
}
.lead-form,
.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 640px;
  margin: 0 auto;
  text-align: start;
  width: 100%;
}
.lead-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 640px) {
  .lead-row {
    grid-template-columns: 1fr 1fr;
  }
}
.lead-input,
.newsletter-input {
  width: 100%;
  min-width: 0;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #e5eef6;
  background: #ffffff;
  color: #0a2748;
  font-family: "Cairo", "IBM Plex Sans Arabic", sans-serif;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.lead-textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.6;
}
.lead-input:focus,
.newsletter-input:focus {
  border-color: #09c6e3;
  box-shadow: 0 0 0 3px rgba(9, 198, 227, 0.15);
}
html:not(.lm) .lead-input,
html:not(.lm) .newsletter-input {
  background: #0f1f35 !important;
  border-color: rgba(229, 238, 246, 0.2) !important;
  color: #f8fbff !important;
}
html:not(.lm) .lead-input::placeholder,
html:not(.lm) .newsletter-input::placeholder {
  color: #929da9;
}
.lead-submit,
.newsletter-btn {
  background: #09c6e3 !important;
  color: #fff !important;
  border: none;
  border-radius: 12px;
  padding: 14px 22px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  width: 100%;
  max-width: 280px;
  margin-inline: auto;
}
.newsletter-btn.is-loading,
.newsletter-btn:disabled,
.lead-submit.is-loading,
.lead-submit:disabled {
  opacity: 0.75;
  cursor: wait;
  pointer-events: none;
}

/* ===== Dashboard watermark ===== */
#dashboard {
  position: relative;
}
#dashboard .db-main {
  position: relative;
}
#dashboard .db-main::before {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(420px, 55vw);
  height: min(420px, 55vw);
  background: url("../assets/logo.png") center / contain no-repeat;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}
#dashboard .db-content,
#dashboard .db-top {
  position: relative;
  z-index: 1;
}
.why-card .mod-ico svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: currentColor;
  color: #09c6e3;
}

/* ===== VLOW Custom Modal ===== */
.vlow-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.vlow-modal.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.vlow-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 39, 72, 0.45);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.vlow-modal-dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e5eef6;
  box-shadow: 0 24px 60px rgba(10, 39, 72, 0.18);
  padding: 2.25rem 1.75rem 1.75rem;
  text-align: center;
  transform: translateY(12px) scale(0.98);
  transition: transform 0.25s ease;
}
.vlow-modal.open .vlow-modal-dialog {
  transform: translateY(0) scale(1);
}
html:not(.lm) .vlow-modal-dialog {
  background: #0a2748;
  border-color: rgba(229, 238, 246, 0.15);
}
.vlow-modal-close {
  position: absolute;
  top: 12px;
  inset-inline-end: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid #e5eef6;
  border-radius: 10px;
  background: #f8fbff;
  color: #0a2748;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  padding: 0;
}
.vlow-modal-close:hover {
  border-color: #09c6e3;
  color: #09c6e3;
  transform: translateY(-1px);
}
html:not(.lm) .vlow-modal-close {
  background: rgba(255,255,255,0.08);
  border-color: rgba(229,238,246,0.2);
  color: #f8fbff;
}
.vlow-modal-icon {
  margin: 0 auto 1rem;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vlow-modal-icon.is-error svg circle,
.vlow-modal-icon.is-error svg path {
  stroke: #ef4444;
}
.vlow-modal-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0a2748;
  margin: 0 0 0.5rem;
}
html:not(.lm) .vlow-modal-title { color: #f8fbff; }
.vlow-modal-msg {
  font-size: 0.95rem;
  color: #5f6f82;
  line-height: 1.6;
  margin: 0 0 1.35rem;
}
html:not(.lm) .vlow-modal-msg { color: #b8c5d4; }
.vlow-modal-ok {
  min-width: 140px;
  padding: 12px 20px;
}

/* ===== Dark mode completeness fixes ===== */
html:not(.lm) .mod-full,
html:not(.lm) .why-card,
html:not(.lm) .train-card,
html:not(.lm) .integ-card,
html:not(.lm) .module-card,
html:not(.lm) .gc,
html:not(.lm) .pcard {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(229, 238, 246, 0.14) !important;
  color: var(--tx);
}
html:not(.lm) .mod-full h3,
html:not(.lm) .why-card h3,
html:not(.lm) .train-card h3,
html:not(.lm) .integ-name,
html:not(.lm) .plan-name {
  color: #f8fbff !important;
}
html:not(.lm) .mod-full .mod-funcs li,
html:not(.lm) .why-card p,
html:not(.lm) .train-card p,
html:not(.lm) .plan-desc,
html:not(.lm) .feat-list li {
  color: #c5d4e0 !important;
  border-bottom-color: rgba(229, 238, 246, 0.1);
}
html:not(.lm) .newsletter-sec {
  background: #071930 !important;
}
html:not(.lm) .newsletter-box {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(229, 238, 246, 0.15) !important;
}
html:not(.lm) .newsletter-box .stitle {
  color: #f8fbff !important;
}
html:not(.lm) .lead-input,
html:not(.lm) .newsletter-input {
  background: #0f1f35 !important;
  border-color: rgba(229, 238, 246, 0.2) !important;
  color: #f8fbff !important;
}
html:not(.lm) .sector-chip {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(229, 238, 246, 0.18);
  color: #c5d4e0;
}
html:not(.lm) .pcard .pamt {
  -webkit-text-fill-color: #f8fbff !important;
  color: #f8fbff !important;
}
html:not(.lm) body,
html:not(.lm) #landing {
  background: var(--bg);
  color: var(--tx);
}

/* FAQ accordion — force readable dark cards (Bootstrap defaults to white) */
html:not(.lm) .acco .accordion-item {
  background: #0f1f35 !important;
  border-color: rgba(229, 238, 246, 0.16) !important;
}
html:not(.lm) .acco .accordion-button {
  background: #0f1f35 !important;
  color: #e8f4ff !important;
  box-shadow: none !important;
}
html:not(.lm) .acco .accordion-button:not(.collapsed) {
  background: rgba(9, 198, 227, 0.12) !important;
  color: #5dd9f0 !important;
}
html:not(.lm) .acco .accordion-button::after {
  filter: brightness(0) invert(1);
  opacity: 0.85;
}
html:not(.lm) .acco .accordion-body {
  background: #0f1f35 !important;
  color: #c5d4e0 !important;
}
html:not(.lm) .acco .accordion-collapse {
  background: #0f1f35 !important;
}

/* Hero dashboard mock — full dark shell */
html:not(.lm) .dwrap {
  background: #0f1f35 !important;
  border-color: rgba(229, 238, 246, 0.18) !important;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.55), 0 0 28px rgba(9, 198, 227, 0.12);
}
html:not(.lm) .dwrap > .dgrid > .p-3 {
  background: #0a2748 !important;
}
html:not(.lm) .lang-switch {
  background: #0f1f35 !important;
  border-color: rgba(229, 238, 246, 0.22) !important;
}
html:not(.lm) .lang-switch button {
  color: #c5d4e0 !important;
}
html:not(.lm) .lang-switch button:hover:not(.active) {
  color: #f8fbff !important;
  background: rgba(9, 198, 227, 0.12) !important;
}
html:not(.lm) .lang-switch button.active {
  background: var(--accent) !important;
  color: #fff !important;
}
html:not(.lm) .trust-row,
html:not(.lm) .trust-row span {
  color: #c5d4e0 !important;
}

/* Prefer add/remove over broken toggle states */
body.theme-dark {
  color-scheme: dark;
}
body.theme-light {
  color-scheme: light;
}

/* ===== Mobile responsive — prevent horizontal cut-off ===== */
#hero,
#problem,
#features,
#why,
#training,
#pricing,
#portfolio,
#newsletter,
#cta,
#integrations,
section.sp {
  overflow-x: hidden;
  max-width: 100%;
}
.lscroll {
  overflow: hidden;
  max-width: 100%;
}
#nbar .container,
#nbar .d-flex {
  max-width: 100%;
  min-width: 0;
}
.dtbar {
  overflow: hidden;
}
.dtbar .ms-auto {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 60px);
  font-size: 0.68rem !important;
}
.mod-full,
.why-card,
.train-card,
.pcard,
.integ-card {
  max-width: 100%;
  min-width: 0;
}
.client-grid {
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
}

@media (max-width: 768px) {
  html,
  body {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .sp {
    padding: 3.25rem 0;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 100%;
  }

  /* Typography */
  h1,
  .h1 {
    font-size: clamp(1.65rem, 7.5vw, 2.35rem) !important;
    line-height: 1.2 !important;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  h2,
  .stitle {
    font-size: clamp(1.35rem, 5.5vw, 1.85rem) !important;
    line-height: 1.25 !important;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .ssub {
    font-size: 0.92rem;
    max-width: 100%;
  }
  .hbadge {
    font-size: 0.78rem;
    padding: 8px 12px 8px 10px;
    white-space: normal;
    text-align: start;
    border-radius: 16px;
  }
  .pamt {
    font-size: clamp(1.6rem, 8vw, 2.2rem);
  }

  /* Navbar */
  #nbar {
    height: auto;
    min-height: 64px;
    padding: 8px 0;
  }
  :root {
    --nav: 72px;
  }
  .logo-i {
    height: 44px;
    min-width: 44px;
  }
  html:not(.lm) .logo-i {
    height: 48px;
  }
  .logo-i .brand-logo,
  .brand-logo {
    max-height: 36px;
  }
  .lang-switch {
    height: 34px;
  }
  .lang-switch button {
    padding: 0 8px;
    font-size: 0.72rem;
    min-width: 36px;
  }

  /* Pricing — single column */
  .pricing-grid {
    grid-template-columns: 1fr !important;
    gap: 1.25rem;
  }
  .pcard {
    padding: 1.5rem 1.15rem;
    width: 100%;
  }
  .pcard.pop {
    transform: none;
  }
  .pbadge {
    font-size: 0.68rem;
    padding: 5px 12px;
    white-space: normal;
    max-width: 90%;
    text-align: center;
  }

  /* Modules & Training — one card per row */
  .modules-catalog,
  .modules-grid,
  .train-grid,
  .why-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem;
  }

  /* Integrations */
  .integ-grid {
    grid-template-columns: 1fr !important;
  }

  /* Portfolio / clients */
  #portfolio .client-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    max-width: 100%;
  }
  #portfolio .client-card {
    width: calc(50% - 0.4rem);
    max-width: 140px;
    min-width: 0;
    flex: 1 1 110px;
    padding: 12px 8px;
    min-height: 96px;
  }
  .client-logo-wrap {
    min-height: 48px;
    padding: 6px 8px;
  }
  .client-logo-wrap img,
  .client-card img {
    max-height: 40px;
    max-width: 100%;
  }

  /* Hero dashboard mock */
  .dwrap {
    border-radius: 16px;
    margin-inline: 0;
  }
  .dgrid {
    grid-template-columns: 1fr !important;
  }
  .dside {
    display: none !important;
  }
  .dwrap .p-3 {
    padding: 0.75rem !important;
  }
  .stpill {
    padding: 10px 8px;
  }

  /* Lead form */
  .lead-row {
    grid-template-columns: 1fr !important;
  }
  .newsletter-box {
    padding: 1.75rem 1.1rem;
    border-radius: 16px;
  }
  .lead-submit,
  .newsletter-btn {
    max-width: 100%;
  }

  /* Offcanvas / dropdowns */
  #lofc {
    width: min(100vw, 420px) !important;
    max-width: 100vw;
  }
  .db-dropdown {
    min-width: 0 !important;
    width: min(92vw, 340px);
    right: 0;
    left: auto;
  }

  /* Float WhatsApp — keep inside screen */
  .wa-float {
    bottom: 16px;
    inset-inline-end: 14px;
    width: 50px;
    height: 50px;
    font-size: 1.35rem;
  }

  /* Prevent fixed aurora from expanding layout */
  .aur-a,
  .aur-b {
    width: min(320px, 70vw) !important;
    height: min(320px, 70vw) !important;
  }

  /* How / industries steps */
  .how-grid,
  .industries-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 480px) {
  #nbar .bgrd.d-sm-flex {
    display: none !important;
  }
  .h1 {
    font-size: 1.55rem !important;
  }
  .stitle {
    font-size: 1.3rem !important;
  }
  #portfolio .client-card {
    flex: 1 1 100px;
    max-width: 120px;
  }
}
