:root{
  --about-ink:#0b1225;
  --about-muted:#596982;
  --about-blue:#2563eb;
  --about-green:#16a36a;
  --about-green-light:#48dc9b;
  --about-navy:#071923;
  --about-navy-2:#0a2a34;
  --about-soft:#f3f7fc;
  --about-line:#dbe4ef;
  --about-white:#fff;
  --about-shell:1180px;
  --about-shadow:0 22px 55px rgba(15,23,42,.10);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.about-page-2026{
  margin:0;
  overflow-x:hidden;
  color:var(--about-ink);
  background:#fff;
  font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,Cantarell,"Helvetica Neue",Arial,sans-serif;
  line-height:1.55;
}
.about-page-2026 img{display:block;max-width:100%;height:auto}
.about-page-2026 a{color:inherit}
.about-shell{width:min(var(--about-shell),calc(100% - 40px));margin:0 auto}
.about-skip-link{
  position:fixed;top:10px;left:10px;z-index:20000;padding:10px 14px;border-radius:10px;
  background:#fff;color:var(--about-ink);font-weight:900;text-decoration:none;
  transform:translateY(-160%);box-shadow:var(--about-shadow);
}
.about-skip-link:focus{transform:none}

.about-section-nav{
  position:sticky;top:68px;z-index:900;border-bottom:1px solid rgba(15,23,42,.08);
  background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);
}
.about-section-nav-inner{display:flex;justify-content:center;gap:26px;min-height:44px;overflow-x:auto;scrollbar-width:none}
.about-section-nav-inner::-webkit-scrollbar{display:none}
.about-section-nav a{
  display:flex;align-items:center;flex:0 0 auto;border-bottom:2px solid transparent;
  color:#65728a;font-size:.78rem;font-weight:850;text-decoration:none;
}
.about-section-nav a:hover,.about-section-nav a:focus-visible,.about-section-nav a.is-active{
  border-bottom-color:var(--about-green);color:var(--about-blue);outline:none;
}

