:root {
  --p: #2e36fd;
  --s: #f18911;
  --d: #202e54;
  --pl: #eef0ff;
  --sl: #fff5e8;
  --g50: #f8f9fc;
  --g100: #f0f2f8;
  --g200: #e2e6f3;
  --g600: #6b7a99;
  --g800: #2d3748;
  --w: #fff;
  --r8: 8px;
  --r14: 14px;
  --r20: 20px;
  --r28: 28px;
  --sm: 0 8px 32px rgba(46, 54, 253, .12);
}

/* hero audit dashboard */
.adash {
  background: linear-gradient(132deg, #1a1a58, #010a22);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 -20px 80px rgba(92, 59, 255, 0.25);
  backdrop-filter: blur(20px);
  border-radius: var(--radius-lg);
  padding: 20px 22px;
}

.ar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .08);
  margin-bottom: 6px;
  transition: all .3s;
}

.ar:hover {
  background: rgba(239, 68, 68, .08);
  border-color: rgba(239, 68, 68, .25);
}

.arisk {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.an {
  flex: 1;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: .78rem;
  color: #fff;
}

.asub {
  font-size: .73rem;
  color: rgba(255, 255, 255, .38);
  line-height: 1.3;
}

.abadge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: .64rem;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 50px;
}

.ah {
  background: rgba(239, 68, 68, .12);
  color: #f87171;
  border: 1px solid rgba(239, 68, 68, .2);
}

.am {
  background: rgba(241, 137, 17, .12);
  color: #fcd34d;
  border: 1px solid rgba(241, 137, 17, .2);
}

.al {
  background: rgba(34, 197, 94, .1);
  color: #6dfa8c;
  border: 1px solid rgba(34, 197, 94, .2);
}

.aok {
  background: rgba(46, 54, 253, .15);
  color: #a0aeff;
  border: 1px solid rgba(46, 54, 253, .3);
}

.astats {
  display: flex;
  gap: 0;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-top: 10px;
}

.asi {
  flex: 1;
  padding: 13px 10px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .08);
}

.asi:last-child {
  border-right: none;
}

.asn {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1;
}

.asl {
  font-size: .63rem;
  color: rgba(255, 255, 255, .42);
  margin-top: 3px;
}

/* SECTIONS */
section {
  padding: 88px 0;
}

.ey {
  font-family: 'Poppins', sans-serif;
  font-size: .73rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--p);
  margin-bottom: 9px;
}

.tit {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.65rem);
  font-weight: 600;
  color: var(--d);
  letter-spacing: -.5px;
  line-height: 1.2;
  margin-bottom: 13px;
}

.tit .hi {
  color: var(--p);
}

.tit .ho {
  color: var(--s);
}

.tit .hr {
  color: #ef4444;
}

.desc {
  font-size: 1rem;
  color: var(--g600);
  line-height: 1.8;
}

.dl {
  width: 52px;
  height: 4px;
  background: linear-gradient(90deg, var(--p), var(--s));
  border-radius: 4px;
  margin-bottom: 16px;
}



/* GRC dark */
.grc::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 40%, rgba(239, 68, 68, .1) 0%, transparent 60%), radial-gradient(ellipse at 20% 70%, rgba(46, 54, 253, .12) 0%, transparent 60%);
}

.gc {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-md);
  padding: 24px;
  height: 100%;
  transition: all .3s;
}

.gc:hover {
  background: rgba(239, 68, 68, .08);
  border-color: rgba(239, 68, 68, .3);
  transform: translateY(-4px);
}

.gc .gi {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 16px;
}

.gc h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: .95rem;
  color: #fff;
  margin-bottom: 8px;
}

.gc .gt {
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #f87171;
  margin-bottom: 9px;
}

.gc p {
  font-size: .85rem;
  color: rgba(255, 255, 255, .55);
  margin-bottom: 10px;
  line-height: 1.65;
}

.glist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.glist li {
  font-size: .82rem;
  color: rgba(255, 255, 255, .65);
  padding: 4px 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.glist li i {
  color: #f87171;
  margin-top: 2px;
  flex-shrink: 0;
}



/* AI analytics dark */
.aia {
  background: var(--d);
  padding: 88px 0;
  position: relative;
  overflow: hidden;
}

.aia::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(46, 54, 253, .14) 0%, transparent 60%), radial-gradient(ellipse at 80% 30%, rgba(241, 137, 17, .08) 0%, transparent 60%);
}

.aic {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-md);
  padding: 22px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  transition: all .3s;
  margin-bottom: 10px;
}

.aic:hover {
  background: rgba(46, 54, 253, .15);
  border-color: rgba(46, 54, 253, .4);
}

.aii {
  width: 42px;
  height: 42px;
  border-radius: var(--r8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.aic h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: .88rem;
  color: #fff;
  margin-bottom: 4px;
}

.aic p {
  font-size: .8rem;
  color: rgba(255, 255, 255, .5);
  margin: 0;
  line-height: 1.5;
}

/* evidence / doc vault */
.evs {
  background: var(--w);
}

.ev-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  background: var(--gray-50);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-md);
  margin-bottom: 8px;
  transition: all .3s;
}

.ev-row:hover {
  border-color: var(--p);
  background: var(--pl);
}

.ev-row .ei {
  width: 36px;
  height: 36px;
  border-radius: var(--r8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.ev-row .en {
  flex: 1;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: .82rem;
  color: var(--d);
}

.ev-row .ec {
  font-size: .73rem;
  color: var(--g600);
  line-height: 1.2;
}

.ev-row .et {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: .7rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 50px;
}

/* aic */
.aic {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-md);
  padding: 22px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  transition: all .3s;
  margin-bottom: 10px;
}

.aic:hover {
  background: rgba(46, 54, 253, .15);
  border-color: rgba(46, 54, 253, .4);
}

.aii {
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.aic h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: .88rem;
  color: #fff;
  margin-bottom: 4px;
}

.aic p {
  font-size: .8rem;
  color: rgba(255, 255, 255, .5);
  margin: 0;
  line-height: 1.5;
}