:root{
  --about-primary:#0c53a5;
  --about-dark:#2f2e2c;
  --about-gray:#858380;
  --about-navy:#022041;
  --about-soft:#f4f7fb;
  --about-border:#e4ebf3;
  --about-shadow:0 24px 70px rgba(2,32,65,.12);
}

.about-shell{
  width:100%;
  max-width:none;
  margin:0;
  padding-inline:clamp(18px,4vw,72px);
  box-sizing:border-box;
}

.about-section{
  width:100%;
  padding:clamp(74px,7vw,122px) 0;
  background:#fff;
}

.about-section:nth-of-type(even){
  background:var(--about-soft);
}

.about-pill,
.about-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--about-primary);
  font-size:13px;
  font-weight:950;
  margin-bottom:14px;
}

.about-kicker--light{
  color:#d8ecff;
}

.about-hero{
  position:relative;
  width:100%;
  min-height:calc(100vh - 146px);
  display:flex;
  align-items:center;
  overflow:hidden;
  background:#07101f;
  color:#fff;
}

.about-hero__bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(0deg,rgba(255,255,255,.035) 1px,transparent 1px),
    radial-gradient(circle at 18% 30%,rgba(12,83,165,.55),transparent 30%),
    linear-gradient(135deg,#022041 0%,#07101f 58%,#0c53a5 145%);
  background-size:72px 72px,72px 72px,auto,auto;
}

.about-hero__grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr .95fr;
  gap:clamp(34px,5vw,90px);
  align-items:center;
  padding-block:clamp(82px,8vw,132px);
}

.about-pill{
  color:#d8ecff;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  padding:9px 13px;
  border-radius:999px;
}

.about-hero h1{
  margin:0;
  color:#fff;
  font-size:clamp(42px,6vw,84px);
  line-height:1.12;
  font-weight:1000;
}

.about-lead{
  max-width:760px;
  margin:24px 0 0;
  color:#dcecff;
  font-size:clamp(18px,2vw,25px);
  line-height:1.9;
  font-weight:850;
}

.about-keywords{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:26px;
  max-width:780px;
}

.about-keywords span{
  padding:7px 11px;
  border-radius:999px;
  color:#dbeafe;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  font-size:12px;
  font-weight:800;
}

.about-hero__media{
  position:relative;
  min-height:610px;
}

.about-hero__main-img{
  position:absolute;
  inset:8% 5% auto auto;
  width:82%;
  height:76%;
  border-radius:42px;
  background:linear-gradient(145deg,#fff,#eaf1f8);
  box-shadow:0 42px 100px rgba(0,0,0,.34);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:34px;
  box-sizing:border-box;
  transform:rotate(-3deg);
}

.about-hero__main-img img{
  width:100%;
  height:100%;
  object-fit:contain;
  filter:drop-shadow(0 28px 32px rgba(2,32,65,.30));
}

.about-floating-card{
  position:absolute;
  width:180px;
  min-height:150px;
  border-radius:24px;
  background:#fff;
  padding:16px;
  box-sizing:border-box;
  box-shadow:0 24px 60px rgba(0,0,0,.26);
  display:grid;
  gap:8px;
  align-content:center;
  justify-items:center;
}

.about-floating-card img{
  width:100%;
  height:92px;
  object-fit:contain;
}

.about-floating-card span{
  color:var(--about-navy);
  font-size:12px;
  font-weight:950;
}

.about-floating-card--one{left:0;top:12%}
.about-floating-card--two{right:0;bottom:8%}

.about-split{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:64px;
  align-items:start;
}

.about-head{
  max-width:820px;
  margin:0 auto 44px;
  text-align:center;
}

.about-head h2,
.about-title h2,
.about-design h2,
.about-industries h2,
.about-standards h2,
.about-mission h2,
.about-final h2{
  margin:0;
  color:var(--about-navy);
  font-size:clamp(28px,3.4vw,48px);
  line-height:1.32;
  font-weight:1000;
}

.about-rich p,
.about-design p,
.about-industries p,
.about-standards p,
.about-mission p,
.about-final p{
  color:#5c6878;
  line-height:2.05;
  font-size:15.8px;
}

.about-design__box,
.about-standards__box{
  border-radius:36px;
  padding:clamp(36px,4.5vw,68px);
  background:
    radial-gradient(circle at 15% 20%,rgba(12,83,165,.55),transparent 26%),
    linear-gradient(135deg,var(--about-navy),#063363 58%,var(--about-primary));
  color:#fff;
  display:grid;
  grid-template-columns:1fr auto;
  gap:34px;
  align-items:center;
}

.about-design__box h2,
.about-design__box p,
.about-standards__box h2,
.about-standards__box p{
  color:#fff;
}

.about-custom-list,
.about-standard-codes{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-end;
  max-width:540px;
}

.about-custom-list span,
.about-standard-codes span{
  min-height:44px;
  padding:0 16px;
  border-radius:999px;
  display:flex;
  align-items:center;
  gap:8px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-weight:900;
}

.about-cap-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.about-cap{
  background:#fff;
  border:1px solid var(--about-border);
  border-radius:26px;
  padding:28px;
  box-shadow:0 14px 42px rgba(2,32,65,.045);
  transition:.22s ease;
}

.about-cap:hover{
  transform:translateY(-5px);
  box-shadow:var(--about-shadow);
}

.about-cap i{
  width:50px;
  height:50px;
  border-radius:17px;
  display:grid;
  place-items:center;
  background:#eef5fc;
  color:var(--about-primary);
  font-size:20px;
  margin-bottom:16px;
}

.about-cap h3{
  margin:0;
  color:var(--about-navy);
  font-size:17px;
  font-weight:1000;
}

.about-cap p{
  margin:10px 0 0;
  color:#5f6c7a;
  line-height:1.9;
}

.about-industries{
  background:#f7f9fb;
}

.about-industries__grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:60px;
  align-items:center;
}

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

.about-industry-list span{
  min-height:58px;
  border-radius:17px;
  background:#fff;
  border:1px solid var(--about-border);
  padding:0 16px;
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--about-dark);
  font-weight:850;
  box-shadow:0 12px 36px rgba(2,32,65,.045);
}