.about-kicker{
  display:inline-flex;align-items:center;gap:10px;margin-bottom:13px;color:var(--about-blue);
  font-size:.74rem;font-weight:900;letter-spacing:.13em;line-height:1.35;text-transform:uppercase;
}
.about-kicker::before{width:25px;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--about-green-light),var(--about-blue));content:""}
.about-kicker-light{color:#9fc4ff}
.about-breadcrumbs{display:flex;gap:10px;margin-bottom:36px;color:#9bacc0;font-size:.78rem}
.about-breadcrumbs a{text-decoration:none}
.about-breadcrumbs a:hover{color:#fff}

.about-hero{
  position:relative;overflow:hidden;padding:68px 0 76px;
  background:
    radial-gradient(circle at 95% 12%,rgba(22,163,106,.22),transparent 38%),
    radial-gradient(circle at 12% 0,rgba(37,99,235,.19),transparent 40%),
    linear-gradient(115deg,#081b2e,#052b2a);
  color:#fff;
}
.about-hero::after{
  position:absolute;inset:0;pointer-events:none;content:"";opacity:.11;
  background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);
  background-size:46px 46px;
  -webkit-mask-image:linear-gradient(90deg,#000,transparent 80%);
  mask-image:linear-gradient(90deg,#000,transparent 80%);
}
.about-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);gap:54px;align-items:center}
.about-hero-copy h1{
  max-width:760px;margin:0;color:#fff;font-size:clamp(3rem,5.45vw,5.3rem);
  font-weight:900;letter-spacing:-.066em;line-height:.91;
}
.about-hero-copy h1 span{
  display:block;background:linear-gradient(90deg,#67a4ff,#46dc9b);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.about-hero-lead{max-width:640px;margin:27px 0 0;color:#c7d1dc;font-size:1.08rem;line-height:1.67}
.about-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:29px}
.about-btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:49px;padding:12px 18px;
  border:1px solid transparent;border-radius:12px;font:850 .94rem/1.2 inherit;text-align:center;text-decoration:none;cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.about-btn:hover{transform:translateY(-2px)}
.about-btn-primary{
  background:linear-gradient(90deg,#2870ee,#10a866);color:#fff;
  box-shadow:0 16px 36px rgba(22,163,106,.20);
}
.about-btn-ghost{border-color:rgba(255,255,255,.23);background:rgba(255,255,255,.04);color:#fff}
.about-btn-ghost:hover{border-color:rgba(255,255,255,.44)}
.about-hero-points{display:flex;flex-wrap:wrap;gap:10px 20px;margin:24px 0 0;padding:0;list-style:none;color:#c8d3dd;font-size:.78rem;font-weight:850}
.about-hero-points li{position:relative;padding-left:20px}
.about-hero-points li::before{
  position:absolute;top:.22em;left:0;width:14px;height:14px;display:grid;place-items:center;
  border-radius:50%;background:rgba(22,163,106,.22);color:#5de3a5;font-size:.65rem;content:"✓";
}
.about-hero-visual{position:relative;width:calc(100% + 11vw);margin:0 -11vw 0 0}
.about-hero-visual img{width:100%;border:1px solid rgba(255,255,255,.15);border-radius:24px;box-shadow:0 30px 70px rgba(0,0,0,.32)}
.about-hero-visual figcaption{
  position:absolute;right:18px;bottom:-14px;max-width:430px;margin:0;padding:9px 13px;
  border:1px solid rgba(255,255,255,.14);border-radius:10px;background:rgba(6,28,38,.90);
  color:#e1e9ef;font-size:.69rem;font-weight:850;
}

.about-proofbar{border-bottom:1px solid var(--about-line);background:#fff}
.about-proofbar-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.about-proofbar-grid div{min-height:82px;padding:19px 24px;border-right:1px solid var(--about-line)}
.about-proofbar-grid div:first-child{padding-left:0}
.about-proofbar-grid div:last-child{border-right:0}
.about-proofbar strong,.about-proofbar span{display:block}
.about-proofbar strong{margin-bottom:3px;font-size:.86rem}
.about-proofbar span{color:#7b899d;font-size:.68rem;line-height:1.4}

.about-section{padding:104px 0}
.about-heading{margin-bottom:43px}
.about-heading h2{margin:0;color:var(--about-ink);font-size:clamp(2.35rem,4.3vw,4.35rem);font-weight:900;letter-spacing:-.057em;line-height:.96}
.about-heading>p,.about-heading-split>p{margin:0;color:var(--about-muted);line-height:1.65}
.about-heading-split{display:grid;grid-template-columns:minmax(0,1.14fr) minmax(290px,.62fr);gap:70px;align-items:end}
.about-heading-center{max-width:820px;margin-right:auto;margin-left:auto;text-align:center}
.about-heading-center .about-kicker{justify-content:center}
.about-heading-center p{max-width:680px;margin:17px auto 0}

.about-intro{background:#fff}
.about-founder{
  display:grid;grid-template-columns:340px minmax(0,1fr);gap:58px;align-items:center;padding:34px;
  border:1px solid var(--about-line);border-radius:24px;background:linear-gradient(135deg,#f8fbff,#f2fbf7);box-shadow:var(--about-shadow);
}
.about-founder figure{margin:0;overflow:hidden;border-radius:19px;background:#dce6ef}
.about-founder figure img{width:100%;aspect-ratio:1;object-fit:cover}
.about-founder-copy h3{margin:0;font-size:clamp(2rem,3.5vw,3.4rem);letter-spacing:-.05em;line-height:1}
.about-founder-copy>p{max-width:760px;margin:17px 0 0;color:var(--about-muted);line-height:1.7}
.about-founder-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}
.about-founder-facts div{padding:15px;border:1px solid #d9e5ee;border-radius:13px;background:rgba(255,255,255,.77)}
.about-founder-facts strong,.about-founder-facts span{display:block}
.about-founder-facts strong{margin-bottom:4px;font-size:.82rem}
.about-founder-facts span{color:var(--about-muted);font-size:.72rem;line-height:1.45}

.about-principles{background:var(--about-soft)}
.about-principles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}
.about-principles-grid article{
  min-height:268px;padding:28px;border:1px solid var(--about-line);border-radius:18px;background:#fff;box-shadow:0 14px 35px rgba(15,23,42,.055);
}
.about-principles-grid article>span{display:block;margin-bottom:38px;color:#d4deea;font-size:2.1rem;font-weight:900}
.about-principles-grid h3{margin:0;font-size:1.25rem;letter-spacing:-.025em}
.about-principles-grid p{margin:12px 0 0;color:var(--about-muted);font-size:.91rem;line-height:1.65}

.about-ecosystem{
  padding:100px 0;background:
    radial-gradient(circle at 90% 100%,rgba(22,163,106,.18),transparent 37%),
    linear-gradient(115deg,#071b2c,#06312f);
  color:#fff;
}
.about-ecosystem-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.62fr);gap:75px;align-items:center}
.about-ecosystem h2{max-width:760px;margin:0;font-size:clamp(2.4rem,4.7vw,4.55rem);letter-spacing:-.06em;line-height:.95}
.about-ecosystem p{max-width:720px;margin:23px 0 0;color:#c3ced7;line-height:1.7}
.about-ecosystem-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:11px;margin-top:28px}
.about-ecosystem-cards div{padding:17px;border:1px solid rgba(255,255,255,.13);border-radius:13px;background:rgba(255,255,255,.05)}
.about-ecosystem-cards strong,.about-ecosystem-cards span{display:block}
.about-ecosystem-cards strong{margin-bottom:4px;font-size:.83rem}
.about-ecosystem-cards span{color:#aab9c4;font-size:.71rem;line-height:1.42}
.about-ownership{padding:30px;border:1px solid rgba(255,255,255,.15);border-radius:20px;background:rgba(255,255,255,.07)}
.about-ownership>span{color:#9fc4ff;font-size:.69rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.about-ownership h3{margin:10px 0 18px;font-size:1.75rem;letter-spacing:-.035em;line-height:1.05}
.about-ownership ul{display:grid;gap:13px;margin:0;padding:0;list-style:none;color:#d3dde4;font-size:.84rem}
.about-ownership li{position:relative;padding-left:20px}
.about-ownership li::before{position:absolute;left:0;color:var(--about-green-light);font-weight:900;content:"✓"}

.about-process{background:#fff}
.about-process-grid{display:grid;grid-template-columns:minmax(380px,.75fr) minmax(0,1.25fr);gap:45px;align-items:center}
.about-process-list{display:grid;gap:0;margin:0;padding:0;list-style:none}
.about-process-list li{display:grid;grid-template-columns:42px 1fr;gap:18px;padding:18px 0;border-bottom:1px solid var(--about-line)}
.about-process-list li:first-child{padding-top:0}
.about-process-list li>span{color:#2f93bd;font-size:.72rem;font-weight:900}
.about-process-list h3{margin:0;font-size:.95rem}
.about-process-list p{margin:5px 0 0;color:var(--about-muted);font-size:.79rem;line-height:1.5}
.about-process-visual{margin:0}
.about-process-visual img{width:100%;border-radius:21px;box-shadow:var(--about-shadow)}
.about-process-visual figcaption{margin-top:10px;color:#78899a;font-size:.68rem}

.about-experience{background:var(--about-soft)}
.about-experience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.about-experience-grid article{padding:23px;border:1px solid var(--about-line);border-radius:17px;background:#fff}
.about-experience-grid span{display:block;margin-bottom:26px;color:var(--about-blue);font-size:.66rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.about-experience-grid h3{margin:0;font-size:1.04rem;line-height:1.15}
.about-experience-grid p{margin:12px 0 0;color:var(--about-muted);font-size:.8rem;line-height:1.58}
.about-experience-actions{display:flex;align-items:center;gap:25px;margin-top:28px}
.about-text-link{color:var(--about-blue)!important;font-size:.86rem;font-weight:850;text-decoration:none}

.about-facts{background:#fff}
.about-facts-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(460px,1fr);gap:80px;align-items:start}
.about-facts h2{max-width:620px;margin:0;font-size:clamp(2.4rem,4.5vw,4.2rem);letter-spacing:-.058em;line-height:.96}
.about-facts p{max-width:590px;margin:22px 0 0;color:var(--about-muted);line-height:1.7}
.about-facts dl{margin:0;border-top:1px solid var(--about-line)}
.about-facts dl div{display:grid;grid-template-columns:180px 1fr;gap:20px;padding:18px 0;border-bottom:1px solid var(--about-line)}
.about-facts dt{color:#748398;font-size:.76rem}
.about-facts dd{margin:0;font-size:.87rem;font-weight:850;text-align:right}
.about-facts dd a{color:var(--about-blue);text-decoration:none}

.about-faq{background:#eef4fa}
.about-faq-grid{display:grid;grid-template-columns:minmax(270px,.65fr) minmax(0,1fr);gap:80px}
.about-faq-intro{position:sticky;top:145px;align-self:start}
.about-faq-intro h2{margin:0;font-size:clamp(2.3rem,4vw,4rem);letter-spacing:-.055em;line-height:.97}
.about-faq-intro p{margin:20px 0 0;color:var(--about-muted);line-height:1.65}
.about-faq-list{border-top:1px solid #cfdae6}
.about-faq details{border-bottom:1px solid #cfdae6}
.about-faq summary{position:relative;padding:22px 45px 22px 0;cursor:pointer;font-size:.91rem;font-weight:900;list-style:none}
.about-faq summary::-webkit-details-marker{display:none}
.about-faq summary span{
  position:absolute;top:50%;right:4px;width:27px;height:27px;border:1px solid #bdc9d5;border-radius:50%;transform:translateY(-50%);
}
.about-faq summary span::before,.about-faq summary span::after{
  position:absolute;top:50%;left:50%;width:10px;height:2px;border-radius:2px;background:var(--about-blue);content:"";transform:translate(-50%,-50%);
}
.about-faq summary span::after{transform:translate(-50%,-50%) rotate(90deg);transition:transform .2s ease}
.about-faq details[open] summary span::after{transform:translate(-50%,-50%)}
.about-faq details p{margin:0;padding:0 50px 22px 0;color:var(--about-muted);font-size:.86rem;line-height:1.68}

.about-contact{padding:86px 0;background:linear-gradient(110deg,#071b2d,#06322f);color:#fff}
.about-contact-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:70px;align-items:center}
.about-contact h2{max-width:850px;margin:0;font-size:clamp(2.55rem,4.8vw,4.7rem);letter-spacing:-.06em;line-height:.95}
.about-contact p{max-width:760px;margin:20px 0 0;color:#bdcbd4;line-height:1.65}
.about-contact-actions{display:grid;gap:9px}
.about-contact-actions>a:not(.about-btn){
  display:flex;min-height:45px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.13);
  border-radius:10px;background:rgba(255,255,255,.05);color:#d8e1e7;font-size:.78rem;font-weight:850;text-decoration:none;
}

.about-footer{padding:55px 0 22px;background:#04141e;color:#9eacb8}
.about-footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:50px}
.about-footer h2{margin:0 0 16px;color:#fff;font-size:.73rem;letter-spacing:.08em;text-transform:uppercase}
.about-footer-grid>div:not(.about-footer-brand)>a{display:block;margin:0 0 10px;font-size:.77rem;text-decoration:none}
.about-footer a:hover{color:#fff}
.about-footer-brand>a{display:inline-flex;align-items:center;gap:10px;color:#fff;text-decoration:none}
.about-footer-brand>a span{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:linear-gradient(135deg,var(--about-blue),var(--about-green));font-size:.72rem;font-weight:900}
.about-footer-brand p,.about-footer address{max-width:310px;margin:14px 0 0;font-size:.75rem;font-style:normal;line-height:1.6}
.about-footer-bottom{display:flex;justify-content:space-between;gap:25px;margin-top:42px;padding-top:20px;border-top:1px solid rgba(255,255,255,.10);font-size:.68rem}
.about-footer-bottom p{margin:0}
.about-footer-bottom div{display:flex;flex-wrap:wrap;gap:18px}
.about-footer-bottom a{text-decoration:none}
.about-footer-bottom button{padding:0;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}

.home-cookie{
  position:fixed;right:18px;bottom:18px;z-index:12000;width:min(690px,calc(100% - 36px));
  display:none;grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:20px;border:1px solid #ccd7e4;
  border-radius:18px;background:#fff;box-shadow:0 24px 70px rgba(15,23,42,.22);color:var(--about-ink);
}
.home-cookie.is-visible{display:grid}
.home-cookie h2{margin:0 0 5px;font-size:1rem}
.home-cookie p{margin:0;color:var(--about-muted);font-size:.78rem;line-height:1.5}
.home-cookie-readmore{margin-top:10px;padding:0;border:0;background:none;color:var(--about-blue);font-size:.76rem;font-weight:850;cursor:pointer}
.home-cookie-details{display:grid;gap:7px;margin-top:12px;padding-top:12px;border-top:1px solid var(--about-line)}
.home-cookie-details label{display:flex;align-items:center;justify-content:space-between;gap:14px}
.home-cookie-details strong,.home-cookie-details small{display:block}
.home-cookie-details strong{font-size:.76rem}.home-cookie-details small{color:var(--about-muted);font-size:.66rem}
.home-cookie-actions{display:grid;align-content:start;gap:7px;min-width:150px}
.home-cookie-actions button{min-height:38px;padding:8px 12px;border-radius:9px;font-size:.72rem;font-weight:850;cursor:pointer}
.home-cookie-primary{border:0;background:linear-gradient(90deg,var(--about-blue),var(--about-green));color:#fff}
.home-cookie-secondary{border:1px solid var(--about-line);background:#fff;color:var(--about-ink)}
.about-mobile-cta{display:none}

@media(max-width:1050px){
  .about-hero-grid{grid-template-columns:1fr;gap:38px}
  .about-hero-copy{max-width:850px}
  .about-hero-copy h1{max-width:800px}
  .about-hero-visual{width:100%;margin:0}
  .about-heading-split{grid-template-columns:1fr;gap:19px;align-items:start}
  .about-founder{grid-template-columns:280px 1fr;gap:35px}
  .about-founder-facts{grid-template-columns:1fr}
  .about-ecosystem-grid{grid-template-columns:1fr;gap:34px}
  .about-process-grid{grid-template-columns:1fr}
  .about-experience-grid{grid-template-columns:repeat(2,1fr)}
  .about-facts-grid{grid-template-columns:1fr;gap:45px}
  .about-faq-grid{gap:48px}
}

@media(max-width:800px){
  .about-shell{width:min(100% - 28px,var(--about-shell))}
  .about-section-nav{top:64px}
  .about-section-nav-inner{justify-content:flex-start;gap:20px}
  .about-hero{padding:45px 0 50px}
  .about-breadcrumbs{margin-bottom:26px}
  .about-hero-copy h1{font-size:clamp(2.7rem,12.3vw,4.6rem)}
  .about-hero-lead{font-size:.99rem}
  .about-hero-visual figcaption{position:static;margin-top:9px;background:none;padding:0;border:0}
  .about-proofbar-grid{grid-template-columns:repeat(2,1fr)}
  .about-proofbar-grid div{min-height:74px;padding:16px;border-bottom:1px solid var(--about-line)}
  .about-proofbar-grid div:nth-child(2){border-right:0}
  .about-proofbar-grid div:first-child{padding-left:16px}
  .about-section{padding:72px 0}
  .about-heading{margin-bottom:31px}
  .about-heading h2{font-size:clamp(2.2rem,10vw,3.5rem)}
  .about-founder{grid-template-columns:1fr;padding:19px}
  .about-founder figure{max-width:430px}
  .about-principles-grid{grid-template-columns:1fr}
  .about-principles-grid article{min-height:0}
  .about-principles-grid article>span{margin-bottom:22px}
  .about-ecosystem{padding:72px 0}
  .about-ecosystem h2{font-size:clamp(2.35rem,10.7vw,3.8rem)}
  .about-ecosystem-cards{grid-template-columns:1fr}
  .about-experience-grid{grid-template-columns:1fr}
  .about-experience-actions{align-items:stretch;flex-direction:column}
  .about-facts dl div{grid-template-columns:1fr;gap:4px}
  .about-facts dd{text-align:left}
  .about-faq-grid{grid-template-columns:1fr}
  .about-faq-intro{position:static}
  .about-contact{padding:70px 0}
  .about-contact-grid{grid-template-columns:1fr;gap:32px}
  .about-contact h2{font-size:clamp(2.35rem,10.7vw,3.8rem)}
  .about-footer-grid{grid-template-columns:repeat(2,1fr);gap:35px}
  .home-cookie{bottom:74px;grid-template-columns:1fr}
  .home-cookie-actions{grid-template-columns:1fr 1fr;min-width:0}
  .home-cookie-actions .home-cookie-primary{grid-column:1/-1;grid-row:1}
  .about-mobile-cta{
    position:fixed;right:0;bottom:0;left:0;z-index:950;height:64px;display:grid;grid-template-columns:.8fr 1.2fr;
    gap:8px;padding:8px;background:rgba(255,255,255,.97);box-shadow:0 -8px 28px rgba(15,23,42,.12);
    transition:opacity .2s ease,transform .2s ease;
  }
  .about-mobile-cta a,.about-mobile-cta button{
    display:flex;align-items:center;justify-content:center;border:1px solid var(--about-line);border-radius:10px;
    background:#fff;color:var(--about-ink);font:850 .78rem/1.1 inherit;text-decoration:none;
  }
  .about-mobile-cta button{border:0;background:linear-gradient(90deg,var(--about-blue),var(--about-green));color:#fff}
  .about-mobile-cta.is-hidden{pointer-events:none;opacity:0;transform:translateY(100%)}
  .about-footer{padding-bottom:88px}
}

@media(max-width:520px){
  .about-actions{display:grid}
  .about-hero-points{display:grid}
  .about-founder-copy h3{font-size:2rem}
  .about-process-list li{grid-template-columns:34px 1fr;gap:12px}
  .about-footer-grid{grid-template-columns:1fr}
  .about-footer-bottom{align-items:flex-start;flex-direction:column}
  .home-cookie{right:10px;width:calc(100% - 20px);padding:16px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .about-btn,.about-mobile-cta{transition:none}
}
