:root{
  --bg:#f5f8fc;
  --surface:#ffffff;
  --surface-soft:rgba(255,255,255,.82);
  --text:#14161b;
  --muted:#5f6776;
  --line:rgba(20,22,27,.09);
  --shadow-sm:0 12px 28px rgba(15,23,42,.05);
  --shadow-md:0 18px 48px rgba(15,23,42,.08);
  --shadow-lg:0 28px 72px rgba(15,23,42,.10);
  --radius-xl:32px;
  --radius-lg:24px;
  --radius-md:18px;
  --accent:#7a7bf4;
  --accent-2:#a9d8ff;
  --green:#62e6c0;
  --orange:#ff7f62;
  --yellow:#f4c130;
  --blue:#4f8edb;
  --cyan:#12bfd6;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:
    radial-gradient(circle at 100% 0%, rgba(169,216,255,.34), transparent 26%),
    radial-gradient(circle at 0% 0%, rgba(122,123,244,.07), transparent 18%),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none}


.about-page{overflow:hidden}
.about-section{padding:110px 0}
.about-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0 0 18px;
  font-size:.92rem;
  font-weight:800;
  color:#6d6ff1;
  letter-spacing:.02em;
}
.about-kicker::before{
  content:"";
  width:10px;
  height:10px;
  border-radius:999px;
  background:linear-gradient(135deg, var(--accent), var(--green));
  box-shadow:0 0 0 8px rgba(122,123,244,.08);
}
.about-heading{
  max-width:760px;
  margin:0 0 44px;
}
.about-heading--center{
  margin-inline:auto;
  text-align:center;
}
.about-heading h2,
.about-copy h2,
.about-founder__content h2,
.about-cta__box h2{
  margin:0 0 16px;
  font-size:clamp(2rem, 3.8vw, 3.7rem);
  line-height:1.02;
  letter-spacing:-.04em;
}
.about-heading p,
.about-copy p,
.about-founder__content p,
.about-cta__box p{
  margin:0 0 16px;
  color:var(--muted);
  line-height:1.78;
  font-size:1.03rem;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 24px;
  border-radius:999px;
  border:1px solid transparent;
  font-weight:800;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  color:#fff;
  background:linear-gradient(135deg, #7b7cf5, #8d8fff);
  box-shadow:0 16px 34px rgba(123,124,245,.28);
}
.btn-secondary{
  color:var(--text);
  background:rgba(255,255,255,.72);
  border-color:rgba(20,22,27,.16);
  backdrop-filter:saturate(180%) blur(12px);
}
.about-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}
.about-actions--center{justify-content:center}

.about-card{
  border:1px solid var(--line);
  background:var(--surface-soft);
  border-radius:28px;
  box-shadow:var(--shadow-md);
  backdrop-filter:saturate(180%) blur(14px);
}
.about-card h3{margin:0 0 12px;font-size:1.2rem;letter-spacing:-.02em}
.about-card p{margin:0;color:var(--muted);line-height:1.72}

.about-hero{padding:20px 0 44px}
.about-hero__shell{
  background:rgba(255,255,255,.75);
  border:1px solid rgba(255,255,255,.8);
  border-radius:36px;
  box-shadow:var(--shadow-lg);
  backdrop-filter:saturate(180%) blur(16px);
  overflow:hidden;
}
.about-hero__grid{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
  gap:24px;
  align-items:center;
  min-height:760px;
  padding:56px 54px 32px;
}
.about-hero__content h1{
  margin:0 0 20px;
  font-size:clamp(2.8rem, 5.7vw, 5.6rem);
  line-height:.96;
  letter-spacing:-.06em;
  max-width:11ch;
}
.about-hero__content h1 span{display:block}
.about-hero__lead{
  margin:0 0 26px;
  max-width:60ch;
  color:var(--muted);
  font-size:1.1rem;
  line-height:1.82;
}
.about-hero__proof{
  display:grid;
  gap:12px;
  margin:24px 0 22px;
  max-width:60ch;
}
.about-proof-chip{
  padding:18px 20px;
  border:1px solid var(--line);
  border-radius:20px;
  background:rgba(255,255,255,.7);
  color:var(--muted);
  box-shadow:var(--shadow-sm);
  line-height:1.65;
}
.about-proof-chip strong{color:var(--text)}
.about-kpis{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  padding:18px;
  border-radius:24px;
  background:rgba(255,255,255,.82);
  border:1px solid var(--line);
  box-shadow:var(--shadow-md);
}
.about-kpi{
  padding:6px 8px;
}
.about-kpi strong{
  display:block;
  margin:0 0 6px;
  font-size:1.1rem;
}
.about-kpi span{
  display:block;
  color:var(--muted);
  line-height:1.5;
  font-size:.92rem;
}

