/* ============================================================
   JK Softwares — About Section Design System
   Shared by: about-us, jk-softwares-adv, how-we-help,
   why-choose-us, what-we-offer, client-partnerships-industries,
   our-approach, development-methodology
   ============================================================ */

:root{
  --jkc-blue:#1e68b2;
  --jkc-blue-dark:#132948;
  --jkc-green:#4bc261;
  --jkc-gray:#666766;
  --jkc-line:#e7edf3;
  --jkc-soft:#f3f8fc;
}

.abt-page{ overflow-x:hidden; }

/* ---------- Hero ---------- */
.abt-hero{
  position:relative;
  padding:96px 0 100px;
  margin-top:0;
  background:
    radial-gradient(900px 420px at 85% -10%, rgba(75,194,97,.12), transparent 60%),
    radial-gradient(700px 380px at -5% 110%, rgba(30,104,178,.12), transparent 60%),
    linear-gradient(180deg,#f6faff 0%, #ffffff 100%);
  overflow:hidden;
}
.abt-hero::after{
  content:"";
  position:absolute; inset:0;
  background-image:
    linear-gradient(rgba(19,41,72,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19,41,72,.035) 1px, transparent 1px);
  background-size:42px 42px;
  mask-image:radial-gradient(circle at 50% 0%, #000 0%, transparent 70%);
  pointer-events:none;
}
.abt-crumb{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12.5px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--jkc-blue);
  background:#fff;
  border:1px solid var(--jkc-line);
  padding:8px 18px;
  border-radius:50px;
  box-shadow:0 8px 20px -14px rgba(19,41,72,.35);
}
.abt-crumb span{ color:#9fb0c4; text-transform:none; letter-spacing:0; }
.abt-hero h1{
  font-size:clamp(32px,4.4vw,52px);
  font-weight:800;
  color:var(--jkc-blue-dark);
  line-height:1.12;
  margin:22px 0 18px;
}
.abt-hero h1 em{
  font-style:normal;
  background:linear-gradient(100deg,var(--jkc-blue),var(--jkc-green));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.abt-hero p.lead{
  font-size:18px;
  color:var(--jkc-gray);
  max-width:640px;
  line-height:1.7;
  margin-bottom:0;
}
.abt-hero-stats{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:34px;
}
.abt-hero-stat{
  background:#fff;
  border:1px solid var(--jkc-line);
  border-radius:14px;
  padding:14px 20px;
  min-width:120px;
  box-shadow:0 10px 24px -18px rgba(19,41,72,.35);
}
.abt-hero-stat b{
  display:block;
  font-size:24px;
  font-weight:800;
  color:var(--jkc-blue);
}
.abt-hero-stat span{ font-size:12.5px; color:var(--jkc-gray); font-weight:500; }

/* ---------- Section shells ---------- */
.abt-section{ padding:80px 0; }
.abt-section.abt-alt{ background:var(--jkc-soft); }
.abt-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--jkc-green);
  margin-bottom:12px;
}
.abt-kicker::before{
  content:"";
  width:26px; height:2px;
  background:var(--jkc-green);
  display:inline-block;
}
.abt-h2{
  font-size:clamp(26px,3vw,38px);
  font-weight:800;
  color:var(--jkc-blue-dark);
  line-height:1.2;
  margin-bottom:16px;
}
.abt-sub{ color:var(--jkc-gray); font-size:16.5px; line-height:1.75; max-width:640px; }

/* ---------- Cards / grids ---------- */
.abt-card{
  background:#fff;
  border:1px solid var(--jkc-line);
  border-radius:20px;
  padding:32px 28px;
  height:100%;
  box-shadow:0 2px 10px -6px rgba(19,41,72,.12);
  transition:transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, border-color .35s ease;
  position:relative;
  overflow:hidden;
}
.abt-card::before{
  content:"";
  position:absolute; left:0; top:0; height:3px; width:0;
  background:linear-gradient(90deg,var(--jkc-blue),var(--jkc-green));
  transition:width .4s ease;
}
.abt-card:hover{
  transform:translateY(-8px);
  box-shadow:0 26px 46px -26px rgba(19,41,72,.35);
  border-color:transparent;
}
.abt-card:hover::before{ width:100%; }
.abt-icon{
  width:58px; height:58px;
  border-radius:16px;
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg, rgba(30,104,178,.10), rgba(75,194,97,.12));
  margin-bottom:20px;
  transition:transform .35s ease;
}
.abt-card:hover .abt-icon{ transform:scale(1.08) rotate(-4deg); }
.abt-icon svg{ width:28px; height:28px; }
.abt-card h3{ font-size:18.5px; font-weight:700; color:var(--jkc-blue-dark); margin-bottom:10px; }
.abt-card p{ font-size:14.8px; color:var(--jkc-gray); line-height:1.65; margin:0; }
.abt-card .abt-num{
  position:absolute;
  top:14px; right:20px;
  font-size:42px;
  font-weight:800;
  color:var(--jkc-blue-dark);
  opacity:.06;
}

