:root{
      --navy:#0b2447;
      --navy-2:#17376b;
      --navy-3:#244a83;
      --orange:#ef861d;
      --orange-2:#ff9e32;
      --ink:#172033;
      --muted:#637087;
      --line:#dfe6f0;
      --paper:#ffffff;
      --soft:#f4f7fb;
      --shadow:0 18px 48px rgba(11,36,71,.12);
      --radius:24px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"Vazirmatn","Segoe UI",Tahoma,Arial,sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 85% 5%, rgba(239,134,29,.11), transparent 26rem),
        radial-gradient(circle at 8% 30%, rgba(36,74,131,.08), transparent 30rem),
        var(--paper);
      line-height:1.9;
      overflow-x:hidden;
    }
    img{max-width:100%;display:block}
    a{text-decoration:none;color:inherit}
    button{font:inherit}
    .container{width:min(1180px,calc(100% - 32px));margin-inline:auto}
    .section{padding:92px 0}
    .section.soft{background:linear-gradient(180deg,#f6f8fc 0%,#eef3f9 100%)}
    .eyebrow{
      display:inline-flex;align-items:center;gap:8px;
      color:var(--orange);font-weight:800;font-size:.92rem;
      letter-spacing:.1px;margin-bottom:10px
    }
    .eyebrow::before{content:"";width:28px;height:3px;border-radius:9px;background:var(--orange)}
    .section-title{margin:0 0 14px;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.45;color:var(--navy);font-weight:900}
    .section-lead{margin:0;max-width:820px;color:var(--muted);font-size:1.06rem}
    .header{
      position:sticky;top:0;z-index:50;
      background:rgba(255,255,255,.92);
      border-bottom:1px solid rgba(11,36,71,.09);
      backdrop-filter:blur(16px);
    }
    .nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
    .brand{display:flex;align-items:center;gap:12px;min-width:max-content}
    .brand img{width:55px;height:55px;object-fit:contain}
    .brand-text{display:flex;flex-direction:column;line-height:1.35}
    .brand-text strong{color:var(--navy);font-size:1.03rem}
    .brand-text span{color:var(--muted);font-size:.73rem}
    .nav-links{display:flex;align-items:center;gap:26px;font-size:.93rem;font-weight:650;color:#334158}
    .nav-links a{position:relative;padding:8px 0}
    .nav-links a::after{content:"";position:absolute;right:0;bottom:0;width:0;height:2px;background:var(--orange);transition:.25s}
    .nav-links a:hover::after{width:100%}
    .nav-cta{background:var(--navy);color:#fff;padding:12px 18px;border-radius:14px;font-weight:800;box-shadow:0 10px 25px rgba(11,36,71,.2)}
    .menu-btn{display:none;border:0;background:var(--soft);width:44px;height:44px;border-radius:12px;color:var(--navy);cursor:pointer}
    .hero{position:relative;min-height:720px;display:flex;align-items:center;padding:92px 0 78px;overflow:hidden}
    .hero::before{
      content:"";position:absolute;inset:0;
      background:
       linear-gradient(100deg,rgba(255,255,255,.98) 25%,rgba(255,255,255,.84) 57%,rgba(255,255,255,.18) 100%),
       repeating-linear-gradient(125deg,transparent 0 38px,rgba(11,36,71,.025) 39px 40px);
      z-index:-3;
    }
    .hero::after{
      content:"";position:absolute;left:-180px;bottom:-250px;width:730px;height:730px;border-radius:50%;
      border:90px solid rgba(239,134,29,.10);z-index:-2
    }
    .hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:64px;align-items:center}
    .hero-copy h1{margin:0 0 22px;font-size:clamp(2.35rem,5vw,4.65rem);line-height:1.28;color:var(--navy);font-weight:950}
    .hero-copy h1 span{color:var(--orange)}
    .hero-copy p{margin:0 0 30px;color:#46536a;font-size:clamp(1rem,1.7vw,1.18rem);max-width:730px}
    .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:34px}
    .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 22px;border-radius:14px;font-weight:850;transition:.25s;border:1px solid transparent}
    .btn.primary{background:var(--orange);color:#fff;box-shadow:0 14px 30px rgba(239,134,29,.28)}
    .btn.primary:hover{transform:translateY(-2px);background:#de7410}
    .btn.ghost{background:#fff;color:var(--navy);border-color:#cfd8e7}
    .btn.ghost:hover{border-color:var(--navy);transform:translateY(-2px)}
    .hero-mini{display:flex;flex-wrap:wrap;gap:18px 28px;color:#344157;font-size:.91rem;font-weight:650}
    .hero-mini span{display:flex;align-items:center;gap:7px}
    .dot-check{width:21px;height:21px;border-radius:50%;background:#e9f1fb;color:var(--navy);display:inline-grid;place-items:center;font-size:.75rem}
    .hero-visual{position:relative;display:grid;place-items:center;min-height:510px}
    .hero-card{
      position:relative;width:min(470px,100%);padding:30px 34px 28px;background:rgba(255,255,255,.96);
      border:1px solid rgba(11,36,71,.12);border-radius:32px;box-shadow:var(--shadow)
    }
    .hero-card::before{
      content:"";position:absolute;right:-16px;top:44px;width:16px;height:68%;background:var(--orange);border-radius:0 18px 18px 0
    }
    .hero-card img{width:100%;max-height:430px;object-fit:contain}
    .road-lines{position:absolute;inset:auto -120px -90px auto;width:620px;height:220px;opacity:.12;transform:rotate(-5deg);z-index:-1}
    .road-lines::before,.road-lines::after{content:"";position:absolute;left:0;right:0;height:55px;border:5px solid var(--navy);border-left:0;border-right:0;border-radius:50%}
    .road-lines::before{top:40px;transform:skewX(-22deg)}
    .road-lines::after{top:110px;transform:skewX(-22deg)}
    .stats-wrap{margin-top:-38px;position:relative;z-index:4}
    .stats{
      display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid rgba(11,36,71,.1);
      border-radius:22px;box-shadow:var(--shadow);overflow:hidden
    }
    .stat{padding:28px 22px;text-align:center;position:relative}
    .stat:not(:last-child)::after{content:"";position:absolute;left:0;top:23%;height:54%;width:1px;background:var(--line)}
    .stat strong{display:block;color:var(--orange);font-size:2rem;line-height:1.3;font-weight:950}
    .stat span{display:block;color:var(--navy);font-weight:800;margin-top:5px}
    .stat small{color:var(--muted)}
    .about-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center;margin-top:42px}
    .about-card{
      background:linear-gradient(145deg,var(--navy),#173b74);color:#fff;padding:38px;border-radius:28px;box-shadow:var(--shadow);position:relative;overflow:hidden
    }
    .about-card::after{content:"";position:absolute;left:-80px;bottom:-100px;width:260px;height:260px;border:45px solid rgba(255,255,255,.07);border-radius:50%}
    .about-card h3{margin:0 0 14px;font-size:1.7rem}
    .about-card p{margin:0;color:#dbe7f8}
    .about-list{display:grid;gap:14px}
    .about-item{display:flex;gap:15px;padding:18px 20px;border:1px solid var(--line);border-radius:18px;background:#fff}
    .about-item .num{min-width:42px;height:42px;border-radius:12px;background:#fff1df;color:var(--orange);font-weight:950;display:grid;place-items:center}
    .about-item h4{margin:0 0 4px;color:var(--navy)}
    .about-item p{margin:0;color:var(--muted);font-size:.92rem}
    .metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:42px}
    .metric{
      padding:28px 22px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(11,36,71,.06)
    }
    .metric-icon{width:52px;height:52px;border-radius:16px;background:#edf3fb;color:var(--navy);display:grid;place-items:center;margin-bottom:16px}
    .metric strong{display:block;color:var(--navy);font-size:1.65rem;font-weight:950}
    .metric span{color:var(--muted);font-size:.92rem}
    .org-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:42px}
    .org-card{
      background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px 19px;transition:.25s;min-height:236px
    }
    .org-card:hover{transform:translateY(-5px);box-shadow:0 16px 34px rgba(11,36,71,.09);border-color:#c7d3e5}
    .org-badge{width:50px;height:50px;border-radius:15px;background:linear-gradient(145deg,var(--navy),var(--navy-3));color:#fff;display:grid;place-items:center;font-weight:900;margin-bottom:16px}
    .org-card h3{font-size:1rem;line-height:1.65;color:var(--navy);margin:0 0 9px}
    .org-card p{font-size:.87rem;color:var(--muted);line-height:1.75;margin:0}
    .infographic-shell{
      margin-top:40px;padding:14px;background:#08223f;border-radius:28px;box-shadow:var(--shadow);overflow:hidden
    }
    .infographic-shell img{width:100%;border-radius:18px}
    .benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}
    .benefit{padding:27px 24px;border-radius:22px;background:#fff;border:1px solid var(--line);position:relative;overflow:hidden}
    .benefit::after{content:"";position:absolute;left:-35px;bottom:-35px;width:100px;height:100px;border:18px solid rgba(239,134,29,.08);border-radius:50%}
    .benefit h3{color:var(--navy);font-size:1.05rem;margin:0 0 8px}
    .benefit p{margin:0;color:var(--muted);font-size:.91rem}
    .benefit .tag{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:13px;background:#fff0df;color:var(--orange);font-weight:950;margin-bottom:14px}
    .duties-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:stretch;margin-top:42px}
    .duty-panel{background:var(--navy);border-radius:26px;padding:34px;color:#fff}
    .duty-panel h3{margin:0 0 14px;font-size:1.55rem}
    .duty-panel p{color:#d9e5f4;margin:0}
    .duty-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
    .duty{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}
    .duty strong{display:block;color:var(--navy);margin-bottom:4px}
    .duty span{color:var(--muted);font-size:.88rem}
    .faq{display:grid;gap:12px;margin-top:38px}
    details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:0 21px}
    summary{cursor:pointer;list-style:none;padding:20px 0;color:var(--navy);font-weight:850;display:flex;align-items:center;justify-content:space-between;gap:16px}
    summary::-webkit-details-marker{display:none}
    summary::after{content:"+";width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#eef3fa;color:var(--navy);font-size:1.25rem}
    details[open] summary::after{content:"−";background:#fff0df;color:var(--orange)}
    details p{margin:0 0 21px;color:var(--muted)}
    .cta{
      position:relative;background:linear-gradient(120deg,var(--navy) 0%,#173b70 60%,#24508a 100%);
      color:#fff;border-radius:30px;padding:42px;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:30px
    }
    .cta::after{content:"";position:absolute;left:-90px;top:-110px;width:300px;height:300px;border:52px solid rgba(239,134,29,.22);border-radius:50%}
    .cta h2{margin:0 0 9px;font-size:clamp(1.5rem,3vw,2.3rem)}
    .cta p{margin:0;color:#dce8f8}
    .cta .btn{position:relative;z-index:2;min-width:190px}
    footer{background:#071a32;color:#dbe4ef;padding:46px 0 26px;margin-top:92px}
    .footer-grid{display:grid;grid-template-columns:1.35fr .65fr .65fr;gap:44px}
    .footer-brand{display:flex;align-items:flex-start;gap:16px}
    .footer-brand img{width:72px;background:#fff;border-radius:17px;padding:5px}
    .footer-brand h3{margin:0 0 7px;font-size:1.1rem}
    .footer-brand p{margin:0;color:#9fb0c5;font-size:.88rem;max-width:500px}
    .footer-col h4{margin:0 0 12px;color:#fff}
    .footer-col a{display:block;color:#aebed1;font-size:.9rem;margin:7px 0}
    .copyright{border-top:1px solid rgba(255,255,255,.1);margin-top:30px;padding-top:22px;text-align:center;color:#8498b1;font-size:.84rem}
    .reveal{opacity:0;transform:translateY(20px);transition:.7s ease}
    .reveal.visible{opacity:1;transform:none}
    @media (max-width:1040px){
      .nav-links{display:none;position:absolute;top:82px;right:16px;left:16px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}
      .nav-links.open{display:flex}
      .nav-links a{padding:10px}
      .nav-cta{display:none}
      .menu-btn{display:grid;place-items:center}
      .hero-grid,.about-grid,.duties-grid{grid-template-columns:1fr}
      .hero-visual{min-height:440px}
      .hero-copy{text-align:center}
      .hero-copy p{margin-inline:auto}
      .hero-actions,.hero-mini{justify-content:center}
      .org-grid{grid-template-columns:repeat(3,1fr)}
      .metrics{grid-template-columns:repeat(2,1fr)}
      .benefits{grid-template-columns:repeat(2,1fr)}
    }
    @media (max-width:720px){
      .section{padding:70px 0}
      .nav{height:72px}
      .brand img{width:46px;height:46px}
      .brand-text span{display:none}
      .hero{padding-top:56px;min-height:auto}
      .hero-grid{gap:38px}
      .hero-card{padding:20px;border-radius:24px}
      .stats-wrap{margin-top:30px}
      .stats{grid-template-columns:repeat(2,1fr)}
      .stat:nth-child(2)::after{display:none}
      .stat{padding:22px 14px}
      .stat strong{font-size:1.65rem}
      .org-grid,.benefits,.duty-list,.footer-grid{grid-template-columns:1fr}
      .metrics{grid-template-columns:1fr 1fr}
      .cta{padding:30px 24px;flex-direction:column;align-items:flex-start}
      .footer-grid{gap:26px}
    }
    @media (max-width:460px){
      .container{width:min(100% - 20px,1180px)}
      .hero-copy h1{font-size:2.25rem}
      .hero-mini{display:grid;grid-template-columns:1fr 1fr;text-align:right}
      .metrics{grid-template-columns:1fr}
      .stats{grid-template-columns:1fr}
      .stat::after{display:none}
      .section-title{font-size:1.7rem}
    }
    @media (prefers-reduced-motion:reduce){
      *{scroll-behavior:auto!important;transition:none!important;animation:none!important}
      .reveal{opacity:1;transform:none}
    }

/* Security/accessibility hardening */
:focus-visible{
  outline:3px solid #ef861d;
  outline-offset:3px;
  border-radius:8px;
}
.noscript-note{
  background:#fff3df;
  color:#7a3b00;
  border-bottom:1px solid #efc182;
  padding:10px 16px;
  text-align:center;
  font-weight:700;
}
.error-page{
  margin:0;
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:20px;
  background:#f4f7fb;
  color:#0b2447;
  text-align:center;
}
.error-box{
  width:min(480px,100%);
  background:#fff;
  padding:40px 28px;
  border:1px solid #dfe6f0;
  border-radius:24px;
  box-shadow:0 18px 45px rgba(11,36,71,.12);
}
.error-box h1{font-size:4rem;margin:0;color:#ef861d}
.error-box p{color:#637087}
.error-box a{
  display:inline-flex;
  margin-top:18px;
  padding:12px 18px;
  border-radius:12px;
  background:#0b2447;
  color:#fff;
  font-weight:800;
}



/* ===== Version 3: project organizations and infographic ===== */
.scroll-progress{
  position:fixed;
  top:0;
  right:0;
  left:0;
  height:3px;
  z-index:90;
  pointer-events:none;
  background:transparent;
}
.scroll-progress span{
  display:block;
  width:0;
  height:100%;
  background:linear-gradient(90deg,var(--orange),#ffb65f,var(--navy-3));
  box-shadow:0 0 16px rgba(239,134,29,.55);
  transition:width .08s linear;
}

.partners-section{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.partners-content{position:relative;z-index:2}
.partners-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(2px);
  pointer-events:none;
  z-index:0;
}
.partners-orb-one{
  width:370px;height:370px;
  top:-180px;left:-130px;
  background:radial-gradient(circle,rgba(239,134,29,.17),rgba(239,134,29,0) 70%);
}
.partners-orb-two{
  width:460px;height:460px;
  bottom:-260px;right:-150px;
  background:radial-gradient(circle,rgba(36,74,131,.15),rgba(36,74,131,0) 70%);
}
.org-summary{
  margin-top:30px;
  display:inline-flex;
  align-items:center;
  gap:13px;
  padding:10px 15px 10px 20px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(11,36,71,.10);
  border-radius:16px;
  box-shadow:0 10px 28px rgba(11,36,71,.06);
  backdrop-filter:blur(10px);
}
.org-summary-number{
  width:44px;height:44px;
  display:grid;place-items:center;
  border-radius:13px;
  color:#fff;
  font-size:1.3rem;font-weight:950;
  background:linear-gradient(145deg,var(--orange),#ffac46);
  box-shadow:0 9px 20px rgba(239,134,29,.25);
}
.org-summary strong{display:block;color:var(--navy);font-weight:900}
.org-summary small{display:block;color:var(--muted);font-size:.78rem;margin-top:-2px}

.org-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  margin-top:34px;
  perspective:1200px;
}
.org-card{
  --mx:50%;
  --my:50%;
  position:relative;
  min-height:390px;
  padding:20px 20px 24px;
  background:
    radial-gradient(circle at var(--mx) var(--my),rgba(239,134,29,.11),transparent 37%),
    rgba(255,255,255,.94);
  border:1px solid rgba(11,36,71,.12);
  border-radius:25px;
  overflow:hidden;
  isolation:isolate;
  box-shadow:0 15px 38px rgba(11,36,71,.08);
  transform-style:preserve-3d;
  transition:transform .2s ease,box-shadow .35s ease,border-color .35s ease;
}
.org-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:4px;
  background:linear-gradient(90deg,transparent,var(--orange),var(--navy-3),transparent);
  background-size:220% 100%;
  animation:orgFlow 5.5s linear infinite;
  z-index:3;
}
.org-card::after{
  content:"";
  position:absolute;
  left:-75px;bottom:-85px;
  width:175px;height:175px;
  border:28px solid rgba(11,36,71,.035);
  border-radius:50%;
  z-index:-1;
  transition:transform .45s ease,border-color .45s ease;
}
.org-card:hover,.org-card:focus-visible{
  border-color:rgba(239,134,29,.48);
  box-shadow:0 27px 64px rgba(11,36,71,.15);
}
.org-card:hover::after,.org-card:focus-visible::after{
  transform:scale(1.17) rotate(12deg);
  border-color:rgba(239,134,29,.08);
}
.org-index{
  position:absolute;
  top:16px;
  left:16px;
  width:38px;height:38px;
  display:grid;place-items:center;
  border-radius:12px;
  color:#fff;
  background:linear-gradient(145deg,var(--navy),var(--navy-3));
  box-shadow:0 9px 20px rgba(11,36,71,.2);
  font-weight:900;
  z-index:4;
  transform:translateZ(20px);
}
.org-logo-wrap{
  height:145px;
  display:grid;
  place-items:center;
  margin:8px 0 17px;
  padding:13px;
  border-radius:19px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.98),rgba(244,247,251,.88));
  border:1px solid rgba(11,36,71,.08);
  box-shadow:inset 0 1px 0 #fff,0 9px 22px rgba(11,36,71,.05);
  overflow:hidden;
  transform:translateZ(22px);
}
.org-logo-wrap img{
  max-width:100%;
  max-height:118px;
  width:auto;height:auto;
  object-fit:contain;
  filter:drop-shadow(0 8px 10px rgba(11,36,71,.10));
  transition:transform .45s cubic-bezier(.2,.8,.2,1),filter .45s ease;
}
.ministry-logo img{max-height:114px}
.infrastructure-logo img{max-height:104px}
.omran-logo img{max-height:115px}
.company-org-logo img{max-height:125px}
.org-card:hover .org-logo-wrap img,
.org-card:focus-visible .org-logo-wrap img{
  transform:scale(1.055) translateY(-3px);
  filter:drop-shadow(0 13px 15px rgba(11,36,71,.17));
}
.org-role{
  display:inline-flex;
  align-items:center;
  min-height:29px;
  padding:4px 10px;
  border-radius:999px;
  background:#fff0df;
  color:#b45d08;
  font-size:.74rem;
  font-weight:850;
  margin-bottom:10px;
  transform:translateZ(17px);
}
.org-card h3{
  font-size:1.02rem;
  line-height:1.75;
  color:var(--navy);
  margin:0 0 9px;
  font-weight:900;
  transform:translateZ(16px);
}
.org-card p{
  font-size:.87rem;
  color:var(--muted);
  line-height:1.82;
  margin:0;
  transform:translateZ(12px);
}
.org-card-line{
  position:absolute;
  right:20px;left:20px;bottom:0;
  height:3px;
  border-radius:9px 9px 0 0;
  background:linear-gradient(90deg,var(--orange),var(--navy-3));
  transform:scaleX(.2);
  opacity:.3;
  transition:transform .4s ease,opacity .4s ease;
}
.org-card:hover .org-card-line,
.org-card:focus-visible .org-card-line{
  transform:scaleX(1);
  opacity:1;
}
.featured-org{
  border-color:rgba(239,134,29,.25);
  background:
    radial-gradient(circle at var(--mx) var(--my),rgba(239,134,29,.16),transparent 38%),
    linear-gradient(160deg,#fff,#fff9f1);
}

.infographic-section{
  position:relative;
  overflow:hidden;
}
.infographic-shell{
  position:relative;
  margin:42px 0 0;
  padding:11px;
  border-radius:30px;
  background:linear-gradient(135deg,#071c36,#12355f 53%,#0a2343);
  border:1px solid rgba(255,255,255,.1);
  box-shadow:0 26px 75px rgba(7,28,54,.22);
  overflow:hidden;
  isolation:isolate;
}
.infographic-shell::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:conic-gradient(from 180deg,transparent 0 34%,rgba(239,134,29,.82) 42%,transparent 52% 83%,rgba(73,130,199,.65) 91%,transparent);
  animation:infoSpin 12s linear infinite;
  z-index:-2;
}
.infographic-shell::after{
  content:"";
  position:absolute;
  inset:2px;
  border-radius:27px;
  background:#092443;
  z-index:-1;
}
.infographic-link{
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:21px;
  background:#fff;
}
.infographic-link img{
  width:100%;
  border-radius:21px;
  transition:transform .75s cubic-bezier(.2,.75,.2,1),filter .55s ease;
}
.infographic-link:hover img,
.infographic-link:focus-visible img{
  transform:scale(1.018);
  filter:saturate(1.04) contrast(1.015);
}
.zoom-hint{
  position:absolute;
  left:18px;
  bottom:18px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 13px;
  color:#fff;
  background:rgba(7,28,54,.84);
  border:1px solid rgba(255,255,255,.17);
  border-radius:13px;
  font-size:.8rem;
  font-weight:800;
  backdrop-filter:blur(12px);
  box-shadow:0 8px 22px rgba(0,0,0,.18);
  transition:transform .3s ease,background .3s ease;
}
.infographic-link:hover .zoom-hint{transform:translateY(-3px);background:rgba(239,134,29,.92)}
.infographic-shell figcaption{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding:17px 13px 6px;
  color:#dbe8f8;
}
.infographic-shell figcaption strong{font-size:.97rem;color:#fff}
.infographic-shell figcaption span{font-size:.82rem;color:#aebfd2}
.infographic-glow{
  position:absolute;
  width:220px;height:220px;
  border-radius:50%;
  filter:blur(55px);
  opacity:.25;
  pointer-events:none;
  z-index:1;
}
.infographic-glow-one{background:var(--orange);top:-110px;right:-60px}
.infographic-glow-two{background:#3f7fc4;bottom:-135px;left:-70px}

@keyframes orgFlow{
  0%{background-position:0 0}
  100%{background-position:220% 0}
}
@keyframes infoSpin{
  to{transform:rotate(360deg)}
}

@media (max-width:1100px){
  .org-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:650px){
  .org-grid{grid-template-columns:1fr}
  .org-card{min-height:auto}
  .org-summary{display:flex;width:100%}
  .infographic-shell{padding:7px;border-radius:22px}
  .infographic-link,.infographic-link img{border-radius:16px}
  .infographic-shell figcaption{flex-direction:column;align-items:flex-start;gap:2px;padding:14px 8px 5px}
  .zoom-hint{left:10px;bottom:10px;font-size:.72rem;padding:7px 10px}
}
@media (prefers-reduced-motion:reduce){
  .org-card::before,.infographic-shell::before{animation:none}
  .org-card{transform:none!important}
}


/* ===== Version 4: Contact section ===== */
.contact-hero-btn{
  color:var(--navy);
  background:#fff7ec;
  border-color:rgba(239,134,29,.35);
}
.contact-hero-btn:hover{
  color:#fff;
  background:var(--orange);
  border-color:var(--orange);
  transform:translateY(-2px);
}
.contact-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 25%,rgba(239,134,29,.12),transparent 24rem),
    linear-gradient(180deg,#fff,#f4f7fb);
}
.contact-road-lines{
  position:absolute;
  left:-160px;
  bottom:-130px;
  width:580px;
  height:280px;
  border:36px solid rgba(11,36,71,.035);
  border-left-color:transparent;
  border-bottom-color:transparent;
  border-radius:50%;
  transform:rotate(-12deg);
  pointer-events:none;
}
.contact-road-lines::before,
.contact-road-lines::after{
  content:"";
  position:absolute;
  border-radius:50%;
  border:3px dashed rgba(239,134,29,.16);
}
.contact-road-lines::before{inset:34px}
.contact-road-lines::after{inset:82px}
.contact-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:24px;
  align-items:stretch;
  margin-top:42px;
}
.contact-primary{
  min-height:335px;
  display:grid;
  grid-template-columns:210px 1fr;
  gap:28px;
  align-items:center;
  padding:34px;
  border-radius:28px;
  color:#fff;
  background:
    radial-gradient(circle at 12% 14%,rgba(239,134,29,.32),transparent 18rem),
    linear-gradient(135deg,#071c36,#173b70);
  box-shadow:0 25px 65px rgba(7,28,54,.22);
  overflow:hidden;
  position:relative;
}
.contact-primary::after{
  content:"";
  position:absolute;
  left:-78px;
  bottom:-98px;
  width:250px;
  height:250px;
  border:43px solid rgba(255,255,255,.055);
  border-radius:50%;
}
.contact-logo-box{
  position:relative;
  z-index:2;
  min-height:225px;
  display:grid;
  place-items:center;
  padding:18px;
  background:#fff;
  border-radius:22px;
  box-shadow:0 18px 38px rgba(0,0,0,.19);
}
.contact-logo-box img{
  max-width:100%;
  max-height:205px;
  object-fit:contain;
}
.contact-primary > div:last-child{position:relative;z-index:2}
.contact-kicker{
  display:inline-flex;
  padding:5px 11px;
  border-radius:999px;
  color:#ffe0b8;
  background:rgba(239,134,29,.18);
  border:1px solid rgba(239,134,29,.32);
  font-size:.78rem;
  font-weight:850;
  margin-bottom:11px;
}
.contact-primary h3{
  margin:0 0 16px;
  font-size:1.38rem;
  line-height:1.75;
}
.contact-primary address{
  font-style:normal;
  color:#d9e7f7;
  font-size:1rem;
}
.contact-cards{display:grid;gap:14px}
.contact-card{
  min-height:96px;
  display:grid;
  grid-template-columns:58px 1fr 28px;
  gap:15px;
  align-items:center;
  padding:18px 20px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  box-shadow:0 12px 30px rgba(11,36,71,.06);
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.contact-card:hover,
.contact-card:focus-visible{
  transform:translateX(-6px);
  border-color:rgba(239,134,29,.5);
  box-shadow:0 20px 45px rgba(11,36,71,.12);
}
.contact-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  color:#fff;
  background:linear-gradient(145deg,var(--orange),#ffad49);
  border-radius:16px;
  box-shadow:0 11px 25px rgba(239,134,29,.24);
}
.contact-card small{display:block;color:var(--muted);margin-bottom:2px}
.contact-card strong{
  display:block;
  color:var(--navy);
  font-size:1.13rem;
  font-weight:950;
  text-align:right;
}
.contact-card i{
  color:var(--orange);
  font-style:normal;
  font-size:1.35rem;
  transition:transform .28s ease;
}
.contact-card:hover i{transform:translateX(-5px)}
.footer-contact address{
  color:#aebed1;
  font-style:normal;
  font-size:.88rem;
  line-height:1.8;
  margin-bottom:8px;
}
.footer-contact a{
  width:max-content;
  direction:ltr;
  text-align:left;
}
footer .footer-grid{
  grid-template-columns:1.25fr .62fr .78fr .62fr;
}
@media (max-width:1040px){
  .contact-grid{grid-template-columns:1fr}
  footer .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:700px){
  .contact-primary{grid-template-columns:1fr;padding:24px}
  .contact-logo-box{min-height:190px}
  .contact-logo-box img{max-height:170px}
  .contact-card{grid-template-columns:50px 1fr 20px;padding:15px}
  footer .footer-grid{grid-template-columns:1fr}
}


/* ===== Version 5: Online Vazirmatn, custom icons and optimized infographic ===== */
html,body,button,input,textarea,select{
  font-family:"Vazirmatn","Segoe UI",Tahoma,Arial,sans-serif;
}
.benefits-icon-grid{
  align-items:stretch;
}
.benefit-with-icon{
  min-height:285px;
  display:flex;
  flex-direction:column;
}
.benefit-icon,
.duty-icon,
.lifecycle-panel-icon{
  display:grid;
  place-items:center;
  color:#fff;
  background:linear-gradient(145deg,var(--orange),#ffad49);
  box-shadow:0 12px 28px rgba(239,134,29,.24);
}
.benefit-icon{
  width:58px;
  height:58px;
  border-radius:18px;
  margin-bottom:13px;
}
.benefit-icon svg,
.duty-icon svg,
.lifecycle-panel-icon svg{
  width:28px;
  height:28px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.benefit-category{
  width:max-content;
  max-width:100%;
  padding:4px 10px;
  margin-bottom:10px;
  border-radius:999px;
  background:#edf3fb;
  color:var(--navy-3);
  font-size:.72rem;
  font-weight:850;
}
.benefit-with-icon h3{
  margin-top:0;
}
.benefit-with-icon:hover .benefit-icon{
  transform:translateY(-4px) rotate(-3deg);
}
.benefit-icon{
  transition:transform .32s ease;
}

.lifecycle-section{
  position:relative;
  background:
    radial-gradient(circle at 90% 12%,rgba(239,134,29,.08),transparent 24rem),
    #fff;
}
.lifecycle-grid{
  align-items:stretch;
}
.lifecycle-panel-icon{
  width:66px;
  height:66px;
  border-radius:20px;
  margin-bottom:22px;
  background:linear-gradient(145deg,var(--orange),#ff9f31);
}
.lifecycle-panel-icon svg{width:32px;height:32px}
.lifecycle-list{
  align-content:stretch;
}
.duty-with-icon{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:14px;
  align-items:center;
  min-height:116px;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}
.duty-with-icon:hover{
  transform:translateY(-4px);
  border-color:rgba(239,134,29,.43);
  box-shadow:0 16px 34px rgba(11,36,71,.09);
}
.duty-icon{
  width:52px;
  height:52px;
  border-radius:16px;
  background:linear-gradient(145deg,var(--navy),var(--navy-3));
  box-shadow:0 10px 24px rgba(11,36,71,.20);
}
.duty-icon svg{width:25px;height:25px}
.duty-with-icon strong{margin:0 0 4px}
.duty-with-icon div>span{display:block}

.project-infographic{
  --info-navy:#071d36;
  --info-blue:#173b70;
  --info-orange:#ef861d;
  position:relative;
  margin:42px 0 0;
  padding:clamp(20px,3vw,36px);
  color:#fff;
  border-radius:32px;
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(circle at 86% 12%,rgba(36,90,145,.74),transparent 28rem),
    radial-gradient(circle at 8% 95%,rgba(239,134,29,.16),transparent 24rem),
    linear-gradient(145deg,#06172b,#092342 60%,#06182d);
  border:1px solid rgba(255,255,255,.13);
  box-shadow:0 30px 80px rgba(7,28,54,.25);
}
.project-infographic::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:.12;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom,#000,transparent 82%);
}
.project-infographic-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:24px;
  margin-bottom:24px;
}
.info-kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#ffc47f;
  font-size:.82rem;
  font-weight:850;
}
.info-kicker::before{
  content:"";
  width:30px;
  height:2px;
  background:var(--info-orange);
}
.project-infographic-head h3{
  margin:9px 0 5px;
  font-size:clamp(1.65rem,3vw,2.7rem);
  line-height:1.45;
}
.project-infographic-head p{
  margin:0;
  color:#cbd8e8;
}
.info-badge{
  min-width:78px;
  height:78px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,180,90,.45);
  border-radius:22px;
  color:#ffd29c;
  background:rgba(239,134,29,.12);
  box-shadow:inset 0 0 20px rgba(239,134,29,.07);
  font-weight:950;
  font-size:1.1rem;
}
.project-infographic-grid{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:20px;
  align-items:stretch;
}
.route-visual,
.infographic-metrics{
  border:1px solid rgba(255,255,255,.11);
  background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));
  box-shadow:0 20px 55px rgba(0,0,0,.20);
  backdrop-filter:blur(12px);
  border-radius:24px;
}
.route-visual{
  min-height:440px;
  padding:22px;
  display:flex;
  flex-direction:column;
}
.route-title{
  display:flex;
  justify-content:space-between;
  gap:16px;
}
.route-title strong{font-size:1rem}
.route-title span{color:#ffc47f;font-weight:800}
.route-map{
  width:100%;
  flex:1;
  min-height:350px;
  overflow:visible;
}
.route-province{
  fill:#f8f2df;
  stroke:#efaa55;
  stroke-width:2;
  filter:drop-shadow(0 16px 20px rgba(0,0,0,.24));
}
.route-terrain{
  fill:none;
  stroke:#9c865f;
  stroke-width:1;
  opacity:.25;
}
.route-shadow{
  fill:none;
  stroke:#020916;
  stroke-width:16;
  stroke-linecap:round;
}
.route-main{
  fill:none;
  stroke:#315592;
  stroke-width:10;
  stroke-linecap:round;
  stroke-dasharray:12 10;
  animation:routeDash 1.35s linear infinite;
}
.route-project{
  fill:none;
  stroke:var(--info-orange);
  stroke-width:9;
  stroke-linecap:round;
  stroke-dasharray:1 18;
  filter:drop-shadow(0 0 7px rgba(255,141,66,.95));
  animation:projectDash 1s linear infinite;
}
.route-pin{
  fill:#ef3340;
  stroke:#fff;
  stroke-width:4;
  filter:drop-shadow(0 0 8px #ef3340);
}
.route-pin-start{fill:#29b6f6}
.route-pin-project{fill:var(--info-orange)}
.route-label{
  font-size:19px;
  font-weight:800;
  fill:#fff;
  paint-order:stroke;
  stroke:#071d36;
  stroke-width:6px;
}
.route-label-small{font-size:15px}
.route-legend{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:18px;
  color:#bdcbdc;
  font-size:.77rem;
}
.route-legend span{display:flex;align-items:center;gap:7px}
.legend-line{
  width:26px;
  height:4px;
  border-radius:5px;
}
.legend-corridor{background:#315592}
.legend-project{
  background:var(--info-orange);
  box-shadow:0 0 8px var(--info-orange);
}
.infographic-metrics{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:13px;
  padding:17px;
}
.info-metric{
  min-height:168px;
  padding:19px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border-radius:19px;
  color:var(--ink);
  background:linear-gradient(160deg,#fff,#f8f2e4);
  box-shadow:0 13px 30px rgba(0,0,0,.15);
  transition:transform .3s ease;
}
.info-metric:hover{transform:translateY(-5px)}
.info-metric-icon{
  width:43px;
  height:43px;
  display:grid;
  place-items:center;
  border-radius:13px;
  color:#fff;
  background:linear-gradient(145deg,var(--info-orange),#d75f0d);
  font-weight:900;
}
.info-metric strong{
  display:block;
  color:var(--info-orange);
  font-size:clamp(1.35rem,2.4vw,2rem);
  line-height:1.25;
  margin-bottom:5px;
}
.info-metric small{
  color:#687080;
  font-weight:700;
}
.infographic-outcomes{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:13px;
  margin-top:18px;
}
.infographic-outcomes article{
  padding:15px 17px;
  text-align:center;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  background:rgba(255,255,255,.055);
}
.infographic-outcomes strong{
  display:block;
  color:#ffc47f;
  font-size:1.08rem;
}
.infographic-outcomes span{
  color:#bdcbdc;
  font-size:.78rem;
}
.project-infographic figcaption{
  margin-top:15px;
  color:#92a7bf;
  font-size:.76rem;
  text-align:center;
}
@keyframes routeDash{to{stroke-dashoffset:-22}}
@keyframes projectDash{to{stroke-dashoffset:-38}}
@media(max-width:980px){
  .project-infographic-grid{grid-template-columns:1fr}
  .route-visual{min-height:410px}
}
@media(max-width:650px){
  .project-infographic{padding:16px;border-radius:23px}
  .project-infographic-head{flex-direction:column}
  .info-badge{min-width:65px;height:65px;border-radius:18px}
  .infographic-metrics{grid-template-columns:1fr 1fr;padding:12px}
  .info-metric{min-height:145px;padding:15px}
  .infographic-outcomes{grid-template-columns:1fr}
  .route-visual{padding:14px;min-height:380px}
  .route-map{min-height:300px}
  .duty-with-icon{grid-template-columns:48px 1fr}
  .duty-icon{width:46px;height:46px}
}
@media(max-width:430px){
  .infographic-metrics{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  .route-main,.route-project{animation:none}
}


/* ===== Version 6: balanced desktop infographic and final footer ===== */
.project-infographic-v6{
  width:min(1120px,100%);
  margin:34px auto 0;
  padding:24px;
  color:#fff;
  border-radius:26px;
  overflow:hidden;
  position:relative;
  isolation:isolate;
  background:
    radial-gradient(circle at 88% 8%,rgba(47,102,160,.48),transparent 25rem),
    linear-gradient(145deg,#06172b,#0a2748 62%,#071b33);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 24px 62px rgba(7,28,54,.20);
}
.project-infographic-v6::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:.09;
  background-image:
    linear-gradient(rgba(255,255,255,.09) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.09) 1px,transparent 1px);
  background-size:38px 38px;
  mask-image:linear-gradient(to bottom,#000,transparent 90%);
}
.info6-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  padding:2px 2px 20px;
}
.info6-heading{max-width:720px}
.info6-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#ffc47f;
  font-size:.78rem;
  font-weight:850;
}
.info6-kicker::before{
  content:"";
  width:26px;
  height:2px;
  background:var(--orange);
}
.info6-heading h3{
  margin:8px 0 4px;
  font-size:clamp(1.45rem,2.3vw,2.25rem);
  line-height:1.45;
}
.info6-heading p{
  margin:0;
  color:#c4d2e2;
  font-size:.9rem;
}
.info6-contract{
  flex:0 0 180px;
  min-height:92px;
  display:grid;
  grid-template-columns:auto 1fr;
  grid-template-rows:auto auto;
  align-items:center;
  gap:2px 12px;
  padding:14px 16px;
  border-radius:18px;
  background:rgba(239,134,29,.12);
  border:1px solid rgba(255,174,87,.34);
}
.info6-contract small{
  grid-column:1;
  grid-row:1;
  color:#ffd09b;
}
.info6-contract strong{
  grid-column:1;
  grid-row:2;
  color:#fff;
  font-size:1.45rem;
}
.info6-contract span{
  grid-column:2;
  grid-row:1 / 3;
  color:#d9e4f0;
  font-size:.78rem;
  line-height:1.7;
}
.info6-stat-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin-bottom:14px;
}
.info6-stat-strip article{
  min-height:76px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 14px;
  border-radius:15px;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.10);
}
.info6-stat-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  flex:0 0 42px;
  border-radius:12px;
  color:#fff;
  background:linear-gradient(145deg,var(--orange),#d75e0c);
  font-weight:900;
}
.info6-stat-icon svg{
  width:23px;
  height:23px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
}
.info6-stat-strip strong{
  display:block;
  color:#fff;
  font-size:1.18rem;
}
.info6-stat-strip small{
  display:block;
  color:#aebed0;
  font-size:.7rem;
  margin-top:1px;
}
.info6-main{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(260px,.65fr);
  gap:14px;
  align-items:stretch;
}
.info6-map-card{
  min-height:365px;
  padding:16px 18px 12px;
  border-radius:20px;
  background:rgba(255,255,255,.065);
  border:1px solid rgba(255,255,255,.10);
}
.info6-map-title{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:15px;
}
.info6-map-title>div:first-child{
  display:flex;
  align-items:baseline;
  gap:9px;
}
.info6-map-title strong{font-size:.95rem}
.info6-map-title>div:first-child span{
  color:#ffc47f;
  font-size:.8rem;
  font-weight:800;
}
.info6-legend{
  display:flex;
  flex-wrap:wrap;
  gap:13px;
  color:#b9c8d9;
  font-size:.68rem;
}
.info6-legend span{
  display:flex;
  align-items:center;
  gap:6px;
}
.info6-line{
  width:22px;
  height:4px;
  border-radius:5px;
}
.info6-line-blue{background:#315592}
.info6-line-orange{
  background:var(--orange);
  box-shadow:0 0 7px rgba(239,134,29,.75);
}
.info6-map{
  width:100%;
  height:315px;
  display:block;
  margin-top:4px;
  overflow:visible;
}
.info6-province{
  fill:#f7f0dc;
  stroke:#e9a251;
  stroke-width:2;
  filter:drop-shadow(0 12px 16px rgba(0,0,0,.22));
}
.info6-terrain{
  fill:none;
  stroke:#9e8a61;
  stroke-width:1;
  opacity:.22;
}
.info6-route-shadow{
  fill:none;
  stroke:#020916;
  stroke-width:16;
  stroke-linecap:round;
}
.info6-route{
  fill:none;
  stroke:#315592;
  stroke-width:10;
  stroke-linecap:round;
  stroke-dasharray:12 10;
  animation:info6Route 1.35s linear infinite;
}
.info6-project-route{
  fill:none;
  stroke:var(--orange);
  stroke-width:9;
  stroke-linecap:round;
  stroke-dasharray:1 18;
  filter:drop-shadow(0 0 7px rgba(255,141,66,.95));
  animation:info6Project 1s linear infinite;
}
.info6-pin{
  fill:#ef3340;
  stroke:#fff;
  stroke-width:4;
  filter:drop-shadow(0 0 7px rgba(239,51,64,.85));
}
.info6-pin-start{fill:#29b6f6}
.info6-pin-project{fill:var(--orange)}
.info6-label{
  fill:#fff;
  font-size:19px;
  font-weight:850;
  paint-order:stroke;
  stroke:#071d36;
  stroke-width:6px;
}
.info6-label-small{font-size:14px}
.info6-outcomes{
  display:grid;
  grid-template-rows:repeat(3,1fr);
  gap:10px;
}
.info6-outcomes article{
  min-height:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:17px 18px;
  border-radius:18px;
  color:var(--ink);
  background:linear-gradient(155deg,#fff,#f7f1e4);
  box-shadow:0 12px 27px rgba(0,0,0,.13);
  overflow:hidden;
  position:relative;
}
.info6-outcomes article::after{
  content:"";
  position:absolute;
  width:92px;
  height:92px;
  left:-38px;
  bottom:-48px;
  border:17px solid rgba(239,134,29,.10);
  border-radius:50%;
}
.info6-outcome-number{
  display:block;
  color:var(--orange);
  font-size:1.22rem;
  font-weight:950;
  margin-bottom:4px;
}
.info6-outcomes strong{
  color:var(--navy);
  font-size:.9rem;
}
.info6-outcomes small{
  color:#697485;
  font-size:.7rem;
  line-height:1.65;
  margin-top:3px;
}
.contact-fax{
  cursor:default;
}
.contact-fax:hover{
  transform:none;
}
.footer-fax{
  display:block;
  color:#aebed1;
  font-size:.88rem;
  direction:rtl;
}
.footer-fax b{
  color:#fff;
  font-weight:700;
}
.site-credit{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:14px 18px 0;
  margin-top:22px;
  border-top:1px solid rgba(255,255,255,.08);
  color:#8fa3bb;
  font-size:.78rem;
}
.site-credit strong{
  color:#f0a24d;
  font-weight:850;
}
@keyframes info6Route{to{stroke-dashoffset:-22}}
@keyframes info6Project{to{stroke-dashoffset:-38}}
@media(max-width:980px){
  .info6-header{align-items:flex-start}
  .info6-stat-strip{grid-template-columns:repeat(2,1fr)}
  .info6-main{grid-template-columns:1fr}
  .info6-outcomes{grid-template-columns:repeat(3,1fr);grid-template-rows:none}
}
@media(max-width:680px){
  .project-infographic-v6{
    padding:15px;
    border-radius:21px;
  }
  .info6-header{flex-direction:column}
  .info6-contract{
    width:100%;
    flex-basis:auto;
  }
  .info6-stat-strip{grid-template-columns:1fr 1fr}
  .info6-stat-strip article{
    min-height:72px;
    padding:10px;
  }
  .info6-map-title{
    align-items:flex-start;
    flex-direction:column;
  }
  .info6-map-card{
    min-height:330px;
    padding:13px 11px 8px;
  }
  .info6-map{height:285px}
  .info6-outcomes{
    grid-template-columns:1fr;
  }
}
@media(max-width:430px){
  .info6-stat-strip{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  .info6-route,.info6-project-route{animation:none}
}


/* ===== Version 7: Sysyar credit ===== */
.site-credit{
  flex-direction:column;
  gap:2px;
  line-height:1.55;
}
.site-credit span{
  color:#8fa3bb;
}
.site-credit a{
  color:#f0a24d;
  font-weight:900;
  font-size:.88rem;
  text-decoration:none;
  transition:color .25s ease,transform .25s ease;
}
.site-credit a:hover,
.site-credit a:focus-visible{
  color:#fff;
  transform:translateY(-1px);
}


/* News archive and modal — v9 */
.news-section{position:relative;overflow:hidden;background:linear-gradient(180deg,#f7f9fc 0%,#fff 100%)}
.news-section:before{content:"";position:absolute;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,rgba(212,168,55,.10),transparent 70%);top:-230px;left:-150px;pointer-events:none}
.news-filters{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:32px 0 28px}
.news-filter{appearance:none;border:1px solid #d8e0ea;background:#fff;color:#16395f;border-radius:999px;padding:10px 18px;font:700 .9rem/1.5 inherit;cursor:pointer;transition:.22s ease}
.news-filter:hover,.news-filter.is-active{background:#0b2d52;color:#fff;border-color:#0b2d52;box-shadow:0 10px 24px rgba(11,45,82,.16)}
.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.news-card{min-width:0;border:1px solid #e1e7ef;border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 14px 38px rgba(9,35,65,.08);transition:transform .28s ease,box-shadow .28s ease,opacity .2s ease}
.news-card:hover{transform:translateY(-7px);box-shadow:0 22px 50px rgba(9,35,65,.14)}
.news-card.is-hidden{display:none}
.news-card-button{appearance:none;display:block;width:100%;padding:0;border:0;background:transparent;color:inherit;text-align:right;font:inherit;cursor:pointer}
.news-image-wrap{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:#e8edf4}
.news-image-wrap img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.news-card:hover .news-image-wrap img{transform:scale(1.035)}
.news-badge{position:absolute;top:14px;right:14px;padding:7px 12px;border-radius:999px;background:rgba(5,35,68,.92);color:#fff;font-size:.78rem;font-weight:800;box-shadow:0 5px 18px rgba(0,0,0,.18)}
.news-card-body{display:flex;flex-direction:column;gap:10px;padding:20px 20px 22px}
.news-card-body time{color:#ad7c19;font-size:.83rem;font-weight:800}
.news-card-body strong{display:block;min-height:3.7em;color:#0a2c50;font-size:1.08rem;line-height:1.85}
.news-summary{display:block;min-height:5.6em;color:#5f6e80;font-size:.91rem;line-height:1.9}
.news-more{display:flex;align-items:center;gap:7px;color:#0b4d86;font-size:.9rem;font-weight:850;margin-top:2px}
.news-more b{font-size:1.15rem;transition:transform .2s ease}
.news-card:hover .news-more b{transform:translateX(-4px)}
.news-modal{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:24px}
.news-modal.is-open{display:flex}
.news-modal-backdrop{position:absolute;inset:0;background:rgba(2,15,31,.76);backdrop-filter:blur(6px)}
.news-modal-panel{position:relative;width:min(940px,100%);max-height:min(90vh,920px);overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:25px;background:#fff;box-shadow:0 34px 100px rgba(0,0,0,.38);animation:newsModalIn .24s ease}
.news-modal-scroll{max-height:min(90vh,920px);overflow:auto;overscroll-behavior:contain}
.news-modal-close{position:absolute;z-index:3;top:14px;left:14px;width:44px;height:44px;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:rgba(5,34,64,.94);color:#fff;font:400 30px/1 inherit;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.22)}
.news-modal-image{display:block;width:100%;max-height:510px;object-fit:cover;background:#e9eef4}
.news-modal-body{padding:30px 36px 36px}
.news-modal-meta{display:flex;align-items:center;gap:11px;flex-wrap:wrap;margin-bottom:13px}
.news-modal-meta span{padding:6px 11px;border-radius:999px;background:#edf4fb;color:#0a467b;font-size:.82rem;font-weight:850}
.news-modal-meta time{color:#9a7222;font-size:.88rem;font-weight:800}
.news-modal-body h2{margin:0 0 18px;color:#082a4c;font-size:clamp(1.35rem,2.7vw,2rem);line-height:1.7}
.news-modal-text p{margin:0 0 15px;color:#3f4e5f;line-height:2.15;text-align:justify}
.news-modal-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:22px;padding-top:18px;border-top:1px solid #e3e9ef}
.news-share-btn,.news-copy-btn{appearance:none;border:0;border-radius:13px;padding:11px 16px;font:800 .9rem/1.5 inherit;cursor:pointer}
.news-share-btn{display:inline-flex;align-items:center;gap:8px;background:#0b3158;color:#fff}
.news-share-btn svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9}
.news-copy-btn{background:#edf2f7;color:#153b61}
.news-toast{position:fixed;z-index:10010;left:50%;bottom:28px;transform:translate(-50%,18px);padding:11px 18px;border-radius:12px;background:#082b50;color:#fff;font-size:.88rem;font-weight:800;opacity:0;pointer-events:none;transition:.22s ease;box-shadow:0 14px 35px rgba(0,0,0,.22)}
.news-toast.is-visible{opacity:1;transform:translate(-50%,0)}
body.news-modal-open{overflow:hidden}
@keyframes newsModalIn{from{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:none}}
@media(max-width:920px){.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){
  .news-filters{justify-content:flex-start;overflow:auto;flex-wrap:nowrap;padding-bottom:5px;scrollbar-width:none}
  .news-filters::-webkit-scrollbar{display:none}
  .news-filter{white-space:nowrap}
  .news-grid{grid-template-columns:1fr}
  .news-card-body strong,.news-summary{min-height:0}
  .news-modal{padding:0;align-items:flex-end}
  .news-modal-panel{width:100%;max-height:95vh;border-radius:24px 24px 0 0}
  .news-modal-scroll{max-height:95vh}
  .news-modal-image{max-height:310px}
  .news-modal-body{padding:24px 19px 30px}
  .news-modal-close{top:10px;left:10px}
}