.about-hero__visual{
  position:relative;
  min-height:670px;
}
.about-hero__aura{
  position:absolute;
  inset:10% 6% 10%;
  border-radius:50%;
  background:
    radial-gradient(circle, rgba(169,216,255,.95) 0%, rgba(169,216,255,.48) 34%, rgba(255,255,255,0) 70%);
  filter:blur(16px);
}
.about-hero__figure-wrap{
  position:relative;
  height:100%;
  min-height:670px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}
.about-hero__figure{
  position:relative;
  z-index:2;
  width:min(100%, 760px);
  object-fit:contain;
}
.about-float{
  position:absolute;
  z-index:3;
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:16px 22px;
  border-radius:999px;
  background:rgba(255,255,255,.95);
  border:1px solid rgba(255,255,255,.85);
  box-shadow:var(--shadow-md);
  font-weight:800;
  white-space:nowrap;
}
.about-float__icon{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:999px;
  color:#0d4a3e;
  background:linear-gradient(135deg, #64e8c4, #74f0d2);
  box-shadow:0 0 0 8px rgba(100,232,196,.14);
}
.about-float--1{top:20%;right:3%}
.about-float--2{top:48%;right:-2%}
.about-float--3{bottom:18%;right:5%}

.about-two-col,
.about-founder__grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:56px;
  align-items:center;
}
.about-media-card{
  border-radius:32px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.9);
  box-shadow:var(--shadow-lg);
  background:linear-gradient(180deg, #fdfefe 0%, #edf6ff 100%);
}
.about-media-card img{width:100%;height:auto}

.about-pillars__grid,
.about-fit__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}
.about-card--feature{
  padding:30px;
}
.about-card__icon{
  display:grid;
  place-items:center;
  width:56px;
  height:56px;
  margin:0 0 18px;
  border-radius:18px;
  background:linear-gradient(135deg, rgba(122,123,244,.12), rgba(98,230,192,.14));
  color:#6c6ef0;
  font-weight:900;
  font-size:1rem;
}
.about-fit__grid .about-card,
.about-diff__grid .about-card{
  padding:30px;
}

.about-process{
  padding-top:120px;
  padding-bottom:126px;
}
.process-track{
  position:relative;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:20px;
  margin-top:54px;
  padding:120px 0;
  align-items:center;
}
.process-track__rail{
  position:absolute;
  left:4%;
  right:4%;
  top:50%;
  height:10px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(255,127,98,.36), rgba(244,193,48,.38), rgba(79,142,219,.38), rgba(18,191,214,.38), rgba(122,123,244,.40));
  transform:translateY(-50%);
}
.process-step{
  position:relative;
  min-height:350px;
}
.process-step__node{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:112px;
  height:112px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  font-weight:900;
  font-size:2rem;
  border:9px solid rgba(255,255,255,.92);
  box-shadow:var(--shadow-lg);
  z-index:3;
}
.process-step__node--1{background:var(--orange)}
.process-step__node--2{background:var(--yellow); color:#fff}
.process-step__node--3{background:var(--blue)}
.process-step__node--4{background:var(--cyan)}
.process-step__node--5{background:#ff8d70}
.process-step__node--6{background:var(--accent)}

.process-step__card{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  width:min(100%, 250px);
  padding:26px 22px;
  border-radius:24px;
  background:rgba(255,255,255,.92);
  border:1px solid var(--line);
  box-shadow:var(--shadow-md);
}
.process-step__card h3{
  margin:0 0 10px;
  font-size:1.16rem;
  letter-spacing:-.02em;
}
.process-step__card p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
}
.process-step--top .process-step__card{top:0}
.process-step--bottom .process-step__card{bottom:0}

.about-founder__shell{
  background:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.85);
  border-radius:36px;
  box-shadow:var(--shadow-lg);
  backdrop-filter:saturate(180%) blur(16px);
  padding:52px;
}
.about-founder__visual{
  position:relative;
  min-height:700px;
  border-radius:32px;
  overflow:hidden;
  background:linear-gradient(180deg, #fdfefe 0%, #edf6ff 100%);
  box-shadow:var(--shadow-md);
}
.about-founder__aura{
  position:absolute;
  inset:10% 6% 12%;
  border-radius:50%;
  background:radial-gradient(circle, rgba(169,216,255,.92) 0%, rgba(169,216,255,.38) 36%, rgba(255,255,255,0) 74%);
  filter:blur(14px);
}
.about-founder__image{
  position:relative;
  z-index:2;
  width:min(100%, 720px);
  margin-inline:auto;
  height:100%;
  object-fit:contain;
}
.about-founder__identity{
  display:grid;
  gap:4px;
  margin:22px 0 18px;
}
.about-founder__identity strong{font-size:1.18rem}
.about-founder__identity span{color:var(--muted)}
.about-founder__list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  list-style:none;
  padding:0;
  margin:28px 0 0;
}
.about-founder__list li{
  position:relative;
  padding:16px 16px 16px 42px;
  border-radius:18px;
  background:rgba(255,255,255,.9);
  border:1px solid var(--line);
  box-shadow:var(--shadow-sm);
}
.about-founder__list li::before{
  content:"";
  position:absolute;
  left:18px;
  top:50%;
  transform:translateY(-50%);
  width:10px;
  height:10px;
  border-radius:999px;
  background:linear-gradient(135deg, var(--accent), var(--green));
}

