/* ABOUT PAGE */
.about-hero{
  padding:160px 0 60px;
}

.about-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:60px;
  align-items:center;
}

.about-content h1{
  font-size:clamp(46px,6vw,72px);
  line-height:1.02;
  letter-spacing:-3.5px;
  color:var(--dark);
  margin-bottom:24px;
}

.about-content .grad{
  background:linear-gradient(135deg,var(--primary),var(--accent));
  -webkit-background-clip:text;
  color:transparent;
}

.about-desc{
  font-size:19px;
  line-height:1.85;
  color:var(--muted);
  max-width:650px;
  margin-bottom:38px;
}

.about-values{
  display:grid;
  gap:22px;
}

.about-value{
  display:flex;
  gap:18px;
  align-items:flex-start;
}

.about-icon{
  width:58px;
  height:58px;
  flex:0 0 58px;
  display:grid;
  place-items:center;
  border-radius:20px;
  background:linear-gradient(135deg,var(--primary-soft),#ecfeff);
  color:var(--primary);
  font-weight:900;
  font-size:24px;
}

.about-value h3{
  font-size:19px;
  color:var(--dark);
  margin-bottom:7px;
}

.about-value p{
  color:var(--muted);
  line-height:1.7;
}

.about-visual{
  position:relative;
}

.about-image-card{
  width:100%;
  max-width:700px;
  margin-left:auto;
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 25px 70px rgba(15,23,42,.12);
}
.about-grid{
  align-items:center;
}
.about-image-card img{
  width:100%;
  height:auto;
  display:block;
}

.web-mockup{
  position:absolute;
  width:530px;
  max-width:82%;
  right:70px;
  top:140px;
  background:white;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 30px 80px rgba(15,23,42,.16);
}

.mockup-header{
  height:48px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 20px;
  background:var(--dark);
}

.mockup-header span{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#94a3b8;
}

.mockup-header span:nth-child(1){background:#ef4444;}
.mockup-header span:nth-child(2){background:#f59e0b;}
.mockup-header span:nth-child(3){background:#22c55e;}

.mockup-body{
  padding:28px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.mockup-icon,
.mockup-image,
.mockup-chart{
  height:95px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--primary),var(--accent));
  color:white;
  font-size:34px;
  font-weight:900;
}

.mockup-lines{
  display:grid;
  align-content:center;
  gap:12px;
}

.mockup-lines span,
.mockup-wide{
  height:13px;
  border-radius:999px;
  background:#dbeafe;
}

.mockup-lines span:nth-child(1){width:80%;}
.mockup-lines span:nth-child(2){width:65%;}
.mockup-lines span:nth-child(3){width:90%;}

.mockup-image{
  background:linear-gradient(135deg,#93c5fd,#2563eb);
}

.mockup-wide{
  grid-column:1/2;
  height:16px;
}

.mockup-wide.small{
  width:75%;
}

.mockup-chart{
  background:linear-gradient(135deg,#dbeafe,#eff6ff);
  color:var(--primary);
}

.code-card,
.db-card,
.gear-card,
.chart-card{
  position:absolute;
  z-index:2;
  background:white;
  border:1px solid var(--border);
  box-shadow:0 22px 60px rgba(15,23,42,.12);
}

.code-card{
  left:70px;
  top:100px;
  width:190px;
  padding:22px;
  border-radius:22px;
  background:#0f172a;
}

.code-card span{
  color:white;
  font-weight:900;
  display:block;
  margin-bottom:14px;
}

.code-card div{
  height:8px;
  border-radius:999px;
  background:#60a5fa;
  margin-bottom:10px;
}

.code-card div:nth-child(3){width:80%;background:#f59e0b;}
.code-card div:nth-child(4){width:65%;background:#22c55e;}
.code-card div:nth-child(5){width:90%;background:#a78bfa;}

.db-card,
.gear-card,
.chart-card{
  width:86px;
  height:86px;
  display:grid;
  place-items:center;
  border-radius:24px;
  color:var(--primary);
  font-size:34px;
  font-weight:900;
}

.db-card{
  top:50px;
  left:50%;
}

.gear-card{
  right:70px;
  top:210px;
}

.chart-card{
  left:145px;
  bottom:70px;
  background:linear-gradient(135deg,var(--primary),var(--accent));
  color:white;
}

.about-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  padding:35px 0 110px;
}

.about-stat-card{
  display:flex;
  gap:18px;
  align-items:flex-start;
  background:white;
  border:1px solid var(--border);
  border-radius:28px;
  padding:30px;
  box-shadow:0 18px 55px rgba(15,23,42,.06);
}

.stat-icon{
  width:64px;
  height:64px;
  flex:0 0 64px;
  display:grid;
  place-items:center;
  border-radius:22px;
  background:var(--primary-soft);
  color:var(--primary);
  font-size:28px;
}

.about-stat-card h2{
  font-size:38px;
  color:var(--dark);
  letter-spacing:-1.5px;
}

.about-stat-card h3{
  font-size:18px;
  color:var(--dark);
  margin:4px 0 14px;
}

.about-stat-card p{
  color:var(--muted);
  line-height:1.7;
}

@media(max-width:980px){
  .about-grid{
    grid-template-columns:1fr;
  }

  .about-stats{
    grid-template-columns:1fr 1fr;
  }

  .web-mockup{
    right:40px;
  }
}

@media(max-width:620px){
  .about-hero{
    padding-top:135px;
  }

  .about-stats{
    grid-template-columns:1fr;
  }

  .visual-bg{
    min-height:430px;
  }

  .web-mockup{
    right:20px;
    top:120px;
  }

  .code-card{
    left:20px;
  }
}
