
:root{
  --nih-red:#c4000b;
  --nih-red-2:#e01520;
  --nih-red-dark:#880007;
  --ink:#070b12;
  --text:#17202b;
  --muted:#5d6877;
  --line:#edf0f4;
  --soft:#fff5f5;
  --container:1240px;
  --shadow:0 22px 58px rgba(8,12,18,.075);
  --shadow-strong:0 34px 90px rgba(8,12,18,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color:var(--ink);
  background:#fff;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img,svg{display:block;max-width:100%}
.about-body{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 7% 12%,rgba(196,0,11,.04),transparent 28%),
    radial-gradient(circle at 93% 22%,rgba(196,0,11,.05),transparent 31%),
    linear-gradient(180deg,#fff 0%,#fbfcfd 58%,#fff 100%);
}
.ab-container{width:min(var(--container),calc(100% - 72px));margin-inline:auto}
.ab-section-title{text-align:center;margin:0 0 30px}
.ab-section-title h2{
  margin:0;
  font-size:clamp(30px,2.7vw,44px);
  line-height:1.05;
  letter-spacing:-.055em;
  font-weight:950;
  color:#0b1018;
}
.ab-section-title h2 span{color:var(--nih-red)}
.ab-section-title p{
  max-width:720px;
  margin:10px auto 0;
  color:var(--muted);
  font-size:15px;
  line-height:1.58;
  font-weight:550;
}
.ab-red-line{width:52px;height:3px;margin:14px auto 0;border-radius:999px;background:var(--nih-red)}

/* HERO */
.ab-hero{
  position:relative;
  padding:72px 0 58px;
}
.ab-hero::before{
  content:"";
  position:absolute;
  right:-120px;
  top:26px;
  width:780px;
  height:540px;
  opacity:.20;
  background-image:radial-gradient(circle,rgba(7,11,18,.16) 0 1px,transparent 1.25px);
  background-size:9px 9px;
  -webkit-mask:radial-gradient(ellipse at center,#000 0 48%,transparent 72%);
  mask:radial-gradient(ellipse at center,#000 0 48%,transparent 72%);
  pointer-events:none;
}
.ab-hero::after{
  content:"";
  position:absolute;
  right:-310px;
  top:6px;
  width:760px;
  height:760px;
  border-radius:50%;
  border:1px solid rgba(196,0,11,.13);
  box-shadow:inset 0 0 0 78px rgba(196,0,11,.025), inset 0 0 0 158px rgba(196,0,11,.018);
  pointer-events:none;
}
.ab-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,560px) minmax(420px,1fr);
  gap:76px;
  align-items:center;
}
.ab-kicker{
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-height:40px;
  padding:0 16px;
  border:1px solid #ffd6d8;
  border-radius:999px;
  background:linear-gradient(90deg,#fff5f5,#fff);
  box-shadow:0 14px 32px rgba(196,0,11,.06);
  color:#161d27;
  font-size:13px;
  font-weight:900;
}
.ab-kicker i{width:8px;height:8px;border-radius:50%;background:var(--nih-red);box-shadow:0 0 0 6px rgba(196,0,11,.08)}
.ab-hero-copy h1{
  margin:26px 0 22px;
  font-size:clamp(48px,4.7vw,74px);
  line-height:1.02;
  letter-spacing:-.08em;
  font-weight:950;
}
.ab-hero-copy h1 span{color:var(--nih-red)}
.ab-hero-copy p{
  max-width:580px;
  margin:0 0 16px;
  color:#33404d;
  font-size:16.5px;
  line-height:1.75;
  font-weight:560;
}
.ab-hero-actions{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  margin-top:30px;
}
.ab-btn{
  min-width:172px;
  height:56px;
  border-radius:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  font-size:15px;
  font-weight:930;
  transition:.2s ease;
}
.ab-btn:hover{transform:translateY(-2px)}
.ab-btn-red{
  color:#fff;
  background:linear-gradient(180deg,var(--nih-red-2),var(--nih-red-dark));
  box-shadow:0 22px 42px rgba(196,0,11,.18);
}
.ab-btn-light{
  color:var(--nih-red);
  background:#fff;
  border:1.6px solid var(--nih-red);
}
.ab-hero-art{
  position:relative;
  min-height:575px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.ab-phone{
  position:relative;
  z-index:3;
  width:min(360px,58%);
  max-height:575px;
  object-fit:contain;
  filter:drop-shadow(0 32px 60px rgba(8,12,18,.20));
}
.ab-shield{
  position:absolute;
  z-index:4;
  left:8%;
  bottom:84px;
  width:148px;
  filter:drop-shadow(0 28px 38px rgba(196,0,11,.18));
}
.ab-coins{
  position:absolute;
  z-index:2;
  right:3%;
  bottom:86px;
  width:168px;
  filter:drop-shadow(0 22px 34px rgba(126,75,0,.18));
}
.ab-orbit{
  position:absolute;
  z-index:2;
  width:84px;
  min-height:104px;
  text-align:center;
}
.ab-orbit .bubble{
  width:72px;
  height:72px;
  margin:0 auto 8px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.94);
  border:1px solid #f1d8da;
  box-shadow:0 18px 46px rgba(8,12,18,.08);
}
.ab-orbit img{width:42px;height:42px;object-fit:contain}
.ab-orbit span{font-size:11px;font-weight:900;color:#222a34;line-height:1.15}
.ab-orbit.payments{right:2%;top:26px}
.ab-orbit.savings{right:-2%;top:152px}
.ab-orbit.lending{right:2%;top:280px}
.ab-orbit.insurance{right:8%;bottom:14px}
.ab-orbit.market{left:2%;top:92px}

/* Vision and Mission */
.ab-vm{padding:8px 0 60px}
.ab-vm-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.ab-vm-card{
  position:relative;
  min-height:242px;
  padding:34px 36px;
  display:grid;
  grid-template-columns:96px 1fr 110px;
  gap:28px;
  align-items:center;
  border:1px solid var(--line);
  border-radius:20px;
  background:linear-gradient(135deg,#fff 0%,#fff 70%,#fff4f4 100%);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.ab-vm-card::after{
  content:"";
  position:absolute;
  right:-84px;
  bottom:-120px;
  width:270px;
  height:270px;
  border-radius:50%;
  border:1px solid rgba(196,0,11,.12);
  box-shadow:0 0 0 42px rgba(196,0,11,.022);
}
.ab-vm-icon{
  width:92px;
  height:92px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff5f5;
  border:1px solid #ffd9dc;
}
.ab-vm-icon img{width:58px;height:58px;object-fit:contain}
.ab-vm-card h3{
  margin:0 0 12px;
  font-size:27px;
  line-height:1.05;
  letter-spacing:-.045em;
  font-weight:950;
}
.ab-vm-card h3::after{
  content:"";
  display:block;
  width:46px;
  height:3px;
  margin-top:12px;
  border-radius:999px;
  background:var(--nih-red);
}
.ab-vm-card p{
  position:relative;
  z-index:1;
  margin:0;
  color:#414b58;
  font-size:15px;
  line-height:1.65;
  font-weight:540;
}
.ab-vm-side{
  position:relative;
  z-index:1;
  width:96px;
  height:96px;
  object-fit:contain;
  opacity:.92;
}

/* Values */
.ab-values{padding:18px 0 58px}
.ab-values-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.ab-value{
  position:relative;
  min-height:148px;
  padding:23px 20px 21px 88px;
  border:1px solid var(--line);
  border-radius:17px;
  background:#fff;
  box-shadow:0 18px 46px rgba(8,12,18,.058);
  transition:.22s ease;
  overflow:hidden;
}
.ab-value:hover{transform:translateY(-4px);box-shadow:0 28px 68px rgba(8,12,18,.10);border-color:rgba(196,0,11,.24)}
.ab-value svg{
  position:absolute;
  left:21px;
  top:25px;
  width:50px;
  height:50px;
  padding:11px;
  border-radius:15px;
  background:#fff4f4;
  border:1px solid #ffd7d9;
  stroke:var(--nih-red);
  stroke-width:2.2;
  fill:none;
}
.ab-value h3,.ab-card h3,.ab-why h3,.ab-road h3{
  margin:0 0 8px;
  font-size:16px;
  line-height:1.18;
  letter-spacing:-.03em;
  font-weight:940;
  color:#0d1219;
}
.ab-value p,.ab-card p,.ab-why p,.ab-road p{
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
  font-weight:540;
}

/* Ecosystem */
.ab-ecosystem{padding:16px 0 58px}
.ab-ecosystem-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:16px;
}
.ab-card{
  position:relative;
  min-height:230px;
  padding:26px 18px 24px;
  text-align:center;
  border:1px solid var(--line);
  border-radius:18px;
  background:linear-gradient(180deg,#fff 0%,#fff 70%,#fff9f9 100%);
  box-shadow:0 18px 46px rgba(8,12,18,.06);
  overflow:hidden;
  transition:.22s ease;
}
.ab-card::after{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  bottom:0;
  height:4px;
  border-radius:999px 999px 0 0;
  background:var(--nih-red);
}
.ab-card:hover{transform:translateY(-4px);box-shadow:0 30px 70px rgba(8,12,18,.11);border-color:rgba(196,0,11,.23)}
.ab-card .asset{
  width:74px;
  height:74px;
  object-fit:contain;
  margin:0 auto 18px;
  filter:drop-shadow(0 14px 18px rgba(196,0,11,.10));
}

/* Why Choose */
.ab-why-wrap{padding:14px 0 58px}
.ab-why-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  border:1px solid var(--line);
  border-radius:19px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 22px 58px rgba(8,12,18,.064);
}
.ab-why{
  min-height:178px;
  padding:25px 18px 20px;
  border-right:1px solid var(--line);
  transition:.2s ease;
}
.ab-why:last-child{border-right:0}
.ab-why:hover{background:#fffafa}
.ab-why svg{
  width:36px;
  height:36px;
  margin-bottom:15px;
  stroke:var(--nih-red);
  stroke-width:2.25;
  fill:none;
}

/* Roadmap */
.ab-roadmap{padding:14px 0 84px}
.ab-road-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:13px;
  padding-top:31px;
}
.ab-road-grid::before{
  content:"";
  position:absolute;
  left:6%;
  right:6%;
  top:18px;
  height:2px;
  background:repeating-linear-gradient(90deg,rgba(196,0,11,.32) 0 9px,transparent 9px 17px);
}
.ab-road{
  position:relative;
  min-height:200px;
  text-align:center;
  padding:35px 13px 18px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 16px 44px rgba(8,12,18,.055);
  transition:.2s ease;
}
.ab-road:hover{transform:translateY(-4px);box-shadow:0 26px 66px rgba(8,12,18,.10);border-color:rgba(196,0,11,.22)}
.ab-num{
  position:absolute;
  top:-31px;
  left:50%;
  transform:translateX(-50%);
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  background:linear-gradient(180deg,var(--nih-red-2),var(--nih-red-dark));
  box-shadow:0 14px 28px rgba(196,0,11,.22),0 0 0 6px #fff;
  font-size:13px;
  font-weight:950;
}
.ab-road svg{
  width:38px;
  height:38px;
  margin:0 auto 14px;
  stroke:var(--nih-red);
  stroke-width:2.1;
  fill:none;
}
.ab-road h3{font-size:14px}

/* SVG defaults */
.ab-svg{stroke-linecap:round;stroke-linejoin:round}

/* Responsive */
@media (max-width:1180px){
  .ab-hero-grid{grid-template-columns:1fr;gap:28px}
  .ab-hero-art{min-height:520px}
  .ab-phone{width:310px}
  .ab-shield{left:calc(50% - 270px);bottom:80px}
  .ab-coins{right:calc(50% - 290px)}
  .ab-orbit.market{left:calc(50% - 365px)}
  .ab-orbit.payments{right:calc(50% - 350px)}
  .ab-orbit.savings{right:calc(50% - 390px)}
  .ab-orbit.lending{right:calc(50% - 355px)}
  .ab-orbit.insurance{right:calc(50% - 300px)}
  .ab-values-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ab-ecosystem-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ab-why-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ab-why:nth-child(3){border-right:0}
  .ab-why:nth-child(n+4){border-top:1px solid var(--line)}
  .ab-road-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 14px}
  .ab-road-grid::before{display:none}
}
@media (max-width:860px){
  .ab-container{width:calc(100% - 36px)}
  .ab-hero{padding:48px 0 42px}
  .ab-hero-copy h1{font-size:44px}
  .ab-hero-copy p{font-size:15.5px}
  .ab-hero-art{min-height:430px}
  .ab-phone{width:240px}
  .ab-shield{width:105px;left:calc(50% - 208px);bottom:65px}
  .ab-coins{width:122px;right:calc(50% - 220px);bottom:68px}
  .ab-orbit{display:none}
  .ab-vm-grid{grid-template-columns:1fr}
  .ab-vm-card{grid-template-columns:78px 1fr;min-height:auto;padding:26px 22px}
  .ab-vm-icon{width:70px;height:70px}
  .ab-vm-icon img{width:48px;height:48px}
  .ab-vm-side{display:none}
  .ab-values-grid{grid-template-columns:1fr}
  .ab-ecosystem-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ab-why-grid{grid-template-columns:1fr}
  .ab-why{border-right:0;border-top:1px solid var(--line)}
  .ab-why:first-child{border-top:0}
  .ab-road-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:540px){
  .ab-container{width:calc(100% - 28px)}
  .ab-hero-copy h1{font-size:38px}
  .ab-hero-actions{gap:12px}
  .ab-btn{width:100%;height:52px}
  .ab-hero-art{min-height:360px}
  .ab-phone{width:205px}
  .ab-shield{width:85px;left:7%;bottom:54px}
  .ab-coins{width:96px;right:6%;bottom:60px}
  .ab-vm-card{grid-template-columns:1fr;text-align:left}
  .ab-ecosystem-grid{grid-template-columns:1fr}
  .ab-road-grid{grid-template-columns:1fr}
}