.about-team__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.team-card{
  padding:16px 16px 20px;
  border-radius:24px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.88);
  box-shadow:var(--shadow-md);
  transition:transform .18s ease, box-shadow .18s ease;
}
.team-card:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 42px rgba(15,23,42,.10);
}
.team-card img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  border-radius:18px;
  margin-bottom:16px;
}
.team-card h3{
  margin:0 0 6px;
  font-size:1.02rem;
}
.team-card p{
  margin:0;
  color:var(--muted);
}

.about-diff__grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
}

.about-logos{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
  margin:0 0 24px;
}
.about-logos span{
  min-height:78px;
  display:grid;
  place-items:center;
  border-radius:18px;
  border:1px dashed var(--line);
  background:rgba(255,255,255,.65);
  color:var(--muted);
  font-weight:800;
}
.about-proof__stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.about-card--stat{
  padding:28px;
}
.about-card--stat strong{
  display:block;
  margin:0 0 8px;
  font-size:1.3rem;
  letter-spacing:-.02em;
}
.about-card--stat span{
  color:var(--muted);
  line-height:1.6;
}

.about-cta{
  padding-top:120px;
  padding-bottom:120px;
}
.about-cta__box{
  padding:64px 36px;
  text-align:center;
  border-radius:36px;
  background:
    radial-gradient(circle at 100% 0%, rgba(169,216,255,.28), transparent 26%),
    radial-gradient(circle at 0% 100%, rgba(122,123,244,.16), transparent 28%),
    rgba(255,255,255,.82);
  border:1px solid rgba(255,255,255,.85);
  box-shadow:var(--shadow-lg);
  backdrop-filter:saturate(180%) blur(16px);
}
.about-cta__box p{
  max-width:760px;
  margin-inline:auto;
}

@media (max-width:1200px){
  .about-hero__grid,
  .about-two-col,
  .about-founder__grid{
    grid-template-columns:1fr;
  }
  .about-hero__grid{
    min-height:auto;
  }
  .about-hero__content h1{
    max-width:none;
  }
  .about-hero__visual,
  .about-founder__visual{
    min-height:560px;
  }
  .process-track{
    grid-template-columns:repeat(3,1fr);
    row-gap:44px;
    padding:40px 0 0;
  }
  .process-track__rail{display:none}
  .process-step{
    min-height:auto;
    padding-top:126px;
  }
  .process-step__node{
    top:0;
    transform:translate(-50%, 0);
  }
  .process-step__card{
    position:relative;
    top:auto;
    bottom:auto;
    width:100%;
    max-width:none;
  }
}

@media (max-width:1024px){
  .about-pillars__grid,
  .about-fit__grid,
  .about-proof__stats,
  .about-team__grid{
    grid-template-columns:repeat(2,1fr);
  }
  .about-diff__grid{
    grid-template-columns:1fr;
  }
  .about-logos{
    grid-template-columns:repeat(3,1fr);
  }
}

@media (max-width:768px){
 
  .about-section{
    padding:82px 0;
  }
  .about-hero__shell,
  .about-founder__shell,
  .about-cta__box{
    border-radius:28px;
  }
  .about-hero__grid{
    padding:28px 22px 22px;
  }
  .about-hero__content h1{
    font-size:clamp(2.4rem, 12vw, 4.1rem);
  }
  .about-kpis,
  .about-pillars__grid,
  .about-fit__grid,
  .about-proof__stats,
  .about-founder__list,
  .about-team__grid,
  .about-logos{
    grid-template-columns:1fr;
  }
  .about-founder__shell{
    padding:24px;
  }
  .about-founder__visual{
    min-height:460px;
  }
  .process-track{
    grid-template-columns:1fr;
  }
  .about-float{
    position:static;
    margin:10px auto 0;
    justify-content:center;
  }
  .about-hero__figure-wrap{
    display:flex;
    flex-direction:column;
    gap:10px;
    min-height:auto;
  }
  .about-hero__visual{
    min-height:auto;
  }
}

@media (max-width:560px){
  .about-actions{
    flex-direction:column;
  }
  .about-kpi strong{
    font-size:1rem;
  }
}