/* ---------- Numbered process / steps ---------- */
.abt-steps{ position:relative; }
.abt-step{
  display:flex;
  gap:22px;
  position:relative;
  padding-bottom:44px;
}
.abt-step:last-child{ padding-bottom:0; }
.abt-step::before{
  content:"";
  position:absolute;
  left:29px; top:64px; bottom:0;
  width:2px;
  background:repeating-linear-gradient(180deg,var(--jkc-line) 0 6px, transparent 6px 12px);
}
.abt-step:last-child::before{ display:none; }
.abt-step-dot{
  flex:0 0 60px;
  width:60px; height:60px;
  border-radius:50%;
  background:#fff;
  border:2px solid var(--jkc-line);
  display:flex; align-items:center; justify-content:center;
  font-weight:800;
  font-size:18px;
  color:var(--jkc-blue);
  transition:all .35s ease;
  z-index:1;
}
.abt-step:hover .abt-step-dot{
  background:linear-gradient(135deg,var(--jkc-blue),var(--jkc-green));
  border-color:transparent;
  color:#fff;
  transform:scale(1.08);
}
.abt-step-body h3{ font-size:19px; font-weight:700; color:var(--jkc-blue-dark); margin-bottom:8px; }
.abt-step-body p{ font-size:15px; color:var(--jkc-gray); line-height:1.7; margin:0; max-width:560px; }

/* ---------- Split image/content ---------- */
.abt-split-img{
  position:relative;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 30px 60px -30px rgba(19,41,72,.45);
}
.abt-split-img img{ width:100%; display:block; }
.abt-split-badge{
  position:absolute;
  left:22px; bottom:22px;
  background:#fff;
  border-radius:14px;
  padding:14px 18px;
  display:flex; align-items:center; gap:12px;
  box-shadow:0 16px 30px -16px rgba(19,41,72,.4);
}
.abt-split-badge b{ display:block; font-size:20px; color:var(--jkc-blue-dark); font-weight:800; }
.abt-split-badge span{ font-size:12px; color:var(--jkc-gray); }