.about-industry-list i{
  color:var(--about-primary);
}

.about-mission__grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:56px;
  align-items:center;
}

.about-mission__visual{
  height:470px;
  border-radius:34px;
  overflow:hidden;
  box-shadow:var(--about-shadow);
}

.about-mission__visual img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.about-gallery{
  background:#f7f9fb;
}

.about-gallery__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.about-gallery__grid figure{
  margin:0;
  height:230px;
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 14px 36px rgba(2,32,65,.08);
}

.about-gallery__grid figure.is-large{
  grid-column:span 2;
  grid-row:span 2;
  height:474px;
}

.about-gallery__grid img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.35s ease;
}

.about-gallery__grid figure:hover img{
  transform:scale(1.06);
}

.about-final{
  padding:clamp(74px,7vw,122px) 0;
  background:#fff;
}

.about-final__box{
  border-radius:36px;
  padding:clamp(40px,5vw,78px);
  background:
    linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),
    linear-gradient(0deg,rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(135deg,var(--about-navy),var(--about-primary));
  background-size:54px 54px,54px 54px,auto;
  color:#fff;
  text-align:center;
  box-shadow:var(--about-shadow);
}

.about-final__box h2,
.about-final__box p{
  color:#fff;
}

.about-final__box span{
  color:#d8ecff;
  font-weight:1000;
}

.about-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
  margin-top:28px;
}

.about-btn{
  min-height:50px;
  padding:0 22px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-size:14px;
  font-weight:950;
  transition:.22s ease;
  border:1px solid transparent;
}

.about-btn:hover{
  transform:translateY(-2px);
}

.about-btn--primary{
  background:var(--about-primary);
  color:#fff;
}

.about-btn--dark{
  background:var(--about-navy);
  color:#fff;
  border-color:rgba(255,255,255,.12);
}

.about-btn--outline{
  background:#fff;
  color:var(--about-primary);
  border-color:rgba(12,83,165,.18);
}

@media(max-width:1120px){
  .about-hero__grid,
  .about-split,
  .about-design__box,
  .about-industries__grid,
  .about-standards__box,
  .about-mission__grid{
    grid-template-columns:1fr;
  }

  .about-hero{min-height:auto}
  .about-hero__media{min-height:500px}
  .about-cap-grid{grid-template-columns:repeat(2,1fr)}
  .about-custom-list,
  .about-standard-codes{justify-content:flex-start}
}

@media(max-width:720px){
  .about-shell{padding-inline:16px}
  .about-section{padding:60px 0}
  .about-hero__grid{padding-block:56px}
  .about-hero h1{font-size:42px}
  .about-hero__media{min-height:380px}
  .about-hero__main-img{
    width:92%;
    height:72%;
    right:4%;
    padding:24px;
    border-radius:30px;
  }
  .about-floating-card{display:none}
  .about-cap-grid,
  .about-industry-list{grid-template-columns:1fr}
  .about-gallery__grid{grid-template-columns:1fr 1fr}
  .about-gallery__grid figure,
  .about-gallery__grid figure.is-large{
    grid-column:auto;
    grid-row:auto;
    height:190px;
  }
  .about-actions{display:grid}
  .about-btn{width:100%}
}
