/* ============================================================
   TOOLMIVO — ABOUT PAGE
   ============================================================ */

.about-page{overflow:hidden}

.about-hero{
  position:relative;
  padding:88px 0 76px;
}
.about-hero::before{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  top:-230px;
  right:-160px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(124,92,255,.18),transparent 67%);
  pointer-events:none;
}
.about-hero-inner{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);
  gap:54px;
  align-items:center;
}
.about-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#a999ff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.about-kicker::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--accent3);
  box-shadow:0 0 0 5px rgba(33,212,194,.08);
}
.about-hero h1{
  max-width:760px;
  margin:17px 0 22px;
  color:#fff;
  font-size:clamp(46px,6vw,76px);
  line-height:.98;
  letter-spacing:-3.7px;
}
.about-hero h1 span{
  background:linear-gradient(90deg,#bdb3ff,#86a7ff,#6de7df);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.about-hero-copy>p{
  max-width:700px;
  margin:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.75;
}
.about-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:11px;
  margin-top:30px;
}
.about-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:46px;
  padding:12px 17px;
  border-radius:13px;
  font-size:12px;
  font-weight:900;
  transition:transform .2s ease,border-color .2s ease,background .2s ease,filter .2s ease;
}
.about-button:hover{transform:translateY(-2px)}
.about-button-primary{
  color:#fff;
  background:linear-gradient(135deg,var(--accent),var(--accent2));
  box-shadow:0 11px 28px rgba(61,91,235,.24);
}
.about-button-primary:hover{filter:brightness(1.07)}
.about-button-secondary{
  color:#cad6e7;
  border:1px solid var(--line);
  background:rgba(255,255,255,.035);
}
.about-button-secondary:hover{
  color:#fff;
  border-color:rgba(124,92,255,.32);
  background:rgba(124,92,255,.06);
}
.about-hero-card{
  position:relative;
  overflow:hidden;
  padding:30px;
  border:1px solid rgba(124,92,255,.20);
  border-radius:26px;
  background:
    radial-gradient(circle at 85% 5%,rgba(59,130,246,.16),transparent 220px),
    linear-gradient(155deg,rgba(19,35,59,.95),rgba(10,24,41,.93));
  box-shadow:var(--shadow);
}
.about-hero-card::after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  right:-80px;
  bottom:-100px;
  border-radius:50%;
  background:rgba(33,212,194,.07);
}
.about-brand-mark{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  margin-bottom:23px;
  border-radius:16px;
  color:#fff;
  background:linear-gradient(135deg,var(--accent),var(--accent2));
  box-shadow:0 12px 28px rgba(61,91,235,.28);
  font-size:25px;
}
.about-hero-card>div:nth-child(2) strong{
  display:block;
  margin-bottom:7px;
  color:#f7f9ff;
  font-size:23px;
  letter-spacing:-.7px;
}
.about-hero-card>div:nth-child(2) p{
  margin:0;
  color:#8fa2bb;
  font-size:13px;
  line-height:1.65;
}
.about-mini-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:25px;
}
.about-mini-grid div{
  min-height:92px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:15px;
  border:1px solid rgba(255,255,255,.065);
  border-radius:14px;
  background:rgba(255,255,255,.025);
}
.about-mini-grid span{
  color:#6e829d;
  font-size:10px;
  font-weight:900;
}
.about-mini-grid strong{
  color:#dfe8f6;
  font-size:13px;
}
.about-section{padding:68px 0}
.about-section-alt{
  border-top:1px solid rgba(255,255,255,.055);
  border-bottom:1px solid rgba(255,255,255,.055);
  background:rgba(9,21,37,.42);
}
.about-section-heading{
  max-width:760px;
  margin-bottom:30px;
}
.about-section-heading>span{
  display:block;
  margin-bottom:9px;
  color:#8675ff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.about-section-heading h2,
.about-split h2,
.about-growth h2{
  margin:0;
  color:#f7f9ff;
  font-size:clamp(30px,4vw,43px);
  line-height:1.08;
  letter-spacing:-1.7px;
}
.about-section-heading p,
.about-split>div:first-child>p,
.about-growth p{
  max-width:760px;
  margin:15px 0 0;
  color:var(--muted);
  font-size:15px;
  line-height:1.8;
}
.about-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px;
}
.about-feature-card{
  padding:25px;
  border:1px solid var(--line);
  border-radius:19px;
  background:linear-gradient(155deg,rgba(18,35,59,.86),rgba(10,24,41,.76));
  transition:transform .22s ease,border-color .22s ease;
}
.about-feature-card:hover{
  transform:translateY(-3px);
  border-color:rgba(124,92,255,.28);
}
.about-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  border-radius:12px;
  color:#c9c0ff;
  background:rgba(124,92,255,.10);
  border:1px solid rgba(124,92,255,.13);
  font-size:18px;
}
.about-feature-card h3{
  margin:0 0 8px;
  color:#f4f7fc;
  font-size:16px;
}
.about-feature-card p{
  margin:0;
  color:#8496af;
  font-size:13px;
  line-height:1.7;
}
.about-split{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(350px,.9fr);
  gap:58px;
  align-items:center;
}
.about-split>div:first-child>p+p{margin-top:13px}
.about-checklist{display:grid;gap:10px}
.about-checklist>div{
  display:grid;
  grid-template-columns:36px 1fr;
  gap:12px;
  padding:17px;
  border:1px solid rgba(255,255,255,.065);
  border-radius:15px;
  background:rgba(255,255,255,.025);
}
.about-checklist>div>span{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:9px;
  color:#73e6cf;
  background:rgba(33,212,194,.08);
  font-size:13px;
  font-weight:900;
}
.about-checklist strong{
  display:block;
  margin-bottom:4px;
  color:#e8eef8;
  font-size:13px;
}
.about-checklist p{
  margin:0;
  color:#7f91aa;
  font-size:12px;
  line-height:1.55;
}
.about-info-panel{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.about-info-panel>div{
  padding:23px;
  border:1px solid var(--line);
  border-radius:17px;
  background:rgba(16,29,49,.72);
}
.about-info-number{
  display:block;
  margin-bottom:20px;
  color:#7567e7;
  font-size:10px;
  font-weight:900;
}
.about-info-panel strong{
  display:block;
  margin-bottom:7px;
  color:#eef3fb;
  font-size:14px;
}
.about-info-panel p{
  margin:0;
  color:#8091a9;
  font-size:12px;
  line-height:1.65;
}
.about-legal-links{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:18px;
}
.about-legal-links a{
  color:#a8b9d2;
  font-size:12px;
  font-weight:800;
}
.about-legal-links a:hover{color:#fff}
.about-growth{padding-bottom:86px}
.about-growth-inner{
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  padding:36px;
  border:1px solid rgba(124,92,255,.20);
  border-radius:24px;
  background:
    radial-gradient(circle at 90% 0%,rgba(124,92,255,.16),transparent 250px),
    linear-gradient(145deg,rgba(19,35,59,.92),rgba(9,22,38,.90));
}
.about-growth-inner::after{
  content:"";
  position:absolute;
  width:240px;
  height:240px;
  right:-130px;
  bottom:-150px;
  border-radius:50%;
  background:rgba(59,130,246,.10);
}
.about-growth-inner>div,
.about-growth-inner>a{
  position:relative;
  z-index:2;
}
.about-growth-inner>div{max-width:720px}

@media(max-width:900px){
  .about-hero-inner,
  .about-split{
    grid-template-columns:1fr;
  }
  .about-hero-card{max-width:620px}
  .about-feature-grid,
  .about-info-panel{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:650px){
  .about-hero{padding:64px 0 48px}
  .about-hero h1{letter-spacing:-2.3px}
  .about-section{padding:52px 0}
  .about-feature-grid,
  .about-info-panel{
    grid-template-columns:1fr;
  }
  .about-growth-inner{
    align-items:flex-start;
    flex-direction:column;
    padding:26px;
  }
  .about-growth-inner .about-button{width:100%}
}
@media(max-width:430px){
  .about-mini-grid{grid-template-columns:1fr}
  .about-hero-actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .about-button{width:100%}
}