/* ---------- Pills / chips ---------- */
.abt-chip-row{ display:flex; flex-wrap:wrap; gap:10px; }
.abt-chip{
  font-size:13.5px;
  font-weight:600;
  color:var(--jkc-blue-dark);
  background:#fff;
  border:1px solid var(--jkc-line);
  border-radius:50px;
  padding:8px 16px;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.abt-chip img{ width:16px; height:16px; object-fit:contain; }

/* ---------- Tech icon tiles ---------- */
.abt-tech-tile{
  background:#fff;
  border:1px solid var(--jkc-line);
  border-radius:14px;
  padding:18px 10px;
  text-align:center;
  transition:all .3s ease;
}
.abt-tech-tile:hover{
  transform:translateY(-6px);
  border-color:transparent;
  box-shadow:0 20px 34px -22px rgba(19,41,72,.4);
}
.abt-tech-tile img{ width:34px; height:34px; object-fit:contain; margin-bottom:10px; }
.abt-tech-tile span{ display:block; font-size:12.5px; font-weight:600; color:var(--jkc-gray); }

/* ---------- Industry image cards ---------- */
.abt-industry{
  position:relative;
  border-radius:16px;
  overflow:hidden;
  height:230px;
  display:block;
}
.abt-industry img{
  width:100%; height:100%; object-fit:cover;
  transition:transform .5s ease;
}
.abt-industry::after{
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(19,41,72,0) 40%, rgba(10,20,35,.82) 100%);
}
.abt-industry:hover img{ transform:scale(1.08); }
.abt-industry-label{
  position:absolute; left:18px; bottom:16px; z-index:2;
  color:#fff; font-weight:700; font-size:16.5px;
}
.abt-industry-label small{ display:block; font-weight:500; font-size:12px; color:#cfe0f2; margin-top:2px; }

/* ---------- Comparison table ---------- */
.abt-compare{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 20px 44px -30px rgba(19,41,72,.35);
}
.abt-compare th, .abt-compare td{
  padding:16px 20px;
  font-size:14.5px;
  border-bottom:1px solid var(--jkc-line);
  text-align:left;
}
.abt-compare thead th{
  background:var(--jkc-blue-dark);
  color:#fff;
  font-weight:700;
  font-size:14px;
}
.abt-compare tbody tr:last-child td{ border-bottom:0; }
.abt-compare td:first-child{ font-weight:600; color:var(--jkc-blue-dark); }
.abt-compare .abt-yes{ color:var(--jkc-green); font-weight:700; }
.abt-compare .abt-no{ color:#c65454; font-weight:700; }

/* ---------- CTA banner ---------- */
.abt-cta{
  position:relative;
  border-radius:24px;
  padding:56px 44px;
  background:linear-gradient(120deg,var(--jkc-blue-dark) 0%, #1e3f6b 55%, var(--jkc-blue) 100%);
  color:#fff;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:24px;
}
.abt-cta::after{
  content:"";
  position:absolute; right:-60px; top:-60px;
  width:260px; height:260px;
  background:radial-gradient(circle, rgba(75,194,97,.35), transparent 70%);
}
.abt-cta h3{ font-size:26px; font-weight:800; margin-bottom:8px; }
.abt-cta p{ color:#cfe0f2; margin:0; max-width:480px; }
.abt-cta-btn{
  background:var(--jkc-green);
  color:#0e2338;
  font-weight:700;
  padding:14px 30px;
  border-radius:50px;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:10px;
  white-space:nowrap;
  transition:all .25s ease;
  position:relative;
  z-index:1;
}
.abt-cta-btn:hover{ background:#fff; color:var(--jkc-blue-dark); transform:translateY(-2px); }

/* ---------- Reveal animation (scoped) ---------- */
.abt-reveal{
  opacity:0;
  transform:translateY(26px);
  transition:opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1);
}
.abt-reveal.abt-in{ opacity:1; transform:translateY(0); }
.abt-stagger .abt-reveal:nth-child(1){ transition-delay:.05s; }
.abt-stagger .abt-reveal:nth-child(2){ transition-delay:.12s; }
.abt-stagger .abt-reveal:nth-child(3){ transition-delay:.19s; }
.abt-stagger .abt-reveal:nth-child(4){ transition-delay:.26s; }
.abt-stagger .abt-reveal:nth-child(5){ transition-delay:.33s; }
.abt-stagger .abt-reveal:nth-child(6){ transition-delay:.40s; }
.abt-stagger .abt-reveal:nth-child(7){ transition-delay:.47s; }
.abt-stagger .abt-reveal:nth-child(8){ transition-delay:.54s; }

@media (prefers-reduced-motion: reduce){
  .abt-reveal{ opacity:1 !important; transform:none !important; transition:none !important; }
}

@media (max-width: 991px){
  .abt-hero{ padding:56px 0 60px; }
  .abt-section{ padding:56px 0; }
  .abt-cta{ padding:38px 26px; }
}
