/* =========================================================
   SAZEHLOGY ABOUT V19 — REFINED EDITORIAL BENTO
   ========================================================= */
.about-v19-page{
  background:
    radial-gradient(circle at 18% -5%,rgba(47,107,255,.08),transparent 28%),
    linear-gradient(180deg,#fbfdff 0%,#f4f7fb 100%);
}
.about-v19-main{overflow:hidden}
.about-v19-hero{
  padding:82px 0 56px;
}
.about-v19-hero-inner{
  max-width:880px;
  text-align:center;
}
.about-v19-kicker{
  display:inline-block;
  margin-bottom:12px;
  color:#2563df;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.17em;
  direction:ltr;
}
.about-v19-hero h1{
  margin:0;
  color:#081c38;
  font-size:clamp(2.6rem,4.5vw,4.9rem);
  line-height:1.28;
  font-weight:900;
  letter-spacing:-.045em;
}
.about-v19-hero p{
  max-width:760px;
  margin:20px auto 0;
  color:#65758c;
  font-size:1rem;
  line-height:2.1;
}
.about-v19-grid-section{padding:0 0 88px}
.about-v19-grid{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:18px;
}
.about-v19-card{
  position:relative;
  overflow:hidden;
  padding:34px;
  border:1px solid #dce6f3;
  border-radius:30px;
  background:rgba(255,255,255,.92);
  box-shadow:0 18px 50px rgba(12,38,75,.055);
}
.about-v19-label{
  display:inline-flex;
  align-items:center;
  min-height:29px;
  padding:0 11px;
  margin-bottom:14px;
  border:1px solid #dbe6f5;
  border-radius:999px;
  background:#f7faff;
  color:#2361d7;
  font-size:.7rem;
  font-weight:850;
}
.about-v19-label-dark{
  border-color:rgba(255,255,255,.14);
  background:rgba(255,255,255,.07);
  color:#a9c9ff;
}
.about-v19-card h2{
  margin:0 0 18px;
  color:#0a1e3b;
  font-size:clamp(1.55rem,2.25vw,2.4rem);
  line-height:1.65;
  font-weight:900;
  letter-spacing:-.025em;
}
.about-v19-copy p{
  margin:0 0 12px;
  color:#42546f;
  font-size:.96rem;
  line-height:2.16;
  text-align:justify;
}
.about-v19-origin{
  grid-column:span 12;
  padding:40px;
}
.about-v19-origin>.about-v19-label{
  display:flex;
  width:max-content;
  margin-inline:auto;
}
.about-v19-origin>h2{
  max-width:760px;
  margin:0 auto 28px;
  text-align:center;
  font-size:clamp(2rem,3.25vw,3.25rem);
}
.about-v19-origin-layout{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
  align-items:stretch;
}
.about-v19-origin-copy{
  padding:10px 6px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.about-v19-origin blockquote{
  margin:0;
  min-height:280px;
  padding:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
  font-size:1.35rem;
  line-height:2.05;
  font-weight:850;
  border-radius:26px;
  background:
    linear-gradient(rgba(90,142,215,.13) 1px,transparent 1px),
    linear-gradient(90deg,rgba(90,142,215,.13) 1px,transparent 1px),
    linear-gradient(135deg,#071a34,#0a2d5e 70%,#1456cf);
  background-size:46px 46px,46px 46px,auto;
  box-shadow:0 24px 52px rgba(7,26,52,.17);
}
.about-v19-focus-row{
  margin-top:24px;
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}
.about-v19-focus-row span{
  min-height:42px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  border:1px solid #d8e4f4;
  border-radius:999px;
  background:#f8fbff;
  color:#0e2b57;
  font-size:.88rem;
  font-weight:850;
}
.about-v19-platform{
  grid-column:span 12;
  padding:38px;
  color:#fff;
  background:
    radial-gradient(circle at 85% 0%,rgba(55,120,255,.34),transparent 32%),
    linear-gradient(145deg,#06172f,#0a2b57 70%,#0f4dbd);
  border-color:rgba(103,154,229,.28);
  box-shadow:0 26px 64px rgba(7,26,52,.17);
}
.about-v19-platform .about-v19-label{
  border-color:rgba(255,255,255,.15);
  background:rgba(255,255,255,.07);
  color:#a8c9ff;
}
.about-v19-platform-head{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:42px;
  align-items:end;
}
.about-v19-platform-head h2{
  max-width:720px;
  margin:0;
  color:#fff;
}
.about-v19-platform-head>p{
  margin:0;
  color:#c8d8ec;
  font-size:.94rem;
  line-height:2.05;
  text-align:justify;
}
.about-v19-pipeline{
  margin-top:30px;
  padding:24px;
  display:grid;
  grid-template-columns:260px 70px 1fr;
  gap:18px;
  align-items:center;
  border:1px solid rgba(255,255,255,.14);
  border-radius:26px;
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(16px);
}
.about-v19-pipeline-source{
  min-height:180px;
  padding:24px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border:1px solid rgba(255,255,255,.13);
  border-radius:22px;
  background:rgba(3,15,32,.36);
}
.about-v19-pipeline-source span{
  color:#7faeff;
  font-size:.67rem;
  font-weight:900;
  letter-spacing:.12em;
  direction:ltr;
}
.about-v19-pipeline-source strong{
  margin-top:10px;
  color:#fff;
  font-size:1.15rem;
  line-height:1.8;
}
.about-v19-pipeline-source small{
  margin-top:8px;
  color:#9fb5d2;
  line-height:1.9;
}
.about-v19-pipeline-line{
  height:2px;
  position:relative;
  background:linear-gradient(90deg,#66a4ff,#2f70f2);
}
.about-v19-pipeline-line:after{
  content:"";
  position:absolute;
  left:-1px;
  top:50%;
  width:10px;
  height:10px;
  border-left:2px solid #72aaff;
  border-bottom:2px solid #72aaff;
  transform:translateY(-50%) rotate(45deg);
}
.about-v19-software{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  direction:ltr;
}
.about-v19-software article{
  min-height:180px;
  padding:16px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.14);
  border-radius:22px;
  background:rgba(255,255,255,.92);
  box-shadow:0 14px 30px rgba(0,0,0,.08);
}
.about-v19-logo-box{
  width:100%;
  height:100px;
  padding:10px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:#f4f8ff;
  border:1px solid #e3ebf8;
}
.about-v19-logo-box img{
  max-width:100%;
  max-height:76px;
  object-fit:contain;
}
.about-v19-software strong{
  margin-top:12px;
  color:#0b2449;
  font-size:.94rem;
  font-weight:900;
}
.about-v19-platform-copy{
  max-width:980px;
  margin-top:26px;
}
.about-v19-platform-copy p{
  color:#cbd9eb;
}
.about-v19-judgment{
  grid-column:span 6;
  color:#fff;
  background:
    radial-gradient(circle at 80% 8%,rgba(59,126,255,.35),transparent 30%),
    linear-gradient(145deg,#06172f,#0a2a54);
  border-color:rgba(106,155,227,.25);
}
.about-v19-judgment h2{color:#fff}
.about-v19-copy-dark p{color:#c8d7e9}
.about-v19-responsibility{
  margin-top:24px;
  padding:22px 24px;
  color:#fff;
  font-size:.92rem;
  line-height:2.15;
  font-weight:750;
  text-align:justify;
  border:1px solid rgba(255,255,255,.14);
  border-radius:22px;
  background:rgba(255,255,255,.07);
}
.about-v19-iran{
  grid-column:span 6;
}
.about-v19-iran-statement{
  display:block;
  margin-top:24px;
  padding:22px 24px;
  color:#0b2b58;
  font-size:1rem;
  line-height:2.1;
  text-align:justify;
  border:1px solid #cbdcf3;
  border-radius:22px;
  background:linear-gradient(135deg,#eef5ff,#fbfdff);
}
.about-v19-why{
  grid-column:span 12;
}
.about-v19-section-head{
  max-width:780px;
}
.about-v19-why-copy{
  max-width:980px;
}
.about-v19-goals{
  margin-top:26px;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}
.about-v19-goals article{
  min-height:170px;
  padding:20px;
  border:1px solid #dfe8f4;
  border-radius:22px;
  background:linear-gradient(180deg,#fbfdff,#f5f8fd);
}
.about-v19-goals span{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  margin-bottom:22px;
  border-radius:12px;
  background:#e9f1ff;
  color:#1f63df;
  font-size:.7rem;
  font-weight:900;
  direction:ltr;
}
.about-v19-goals strong{
  display:block;
  margin-bottom:7px;
  color:#0b2449;
  font-size:.9rem;
}
.about-v19-goals p{
  margin:0;
  color:#66768d;
  font-size:.8rem;
  line-height:1.95;
}
.about-v19-control{
  grid-column:span 7;
}
.about-v19-path{
  grid-column:span 5;
}
.about-v19-path-statement{
  display:block;
  margin-top:24px;
  padding:24px;
  color:#0b2b58;
  font-size:1.05rem;
  line-height:2.08;
  text-align:justify;
  border:1px solid #cbdcf2;
  border-radius:22px;
  background:
    radial-gradient(circle at 100% 0%,rgba(44,107,255,.13),transparent 38%),
    linear-gradient(145deg,#eff6ff,#fbfdff);
}
.about-v19-closing{
  grid-column:span 12;
  min-height:250px;
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:34px;
  align-items:center;
  color:#fff;
  background:
    radial-gradient(circle at 14% 0%,rgba(51,118,255,.39),transparent 34%),
    linear-gradient(145deg,#06172f,#0a2f61 72%,#1555c9);
  border-color:rgba(104,155,230,.25);
}
.about-v19-closing-copy>span{
  color:#a7c8f8;
  font-size:.75rem;
  font-weight:850;
}
.about-v19-closing-copy h2{
  margin-top:10px;
  color:#fff;
}
.about-v19-closing-copy p{
  margin:0;
  color:#cad9eb;
  font-size:.96rem;
  line-height:2.12;
  text-align:justify;
}
.about-v19-closing-brand{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}
.about-v19-closing-brand img{
  width:175px;
  filter:brightness(0) invert(1);
}
.about-v19-closing-brand strong{
  margin-top:14px;
  color:#fff;
  font-size:1rem;
}
.about-v19-closing-brand>div{
  margin-top:24px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:center;
}
.about-v19-closing .btn-outline{
  color:#fff;
  border-color:rgba(255,255,255,.28);
  background:rgba(255,255,255,.06);
}

@media(max-width:1120px){
  .about-v19-judgment,
  .about-v19-iran,
  .about-v19-control,
  .about-v19-path{
    grid-column:span 12;
  }
  .about-v19-platform-head,
  .about-v19-closing{
    grid-template-columns:1fr;
  }
  .about-v19-pipeline{
    grid-template-columns:1fr;
  }
  .about-v19-pipeline-line{
    width:2px;
    height:44px;
    margin-inline:auto;
    background:linear-gradient(#66a4ff,#2f70f2);
  }
  .about-v19-pipeline-line:after{
    left:50%;
    top:auto;
    bottom:-1px;
    transform:translateX(-50%) rotate(-45deg);
  }
  .about-v19-goals{
    grid-template-columns:repeat(3,1fr);
  }
}
@media(max-width:820px){
  .about-v19-hero{padding:64px 0 44px}
  .about-v19-origin-layout{grid-template-columns:1fr}
  .about-v19-origin blockquote{min-height:0}
  .about-v19-software{grid-template-columns:1fr}
  .about-v19-card,
  .about-v19-origin,
  .about-v19-platform{padding:28px}
  .about-v19-goals{grid-template-columns:1fr 1fr}
}
@media(max-width:580px){
  .about-v19-hero h1{font-size:2.15rem}
  .about-v19-hero p{font-size:.95rem}
  .about-v19-card,
  .about-v19-origin,
  .about-v19-platform{
    padding:22px;
    border-radius:24px;
  }
  .about-v19-card h2{font-size:1.5rem}
  .about-v19-copy p,
  .about-v19-platform-head>p,
  .about-v19-responsibility,
  .about-v19-iran-statement,
  .about-v19-path-statement,
  .about-v19-closing-copy p{
    text-align:right;
  }
  .about-v19-goals{grid-template-columns:1fr}
  .about-v19-goals article{min-height:0}
}


/* =========================================================
   SAZEHLOGY ABOUT V20 — CENTERED WHY SECTION WITH USER VISUALS
   ========================================================= */
.about-v19-section-head-centered,
.about-v19-why-copy-centered{
  max-width:100%;
  text-align:center;
}
.about-v19-section-head-centered .about-v19-label{
  margin-inline:auto;
}
.about-v19-section-head-centered h2{
  text-align:center;
}
.about-v19-why-copy-centered p{
  max-width:980px;
  margin-inline:auto;
  text-align:center;
}
.about-v19-goals{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}
.about-v19-goals article{
  min-height:0;
  padding:22px 18px 20px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  border-radius:24px;
  background:linear-gradient(180deg,#ffffff 0%,#f5f9ff 100%);
  box-shadow:0 10px 30px rgba(12,38,75,.05);
}
.about-v19-goal-visual{
  width:100%;
  aspect-ratio:1/1;
  margin-bottom:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:20px;
  background:linear-gradient(180deg,#fbfdff,#f3f7fe);
  border:1px solid #dde7f4;
  overflow:hidden;
}
.about-v19-goal-visual img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.about-v19-goals strong{
  margin:0 0 8px;
  color:#0b2449;
  font-size:1rem;
  font-weight:900;
  text-align:center;
}
.about-v19-goals p{
  margin:0;
  color:#66768d;
  font-size:.84rem;
  line-height:2;
  text-align:center;
}
@media(max-width:1320px){
  .about-v19-goals{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:820px){
  .about-v19-goals{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:580px){
  .about-v19-why-copy-centered p,
  .about-v19-goals strong,
  .about-v19-goals p{
    text-align:center;
  }
  .about-v19-goals{
    grid-template-columns:1fr;
  }
}
